/* ============================================================
   Render Repair — Gold Coast
   Brand: warm sandstone + deep navy + amber CTA
   Breakpoints: ≥1100 desktop · 700–1099 tablet · <700 mobile
   ============================================================ */

:root {
  --rr-navy:      #14233b;
  --rr-navy-2:    #1f3556;
  --rr-navy-3:    #28477a;
  --rr-charcoal:  #1f242d;
  --rr-ink:       #1d2530;
  --rr-amber:     #d18a2a;
  --rr-amber-2:   #efb86b;
  --rr-amber-3:   #f6d29a;
  --rr-amber-soft:#fbecd1;
  --rr-cream:     #fcf8ef;
  --rr-cream-2:   #f4ecdb;
  --rr-sand:      #e6d6b8;
  --rr-line:      #ece4d2;
  --rr-line-2:    #f1ebe0;
  --rr-mute:      #5a6271;
  --rr-mute-2:    #8a8f9a;
  --rr-white:     #ffffff;
  --rr-success:   #28814f;
  --rr-shadow-sm: 0 6px 18px -10px rgba(20,30,55,.20);
  --rr-shadow:    0 18px 44px -22px rgba(20,30,55,.30);
  --rr-shadow-lg: 0 32px 70px -28px rgba(20,30,55,.45);
  --rr-shadow-xl: 0 50px 100px -40px rgba(20,30,55,.55);
  --rr-radius:    18px;
  --rr-radius-sm: 10px;
  --container:    1240px;
  --pad-x:        clamp(16px, 4vw, 36px);
  color-scheme:   light;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--rr-ink);
  background: var(--rr-white);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'cv11', 'ss01', 'ss03';
}

img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--rr-navy); text-decoration: none; transition: color .2s; }
a:hover { color: var(--rr-amber); }

h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.12;
  color: var(--rr-navy);
  margin: 0 0 .6em;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); letter-spacing: -0.03em; }
h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); letter-spacing: -0.02em; }
h4 { font-size: 1.08rem; letter-spacing: -0.015em; }
p  { margin: 0 0 1em; }

.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--pad-x); }
.section, section { padding: clamp(48px, 7vw, 96px) 0; }
.section-alt { background: var(--rr-cream); }
.section-navy { background: var(--rr-navy); color: #d8e0ee; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rr-amber);
  margin-bottom: .8em;
}
.section-head { text-align: center; max-width: 740px; margin: 0 auto 2.6rem; }
.section-head.left { text-align: left; margin: 0 0 2rem; }
.section-head p { color: var(--rr-mute); }

/* Skip link */
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--rr-navy); color: #fff;
  padding: 8px 14px; z-index: 10000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { top: 0; }

/* ====================== TOPBAR ====================== */
.topbar {
  background: #0f1c2f;
  color: #cfd6e3;
  font-size: .82rem;
}
.topbar .container { display: flex; justify-content: space-between; gap: 12px; padding-block: 9px; flex-wrap: wrap; }
.topbar .tb-item {
  display: inline-flex; gap: 8px; align-items: center;
  margin-right: 18px; color: #cfd6e3;
}
.topbar a.tb-item:hover { color: var(--rr-amber-2); }
.topbar svg { width: 14px; height: 14px; opacity: .8; }
.topbar .lic svg { color: var(--rr-amber-2); opacity: 1; }

@media (max-width: 880px) {
  .topbar .tb-right .tb-item:not(.lic) { display: none; }
}
@media (max-width: 700px) {
  .topbar { font-size: .78rem; }
  .topbar .tb-left .tb-item { display: block; }
  .topbar .tb-right { display: none; }
}

