:root {
  --bg:#090909;
  --surface:#111;
  --ink:#f4f1eb;
  --muted:#96938d;
  --line:rgba(255,255,255,.13);
  --accent:#ff542e;
  --pad:clamp(22px,5vw,80px);
  --max:1480px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Manrope,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}

body.modal-open {
  overflow:hidden
}

a {
  color:inherit;
  text-decoration:none
}

button {
  font:inherit
}

.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  z-index:1000;
  padding:12px 18px;
  background:#fff;
  color:#000;
  transform:translateY(-160%)
}

.skip-link:focus {
  transform:none
}

.header {
  position:fixed;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  height:82px;
  padding:0 var(--pad);
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:linear-gradient(#090909e8,transparent);
  mix-blend-mode:normal
}

.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase
}

.brand img {
  width:24px;
  height:24px
}

.menu {
  display:flex;
  align-items:center;
  gap:36px;
  font-size:13px;
  font-weight:600
}

.menu a:not(.menu-cta) {
  color:#b8b5af;
  transition:color .2s
}

.menu a:hover {
  color:#fff
}

.menu-cta {
  padding:11px 17px;
  border:1px solid var(--line);
  border-radius:999px
}

.menu-button {
  display:none
}

.hero {
  min-height:100svh;
  max-width:var(--max);
  margin:auto;
  padding:clamp(130px,15vh,180px) var(--pad) 80px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  align-items:center;
  gap:clamp(48px,8vw,130px);
  position:relative
}

.eyebrow {
  margin:0 0 28px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#b3afa8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase
}

.eyebrow span {
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(255,84,46,.12)
}

h1,h2,h3,p {
  margin-top:0
}

.hero h1,.about h2,.work-heading h2,.contact h2 {
  margin:0;
  font-size:clamp(58px,7.25vw,120px);
  font-weight:800;
  line-height:.89;
  letter-spacing:-.065em
}

.hero h1 em,.about h2 em,.work-heading h2 em,.contact h2 em {
  font-family:Georgia,serif;
  font-weight:400
}

.hero-intro {
  max-width:570px;
  margin:36px 0 38px;
  color:#aaa69f;
  font-size:clamp(16px,1.25vw,20px);
  line-height:1.7
}

.hero-actions,.contact-actions {
  display:flex;
  align-items:center;
  gap:28px
}

.button {
  min-height:54px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  border-radius:2px;
  font-size:13px;
  font-weight:800
}

.button-primary {
  background:var(--ink);
  color:#111
}

.button-primary:hover,.button-light:hover {
  background:var(--accent);
  color:#fff
}

.text-link {
  font-size:13px;
  font-weight:700;
  border-bottom:1px solid #555;
  padding:8px 0
}

.hero-reel {
  width:min(100%,610px);
  aspect-ratio:1/1;
  justify-self:end;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:8px;
  position:relative;
  transform:rotate(2deg)
}

.reel-item {
  overflow:hidden;
  background:#151515;
  border-radius:3px
}

.reel-item video {
  width:100%;
  height:100%;
  object-fit:cover
}

.reel-1 {
  border-radius:42% 3px 3px 3px
}

.reel-4 {
  border-radius:3px 3px 42% 3px
}

.reel-note {
  position:absolute;
  right:-18px;
  bottom:12%;
  padding:10px;
  background:var(--accent);
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.1em;
  text-transform:uppercase;
  transform:rotate(-2deg)
}

.scroll-cue {
  position:absolute;
  bottom:28px;
  left:var(--pad);
  display:flex;
  align-items:center;
  gap:16px;
  color:#777;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.15em
}

.scroll-cue i {
  font-style:normal;
  font-size:18px
}

.section-index {
  color:#777;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase
}

.about {
  max-width:var(--max);
  min-height:100vh;
  margin:auto;
  padding:clamp(100px,14vw,210px) var(--pad);
  display:grid;
  grid-template-columns:90px minmax(280px,.72fr) minmax(340px,1.1fr);
  align-items:center;
  gap:clamp(32px,6vw,100px);
  border-top:1px solid var(--line)
}

.about .section-index {
  align-self:start
}

.about-photo {
  aspect-ratio:4/5;
  overflow:hidden;
  background:#111
}

