/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* ============================================
   CUSTOM CURSOR
   ============================================ */
* {
  cursor: none;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  mix-blend-mode: difference;
}

.cursor-circle.hover {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   HEADER — 1440×72, bg #f5f5f5, padding 0 56px
   ============================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 0 36px;
  height: 72px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header--transparent {
  background: transparent;
}

.navbar-grid {
  height: 72px;
  display: flex;
  align-items: center;
}

.logo {
  flex-shrink: 0;
}

.logo img {
  height: 24px;
  filter: brightness(0);
  transition: filter 0.3s ease;
}

.header--transparent .logo img {
  filter: brightness(0) invert(1);
}

.menu-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #ff5100;
}

.header--transparent .nav-link {
  color: #fff;
}

.header--transparent .nav-link:hover {
  color: #ff5100;
}

.cta-button {
  flex-shrink: 0;
}

.nav-cta {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s;
}

.nav-cta:hover {
  color: #ff5100;
}

.header--transparent .nav-cta {
  color: #fff;
}

.header--transparent .nav-cta:hover {
  color: #ff5100;
}

/* ============================================
   HERO SECTION — 1328×435, margin 0 56px
   ============================================ */
.hero-section {
  padding: 0 56px;
}

.hero-clip {
  display: flex;
  align-items: flex-end;
  height: 331px;
  padding: 25px 0;
}

.hero-one-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 85px;
  letter-spacing: 0;
  color: #111;
}

.hero-accent {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
}

.hero-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0 36px;
  border-top: 1px solid #e4e4e4;
}

.text-regular {
  font-family: 'Inter', sans-serif;
  font-size: 20.64px;
  font-weight: 300;
  line-height: 31.2px;
  color: #111;
}

.hero-action-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-regular-link {
  font-family: 'Inter', sans-serif;
  font-size: 20.8px;
  font-weight: 300;
  line-height: 31.2px;
  color: #111;
  transition: color 0.3s;
}

.text-regular-link:hover {
  color: #ff5100;
}

.corner-icon {
  flex-shrink: 0;
}

/* ============================================
   BANNER SECTION — 1328×697, margin 0 56px
   negative margin overlap -179px
   ============================================ */
.text-tiny {
  font-family: 'Inter', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #111;
  text-transform: uppercase;
}

.small-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dfdfdf;
  flex-shrink: 0;
}

/* ============================================
   WORK SECTION — 1328w, padding-top 96, margin 0 56px
   ============================================ */
.work-section {
  padding: 96px 56px 0;
}

.grid-intro {
  display: flex;
  gap: 368px;
}

.intro-left {
  width: 640px;
  flex-shrink: 0;
}

.heading-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
  color: #111;
  padding-right: 39px;
}

.heading-accent {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
}

.intro-right {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 9px;
}

