/* =========================================
   Fuse — Case Study: Ninja ZX-6R
   Bootstrap 5 grid · Suisse Int'l font
   Ported from Ridge Crew template
========================================= */

/* ── Variables ── */
:root {
  --header-bg:  #292929;
  --accent:     #ff7c36;
  --text-cream: #f5f2eb;
  --bg-dark:    #2b2b2b;
  --bg-warm:    #f5f2eb;
  --text-dark:  #3a3a3a;
  --teal:       #0c9eae;
}

/* ── Font Faces ── */
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ── Container max-width ── */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

/* ── Custom spacing utilities (Bootstrap CDN only ships py-1 through py-5) ── */
.py-6  { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.pt-6  { padding-top: 5rem !important; }
.pb-6  { padding-bottom: 5rem !important; }

@media (min-width: 992px) {
  .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .pt-lg-6 { padding-top: 5rem !important; }
  .pb-lg-6 { padding-bottom: 5rem !important; }
}

/* ── Global ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Suisse Intl", sans-serif;
  background: var(--bg-dark);
  color: var(--text-cream);
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Section base: white bg with padding */
.section-padding {
  padding: 30px 40px;
  background: #fff;
}

/* =========================================
   Header / Nav
========================================= */
.site-header {
  background: var(--header-bg);
}

.site-header .navbar {
  padding: 0;
}

.site-header .container {
  min-height: 117px;
  display: flex;
  align-items: center;
}

.navbar-brand svg {
  display: block;
}

.brand-icon svg {
  width: 42px;
  height: 42px;
}

.brand-wordmark svg {
  width: 135px;
  height: auto;
}

.nav-link-accent {
  color: var(--accent) !important;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-accent:hover,
.nav-link-accent:focus {
  color: #ffa06b !important;
}

.small-round-pill {
  display: inline-block;
  width: 30px;
  height: 14px;
  background: var(--accent);
  border-radius: 6px;
  margin-left: 25px;
  margin-right: -10px;
}

.hero-left-inner .squiggel-logo {
    position: absolute;
    bottom: 400px;
    right: -160px;
    width: 326px;
    height: 233px;
    opacity: 1.35;
    pointer-events: none;
    z-index: 0;
}

/* =========================================
   Hero
========================================= */
.hero-split {
  background: var(--header-bg);
  color: var(--text-cream);
}

.hero-left {
  background: var(--header-bg);
}

.hero-left-inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 580px;
}

.hero-left-inner .x-logo {
  position: absolute;
  bottom: 46px;
  right: -135px;
  width: 195px;
  height: 195px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: "Suisse Intl", sans-serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0;
}

.hero-subtitle {
  font-family: "Suisse Intl", sans-serif;
  font-size: clamp(1.4rem, 1.9vw, 2.5rem);
  line-height: 1.25;
  max-width: 30ch;
  font-weight: 300;
  margin: 0;
}

.hero-pill {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid var(--text-cream);
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-cream);
}

.hero-divider {
  border: 0;
  border-top: 1px solid rgba(245, 242, 235, 0.4);
  margin: 0;
  margin-top: 60px;
}

.hero-mini-logo svg {
  width: 34px;
  height: 34px;
  display: block;
}

.hero-services {
  gap: 18px;
}

.hero-services li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 1rem;
  color: var(--text-cream);
  opacity: 0.95;
}

.hero-num {
  font-size: 0.75rem;
  opacity: 0.75;
  letter-spacing: 0.08em;
}

.hero-right {
  background: #1a1a1a;
}

.hero-img-tag {
  object-fit: cover;
  object-position: center;
}

/* =========================================
   Science & Art
========================================= */
.section-science-art {
  background: var(--bg-warm);
  color: var(--text-dark);
}

.sa-title {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 96px);
  line-height: 0.937;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin: 0;
}

.sa-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sa-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.sa-pill {
  font-family: "Suisse Intl", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 2px solid rgba(58, 58, 58, 0.65);
  border-radius: 999px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  background: transparent;
  white-space: nowrap;
}

.sa-pill--strategy {
  border-color: var(--accent);
  color: var(--accent);
}

.sa-pill--creative {
  border-color: var(--teal);
  color: var(--teal);
}

.sa-copy {
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  max-width: 52ch;
  color: var(--text-dark);
  opacity: 0.95;
  margin-top: 1rem;
}

/* =========================================
   Photography
========================================= */
.section-photography {
  color: var(--text-dark);
}

.photo-carousel,
.photo-tile {
  border-radius: 16px;
  overflow: hidden;
  background: #e9e6df;
}

/* Remove default Bootstrap carousel arrow icons */
.photo-carousel .carousel-control-prev-icon,
.photo-carousel .carousel-control-next-icon {
  display: none;
}