.about-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(1);
  transition:filter .45s,transform .8s
}

.about-photo:hover img {
  filter:grayscale(.25);
  transform:scale(1.025)
}

.about h2 {
  font-size:clamp(45px,5.7vw,88px)
}

.about-copy>p:not(.eyebrow) {
  max-width:650px;
  margin:36px 0;
  color:#a7a39c;
  font-size:17px;
  line-height:1.8
}

.about-facts {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}

.about-facts span {
  padding:9px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#c7c3bd;
  font-size:11px
}

.work {
  max-width:var(--max);
  margin:auto;
  padding:120px var(--pad);
  border-top:1px solid var(--line)
}

.work-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:50px;
  margin-bottom:130px
}

.work-heading h2 {
  font-size:clamp(58px,7vw,106px)
}

.work-heading>p {
  max-width:390px;
  margin:0 0 8px;
  color:#99958e;
  line-height:1.8
}

.project {
  margin-bottom:140px
}

.project:last-child {
  margin-bottom:0
}

.project-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:24px;
  padding-bottom:15px;
  border-bottom:1px solid var(--line)
}

.project-head>div {
  display:flex;
  align-items:baseline;
  gap:18px
}

.project-head span {
  color:var(--accent);
  font-size:10px;
  font-weight:800
}

.project-head h3 {
  margin:0;
  font-size:clamp(26px,3vw,46px);
  letter-spacing:-.04em
}

.project-head p {
  margin:0;
  color:#777;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.project-grid {
  display:grid;
  gap:10px
}

.project-grid-1 {
  grid-template-columns:1fr
}

.project-grid-2 {
  grid-template-columns:repeat(2,1fr)
}

.project-grid-3 {
  grid-template-columns:1.2fr .9fr .9fr
}

.project-grid-4 {
  grid-template-columns:repeat(4,1fr)
}

.project-card {
  position:relative;
  appearance:none;
  border:0;
  padding:0;
  overflow:hidden;
  background:#141414;
  aspect-ratio:4/5;
  color:#fff;
  text-align:left;
  cursor:zoom-in
}

.project-grid-1 .project-card {
  aspect-ratio:16/8
}

.project-card img,.project-card video {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s cubic-bezier(.2,.65,.2,1),filter .4s
}

.project-card:hover img,.project-card:hover video {
  transform:scale(1.035);
  filter:brightness(.72)
}

.card-overlay {
  position:absolute;
  inset:auto 0 0;
  padding:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:linear-gradient(transparent,rgba(0,0,0,.8));
  opacity:0;
  transform:translateY(8px);
  transition:.3s
}

.project-card:hover .card-overlay,.project-card:focus-visible .card-overlay {
  opacity:1;
  transform:none
}

.card-overlay b {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em
}

.card-overlay i {
  font-style:normal;
  font-size:20px
}

.contact {
  max-width:var(--max);
  min-height:90vh;
  margin:auto;
  padding:100px var(--pad) 24px;
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line)
}

.contact-main {
  margin:auto 0;
  padding:100px 0
}

.contact h2 {
  font-size:clamp(60px,8vw,128px)
}

.contact-main>p:not(.eyebrow) {
  max-width:570px;
  margin:38px 0;
  color:#9f9b94;
  font-size:17px;
  line-height:1.75
}

.button-light {
  background:var(--ink);
  color:#111
}

.button-outline {
  border:1px solid var(--line)
}

.footer {
  padding:26px 0 4px;
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  color:#706d68;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em
}

.footer div {
  display:flex;
  gap:26px
}

.footer a:hover {
  color:#fff
}

.lightbox {
  width:min(1200px,94vw);
  height:min(850px,92vh);
  padding:0;
  border:0;
  background:#0d0d0d;
  color:#fff;
  box-shadow:0 30px 100px #000
}

.lightbox::backdrop {
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(8px)
}

.lightbox-close {
  position:absolute;
  z-index:2;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:24px;
  cursor:pointer
}

.lightbox-media {
  height:calc(100% - 100px);
  display:grid;
  place-items:center;
  background:#050505
}

.lightbox-media img,.lightbox-media video {
  max-width:100%;
  max-height:100%;
  object-fit:contain
}