/* ====================== HEADER ====================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--rr-line);
}
.site-header .container {
  display: flex; align-items: center; gap: 24px;
  padding-block: 14px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo svg { width: 44px; height: 44px; border-radius: 9px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.18rem; color: var(--rr-navy); font-weight: 800; letter-spacing: -.01em; }
.brand-text span { font-size: .74rem; color: var(--rr-mute); letter-spacing: .04em; text-transform: uppercase; }

.main-nav { margin-left: auto; }
.main-nav ul {
  list-style: none; display: flex; gap: 4px;
  margin: 0; padding: 0; align-items: center;
}
.main-nav a {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 10px 14px; border-radius: 8px;
  font-weight: 500; font-size: .94rem;
  color: var(--rr-navy);
}
.main-nav a:hover, .main-nav a[aria-current="page"] {
  background: var(--rr-cream-2); color: var(--rr-navy);
}
.main-nav a .chev svg { width: 14px; height: 14px; transform: rotate(90deg); transition: transform .2s; }

.has-mega { position: relative; }
.has-mega:hover > .mega, .has-mega:focus-within > .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.has-mega:hover > a .chev svg { transform: rotate(-90deg); }

.mega {
  position: absolute; top: 100%; right: 0;
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 14px;
  box-shadow: var(--rr-shadow-lg);
  padding: 18px;
  width: 720px;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 200;
}
.mega-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.mega-grid a {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px; border-radius: 10px;
  background: transparent;
}
.mega-grid a:hover { background: var(--rr-cream); }
.mega-ic {
  flex: 0 0 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--rr-amber-soft); color: var(--rr-amber);
  border-radius: 8px;
}
.mega-ic svg { width: 20px; height: 20px; }
.mega-grid strong { display: block; color: var(--rr-navy); font-weight: 600; font-size: .95rem; }
.mega-grid small { display: block; color: var(--rr-mute); font-size: .8rem; line-height: 1.4; margin-top: 2px; }

.header-cta { display: flex; gap: 10px; align-items: center; }
.phone-btn {
  display: inline-flex; gap: 8px; align-items: center;
  background: var(--rr-amber); color: #fff;
  padding: 10px 16px; border-radius: 999px;
  font-weight: 700; font-size: .94rem;
  box-shadow: 0 4px 14px -6px rgba(200,132,44,.6);
}
.phone-btn:hover { background: #b3741f; color: #fff; }
.phone-btn svg { width: 16px; height: 16px; }

.menu-toggle {
  display: none; appearance: none; border: 0; background: var(--rr-cream-2);
  width: 44px; height: 44px; border-radius: 10px;
  cursor: pointer; color: var(--rr-navy);
  align-items: center; justify-content: center;
}
.menu-toggle .close { display: none; }
.menu-toggle[aria-expanded="true"] .open { display: none; }
.menu-toggle[aria-expanded="true"] .close { display: inline-flex; }
.menu-toggle svg { width: 22px; height: 22px; }

.mobile-drawer {
  display: none;
  position: fixed; top: 0; right: 0;
  height: 100dvh; width: min(360px, 90vw);
  background: #fff;
  box-shadow: -20px 0 60px -20px rgba(20,30,55,.4);
  z-index: 999;
  padding: 80px 18px 28px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .28s ease;
}
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer .md-link, .mobile-drawer summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 12px; border-radius: 10px;
  color: var(--rr-navy); font-weight: 600; font-size: 1rem;
  cursor: pointer;
}
.mobile-drawer .md-link.active { background: var(--rr-cream-2); }
.mobile-drawer .md-link:hover, .mobile-drawer summary:hover { background: var(--rr-cream); }
.mobile-drawer .md-group { border-top: 1px solid var(--rr-line); }
.mobile-drawer .md-sub {
  display: block; padding: 10px 18px 10px 28px;
  color: var(--rr-mute); font-size: .92rem;
}
.mobile-drawer .md-sub:hover { color: var(--rr-amber); }
.mobile-drawer .md-call {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; padding: 14px;
  background: var(--rr-amber); color: #fff; border-radius: 10px;
  font-weight: 700;
}
.mobile-drawer summary svg { width: 14px; height: 14px; }
.mobile-drawer details[open] summary svg { transform: rotate(90deg); }

.scrim {
  display: none; position: fixed; inset: 0;
  background: rgba(15,20,30,.35); z-index: 998;
}
.scrim.open { display: block; }

@media (max-width: 1099px) {
  .main-nav { display: none !important; }
  .menu-toggle { display: inline-flex; }
  .mobile-drawer { display: block; }
  .header-cta { margin-left: auto; }
}
@media (max-width: 600px) {
  .phone-btn span { display: none; }
  .phone-btn { padding: 10px; }
  .brand-text span { display: none; }
}

/* ====================== BUTTONS ====================== */
.btn {
  display: inline-flex; gap: 8px; align-items: center; justify-content: center;
  padding: 13px 24px; border-radius: 14px; border: 0;
  font-weight: 700; font-size: .95rem; cursor: pointer;
  text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s, color .18s, border-color .18s;
  font-family: inherit;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.btn-lg { padding: 17px 30px; font-size: 1rem; border-radius: 16px; }
.btn svg { width: 16px; height: 16px; }
.btn-primary {
  background: linear-gradient(180deg, var(--rr-amber-2) 0%, var(--rr-amber) 100%);
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(209,138,42,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(209,138,42,.7), inset 0 1px 0 rgba(255,255,255,.25); color: #fff; }
.btn-primary:active { transform: translateY(0); }
.btn-secondary {
  background: var(--rr-navy); color: #fff;
  box-shadow: 0 12px 28px -14px rgba(20,35,59,.55), inset 0 1px 0 rgba(255,255,255,.07);
}
.btn-secondary:hover { background: var(--rr-navy-2); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--rr-navy); border: 1.5px solid var(--rr-navy); }
.btn-ghost:hover { background: var(--rr-navy); color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--rr-navy); box-shadow: var(--rr-shadow-sm); }
.btn-light:hover { background: var(--rr-cream); color: var(--rr-navy); transform: translateY(-2px); }

/* ====================== HERO ====================== */
.hero {
  position: relative; overflow: hidden;
  background-color: var(--rr-navy);
  color: #fff;
  padding: clamp(72px, 9vw, 130px) 0 clamp(80px, 10vw, 140px);
  isolation: isolate;
}
.hero::before {
  /* Subtle render-texture background */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: url("/assets/images/jobs/img_20180204_124238_725.jpg");
  background-size: cover;
  background-position: center 20%;
  filter: saturate(.7) brightness(.55);
  transform: scale(1.06);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 20% 20%, rgba(239,184,107,.18), transparent 60%),
    radial-gradient(900px 500px at 95% 85%, rgba(40,71,122,.42), transparent 60%),
    linear-gradient(135deg, rgba(20,35,59,.94) 0%, rgba(31,53,86,.86) 60%, rgba(40,71,122,.82) 100%);
  pointer-events: none;
}
.hero .container {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  line-height: 1.04;
  margin: 0 0 1rem;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero h1 .accent {
  display: inline-block; color: var(--rr-amber-2);
  background-image: linear-gradient(180deg, transparent 64%, rgba(239,184,107,.32) 64%, rgba(239,184,107,.32) 92%, transparent 92%);
  background-repeat: no-repeat; background-size: 100% 100%;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  padding: 0 .12em;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--rr-amber-3);
  padding: 8px 16px 8px 12px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--rr-amber-2);
  box-shadow: 0 0 0 4px rgba(239,184,107,.25);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(239,184,107,.25); }
  50%      { box-shadow: 0 0 0 8px rgba(239,184,107,.05); }
}
.hero-sub {
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  color: rgba(255,255,255,.88); max-width: 56ch; margin-bottom: 2rem;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2rem; }
.hero-ctas .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.hero-ctas .btn-ghost:hover { background: #fff; color: var(--rr-navy); border-color: #fff; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.hero-badges .b {
  display: inline-flex; gap: 8px; align-items: center;
  font-size: .86rem; font-weight: 600; color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.hero-badges svg { width: 14px; height: 14px; color: var(--rr-amber-2); }

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--rr-shadow-xl);
  background: #000;
  transform: rotate(-1.5deg);
  transition: transform .35s;
}
.hero-visual:hover { transform: rotate(0); }
.hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .8s ease;
}
.hero-visual:hover img { transform: scale(1.04); }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.25));
  pointer-events: none;
}

