:root {
  --color-text: #000000;
  --color-bg: #ffffff;
  --color-border: #e7e2dc;
  --color-muted: #5b5b5b;
  --color-shell: #fbfaf8;
  --color-active: #2c2c2d;
  --font-heading: "Juana", Georgia, serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --section-space: 80px;
  --header-space: 28px;
  --nav-link-size: 12px;
  --container-width: 1280px;
  --content-width: 1180px;
}

@font-face {
  font-family: "Juana";
  src: url("../fonts/Fontspring-DEMO-juana-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Juana";
  src: url("../fonts/Fontspring-DEMO-juana-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: var(--font-heading);
}

p,
li,
a,
button,
input,
textarea,
select {
  font-family: var(--font-body);
}

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -40px;
  z-index: 1000;
  padding: 8px 12px;
  background: var(--color-text);
  color: var(--color-bg);
}

.skip-link:focus {
  top: 16px;
}

.container {
  max-width: var(--container-width);
}

.site-header .container,
.site-footer .container {
  padding-left: 24px;
  padding-right: 24px;
}

.content-shell {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

.about-page-section {
  padding: 34px 0 28px;
  background:
  radial-gradient(circle at 90% 45%, rgba(214, 240, 255, 0.72) 0, rgba(214, 240, 255, 0) 15%),
    #ffffff;
}

.about-page-shell {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 0 0;
}

.about-page-zigzag,
.about-page-star {
  position: absolute;
  z-index: 1;
}

.about-page-zigzag {
  top: 0;
  left: 18px;
  width: 120px;
  height: auto;
}

.about-page-star {
  top: 58px;
  right: 26px;
  width: 54px;
  height: auto;
}

.about-page-heading {
  padding: 34px 0 40px;
  text-align: center;
}

.about-page-title {
  margin: 0;
  color: #2c2c2d;
  font-size: clamp(2.55rem, 3vw, 3.85rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.about-page-card {
  max-width: 1060px;
  margin: 0 auto;
  padding: 48px 64px 36px;
  border: 1px solid #e6e2dd;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(248, 246, 242, 0.7) inset;
}

.about-page-card-title {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(2rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.about-page-card-text {
  margin: 0;
  color: #1f1f21;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.01em;
}

.about-page-card-text + .about-page-card-text {
  margin-top: 12px;
}

.work-see-section {
  padding: 28px 0 34px;
  background:
  radial-gradient(circle at 90% 40%, rgba(214, 240, 255, 0.72) 0, rgba(214, 240, 255, 0) 10%),
    #ffffff;
}

.work-see-shell {
  max-width: 1110px;
  margin: 0 auto;
}

.work-see-header {
  margin-bottom: 40px;
}

.work-see-title {
  margin: 0;
  color: #111111;
  font-size: clamp(2.55rem, 3vw, 3.85rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.safe-apostrophe {
  font-family: var(--font-body);
}

.work-see-card {
  text-align: center;
}

.work-see-card-media {
  overflow: hidden;
  border-radius: 16px;
}

.work-see-card-media img {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  object-fit: cover;
}

.work-see-card-text {
  max-width: 214px;
  margin: 18px auto 0;
  color: #2f2f31;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.site-header,
.site-footer {
  border-bottom: 1px solid var(--color-border);
}

.site-header {
  border-bottom: 0;
  padding-top: 28px;
}

.site-footer {
  margin-top: 56px;
  border-bottom: 0;
  padding: 64px 0 0;
}

.navbar {
  padding: 0;
}

.header-shell {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 12px 12px 12px 22px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 999px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 0;
  flex: 0 0 auto;
}

.site-logo img {
  width: auto;
  height: 36px;
}

.navbar-toggler {
  padding: 4px;
  margin-left: auto;
}

.site-navbar.menu-open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='rgba%2817,17,17,0.95%29' stroke-linecap='round' stroke-width='1.8' d='M6 6l12 12M18 6L6 18'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817,17,17,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.8' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 100%;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 24px;
}

.header-nav {
  align-items: center;
  gap: 34px;
  margin: 0 auto;
}

.nav-item.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-item.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-link {
  padding: 0 !important;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.nav-link-active {
  color: var(--color-active);
}

.dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0.14em;
  border-top-width: 0.28em;
  border-right-width: 0.28em;
  border-left-width: 0.28em;
}

.dropdown-menu {
  min-width: 196px;
  padding: 10px;
  margin-top: 16px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 18px 40px rgba(32, 32, 32, 0.1);
}

.dropdown-item {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--color-active);
  background: #f5f1eb;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-active);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 93px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #1c1c1c;
  border-radius: 12px;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus {
  color: #ffffff;
  background: #1c1c1c;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 354px) minmax(0, 1fr);
  gap: 70px;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-bottom: 54px;
}

.footer-logo,
.footer-social a {
  display: inline-flex;
}

.footer-logo img {
  width: 154px;
  height: auto;
}

.footer-copy {
  max-width: 318px;
  margin: 18px 0 22px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.28;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-social img {
  width: 40px;
  height: auto;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1.12fr;
  gap: 46px;
  padding-top: 18px;
}

.footer-title {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-list,
.footer-contact,
.footer-bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li + li,
.footer-contact li + li {
  margin-top: 12px;
}

.footer-list a,
.footer-contact a,
.footer-bottom p,
.footer-bottom-links a {
  color: #2c2c2d;
  font-size: 15px;
  line-height: 1.35;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact img {
  flex: 0 0 auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 16px 0 20px;
  border-top: 1px solid var(--color-border);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
}

.footer-bottom-links a {
  font-size: 12px;
}

.page-section {
  padding: var(--section-space) 0;
}

.hero-section {
  padding: 22px 0 34px;
  background-color: #ffffff;
  background-image: url("../img/Banner-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.capabilities {
  padding: 22px 0 34px;
  background-color: #ffffff;
  background-image: url("../img/Banner-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
  max-width: 1080px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 550px;
}

.hero-title {
  margin: 0;
  color: #2c2c2d;
  font-size: clamp(2.2rem, 3.3vw, 3.7rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.hero-title span + span {
  margin-top: 6px;
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero-kicker {
  margin: 16px 0 10px;
  color: #2c2c2d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-text {
  max-width: 500px;
  margin: 0;
  color: #3f3f41;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #2c2c2d;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.hero-btn-primary {
  border-color: #e1185d;
  background: #e1185d;
  color: #ffffff;
}

.hero-btn-secondary {
  background: transparent;
  color: #2c2c2d;
}

.hero-media {
  justify-self: end;
  width: min(100%, 480px);
}

.hero-media img {
  width: 100%;
  border-radius: 14px;
}

.capabilities-detail-section {
  padding: 56px 0 28px;
  background:
    radial-gradient(circle at 100% 12%, rgba(236, 229, 255, 0.72) 0, rgba(236, 229, 255, 0) 26%),
    #fbfaf8;
}

.capabilities-detail-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.capabilities-detail-row {
  padding: 24px 0 34px;
}

.capabilities-detail-row + .capabilities-detail-row {
  border-top: 1px solid rgba(231, 226, 220, 0.9);
  margin-top: 22px;
  padding-top: 42px;
}

.capabilities-detail-section-secondary {
  padding-top: 6px;
  background: transparent;
}

.capabilities-detail-section-secondary .capabilities-detail-row {
  padding-top: 42px;
}

.capabilities-detail-media {
  max-width: 470px;
}

.capabilities-detail-media-left {
  margin-left: auto;
}

.capabilities-detail-media-right {
  margin-right: auto;
}

.capabilities-detail-media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(36, 34, 33, 0.08);
}

.capabilities-detail-copy {
  position: relative;
  max-width: 470px;
}

.capabilities-detail-copy-deliver {
  margin-left: auto;
  padding-left: 18px;
}

.capabilities-detail-copy-materials {
  padding-right: 18px;
}

.capabilities-detail-burst {
  position: absolute;
  top: -10px;
  left: -4px;
  width: 56px;
  height: 56px;
}

.capabilities-detail-burst::before,
.capabilities-detail-burst::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#f0b300 0 0) center 0/2px 15px no-repeat,
    linear-gradient(#f0b300 0 0) center 100%/2px 15px no-repeat,
    linear-gradient(#f0b300 0 0) 0 center/15px 2px no-repeat,
    linear-gradient(#f0b300 0 0) 100% center/15px 2px no-repeat;
}

.capabilities-detail-burst::after {
  transform: rotate(45deg);
}

.capabilities-detail-title {
  margin: 0 0 24px;
  color: #2c2c2d;
  font-size: clamp(2.55rem, 3vw, 3.85rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.capabilities-detail-copy-deliver .capabilities-detail-title {
  padding-left: 62px;
}

.capabilities-detail-list {
  margin: 0;
  padding-left: 24px;
  color: #2c2c2d;
}

.capabilities-detail-list li {
  font-size: 15px;
  line-height: 1.7;
}

.capabilities-detail-list li + li {
  margin-top: 4px;
}

.why-it-works-section {
  padding: 34px 0 42px;
  /* background: #ffffff; */
  background-image: url(../img/why-its.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.why-it-works-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.why-it-works-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.why-it-works-title {
  margin: 0;
  color: #2c2c2d;
  font-size: clamp(2.55rem, 3vw, 3.85rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
  padding-bottom: 50px;
}

.why-it-works-zigzag {
  position: absolute;
  top: 50px;
  width: 64px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.why-it-works-zigzag-left {
  left: -50px;
  background-image: url("../icons/red-left.svg");
}

.why-it-works-zigzag-right {
  right: -50px;
  background-image: url("../icons/red-right.svg");
}

.why-it-works-card {
  text-align: center;
}

.why-it-works-card-media {
  overflow: hidden;
  border: 1px solid #d9d2cb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(40, 36, 32, 0.06);
}

.why-it-works-card-media img {
  width: 100%;
  aspect-ratio: 0.9 / 1;
  object-fit: cover;
}


.why-it-works-card-text {
  max-width: 228px;
  margin: 18px auto 0;
  color: #2f2f31;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.what-we-do-section {
  padding: 40px 0 70px;
  background: #ffffff;
}

.what-we-do-strip {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.what-we-do-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 0;
}

.what-we-do-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3f3f41;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.what-we-do-strip-item img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.what-we-do-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 434px) minmax(0, 1fr);
  align-items: center;
  gap: 82px;
  max-width: 1120px;
  margin: 0 auto;
}

.what-we-do-media {
  position: relative;
}


.what-we-do-sun {
  position: absolute;
  top: -28px;
  left: -34px;
  width: 76px;
  height: 76px;
}

.what-we-do-sun::before,
.what-we-do-sun::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#ffc532 0 0) center 0/2px 18px no-repeat,
    linear-gradient(#ffc532 0 0) center 100%/2px 18px no-repeat,
    linear-gradient(#ffc532 0 0) 0 center/18px 2px no-repeat,
    linear-gradient(#ffc532 0 0) 100% center/18px 2px no-repeat;
}

.what-we-do-sun::after {
  transform: rotate(45deg);
}

.what-we-do-copy {
  position: relative;
  max-width: 606px;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  color: #2c2c2d;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.what-we-do-star {
  position: absolute;
  top: -2px;
  right: 8px;
  width: 38px;
  height: auto;
}

.what-we-do-title {
  margin: 28px 0 24px;
  color: #2c2c2d;
  font-size: clamp(2.95rem, 3.7vw, 4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.what-we-do-title span {
  display: block;
  white-space: nowrap;
}

.what-we-do-title span + span {
  margin-top: 10px;
  font-size: 0.69em;
  font-weight: 400;
  letter-spacing: -0.00em;
}

.what-we-do-text {
  max-width: 516px;
  margin: 0 0 16px;
  color: #3f3f41;
  font-size: 14px;
  line-height: 1.42;
}

.what-we-do-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.what-we-do-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #2c2c2d;
  border-radius: 9px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.what-we-do-btn-primary {
  border-color: #ffc532;
  background: #ffc532;
  color: #000000;
}

.what-we-do-btn-secondary {
  background: transparent;
  color: #2c2c2d;
}

.capability-section {
  padding: 60px 0 108px;
  background: #ffffff url("../img/core-strength-bg.png") no-repeat center center / cover;
}

.capability-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.capability-intro {
  max-width: 720px;
  margin-bottom: 22px;
}

.capability-title {
  margin: 0 0 16px;
  color: #2c2c2d;
  font-size: clamp(2.2rem, 3.6vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.capability-lead {
  margin: 0 0 10px;
  color: #2c2c2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.capability-text {
  max-width: 700px;
  margin: 0;
  color: #3f3f41;
  font-size: 15px;
  line-height: 1.35;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.capability-card {
  min-height: 172px;
  padding: 16px 14px 18px;
  border: 1px solid #ece8e2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(39, 39, 39, 0.04);
}

.capability-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 10px;
}

.capability-icon img {
  width: 24px;
  height: 24px;
}

.capability-icon-violet {
  color: #7b61ff;
  background: rgba(123, 97, 255, 0.08);
}

.capability-icon-yellow {
  color: #ffc532;
  background: rgba(255, 197, 50, 0.09);
}

.capability-icon-pink {
  color: #e93a76;
  background: rgba(233, 58, 118, 0.08);
}

.capability-icon-blue {
  color: #1ca8ff;
  background: rgba(28, 168, 255, 0.09);
}

.capability-icon-neutral {
  color: #2c2c2d;
  background: rgba(44, 44, 45, 0.04);
}

.capability-arrow {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex: 0 0 auto;
}

.capability-card-title {
  margin: 0 0 8px;
  color: #2c2c2d;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.capability-card-text {
  margin: 0;
  color: #565659;
  font-size: 13px;
  line-height: 1.16;
}

.capability-card-neutral {
  grid-column: 1 / 2;
}

.execution-section {
  padding: 52px 0 58px;
  background: #ffffff url("../img/execution-scale-bg.png") no-repeat center center / cover;
}

.execution-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.execution-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.execution-title {
  margin: 0 0 8px;
  color: #2c2c2d;
  font-size: clamp(2.15rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.execution-text {
  margin: 0;
  color: #4e5663;
  font-size: 15px;
  line-height: 1.35;
}

.execution-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #3ab0ff;
  border-radius: 8px;
  color: #219df2;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.execution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.execution-card {
  min-width: 0;
}

.execution-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.execution-media img {
  width: 100%;
  border-radius: 18px;
}

.execution-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 32px;
  padding: 0 14px;
  background: rgba(255, 244, 231, 0.88);
  color: #2c2c2d;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.execution-card-title {
  margin: 18px 0 6px;
  color: #2c2c2d;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.execution-card-text {
  margin: 0;
  color: #647187;
  font-size: 14px;
  line-height: 1.35;
}

.performance-section {
  padding: 54px 0 58px;
    background: #ffffff url("../img/execution-scale-bg.png") no-repeat center center / cover;
  /* background:
    linear-gradient(90deg, rgba(207, 239, 255, 0.62) 0, rgba(207, 239, 255, 0) 9%),
    #ffffff; */
}

.performance-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.performance-intro {
  margin-bottom: 26px;
  text-align: center;
}

.performance-title {
  margin: 0 0 10px;
  color: #2c2c2d;
  font-size: clamp(2.15rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.performance-text {
  margin: 0;
  color: #666d78;
  font-size: 15px;
  line-height: 1.35;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.performance-card {
  position: relative;
  overflow: hidden;
  min-height: 256px;
  border-radius: 18px;
}

.performance-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.performance-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0 14px 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 18, 18, 0.72) 100%);
  color: #ffffff;
}

.performance-card-title {
  margin: 0 0 2px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.performance-card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.22;
}

.production-cta-section {
  padding: 32px 0 50px;
  background: #ffffff;
}





.production-cta-media img {
     width: 85%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}



@media (min-width: 1400px) {
  :root {
    --container-width: 1680px;
    --content-width: 1520px;
  }

  .site-header {
    padding-top: 30px;
  }

  .header-shell {
    max-width: 980px;
    min-height: 50px;
    padding: 13px 14px 13px 24px;
  }

  .header-nav {
    gap: 38px;
  }

  .site-header .container,
  .site-footer .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-layout {
    max-width: 1180px;
    gap: 60px;
  }

  .what-we-do-layout {
    max-width: 1160px;
    gap: 90px;
  }

  .capability-shell {
    max-width: 1210px;
  }

  .execution-shell {
    max-width: 1218px;
  }

  .performance-shell {
    max-width: 1218px;
  }
}

@media (max-width: 1439.98px) {
  :root {
    --container-width: 1140px;
    --content-width: 1040px;
  }

  .site-header .container,
  .site-footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-page-shell {
    max-width: 1080px;
  }

  .work-see-shell {
    max-width: 1020px;
  }

  .work-see-header {
    margin-bottom: 34px;
  }

  .about-page-card {
    max-width: 100%;
    padding: 42px 48px 34px;
  }

  .header-shell {
    max-width: 900px;
  }

  .hero-layout {
    max-width: 1000px;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 44px;
  }

  .hero-copy,
  .hero-text {
    max-width: 400px;
  }

  .hero-title {
    font-size: clamp(2rem, 2.8vw, 3.15rem);
  }

  .hero-media {
    width: min(100%, 430px);
  }

  .what-we-do-strip-inner {
    gap: 22px;
  }

  .what-we-do-strip-item {
    font-size: 14px;
  }

  .what-we-do-layout {
    grid-template-columns: minmax(0, 392px) minmax(0, 1fr);
    max-width: 1000px;
    gap: 58px;
  }

  .why-it-works-shell {
    max-width: 1080px;
  }

  .why-it-works-zigzag-left {
    left: -10px;
  }

  .why-it-works-zigzag-right {
    right: -10px;
  }

  .capabilities-detail-shell {
    max-width: 1040px;
  }

  .capabilities-detail-copy-deliver,
  .capabilities-detail-copy-materials {
    padding: 0;
  }

  .what-we-do-copy {
    max-width: 550px;
  }

  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .execution-head {
    margin-bottom: 22px;
  }

  .execution-card-title {
    font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  }

  .performance-grid {
    gap: 18px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --container-width: 1040px;
    --content-width: 940px;
  }

  .header-shell {
    max-width: 820px;
  }

  .about-page-zigzag {
    left: 0;
  }

  .work-see-section {
    padding: 20px 0 28px;
  }

  .work-see-header {
    margin-bottom: 28px;
  }

  .work-see-card-text {
    max-width: 220px;
    margin-top: 14px;
  }

  .about-page-star {
    right: 4px;
  }

  .about-page-card {
    padding: 38px 36px 30px;
  }

  .hero-layout {
    max-width: 920px;
    grid-template-columns: minmax(0, 318px) minmax(0, 1fr);
    gap: 34px;
  }

  .hero-copy,
  .hero-text {
    max-width: 360px;
  }

  .hero-title {
    font-size: clamp(1.9rem, 2.5vw, 2.75rem);
  }

  .hero-media {
    width: min(100%, 390px);
  }

  .what-we-do-strip-inner {
    gap: 16px;
    justify-content: center;
  }

  .what-we-do-strip-item {
    font-size: 13px;
  }

  .what-we-do-layout {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    max-width: 920px;
    gap: 34px;
  }

  .capabilities-detail-section {
    padding-top: 48px;
  }

  .why-it-works-section {
    padding: 18px 0 30px;
  }

  .why-it-works-header {
    margin-bottom: 18px;
  }

  .why-it-works-zigzag-left {
    left: -6px;
  }

  .why-it-works-zigzag-right {
    right: -6px;
  }

  .why-it-works-card-text {
    max-width: 220px;
    margin-top: 14px;
  }

  .capabilities-detail-section-secondary {
    padding-top: 0;
  }

  .capabilities-detail-row {
    padding: 16px 0 28px;
  }

  .capabilities-detail-row + .capabilities-detail-row {
    padding-top: 34px;
  }

  .capabilities-detail-section-secondary .capabilities-detail-row {
    padding-top: 34px;
  }

  .capabilities-detail-title {
    font-size: clamp(2.2rem, 4vw, 3.1rem);
  }

  .what-we-do-copy {
    max-width: 500px;
  }

  .what-we-do-title {
    font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  }

  .capability-section {
    padding: 74px 0 88px;
  }

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

  .capability-card-neutral {
    grid-column: auto;
  }

  .execution-grid {
    gap: 18px;
  }

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

  .production-cta-shell {
    grid-template-columns: minmax(250px, 350px) minmax(0, 1fr);
    max-width: 920px;
  }

  .production-cta-copy {
    padding: 28px 28px 28px 0;
  }
}

@media (max-width: 991.98px) {
  :root {
    --section-space: 56px;
    --header-space: 18px;
  }

  .site-header {
    padding-top: 20px;
  }

  .about-page-section {
    padding: 24px 0 18px;
  }

  .work-see-section {
    padding: 16px 0 24px;
  }

  .work-see-header {
    margin-bottom: 24px;
  }

  .work-see-card-text {
    max-width: 186px;
    font-size: 15px;
  }

  .about-page-shell {
    padding-top: 28px;
  }

  .about-page-zigzag {
    width: 74px;
  }

  .about-page-star {
    top: 64px;
    width: 44px;
  }

  .about-page-heading {
    padding: 26px 0 28px;
  }

  .about-page-card {
    padding: 30px 24px 26px;
    border-radius: 16px;
  }

  .about-page-card-text {
    font-size: 16px;
    line-height: 1.68;
  }

  .header-shell {
    padding: 12px 18px;
    border-radius: 28px;
    align-items: center;
    flex-wrap: wrap;
  }

  .navbar-collapse {
    padding-top: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
  }

  .header-nav {
    align-items: flex-start;
    gap: 0;
    margin: 0;
  }

  .nav-link {
    display: inline-flex;
    padding: 10px 0 !important;
  }

  .dropdown-menu {
    margin-top: 8px;
    min-width: 100%;
    box-shadow: none;
    position: static;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }

  .nav-item.dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header-cta {
    min-width: 100%;
    height: 44px;
    font-size: 13px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: none;
    padding-bottom: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
    padding-top: 0;
  }

  .footer-contact-block {
    grid-column: 1 / -1;
  }

  .footer-bottom {
   flex-direction: column-reverse;
    align-items: flex-start;
    max-width: none;
  }

  .footer-bottom-links {
    justify-content: flex-start;
    gap: 14px 24px;
  }

  .hero-section {
    padding: 26px 0 24px;
    background-position: center center;
    background-size: cover;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy,
  .hero-text {
    max-width: none;
  }

  .hero-title span {
    white-space: normal;
  }

  .hero-media {
    justify-self: stretch;
    width: 100%;
  }

  .capabilities-detail-section {
    padding: 38px 0 18px;
  }

  .why-it-works-section {
    padding: 14px 0 22px;
  }

  .why-it-works-header {
    margin-bottom: 16px;
  }

  .why-it-works-zigzag {
    top: 34px;
    width: 34px;
    height: 42px;
  }

  .why-it-works-zigzag-left {
    left: -2px;
  }

  .why-it-works-zigzag-right {
    right: -2px;
  }

  .capabilities-detail-section-secondary {
    padding-top: 0;
  }

  .capabilities-detail-row {
    padding: 10px 0 28px;
  }

  .capabilities-detail-row + .capabilities-detail-row {
    margin-top: 8px;
    padding-top: 30px;
  }

  .capabilities-detail-section-secondary .capabilities-detail-row {
    padding-top: 30px;
  }

  .capabilities-detail-media,
  .capabilities-detail-copy,
  .capabilities-detail-media-left,
  .capabilities-detail-media-right {
    max-width: none;
    margin: 0;
  }

  .capabilities-detail-copy-deliver .capabilities-detail-title {
    padding-left: 54px;
  }

  .capabilities-detail-title {
    margin-bottom: 18px;
  }

  .capabilities-detail-list li {
    font-size: 15px;
    line-height: 1.65;
  }

  .what-we-do-section {
    padding: 56px 0 42px;
  }

  .what-we-do-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px 20px;
  }

  .what-we-do-strip-item {
    white-space: normal;
  }

  .what-we-do-strip-item:last-child {
    grid-column: 1 / -1;
  }

  .what-we-do-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .what-we-do-media {
    order: 2;
  }

  .what-we-do-copy {
    order: 1;
    max-width: none;
  }

  .what-we-do-title {
    margin: 20px 0 16px;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .what-we-do-title span {
    white-space: normal;
  }

  .what-we-do-text {
    max-width: none;
    font-size: 15px;
  }

  .what-we-do-sun {
    top: -20px;
    left: -8px;
    width: 54px;
    height: 54px;
  }

  .what-we-do-star {
    top: 8px;
    right: 0;
    width: 30px;
  }

  .capability-section {
    padding: 56px 0 64px;
  }

  .capability-intro {
    margin-bottom: 20px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .capability-card {
    min-height: 0;
  }

  .execution-section {
    padding: 46px 0 52px;
  }

  .execution-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .execution-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .performance-section {
    padding: 46px 0 48px;
  }

  .performance-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .production-cta-section {
    padding: 20px 0 58px;
  }

  .production-cta-shell {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 620px;
    border-radius: 28px;
  }

  .production-cta-media {
    order: 1;
  }

  .production-cta-copy {
    order: 2;
    max-width: none;
    padding: 24px 22px 26px;
  }
}
/*  */






/* contact us SECTION Start */
.contact-section {
  padding: 60px 20px;
  background: 
    radial-gradient(circle at 90% 30%, rgba(214, 240, 255, 0.72) 0, rgba(214, 240, 255, 0) 20%),
    radial-gradient(circle at 10% 70%, rgba(225, 24, 93, 0.25) 0, rgba(225, 24, 93, 0) 15%),
    #ffffff;
}

/* CONTAINER */
.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  background: #F8F8F8;
  padding: 40px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

/* LEFT SIDE */
.contact-left {
  flex: 1;
}

.contact-left h2 {
  font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-left p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* CONTACT INFO */
.contact-info {
  margin-top: 30px;
}

.contact-info h3 {
  font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.info-item strong {
  display: block;
  font-size: 14px;
}

.info-item p {
  margin: 0;
  font-size: 14px;
}

/* VISIT */
.visit-us {
  margin-top: 30px;
  
}
.visit-us h3{
   font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.visit-flex {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 10px;
}

.visit-logo {
  width: 50px;
  height: auto;
}

/* FORM */
/* FORM GROUP */
.contact-form{
  background-color: white;
  padding: 25px ;
  border-radius: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form form {
  gap: 18px; /* more breathing space like design */
}
/* LABEL STYLE (important for matching design) */
.form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-top: 15PX;
}

/* ROW */
.form-row {
  display: flex;
  gap: 12px;
}

.form-row .form-group {
  flex: 1;
}

/* INPUTS */
.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}

.custom-form .is-invalid {
  border-color: #e91e63;
}

.field-error {
  min-height: 16px;
  color: #b00020;
  font-size: 12px;
  line-height: 1.3;
}

.form-status {
  min-height: 18px;
  margin: 12px 0 4px;
  color: #b00020;
  font-size: 13px;
  line-height: 1.35;
}

.form-status.is-success {
  color: #0b7a3b;
}

.captcha-group {
  align-items: stretch;
}

.captcha-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.captcha-display strong {
  min-width: 92px;
  padding: 9px 18px;
  border-radius: 8px;
  background: #e91e63;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .captcha-display {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* DATE ICON FIX (clean look) */
input[type="date"] {
  appearance: none;
}

/* TEXTAREA */
.custom-form textarea {
  min-height: 110px;
  resize: none;
}

/* BUTTON */
.custom-form button {
  margin-top: 10px;
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}



/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }

  .contact-section {
    padding: 40px 15px;
  }
}

/* Contact US section End */

/* Work Explore section start */
.work-explore-section {
  padding: 28px 0 12px;
  
}

.work-explore-shell {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 54px 24px 0;
  overflow: visible;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  background: #ffffff;
}

.work-explore-zigzag,
.work-explore-star {
  position: absolute;
  z-index: 1;
}

.work-explore-zigzag {
  top: 2px;
  left: 84px;
  width: 74px;
}

.work-explore-star {
  top: 20px;
  right: 92px;
  width: 36px;
}

.work-explore-gallery {
  display: flex;
  /* align-items: flex-end; */
  justify-content: center;
  flex-wrap: nowrap;
  gap: 22px;
  max-width: 1400px;
  margin: 0 auto;
}

.work-gallery-column {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.work-gallery-column-two {
  width: 124px;
  gap: 12px;
}

.work-gallery-column-three {
  width: 108px;
  gap: 12px;
}

.work-gallery-column-single {
  width: 132px;
}

.work-explore-gallery > .work-gallery-column:first-child {
  margin-top: 10px;
}

.work-explore-gallery > .work-gallery-column:nth-child(2) {
  margin-top: 12px;
}

.work-explore-gallery > .work-gallery-column:nth-child(7) {
  margin-top: 8px;
}

.work-explore-gallery > .work-gallery-column:last-child {
  margin-top: 10px;
}

.work-card {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(26, 26, 26, 0.08);
}

.work-card-portrait {
  height: 158px;
}

.work-card-landscape {
  height: 102px;
}

.work-card-tall {
  height: 238px;
}

.work-tile {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.work-explore-title {
  margin: 26px 0 34px;
  text-align: center;
  color: #2c2c2d;
  font-size: clamp(3.45rem, 5vw, 4.95rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.work-explore-feature {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 22px;
  position: relative;
  z-index: 1;
}

.work-explore-feature img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(22, 22, 22, 0.08);
}
/* Work Explore section end */