.lightbox-caption {
  height:100px;
  padding:22px 28px;
  display:flex;
  justify-content:space-between;
  gap:30px
}

.lightbox-caption h2 {
  font-size:18px
}

.lightbox-caption p {
  color:#777;
  font-size:12px
}

.reveal {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s,transform .75s
}

.reveal.is-visible {
  opacity:1;
  transform:none
}

@media(max-width:900px) {
  .header {
    height:70px
  }

  .menu-button {
    display:grid;
    gap:6px;
    width:42px;
    height:42px;
    place-content:center;
    border:1px solid var(--line);
    background:#0c0c0c;
    color:#fff
  }

  .menu-button span {
    width:18px;
    height:1px;
    background:currentColor
  }

  .menu {
    position:absolute;
    top:62px;
    left:var(--pad);
    right:var(--pad);
    padding:22px;
    display:none;
    align-items:stretch;
    flex-direction:column;
    gap:20px;
    background:#131313;
    border:1px solid var(--line)
  }

  .menu.is-open {
    display:flex
  }

  .menu-cta {
    text-align:center
  }

  .hero {
    min-height:auto;
    padding-top:120px;
    grid-template-columns:1fr
  }

  .hero-reel {
    width:100%;
    max-width:560px;
    justify-self:start
  }

  .scroll-cue {
    display:none
  }

  .about {
    grid-template-columns:1fr;
    padding-block:110px
  }

  .about .section-index {
    margin-bottom:20px
  }

  .about-photo {
    max-width:560px
  }

  .work {
    padding-top:90px
  }

  .work-heading {
    display:block;
    margin-bottom:90px
  }

  .work-heading>p {
    margin-top:32px
  }

  .project {
    margin-bottom:100px
  }

  .project-grid-3,.project-grid-4 {
    grid-template-columns:repeat(2,1fr)
  }

  .contact-main {
    padding:80px 0
  }

}

@media(max-width:580px) {
  .hero h1 {
    font-size:clamp(53px,17vw,78px)
  }

  .hero-actions,.contact-actions {
    align-items:stretch;
    flex-direction:column
  }

  .button {
    width:100%
  }

  .text-link {
    text-align:center
  }

  .hero-reel {
    gap:5px
  }

  .about {
    gap:26px
  }

  .about-copy>p:not(.eyebrow) {
    font-size:15px
  }

  .work {
    padding-block:80px
  }

  .work-heading {
    margin-bottom:70px
  }

  .work-heading h2 {
    font-size:54px
  }

  .project {
    margin-bottom:80px
  }

  .project-head {
    align-items:start;
    flex-direction:column;
    gap:9px
  }

  .project-head p {
    padding-left:31px
  }

  .project-grid,.project-grid-2,.project-grid-3,.project-grid-4 {
    grid-template-columns:1fr 1fr;
    gap:6px
  }

  .project-card {
    aspect-ratio:3/4
  }

  .card-overlay {
    display:none
  }

  .contact {
    min-height:100svh;
    padding-top:80px
  }

  .contact h2 {
    font-size:54px
  }

  .footer {
    align-items:flex-start;
    flex-direction:column;
    gap:20px
  }

  .footer div {
    flex-wrap:wrap;
    gap:14px 20px
  }

  .lightbox {
    height:86vh
  }

  .lightbox-media {
    height:calc(100% - 120px)
  }

  .lightbox-caption {
    height:120px;
    display:block
  }

}

/* Contraste claro + glassmorphism suave */
html {
  width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%
}

body {
  width:100%;
  overflow-x:hidden
}

.header {
  padding-left:max(var(--pad),env(safe-area-inset-left));
  padding-right:max(var(--pad),env(safe-area-inset-right));
  padding-top:env(safe-area-inset-top);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px)
}

.services-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-left:0;
  border:0
}

.service {
  min-height:370px;
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.8);
  border-radius:18px;
  background:#f2efe9;
  color:#101010;
  box-shadow:0 22px 65px rgba(0,0,0,.22)
}

.service:hover {
  padding:30px;
  background:#fff;
  transform:translateY(-6px)
}

.service>span {
  color:#ff542e
}

.service h3 {
  margin-top:auto;
  color:#111
}

