:root {
  --bg: #0f0f10;
  --bg-soft: #1a1a1b;
  --text: #f2f2f2;
  --muted: #b9b9b9;
  --brand: #f7a928;
  --heading: #ffffff;
}

* {
  box-sizing: border-box;
  
}

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
  font-weight: 800;
  letter-spacing: 0.01em;
}

p {
  color: #d6d6d6;
  font-size: 1rem;
  font-weight: 500;
}

.navbar {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(6px);
}

.navbar-brand img {
  height: 52px;
  width: auto;
}

.header-nav {
  min-height: 90px;
  padding: 0;
  background: #0d0d0d;
  border-bottom: 1px solid #1f1f1f;
}

.header-links {
  gap: 1.4rem;
  font-size: 0.79rem;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.header-links .nav-link {
  color: #f1f1f1;
  padding: 2.2rem 0 1.9rem;
  position: relative;
  font-weight: 800;
}

.header-links .nav-link:hover {
  color: #ffffff;
}

.header-links .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.45rem;
  height: 2px;
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .header-links {
    gap: 0.2rem;
    letter-spacing: 0.08em;
  }

  .header-links .nav-link {
    padding: 0.65rem 0;
  }

  .header-links .nav-link.active::after {
    bottom: 0.35rem;
  }
}

.hero {
  min-height: 28vh;
  position: relative;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  min-height: 28vh;
}

.hero-carousel {
  position: relative;
}

.hero-carousel .carousel-item img {
  height: 85vh;
  object-fit: cover;
  object-position: center;
  filter: grayscale(8%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.32));
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.2rem;
}

.hero h1 {
  font-size: clamp(3.2rem, 10vw, 8rem);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.45rem 0;
}

.hero .lead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #ececec !important;
  font-weight: 600;
}

.hero-cta {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 4;
  width: 7%;
}

/* Keep hero carousel fully automatic: hide manual arrows */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  display: none !important;
}

@media (max-width: 991.98px) {
  .hero,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-carousel .carousel-item img {
    min-height: 26vh;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12vw, 4.4rem);
  }

  .hero-cta {
    right: 1rem;
    bottom: 0.8rem;
  }
}

.accent {
  color: var(--brand);
}

.section-dark {
  background: var(--bg);
  padding: 4rem 0;
}

.section-soft {
  background: #161616;
  padding: 4rem 0;
}

.stats-section {
  background: #000000;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.container-stats {
  max-width: 1200px;
}

.stats-section .stat-col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-soft.post-stats {
  background: #000000;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  border-top: 1px solid #1f1f1f;
}

/* Flat two-column block (same vibe as stats — no cards) */
.services-flat .service-col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-flat .service-flat-title {
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 900;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.05;
  margin: 0 0 1.1rem;
}

.services-flat .service-flat-text {
  color: #ffffff;
  font-size: clamp(0.85rem, 1.45vw, 1.02rem);
  font-weight: 500;
  line-height: 1.55;
  margin: 0 auto 1.35rem;
  max-width: 26rem;
}

.services-flat .service-flat-link {
  display: inline-block;
  color: var(--brand);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--brand);
  padding-bottom: 0.15rem;
}

.services-flat .service-flat-link:hover {
  color: #ffbc4f;
  border-bottom-color: #ffbc4f;
}

.stat-number {
  font-size: clamp(3rem, 7.5vw, 5rem);
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  margin-bottom: 1.15rem;
}

.stat-number .js-counter {
  display: inline-block;
  min-width: 3ch;
}

.stat-label {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: clamp(0.8rem, 1.35vw, 0.95rem);
  font-weight: 500;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 17rem;
}

.stats-section .stat-label {
  margin-top: 0;
  margin-bottom: 0;
}

/* After stats: two-column intro (logo + copy) — dark + subtle grain */
.section-about-intro {
  position: relative;
  background-color: #000000;
  background-image: radial-gradient(
      rgba(255, 255, 255, 0.07) 1px,
      transparent 1px
    ),
    radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px, 24px 24px;
  background-position: 0 0, 12px 18px;
  padding: 4rem 0 4.5rem;
  border-top: 1px solid #1a1a1a;
}

.about-intro-logo {
  width: min(100%, 500px);
  height: auto;
  opacity: 0.88;
  filter: grayscale(0.15);
}

.about-intro-copy {
  text-align: left;
}

.about-intro-heading {
  font-size: clamp(4.75rem, 5vw, 3.75rem);
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #e8e8e8;
  margin-bottom: 1.25rem;
}

.about-intro-text {
  color: #c9c9c9;
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  font-weight: 400;
  line-height: 1.65;
  max-width: 38rem;
  margin-bottom: 1.75rem;
}

.about-intro-cta {
  display: inline-block;
  background: #a67008;
  color: #ffffff !important;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding: 0.95rem 1.6rem;
}

.about-intro-cta:hover {
  background: #bf850f;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .section-about-intro {
    padding: 3rem 0 3.5rem;
  }

  .about-intro-copy {
    text-align: center;
  }

  .about-intro-text {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Partner logo bar (three items) — below about intro */
.partner-strip {
  background: #000000;
  border-top: 1px solid #1a1a1a;
  padding: 2.75rem 0 3rem;
}

.partner-strip-row {
  --partner-divider: #242424;
}

.partner-strip-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0.5rem 1.25rem;
}