.text-regular-desc {
  font-family: 'Inter', sans-serif;
  font-size: 20.8px;
  font-weight: 300;
  line-height: 31.2px;
  color: #111;
  max-width: 317px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.4px 17px;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111;
  width: fit-content;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.pill-button:hover {
  background: #ff5100;
  color: #fff;
  border-color: #ff5100;
}

.work-subtitle {
  padding: 80px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 32px;
}

.work-tabs {
  display: flex;
  gap: 8px;
}

.work-tab {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #888;
  background: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.work-tab:hover {
  color: #111;
  border-color: #111;
}

.work-tab.active {
  color: #fff;
  background: #111;
  border-color: #111;
}

.work-item[hidden] {
  display: none;
}

.work-empty {
  grid-column: 1 / -1;
  padding: 80px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #888;
}

.work-empty[hidden] {
  display: none;
}

.text-tiny-label {
  font-family: 'Inter', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #111;
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.work-item {
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.work-item:hover .work-img {
  transform: scale(1.05);
}

.work-item--static {
  cursor: default;
}

.work-item--static:hover .work-img {
  transform: none;
}

.work-img {
  transition: transform 0.5s ease;
}

.work-img {
  width: 100%;
  height: 403px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.work-list {
  margin-top: 80px;
}

.list-item {
  display: flex;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid #e4e4e4;
  transition: color 0.3s;
}

.list-item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.list-item:hover,
.list-item:hover .list-name,
.list-item:hover .date-text {
  color: #ff5100;
}

.list-heading {
  width: 664px;
  flex-shrink: 0;
}

.list-name {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #111;
  text-transform: uppercase;
}

.list-category {
  flex-shrink: 0;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4.2px 13.8px;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #111;
}

.list-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 332px;
  flex-shrink: 0;
  margin-left: auto;
}

.date-text {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #111;
}

.arrow-icon {
  flex-shrink: 0;
}

/* ============================================
   SERVICES SECTION — 1440w, padding 128px 56px 60px
   ============================================ */
.services-section {
  padding: 128px 56px 60px;
}

.services-inner {
  display: flex;
  gap: 80px;
}

.services-left {
  width: 443px;
  flex-shrink: 0;
}

.services-label {
  font-family: 'Inter', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 31.2px;
  color: #111;
  text-transform: uppercase;
}

.services-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #111;
}

.services-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-accordion {
  border-top: 1px solid #e4e4e4;
}

.service-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 37px 0 36px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.service-row:hover,
.service-row:hover .service-name {
  color: #ff5100;
}

.service-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  flex-shrink: 0;
}

.service-name {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  flex: 1;
}

.service-plus {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
}

.service-plus::before,
.service-plus::after {
  content: '';
  position: absolute;
  background: #111;
  transition: transform 0.3s ease;
}

.service-plus::before {
  width: 16px;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-plus::after {
  width: 1.5px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.service-accordion.active .service-plus::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.service-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.service-accordion.active .service-dropdown {
  max-height: 500px;
}

.service-dropdown p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #111;
  padding: 0 0 24px 40px;
  max-width: 600px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 36px 40px;
  max-width: 720px;
  list-style: none;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111;
  white-space: nowrap;
}

/* ============================================
   QUOTE SECTION — 1328w, padding 100px 64px
   ============================================ */
.quote-section {
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}

.quote-section--hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: -72px;
  padding: 120px 56px;
  justify-content: center;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

.quote-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -2;
  pointer-events: none;
}

.quote-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.30) 45%, rgba(0, 0, 0, 0.30) 55%, rgba(0, 0, 0, 0.55) 100%);
  z-index: -1;
  pointer-events: none;
}

.quote-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  width: 100%;
}

.quote-section--hero .quote-line-1,
.quote-section--hero .quote-line-2,
.quote-section--hero .quote-desc {
  color: #fff;
}

.quote-section--hero .quote-line-1 {
  font-weight: 200;
}

.pill-button--light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.pill-button--light:hover {
  background: #ff5100;
  color: #fff;
  border-color: #ff5100;
}

.quote-title {
  text-align: center;
  padding: 10px;
  margin: 0;
  font-weight: 300;
}

.quote-line-1 {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 116px;
  font-weight: 300;
  line-height: 116px;
  color: #111;
}

.quote-line-2 {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 116px;
  font-weight: 400;
  line-height: 116px;
  color: #111;
}

.quote-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.quote-desc {
  font-family: 'Inter', sans-serif;
  font-size: 27.2px;
  font-weight: 300;
  line-height: 40.8px;
  color: #111;
  text-align: center;
}

/* ============================================
   FOOTER — 1440w, bg #111, height 1041
   ============================================ */
.footer-section {
  background: #111;
  color: #f5f5f5;
}

.footer-padding {
  padding: 80px 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-grid {
  display: flex;
  padding-bottom: 64px;
}

.footer-widget-1 {
  width: 664px;
  flex-shrink: 0;
}

.footer-text {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #f5f5f5;
  max-width: 288px;
}

.footer-widget-2,
.footer-widget-3 {
  width: 332px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10.38px;
}

.footer-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #f5f5f5;
  text-transform: uppercase;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-list li a {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 31.2px;
  color: #f5f5f5;
  transition: color 0.3s;
}

.footer-list li a:hover {
  color: #ff5100;
}

.footer-logo-large {
  width: 100%;
  overflow: hidden;
}

.footer-wordmark {
  width: 100%;
  height: auto;
}

.footer-credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 0 30px;
  border-top: 1px solid rgba(245, 245, 245, 0.15);
}