.service p {
  color:#5e5a54
}

.service i {
  position:absolute;
  top:28px;
  right:28px;
  color:#9a958d
}

.service:nth-child(2) {
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  color:#f4f1eb;
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  backdrop-filter:blur(18px) saturate(125%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 24px 70px rgba(0,0,0,.25)
}

.service:nth-child(2):hover {
  background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.055))
}

.service:nth-child(2) h3 {
  color:#f4f1eb
}

.service:nth-child(2) p {
  color:#aaa69f
}

.process-steps {
  gap:12px;
  border:0
}

.process-steps li {
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025));
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)
}

.case-study {
  padding:0 20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px)
}

.brief-form {
  padding:36px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:18px;
  background:rgba(247,244,238,.96);
  color:#111;
  box-shadow:0 28px 80px rgba(0,0,0,.28)
}

.brief-form label {
  color:#69645e
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  border-bottom-color:rgba(0,0,0,.18);
  color:#111
}

.brief-form input::placeholder,
.brief-form textarea::placeholder {
  color:#948f87
}

.brief-form option {
  background:#fff;
  color:#111
}

.brief-submit {
  background:#111;
  color:#fff
}

.lightbox-caption {
  background:rgba(244,241,235,.97);
  color:#111;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px)
}

.lightbox-caption h2,
.lightbox-tools p {
  color:#111
}

.lightbox-description,
.lightbox-meta {
  color:#6f6a63
}

.dialog-fallback {
  position:fixed;
  z-index:1000;
  inset:50% auto auto 50%;
  margin:0;
  transform:translate(-50%,-50%)
}

.carousel-track {
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  touch-action:pan-x
}

.project-card,
.carousel-controls button,
.work-filters button,
.button {
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation
}

video {
  -webkit-transform:translateZ(0)
}

@supports (-webkit-touch-callout:none) {
  .hero {
    min-height:var(--app-height,100vh)
  }

  input,
  select,
  textarea {
    font-size:16px!important
  }
}

@media(max-width:900px) {
  .services-list {
    grid-template-columns:1fr
  }

  .service {
    min-height:270px
  }
}

@media(max-width:650px) {
  .header {
    height:calc(70px + env(safe-area-inset-top))
  }

  .hero,
  .about,
  .services,
  .work,
  .process,
  .contact {
    padding-left:max(20px,env(safe-area-inset-left));
    padding-right:max(20px,env(safe-area-inset-right))
  }

  .service {
    min-height:245px;
    padding:24px
  }

  .service:hover {
    padding:24px;
    transform:none
  }

  .brief-form {
    padding:25px 20px
  }

  .footer {
    padding-bottom:max(18px,env(safe-area-inset-bottom))
  }
}

/* Edição completa */
.about-vertical {
  writing-mode:horizontal-tb;
  transform:none;
  flex-direction:column
}