.partner-strip-img {
  display: block;
  width: auto;
  width: 100%;
  height: 56px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .partner-strip-row > .col-md-4:not(:last-child) .partner-strip-card {
    border-right: 1px solid var(--partner-divider);
  }

  .partner-strip-img {
    max-height: 64px;
  }
}

@media (max-width: 767.98px) {
  .partner-strip-card {
    border-bottom: 1px solid var(--partner-divider);
    padding-bottom: 1.25rem;
  }

  .partner-strip-row > .col-12:last-child .partner-strip-card {
    border-bottom: 0;
    padding-bottom: 0.5rem;
  }
}

.card-dark {
  background: var(--bg-soft);
  border: 1px solid #272727;
  border-radius: 0;
  overflow: hidden;
}

.card-dark img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-dark .card-body {
  padding: 1.25rem;
}

.card-dark h3 {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.card-dark p {
  color: #bebebe;
  font-size: 0.95rem;
  font-weight: 500;
}

.btn-brand {
  background: var(--brand);
  color: #111;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  padding: 0.8rem 1.25rem;
}

.btn-brand:hover {
  background: #ffbc4f;
  color: #000;
}

.banner {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(96, 96, 96, 0.55), rgba(0, 0, 0, 0.6)),
    url("../NAS07801.jpg") center/cover no-repeat;
}

.map-wrap {
  min-height: 380px;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45)),
    url("../img/social-sharing.png") center/cover no-repeat;
}

.banner1{
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(96, 96, 96, 0.55), rgba(0, 0, 0, 0.6)),
    url("../NAS08675.webp") center/cover no-repeat;
}

.help-cards-section {
  background: #000000;
  padding: 2.5rem 0 2rem;
}

.help-card {
  background: linear-gradient(rgba(70, 70, 70, 0.83), rgba(0, 0, 0, 0.83)),
    url("../bannerimage.png") center/cover no-repeat;
  border: 1px solid #1f1f1f;
  padding: 1.75rem 1.25rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  
  height: 400px;
 
}

.help-card h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 900;
  margin-bottom: 1rem;
}

.help-card p {
  color: #efefef;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.help-card-cta-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.help-card-cta {
  background: #bd662a;
  border: 0;
  border-radius: 0;
  color: #111111;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 0.75rem 1.2rem;
}

.help-card-cta:hover {
  background: #a95824;
  color: #111111;
}

@media (max-width: 767.98px) {
  .help-cards-section {
    padding-top: 2rem;
  }

  .help-card-cta-wrap {
    justify-content: center;
  }
}

.help-portfolio-note {
  background: #000000;
  padding: 2.25rem 0 3rem;
}

.help-portfolio-note p {
  color: #ffffff;
  max-width: 980px;
  margin: 0 auto 1.5rem;
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  line-height: 1.6;
}

.help-portfolio-note-btn {
  background: #bd662a;
  border: 0;
  border-radius: 0;
  color: #111111;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  padding: 0.85rem 2.1rem;
}

.help-portfolio-note-btn:hover {
  background: #a95824;
  color: #111111;
}

.testimonials-section {
  position: relative;
  background: url("https://images.squSell InSightspace-cdn.com/content/v1/600abba08cf6793b2f15834a/f0e63e0a-d8f1-4ce8-b7de-63ab221cc0f6/lee-campbell-YuIMhzOKofY-unsplash.jpg") center/cover no-repeat;
  padding: 10rem 0 11rem;
  min-height: 760px;
  overflow: hidden;
}

.testimonials-overlay {
  position: absolute;
  inset: 0;
  background: rgba(49, 49, 49, 0.72);
}

.testimonial-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-text {
  color: #ffffff;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.85;
  margin-bottom: 1.1rem;
}

.testimonial-author {
  color: #f0f0f0;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.testimonial-author a {
  color: #f7a928;
  text-decoration: none;
}

.testimonial-author a:hover {
  color: #ffbc4f;
}

#testimonialsCarousel .carousel-item {
  min-height: 260px;
}

#testimonialsCarousel .carousel-control-prev,
#testimonialsCarousel .carousel-control-next {
  width: 8%;
}

#testimonialsCarousel .carousel-control-prev-icon,
#testimonialsCarousel .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.testimonial-indicators {
  margin-bottom: -4rem;
}

.testimonial-indicators [data-bs-target] {
  width: 28px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.45);
}

.testimonial-indicators .active {
  background-color: #f7a928;
}

@media (max-width: 991.98px) {
  .testimonials-section {
    padding: 5rem 0 6.5rem;
  }

  #testimonialsCarousel .carousel-control-prev,
  #testimonialsCarousel .carousel-control-next {
    width: 12%;
  }
}

@media (max-width: 767.98px) {
  #testimonialsCarousel .carousel-item {
    min-height: 320px;
  }

  .testimonial-indicators [data-bs-target] {
    width: 18px;
  }
}

.why-us-showcase {
  background: #050505;
}

.why-us-row {
  height: 760px;
}

.why-us-fixed-col {
  background: #0a0a0a;
  border-right: 1px solid #1f1f1f;
}

