/* ================================================
   NOLM.AGENCY — Work Page Styles
   Extends assets/style.css + assets/services.css patterns
   ================================================ */

/* ── BASE ── */
html.page-work,
body.page-work {
  height: auto;
  overflow: auto;
  overscroll-behavior: auto;
  cursor: none;
}

.wrap {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.n-links a.active {
  color: rgba(240, 232, 213, 0.85);
}

/* ── HERO ── */
.w-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(4rem, 10vh, 8rem);
  overflow: hidden;
}
.w-hero-inner { position: relative; z-index: 10; }
.w-ey { margin-bottom: clamp(1.5rem, 3vh, 2.5rem); }

.w-h1 {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(3.5rem, 9vw, 9rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
}
.w-h1 em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
  font-size: 0.92em;
}
.w-line { display: block; overflow: hidden; }
.w-li {
  display: block;
  transform: translateY(105%);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.w-li-d1 { transition-delay: 0.09s; }
.w-li.revealed { transform: translateY(0); }

.w-intro {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: rgba(240, 232, 213, 0.45);
  font-weight: 300;
  line-height: 1.9;
  max-width: 52ch;
}

/* ── APPROACH BAND ── */
.w-approach {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(2.5rem, 5vh, 4rem) 0;
  background: rgba(240, 232, 213, 0.02);
  position: relative;
  z-index: 10;
}
.w-approach-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  flex-wrap: wrap;
}
.w-approach-text {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 400;
  color: rgba(240, 232, 213, 0.5);
  line-height: 1.55;
  max-width: 38ch;
  flex-shrink: 0;
}
.w-approach-text em {
  font-style: italic;
  color: rgba(200, 153, 60, 0.75);
}
.w-approach-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.w-tag {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.45);
  border: 1px solid rgba(200, 153, 60, 0.15);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
}

/* ── MAIN ── */
.w-main { position: relative; z-index: 10; }

