@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

:root {
  --burgundy: #3e0000;
  --red: #a60002;
  --beige: #fff3e3;
  --ink: #101010;
  --paper: #f8f7f4;
  --line: rgba(16, 16, 16, 0.14);
  --muted: #696969;
  --radius: 28px;
  --shadow: 0 18px 55px rgba(62, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
}
.section {
  padding: 120px 0;
}
.dark {
  background: var(--burgundy);
  color: #fff;
}
.beige {
  background: var(--beige);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 55px;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(3.5rem, 8vw, 7.8rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
}
h3 {
  font-size: 1.35rem;
}
.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 600px;
}
.dark .lead {
  color: rgba(255, 255, 255, 0.7);
}

/* Header */
header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0;
  transition: 0.3s ease;
}
header.scrolled {
  background: rgba(248, 247, 244, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 205px;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.86rem;
  font-weight: 500;
}
nav a {
  position: relative;
}
nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1.5px;
  background: var(--red);
  transition: 0.25s;
}
nav a:hover:after {
  width: 100%;
}
.nav-cta {
  background: var(--burgundy);
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
}
.nav-cta:hover {
  background: var(--red);
}
.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 1.7rem;
}

/* Hero */
.hero {
  min-height: 100vh;
  padding: 150px 0 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: var(--beige);
  right: -210px;
  top: 90px;
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}
.hero-copy h1 {
  margin: 24px 0 28px;
  max-width: 900px;
}
.hero-copy h1 span {
  color: var(--red);
}
.hero-copy .lead {
  margin-bottom: 34px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 23px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.88rem;
  transition: 0.25s ease;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--burgundy);
  color: #fff;
}
.btn-primary:hover {
  background: var(--red);
  transform: translateY(-2px);
}
.btn-ghost {
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--burgundy);
  transform: translateY(-2px);
}
.hero-visual {
  position: relative;
}
.hero-image {
  height: 620px;
  border-radius: 180px 22px 22px 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.18)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=85")
      center/cover;
}
.hero-tag {
  position: absolute;
  left: -35px;
  bottom: 35px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  max-width: 210px;
  font-size: 0.78rem;
}
.hero-tag strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
}
.scroll-note {
  margin-top: 55px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #777;
}

/* Marquee */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 45px;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}
.marquee span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.marquee b {
  color: var(--red);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* Projects */
.projects-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}
.project {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #ddd;
}
.project.small {
  min-height: 250px;
}
.project + .project {
  margin-top: 22px;
}
.project-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}
.project:hover .project-image {
  transform: scale(1.045);
}
.project:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.7));
}
.project-info {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 27px;
  color: #fff;
}
.project-info p {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.8;
  margin-bottom: 7px;
}
.project-info h3 {
  font-size: 1.55rem;
}
.project-grid-right {
  display: flex;
  flex-direction: column;
}
.p1 {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=85");
}
.p2 {
  background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1000&q=85");
}
.p3 {
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1000&q=85");
}

/* Services */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service {
  padding: 35px 24px 35px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.service:not(:first-child) {
  padding-left: 24px;
}
.service:last-child {
  border-right: 0;
}
.service-num {
  font-size: 0.72rem;
  color: #d6a8a8;
  margin-bottom: 60px;
}
.service h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.service p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.62);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.about-copy h2 {
  margin: 22px 0 28px;
}
.about-copy p {
  max-width: 650px;
  color: #555;
}
.manifesto {
  margin-top: 45px;
  padding: 28px;
  border-left: 3px solid var(--red);
  background: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stat {
  padding: 30px;
  background: var(--beige);
  border-radius: 20px;
}
.stat strong {
  display: block;
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}
.stat span {
  font-size: 0.78rem;
  color: #666;
}

/* Process */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.step {
  padding: 30px 28px 0 0;
  border-right: 1px solid var(--line);
  min-height: 240px;
}
.step:not(:first-child) {
  padding-left: 28px;
}
.step:last-child {
  border: 0;
}
.step-num {
  font-size: 0.7rem;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.step h3 {
  margin: 45px 0 12px;
}
.step p {
  font-size: 0.82rem;
  color: #666;
}

/* CTA */
.cta {
  padding: 100px 0;
  text-align: center;
}
.cta h2 {
  max-width: 850px;
  margin: 20px auto 32px;
}
.cta .lead {
  margin: 0 auto 30px;
}

/* Footer */
footer {
  background: #180000;
  color: #fff;
  padding: 70px 0 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
  padding-bottom: 65px;
}
.footer-logo {
  width: 220px;
  margin-bottom: 22px;
}
.footer-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  max-width: 320px;
}
.footer-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #d6a8a8;
  margin-bottom: 18px;
}
.footer-links {
  display: grid;
  gap: 9px;
  font-size: 0.88rem;
}
.footer-links a:hover {
  color: #ffb2b2;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .hero-image {
    height: 520px;
  }
  .services,
  .process {
    grid-template-columns: 1fr 1fr;
  }
  .service:nth-child(2),
  .step:nth-child(2) {
    border-right: 0;
  }
  .service:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  nav {
    display: none;
  }
  .menu {
    display: block;
  }
}
@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .section {
    padding: 80px 0;
  }
  .hero {
    padding-top: 120px;
  }
  .hero-image {
    height: 420px;
    border-radius: 120px 18px 18px 18px;
  }
  .hero-tag {
    left: 12px;
    bottom: 12px;
  }
  .section-head {
    display: block;
    margin-bottom: 35px;
  }
  .section-head .lead {
    margin-top: 20px;
  }
  .services,
  .process,
  .stats {
    grid-template-columns: 1fr;
  }
  .service,
  .step,
  .service:not(:first-child),
  .step:not(:first-child) {
    padding: 28px 0;
    border-right: 0;
  }
  .service {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .step {
    border-bottom: 1px solid var(--line);
  }
  .service-num {
    margin-bottom: 25px;
  }
  .step h3 {
    margin-top: 25px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-top > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .brand img {
    width: 175px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* second file */

.brand-logo {
  display: block;
  width: 205px;
  line-height: 0;
}
.brand-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-logo {
  width: 220px;
  line-height: 0;
  margin-bottom: 20px;
}
.footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-logo svg .cls-1 {
  fill: #ffffff !important;
}
@media (max-width: 600px) {
  .brand-logo {
    width: 175px;
  }
  .footer-logo {
    width: 190px;
  }
}
