* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --ease-brake: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-depart: cubic-bezier(0.5, 0, 0.75, 0);
  --ease-show: cubic-bezier(0, 0.75, 0, 0.5);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
}

body,
html {
  font-family: 'Gantari', sans-serif;
  overflow-x: hidden;
  background: #0f0f11;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}

h3,
h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}

.main-title,
.headline,
.sidetitle,
.work-title,
.process-title,
.number-text {
  font-family: 'Gantari', sans-serif;
}

.main-title,
.headline {
  font-weight: 400;
}

.website {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* Top Section */
.top {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 0;
  position: relative;
}

/* Header */
.header {
  min-height: 88vh;
  padding: 44px 24px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.top-logo {
  position: relative;
  display: block;
  background: url('img/raw-logo.svg') no-repeat;
  background-size: contain;
  min-height: 72px;
  min-width: 96px;
  height: 6vw;
  width: 7.8vw;
  max-height: 224px;
  max-width: 288px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 24px 0 auto;
}

.back {
  position: fixed;
  top: 56px;
  right: 56px;
  border-radius: 12px;
  z-index: 9999;
  display: none;
  background: rgba(40, 40, 40, 0.4);
  padding: 20px 22px 16px;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.main {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0 24px 6vw 24px;
  position: relative;
}

.headline {
  display: flex;
  white-space: nowrap;
  text-align: left;
  font-size: 11.6vw;
  line-height: 0.88;
  letter-spacing: -0.32vw;
  margin: 0 0 0 -0.64vw;
}

.main-title {
  font-size: 11.6vw;
  line-height: 0.88;
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  width: 100%;
  text-align: right;
  letter-spacing: -0.32vw;
  margin: 0 0 0 0.48vw;
}

.gradient-text {
  background: linear-gradient(253.891deg, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subheader {
  display: flex;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.header .subheader {
  padding: 28px 24px;
  align-items: center;
  background: rgba(15, 15, 17, 1);
  z-index: 500;
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.subheader .services:nth-child(3) {
  display: none;
}

.services {
  text-align: left;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  align-content: center;
}

.services p {
  margin: 0;
}

.buttons {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.button {
  display: flex;
  gap: 0;
  align-items: start;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 4px 0 0 0;
  justify-content: flex-end;
}

.button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.88);
  transition: width 0.2s ease-in-out;
}

.button:hover::after {
  width: 100%;
}

.button svg {
  transition: all 0.4s ease;
  transform: translate(0px, -6px);
}

.button:hover svg {
  transform: translate(6px, -10px);
}

.button-text {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  will-change: transform;
  text-align: left;
  display: inline-block;
}

.arrow {
  width: 40px;
  height: 40px;
}

.image {
  position: relative;
  border-radius: 24px;
  margin: 0 24px;
  padding: 0;
  overflow: hidden;
  height: 640px;
}

.bg-image {
  background: url('img/img1.jpg') no-repeat center #1a1b1d;
  background-size: cover;
  height: 640px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Process Section */
.process-section {
  position: relative;
  padding: 144px 48px 8px 48px;
  margin: 0 auto;
  width: 100%;
}

.process-content {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-section .subheader, .work-section .subheader {
  padding: 0 0 144px 0;
  width: 980px;
}

.process-title span {
  color: rgba(255, 255, 255, 0.32);
}

.work-title span {
  color: rgba(255, 255, 255, 0.32);
}

.work-title,
.process-title {
font-size: 80px;
  line-height: 1;
  text-align: left;
  letter-spacing: -2px;
}

.process-title {
  color: rgba(255, 255, 255, 0.88);
}

.work-title {
  color: rgba(255, 255, 255, 0.88);
}

.box {
  display: flex;
  gap: 0px;
  width: 100%;
  max-width: 100%;
  position: relative;
  align-items: flex-end;
  padding: 32px 0 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 16px 0;
}

.box:last-child {
  padding-bottom: 8px;
}

.box .text {
  display: flex;
  gap: 48px;
  flex: 1;
  padding: 0;
  
}

.box .title {
  flex: 1;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  text-align: left;
}

.box .description {
  flex: 1;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.box .description p {
  width: 100%;
  max-width: 640px;
}

/* Section Frame */
.sectionframe {
  background: #0f0f11;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.section-wrapper {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: none;
}

/* Work Section */
.work-section {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 144px 48px 112px 48px;
}

.work-content {
  margin-bottom: 0;
  padding: 0;
}

.work-grid {
  display: flex;
  width: 100%;
  gap: 24px;
  padding: 0 0 48px 0;
  position: relative;
}

.work-grid:nth-child(even) {
  gap: 12px;
}

.work-grid:last-child {
  padding: 0;
}

.if-award-2026 {
  position: absolute;
  display: block;
  background: url('img/ifaward2026.jpg') no-repeat;
  width: 166px;
  height: 85px;
  margin: 0;
  bottom: 16px;
  left: -16px;
}

.project {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  height: 100%;
  flex: 1;
}

.work-grid:nth-child(even) .project:nth-child(odd) {
  flex: 2;
}

.work-grid:nth-child(even) .project:first-child .project-img {
  aspect-ratio: 3/2;
}

.work-grid:nth-child(odd) .project-img {
  aspect-ratio: 1/1.11;
}

.project:nth-child(odd) {

}

.project:nth-child(3) {
  //margin-top: 240px;
}

.project-name {
  display: flex;
  align-items: center;
}

.project-name h3 {
  color: rgba(255, 255, 255, 0.88);
}

.project-tag {
  color: rgba(255, 255, 255, 0.4);
  padding: 2px 0 24px 0;
}

.project-box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.project-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-size: cover;
  background-position: top left;
  display: flex;
  align-items: center;
  position: relative;
}

.project-img.one {
  background-image: url('img/operaair.jpg');
}

.project-img.two {
  background-image: url('img/trading.jpg');
}

.project-img.three {
  background-image: url('img/conx.png');
}

.project-img.four {
  background-image: url('img/shl.png');
}

.project-img.five {
  background-image: url('img/re.jpg');
}

.project-img.six {
  background-image: url('img/steam.jpg');
}


/* Contact Section */
#footer {
  position: relative;
  padding: 0;
  z-index: 0;
  padding: 98px 48px 46px 48px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #040405;
}

.footer-section {
  display: flex;
  gap: 80px;
  padding: 0 0 72px 0;
  position: relative;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1;
}
.contact-info  .work-title {
  padding: 0 0 40px 0;
}

.contact-info .bio {
  color: rgba(255, 255, 255, 0.4);
  max-width: 720px;
  padding-bottom: 40px;
}

.contact-info .bio:first-child {
  color: rgba(255, 255, 255, 0.88);
  padding: 0 0 24px 0;
}
.footer-section .buttons {
  justify-content: left;
}

.work-history {
  padding: 0;
  flex: 1;
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0 32px;
}

.work-item:first-child {
  padding-top: 0px;
}

.work-item:last-child {
  border-bottom: 0;
}

.work-item h3 {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

.work-item .date {
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
}

.contact {
display: block;
padding: 40px 48px 56px 48px;
color: rgba(255, 255, 255, 0.2);
font-size: 80px;
}

.copy {
display: block;
padding: 28px 0 0 0;
color: rgba(255, 255, 255, 0.24);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animation Classes */
.animate-on-scroll {
  opacity: 0;
  transform: translate(0, 16px);
  transition: opacity 0.4s var(--ease-in-out), transform 0.4s var(--ease-in-out);
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll:nth-child(1) {
  transition-delay: 0s;
}

.animate-on-scroll:nth-child(2) {
  transition-delay: 0.1s;
}

.animate-on-scroll:nth-child(3) {
  transition-delay: 0.2s;
}

.animate-on-scroll:nth-child(4) {
  transition-delay: 0.3s;
}

.animate-on-scroll:nth-child(5) {
  transition-delay: 0.4s;
}

.animate-on-scroll:nth-child(6) {
  transition-delay: 0.5s;
}

.animate-on-scroll:nth-child(7) {
  transition-delay: 0.6s;
}

.animate-on-scroll:nth-child(8) {
  transition-delay: 0.7s;
}

@keyframes fadeContent {
  to {
    opacity: 1;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* Responsive Design */
@media (max-width: 1240px) {

body, html, h3, h2 {
  font-size: 20px;
  line-height: 24px;
}

.header {
  min-height: 64vh;
}

.header .subheader {
  gap: 48px;
}

.process-title, .work-title {
  font-size: 64px;
}

.process-section .subheader {
  width: 670px;
}

.work-title {
  white-space: nowrap;
}

.if-award-2026 {
  width: 118px;
  height: 60px;
  background-size: cover;
}

.button {
  padding-top: 8px;
}

.button::after {
  bottom: 14px;
}

.button svg {
  transform: translate(0px, -6px) scale(0.94);
}

.button:hover svg {
  transform: translate(6px, -10px);
}

.subheader .services:nth-child(1), .subheader .services:nth-child(2) {
  display: none;
}

.subheader .services:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.process-section .subheader, .work-section .subheader {
    padding: 0 0 96px 0;
}

.process-section {
  padding: 96px 48px 8px 48px;
}

.work-section {
  padding: 96px 48px 88px 48px;
}

.footer-section {
  flex-direction: column;
  gap: 72px;
}

.contact-info .bio {
  max-width: 770px;
}

#footer {
  padding: 72px 48px 46px 48px;
}
}

@media (max-width: 960px) {

.header .subheader {
flex-direction: column;
align-items: start;
gap: 18px;
padding: 24px 24px 16px 24px;
}

.headline {
  font-size: 12.8vw;
}

.main-title {
  font-size: 12.8vw;
  text-align: left;
  margin: 1vw 0 8vw 0;
}

.buttons {
align-items: flex-end;
text-align: right;
gap: 32px;
}

.footer-section {
  flex-direction: column;
}
}

@media (max-width: 768px) {

body, html, h3, h2 {
  font-size: 16px;
  line-height: 22px;
}

.header {
  background: none;
  background-size: 100%;
  min-height: 64vh;
  padding-top: 24px;
}

.top-logo {
  max-width: 60px;
  width: 60px;
  min-width: 60px;
  margin: 0 0 0 auto;
}

.main {
  padding: 0;
}

.headline {
  font-size: 14.4vw;
}

.main-title {
  font-size: 14.4vw;
  margin: 0.8vw 0 16vw 0;
}

.header .subheader {
  flex-direction: column;
  padding: 24px 0px 16px 0px;
}

.buttons {
  gap: 28px;
}

.button {
  height: 42px;
}

.button svg {
  transform: translate(0px, -8px) scale(0.8);
}

.button:hover svg {
  transform: translate(0px, -8px) scale(0.8);
}

.button::after {
  display: none;
}

.back {
  top: 32px;
  right: 32px;
  padding: 18px 19px 14px;
}

.work-grid {
  display: flex;
  width: 100%;
  gap: 16px;
  padding: 0 0 40px 0;
  position: relative;
}

.work-grid:nth-child(even) {
  gap: 8px;
}

.work-grid:nth-child(even) .project:nth-child(even) {
  display: none;
}

.work-grid:nth-child(odd) .project:first-child {
  display: none;
}

.process-section .subheader, .work-section .subheader {
    padding: 0 0 64px 0;
}

.process-section {
  padding: 64px 24px 8px 24px;
}

.box {
  padding: 24px 0 32px;
}

.box:last-child {
  padding-bottom: 0;
}

.box .description {
  flex:2;
}

.work-section {
  padding: 64px 24px 64px 24px;
}

.work-title, .process-title {
  padding: 0;
  font-size: 40px;
  max-width: 420px;
}

#footer {
  padding: 54px 24px 30px 24px;
}

.contact-info .bio {
  width: 100%;
  padding-bottom: 24px;
}

.work-item {
  padding: 20px 0 22px;
}

.work-item:last-child {
  padding-bottom: 0;
}

.work-item:first-child {
  padding-top: 0;
}

.copy {
  padding-top: 20px;
}
}