.hero-chip {
  position: absolute; bottom: 22px; left: 22px;
  background: rgba(255,255,255,.96); color: var(--rr-navy);
  padding: 14px 18px; border-radius: 16px;
  display: flex; gap: 12px; align-items: center;
  box-shadow: var(--rr-shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
  transform: rotate(1.5deg);
}
.hero-chip-2 { left: auto; right: 22px; bottom: auto; top: 22px; transform: rotate(1.5deg); }
.hero-chip .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--rr-amber-soft); color: var(--rr-amber); display: inline-flex; align-items: center; justify-content: center; }
.hero-chip .ic.teal { background: #d6efe2; color: var(--rr-success); }
.hero-chip svg { width: 18px; height: 18px; }
.hero-chip strong { display: block; font-size: .98rem; font-weight: 700; }
.hero-chip span { display: block; font-size: .74rem; color: var(--rr-mute); }

@media (max-width: 1099px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 16/10; max-width: 720px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .hero-visual { aspect-ratio: 4/3; border-radius: 16px; }
  .hero-chip { bottom: 12px; left: 12px; padding: 10px 12px; }
  .hero-chip-2 { right: 12px; top: 12px; }
}

/* ====================== TRUST STRIP ====================== */
.trust-strip { background: var(--rr-cream); padding: 22px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: center; }
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: var(--rr-navy); font-weight: 600;
}
.trust-item svg { width: 22px; height: 22px; color: var(--rr-amber); }
@media (max-width: 800px) { .trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; } }

