:root{--navy:#1E3264;--navy-d:#111D3C;--navy-m:#0D1526;--gold:#B8860B;--orange:#E8640A;--cream:#FAF8F4;--paper:#F2EFE9;--warm:#EDE9E1;--muted:#7a7065;--rule:rgba(30,50,100,.1);--fh:'Instrument Serif',Georgia,serif;--fb:'DM Sans',system-ui,sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--cream);color:var(--navy);overflow-x:hidden;-webkit-font-smoothing:antialiased}
nav{position:fixed;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:18px 80px;background:rgba(17,29,60,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}
.logo{font-family:var(--fb);font-size:.95rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px}
.logo-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.nav-links{display:flex;gap:32px;list-style:none}
.nav-links a{font-size:.78rem;font-weight:500;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.nav-links a:hover{color:#fff}
.hbg{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.hbg span{display:block;width:20px;height:1.5px;background:#fff;border-radius:2px}
.mob-d{display:none;position:fixed;inset:0;background:var(--navy-d);z-index:490;flex-direction:column;padding:88px 32px 40px}
.mob-d.open{display:flex}
.mob-d a{font-family:var(--fh);font-size:1.6rem;font-style:italic;color:rgba(255,255,255,.7);text-decoration:none;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}

/* SPLIT — left form, right context */
.contact-page{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh;padding-top:57px}

/* LEFT — form */
.form-side{background:var(--cream);padding:80px;display:flex;flex-direction:column;justify-content:center}
.form-eyebrow{font-size:.6rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;display:flex;align-items:center;gap:10px}
.form-eyebrow::before{content:'';width:20px;height:1px;background:var(--gold);flex-shrink:0}
.form-h1{font-family:var(--fh);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:400;line-height:1.08;letter-spacing:-.015em;color:var(--navy);margin-bottom:20px}
.form-h1 em{font-style:italic;color:var(--gold)}
.form-deck{font-family:var(--fh);font-size:1.1rem;font-style:italic;color:var(--muted);line-height:1.7;margin-bottom:48px;max-width:480px}
.form{display:flex;flex-direction:column;gap:24px;max-width:520px}
.field{display:flex;flex-direction:column;gap:8px}
.field-label{font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
.field input,.field textarea,.field select{
  background:#fff;border:1px solid var(--rule);border-radius:8px;padding:14px 16px;
  font-family:var(--fb);font-size:.95rem;color:var(--navy);
  transition:border-color .2s,box-shadow .2s;
}
.field input:focus,.field textarea:focus,.field select:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,134,11,.1);
}
.field textarea{resize:vertical;min-height:100px;font-family:var(--fb)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.btn-submit{
  background:var(--navy);color:#fff;
  padding:16px 32px;border-radius:8px;
  font-family:var(--fb);font-weight:700;font-size:.92rem;
  border:none;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  transition:background .2s,transform .2s;
  margin-top:12px;
}
.btn-submit:hover{background:var(--gold);color:var(--navy-d);transform:translateY(-1px)}
.form-note{font-size:.78rem;color:var(--muted);font-style:italic;font-family:var(--fh);margin-top:8px}

/* RIGHT — context panel */
.context-side{background:var(--navy-d);padding:80px;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}
.context-side::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(184,134,11,.1),transparent 65%);pointer-events:none}
.context-side::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 60px,rgba(255,255,255,.012) 60px,rgba(255,255,255,.012) 61px);pointer-events:none}
.context-inner{position:relative;z-index:2}

.what-h{font-size:.6rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:32px;display:flex;align-items:center;gap:10px}
.what-h::before{content:'';width:20px;height:1px;background:var(--gold);flex-shrink:0}

.steps{display:flex;flex-direction:column;gap:0}
.step{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.08);align-items:flex-start}
.step:first-child{border-top:1px solid rgba(255,255,255,.08)}
.step-num{font-family:var(--fh);font-size:2rem;font-style:italic;color:var(--gold);opacity:.5;line-height:1}
.step-name{font-family:var(--fh);font-size:1.15rem;font-style:italic;color:#fff;margin-bottom:6px;line-height:1.3}
.step-desc{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7;font-weight:300}

.context-quote{margin-top:48px;padding:28px 0;border-top:1px solid rgba(255,255,255,.1)}
.context-quote-text{font-family:var(--fh);font-size:1.15rem;font-style:italic;color:rgba(255,255,255,.85);line-height:1.5;margin-bottom:16px;padding-left:16px;border-left:2px solid var(--gold)}
.context-quote-attr{display:flex;align-items:center;gap:14px;padding-left:16px}
.attr-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#243870,#1a2d55);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(184,134,11,.4)}
.attr-name{font-family:var(--fh);font-size:.92rem;font-style:italic;color:#fff}
.attr-role{font-size:.6rem;color:rgba(255,255,255,.4);letter-spacing:.12em;text-transform:uppercase}

.assurance{margin-top:48px;padding:24px;background:rgba(184,134,11,.06);border:1px solid rgba(184,134,11,.2);border-radius:10px}
.assurance-h{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.assurance-text{font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.7;font-weight:300}

footer{background:var(--navy-m);padding:56px 80px 40px}
.ft-bot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.ft-copy{font-size:.7rem;color:rgba(255,255,255,.16)}
.ft-pl{font-family:var(--fh);font-size:.85rem;color:var(--gold);font-style:italic;opacity:.6}

@media(max-width:1024px){
  .contact-page{grid-template-columns:1fr;padding-top:57px}
  .form-side,.context-side{padding:64px 48px}
  .context-side{order:-1;padding:80px 48px 48px}
  footer{padding:48px 48px 32px}
}
@media(max-width:640px){
  nav{padding:16px 20px}
  .nav-links{display:none}.hbg{display:flex}
  .form-side,.context-side{padding:56px 24px}
  .form-h1{font-size:2rem}
  .field-row{grid-template-columns:1fr}
  footer{padding:48px 24px 32px}
  .ft-bot{flex-direction:column;align-items:flex-start}
}

/* BRANDS STRIP */
.brands-strip {
  margin-bottom:36px;
  padding-bottom:28px;
  border-bottom:1px solid var(--rule);
}
.brands-label {
  font-size:.6rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:12px;
}
.brands-list {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.brands-list span {
  font-family:var(--fh);
  font-size:1rem;
  font-style:italic;
  color:var(--navy);
  position:relative;
}
.brands-list span:not(:last-child)::after {
  content:'·';
  position:absolute;
  right:-15px;
  color:var(--gold);
  opacity:.5;
}

/* AUDIT DELIVERABLE VISUAL */
.deliverable {
  margin-top:40px;
  padding:24px;
  background:rgba(184,134,11,.08);
  border:1px solid rgba(184,134,11,.2);
  border-radius:10px;
  position:relative;
}
.deliverable-label {
  font-size:.6rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:10px;
}
.deliverable-label::before {
  content:'';
  width:18px;
  height:1px;
  background:var(--gold);
}
.deliverable-title {
  font-family:var(--fh);
  font-size:1.1rem;
  font-style:italic;
  color:#fff;
  line-height:1.4;
  margin-bottom:18px;
}
.deliverable-list {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.deliverable-list li {
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:.85rem;
  color:rgba(255,255,255,.7);
  line-height:1.6;
  font-weight:300;
}
.deliverable-list li::before {
  content:'';
  width:14px;
  height:14px;
  border-radius:50%;
  background:rgba(184,134,11,.15);
  border:1.5px solid var(--gold);
  margin-top:3px;
  flex-shrink:0;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8 L7 11 L13 5' stroke='%23B8860B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size:9px;
  background-position:center;
  background-repeat:no-repeat;
}
.deliverable-list li strong {
  color:#fff;
  font-weight:500;
}

@media(max-width:640px){
  .brands-list { gap:18px; }
  .brands-list span { font-size:.92rem; }
}