.why-us-fixed-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us-fixed-inner h2 {
  margin: 0;
  writing-mode: horizontal-tb;
  transform: rotate(-90deg);
  position: relative;
  top: -18px;
  font-size: 10rem;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #f6f6f6;
  font-weight: 900;
}

.why-us-slider-col {
  height: 760px;
  overflow: hidden;
}

.why-us-scroll-panel {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 50px;
}

.why-us-scroll-panel::-webkit-scrollbar {
  width: 8px;
}

.why-us-scroll-panel::-webkit-scrollbar-track {
  background: #111111;
}

.why-us-scroll-panel::-webkit-scrollbar-thumb {
  background: #2d2d2d;
}

.why-us-scroll-panel::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

.why-us-slide {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}

.why-us-slide-map {
  /* margin-top: 150px; */
  /* min-height: 560px; */
}
.why-us-slide-1 {
  margin-top: 150px;
}



.why-us-copy {
  max-width: 100%;
}

.why-us-slide-map .why-us-copy {
  position: relative;
  height: 100%;
  max-width: 100%;
}

.why-us-copy-image {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: min(62%, 700px);
}

.why-us-copy-image img {
  width: 100%;
  height: auto;
  display: block;
}

.why-us-copy-text {
  position: absolute;
  right: 0.75rem;
  top: 1.2rem;
  width: min(48%, 560px);
  text-align: left;
}

.why-us-copy-text h3 {
  line-height: 1.06;
}

.why-us-copy-text p {
  line-height: 1.6;

}

.why-us-press-strip {
  /* min-height: 300px; */
  padding: 0.4rem 2.2rem 1.4rem;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.why-us-press-grid {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.35rem 1.5rem;
  align-items: center;
}

.why-us-press-grid img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  margin: 0 auto;
}

.why-us-slide-trusted {
  /* min-height: 420px; */
  padding: 3.2rem 2.4rem;
  justify-content: center;
}

.why-us-copy-trusted {
  max-width: 560px;
  margin-left: auto;
  text-align: left;
}

.why-us-copy-trusted h3 {

  line-height: 1.12;

}

.why-us-copy-trusted p {
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  line-height: 1.65;
  margin-bottom: 0;
}

.why-us-big-number {
  margin-top: 2.2rem;
  font-weight: 900;
  line-height: 0.9; 
  color: #f1f1f1;
}

.why-us-big-number1 {
  font-size: 15rem;
  font-weight: 900;
  line-height: 0.9;
  color: #f1f1f1;
}
.why-us-logos {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 620px;
}

.why-us-logos span {
  border: 1px solid #2b2b2b;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.6rem;
}

.why-us-btn {
  margin-top: 1rem;
  background: #bd662a;
  color: #111111;
  border: 0;
  border-radius: 0;
  padding: 0.85rem 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.72rem;
}

.why-us-btn:hover {
  background: #a95824;
  color: #111111;
}

