@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&display=swap');

/* =========================================
   VARIABLES
   ========================================= */
:root {
  --red: #DA291C;
  --maroon: #6E140F;
  --tint: #F0D9D5;
  --paper: #F7F3EC;
  --paper-2: #EFE8DC;
  --ink: #17130F;
  --ink-soft: #5F574E;
  --line: #E2D8C9;
  --white: #FFFFFF;
}

/* =========================================
   RESET
   ========================================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .serif { font-family: 'Fraunces', Georgia, Cambria, serif; font-weight: 400; letter-spacing: -0.01em; }

/* =========================================
   NAV
   ========================================= */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,243,236,0.88);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1220px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px; height: 74px;
}
.logo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.logo img { height: 30px; display: block; }
nav ul { display: flex; gap: 34px; list-style: none; }
nav a {
  text-decoration: none; color: var(--ink-soft); font-size: 15px; font-weight: 500;
  padding: 6px 0; cursor: pointer; transition: color 0.15s; position: relative;
}
nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--red); transition: width 0.2s;
}
nav a:hover, nav a.active { color: var(--red); }
nav a.active::after { width: 100%; }
.mobile-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--ink); }

/* =========================================
   BUTTONS
   ========================================= */
.btn {
  display: inline-block; background: var(--red); color: white;
  padding: 12px 26px; text-decoration: none; font-size: 14.5px; font-weight: 500;
  border: none; cursor: pointer; font-family: inherit; border-radius: 100px;
  transition: background 0.15s, transform 0.15s;
}
.btn:hover { background: var(--maroon); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--red); border: 1.5px solid var(--red);
}
.btn-outline:hover { background: var(--red); color: white; }
.btn-light { background: white; color: var(--red); }
.btn-light:hover { background: var(--tint); color: var(--maroon); }

/* =========================================
   SHARED
   ========================================= */
.container { max-width: 1220px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  color: var(--red); font-size: 12px; text-transform: uppercase;
  letter-spacing: 2.5px; margin-bottom: 18px; font-weight: 600;
}
section { padding: 96px 0; }

/* =========================================
   HERO
   ========================================= */
.hero { background: var(--paper); padding: 84px 0 76px; position: relative; overflow: hidden; }
.hero .container { max-width: 1220px; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  max-width: 1220px; margin: 0 auto; padding: 0 32px;
}
.hero h1 {
  font-size: clamp(38px, 4.6vw, 62px); line-height: 1.06; font-weight: 500;
  margin-bottom: 26px; letter-spacing: -0.02em; max-width: 900px;
}
.hero p { font-size: 19px; max-width: 660px; margin-bottom: 34px; color: var(--ink-soft); }
.hero .btn-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-link { color: var(--red); font-weight: 500; text-decoration: none; font-size: 15px; }
.hero-link:hover { text-decoration: underline; }

/* Overlapping photo composition */
.hero-art { position: relative; height: 480px; }
.hero-art .ph {
  position: absolute; background-size: cover; background-position: center;
  background-color: var(--paper-2); box-shadow: 0 24px 60px rgba(40,20,10,0.18);
}
.hero-art .ph1 { width: 62%; height: 74%; top: 0; right: 0; }
.hero-art .ph2 { width: 52%; height: 56%; bottom: 0; left: 0; border: 6px solid var(--paper); }
.hero-art .badge {
  position: absolute; bottom: 8%; right: 6%; background: var(--red); color: white;
  padding: 18px 22px; max-width: 190px; box-shadow: 0 16px 40px rgba(110,20,15,0.35);
}
.hero-art .badge .b-num { font-family: 'Fraunces', serif; font-size: 30px; line-height: 1; }
.hero-art .badge .b-lab { font-size: 12px; margin-top: 6px; color: rgba(255,255,255,0.9); }

/* =========================================
   STATS
   ========================================= */