/* ====================== SERVICES ====================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 18px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--rr-shadow-lg); border-color: var(--rr-amber-soft); }
.service-card .thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--rr-cream-2); }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .thumb img { transform: scale(1.04); }
.service-card .thumb .tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--rr-amber); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
}
.service-card .thumb .tag.navy { background: var(--rr-navy); }
.service-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { margin-bottom: .5rem; }
.service-card p { color: var(--rr-mute); margin-bottom: 1rem; flex: 1; font-size: .96rem; }
.service-card .arrow {
  display: inline-flex; gap: 6px; align-items: center;
  color: var(--rr-amber); font-weight: 700; font-size: .92rem;
}
.service-card .arrow svg { width: 14px; height: 14px; transition: transform .2s; }
.service-card:hover .arrow svg { transform: translateX(4px); }

@media (max-width: 1099px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .services-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ====================== FEATURE CARDS (3-up) ====================== */
.features { padding: 0; margin-top: -60px; position: relative; z-index: 5; }
.features .grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  background: #fff; padding: 24px;
  border-radius: 22px;
  box-shadow: var(--rr-shadow-lg);
  border: 1px solid var(--rr-line);
}
.feature-card {
  position: relative;
  padding: 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, var(--rr-cream));
  border: 1px solid var(--rr-line);
  overflow: hidden;
}
.feature-card .num {
  position: absolute; top: 12px; right: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3rem;
  color: var(--rr-amber-soft); font-weight: 800; line-height: 1; opacity: .9;
}
.feature-card .ic {
  width: 50px; height: 50px; border-radius: 12px;
  background: var(--rr-amber); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.feature-card .ic svg { width: 24px; height: 24px; }
.feature-card h3 { margin-bottom: .35rem; }
.feature-card p { color: var(--rr-mute); margin-bottom: .8rem; font-size: .94rem; }
.feature-card .more { color: var(--rr-amber); font-weight: 700; font-size: .9rem; }

@media (max-width: 1099px) { .features .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
  .features { margin-top: -32px; }
  .features .grid { grid-template-columns: 1fr; padding: 16px; }
}

/* ====================== ABOUT ====================== */
.about .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 22px; box-shadow: var(--rr-shadow-lg); }
.about-media .stat-card {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--rr-amber); color: #fff;
  padding: 18px 22px; border-radius: 16px;
  text-align: center; box-shadow: var(--rr-shadow-lg);
}
.about-media .stat-card strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.4rem; display: block; line-height: 1; }
.about-media .stat-card span { font-size: .82rem; opacity: .9; }
.about-list { columns: 2; column-gap: 24px; padding: 0; list-style: none; margin: 1rem 0 1.5rem; }
.about-list li {
  position: relative; padding-left: 26px; margin-bottom: 8px; break-inside: avoid;
  color: var(--rr-ink); font-weight: 500;
}
.about-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--rr-amber-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8842c' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px no-repeat;
}
@media (max-width: 1099px) {
  .about .container { grid-template-columns: 1fr; }
  .about-media { max-width: 540px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .about-list { columns: 1; }
  .about-media .stat-card { right: 10px; bottom: -14px; padding: 14px 18px; }
  .about-media .stat-card strong { font-size: 1.8rem; }
}

/* ====================== STATS ====================== */
.stats { background: var(--rr-navy); color: #fff; padding: 56px 0; }
.stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats .stat strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem); display: block; line-height: 1;
  color: var(--rr-amber-2); font-weight: 800;
}
.stats .stat span { font-size: .92rem; color: #c8d2e3; margin-top: 6px; display: block; }
@media (max-width: 700px) { .stats .grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ====================== TESTIMONIALS ====================== */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 18px;
  padding: 26px;
  position: relative;
}
.testimonial .stars { color: var(--rr-amber); font-size: 1rem; letter-spacing: 2px; margin-bottom: 8px; }
.testimonial .stars svg { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; margin-right: 1px; }
.testimonial .quote {
  position: absolute; top: 18px; right: 22px;
  font-family: serif; font-size: 5rem; line-height: .8;
  color: var(--rr-amber-soft);
}
.testimonial p { color: var(--rr-ink); font-size: .98rem; margin-bottom: 1.2rem; }
.testimonial .who { display: flex; align-items: center; gap: 12px; }
.testimonial .avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--rr-cream-2); color: var(--rr-navy);
  font-weight: 700; font-size: .85rem;
  display: inline-flex; align-items: center; justify-content: center;
}
.testimonial .who strong { display: block; font-size: .92rem; }
.testimonial .who span { display: block; font-size: .8rem; color: var(--rr-mute); }
@media (max-width: 1099px) { .testimonial-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ====================== AREA STRIP ====================== */
.area-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.area-strip-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.area-strip-pills a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--rr-line);
  color: var(--rr-navy); font-weight: 600; font-size: .9rem;
}
.area-strip-pills a:hover { background: var(--rr-amber); color: #fff; border-color: var(--rr-amber); }
.area-strip-pills .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rr-amber); }
.area-strip-pills .all-areas { background: var(--rr-navy); color: #fff; border-color: var(--rr-navy); }
.area-strip-pills .all-areas .dot { background: var(--rr-amber-2); }
.area-strip-head .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.4rem; }
@media (max-width: 1099px) { .area-strip { grid-template-columns: 1fr; } }