.credit-left {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #f5f5f5;
  text-transform: uppercase;
}

.credit-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.credit-links a,
.credit-status,
.credit-loc {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #f5f5f5;
  text-transform: uppercase;
  transition: color 0.3s;
}

.credit-links a:hover {
  color: #ff5100;
}

.credit-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5cd66a;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(92, 214, 106, 0.6);
  animation: status-pulse 2s ease-out infinite;
}

@keyframes status-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 214, 106, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(92, 214, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 214, 106, 0);
  }
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */
@media (max-width: 1200px) {
  .grid-intro {
    gap: 80px;
  }

  .intro-left {
    width: auto;
    flex: 1;
  }

  .intro-right {
    width: 280px;
  }

  .quote-line-1,
  .quote-line-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .list-heading {
    width: auto;
    flex: 1;
  }

  .list-date {
    width: auto;
  }

  .service-name {
    width: auto;
    flex: 1;
  }

  .service-desc {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 0 32px;
  }

  .hero-section,
  .work-section,
  .services-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 62px;
  }

  .heading-2,
  .services-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .quote-line-1,
  .quote-line-2 {
    font-size: 64px;
    line-height: 68px;
  }

  .services-inner {
    flex-direction: column;
    gap: 48px;
  }

  .services-left {
    width: 100%;
  }

  .footer-grid {
    flex-wrap: wrap;
    gap: 48px;
    padding-bottom: 80px;
  }

  .footer-widget-1 {
    width: 100%;
  }

  .footer-widget-2,
  .footer-widget-3 {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0 24px;
  }

  .menu-tabs {
    display: none;
  }

  .cta-button {
    margin-left: auto;
  }

  .hero-section,
  .work-section,
  .services-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-clip {
    height: auto;
    padding: 40px 0 25px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .grid-intro {
    flex-direction: column;
    gap: 32px;
  }

  .intro-left,
  .intro-right {
    width: 100%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .work-img {
    height: 280px;
  }

  .list-item {
    flex-wrap: wrap;
    gap: 12px;
    padding: 32px 0;
  }

  .list-heading {
    width: 100%;
  }

  .list-date {
    width: auto;
    gap: 16px;
  }

  .quote-section {
    padding: 60px 24px;
  }

  .quote-line-1,
  .quote-line-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .quote-desc {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-padding {
    padding: 48px 24px;
    gap: 48px;
    min-height: auto;
  }

  .service-name {
    font-size: 20px;
  }

  .service-desc {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2,
  .services-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .text-regular,
  .text-regular-link,
  .text-regular-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .list-name {
    font-size: 20px;
    line-height: 26px;
  }

  .quote-line-1,
  .quote-line-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .banner-card {
    gap: 24px;
    padding: 16px;
  }

  .banner-icon {
    width: 48px;
    height: 48px;
  }
}

/* ============================================
   PROJECT DETAIL PAGE
   ============================================ */
.project-section {
  padding: 64px 56px 120px;
}

.project-label {
  font-family: 'Inter', sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  color: #111;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}

.project-hero {
  display: flex;
  gap: 96px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4e4e4;
  align-items: flex-end;
}

.project-hero-left {
  flex: 1;
}

.project-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 85px;
  letter-spacing: 0;
  color: #111;
}

.project-title .accent {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}

.project-hero-right {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 12px;
}

.project-desc {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #111;
}

.project-desc + .project-desc {
  margin-top: 4px;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}

.project-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  transition: color 0.3s;
}

.project-back:hover {
  color: #ff5100;
}

.project-images {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 80px 0 0;
}

.project-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .project-section {
    padding: 48px 32px 80px;
  }
  .project-hero {
    gap: 48px;
  }
  .project-title {
    font-size: 56px;
    line-height: 62px;
  }
  .project-hero-right {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .project-section {
    padding: 40px 24px 64px;
  }
  .project-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 48px;
  }
  .project-hero-right {
    width: 100%;
  }
  .project-title {
    font-size: 40px;
    line-height: 46px;
  }
  .project-images {
    padding-top: 48px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .project-title {
    font-size: 32px;
    line-height: 38px;
  }
}
