:root {
  --ink: #151914;
  --paper: #f2f0e8;
  --acid: #c9f24b;
  --coral: #ff654f;
  --forest: #173e31;
  --line: rgba(21, 25, 20, 0.17);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }

.client-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 240, 232, 0.88);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.client-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.03em; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--ink); color: var(--acid); font-size: 0.75rem; letter-spacing: 0.08em; transform: rotate(-5deg); }
.client-header nav { display: flex; align-items: center; gap: clamp(15px, 3vw, 34px); }
.client-header nav a { text-decoration: none; font-size: 0.9rem; font-weight: 750; }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--ink); color: white !important; }

.client-hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 6vw; padding: clamp(64px, 9vw, 130px) clamp(20px, 7vw, 100px); position: relative; overflow: hidden; }
.hero-content, .hero-portrait-wrap { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 38px; height: 3px; background: var(--coral); }
.client-hero h1 { max-width: 780px; margin: 0; font-size: clamp(4.2rem, 10vw, 9.5rem); line-height: 0.82; letter-spacing: -0.085em; overflow-wrap: anywhere; }
.hero-intro { max-width: 650px; margin: 30px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 36px; }
.primary-action { display: inline-flex; align-items: center; gap: 20px; padding: 16px 21px; border-radius: 4px; background: var(--coral); color: var(--ink); font-weight: 900; text-decoration: none; box-shadow: 7px 7px 0 var(--ink); transition: transform 0.18s, box-shadow 0.18s; }
.primary-action:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--ink); }
.text-action { font-weight: 800; text-underline-offset: 5px; }

.hero-portrait-wrap { width: min(470px, 85%); justify-self: center; aspect-ratio: 0.84; }
.portrait-backdrop { position: absolute; inset: 5% -8% -5% 8%; border-radius: 45% 55% 48% 52%; background: var(--acid); transform: rotate(7deg); }
.hero-portrait { position: relative; width: 100%; height: 100%; object-fit: cover; border: 3px solid var(--ink); border-radius: 48% 52% 45% 55%; filter: saturate(0.92) contrast(1.03); }
.portrait-placeholder { display: grid; place-items: center; background: var(--forest); color: var(--acid); font-size: clamp(4rem, 11vw, 8rem); font-weight: 950; }
.portrait-note { position: absolute; right: -8%; bottom: 8%; padding: 12px 17px; background: white; border: 2px solid var(--ink); font-family: Georgia, serif; font-style: italic; transform: rotate(-4deg); }
.hero-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 320px; height: 320px; top: -170px; right: 30%; }
.orbit-two { width: 180px; height: 180px; left: -90px; bottom: 10%; }

.about-section { display: grid; grid-template-columns: 0.45fr 1.25fr 0.65fr; gap: clamp(30px, 6vw, 90px); align-items: start; padding: clamp(80px, 11vw, 160px) clamp(20px, 7vw, 100px); border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 12px; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; }
.about-copy h2, .connect-heading h2 { margin: 0; font-size: clamp(2.7rem, 5.7vw, 6.2rem); line-height: 0.96; letter-spacing: -0.065em; }
.about-copy p { max-width: 760px; margin: 30px 0 0; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 2rem); line-height: 1.5; }
.about-aside { padding-top: 12px; line-height: 1.65; }
.about-aside a { display: inline-block; margin-top: 18px; color: var(--forest); font-weight: 900; text-underline-offset: 6px; }

.connect-section { padding: clamp(80px, 11vw, 150px) clamp(20px, 7vw, 100px); background: var(--forest); color: #f8f5e9; }
.section-label.light { color: var(--acid); margin-bottom: 35px; }
.connect-heading { max-width: 950px; }
.connect-heading p { max-width: 650px; margin: 26px 0 0; color: rgba(248, 245, 233, 0.72); font-size: 1.1rem; line-height: 1.65; }
.link-preview-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 60px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.18); }
.link-preview { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 15px; min-height: 86px; padding: 18px 22px; background: var(--forest); text-decoration: none; font-weight: 800; transition: background 0.18s, color 0.18s; }
.link-preview:hover { background: var(--acid); color: var(--ink); }
.preview-icon { font-size: 1.4rem; }
.connect-action { display: inline-flex; align-items: center; gap: 30px; margin-top: 45px; padding-bottom: 8px; border-bottom: 2px solid var(--acid); color: var(--acid); font-size: 1.08rem; font-weight: 900; text-decoration: none; }

.client-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 30px clamp(20px, 7vw, 100px); border-top: 1px solid rgba(255,255,255,0.13); background: var(--forest); color: rgba(248,245,233,0.66); font-size: 0.82rem; }
.client-footer a { text-underline-offset: 4px; }

@media (max-width: 820px) {
  .client-header nav a:not(.nav-cta) { display: none; }
  .client-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .client-hero h1 { font-size: clamp(4rem, 19vw, 7rem); }
  .hero-portrait-wrap { width: min(390px, 88%); margin-top: 30px; }
  .about-section { grid-template-columns: 1fr; }
  .about-aside { max-width: 520px; }
}

@media (max-width: 560px) {
  .client-header { min-height: 68px; }
  .client-brand > span:last-child { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-cta { padding: 9px 13px; }
  .client-hero { padding-bottom: 85px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .link-preview-list { grid-template-columns: 1fr; }
  .client-footer { flex-direction: column; }
}