/* ====================== CTA BANNER ====================== */
.cta-banner {
  background:
    linear-gradient(120deg, rgba(26,43,68,.92), rgba(26,43,68,.86)),
    url("/assets/images/jobs/img_20180214_200659_605.jpg") center/cover;
  color: #fff;
  padding: 70px 0;
}
.cta-banner .container {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 32px; align-items: center;
}
.cta-banner h2 { color: #fff; margin-bottom: .4rem; }
.cta-banner p { color: #cfd6e3; font-size: 1.05rem; margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cta-banner .btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.cta-banner .btn-ghost:hover { background: #fff; color: var(--rr-navy); }
@media (max-width: 1099px) {
  .cta-banner .container { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
}

/* ====================== FOOTER ====================== */
.site-footer {
  background: #0f1c2f;
  color: #b9c2d3;
  padding: 64px 0 28px;
}
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; font-weight: 700; }
.site-footer .grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px;
}
.site-footer .brand-text strong { color: #fff; }
.site-footer .brand-text span { color: #8a92a3; }
.site-footer p { color: #b9c2d3; font-size: .94rem; }
.site-footer p strong { color: #fff; }
.site-footer .lic-line { display: flex; gap: 8px; align-items: center; font-size: .88rem; margin-top: .6rem; }
.site-footer .lic-line svg { width: 18px; height: 18px; color: var(--rr-amber-2); }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #b9c2d3; font-size: .94rem; }
.footer-links a:hover { color: var(--rr-amber-2); }

.footer-contact ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: .94rem; }
.footer-contact .ic { color: var(--rr-amber-2); }
.footer-contact .ic svg { width: 18px; height: 18px; }
.footer-contact a { color: #b9c2d3; }
.footer-contact a:hover { color: var(--rr-amber-2); }

.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li {
  display: flex; justify-content: space-between;
  padding: 6px 0; font-size: .9rem;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.hours-list li span:first-child { color: #fff; font-weight: 600; }

.socials { display: flex; gap: 10px; margin-top: 1rem; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.06); color: #b9c2d3;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.socials a:hover { background: var(--rr-amber); color: #fff; }
.socials svg { width: 16px; height: 16px; }

.copyright {
  margin-top: 36px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .82rem; color: #8a92a3;
}
.copyright .credit-line a { color: #b9c2d3; }
.copyright .credit-line a:hover { color: var(--rr-amber-2); }
@media (max-width: 900px) { .site-footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .site-footer .grid { grid-template-columns: 1fr; } }

/* ====================== FLOATING PHONE ====================== */
.floating-phone {
  position: fixed; bottom: 20px; right: 20px;
  background: var(--rr-amber); color: #fff;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(200,132,44,.6);
  z-index: 90;
  transition: width .25s ease;
  overflow: hidden;
}
.floating-phone svg { width: 24px; height: 24px; flex-shrink: 0; }
.floating-phone .fp-label { display: none; font-weight: 700; font-size: .92rem; padding-left: 10px; padding-right: 16px; white-space: nowrap; }
.floating-phone:hover { color: #fff; }
@media (min-width: 700px) {
  .floating-phone { width: auto; padding-left: 18px; padding-right: 22px; height: 56px; border-radius: 999px; }
  .floating-phone .fp-label { display: inline; }
}

/* ====================== SUB PAGE HERO ====================== */
.sub-hero {
  --sub-hero-image: url("/assets/images/jobs/img_20180214_200659_605.jpg");
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: clamp(72px, 10vw, 140px) 0 clamp(56px, 8vw, 100px);
  background-color: var(--rr-navy);
  isolation: isolate;
}
.sub-hero::before {
  /* The actual background image, blurred slightly for depth */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: var(--sub-hero-image);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  transform: scale(1.04);
  filter: saturate(.85) contrast(1.05);
}
.sub-hero::after {
  /* Brand gradient overlay for text legibility */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(239,184,107,.18), transparent 60%),
    radial-gradient(800px 480px at -10% 110%, rgba(40,71,122,.45), transparent 60%),
    linear-gradient(135deg, rgba(20,35,59,.92) 0%, rgba(31,53,86,.82) 50%, rgba(40,71,122,.7) 100%);
}
.sub-hero .container { position: relative; z-index: 1; max-width: 980px; }
.sub-hero .crumbs {
  font-size: .82rem; color: rgba(255,255,255,.78);
  margin-bottom: 1.4rem;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sub-hero .crumbs a { color: var(--rr-amber-3); font-weight: 600; }
.sub-hero .crumbs a:hover { color: #fff; }
.sub-hero .crumbs span { color: rgba(255,255,255,.4); }
.sub-hero h1 {
  color: #fff; max-width: 22ch;
  margin: 0 0 .6em;
  text-shadow: 0 2px 24px rgba(0,0,0,.3);
}
.sub-hero h1 .accent {
  display: inline-block; color: var(--rr-amber-2);
  background-image: linear-gradient(180deg, transparent 64%, rgba(239,184,107,.32) 64%, rgba(239,184,107,.32) 92%, transparent 92%);
  background-repeat: no-repeat; background-size: 100% 100%;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  padding: 0 .12em;
}
.sub-hero p {
  color: rgba(255,255,255,.92);
  max-width: 60ch; font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.sub-hero .hero-meta {
  display: inline-flex; flex-wrap: wrap; gap: 10px 14px;
  margin-top: 1.6rem;
}
.sub-hero .hero-meta .b {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff; font-weight: 600; font-size: .88rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  padding: 8px 14px; border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sub-hero .hero-meta .b svg { width: 14px; height: 14px; color: var(--rr-amber-3); }
.sub-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.8rem; }
.sub-hero .hero-actions .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.4);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  background: rgba(255,255,255,.06);
}
.sub-hero .hero-actions .btn-ghost:hover { background: #fff; color: var(--rr-navy); border-color: #fff; }

/* Soft fade-out at bottom edge */
.sub-hero.with-fade {
  padding-bottom: clamp(76px, 11vw, 140px);
}
.sub-hero.with-fade::after {
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(239,184,107,.18), transparent 60%),
    linear-gradient(180deg, rgba(20,35,59,.85) 0%, rgba(20,35,59,.7) 60%, rgba(20,35,59,.92) 100%);
}

@media (max-width: 700px) {
  .sub-hero { padding: clamp(56px, 14vw, 88px) 0 clamp(40px, 10vw, 64px); }
  .sub-hero::before { background-position: center; }
}

/* ====================== SERVICE PAGE LAYOUT ====================== */
.svc-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.svc-layout > .svc-body p { font-size: 1.04rem; color: var(--rr-ink); }
.svc-features-list { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; }
.svc-features-list li { position: relative; padding-left: 28px; }
.svc-features-list li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 18px; height: 18px; border-radius: 50%; background: var(--rr-amber-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8842c' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 12px no-repeat;
}
.svc-side {
  position: sticky; top: 96px;
  background: var(--rr-cream);
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--rr-line);
}
.svc-side h3 { margin-bottom: .4rem; }
.svc-side .price-from { font-size: 1.6rem; color: var(--rr-amber); font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
.svc-side ul { list-style: none; padding: 0; margin: 1rem 0 1.2rem; }
.svc-side ul li { display: flex; gap: 8px; padding: 6px 0; font-size: .94rem; align-items: center; }
.svc-side ul li svg { color: var(--rr-success); width: 16px; height: 16px; flex-shrink: 0; }
.svc-side .actions { display: flex; flex-direction: column; gap: 10px; }
.svc-image {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: 18px; box-shadow: var(--rr-shadow); margin-bottom: 1.5rem;
}
.svc-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-related-card {
  background: #fff; border: 1px solid var(--rr-line); border-radius: 12px;
  padding: 18px; transition: all .2s; display: block;
}
.svc-related-card:hover { border-color: var(--rr-amber); transform: translateY(-2px); }
.svc-related-card .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--rr-amber-soft); color: var(--rr-amber); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.svc-related-card .ic svg { width: 18px; height: 18px; }
.svc-related-card strong { display: block; color: var(--rr-navy); margin-bottom: 2px; }
.svc-related-card span { font-size: .88rem; color: var(--rr-mute); }

@media (max-width: 1099px) {
  .svc-layout { grid-template-columns: 1fr; }
  .svc-side { position: static; }
  .svc-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .svc-features-list { grid-template-columns: 1fr; }
  .svc-related-grid { grid-template-columns: 1fr; }
}

/* ====================== GALLERY ====================== */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.gallery-filters button {
  background: #fff; border: 1px solid var(--rr-line);
  padding: 9px 16px; border-radius: 999px;
  font-weight: 600; font-size: .9rem; color: var(--rr-navy);
  cursor: pointer; transition: all .2s;
  font-family: inherit;
}
.gallery-filters button:hover { background: var(--rr-cream-2); }
.gallery-filters button.active { background: var(--rr-navy); color: #fff; border-color: var(--rr-navy); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery-item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  cursor: zoom-in;
  background: var(--rr-cream-2);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.5));
  opacity: 0; transition: opacity .25s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item .cap {
  position: absolute; left: 12px; right: 12px; bottom: 10px;
  color: #fff; font-size: .8rem; font-weight: 600;
  opacity: 0; transition: opacity .25s; z-index: 2;
}
.gallery-item:hover .cap { opacity: 1; }

@media (max-width: 900px)  { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8,12,22,.92);
  z-index: 9999;
  display: none;
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; }
.lightbox button {
  position: absolute; background: rgba(255,255,255,.1);
  border: 0; color: #fff; cursor: pointer;
  width: 50px; height: 50px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit;
}
.lightbox button:hover { background: rgba(255,255,255,.2); }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-prev  { left: 24px; }
.lightbox .lb-next  { right: 24px; }
.lightbox .lb-prev, .lightbox .lb-next { top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 22px; height: 22px; }

/* ====================== AREAS GRID ====================== */
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-card {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 14px;
  padding: 18px 20px;
  display: block;
  transition: all .2s;
}
.area-card:hover { transform: translateY(-2px); border-color: var(--rr-amber); box-shadow: var(--rr-shadow); }
.area-card strong { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; color: var(--rr-navy); margin-bottom: 2px; }
.area-card .pc { color: var(--rr-mute); font-size: .82rem; letter-spacing: .03em; }
.area-card .blurb { display: block; color: var(--rr-mute); font-size: .85rem; margin-top: 8px; line-height: 1.4; }

@media (max-width: 900px) { .areas-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .areas-grid { grid-template-columns: 1fr; } }

/* ====================== FAQ ====================== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 700; color: var(--rr-navy); font-size: 1.04rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; width: 16px; height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a2b44' stroke-width='2.4' stroke-linecap='round'><path d='M12 5v14M5 12h14'/></svg>") center / 16px no-repeat;
  transition: transform .2s; flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 20px; color: var(--rr-mute); }

/* ====================== BLOG ====================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 16px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .25s;
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--rr-shadow-lg); border-color: var(--rr-amber-soft); }
.post-card .thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--rr-cream-2); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .thumb img { transform: scale(1.04); }
.post-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.post-card .meta { display: flex; gap: 10px; align-items: center; margin-bottom: .5rem; font-size: .82rem; color: var(--rr-mute); }
.post-card .cat {
  background: var(--rr-amber-soft); color: var(--rr-amber);
  padding: 3px 10px; border-radius: 999px; font-weight: 700; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .04em;
}
.post-card h3 { margin-bottom: .5rem; }
.post-card h3 a { color: var(--rr-navy); }
.post-card h3 a:hover { color: var(--rr-amber); }
.post-card .excerpt { color: var(--rr-mute); font-size: .94rem; flex: 1; margin-bottom: 1rem; }
.post-card .read-more { color: var(--rr-amber); font-weight: 700; font-size: .9rem; }

@media (max-width: 1099px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px)  { .blog-grid { grid-template-columns: 1fr; } }

/* Blog article */
.article-body { max-width: 760px; margin: 0 auto; font-size: 1.06rem; line-height: 1.75; }
.article-body p, .article-body ul, .article-body ol { margin-bottom: 1.2rem; }
.article-body h2 { margin-top: 2rem; }
.article-body h3 { margin-top: 1.4rem; }
.article-body img { border-radius: 12px; margin: 1.2rem 0; }
.article-body blockquote {
  border-left: 4px solid var(--rr-amber);
  padding: .4rem 1.2rem;
  margin: 1.4rem 0;
  background: var(--rr-cream);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--rr-navy);
}

/* ====================== PRODUCTS ====================== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.brand-card {
  background: #fff;
  border: 1px solid var(--rr-line);
  border-radius: 18px;
  padding: 28px;
  display: flex; flex-direction: column;
}
.brand-card .logo {
  width: 120px; height: 80px;
  display: inline-flex; align-items: center;
  background: var(--rr-cream); border-radius: 10px; padding: 12px;
  margin-bottom: 1rem;
}
.brand-card .logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.brand-card h3 { margin-bottom: .4rem; }
.brand-card p { color: var(--rr-mute); flex: 1; }
.brand-card ul { list-style: disc; padding-left: 18px; margin: 0 0 1rem; }
.brand-card ul li { margin-bottom: 4px; font-size: .94rem; }
.brand-card .ext { color: var(--rr-amber); font-weight: 700; font-size: .9rem; }
@media (max-width: 1099px) { .products-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .products-grid { grid-template-columns: 1fr; } }

/* ====================== CONTACT ====================== */
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.contact-form { background: #fff; padding: 30px; border-radius: 18px; border: 1px solid var(--rr-line); box-shadow: var(--rr-shadow); }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; font-weight: 600; font-size: .88rem; color: var(--rr-navy); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--rr-line); border-radius: 10px;
  font-family: inherit; font-size: 1rem; color: var(--rr-ink);
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 0; border-color: var(--rr-amber); box-shadow: 0 0 0 3px rgba(200,132,44,.18);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .field { margin-bottom: 14px; }
.contact-form button { width: 100%; }
.contact-side { background: var(--rr-navy); color: #fff; padding: 30px; border-radius: 18px; }
.contact-side h3 { color: #fff; }
.contact-side p { color: #cfd6e3; }
.contact-side a { color: #fff; }
.contact-side ul { list-style: none; padding: 0; margin: 0; }
.contact-side li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,.1); }
.contact-side .ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: var(--rr-amber-2); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-side .ic svg { width: 18px; height: 18px; }
.contact-side strong { display: block; color: #fff; }
.contact-side span { display: block; color: #cfd6e3; font-size: .92rem; }
@media (max-width: 1099px) { .contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 600px)  { .contact-form .row { grid-template-columns: 1fr; } }

/* ====================== UTILITIES & MISC ====================== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.muted { color: var(--rr-mute); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* Lifestyle strip on home */
.lifestyle-strip { padding: 0; }
.lifestyle-strip .grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.lifestyle-strip .cell { position: relative; aspect-ratio: 1/1; overflow: hidden; }
.lifestyle-strip .cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.lifestyle-strip .cell:hover img { transform: scale(1.05); }
.lifestyle-strip .cell .label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  color: #fff;
}
.lifestyle-strip .cell .label small { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rr-amber-2); font-weight: 700; }

@media (max-width: 1099px) { .lifestyle-strip .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .lifestyle-strip .grid { grid-template-columns: 1fr 1fr; } }

/* Video grid (job videos) */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  display: block;
}
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: all .3s; }
.video-card:hover img { transform: scale(1.05); opacity: 1; }
.video-card .play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.video-card .play span {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,.94); color: var(--rr-amber);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -6px rgba(0,0,0,.6);
  transition: transform .25s, background .25s;
}
.video-card:hover .play span { transform: scale(1.1); background: var(--rr-amber); color: #fff; }
.video-card .play svg { width: 24px; height: 24px; margin-left: 3px; }
.video-card .label {
  position: absolute; left: 14px; right: 14px; bottom: 12px; color: #fff;
  font-weight: 600; font-size: .9rem; z-index: 2;
}
@media (max-width: 1099px) { .video-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .video-grid { grid-template-columns: 1fr; } }

/* Process steps */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step {
  background: #fff; border: 1px solid var(--rr-line);
  border-radius: 14px; padding: 22px;
  position: relative;
}
.process-step .num {
  position: absolute; top: -16px; left: 22px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--rr-amber); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif;
}
.process-step h4 { margin-top: 14px; margin-bottom: .4rem; }
.process-step p { color: var(--rr-mute); font-size: .92rem; margin-bottom: 0; }
@media (max-width: 1099px) { .process-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 600px)  { .process-grid { grid-template-columns: 1fr; } }