/* Carousel images: fill the slide without distortion */
.photo-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stacked tile images: fill the fixed-height tile */
.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-carousel-control {
  width: auto;
  opacity: 1;
}

.photo-carousel .carousel-control-prev {
  left: 24px;
}

.photo-carousel .carousel-control-next {
  right: 24px;
}

.carousel-chevron {
  width: 80px;
  height: 80px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-carousel-control:hover .carousel-chevron {
  transform: scale(1.05);
  opacity: 0.9;
}

.photo-caption {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--text-dark);
}

.photo-caption-mark {
  margin-right: 10px;
}

/* =========================================
   Campaign / Full Image
========================================= */
.section-campaign {
  color: var(--text-dark);
}

.campaign-title {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 96px);
  line-height: 0.937;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

.campaign-line {
  height: 1px;
  background: rgba(58, 58, 58, 0.25);
}

.media-tile {
  border-radius: 16px;
  overflow: hidden;
  background: #e9e6df;
}

.section-campaign .media-el,
.media-tile img,
.media-tile video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========================================
   See More
========================================= */
.section-see-more {
  background: var(--bg-dark);
  color: var(--text-cream);
}

.see-more-title {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0;
}

.see-more-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.see-more-image {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  aspect-ratio: 4 / 3;
}

.see-more-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.see-more-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.see-more-pill:hover,
.see-more-pill:focus {
  background: var(--accent);
  color: #1a1a1a;
}

.see-more-divider {
  border: 0;
  border-top: 1px solid rgba(245, 242, 235, 0.5);
}

/* =========================================
   Footer
========================================= */
.site-footer {
  background: var(--bg-dark);
  color: var(--text-cream);
  position: relative;
  overflow: hidden;
}

.footer-office {
  height: 280px;
}

.footer-heading {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--text-cream);
}

.footer-address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-cream);
  opacity: 0.95;
}

.footer-meta {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-cream);
  opacity: 0.95;
  display: inline-block;
}

.footer-link {
  color: var(--text-cream);
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--accent);
}

.footer-arrow {
  position: absolute;
  right: -70px;
  top: 85px;
  width: min(520px, 45vw);
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: 0.95;
}

.footer-logo-wrap {
  position: relative;
}

.fuse-logo-footer {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
}

.footer-robot {
    width: 35px;
    height: 50px;
    display: inline-block;
    margin-left: 30px;
}

/* =========================================
   Responsive: Desktop (>= 992px)
========================================= */
@media (min-width: 992px) {
  .hero-left-inner {
    min-height: 654px;
  }

  .hero-right {
    min-height: 654px;
  }

  /* Photography proportions */
  .photo-carousel { height: 560px; }
  .photo-carousel .carousel-inner,
  .photo-carousel .carousel-item { height: 100%; }
  .photo-tile { height: 268px; }

  /* Campaign full-width image tile */
  .media-tile--xl { height: 715px; }
}

/* =========================================
   Responsive: Tablet/Mobile (<= 991.98px)
========================================= */
@media (max-width: 991.98px) {
      .hero-left-inner .squiggel-logo {
        position: absolute;
        bottom: -90px;
        right: 280px;
        width: 200px;
        height: 143px;
        opacity: 1.35;
        pointer-events: none;
        z-index: 0;
    }

  .section-padding {
    padding: 30px 0;
  }

  /* Header / nav */
  .site-header .container {
    min-height: auto;
  }

  .navbar-collapse {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-nav {
    gap: 10px;
  }

  .nav-link-accent {
    padding: 10px 0;
  }

  /* Hero */
  .hero-left-inner {
    min-height: auto;
  }

  .hero-left-inner .x-logo {
    display: none;
  }

  .hero-divider {
    margin-top: 20px;
  }

  .hero-right {
    min-height: 320px;
  }

  .hero-img-tag {
    height: 320px;
    min-height: 320px;
  }

  /* Science & Art */
  .sa-copy {
    max-width: 100%;
  }

  /* Campaign */
  .media-tile--xl { height: auto; }

  /* Photography */
  .photo-carousel,
  .photo-tile {
    height: auto;
  }

  /* Footer */
  .footer-office { height: auto; }
  .fuse-logo-footer { max-width: 100%; }

  .footer-arrow {
    right: -70px;
    top: 20px;
  }
}

/* =========================================
   Responsive: Small (<= 768px)
========================================= */
@media (max-width: 768px) {
  .carousel-chevron {
    width: 56px;
    height: 56px;
  }

      .hero-left-inner .squiggel-logo {
        right: 150px;
    }
}

@media (max-width: 514px) {
  
}