:root {
  --white: #fafafa;
  --black: #0b0b0b;
  --gray: #777;
  --line: rgba(11,11,11,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: "Inter", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--white); background: var(--black); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 76px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.site-header nav, .menu-button, .hero-role, .hero-foot, .company-role, .company-index, .contact > p, footer {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
}
.brand {
  position: relative;
  display: block;
  overflow: hidden;
  width: 280px;
  height: 60px;
}
.brand img, .footer-brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
.site-header nav { display: flex; gap: 32px; text-transform: uppercase; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: currentColor; }
.menu-button { display: none; padding: 0; border: 0; background: transparent; }

.hero {
  min-height: 100svh;
  padding: 110px 3vw 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-role { margin: 0; }
.hero-name { position: relative; flex: 1; display: flex; align-items: center; }
.hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(48px, 7.2vw, 110px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.075em;
}
.hero figure {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5vw;
  width: clamp(300px, 35vw, 540px);
  aspect-ratio: 1;
  margin: 0;
  transform: translateY(-50%);
  border: 1px solid var(--black);
  border-radius: 50%;
}
.hero figure img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; }
.hero-foot p { margin: 0; }
.hero-foot a { padding-bottom: 7px; border-bottom: 1px solid; }
.hero-foot a span { margin-left: 24px; }

.profile-section {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) 1.7fr;
  gap: 8vw;
  padding: 130px 5vw;
  border-top: 1px solid var(--line);
}
.section-label span, .companies-header span { display: block; margin-bottom: 16px; color: var(--gray); font-size: 11px; letter-spacing: .1em; }
.section-label h2, .companies-header h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
}
.section-content { max-width: 900px; }
.section-content p {
  margin: 0 0 32px;
  font-size: clamp(22px, 2.55vw, 38px);
  line-height: 1.32;
  letter-spacing: -.035em;
}
.about-copy p:first-child { font-size: clamp(30px, 3.5vw, 52px); line-height: 1.17; }
.about-copy p:last-child { max-width: 720px; margin: 70px 0 0 auto; font-size: clamp(18px, 1.8vw, 26px); line-height: 1.45; }
.inverse { color: var(--white); background: var(--black); }
.inverse .section-label span { color: #999; }

.companies { padding: 130px 5vw; }
.companies-header { margin-bottom: 90px; }
.company {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) 1.8fr;
  gap: 7vw;
  padding: 54px 0;
  border-top: 1px solid var(--line);
}
.company:last-child { border-bottom: 1px solid var(--line); }
.company-index { padding-top: 8px; color: var(--gray); }
.company-role { margin: 0 0 18px; color: var(--gray); }
.company h3 { margin: 0 0 22px; font-size: clamp(44px, 5.7vw, 84px); font-weight: 500; line-height: .95; letter-spacing: -.065em; }
.company-copy > p:last-child { max-width: 720px; margin: 0; color: #555; font-size: 18px; line-height: 1.6; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.company-logo { position: relative; overflow: hidden; margin: 0 0 28px; }
.qvantus-logo { width: min(440px, 72vw); height: 100px; }
.qvantus-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 148%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
.ncpmedia-logo { width: min(540px, 78vw); height: 120px; }
.ncpmedia-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
.qcapital-logo { width: min(560px, 80vw); height: 150px; }
.qcapital-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
.company-brand-row { display: flex; align-items: center; gap: 26px; margin-bottom: 22px; }
.company-brand-row h3 { margin: 0; }
.callersync-logo { display: block; width: 104px; height: 104px; object-fit: cover; border-radius: 18px; }

.education { background: #e9e9e9; }
.education .section-content h3 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 58px); font-weight: 500; letter-spacing: -.05em; }
.education .section-content p { color: #555; font-size: 18px; }
.education-item { padding: 0 0 42px; }
.education-item + .education-item { padding-top: 42px; border-top: 1px solid var(--line); }
.education-item:last-child { padding-bottom: 0; }

.contact {
  min-height: 84vh;
  padding: 100px 3vw 55px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 9vw;
  color: var(--white);
  background: var(--black);
}
.contact-intro > p { margin: 0 0 42px; color: #999; font-size: 11px; font-weight: 600; letter-spacing: .11em; }
.contact h2 { margin: 0 0 70px; font-size: clamp(58px, 7vw, 108px); font-weight: 500; line-height: .82; letter-spacing: -.075em; }
.contact a { display: table; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.contact a span { margin-left: 32px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { margin-bottom: 10px; color: #aaa; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
  font: 16px/1.5 "Inter", sans-serif;
  transition: border-color .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--white); }
.contact-form button {
  justify-self: start;
  padding: 15px 20px;
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  font: 600 12px "Inter", sans-serif;
  letter-spacing: .09em;
  cursor: pointer;
}
.contact-form button:hover { color: var(--black); background: var(--white); }
.contact-form button:disabled { opacity: .55; cursor: wait; }
.contact-form button span { margin-left: 28px; }
.form-status { align-self: center; margin: 0; color: #bbb; font-size: 14px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { display: flex; align-items: center; justify-content: space-between; min-height: 118px; padding: 24px 3vw; color: var(--black); background: var(--white); border-top: 1px solid var(--line); }
footer p { margin: 0; }
.footer-brand { position: relative; overflow: hidden; width: 360px; height: 78px; }

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 5vw; }
  .brand { width: 180px; height: 50px; flex: 0 0 auto; }
  .menu-button { display: block; }
  .site-header nav { display: none; position: fixed; z-index: 20; inset: 66px 0 auto; padding: 30px 5vw; flex-direction: column; align-items: flex-start; color: var(--white); background: var(--black); border-bottom: 1px solid #444; }
  .site-header nav.open { display: flex; }
  .hero { min-height: auto; padding: 94px 5vw 34px; }
  .hero-role { line-height: 1.5; }
  .hero-name { flex: none; padding: 42px 0 48px; flex-direction: column-reverse; align-items: stretch; gap: 38px; }
  .hero h1 { width: 100%; font-size: clamp(35px, 11vw, 52px); line-height: .92; letter-spacing: -.06em; }
  .hero figure { position: relative; top: auto; right: auto; align-self: center; width: min(78vw, 330px); transform: none; }
  .hero-foot { align-items: flex-end; gap: 20px; }
  .hero-foot p { max-width: 145px; line-height: 1.5; }
  .profile-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 5vw; }
  .section-label h2, .companies-header h2 { font-size: 48px; }
  .section-content p { font-size: 24px; }
  .about-copy p:first-child { font-size: 31px; }
  .about-copy p:last-child { margin: 50px 0 0; font-size: 19px; }
  .companies { padding: 90px 5vw; }
  .companies-header { margin-bottom: 55px; }
  .company { grid-template-columns: 30px 1fr; gap: 18px; padding: 42px 0; }
  .company h3 { font-size: 44px; }
  .company-copy > p:last-child { font-size: 16px; }
  .qvantus-logo { width: min(290px, 72vw); height: 72px; margin-bottom: 22px; }
  .ncpmedia-logo { width: min(300px, 74vw); height: 82px; margin-bottom: 22px; }
  .qcapital-logo { width: min(310px, 76vw); height: 96px; margin-bottom: 22px; }
  .company-brand-row { gap: 16px; }
  .callersync-logo { width: 72px; height: 72px; border-radius: 13px; }
  .contact { min-height: 70vh; padding: 90px 5vw 60px; grid-template-columns: 1fr; gap: 72px; }
  .contact h2 { font-size: clamp(48px, 15vw, 72px); }
  .contact a { max-width: 100%; overflow-wrap: anywhere; line-height: 1.5; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  footer { padding: 24px 5vw; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-brand { width: min(300px, 90vw); height: 68px; }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 16px; }
  .brand { width: 158px; height: 46px; }
  .hero { padding-inline: 18px; }
  .hero-role { max-width: 260px; font-size: 10px; }
  .hero-name { padding-top: 34px; }
  .hero h1 { font-size: clamp(32px, 10.7vw, 46px); }
  .hero figure { width: min(82vw, 300px); }
  .hero-foot { font-size: 9px; }
  .profile-section, .companies, .contact { padding-left: 18px; padding-right: 18px; }
  .section-label h2, .companies-header h2 { font-size: 42px; }
  .section-content p, .about-copy p:first-child { font-size: 25px; }
  .about-copy p:last-child { font-size: 18px; }
  .company { grid-template-columns: 1fr; gap: 18px; }
  .company-index { padding: 0; }
  .company h3 { font-size: 38px; overflow-wrap: anywhere; }
  .company-logo { max-width: 100%; }
  .qcapital-logo { width: 100%; height: 90px; }
  .qvantus-logo { width: 100%; height: 68px; }
  .ncpmedia-logo { width: 100%; height: 76px; }
  .company-brand-row { align-items: center; }
  .company-brand-row h3 { font-size: 34px; }
  .contact h2 { font-size: clamp(44px, 14vw, 62px); }
  .contact-form { gap: 24px; }
  .contact-form button { width: 100%; display: flex; justify-content: space-between; }
  .footer-brand { width: min(270px, 88vw); }
}
