/* ============================================================
   TRITIMA ACHIGBU â€” PORTFOLIO SITE
   ============================================================ */

:root {
  --orange:        #FF8352;
  --dark:          #1A1A1A;
  --white:         #FFFFFF;
  --muted:         #666;
  --border:        #D8D8D8;
  --sidebar-width: 220px;
  --font-script:   'YoureInvited', 'Pinyon Script', cursive;
  --font-body:     'Lunchtype22', sans-serif;

  /* Type scale from Figma */
  --text-h1:     60px;
  --text-h2:     50px;
  --text-h3:     25px;
  --text-h4:     20px;
  --text-body:   18px;
  --text-body-s: 15px;
  --text-label:  18px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  { font-family: var(--font-body); color: var(--dark); background: var(--white); overflow-x: hidden; }
a     { text-decoration: none; color: inherit; }
img   { display: block; width: 100%; height: auto; }

/* ============================================================
   CUSTOM FONTS
   ============================================================ */
@font-face {
  font-family: 'YoureInvited';
  src: url('../fonts/YoureInvited.otf') format('opentype');
  font-weight: normal;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lunchtype22';
  src: url('../fonts/Lunchtype22-Light.ttf') format('truetype');
  font-weight: 300;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lunchtype22';
  src: url('../fonts/Lunchtype22-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lunchtype22';
  src: url('../fonts/Lunchtype22-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style:  normal;
  font-display: swap;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.layout {
  display: flex;
  min-height: 100vh;
}

/* ============================================================
   SIDEBAR
   ============================================================ */
.sidebar {
  width:      var(--sidebar-width);
  min-width:  var(--sidebar-width);
  background: var(--orange);
  position:   sticky;
  top:        0;
  height:     100vh;
  display:    flex;
  flex-direction: column;
  align-items:    center;
  padding:    28px 18px 24px;
  flex-shrink: 0;
  overflow-y: auto;
}

.sidebar-logo {
  font-family:   var(--font-script);
  font-size:     24px;
  color:         var(--white);
  display:       block;
  line-height:   1.15;
  margin-bottom: 32px;
  transition:    opacity 0.2s;
  align-self:    flex-start;
}
.sidebar-logo:hover { opacity: 0.85; }

.sidebar-nav {
  display:        flex;
  flex-direction: column;
  gap:            6px;
  margin-bottom:  auto;
  align-self:     flex-start;
  width:          100%;
}

.sidebar-nav a {
  color:           var(--white);
  font-size:       20px;
  font-weight:     400;
  letter-spacing:  0.1em;
  transition:      opacity 0.2s;
}
.sidebar-nav a:hover,
.sidebar-nav a.active { opacity: 0.65; }

.sidebar-actions {
  display:        flex;
  flex-direction: column;
  align-items:    center;
  gap:            7px;
  margin-top:     28px;
  margin-bottom:  16px;
  width:          100%;
}

/* Desktop sidebar buttons â€” white fill, black outline, Lunchtype22 Light */
.btn-pill {
  display:        inline-block;
  text-align:     center;
  border:         1px solid var(--dark);
  border-radius:  100px;
  color:          var(--dark);
  background:     var(--white);
  font-family:    var(--font-body);
  font-size:      10px;
  font-weight:    300;
  letter-spacing: 0.08em;
  padding:        6px 14px;
  transition:     background 0.2s, color 0.2s;
  white-space:    nowrap;
}
.btn-pill:hover { background: var(--dark); color: var(--white); }

<<<<<<< HEAD
=======
.sidebar-actions .btn-pill {
  display:        block;
  text-align:     center;
  border:         1px solid var(--dark);
  border-radius:  100px;
  color:          var(--dark) !important;
  background:     var(--white) !important;
  font-size:      10px;
  font-weight:    300;
  letter-spacing: 0.08em;
  padding:        6px 14px;
  white-space:    nowrap;
  width:          100%;
}

>>>>>>> 397aa2e (Fix png image paths)
.sidebar-copyright {
  font-size:      9px;
  color:          rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
  text-align:     center;
  width:          100%;
}

/* ============================================================
   HOME â€” MAIN CONTENT
   ============================================================ */
.content {
  flex:       1;
  padding:    44px 52px;
  min-width:  0;
}

.intro-headline {
  font-size:       var(--text-body-s);
  font-weight:     400;
  letter-spacing:  0.06em;
  line-height:     1.8;
  text-transform:  uppercase;
  color:           var(--dark);
  margin-bottom:   52px;
<<<<<<< HEAD
  max-width:       620px;
=======
>>>>>>> 397aa2e (Fix png image paths)
}

.intro-headline a {
  color:           var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Case Studies ---- */
.case-studies {
  display:        flex;
  flex-direction: column;
  gap:            60px;
}

.case-study-header {
  display:        flex;
  flex-direction: column;
  align-items:    flex-start;
  gap:            12px;
  margin-bottom:  20px;
}

.case-title {
  font-size:      60px;
  font-weight:    400;
  letter-spacing: 0.02em;
  display:        flex;
  align-items:    center;
  gap:            14px;
  color:          var(--dark);
  line-height:    1;
}

.case-dot {
  width:         22px;
  height:        22px;
  border-radius: 50%;
  display:       inline-block;
  flex-shrink:   0;
}
.dot-crowdr  { background: #3DAA72; }
.dot-bolden  { background: var(--dark); }
.dot-biafra  { background: transparent; border: 2px solid var(--dark); }

.tags { display: flex; gap: 10px; flex-wrap: wrap; }

.tag {
  font-size:      14px;
  font-weight:    400;
  letter-spacing: 0.04em;
  border:         1.5px solid var(--orange);
  border-radius:  100px;
  color:          var(--dark);
  background:     var(--white);
  padding:        6px 18px;
  text-transform: uppercase;
}

/* ---- Case logos ---- */
.case-logo {
  width:         64px;
  height:        64px;
  object-fit:    cover;
  border-radius: 50%;
  flex-shrink:   0;
}

/* ---- Interactive Canvas ---- */
.image-canvas {
  position:         relative;
  width:            100%;
  height:           420px;
  margin-bottom:    24px;
  border:           1px solid var(--border);
  border-radius:    4px;
  overflow:         hidden;
  cursor:           default;
  background-color: #FAF8F4;
  background-image: radial-gradient(circle, #C8C0B6 1px, transparent 1px);
  background-size:  22px 22px;
}

.image-canvas.canvas--bolden { height: 420px; }
.canvas--bolden .canvas-img  { width: 200px; }

.image-canvas.canvas--biafra { height: 420px; }
.canvas--biafra .canvas-img  { width: 380px; }

.canvas-img {
  position:      absolute;
  width:         200px;
  height:        auto;
  object-fit:    cover;
  border-radius: 2px;
  box-shadow:    0 4px 16px rgba(0,0,0,0.18);
  cursor:        grab;
  user-select:   none;
  transition:    box-shadow 0.15s;
  -webkit-user-drag: none;
}
.canvas-img:active { cursor: grabbing; }
.canvas-img:hover  { box-shadow: 0 8px 28px rgba(0,0,0,0.28); }

.canvas-hint {
  position:       absolute;
  bottom:         10px;
  right:          12px;
  font-size:      10px;
  font-weight:    400;
  letter-spacing: 0.06em;
  color:          #aaa;
  pointer-events: none;
  user-select:    none;
}


.lightbox {
  display:         none;
  position:        fixed;
  inset:           0;
  background:      rgba(0,0,0,0.88);
  z-index:         500;
  align-items:     center;
  justify-content: center;
}
.lightbox.active { display: flex; }

.lightbox-inner {
  position:   relative;
  max-width:  80vw;
  max-height: 85vh;
  display:    flex;
  align-items: center;
  gap:        20px;
}

.lightbox-inner img {
  max-width:    70vw;
  max-height:   82vh;
  object-fit:   contain;
  border-radius: 3px;
  display:      block;
}

.lb-btn {
  background:    rgba(255,255,255,0.15);
  border:        none;
  color:         var(--white);
  font-size:     24px;
  width:         48px;
  height:        48px;
  border-radius: 50%;
  cursor:        pointer;
  display:       flex;
  align-items:   center;
  justify-content: center;
  transition:    background 0.2s;
  flex-shrink:   0;
}
.lb-btn:hover { background: rgba(255,255,255,0.3); }

.lb-close {
  position:   absolute;
  top:        -48px;
  right:      0;
  background: none;
  border:     none;
  color:      var(--white);
  font-size:  22px;
  cursor:     pointer;
  opacity:    0.8;
  transition: opacity 0.2s;
}
.lb-close:hover { opacity: 1; }



.case-desc {
  font-size:   var(--text-body);
  font-weight: 300;
  line-height: 1.75;
  color:       var(--dark);
<<<<<<< HEAD
  max-width:   700px;
=======
>>>>>>> 397aa2e (Fix png image paths)
}
.case-desc a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.case-desc a:hover { color: var(--orange); }

/* ============================================================
   ABOUT â€” MAIN CONTENT
   ============================================================ */
.about-content {
  flex:    1;
  padding: 44px 52px;
  min-width: 0;
}

.about-top {
  display:               grid;
  grid-template-columns: 1fr 1.1fr;
  gap:                   44px;
   margin-bottom:         80px;
<<<<<<< HEAD
  align-items:           start;
=======
  align-items:           center;
>>>>>>> 397aa2e (Fix png image paths)
  margin-bottom:         40px;
}

.about-photo img {
<<<<<<< HEAD
  aspect-ratio:  3 / 4;
  object-fit:    cover;
  object-position: top;
  border-radius: 0;
=======
  width:           100%;
  max-height:      580px;
  object-fit:      cover;
  object-position: center top;
  border-radius:   0;
  display:         block;
>>>>>>> 397aa2e (Fix png image paths)
}

.about-name {
  font-family:   var(--font-script);
  font-size:     44px;
  line-height:   1.15;
  margin-bottom: 18px;
}

.about-bio {
  font-size:   var(--text-body);
  font-weight: 300;
  line-height: 1.8;
  color:       var(--dark);
}

/* ---- Marquee ---- */
.marquee-wrapper {
  overflow:      hidden;
  border-top:    1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  height:        38px;
  display:       flex;
  align-items:   center;
  margin-bottom: 48px;
  background:    var(--white);
}

.marquee-track {
  display:   flex;
  width:     max-content;
  animation: ticker 24s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }

.marquee-track span {
  font-size:      20px;
  font-weight:    400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding:        0 20px;
  white-space:    nowrap;
  color:          var(--dark);
  line-height:    38px;
}

.marquee-track span.sep {
  color:       var(--orange);
  padding:     0 6px;
  font-size:   22px;
  line-height: 38px;
  font-weight: 300;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---- Section headings ---- */
.section-script-heading {
  font-family:   var(--font-script);
  font-size:     38px;
  line-height:   1.2;
  margin-bottom: 24px;
}

/* ---- About lower two-column layout ---- */
.about-lower {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   60px;
  align-items:           start;
}

/* ---- Services list (left column) ---- */
.services-list { margin-bottom: 0; }

.service-item {
  padding: 10px 0;
}

.service-name {
  font-size:      12px;
  font-weight:    500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color:          var(--dark);
  margin-bottom:  6px;
}

.service-desc {
  font-size:   14px;
  font-weight: 300;
  line-height: 1.6;
  color:       var(--dark);
}

/* ---- Research & Press (right column) ---- */
.rp-section { margin-bottom: 32px; }

.rp-section + .rp-section {
  border-top:  1px solid var(--border);
  padding-top: 32px;
}

.article-item { margin-bottom: 20px; }

.article-source {
  font-size:      12px;
  font-weight:    500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom:  5px;
  display:        flex;
  align-items:    center;
  gap:            6px;
  color:          var(--dark);
}

.article-source a {
  color:      var(--orange);
  transition: opacity 0.2s;
}
.article-source a:hover { opacity: 0.7; }

.arrow {
  font-size: 12px;
  color:     var(--orange);
}

.article-subtitle {
  font-size:   13px;
  font-weight: 300;
  color:       var(--muted);
  line-height: 1.6;
}
}

.article-subtitle {
  font-size:   var(--text-body);
  font-weight: 300;
  color:       var(--muted);
  line-height: 1.6;
}

/* ---- About bottom photo ---- */
.about-bottom-photo {
  margin-bottom: 40px;
}
.about-bottom-photo img {
  max-width:     460px;
  border-radius: 0;
  object-fit:    cover;
}

/* ---- Connect / Footer ---- */
.connect-footer {
  padding-top: 28px;
  border-top:  1px solid var(--border);
}

.connect-text {
  font-size:      11px;
  letter-spacing: 0.04em;
  margin-bottom:  8px;
}
.connect-text a {
  color:           var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.connect-text a:hover { opacity: 0.8; }

.footer-name {
  font-family: var(--font-script);
  font-size:   38px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.footer-copy {
  font-size: 10px;
  color:     #AAAAAA;
}

/* ============================================================
   MOBILE HEADER
   ============================================================ */
.mobile-header {
  display:         none;
  position:        fixed;
  top: 0; left: 0; right: 0;
  z-index:         200;
  background:      var(--orange);
  padding:         15px 20px;
  align-items:     center;
  justify-content: space-between;
}

.mobile-logo {
  font-family: var(--font-script);
  font-size:   24px;
  color:       var(--white);
}

.hamburger {
  background:     none;
  border:         none;
  cursor:         pointer;
  display:        flex;
  flex-direction: column;
  gap:            5px;
  padding:        4px;
}
.hamburger span {
  display:    block;
  width:      22px;
  height:     2px;
  background: var(--white);
  transition: all 0.3s;
  border-radius: 2px;
}

/* ============================================================
   MOBILE OVERLAY NAV
   ============================================================ */
.mobile-overlay {
  position:        fixed;
  inset:           0;
  background:      var(--orange);
   background-image: repeating-linear-gradient(
  90deg,
  rgba(255,255,255,0) 0px,
  rgba(255,255,255,0) 44px,
  rgba(255,255,255,0.07) 44px,
  rgba(255,255,255,0.07) 88px
);
  z-index:         300;
  display:         flex;
  flex-direction:  column;
  padding:         80px 28px 40px;
  transform:       translateX(100%);
  transition:      transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y:      auto;
}
.mobile-overlay.open { transform: translateX(0); }

.close-btn {
  position:   absolute;
  top:        18px;
  right:      22px;
  background: none;
  border:     none;
  color:      var(--white);
  font-size:  22px;
  cursor:     pointer;
  line-height: 1;
}

.mobile-nav {
  display:        flex;
  flex-direction: column;
  gap:            22px;
  margin-bottom:  44px;
}
.mobile-nav a {
  color:          var(--white);
  font-size:      20px;
  font-weight:    500;
  letter-spacing: 0.1em;
  transition:     opacity 0.2s;
}
.mobile-nav a:hover { opacity: 0.7; }

.mobile-btns {
  display:        flex;
  flex-direction: column;
  gap:            10px;
}
/* Mobile overlay buttons â€” large (18px, 50px tall, 183px wide) */
.btn-outline {
  display:        block;
  text-align:     center;
  border:         1.5px solid var(--white);
  border-radius:  100px;
  color:          var(--white);
  font-family:    var(--font-body);
  font-size:      14px;
  font-weight:    400;
  letter-spacing: 0.08em;
  height:         50px;
  line-height:    50px;
  width:          280px;
  max-width:      90vw;
  white-space:    nowrap;
  overflow:       hidden;
  transition:     background 0.2s, color 0.2s;
  background:     transparent;
}
.btn-outline:hover { background: var(--white); color: var(--orange); }

/* ============================================================
   RESPONSIVE â€” MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .sidebar       { display: none; }
  .mobile-header { display: flex; }

  .layout {
    flex-direction: column;
    padding-top:    58px;
  }

  .content,
  .about-content  { padding: 28px 20px 48px; }

  .intro-headline { font-size: 10px; }
  .case-study-header {
    flex-direction: column;
    align-items:    flex-start;
    gap:            8px;
  }

 .image-canvas   { height: 280px; }
.canvas-img     { width: 140px; }
.canvas--biafra { height: 420px; }
.canvas--biafra .canvas-img { width: 280px !important; }
  .about-top      { grid-template-columns: 1fr; gap: 28px; margin-bottom: 20px; }
  .about-name     { font-size: 36px; }
  .about-lower    { grid-template-columns: 1fr; gap: 0; }
.about-lower > div { padding: 32px 0; border-top: 1px solid var(--border); }
.about-lower > div:first-child { border-top: none; padding-top: 0; }
  .section-script-heading { font-size: 32px; }
  .about-bottom-photo img { max-width: 100%; }
  .footer-name    { font-size: 32px; }
   .marquee-wrapper { margin: 28px 0 28px; }
.service-name    { font-size: 11px; }
.service-desc    { font-size: 13px; }
.article-source  { font-size: 11px; }
.article-subtitle { font-size: 12px; }
}