.stats { background: var(--paper); padding: 0 0 30px; }
.stats .container { border-top: 1px solid var(--line); padding-top: 54px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.stat { text-align: left; }
.stat .num {
  font-family: 'Fraunces', serif; font-size: 46px; color: var(--maroon); line-height: 1; font-weight: 500;
}
.stat .label { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; max-width: 180px; }

/* =========================================
   OFFER CARDS
   ========================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.card {
  background: var(--white); padding: 40px 34px; border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform 0.15s, box-shadow 0.15s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(40,20,10,0.08); }
.card .tag {
  display: inline-block; background: var(--tint); color: var(--maroon);
  font-size: 12px; padding: 4px 12px; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 18px; align-self: flex-start;
}
.card h3 { font-size: 25px; margin-bottom: 14px; font-weight: 500; }
.card p { color: var(--ink-soft); font-size: 15px; flex: 1; }
.card a { color: var(--red); text-decoration: none; font-size: 14.5px; font-weight: 500; margin-top: 22px; cursor: pointer; }
.card a:hover { text-decoration: underline; }

/* =========================================
   SECTORS
   ========================================= */
.sectors-band { background: var(--paper-2); }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.sector { padding: 34px 30px 34px 0; border-bottom: 1px solid var(--line); }
.sector .s-idx { font-family: 'Fraunces', serif; font-size: 15px; color: var(--red); letter-spacing: 1px; margin-bottom: 22px; font-weight: 600; }
.sector h4 { font-family: 'Fraunces', serif; font-size: 21px; margin-bottom: 10px; font-weight: 500; line-height: 1.15; }
.sector p { font-size: 14px; color: var(--ink-soft); }
.sector .icon svg { width: 23px; height: 23px; color: var(--red); }
@media (min-width: 901px) {
  .sector { border-right: 1px solid var(--line); padding: 34px 30px; }
  .sector:last-child { border-right: none; padding-right: 0; }
  .sector:first-child { padding-left: 0; }
}

/* =========================================
   LOGO WALL
   ========================================= */
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 44px; }
.logo-wall .lw {
  background: var(--white); border: 1px solid var(--line); height: 96px;
  display: flex; align-items: center; justify-content: center; padding: 22px;
}
.logo-wall .lw img {
  max-height: 42px; max-width: 100%; object-fit: contain;
  filter: grayscale(1) opacity(0.75); transition: filter 0.2s;
}
.logo-wall .lw:hover img { filter: none; }

/* =========================================
   LOGO STRIP (legacy chips)
   ========================================= */