@media (max-width: 991.98px) {
  .why-us-row,
  .why-us-fixed-inner,
  .why-us-slider-col {
    height: 640px;
  }

  .why-us-slide {
    min-height: 640px;
  }

  .why-us-slide-map {
    min-height: 500px;
  }

  .why-us-fixed-inner h2 {
    font-size: clamp(3rem, 9vw, 5.5rem);
  }

  .why-us-copy-image {
    width: min(60%, 520px);
  }

  .why-us-copy-text {
    width: min(52%, 430px);
    right: 0.5rem;
    top: 0.8rem;
  }

  .why-us-press-strip {
    /* min-height: 270px; */
    padding: 0.4rem 1.6rem 1.1rem;
    /* margin-top: -16px; */
  }

  .why-us-press-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.1rem;
  }

  .why-us-press-grid img {
    max-height: 36px;
  }

  .why-us-slide-trusted {
    /* min-height: 360px; */
    padding: 2.4rem 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .why-us-fixed-col {
    border-right: 0;
    border-bottom: 1px solid #1f1f1f;
  }

  .why-us-fixed-inner {
    height: 140px;
  }

  .why-us-fixed-inner h2 {
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: 0.1em;
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .why-us-row,
  .why-us-slider-col {
    height: 560px;
  }

  .why-us-slide {
    min-height: 560px;
  }

  .why-us-slide-map {
    min-height: 420px;
  }

  .why-us-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-us-copy-image {
    position: static;
    width: min(92%, 360px);
    margin: 0 auto 1.25rem;
  }

  .why-us-copy-text {
    position: static;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .why-us-press-strip {
    min-height: 230px;
    padding: 0.5rem 1.1rem 1rem;
    margin-top: -10px;
  }

  .why-us-press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
  }

  .why-us-press-grid img {
    max-height: 30px;
  }

  .why-us-slide-trusted {
    min-height: 300px;
    padding: 1.6rem 1.1rem;
  }

  .why-us-copy-trusted {
    max-width: 100%;
  }
}

.about-white-section {
  background:
    url("../../public/assets/img/london-white.webp")
      center/cover no-repeat;
  padding: 4.8rem 0 4.4rem;
}

.about-white-title {
  color: #0f1115;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  margin-bottom: 2.1rem;
}

.about-white-section p {
  color: #1f252c;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.05rem;
  font-weight: 500;
}

.who-we-are-hero {
  min-height: calc(100vh - 90px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 10%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.28) 100%),
    url("/assets/img/NAS07456.webp") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.who-we-are-content {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 2.2rem;
}

.who-we-are-title {
  color: #ffffff;
  font-size: clamp(3.9rem, 10vw, 7.4rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.015em;
  margin-bottom: 1.05rem;
  text-transform: uppercase;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.42);
}

.who-we-are-text {
  color: #ffffff !important;
  max-width: 560px;
  font-size: clamp(1rem, 1.4vw, 1.32rem);
  line-height: 1.72;
  margin-bottom: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.who-we-are-detail-section {
  background: #0b0b0b;
  padding: 3.2rem 0 3.2rem;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

.who-we-are-detail-content {
  color: #ffffff;
}

.who-we-are-detail-title {
  color: #f7a928;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

.who-we-are-detail-content p {
  color: #f4f4f4;
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 0.95rem;
  font-weight: 500;
}

.brand-name-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #2a2a2a;
  padding-right: 1.75rem;
}

.brand-name-title {
  color: #ffffff;
  font-size: clamp(4.5rem, 12vw, 8rem);
  line-height: 0.9;
  margin: 0 0 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-name-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.brand-name-pronunciation,
.brand-name-meaning {
  color: #f5f5f5;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.who-we-are-story-section {
  position: relative;
  background: #070707;
  padding: 3.4rem 0 3.2rem;
  overflow: hidden;
}

.who-we-are-story-section::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: -1.5rem;
  width: min(300px, 32vw);
  height: min(320px, 36vw);
  background: url("/assets/bannerimage.png") right bottom / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.who-we-are-story-content {
  position: relative;
  z-index: 1;
}

.who-we-are-story-title {
  color: #ffffff;
  text-align: center;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.95;
  margin: 0 0 2.1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
}

.who-we-are-story-content p {
  color: #f2f2f2;
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 1rem;
  max-width: 100%;
}

.who-we-are-values-section {
  background: #0a0a0a;
  padding: 2.6rem 0 3rem;
  border-top: 1px solid #181818;
}

.our-values-vertical-wrap {
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.our-values-vertical-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(10.9rem, 10vw, 15rem);
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.value-item {
  display: grid;
  grid-template-columns: minmax(320px, 56%) minmax(260px, 1fr);
  gap: 1.3rem;
  align-items: center;
  margin-bottom: 3.5rem;
}

.value-item:last-child {
  margin-bottom: 0;
}

.our-values-scroll-panel {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.45rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.our-values-scroll-panel1 {
  max-height: 100vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.45rem;
  padding-top: 0.3rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.our-values-scroll-panel1::-webkit-scrollbar {
  display: none;
}

.approach-item {
  margin-bottom: 2.45rem;
}

.approach-item:last-child {
  margin-bottom: 1.55rem;
}

.approach-item-title {
  color: #ffffff;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 1rem;
}

.approach-item-text {
  color: #f3f3f3;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.what-we-do-approach-block {
  padding-top: 2.1rem;
}

.what-we-do-approach-block .our-values-vertical-wrap {
  justify-content: flex-start;
}

.what-we-do-approach-block .our-values-vertical-title {
  font-size: clamp(6.6rem, 7.2vw, 9.8rem);
  line-height: 0.82;
  margin-left: -0.7rem;
}

.what-we-do-approach-block .our-values-scroll-panel1 {
  max-height: 1200px;
  padding-left: 0.7rem;
}

.approach-cta-wrap {
  margin-top: 0.4rem;
}

.approach-cta-btn {
  background: #bd662a;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  padding: 0.8rem 1.45rem;
}

.approach-cta-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.our-values-scroll-panel::-webkit-scrollbar {
  display: none;
}

.value-item-image {
  width: 100%;
  height: 305px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.value-item-body {
  color: #f2f2f2;
}

.value-item-title {
  display: inline-block;
  margin: 0 0 0.8rem;
  background: #bd662a;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
  position: relative;
  left: -150px;
  padding: 0.2rem 0.45rem;
}

.value-item-body p {
  margin: 0;
  color: #f2f2f2;
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 360px;
}

.who-we-are-impact-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.1) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/b67f0152-1e15-45dc-8f38-20a18c8104a9/kid-circus-HyVXOAxah10-unsplash.jpg")
      center/cover no-repeat;
  min-height: 620px;
  display: flex;
  align-items: center;
  border-top: 1px solid #181818;
}

.who-we-are-impact-content {
  width: 100%;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.who-we-are-impact-title {
  color: #ffffff;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  font-weight: 900;
}

.who-we-are-impact-copy {
  max-width: 430px;
}

.who-we-are-impact-copy p {
  color: #f2f2f2;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.who-we-are-mission-section {
  position: relative;
  background: #060606;
  min-height: 420px;
  display: flex;
  align-items: center;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  overflow: hidden;
}

.who-we-are-mission-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 55%);
  pointer-events: none;
}

.who-we-are-mission-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(380px, 42vw);
  height: min(420px, 48vw);
  background: url("/assets/bannerimage.png") center/contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
}

.who-we-are-mission-content {
  position: relative;
  z-index: 1;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.who-we-are-mission-title {
  color: #ffffff;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 2rem;
  font-weight: 900;
  max-width: 760px;
}

.who-we-are-mission-btn {
  background: #bd662a;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.8rem 1.55rem;
}

.who-we-are-mission-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.who-we-are-work-section {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(239, 239, 239, 0.28), rgba(241, 241, 241, 0.34)),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/143b4cab-2a61-40d3-a897-fe0adf0d569d/NAS06907-f.jpg") center/cover no-repeat;
  border-top: 1px solid #1a1a1a;
}

.who-we-are-work-content {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.who-we-are-work-title {
  color: #f39a07;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 9vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin: 0 0 2rem;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.who-we-are-work-btn {
  background: #bd662a;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.8rem 1.8rem;
}

.who-we-are-work-btn:hover {
  background: #a95824;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .about-white-section {
    padding: 3.4rem 0 3rem;
  }

  .about-white-title {
    margin-bottom: 1.4rem;
  }

  .who-we-are-hero {
    min-height: calc(100vh - 82px);
  }

  .who-we-are-content {
    padding-bottom: 1.75rem;
  }

  .who-we-are-title {
    font-size: clamp(3.1rem, 9vw, 5.3rem);
  }

  .who-we-are-text {
    max-width: 92%;
  }

  .who-we-are-detail-section {
    padding: 3.4rem 0 3rem;
  }

  .brand-name-panel {
    border-right: 0;
    border-bottom: 1px solid #2a2a2a;
    padding-right: 0;
    padding-bottom: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .brand-name-title {
    margin-bottom: 1rem;
  }

  .brand-name-meta-row {
    gap: 0.8rem;
  }

  .who-we-are-story-section {
    padding: 2.8rem 0 2.7rem;
  }

  .who-we-are-story-title {
    margin-bottom: 1.5rem;
  }

  .our-values-vertical-title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(2.5rem, 8vw, 4rem);
    margin-bottom: 0.8rem;
  }

  .our-values-vertical-wrap {
    justify-content: flex-start;
  }

  .value-item {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .approach-item {
    margin-bottom: 1.8rem;
  }

  .approach-item-title {
    font-size: clamp(1.4rem, 4.8vw, 2rem);
    margin-bottom: 0.7rem;
  }

  .approach-item-text {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .approach-item:last-child {
    margin-bottom: 1rem;
  }

  .what-we-do-approach-block .our-values-scroll-panel1 {
    padding-left: 0;
  }

  .our-values-scroll-panel {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .value-item-image {
    height: 245px;
  }

  .who-we-are-impact-section {
    min-height: 520px;
    background-position: center;
  }

  .who-we-are-impact-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .who-we-are-impact-copy {
    max-width: 94%;
  }

  .who-we-are-mission-section {
    min-height: 360px;
  }

  .who-we-are-mission-title {
    margin-bottom: 1.4rem;
  }

  .who-we-are-work-section {
    min-height: 480px;
  }
}

.powered-by-section {
  background: #0a0a0a;
  padding: 2.4rem 0 2.8rem;
  text-align: center;
}

.powered-by-label {
  color: #f7a928;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.powered-by-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}

.powered-by-logos img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .who-we-are-hero {
    min-height: calc(100vh - 76px);
    background-position: center;
  }

  .who-we-are-content {
    padding-bottom: 1.15rem;
  }

  .who-we-are-title {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
    margin-bottom: 0.85rem;
  }

  .who-we-are-text {
    font-size: 0.94rem;
    line-height: 1.62;
    max-width: 100%;
  }

  .who-we-are-detail-section {
    padding: 2.4rem 0 2.2rem;
  }

  .brand-name-title {
    font-size: clamp(3.2rem, 18vw, 4.8rem);
  }

  .brand-name-meta-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .who-we-are-detail-title {
    margin-top: 0.35rem;
  }

  .who-we-are-story-section {
    padding: 2.2rem 0 2.1rem;
  }

  .who-we-are-story-section::after {
    width: min(230px, 45vw);
    height: min(250px, 48vw);
    right: -0.5rem;
    bottom: -1rem;
  }

  .who-we-are-story-title {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
    margin-bottom: 1.25rem;
  }

  .who-we-are-story-content p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .who-we-are-values-section {
    padding: 2.2rem 0 2.3rem;
  }

  .our-values-vertical-title {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .value-item-image {
    height: 190px;
  }

  .who-we-are-impact-section {
    min-height: 430px;
    align-items: flex-start;
  }

  .who-we-are-impact-content {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
  }

  .who-we-are-impact-title {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
    margin-bottom: 1rem;
  }

  .who-we-are-impact-copy p {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .who-we-are-mission-section {
    min-height: 300px;
  }

  .who-we-are-mission-section::after {
    width: min(250px, 56vw);
    height: min(280px, 62vw);
  }

  .who-we-are-mission-title {
    font-size: clamp(2rem, 10vw, 3.2rem);
    margin-bottom: 1.1rem;
  }

  .who-we-are-work-section {
    min-height: 360px;
  }

  .who-we-are-work-title {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
    margin-bottom: 1.2rem;
  }

  .powered-by-section {
    padding: 1.8rem 0 2.1rem;
  }

  .powered-by-logos {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .powered-by-logos img {
    max-height: 44px;
  }
}
.contact-banner-section {
  background: linear-gradient(rgba(39, 39, 39, 0.82), rgba(141, 141, 141, 0.82)),
    url("https://images.squSell InSightspace-cdn.com/content/v1/600abba08cf6793b2f15834a/c56c5145-6b57-49f3-b60d-684e7c0c0332/laura-chouette-14u6sJ6KiyI-unsplash.jpg")
      center/cover no-repeat;
  padding: 3.2rem 0 3.6rem;

}
.contact-banner-section h2 {
  color: #ffffff;
  font-size: clamp(2.8rem, 7.4vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 2.1rem;
}

.contact-banner-bottom {
  display: flex;
  align-items: center;
  gap: 1.4rem 2rem;
}

.contact-banner-bottom p {
  color: #fffcfc;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  max-width: 500px;
}

.contact-banner-btn {
  background: #bd662a;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  padding: 0.78rem 1.6rem;
}

.contact-banner-btn:hover {
  background: #a95824;
  color: #111111;
}

.book-call-float-btn {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  background: #bd662a;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.85rem 1.2rem;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.book-call-float-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.cookie-consent-box {
  position: fixed;
  left: 0.75rem;
  bottom: 0.75rem;
  width: min(290px, calc(100vw - 1.5rem));
  min-height: 185px;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid #1f1f1f;
  color: #ffffff;
  z-index: 1051;
  padding: 1.1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cookie-consent-box p {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 0.8rem;
}

.cookie-consent-actions {
  display: flex;
  gap: 0.35rem;
}

.cookie-consent-btn {
  background: #bd662a;
  color: #ffffff;
  border: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.65rem;
  text-transform: uppercase;
}

.cookie-consent-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.btn.btn-warning {
  background: #bd662a;
  border-color: #bd662a;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background: #a95824;
  border-color: #a95824;
}

@media (max-width: 767.98px) {
  .contact-banner-section {
    padding: 2.2rem 0 2.4rem;
  }

  .contact-banner-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-call-float-btn {
    right: 0.9rem;
    bottom: 0.9rem;
    font-size: 0.66rem;
    padding: 0.75rem 0.95rem;
  }

  .cookie-consent-box {
    left: 0.5rem;
    bottom: 0.5rem;
    width: min(250px, calc(100vw - 1rem));
    min-height: 170px;
    padding: 0.9rem;
  }
}

.footer {
  background: #0b0b0b;
  border-top: 1px solid #1f1f1f;
  padding: 2.6rem 0 1.9rem;
  color: #e8e8e8;
}

.footer a {
  color: #f0f0f0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.footer-col-center {
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 150px;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.footer-social a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.62rem;
}

.footer-credit {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border: 1px solid #f0f0f0;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.footer-col-right {
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col-left,
  .footer-col-right {
    align-items: center;
  }
}

.what-we-do-hero-section {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.48)),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/17f0c247-70ae-4756-87cc-921204917271/unsplash-image-gUIJ0YszPig.jpg")
      center/cover no-repeat;
}

.what-we-do-hero-content {
  width: 100%;
  padding-bottom: 2rem;
}

.what-we-do-hero-content h1 {
  color: #ffffff;
  font-size: clamp(5.2rem, 10vw, 7rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0;
}

.what-we-do-mission-section {
  background: #0a0a0a;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 3.2rem 0;
}

.what-we-do-mission-section h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  font-size: clamp(2.9rem, 8vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  font-weight: 900;
}

.what-we-do-mission-section p {
  max-width: 690px;
  margin: 0 auto 1.8rem;
  color: #f2f2f2;
  font-size: 1.02rem;
  line-height: 1.75;
}

.what-we-do-mission-content {
  width: 100%;
}

.what-we-do-btn {
  background: #bd662a;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  padding: 0.78rem 1.4rem;
}

.what-we-do-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.what-we-do-approach-section {
  background: #0a0a0a;
  padding: 3rem 0 3.3rem;
}

.what-we-do-vertical-wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
}

.what-we-do-vertical-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 0.9;
  text-transform: uppercase;
}

.what-we-do-approach-list article {
  margin-bottom: 1.3rem;
}

.what-we-do-approach-list h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.what-we-do-approach-list p {
  color: #f2f2f2;
  max-width: 700px;
  margin: 0;
}

.what-we-do-banner-section {
  min-height: 500px;
  display: flex;

  align-items: center;
}

.what-we-do-banner-section h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 0.95;
  text-align: center;
}

.what-we-do-banner-management {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.24) 45%, rgba(0, 0, 0, 0.55) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/17f0c247-70ae-4756-87cc-921204917271/unsplash-image-gUIJ0YszPig.jpg")
      center/cover no-repeat;
}

.what-we-do-banner-management-content h2 {
  max-width: 100%;
  font-size: clamp(2.4rem, 6.2vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.015em;
}

.what-we-do-statement-section {
  background: #efefef;
  padding: 2.4rem 0;
  text-align: center;
}

.what-we-do-statement-section h2 {
  color: #0f1115;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 5.6vw, 3.2rem);
  line-height: 0.95;
}

.quote-carousel-section {
  position: relative;
  background: #efefef;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6rem 0;
}

.quote-carousel-content {
  max-width: 840px;
}

.quote-carousel-title {
  color: #0f1115;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  font-weight: 900;
}

.quote-carousel-source {
  margin: 1.2rem 0 0;
  color: #111111;
  font-size: 0.75rem;
}

.quote-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: #f0ad43;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quote-carousel-arrow-left {
  left: 2rem;
}

.quote-carousel-arrow-right {
  right: 2rem;
}

.quote-carousel-arrow:hover {
  background: #de9b35;
}

.what-we-do-banner-how {
  min-height: 470px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.25) 100%),
    url("/assets/img/alev-takil-7ojyp-IXW7w-unsplash.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.what-we-do-how-content {
  text-align: left;
  max-width: 460px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.what-we-do-how-content h2 {
  margin-bottom: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.92;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  letter-spacing: 0.01em;
  font-weight: 900;
}

.what-we-do-how-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}

.what-we-do-how-steps li {
  position: relative;
  color: #f2f2f2;
  font-size: 0.8rem;
  line-height: 1.7;
  margin-bottom: 0.38rem;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .what-we-do-vertical-title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(2.3rem, 8vw, 3.6rem);
    margin-bottom: 0.8rem;
  }

  .what-we-do-vertical-wrap {
    justify-content: flex-start;
  }

  .what-we-do-banner-how {
    min-height: 380px;
  }

  .what-we-do-how-content {
    max-width: 520px;
  }
}

@media (max-width: 767.98px) {
  .what-we-do-hero-section {
    min-height: 340px;
  }

  .what-we-do-mission-section,
  .what-we-do-approach-section {
    padding: 2.2rem 0;
  }

  .what-we-do-mission-section {
    min-height: 320px;
  }

  .what-we-do-mission-section p {
    max-width: 96%;
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.3rem;
  }

  .what-we-do-banner-section {
    min-height: 260px;
  }

  .what-we-do-banner-how {
    min-height: 360px;
    align-items: flex-start;
  }

  .what-we-do-how-content {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
  }

  .what-we-do-how-content h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .what-we-do-how-steps {
    margin-bottom: 1rem;
  }

  .what-we-do-how-steps li {
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .quote-carousel-section {
    height: 300px;
    padding: 2rem 0;
  }

  .quote-carousel-title {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .quote-carousel-arrow-left {
    left: 0.8rem;
  }

  .quote-carousel-arrow-right {
    right: 0.8rem;
  }
}

.contact-hero-section {
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.16) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/cf9092df-95f2-4b69-9bda-353be6b8f0f8/london-skyline.jpg")
      center/cover no-repeat;
}

.contact-hero-content {
  width: 100%;
  padding-bottom: 2.2rem;
}

.contact-hero-content h1 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  font-size: clamp(3rem, 9vw, 6.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.contact-hero-content p {
  color: #f2f2f2;
  margin: 0;
  font-size: 0.95rem;
}

.contact-main-section {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.03), transparent 40%),
    #0b0b0b;
  padding: 3.2rem 0 3.8rem;
}

.contact-info-block {
  color: #f2f2f2;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #1f1f1f;
  padding: 1.25rem 1.1rem;
  min-height: 100%;
}

.contact-info-group {
  margin-bottom: 2.2rem;
}

.contact-info-group h3,
.contact-form-wrap h3 {
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.contact-info-group p {
  margin: 0 0 0.22rem;
  color: #f0f0f0;
  font-size: 0.9rem;
}

.contact-info-social {
  display: flex;
  gap: 0.55rem;
}

.contact-info-social a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a2a2a;
}

.contact-form-wrap {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #1f1f1f;
  padding: 1.25rem 1.1rem;
}

.contact-form-grid label {
  display: block;
  color: #dcdcdc;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid #313131;
  background: #f8f8f8;
  color: #111111;
  font-size: 0.84rem;
  padding: 0.64rem 0.7rem;
}

.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
  outline: none;
  border-color: #bd662a;
  box-shadow: 0 0 0 1px rgba(189, 102, 42, 0.25);
}

.contact-form-grid textarea {
  resize: vertical;
}

.contact-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.contact-form-grid > div {
  margin-bottom: 0.8rem;
}

.contact-submit-btn {
  background: #bd662a;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  padding: 0.68rem 1.45rem;
}

.contact-submit-btn:hover {
  background: #a95824;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .contact-hero-section {
    min-height: 290px;
  }

  .contact-main-section {
    padding: 2.2rem 0 2.5rem;
  }

  .contact-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-info-block,
  .contact-form-wrap {
    padding: 1rem 0.9rem;
  }
}

.process-hero-section {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45)),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/17f0c247-70ae-4756-87cc-921204917271/unsplash-image-gUIJ0YszPig.jpg")
      center/cover no-repeat;
}

.process-hero-content {
  width: 100%;
  padding-bottom: 1.3rem;
}

.process-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 8vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.process-intro-section {
  position: relative;
  background: #0a0a0a;
  padding: 2.7rem 0 2.8rem;
  overflow: hidden;
}

.process-intro-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(240px, 28vw);
  height: min(280px, 34vw);
  background: url("/assets/bannerimage.png") center/contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}