.about-vertical .about-word {
  display:block;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  direction:ltr;
  unicode-bidi:normal;
  color:rgba(255,255,255,.09);
  font-family:'Syne',sans-serif;
  font-size:clamp(31px,4.2vw,66px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em
}

.about-vertical .about-number {
  writing-mode:horizontal-tb;
  transform:none;
  color:var(--accent);
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em
}

.services,
.process {
  max-width:var(--max);
  margin:auto;
  padding:clamp(100px,12vw,180px) var(--pad);
  border-top:1px solid var(--line)
}

.services-heading,
.process-heading {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:40px;
  margin-bottom:90px
}

.services-heading h2,
.process-heading h2 {
  margin:0;
  font-family:'Syne',sans-serif;
  font-size:clamp(52px,7vw,104px);
  font-weight:700;
  line-height:.9;
  letter-spacing:-.065em
}

.services-heading h2 em,
.process-heading h2 em {
  color:#8d8982;
  font-style:normal;
  font-weight:500
}

.services-list {
  margin-left:220px;
  border-top:1px solid var(--line)
}

.service {
  min-height:190px;
  padding:36px 8px;
  display:grid;
  grid-template-columns:70px 1fr 50px;
  align-items:center;
  gap:20px;
  border-bottom:1px solid var(--line);
  transition:padding .3s,background .3s
}

.service:hover {
  padding-inline:24px;
  background:rgba(255,255,255,.018)
}

.service>span {
  color:var(--accent);
  font-size:9px;
  font-weight:800
}

.service h3 {
  margin:0 0 12px;
  font-family:'Syne',sans-serif;
  font-size:clamp(28px,3vw,46px);
  letter-spacing:-.04em
}

.service p {
  max-width:600px;
  margin:0;
  color:#85817a;
  font-size:14px;
  line-height:1.7
}

.service i {
  color:#57534d;
  font-size:24px;
  font-style:normal;
  transition:transform .3s,color .3s
}

.service:hover i {
  color:var(--accent);
  transform:rotate(45deg)
}

.work-filters {
  margin:-70px 0 90px;
  display:flex;
  flex-wrap:wrap;
  gap:7px
}

.work-filters button {
  padding:10px 15px;
  border:1px solid var(--line);
  border-radius:999px;
  background:transparent;
  color:#77736d;
  font-size:10px;
  cursor:pointer;
  transition:.25s
}

.work-filters button:hover,
.work-filters button.is-active {
  border-color:#f4f1eb;
  background:#f4f1eb;
  color:#090909
}

.project[hidden] {
  display:none
}

.case-study {
  margin:-8px 0 22px;
  border-bottom:1px solid var(--line)
}

.case-study summary {
  padding:15px 0;
  display:flex;
  justify-content:space-between;
  color:#8d8982;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.1em;
  cursor:pointer;
  list-style:none
}

.case-study summary::-webkit-details-marker { display:none }
.case-study summary span { color:var(--accent);font-size:18px;transition:transform .25s }
.case-study[open] summary span { transform:rotate(45deg) }

.case-study-grid {
  padding:25px 0 35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px
}

.case-study-grid small { color:var(--accent);font-size:8px;text-transform:uppercase;letter-spacing:.13em }
.case-study-grid p { margin:12px 0 0;color:#918d86;font-size:13px;line-height:1.75 }

.process-steps {
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  list-style:none;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}

.process-steps li {
  min-height:290px;
  padding:30px;
  border-right:1px solid var(--line)
}

.process-steps li:last-child {
  border-right:0
}

.process-steps span {
  color:var(--accent);
  font-size:9px;
  font-weight:800
}

.process-steps h3 {
  margin:85px 0 16px;
  font-family:'Syne',sans-serif;
  font-size:25px
}

.process-steps p {
  margin:0;
  color:#77736d;
  font-size:12px;
  line-height:1.7
}

.brief-form {
  max-width:860px;
  margin-top:70px;
  padding-top:36px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  border-top:1px solid var(--line)
}

.brief-form div {
  display:grid;
  gap:9px
}

.brief-form label {
  color:#77736d;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  width:100%;
  padding:14px 0;
  border:0;
  border-bottom:1px solid var(--line);
  outline:0;
  background:transparent;
  color:#f4f1eb;
  font:inherit
}

.brief-form textarea {
  resize:vertical
}

.brief-form input:focus,
.brief-form select:focus,
.brief-form textarea:focus {
  border-color:var(--accent)
}

.brief-form option {
  background:#111
}

.brief-wide {
  grid-column:1/-1
}

.brief-submit {
  border:0;
  cursor:pointer
}

.lightbox-meta {
  margin:0 0 20px;
  color:#6c6862;
  font-size:9px;
  line-height:1.6;
  text-transform:uppercase;
  letter-spacing:.08em
}

.lightbox-count {
  margin:-28px 0 38px;
  color:var(--accent);
  font-size:9px;
  font-weight:800
}

.lightbox-nav {
  position:absolute;
  z-index:3;
  top:50%;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:rgba(0,0,0,.66);
  color:#fff;
  cursor:pointer;
  backdrop-filter:blur(8px)
}

.lightbox-prev {
  left:12px
}

.lightbox-next {
  right:302px
}

@media(max-width:900px) {
  .services-heading,
  .process-heading {
    grid-template-columns:1fr
  }

  .services-list {
    margin-left:0
  }

  .process-steps {
    grid-template-columns:1fr 1fr
  }

  .process-steps li:nth-child(2) {
    border-right:0
  }

  .process-steps li:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }

  .lightbox-next {
    right:252px
  }
}

@media(max-width:650px) {
  .case-study-grid { grid-template-columns:1fr }
  .services-heading,
  .process-heading {
    margin-bottom:60px
  }

  .services-list {
    margin:0
  }

  .service {
    min-height:160px;
    grid-template-columns:36px 1fr 26px
  }

  .service h3 {
    font-size:27px
  }

  .work-filters {
    margin:-35px 0 65px;
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none
  }

  .work-filters button {
    flex:none
  }

  .process-steps {
    grid-template-columns:1fr
  }

  .process-steps li,
  .process-steps li:nth-child(2) {
    min-height:220px;
    border-right:0;
    border-bottom:1px solid var(--line)
  }

  .process-steps h3 {
    margin-top:55px
  }

  .brief-form {
    grid-template-columns:1fr
  }

  .brief-wide {
    grid-column:auto
  }

  .lightbox-nav {
    top:42%;
    width:36px;
    height:36px
  }

  .lightbox-next {
    right:10px
  }

  .lightbox-prev {
    left:10px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  *,*::before,*::after {
    animation-duration:.01ms!important;
    transition-duration:.01ms!important
  }

  .reveal {
    opacity:1;
    transform:none
  }

}

/* V2 — direção editorial */ body {
  font-family:'DM Sans',Arial,sans-serif
}

.hero h1,.about h2,.work-heading h2,.contact h2,.project-head h3 {
  font-family:'Syne',sans-serif;
  font-weight:700
}

.hero h1 em,.about h2 em,.work-heading h2 em,.contact h2 em {
  font-family:'Syne',sans-serif;
  font-style:normal;
  font-weight:500;
  color:#aaa6a0
}

.menu {
  gap:28px
}

.admin-entry {
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:0;
  margin-left:-12px;
  padding:10px 13px;
  border-radius:999px;
  color:#78746e;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.13em;
  overflow:hidden;
  transition:color .3s,background .3s
}

.admin-entry i {
  width:0;
  opacity:0;
  font-style:normal;
  transform:translateX(-5px);
  transition:.3s
}

.admin-entry::before {
  content:'';
  width:5px;
  height:5px;
  margin-right:7px;
  border-radius:50%;
  background:#555;
  transition:.3s
}

.admin-entry:hover {
  background:#f4f1eb;
  color:#090909
}

.admin-entry:hover::before {
  background:var(--accent)
}

.admin-entry:hover i {
  width:14px;
  margin-left:7px;
  opacity:1;
  transform:none
}

.about {
  grid-template-columns:90px minmax(340px,.9fr) minmax(340px,1.1fr);
  overflow:hidden
}

.about-photo {
  aspect-ratio:4/5;
  overflow:visible;
  background:transparent;
  position:relative
}

.about-photo::after {
  content:'';
  position:absolute;
  inset:-8%;
  background:radial-gradient(circle at 50% 45%,transparent 22%,var(--bg) 76%);
  pointer-events:none
}

.about-photo img {
  filter:grayscale(1) contrast(1.06);
  mix-blend-mode:luminosity;
  -webkit-mask-image:radial-gradient(ellipse 62% 72% at 50% 46%,#000 48%,transparent 100%);
  mask-image:radial-gradient(ellipse 62% 72% at 50% 46%,#000 48%,transparent 100%)
}

.about-photo:hover img {
  filter:grayscale(.5) contrast(1.04);
  transform:scale(1.02)
}

.project {
  position:relative;
  padding-left:clamp(46px,5.3vw,86px)
}

.project-vertical {
  position:absolute;
  left:0;
  top:68px;
  height:calc(100% - 68px);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  color:rgba(255,255,255,.075);
  font-family:'Syne',sans-serif;
  font-size:clamp(30px,4vw,64px);
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:-.03em;
  white-space:nowrap
}

.carousel-controls {
  margin:-2px 0 14px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px
}

.carousel-controls span {
  margin:0 8px;
  color:#5f5c57;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em
}

.carousel-controls button {
  width:39px;
  height:39px;
  border:1px solid var(--line);
  border-radius:50%;
  background:transparent;
  color:#ccc;
  cursor:pointer;
  transition:.25s
}

.carousel-controls button:hover {
  border-color:#fff;
  background:#fff;
  color:#080808;
  transform:scale(1.06)
}

.carousel-track {
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  cursor:grab
}

.carousel-track::-webkit-scrollbar {
  display:none
}

.carousel-track:active {
  cursor:grabbing
}

.carousel-track .project-card {
  flex:0 0 clamp(240px,25vw,360px);
  scroll-snap-align:start
}

.lightbox {
  width:min(1020px,90vw);
  height:min(660px,82vh);
  display:none;
  grid-template-columns:minmax(0,1fr) 290px;
  overflow:hidden
}

.lightbox[open] {
  display:grid
}

.lightbox-media {
  height:100%;
  min-width:0;
  padding:26px;
  background:#070707
}

.lightbox-media img,.lightbox-media video {
  width:100%;
  height:100%;
  object-fit:contain
}

.lightbox-caption {
  height:100%;
  padding:42px 30px 30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:#141414;
  border-left:1px solid var(--line)
}

.lightbox-kicker {
  margin-bottom:50px;
  color:#68645f;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}

.lightbox-caption h2 {
  font-family:'Syne',sans-serif;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.04em
}

.lightbox-description {
  margin:18px 0 32px;
  color:#aaa69f;
  font-size:13px;
  line-height:1.7
}

.lightbox-description[hidden] {
  display:none
}

.lightbox-tools {
  margin-top:auto;
  padding-top:20px;
  border-top:1px solid var(--line)
}

.lightbox-tools small {
  display:block;
  margin-bottom:9px;
  color:#68645f;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.14em
}

.lightbox-tools p {
  margin:0;
  color:#d4d0ca;
  font-size:12px;
  line-height:1.6
}

.lightbox-close {
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  font-size:19px
}

@media(max-width:900px) {
  .admin-entry {
    margin-left:0
  }

  .about {
    grid-template-columns:1fr
  }

  .project {
    padding-left:42px
  }

  .project-vertical {
    font-size:34px
  }

  .lightbox {
    grid-template-columns:1fr 240px
  }

}

@media(max-width:650px) {
  .project {
    padding-left:31px
  }

  .project-vertical {
    top:75px;
    font-size:25px
  }

  .carousel-track .project-card {
    flex-basis:72vw
  }

  .lightbox {
    width:92vw;
    height:86vh;
    grid-template-columns:1fr;
    grid-template-rows:minmax(0,1fr) auto
  }

  .lightbox-media {
    padding:16px
  }

  .lightbox-caption {
    height:auto;
    max-height:230px;
    padding:20px 22px;
    border-left:0;
    border-top:1px solid var(--line);
    overflow:auto
  }

  .lightbox-kicker {
    display:none
  }

  .lightbox-caption h2 {
    margin-bottom:8px;
    font-size:18px
  }

  .lightbox-description {
    margin:8px 0 14px
  }

  .lightbox-tools {
    margin-top:8px;
    padding-top:12px
  }

}

.about {
  position:relative
}

.about-vertical {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;

  writing-mode: horizontal-tb;
  transform: none;
}

.about-vertical .about-word {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  direction: ltr;
  unicode-bidi: normal;

  color: rgba(255, 255, 255, 0.09);
  font-family: 'Syne', sans-serif;
  font-size: clamp(31px, 4.2vw, 66px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.about-vertical .about-number {
  writing-mode: horizontal-tb;
  transform: none;

  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}



.project-head>div {
  min-width:90px
}

.project-head>div span {
  font-size:9px;
  letter-spacing:.14em
}

.project-head h3 {
  display:none
}

@media(max-width:900px) {
  .about-vertical {
    position:absolute;
    left:var(--pad);
    top:105px;
    height:auto;
    font-size:36px
  }

  .about-photo {
    margin-left:46px
  }

}



.about-word {
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  color:rgba(255,255,255,.09);
  font-family:'Syne',sans-serif;
  font-size:clamp(31px,4.2vw,66px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em
}

.about-number {
  color:var(--accent);
  font-family:'DM Sans',sans-serif;
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em
}

@media(max-width:580px) {
  .about-vertical {
    left:20px;
    font-size:28px
  }

  .about-photo {
    margin-left:35px
  }
}