.logo-strip { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.logo-chip { background: var(--white); padding: 14px 26px; font-family: 'Fraunces', serif; font-size: 17px; color: var(--ink-soft); border: 1px solid var(--line); }

/* =========================================
   DISCLOSURES / FINANCIALS
   ========================================= */
.disc-band { background: var(--maroon); color: white; }
.disc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.disc-card {
  display: block; text-decoration: none; color: white; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18); padding: 28px 26px; transition: background 0.15s;
}
.disc-card:hover { background: rgba(255,255,255,0.12); }
.disc-card .dc-k { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.disc-card h4 { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 500; margin-bottom: 8px; }
.disc-card p { font-size: 13.5px; color: rgba(255,255,255,0.78); }
.disc-card .arrow { margin-top: 16px; font-size: 14px; color: white; }
.disc-band .eyebrow { color: rgba(255,255,255,0.7); }
.disc-band h2 { color: white; }
.disc-lines { margin-top: 40px; display: flex; flex-direction: column; }
.disc-row { display: flex; gap: 24px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.15); align-items: baseline; }
.disc-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.15); }
.dl-label { flex: 0 0 260px; font-weight: 500; color: #fff; font-size: 15px; }
.dl-links { color: rgba(255,255,255,0.85); font-size: 14.5px; }
.dl-links a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.45); padding-bottom: 1px; margin-right: 4px; transition: border-color 0.15s; }
.dl-links a:hover { border-color: #fff; }
.dl-sep { color: rgba(255,255,255,0.4); margin: 0 4px; }

/* =========================================
   CTA BAND
   ========================================= */
.cta-band { background: var(--maroon); color: white; text-align: center; padding: 88px 24px; position: relative; overflow: hidden; }
.cta-band h2 { font-size: 38px; margin-bottom: 16px; font-weight: 500; }
.cta-band p { color: rgba(255,255,255,0.85); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* =========================================
   PAGE HEADERS
   ========================================= */
.page-head {
  position: relative; padding: 128px 0 92px; border-bottom: 1px solid var(--line);
  background: var(--maroon); background-size: cover; background-position: center; overflow: hidden;
}
.page-head::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(45,10,8,0.72) 0%, rgba(110,20,15,0.82) 100%);
}
.page-head .container { position: relative; z-index: 1; }
.page-head .eyebrow { color: rgba(255,255,255,0.82); }
.page-head h1 { font-size: clamp(34px, 4.4vw, 52px); margin-bottom: 16px; max-width: 760px; color: white; font-weight: 500; }
.page-head p { color: rgba(255,255,255,0.86); font-size: 18px; max-width: 640px; }
.ph-offer     { background-image: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=70'); }
.ph-portfolio { background-image: url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1600&q=70'); }
.ph-team      { background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1600&q=70'); }
.ph-insights  { background-image: url('https://images.unsplash.com/photo-1519501025264-65ba15a82390?auto=format&fit=crop&w=1600&q=70'); }
.ph-pitch     { background-image: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1600&q=70'); }

/* =========================================
   OFFER DETAIL
   ========================================= */
.offer-block { display: grid; grid-template-columns: 300px 1fr; gap: 56px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.offer-block:last-of-type { border-bottom: none; }
.offer-block h2 { font-size: 34px; color: var(--maroon); font-weight: 500; }
.offer-block .sub { color: var(--red); font-size: 14px; margin-top: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.offer-body p { margin-bottom: 18px; color: var(--ink); font-size: 16.5px; }
.offer-body .fit { background: var(--paper-2); padding: 24px 28px; margin-top: 8px; font-size: 15px; color: var(--ink-soft); border-left: 3px solid var(--red); }
.offer-body .fit strong { color: var(--maroon); display: block; margin-bottom: 6px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

/* =========================================
   PORTFOLIO
   ========================================= */
.pf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.pf-card {
  background: var(--white); border: 1px solid var(--line); padding: 30px 26px;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.pf-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(40,20,10,0.09); }
.pf-logobox { height: 52px; display: flex; align-items: center; margin-bottom: 18px; }
.pf-logobox img { max-height: 46px; max-width: 160px; object-fit: contain; filter: grayscale(1) opacity(0.82); transition: filter 0.2s; }
.pf-card:hover .pf-logobox img { filter: none; }
.pf-card .pf-logo { font-family: 'Fraunces', serif; font-size: 21px; color: var(--ink); font-weight: 500; }
.pf-card .pf-oneliner { font-size: 14px; color: var(--ink-soft); flex: 1; }
.pf-card .pf-exited {
  display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
  background: var(--tint); color: var(--maroon); padding: 2px 9px; margin-bottom: 12px; align-self: flex-start;
}
.pf-card .pf-visit { margin-top: 16px; font-size: 13px; color: var(--red); font-weight: 500; letter-spacing: 0.3px; }

/* =========================================
   TEAM
   ========================================= */
.team-lead { background: var(--white); border: 1px solid var(--line); padding: 48px; margin: 56px 0; }
.team-lead h3 { font-size: 30px; font-weight: 500; }
.team-lead .role { color: var(--red); font-size: 15px; margin-bottom: 18px; font-weight: 500; }
.team-lead p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 12px; max-width: 660px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card { border: 1px solid var(--line); padding: 36px; background: var(--white); }
.team-card h4 { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; }
.team-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 8px; }
.li-btn {
  display: inline-block; margin-top: 14px; font-size: 13.5px; color: var(--red);
  text-decoration: none; border: 1px solid var(--red); padding: 7px 16px; border-radius: 100px; transition: all 0.15s;
}
.li-btn:hover { background: var(--red); color: white; }

/* =========================================
   INSIGHTS
   ========================================= */
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.insight-card {
  border: 1px solid var(--line); padding: 34px 30px; background: var(--white);
  display: flex; flex-direction: column; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  text-decoration: none; color: inherit; cursor: pointer;
}
.insight-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(40,20,10,0.09); }
.insight-card .cat { color: var(--red); font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; font-weight: 600; }
.insight-card h3 { font-size: 22px; margin-bottom: 12px; line-height: 1.3; font-weight: 500; }
.insight-card p { font-size: 14.5px; color: var(--ink-soft); flex: 1; }
.insight-card .date { font-size: 13px; color: #A8A29E; margin-top: auto; }

/* =========================================
   PITCH FORM
   ========================================= */
.pitch-wrap { max-width: 720px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 14px; margin-bottom: 7px; color: var(--ink); font-weight: 600; }
.form-field label span { color: var(--red); }
.form-field input, .form-field select, .form-field textarea {
  padding: 12px 14px; border: 1px solid var(--line); font-size: 15px;
  font-family: inherit; background: white;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--red); border-color: var(--red);
}
.upload-box { border: 2px dashed var(--line); padding: 32px; text-align: center; color: var(--ink-soft); font-size: 14.5px; cursor: pointer; }
.upload-box:hover { border-color: var(--red); background: var(--paper-2); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.consent input { margin-top: 4px; }
.success-note { display: none; background: #F0FDF4; border: 1px solid #86EFAC; padding: 20px 24px; margin-top: 24px; color: #166534; font-size: 15px; }
.field-error { display: block; font-size: 12.5px; color: var(--red); margin-top: 6px; min-height: 0; }
.form-field input.touched-error,
.form-field select.touched-error,
.form-field textarea.touched-error,
.m-field input.touched-error { border-color: var(--red); }

/* =========================================
   FOOTER
   ========================================= */
footer { background: var(--maroon); color: rgba(255,255,255,0.8); padding: 64px 0 34px; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.foot-grid h5 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; font-weight: 600; }
.foot-grid a { display: block; color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14.5px; margin-bottom: 11px; cursor: pointer; transition: color 0.15s; }
.foot-grid a:hover { color: white; }
.foot-logo img { height: 30px; display: block; filter: brightness(0) invert(1); opacity: 0.95; margin-bottom: 18px; }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 26px; font-size: 12.5px; color: rgba(255,255,255,0.55); }
.foot-legal .reg { margin-top: 8px; }

/* =========================================
   404 PAGE
   ========================================= */
.not-found {
  text-align: center;
  padding: 120px 24px;
  background: linear-gradient(160deg, var(--maroon) 0%, var(--red) 100%);
  color: white;
}
.not-found h1 {
  font-size: clamp(64px, 12vw, 140px);
  line-height: 1;
  margin-bottom: 16px;
}
.not-found p {
  font-size: 20px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 36px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.not-found .btn {
  background: white;
  color: var(--red);
}
.not-found .btn:hover {
  background: var(--tint);
  color: var(--maroon);
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { height: 380px; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .disc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav-inner { padding: 0 20px; }
  nav ul { display: none; }
  nav ul.open {
    display: flex; flex-direction: column; position: absolute;
    top: 74px; left: 0; right: 0; background: var(--paper);
    padding: 20px 24px; gap: 18px; border-bottom: 1px solid var(--line);
  }
  .mobile-toggle { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid .stat:last-child { grid-column: 1 / -1; }
  .cards, .insight-grid { grid-template-columns: 1fr; }
  .sector-grid, .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-block { grid-template-columns: 1fr; gap: 20px; }
  .team-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .disc-row { flex-direction: column; gap: 6px; }
  .dl-label { flex: none; }
}
@media (max-width: 560px) {
  .pf-grid, .sector-grid, .logo-wall { grid-template-columns: 1fr 1fr; }
  .stat .num { font-size: 40px; }
  section { padding: 68px 0; }
  .m-grid { grid-template-columns: 1fr; }
  .modal { padding: 40px 24px; }
}

/* =========================================
   REPORT REQUEST MODAL
   ========================================= */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(23,19,15,0.55);
  display: none; align-items: center; justify-content: center;
  z-index: 1000; padding: 24px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--paper); max-width: 660px; width: 100%;
  padding: 46px 44px; position: relative;
  max-height: 92vh; overflow: auto;
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
}
.modal h3 {
  font-family: 'Fraunces', serif; font-size: 27px;
  font-weight: 500; text-align: center; margin-bottom: 8px;
}
.modal .m-sub {
  text-align: center; color: var(--ink-soft);
  font-size: 15px; margin-bottom: 30px;
}
.modal-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: none; font-size: 26px;
  cursor: pointer; color: var(--ink-soft); line-height: 1;
}
.modal-close:hover { color: var(--red); }
.m-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.m-field { display: flex; flex-direction: column; }
.m-field label { font-size: 13.5px; font-weight: 600; margin-bottom: 6px; }
.m-field label span { color: var(--red); }
.m-field input {
  padding: 12px 14px; border: 1px solid var(--line);
  font-size: 15px; font-family: inherit; background: #fff;
}
.m-field input:focus { outline: 2px solid var(--red); border-color: var(--red); }
.m-consent {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px; color: var(--ink-soft);
  margin-top: 20px; line-height: 1.5;
}
.m-consent input { margin-top: 3px; flex-shrink: 0; }
.m-consent a { color: var(--red); }
.m-actions { display: flex; justify-content: flex-end; margin-top: 26px; }
.m-success { display: none; text-align: center; padding: 24px 0; }
.m-success h4 {
  font-family: 'Fraunces', serif; font-size: 24px;
  color: var(--maroon); margin-bottom: 12px; font-weight: 500;
}
.m-success p { color: var(--ink-soft); font-size: 15px; max-width: 460px; margin: 0 auto; }