.process-intro-content {
  position: relative;
  z-index: 1;
}

.process-intro-content h2 {
  color: #ffffff;
  margin: 0 0 0.9rem;
  font-size: clamp(2.4rem, 7vw, 4.7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.process-intro-content p {
  max-width: 640px;
  margin: 0 auto;
  color: #f2f2f2;
  font-size: 0.9rem;
  line-height: 1.6;
}

.process-steps-section {
  background: #111111;
  padding: 2rem 0 2.6rem;
}

.process-steps-list {
  display: grid;
  gap: 1.6rem;
}

.process-step-card {
  display: grid;
  grid-template-columns: 46% 54%;
  background: #1a1a1a;
  align-items: stretch;
}

.process-step-card-reverse {
  grid-template-columns: 54% 46%;
}

.process-step-card-reverse .process-step-image {
  order: 2;
}

.process-step-card-reverse .process-step-copy {
  order: 1;
}

.process-step-image {
  width: 100%;
  height: 750px;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.process-step-copy {
  padding: 1.2rem 1.1rem 1rem;
}

.process-step-label-wrap {
  display: inline-flex;
  align-items: stretch;
  margin-bottom: 0.75rem;
}

.process-step-label-id {
  background: #f0ad43;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.45rem 0.55rem;
}

.process-step-label-title {
  background: #d88417;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0.46rem 0.6rem;
}

.process-step-copy p {
  margin: 0;
  color: #f2f2f2;
  font-size: 0.82rem;
  line-height: 1.6;
}

.process-work-banner {
  min-height: 210px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.56) 45%, rgba(255, 255, 255, 0.1) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/cf9092df-95f2-4b69-9bda-353be6b8f0f8/london-skyline.jpg")
      center/cover no-repeat;
}

.process-work-content h2 {
  margin: 0 0 0.8rem;
  color: #0f1115;
  text-transform: uppercase;
}

.process-work-btn {
  background: #bd662a;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  padding: 0.65rem 1.15rem;
}

.process-work-btn:hover {
  background: #a95824;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .process-step-card,
  .process-step-card-reverse {
    grid-template-columns: 1fr;
  }

  .process-step-card-reverse .process-step-image,
  .process-step-card-reverse .process-step-copy {
    order: unset;
  }
}

@media (max-width: 767.98px) {
  .process-hero-section {
    min-height: 210px;
  }

  .process-intro-section {
    padding: 2.1rem 0 2.2rem;
  }

  .process-step-image {
    height: 250px;
  }

  .process-work-banner {
    min-height: 170px;
  }
}

.portfolio-hero-section {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.24) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/17f0c247-70ae-4756-87cc-921204917271/unsplash-image-gUIJ0YszPig.jpg")
      center/cover no-repeat;
}

.portfolio-hero-content {
  width: 100%;
  padding-bottom: 2rem;
}

.portfolio-kicker {
  color: #f0ad43;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  margin: 0 0 0.7rem;
}

.portfolio-hero-content h1 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(2.7rem, 8vw, 5.3rem);
  line-height: 0.9;
}

