:root {
  --ink: #f5f1e9;
  --muted: #99998f;
  --paper: #111312;
  --paper-soft: #191d1a;
  --line: rgba(245, 241, 233, .14);
  --acid: #d9f85a;
  --coral: #ff765c;
  --mono: 'DM Mono', monospace;
  --display: 'Space Grotesk', sans-serif;
  --body: 'Manrope', sans-serif;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
img { max-width: 100%; }
.noise { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.page-glow { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(110px); opacity: .11; pointer-events: none; }
.page-glow-one { background: var(--acid); top: -20rem; left: -12rem; }
.page-glow-two { background: var(--coral); right: -20rem; bottom: 8rem; }
.section-wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

.site-header { width: min(1180px, calc(100% - 32px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.wordmark { display: inline-flex; align-items: center; width: 148px; height: 38px; overflow: hidden; color: var(--ink); text-decoration: none; }
.wordmark img { display: block; width: 148px; height: 38px; max-width: none; object-fit: cover; object-position: center; }
.site-nav { display: none; }
.site-nav a, .social-links a { color: var(--muted); font-size: .75rem; text-decoration: none; transition: color .2s; }
.site-nav a:hover, .social-links a:hover { color: var(--acid); }
.nav-cta { display: none; color: var(--acid); border: 1px solid var(--line); padding: 10px 13px; font: .66rem var(--mono); text-decoration: none; }
.menu-toggle { display: block; padding: 6px; border: 0; background: none; color: var(--ink); font-size: 1.35rem; line-height: 1; }
.site-nav.open { display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 20px; padding: 22px; background: var(--paper-soft); border: 1px solid var(--line); }

.eyebrow, .kicker, .signal-bar > p { color: var(--muted); font: .62rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.07em; }
h1 { margin: 24px 0; font-size: clamp(3rem, 14vw, 5.2rem); font-weight: 500; line-height: .94; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero { display: grid; grid-template-columns: 1fr; gap: 36px; padding: 38px 0 64px; }
.hero-visual { order: -1; height: 360px; position: relative; }
.hero-copy { align-self: center; }
.hero-intro { max-width: 470px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; padding: 15px 18px; border: 1px solid var(--acid); background: var(--acid); color: #151713; font: 500 .66rem var(--mono); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(217, 248, 90, .18); }
.button span, .text-link span { margin-left: 10px; }
.text-link { color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 6px; font: .66rem var(--mono); text-decoration: none; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }
.hero-proof { margin-top: 38px; color: var(--muted); font: .62rem var(--mono); }
.hero-proof strong { color: var(--ink); font-weight: 500; }
.portrait-frame { position: absolute; inset: 0 5%; overflow: hidden; border: 0; background: linear-gradient(180deg, rgba(25,29,26,.2), rgba(25,29,26,.75)); transform: none; }
.portrait-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(217,248,90,.15), transparent 45%, rgba(255,118,92,.2)); mix-blend-mode: screen; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.1); opacity: .78; }
.founder-frame { background: transparent; border: 0; transform: none; }
.founder-frame::after { display: block; top: 58%; height: 42%; background: linear-gradient(180deg, transparent 0%, rgba(17,19,18,.3) 35%, var(--paper) 100%); filter: blur(7px); opacity: .95; }
.founder-frame img { object-fit: contain; object-position: center bottom; filter: none; mix-blend-mode: screen; opacity: 1; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%); }
.portrait-label { position: absolute; z-index: 1; bottom: 18px; left: 18px; display: flex; max-width: 72%; flex-direction: column; color: var(--ink); font: .58rem/1.5 var(--mono); }
.portrait-label span { margin-bottom: 6px; color: var(--acid); }
.upwork-badge { position: absolute; top: -8px; right: 0; display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(20,210,120,.45); border-left: 2px solid #14d278; background: rgba(17,19,18,.94); color: var(--ink); }
.upwork-icon { display: block; width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.upwork-badge strong { color: #14d278; font: .54rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.floating-note { position: absolute; padding: 10px 12px; border: 1px solid var(--line); background: var(--paper-soft); color: var(--muted); font: .54rem/1.5 var(--mono); }
.floating-note strong { color: var(--ink); font-weight: 500; }
.note-top { top: 104px; left: -2px; }
.note-bottom { right: -2px; bottom: 18px; color: var(--ink); }
.note-bottom span { margin-right: 12px; color: var(--coral); }
.note-bottom { display: none; }

.signal-bar { display: block; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-list { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 17px; color: #d7d5cd; font: 500 .8rem var(--display); }
.content-section { padding: 82px 0; }
.section-heading { display: block; margin-bottom: 34px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin-top: 18px; font-size: clamp(2.65rem, 12vw, 4rem); font-weight: 500; line-height: .98; }
.heading-note { max-width: 310px; margin-top: 25px; color: var(--muted); font-size: .78rem; line-height: 1.7; }

.service-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); }
.service-card { display: flex; flex-direction: column; min-height: 0; background: var(--paper); transition: background .3s; }
.service-card:hover { background: var(--paper-soft); }
.service-image { width: 100%; height: 160px; object-fit: cover; filter: grayscale(.3); opacity: .78; }
.service-card-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.service-number { color: var(--muted); font: .6rem var(--mono); }
.service-card h3 { margin-top: 28px; margin-bottom: 12px; font-size: 1.45rem; }
.service-card p { max-width: 310px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 24px; }
.service-tags span, .filter-btn { padding: 7px 9px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: .56rem var(--mono); }

.filter-row { display: flex; gap: 8px; overflow-x: auto; margin: 0 0 22px; padding-bottom: 6px; }
.filter-btn { cursor: pointer; white-space: nowrap; transition: all .2s; }
.filter-btn.active, .filter-btn:hover { border-color: var(--acid); background: var(--acid); color: #151713; }
.work-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.work-card { display: flex; flex-direction: column; min-height: 0; border: 1px solid var(--line); background: var(--paper-soft); }
.work-card[hidden] { display: none; }
.work-image { position: relative; height: 190px; overflow: hidden; }
.work-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25); opacity: .82; transition: transform .6s, filter .4s, opacity .4s; }
.work-card:hover .work-image img { transform: scale(1.05); filter: grayscale(0); opacity: 1; }
.image-source { position: absolute; left: 14px; bottom: 14px; padding: 6px 8px; background: rgba(17, 19, 18, .84); color: var(--acid); font: .52rem var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.category-fallback { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px; background: radial-gradient(circle at 50% 0%, rgba(217, 248, 90, .2), transparent 55%), var(--paper); color: var(--acid); text-align: center; }
.category-fallback strong { max-width: 90%; overflow-wrap: anywhere; font: 500 clamp(1.2rem, 4vw, 2rem) var(--display); letter-spacing: -.05em; }
.category-fallback span { color: var(--muted); font: .55rem var(--mono); text-transform: uppercase; }
.project-index { position: absolute; top: 14px; right: 14px; padding: 7px 9px; background: var(--acid); color: #151713; font: 500 .56rem var(--mono); }
.work-details { display: flex; flex: 1; flex-direction: column; justify-content: space-between; padding: 21px; }
.project-type { color: var(--acid); font: 500 .57rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.work-details h3 { margin: 14px 0; font-size: 1.8rem; line-height: .95; }
.work-details p { max-width: 340px; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.project-link { display: inline-flex; align-items: center; align-self: flex-start; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--ink); font: 500 .6rem var(--mono); text-decoration: none; }
.project-link span { margin-left: 12px; color: var(--acid); }

.about-section { display: grid; grid-template-columns: 1fr; gap: 50px; padding: 20px 0 90px; }
.about-image { position: relative; height: 320px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.7); opacity: .75; }
.team-image { overflow: hidden; }
.team-image img { object-fit: cover; filter: none; opacity: .86; }
.image-caption { position: absolute; bottom: 15px; left: 15px; color: var(--acid); font: .55rem var(--mono); }
.about-copy > p:not(.kicker), .contact-copy > p:not(.kicker) { max-width: 540px; margin-top: 22px; color: var(--muted); font-size: .84rem; line-height: 1.75; }
.about-facts { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; }
.about-facts div { display: flex; flex-direction: column; gap: 7px; }
.about-facts strong { color: var(--acid); font: 500 1.65rem var(--display); }
.about-facts span { color: var(--muted); font: .48rem var(--mono); text-transform: uppercase; }
.process-section, .contact-section { border-top: 1px solid var(--line); }
.process-section { padding: 84px 0; }
.process-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); }
.process-step { min-height: 180px; padding: 24px; background: var(--paper); }
.process-step > span { color: var(--coral); font: .62rem var(--mono); }
.process-step h3 { margin: 25px 0 10px; font-size: 1.35rem; }
.process-step p { max-width: 280px; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.contact-section { display: grid; grid-template-columns: 1fr; gap: 45px; padding: 84px 0; }
.contact-links { display: flex; flex-direction: column; gap: 17px; margin-top: 38px; }
.contact-links a { color: var(--ink); font: .6rem var(--mono); overflow-wrap: anywhere; text-decoration: none; }
.contact-links a:hover { color: var(--acid); }
.contact-links span { margin-left: 10px; color: var(--acid); }
.contact-form { display: flex; flex-direction: column; gap: 22px; padding-top: 14px; }
.contact-form label { color: var(--muted); font: .58rem var(--mono); text-transform: uppercase; }
.contact-form input, .contact-form textarea { display: block; width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; resize: vertical; background: transparent; color: var(--ink); font: 500 .84rem var(--body); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--acid); }
.contact-form .button { align-self: flex-start; margin-top: 8px; }
.site-footer { display: grid; gap: 22px; padding: 24px 0 38px; border-top: 1px solid var(--line); }
.site-footer p { color: var(--muted); font: .58rem/1.5 var(--mono); }
.social-links { display: flex; flex-wrap: wrap; gap: 15px; }
.catalog-summary { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; margin: -18px 0 28px; color: var(--muted); font: .62rem var(--mono); text-transform: uppercase; }
.catalog-summary strong { color: var(--acid); font: 500 1.35rem var(--display); }
.catalog-filters { flex-wrap: nowrap; scrollbar-width: thin; }
.catalog-empty { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-height: 210px; justify-content: center; padding: 28px; border: 1px dashed var(--line); background: var(--paper-soft); }
.catalog-empty[hidden] { display: none; }
.catalog-empty > span { color: var(--coral); font: .62rem var(--mono); }
.catalog-empty strong { color: var(--ink); font: 500 1.6rem var(--display); }
.catalog-empty p { max-width: 420px; color: var(--muted); font: .72rem/1.6 var(--mono); }
.catalog-card .work-details h3 { overflow-wrap: anywhere; }
.project-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.project-actions .project-link { margin-top: 0; }
.project-whatsapp { color: var(--acid); }
.platform-directory { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 18px; padding: 22px; border: 1px solid var(--line); background: var(--paper-soft); }
.platform-directory h3 { margin-top: 10px; font-size: 1.35rem; }
.platform-directory > p { color: var(--muted); font: .68rem/1.8 var(--mono); }
.platform-directory .directory-services { margin-top: 14px; color: var(--muted); font: .66rem/1.8 var(--mono); }
.platform-directory .directory-services strong { color: var(--acid); font-weight: 500; }
.form-note { color: var(--muted); font: .58rem/1.5 var(--mono); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .22s; }

@media (max-width: 699px) {
  .note-bottom { display: none; }
  .upwork-badge { top: -7px; right: 0; padding: 6px 8px; }
  .upwork-icon { width: 18px; height: 18px; }
  .portrait-label { bottom: 16px; left: 16px; max-width: 68%; font-size: .52rem; }
}

@media (min-width: 700px) {
  .section-wrap, .site-header { width: min(1180px, calc(100% - 64px)); }
  .site-header { min-height: 88px; }
  .site-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 30px; }
  .nav-cta { display: block; }
  .menu-toggle { display: none; }
  .hero { grid-template-columns: 1.04fr .96fr; gap: 8%; min-height: 680px; padding: 64px 0 90px; }
  .hero-visual { order: 0; height: 540px; }
  .portrait-frame { inset: 0 2%; }
  .upwork-badge { right: -12px; }
  .note-top { top: 168px; left: -25px; }
  .note-bottom { right: -14px; bottom: 55px; }
  h1 { margin: 28px 0; font-size: clamp(3.7rem, 7vw, 6.5rem); line-height: .9; }
  .hero-intro { font-size: 1rem; line-height: 1.8; }
  .hero-actions { flex-direction: row; align-items: center; gap: 28px; margin-top: 34px; }
  .hero-proof { margin-top: 60px; }
  .signal-bar { display: flex; align-items: center; gap: 60px; padding: 25px 0; }
  .signal-list { gap: 28px; margin-top: 0; font-size: .95rem; }
  .content-section { padding: 150px 0; }
  .section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 58px; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: clamp(2.9rem, 5vw, 5rem); line-height: .93; }
  .heading-note { margin-top: 0; }
  .service-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .service-image { height: 148px; }
  .service-card-content { padding: 24px 30px 30px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .work-image { height: 245px; }
  .work-details { padding: 24px; }
  .work-details h3 { font-size: 2rem; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-directory { grid-template-columns: .6fr 1.4fr; align-items: center; }
  .about-section { grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; padding: 40px 0 160px; }
  .about-image { height: 480px; }
  .about-copy > p:not(.kicker), .contact-copy > p:not(.kicker) { margin-top: 28px; font-size: .9rem; }
  .about-facts { justify-content: flex-start; gap: 40px; margin-top: 44px; }
  .about-facts strong { font-size: 2rem; }
  .about-facts span { font-size: .55rem; }
  .process-section { padding: 130px 0; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step { min-height: 210px; padding: 30px; }
  .process-step h3 { margin: 35px 0 12px; }
  .contact-section { grid-template-columns: 1fr 1fr; gap: 10%; padding: 130px 0; }
  .site-footer { display: flex; align-items: center; justify-content: space-between; padding: 27px 0 40px; }
}
