
    :root {
      --navy:#0B1F3A;
      --silver:#B8B3AA;
      --ivory:#F6F3EE;
      --champagne:#C7B08B;
      --white:#FFFFFF;
      --text:#1E2430;
      --muted:#667085;
      --line:rgba(11,31,58,.10);
      --card:#FFFFFF;
      --shadow:0 18px 50px rgba(11,31,58,.12);
      --radius:22px;
      --max:1180px;
    }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body {
      margin:0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Noto Sans SC", Arial, sans-serif;
      background:
              radial-gradient(1200px 700px at 80% -10%, rgba(184,179,170,.18), transparent 60%),
              linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
      color:var(--text);
      line-height:1.65;
    }
    a { color:inherit; text-decoration:none; }
    .wrap { max-width:var(--max); margin:0 auto; padding:0 24px; }
    .topbar {
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(180%) blur(12px);
      background:rgba(255,255,255,.82);
      border-bottom:1px solid rgba(11,31,58,.08);
    }
	img {
    max-width: 100%;
    display: block;
	}
	.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 100;
}

.hamburger, .hamburger::before, .hamburger::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
}

.hamburger::before { top: -8px; }
.hamburger::after { bottom: -8px; }

.menu-toggle[aria-expanded="true"] .hamburger {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 78px;
    left: 0;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open {
    display: flex;
  }
}
    .topbar .inner {
      display:flex; align-items:center; justify-content:space-between; gap:16px;
      min-height:78px;
    }
    .brand {
      display:flex; align-items:center; gap:12px; font-weight:700; color:var(--navy);
      letter-spacing:.01em;
    }
    .brand-logo {
      height: 80px;
      width: auto;
      flex: 0 0 auto;
    }
	.brand-text {
    display: grid;
	}

	.brand-text small {
    color: var(--muted);
    font-weight: 600;
}
    .nav {
      display:flex; align-items:center; gap:18px; flex-wrap:wrap;
      color:#344054; font-size:.95rem;
    }
    .nav a {
      position:relative; padding:10px 0;
    }
    .nav a:hover { color:var(--navy); }
    .lang-switch {
      display:flex; align-items:center; gap:8px; flex-wrap:wrap; justify-content:flex-end;
    }
    .lang-switch button {
      border:1px solid rgba(11,31,58,.14); background:#fff; color:#344054;
      border-radius:999px; padding:8px 11px; font-size:.8rem; font-weight:700;
      cursor:pointer; transition:.2s ease;
    }
    .lang-switch button:hover { transform:translateY(-1px); border-color:rgba(11,31,58,.28); }
    .lang-switch button.active { background:var(--navy); color:#fff; border-color:var(--navy); }

    .btn {
      display:inline-flex; align-items:center; justify-content:center;
      padding:13px 20px; border-radius:999px; border:1px solid transparent;
      font-weight:700; cursor:pointer; transition:.2s ease;
      white-space:nowrap;
    }
    .btn:hover { transform:translateY(-1px); }
    .btn-primary { background:var(--navy); color:#fff; box-shadow:var(--shadow); }
    .btn-secondary { background:transparent; border-color:rgba(11,31,58,.18); color:var(--navy); }

    .hero { padding:70px 0 30px; }
    .hero-grid {
      display:grid; grid-template-columns:1.15fr .85fr; gap:30px; align-items:stretch;
    }
    .eyebrow {
      display:inline-flex; align-items:center; gap:10px;
      color:var(--silver); text-transform:uppercase; letter-spacing:.22em;
      font-size:.76rem; font-weight:800;
      margin-bottom:18px;
    }
    .eyebrow:before {
      content:""; width:42px; height:1px; 
        background:linear-gradient(to right, var(--champagne), rgba(199, 176, 139, 0.18));
    }
    h1, h2, h3, h4, p { margin:0; }
    h1 {
      color:var(--navy);
      font-size:clamp(2.5rem, 5vw, 4.8rem);
      line-height:1.03;
      letter-spacing:-.05em;
      max-width:12ch;
    }
    .lede {
      margin-top:18px;
      font-size:1.08rem;
      color:#475467;
      max-width:60ch;
      text-align: justify;
    }
    .hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }
    .note { margin-top:14px; color:#667085; font-size:.92rem; }
    .hero-card {
      border-radius:30px; overflow:hidden;
      background:linear-gradient(180deg, rgba(11,31,58,.98), rgba(11,31,58,.92));
      color:#fff; box-shadow:var(--shadow);
      display:flex; flex-direction:column; min-height:100%;
    }
    .hero-video {
      width: 100%;
      height: 75vh; /* Limit height to show content below */
      overflow: hidden;
      line-height: 0;
    }
    .hero-video video {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensure video covers the area without distortion */
      display: block;
    }
    .portrait {
      width: 180px;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center top;
      display: block;
      margin: 0 auto 24px auto;
      filter: saturate(1.02) contrast(1.02);
    }
    .hero-card-body { padding:26px; }
    .hero-card-body .label {
      color:var(--silver); text-transform:uppercase; letter-spacing:.18em;
      font-size:.72rem; font-weight:800; margin-bottom:14px;
    }
    .hero-card-body h3 {
      font-size:1.5rem; line-height:1.2; margin-bottom:10px;
    }
    .hero-card-body p {
      color:rgba(255,255,255,.84);
      font-size:.98rem;
    }
    .stats {
      display:grid; grid-template-columns:repeat(2,1fr); gap:12px;
      margin-top:20px;
    }
    .stat {
      background:rgba(255,255,255,.04);
      border:1px solid rgba(184,179,170,.20);
      border-radius:18px;
      padding:14px;
    }
    .stat b {
      display:block; margin-bottom:4px; color:#fff; font-size:1rem;
    }
    .stat span { color:rgba(255,255,255,.78); font-size:.88rem; }

    section { padding:28px 0; }
    .panel {
      background:rgba(255,255,255,.9);
      border:1px solid rgba(11,31,58,.10);
      border-radius:var(--radius);
      box-shadow:0 10px 28px rgba(11,31,58,.05);
      padding:28px;
    }
    .section-head {
      display:flex; justify-content:space-between; align-items:end; gap:18px;
      margin-bottom:18px;
    }
    .section-title {
      color:var(--navy);
      font-size:clamp(1.55rem, 2.8vw, 2.3rem);
      letter-spacing:-.03em;
      line-height:1.12;
    }
    .section-sub { color:var(--muted); max-width:56ch; font-size:.98rem; }
    .copy { color:#475467; font-size:1rem; }
    .services, .quotes, .features, .media-grid {
      display:grid; gap:16px;
    }
    .services { grid-template-columns:repeat(2, 1fr); }
    .media-grid { grid-template-columns:repeat(3, 1fr); }
    .service, .quote, .feature, .media-card {
      background:linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
      border:1px solid var(--line);
      border-radius:24px;
      box-shadow:0 10px 28px rgba(11,31,58,.06);
      position:relative;
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .service, .media-card { padding:24px; }
    .service::before, .media-card::before {
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg, var(--navy), #c7b08b);
    }
    .service:hover, .media-card:hover {
      transform:translateY(-2px);
      box-shadow:0 16px 36px rgba(11,31,58,.10);
      border-color:rgba(11,31,58,.16);
    }
    .service h3, .media-card h3 { color:var(--navy); font-size:1.08rem; margin:10px 0 10px; }
    .service p, .media-card p { color:#475467; font-size:.97rem; }
    .media-tag {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:44px;
      height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(199,176,139,.14);
      color:var(--navy);
      font-size:.78rem;
      font-weight:800;
      letter-spacing:.08em;
    }
    .features { grid-template-columns:repeat(2,1fr); margin-top:16px; }
    .feature { padding:18px 20px; }
    .feature b { display:block; color:var(--navy); margin-bottom:4px; }
    .feature span { color:#667085; font-size:.95rem; }
    .steps {
      display:grid; grid-template-columns:repeat(5,1fr); gap:12px;
    }
    .step {
      padding:18px; border-radius:18px; background:#fff; border:1px solid var(--line);
      min-height:146px;
    }
    .step .num {
      display:inline-flex; width:30px; height:30px; border-radius:999px;
      background:rgba(199,176,139,.18); color:var(--navy);
      align-items:center; justify-content:center;
      font-size:.82rem; font-weight:800; margin-bottom:14px;
    }
    .step h4 { color:var(--navy); font-size:.98rem; margin-bottom:8px; }
    .step p { color:#667085; font-size:.92rem; }
    .quotes { grid-template-columns:repeat(3,1fr); }
    .quote {
      position:relative;
      padding:24px;
    }
    .quote:before {
      content:"“"; position:absolute; top:8px; right:14px;
      font-size:4rem; line-height:1; color:rgba(184,179,170,.18);
    }
    .quote .brandtag {
      color:var(--navy); font-weight:800; margin-bottom:10px;
    }
    .quote p {
      color:#344054; font-size:.96rem; font-style:italic;
    }
    .contact {
      background:linear-gradient(135deg, var(--navy), #10294d);
      color:#fff;
      border-radius:30px;
      box-shadow:var(--shadow);
      padding:34px;
    }
    .contact-grid {
      display:grid; grid-template-columns:1.05fr .95fr; gap:22px; align-items:start;
    }
    .contact h2, .contact .section-title { color:#fff; }
    .contact .section-sub, .contact p { color:rgba(255,255,255,.84); }
    .form {
      background:rgba(255,255,255,.06);
      border:1px solid rgba(184,179,170,.18);
      border-radius:24px;
      padding:22px;
    }
    .field {
      display:grid; gap:8px; margin-bottom:14px;
    }
    label {
      font-size:.92rem; font-weight:700; color:#fff;
    }
    input, textarea, select {
      width:100%;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.95);
      color:#101828;
      padding:13px 14px;
      font:inherit;
      outline:none;
    }
    textarea { min-height:130px; resize:vertical; }
    input:focus, textarea:focus, select:focus {
      border-color:rgba(199,176,139,.55);
      box-shadow:0 0 0 3px rgba(199,176,139,.15);
    }
.copy--justify {
  text-align: justify;
  hyphens: auto;
}
    .form-note { font-size:.86rem; color:rgba(255,255,255,.72); margin-top:8px; }
    .contact-meta {
      display:grid; gap:12px;
      padding-top:8px;
    }
    .contact-card {
      background:rgba(255,255,255,.06);
      border:1px solid rgba(184,179,170,.18);
      border-radius:22px;
      padding:18px 20px;
    }
    .contact-card b { display:block; color:var(--silver); margin-bottom:5px; }
    .contact-card span { color:rgba(255,255,255,.92); }
.footer {
  padding: 40px 0 60px;
  color: #667085;
  font-size: 0.92rem;
}
.footer hr {
  border: none;
  border-top: 1px solid var(--line);
  margin-bottom: 24px;
}
.footer-nav a:hover {
  color: var(--navy);
  text-decoration: underline;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .hero-grid, .contact-grid, .services, .quotes, .steps, .features, .media-grid {
    grid-template-columns: 1fr;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
  }
  .nav {
    display: none;
  }
  h1 {
    max-width: none;
  }
  .portrait {
    height: 290px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
    @media (max-width: 640px) {
      .wrap { padding:0 18px; }
      .hero { padding-top:40px; }
      .panel, .contact { padding:20px; }
      .hero-card-body { padding:20px; }
      .stats { grid-template-columns:1fr; }
      .hero-actions { flex-direction:column; }
      .btn { width:100%; }
      .lang-switch { gap:6px; }
    }
  
.eyebrow--muted { color: var(--silver); }
.copy--justify { text-align: justify; }
.form-status {
  margin: 10px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.page-shell {
  padding: 64px 24px;
}

.form-banner {
  max-width: var(--max);
  margin: 24px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(11,31,58,.14);
  border-radius: 18px;
  background: rgba(11,31,58,.06);
  color: var(--navy);
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.form-banner strong {
  font-weight: 800;
}

.about-preview { 
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center; 
	}
.about-badges { 
  	display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0;
	}
.about-preview img {
    width: 75%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
}
.badge {
  display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 999px;
  background: #f7f9fc; border: 1px solid var(--line); color: var(--navy); font-weight: 700; font-size: .92rem;
}