.portfolio-subtitle {
  max-width: 720px;
  margin: 0;
  color: #f2f2f2;
}

.portfolio-grid-section {
  background: #0b0b0b;
  padding: 3rem 0;
}

.portfolio-card {
  border: 1px solid #232323;
  background: #111111;
  overflow: hidden;
  height: 100%;
}

.portfolio-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.portfolio-card-body {
  padding: 1rem 1rem 1.2rem;
}

.portfolio-card-category {
  color: #f0ad43;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  margin: 0 0 0.55rem;
}

.portfolio-card h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 0 0.55rem;
}

.portfolio-card-result {
  color: #e5e5e5;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.portfolio-cta-strip {
  background: #101010;
  border-top: 1px solid #202020;
  text-align: center;
  padding: 2.4rem 0 2.7rem;
}

.portfolio-cta-strip h2 {
  color: #ffffff;
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4.8vw, 3rem);
}

.portfolio-cta-btn {
  background: #bd662a;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.67rem;
  font-weight: 800;
  padding: 0.78rem 1.45rem;
}

.portfolio-cta-btn:hover {
  background: #a95824;
  color: #ffffff;
}

.blog-hero-section {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.35) 58%, rgba(0, 0, 0, 0.18) 100%),
    url("https://images.squarespace-cdn.com/content/v1/600abba08cf6793b2f15834a/17f0c247-70ae-4756-87cc-921204917271/unsplash-image-gUIJ0YszPig.jpg")
      center/cover no-repeat;
}

.blog-hero-content {
  width: 100%;
  padding-bottom: 1.7rem;
}

.blog-kicker {
  margin: 0 0 0.55rem;
  color: #f0ad43;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}

.blog-hero-content h1 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 8vw, 4.6rem);
  line-height: 0.9;
}

.blog-subtitle {
  margin: 0;
  max-width: 680px;
  color: #f2f2f2;
}

.blog-list-section {
  background: #0b0b0b;
  padding: 2.8rem 0 3.4rem;
}

.blog-card {
  border: 1px solid #262626;
  background: #121212;
  padding: 1.15rem 1.1rem 1.2rem;
  height: 100%;
}

.blog-card-date {
  margin: 0 0 0.65rem;
  color: #f0ad43;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
}

.blog-card h3 {
  margin: 0 0 0.65rem;
  color: #ffffff;
  font-size: 1.16rem;
  line-height: 1.3;
}

.blog-card-excerpt {
  margin: 0 0 0.9rem;
  color: #f0f0f0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.blog-read-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #bd662a;
  padding-bottom: 0.1rem;
  text-transform: uppercase;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.blog-read-link:hover {
  color: #ffffff;
  border-bottom-color: #a95824;
}