/* ── PROJECT ── */
.w-project {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.w-project-alt {
  background: rgba(240, 232, 213, 0.02);
}

/* Project head */
.w-proj-head {
  margin-bottom: clamp(3rem, 6vh, 5rem);
}
.w-proj-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.w-proj-num {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.06em;
  color: rgba(200, 153, 60, 0.12);
  line-height: 1;
  flex-shrink: 0;
}
.w-proj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.w-proj-tags span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.38);
  border: 1px solid rgba(200, 153, 60, 0.12);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
}
.w-proj-title-row {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.w-proj-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #F0E8D5;
}
.w-proj-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.4);
  text-decoration: none;
  cursor: none;
  transition: color 0.25s;
  white-space: nowrap;
}
.w-proj-link:hover { color: rgba(200, 153, 60, 0.8); }
.w-proj-type {
  font-size: 0.85rem;
  color: rgba(240, 232, 213, 0.28);
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* ── VISUAL MOCKUP PANEL ── */
.w-visual {
  margin-bottom: clamp(3rem, 6vh, 5rem);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.w-vis-frame {
  background: #111118;
  border-radius: 12px;
  overflow: hidden;
}

/* Browser chrome bar */
.w-vis-bar {
  background: #1A1A22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.w-vis-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.w-vis-dot:nth-child(1) { background: rgba(255, 96, 89, 0.5); }
.w-vis-dot:nth-child(2) { background: rgba(255, 189, 68, 0.5); }
.w-vis-dot:nth-child(3) { background: rgba(40, 200, 64, 0.5); }
.w-vis-url {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  margin-left: 0.5rem;
  letter-spacing: 0.02em;
}

/* Content area */
.w-vis-content {
  padding: clamp(1.2rem, 2.5vh, 2rem) clamp(1.2rem, 3vw, 2.5rem);
  min-height: 320px;
}

/* Nav strip inside mockup */
.w-vis-nav-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 4vh, 3rem);
}
.w-vis-logo-text {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(0.85rem, 1.5vw, 1.1rem);
  letter-spacing: -0.04em;
}
.w-vis-logo-text em { font-style: normal; }
.w-vis-nav-links {
  display: flex;
  gap: 1.5rem;
}
.w-vis-nav-links span {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
}

/* Hero block inside mockup */
.w-vis-hero-block {
  margin-bottom: clamp(1.5rem, 4vh, 2.5rem);
}
.w-vis-hero-tag {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  opacity: 0.4;
}
.w-vis-hero-h {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 0.8rem;
}
.w-vis-hero-h em {
  font-style: italic;
  font-weight: 400;
}
.w-vis-hero-sub {
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  opacity: 0.35;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.w-vis-cta-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.w-vis-btn-p {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  color: #0A0910;
}
.w-vis-btn-g {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.4;
}

/* ── BLANCHE BEAUTY MOCKUP ── */
.w-vis-content-blanche {
  background: linear-gradient(135deg, #0D0D12 0%, #12101A 100%);
  color: #F0EAF8;
}
.w-vis-content-blanche .w-vis-logo-text em { color: #C8A0E0; }
.w-vis-content-blanche .w-vis-hero-h em { color: #C8A0E0; }
.w-vis-content-blanche .w-vis-hero-tag { color: #C8A0E0; }
.w-vis-content-blanche .w-vis-btn-p { background: #C8A0E0; }

.w-vis-services-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.2rem;
}
.w-vis-svc {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding-right: 1rem;
}
.w-vis-svc:last-child { border-right: none; }
.w-vis-svc-n {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.25;
}
.w-vis-svc span:last-child {
  font-size: 0.72rem;
  opacity: 0.55;
  font-weight: 400;
}

/* ── BOOKED AND BEAUTIFUL MOCKUP ── */
.w-vis-content-booked {
  background: linear-gradient(135deg, #0A0C0A 0%, #0F120D 100%);
  color: #EEF4EC;
}
.w-vis-content-booked .w-vis-logo-text em { color: #7DB87D; }
.w-vis-content-booked .w-vis-hero-h em { color: #7DB87D; }
.w-vis-content-booked .w-vis-hero-tag { color: #7DB87D; }
.w-vis-content-booked .w-vis-btn-p { background: #7DB87D; }

.w-vis-styles-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.w-vis-style-card {
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(238, 244, 236, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 0.6rem 0.8rem;
  text-align: center;
}

/* ── POTENT EXCLUSIVES MOCKUP ── */
.w-vis-content-potent {
  background: linear-gradient(135deg, #080608 0%, #100D0A 100%);
  color: #F0E8D0;
}
.w-vis-content-potent .w-vis-logo-text {
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
}
.w-vis-content-potent .w-vis-logo-text em { color: #C8993C; }
.w-vis-content-potent .w-vis-hero-h em { color: #C8993C; }
.w-vis-content-potent .w-vis-hero-tag { color: #C8993C; }
.w-vis-content-potent .w-vis-btn-p { background: #C8993C; }

.w-vis-potent-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(200, 153, 60, 0.1);
}
.w-vis-potent-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.w-vis-potent-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(200, 153, 60, 0.15);
  border: 1px solid rgba(200, 153, 60, 0.2);
}
.w-vis-potent-col span {
  font-size: 0.68rem;
  color: rgba(240, 232, 208, 0.38);
  font-weight: 300;
}

/* ── PROJECT BODY ── */
.w-proj-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
}
.w-proj-col {}
.w-proj-section-title {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.45);
  margin-bottom: 0.9rem;
  margin-top: 2rem;
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
}
.w-proj-col-left .w-proj-section-title:first-child { margin-top: 0; }
.w-proj-col-right .w-proj-section-title:first-child { margin-top: 0; }

.w-proj-text {
  font-size: clamp(0.88rem, 1.1vw, 0.95rem);
  color: rgba(240, 232, 213, 0.42);
  font-weight: 300;
  line-height: 1.85;
}

.w-proj-built {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.w-proj-built li {
  font-size: 0.85rem;
  color: rgba(240, 232, 213, 0.38);
  font-weight: 300;
  line-height: 1.75;
  padding: 0.75rem 0 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  transition: color 0.25s, border-color 0.25s;
}
.w-proj-built li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.w-proj-built li:hover { color: rgba(240, 232, 213, 0.6); border-color: rgba(200, 153, 60, 0.1); }
.w-proj-built li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(200, 153, 60, 0.3);
}

.w-proj-outcome {
  margin-top: 2rem;
  padding: 1.2rem 1.5rem;
  border-left: 2px solid rgba(200, 153, 60, 0.3);
  background: rgba(200, 153, 60, 0.03);
}
.w-proj-outcome-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.5);
  margin-bottom: 0.5rem;
}
.w-proj-outcome p {
  font-size: 0.88rem;
  color: rgba(240, 232, 213, 0.55);
  font-weight: 300;
  line-height: 1.75;
}

/* ── CAPABILITY SECTION ── */
.w-capability {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(200, 153, 60, 0.03);
}
.w-cap-head { margin-bottom: clamp(3rem, 6vh, 5rem); }
.w-cap-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-top: 1rem;
}
.w-cap-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}
.w-cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
}
.w-cap-item {
  padding: clamp(2rem, 4vh, 3rem) clamp(1.8rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
}
.w-cap-item:nth-child(2) { border-right: none; }
.w-cap-item:nth-child(3) { border-bottom: none; }
.w-cap-item:nth-child(4) { border-right: none; border-bottom: none; }
.w-cap-item:hover { background: rgba(200, 153, 60, 0.03); }
.w-cap-n {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  letter-spacing: -0.05em;
  color: rgba(200, 153, 60, 0.12);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}
.w-cap-name {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  letter-spacing: -0.02em;
  color: rgba(240, 232, 213, 0.75);
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.w-cap-desc {
  font-size: 0.84rem;
  color: rgba(240, 232, 213, 0.32);
  font-weight: 300;
  line-height: 1.8;
}

/* ── PROCESS SNAPSHOT ── */
.w-process {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.w-proc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
}
.w-proc-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.w-proc-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}
.w-proc-text {
  font-size: clamp(0.88rem, 1.1vw, 0.95rem);
  color: rgba(240, 232, 213, 0.4);
  font-weight: 300;
  line-height: 1.9;
}
.w-proc-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.w-proc-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: clamp(1.2rem, 2.5vh, 1.8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.25s;
}
.w-proc-step:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.w-proc-step:hover { border-color: rgba(200, 153, 60, 0.1); }
.w-proc-step-n {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: -0.05em;
  color: rgba(200, 153, 60, 0.15);
  line-height: 1;
  padding-top: 0.1rem;
}
.w-proc-step-name {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 700;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  letter-spacing: -0.01em;
  color: rgba(240, 232, 213, 0.65);
  margin-bottom: 0.35rem;
}
.w-proc-step-desc {
  font-size: 0.82rem;
  color: rgba(240, 232, 213, 0.28);
  font-weight: 300;
  line-height: 1.75;
}

/* ── SCROLL REVEAL ── */
.w-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
.w-reveal.vis { opacity: 1; transform: translateY(0); }
.w-reveal-d1 { transition-delay: 0.08s; }
.w-reveal-d2 { transition-delay: 0.16s; }

/* srv-cta reuse from services.css */
.srv-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'acumin-pro', 'Acumin Pro', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0A0910;
  background: #C8993C;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  width: fit-content;
  cursor: none;
  transition: background 0.2s, transform 0.15s;
  min-height: 48px;
}
.srv-cta:hover { background: #DFB04E; transform: translateY(-1px); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .w-proj-body { grid-template-columns: 1fr; gap: 2rem; }
  .w-proc-inner { grid-template-columns: 1fr; gap: 3rem; }
  .w-cap-grid { grid-template-columns: 1fr; }
  .w-cap-item { border-right: none; }
  .w-cap-item:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .w-approach-inner { flex-direction: column; align-items: flex-start; }
  .w-vis-services-strip,
  .w-vis-styles-strip,
  .w-vis-potent-strip { grid-template-columns: repeat(2, 1fr); }
  .n-links { display: none; }
  .n-ham { display: flex; }
  body.page-work { cursor: auto; }
  #cur, #cur-r { display: none; }
  .srv-cta, .w-proj-link { cursor: pointer; }
}
@media (max-width: 600px) {
  .w-h1 { font-size: clamp(3rem, 12vw, 5rem); }
  .w-proj-title { font-size: clamp(2rem, 8vw, 3.5rem); }
  .w-proj-title-row { flex-direction: column; gap: 0.5rem; }
  .w-vis-nav-links { display: none; }
  .w-vis-services-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .w-li, .w-reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
