:root {
  --primary: #e67e22;
  --primary-dark: #b85d12;
  --secondary: #556146;
  --heading-color: #1e1e1e;
  --text-color: #6b7280;
  --white: #ffffff;
  --light-bg: #f8f8f6;
  --border-color: #e5e7eb;
  --heading-font: 'Merriweather', serif;
  --body-font: 'Mulish', sans-serif;
  --transition: all 0.3s ease;
  --border-radius: 16px;
  --body-bg: #fcfcf9;
  --footer-links-hover: #111111;
  --primary-color: #e67e22;

  --bs-body-bg-rgb: 255, 255, 255;
  --bs-primary-rgb: 13, 110, 253;
  --bd-accent-rgb: 255, 228, 132;
  --bd-violet-rgb: 113, 44, 249;
  --bd-pink-rgb: 214, 51, 132;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-color);
  background: var(--body-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h1 {
  font-size: clamp(2.75rem, 5vw, 5rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
p {
  margin-bottom: 1rem;
}
button,
.btn,
.nav-link {
  font-family: var(--body-font);
}
section {
  padding: 100px 0;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 20px;
  top: 20px;
}
.navbar-brand:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  transition: var(--transition);
}
.site-header.sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 14px 0;
}
.logo {
  height: 42px;
  width: auto;
}
.navbar {
  padding: 0;
}
.navbar-nav {
  gap: 36px;
}
.nav-link {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 !important;
  transition: var(--transition);
  letter-spacing: 0;
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}
.nav-link:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
  box-shadow: none;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.3s;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}
.navbar-toggler {
  font-size: 1.8rem;
  color: var(--heading-color);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.offcanvas {
  width: 300px;
}
.offcanvas-body .nav-link {
  padding: 14px 0 !important;
  font-size: 16px;
}
.offcanvas-body .nav-item {
  border-bottom: 1px solid var(--border-color);
}
.cursor-pointer {
  cursor: pointer;
}
.hero-section {
  position: relative;
  padding: 170px 0 10px 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0px -0px auto;
  height: 900px;
  pointer-events: none;
  z-index: 0;
  background: url('../images/hero/bg.webp') center top no-repeat;
  opacity: 0.8;
  /* background-image:
    linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),
    radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%); */
  /* background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), transparent 55%),
    radial-gradient(circle at 75% 20%, rgba(255, 247, 180, 0.291), transparent 55%),
    radial-gradient(circle at 55% 70%, rgba(255, 255, 255, 0.9), transparent 70%); */
  /* filter: blur(90px); */
}
.hero-section > * {
  position: relative;
  z-index: 1;
}
.hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.hero-content h1 {
  max-width: 620px;
  margin-bottom: 25px;
  font-size: clamp(2.75rem, 4vw, 4rem);
  line-height: 1.5;
}
.hero-content p {
  max-width: 520px;
  font-size: 18px;
  margin-bottom: 35px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn-primary-custom {
  background: var(--primary);
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  border: 2px solid var(--primary);
  transition: var(--transition);
  border-radius: 60px;
}
.btn-primary-custom:hover {
  background: transparent;
  color: var(--primary);
}
.btn-primary-custom:focus-visible {
  outline: 1px dotted #1e1e1e;
}
.btn-outline-custom {
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  transition: var(--transition);
}
.btn-outline-custom:hover {
  background: var(--primary);
  color: #fff;
}
.btn-outline-custom:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}
.modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}
.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 10px;
}
#villaVideo {
  border: 0;
}
.modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}
.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 10px;
}
#villaVideo {
  border: 0;
}
.philosophy-section {
  padding: 140px 0;
}
.philosophy-top {
  margin-bottom: 90px;
}
.philosophy-title {
  font-family: var(--heading-font);
  font-size: 48px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  margin-top: 20px;
}
.philosophy-title span {
  color: var(--primary);
}
.philosophy-description {
  font-size: 1rem;
  line-height: 1.9;
  color: #6b6b6b;
  margin-bottom: 40px;
}
.more-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.more-link:hover {
  color: #111;
}
.more-link:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.philosophy-cards {
  border: 1px solid #dedede;
}
.philosophy-card {
  padding: 40px;
  height: 100%;
  border-right: 1px solid #dedede !important;
  transition: 0.35s;
}
.philosophy-card:last-child {
  border-right: none;
}
.card-icon {
  margin-bottom: 40px;
}
.icon-blob {
  width: 78px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.blob-cream {
  background: #bbb9b4;
  border-radius: 58% 42% 55% 45% / 40% 58% 42% 60%;
  color: #fff;
}
.blob-orange {
  background: #d07a4c;
  border-radius: 48% 52% 38% 62% / 62% 38% 62% 38%;
  color: #fff;
}
.blob-green {
  background: #667553;
  border-radius: 60% 40% 52% 48% / 46% 62% 38% 54%;
  color: #fff;
}
.blob-yellow {
  background: #ddba68;
  border-radius: 42% 58% 52% 48% / 60% 40% 60% 40%;
  color: #fff;
}
.icon-blob i {
  font-size: 28px;
  transition: none;
}
.philosophy-card h3 {
  font-family: var(--heading-font);
  font-size: 20px;
  margin-bottom: 22px;
  color: #111;
}
.philosophy-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.card-line {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary);
}
.philosophy-card:hover {
  background: #fafafa;
}
.philosophy-card:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.philosophy-card:hover .icon-blob {
  transform: rotate(-8deg) scale(1.08);
  border-radius: 46% 54% 60% 40% / 58% 40% 60% 42%;
}
.scrolling-services {
  padding: 48px 0;
  border: 1px solid #d6d3cc;
  border-width: 1px 0 1px 0;
  overflow: hidden;
}
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marquee-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-content span {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  color: #d6d3cc;
  white-space: nowrap;
  margin: 0 1.25rem;
}
.marquee-content i {
  color: var(--primary);
  font-size: 2rem;
  margin: 0 0.5rem;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-section {
  padding: 140px 0 0 0;
}
.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #d7d7d7;
  transition: 0.35s;
}
.section-heading h2 {
  font-size: 3rem;
}
.service-title {
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 400;
  transition: 0.35s;
}
.service-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.service-right img {
  width: 150px;
  height: 90px;
  object-fit: cover;
  opacity: 0;
  transform: translateX(25px);
  transition: 0.35s;
}
.service-arrow {
  width: 74px;
  height: 74px;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 28px;
  transition: 0.35s;
  flex-shrink: 0;
}
.service-item:hover .service-right img {
  opacity: 1;
  transform: translateX(0);
}
.service-item:hover .service-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.service-item:hover .service-title {
  padding-left: 20px;
}
.service-item:hover {
  color: #111;
}
.service-item:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.featured-projects {
  padding: 120px 0;
}
.featured-header {
  padding: 0 60px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8a8a8a;
}
.view-all-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--primary);
  font-weight: 600;
  transition: 0.3s;
}
.view-all-link:hover {
  color: #111;
}
.view-all-link:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.featured-row {
  padding: 0 60px;
  margin: 0;
}
.featured-row > [class*='col'] {
  padding-left: 22px;
  padding-right: 22px;
}
.project-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.5s;
}
.project-card {
  overflow: hidden;
}
.project-card a {
  text-decoration: none;
}
.project-info {
  margin-top: 28px;
}
.project-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
.project-title h3 {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0;
}
.project-title span {
  width: 52px;
  height: 52px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  transition: 0.3s;
  flex-shrink: 0;
}
.project-card:hover .project-title span {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.project-card:hover img {
  transform: scale(1.04);
}
.project-card:focus-visible .project-title span {
  outline: 1px dotted #1e1e1e !important;
}
.project-card:focus-visible img {
  outline: 1px dotted #1e1e1e !important;
}
.project-info p {
  margin-top: 12px;
  color: #7d7d7d;
  font-size: 16px;
}
.project-info:focus-visible {
  outline: 1px dotted #1e1e1e;
}
.story-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.story-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.story-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
}
.story-label {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
}
.story-content h2 {
  font-family: var(--heading-font);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  margin-bottom: 45px;
}
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 64px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.35s;
  border-radius: 60px;
}
.btn-primary-custom:hover {
  background: #111;
  color: #fff;
}
.btn-primary-custom:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.material-section {
  background: #545454;
  padding: 120px 0;
  overflow: hidden;
}
.material-scroll {
  display: flex;
  gap: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 100px;
}
.material-scroll::-webkit-scrollbar {
  display: none;
}
.material-intro {
  min-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.material-intro .section-tag {
  color: #d9d9d9;
  letter-spacing: 0.12em;
  font-size: 14px;
  text-transform: uppercase;
}
.material-intro h2 {
  margin: 30px 0;
  font-family: var(--heading-font);
  font-size: 72px;
  color: #fff;
  line-height: 1.1;
}
.material-intro span {
  color: var(--primary);
}
.material-intro p {
  color: #d4d4d4;
  max-width: 360px;
  font-size: 18px;
  line-height: 1.8;
}
.scroll-text {
  margin-top: 90px;
  color: #fff;
  font-size: 22px;
}
.material-card {
  min-width: 520px;
}
.material-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.material-card h3 {
  margin-top: 35px;
  font-family: var(--heading-font);
  color: #fff;
  font-size: 46px;
}
.material-card p {
  color: #d4d4d4;
  font-size: 18px;
  line-height: 1.8;
}
.cta-card {
  min-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto-section {
  padding: 120px 0;
}
.manifesto-wrapper {
  position: relative;
}
.manifesto-label {
  display: inline-block;
  margin-bottom: 70px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8d8d;
}
.manifesto-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.manifesto-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 2.7vw, 2.6rem);
  font-weight: 400;
  line-height: 3.1;
  color: var(--heading-color);
}
.manifesto-image {
  width: 180px;
  height: 74px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.manifesto-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.manifesto-footer {
  margin-top: 90px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.manifesto-divider {
  flex: 1;
  height: 1px;
  background: #d9d9d9;
}
.manifesto-location {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d8d8d;
}
.site-footer {
  padding: 100px 0 60px;
  background: var(--body-bg);
}
.footer-title {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.footer-links,
.footer-contact-list,
.footer-policy {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li,
.footer-contact-list li {
  margin-bottom: 1rem;
}
.footer-links a,
.footer-contact-list a,
.footer-policy a {
  color: var(--text-color);
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-links a:hover,
.footer-contact-list a:hover,
.footer-policy a:hover {
  color: var(--footer-links-hover);
}
.footer-links a:focus-visible,
.footer-contact-list a:focus-visible,
.footer-policy a:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.footer-address {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-style: normal;
  color: var(--text-color);
}
.footer-contact {
  margin-bottom: 1.5rem;
  color: var(--text-color);
  line-height: 1.8;
}
.footer-contact strong {
  color: var(--heading-color);
}
.footer-divider {
  margin: 4.5rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer-policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-policy li {
  position: relative;
}
.footer-policy li:not(:last-child)::after {
  content: '/';
  position: absolute;
  right: -0.95rem;
  color: #999;
}
.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}
.footer-social a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--heading-color);
  transition: 0.3s;
}
.footer-social a:hover {
  background: var(--footer-links-hover);
  border-color: var(--footer-links-hover);
  color: #fff;
}
.footer-social a:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.footer-social i {
  font-size: 1.3rem;
}
.footer-copy {
  text-align: center;
}
.footer-copy p {
  margin: 0;
  color: #777;
}
.footer-seo {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.footer-seo p {
  margin: 0;
  color: #777;
  line-height: 1.8;
}
.footer-contact-list span {
  margin: 0 0.5rem;
  color: #999;
}
.why-choose-section {
  position: relative;
  overflow: hidden;
  background-color: var(--body-bg);
  padding-bottom: 0px;
  padding-top: 0px;
}
.why-image {
  height: 100%;
  min-height: 650px;
}
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-area {
  position: relative;
  background: #121212;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 100px 90px 100px 180px;
}
.why-card {
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
  width: 480px;
  background: #fff;
  padding: 40px;
  z-index: 5;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}
.why-card h2 {
  margin-bottom: 1.5rem;
  font-family: var(--heading-font);
  font-size: 2.25rem;
  color: var(--heading-color);
}
.why-card p {
  margin-bottom: 2rem;
  color: var(--text-color);
  line-height: 1.8;
}
.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.why-list li {
  margin-bottom: 1.25rem;
  color: var(--heading-color);
  font-size: 1.125rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.text-link:hover {
  color: var(--primary-hover);
}
.text-link:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.testimonial-content {
  margin-left: 260px;
  max-width: 560px;
}
.testimonial-content .section-subtitle {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.55);
}
.testimonial-content blockquote {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  font-style: normal;
}
.testimonial-content h5 {
  margin-bottom: 1rem;
  font-family: var(--heading-font);
  color: #fff;
}
.testimonial-rating {
  display: flex;
  gap: 0.25rem;
}
.testimonial-rating i {
  color: #ff9b17;
}
.testimonial-next {
  position: absolute;
  right: 70px;
  bottom: 80px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  transition: 0.3s;
}
.testimonial-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.testimonial-next:focus-visible {
  outline: 1px dotted #1e1e1e;
  outline-offset: 4px;
}
.testimonial-next i {
  font-size: 1.25rem;
}
.carousel-item {
  min-height: 320px;
}
.testimonial-author {
  margin-top: 2rem;
}
.testimonial-author h5 {
  margin-bottom: 0.25rem;
  color: #fff;
}
.testimonial-author span {
  color: rgba(255, 255, 255, 0.65);
}
.testimonial-wrapper {
  margin-left: 400px;
  width: calc(100% - 400px);
}
.testimonial-item {
  min-height: 260px;
}
.testimonial-item blockquote {
  font-size: 28px;
  line-height: 1.7;
  color: #fff;
  margin: 30px 0;
}
.testimonial-item strong {
  color: #fff;
  margin-bottom: 8px;
  font-family: var(--heading-font);
}
.testimonial-item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.testimonial-controls {
  display: flex;
  gap: 16px;
  margin-top: 50px;
}
.testimonial-btn {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.testimonial-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.testimonial-btn:focus-visible {
  outline: 1px dotted #fff;
  outline-offset: 4px;
}
.testimonial-btn i {
  font-size: 20px;
}
@media (max-width: 768px) {
  .testimonial-item blockquote {
    font-size: 20px;
  }
}
.process-title {
  color: #fff;
}
.process-section {
  padding: 120px 0 80px 0;
  background: #5f6b50;
}
.process-row {
  position: relative;
}
.process-icon::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 12%;
  right: 0%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.process-item {
  position: relative;
  color: #fff;
}
.process-icon {
  position: relative;
  width: 100%;
  height: 36px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  font-size: 30px;
  background: #5f6b50;
  z-index: 2;
}
.process-number {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.process-item h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--heading-font);
}
.process-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin: 0;
}
.stats-section {
  padding: 120px 0;
}
.stat-box {
  padding: 20px 35px;
  border-right: 1px solid #d7d7d7;
}
.stat-box h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 400;
  color: #161616;
  line-height: 1;
}
.stat-box .accent {
  color: var(--primary);
}
.stat-box p {
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}
.modal-content {
  border: none;
  border-radius: 18px;
  overflow: visible;
  background: #000;
}
.btn-close {
  position: absolute;
  right: -48px;
  top: -42px;
  z-index: 20;
  padding: 10px;
  background: transparent;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.btn-close:focus-visible {
  outline: 1px dotted #fff;
  outline-offset: 4px;
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.ratio {
  border-radius: 18px;
  overflow: hidden;
}
.about-story {
  padding: 80px 0;
}
.story-image {
  overflow: hidden;
  border-radius: 32px;
}
.story-image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.story-image:hover img {
  transform: scale(1.04);
}
.about-story p:last-child {
  margin-bottom: 0;
}
.about-hero {
  padding: 60px 0px 0px 0px;
  text-align: center;
}
.about-hero .section-label {
  margin-bottom: 24px;
}
.about-hero h1 {
  max-width: 960px;
  margin: auto;
  margin-bottom: 32px;
}
.about-hero p {
  max-width: 860px;
  margin: auto;
}
.our-philosophy {
  padding: 80px 0;
}
.section-heading {
  max-width: 760px;
  margin: auto;
}
.section-heading h2 {
  margin: 20px 0 24px;
}
.section-heading p {
  margin-bottom: 0;
}
.founder-card {
  align-items: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  padding: 22px 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  transition: 0.35s ease;
  overflow: hidden;
}
.founder-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.founder-avatar {
  flex-shrink: 0;
}
.founder-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f5f2ec;
}
.founder-content {
  flex: 1;
}
.founder-content h3 {
  margin: 0 0 4px;
  font-size: 1.25rem;
  font-weight: 600;
}
.founder-content span {
  display: block;
  color: #777;
  font-size: 0.95rem;
}
.founder-social {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f2ec;
  color: var(--primary-color);
  transition: 0.3s ease;
}
.founder-social:hover {
  background: #111;
  color: #fff;
  transform: rotate(-10deg);
}
@media (max-width: 576px) {
  .founder-card {
    padding: 20px;
    gap: 16px;
  }
  .founder-avatar img {
    width: 60px;
    height: 60px;
  }
  .founder-content h3 {
    font-size: 1.1rem;
  }
  .founder-social {
    width: 42px;
    height: 42px;
  }
}
.inarc-difference {
  padding: 80px 0;
}
.inarc-difference .section-heading {
  max-width: 100%;
}
.difference-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.difference-item {
  display: flex;
  gap: 40px;
  padding: 45px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.difference-number {
  min-width: 80px;
  font-size: 1rem;
  font-weight: 600;
  color: #e67e22;
}
.difference-content {
  flex: 1;
}
.difference-content h3 {
  margin-bottom: 16px;
}
.difference-content p {
  margin-bottom: 0;
  max-width: 760px;
}
.difference-item:hover {
  padding-left: 18px;
}
.what-drives-us {
  padding: 80px 0;
}
.drive-card {
  height: 100%;
  padding: 45px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
}
.drive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}
.drive-title {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e67e22;
  margin-bottom: 24px;
}
.drive-card p {
  margin-bottom: 0;
}
.values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.values-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
}
.values-list li:last-child {
  margin-bottom: 0;
}
.values-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e67e22;
}
.about-message {
  padding: 80px 0;
}
.message-image {
  overflow: hidden;
  border-radius: 30px;
}
.message-image img {
  width: 100%;
  display: block;
  transition: 0.6s ease;
}
.message-image:hover img {
  transform: scale(1.05);
}
.about-message p {
  margin-bottom: 24px;
}
.about-faq {
  padding: 80px 0;
}
.faq-accordion {
  max-width: 900px;
  margin: auto;
}
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-accordion .accordion-button {
  padding: 28px 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--heading-color);
  background: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background: transparent;
}
.faq-accordion .accordion-body {
  padding: 0 0 28px;
  color: var(--text-color);
  max-width: 760px;
}
.faq-accordion .accordion-button::after {
  background-image: none;
  content: '+';
  width: auto;
  height: auto;
  font-size: 2rem;
  font-weight: 300;
  color: var(--primary-color);
  line-height: 1;
  transform: none;
  transition: 0.3s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: '-';
}
.cta-section {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.cta-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/about/bottom.png') repeat-x center bottom;
  pointer-events: none;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/about/top.png') repeat-x center top;
  height: 32px;
}
.cta-box {
  margin: auto;
  text-align: center;
}
.section-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.cta-box h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 28px;
}
.cta-box p {
  max-width: 820px;
  margin: 0 auto;
  color: #5f5f5f;
  font-size: 1.12rem;
  line-height: 1.9;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 50px;
}
.cta-buttons .btn {
  padding: 16px 34px;
  border-radius: 60px;
  font-weight: 600;
  transition: 0.35s;
}
.cta-buttons .btn-primary {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.cta-buttons .btn-primary:hover {
  transform: translateY(-4px);
}
.cta-buttons .btn-outline-dark {
  border: 1px solid #1e1e1e;
  background: transparent;
}
.cta-buttons .btn-outline-dark:hover {
  background: #1e1e1e;
  color: #fff;
  transform: translateY(-4px);
}
.philosophy-section {
  position: relative;
  padding: 140px 0;
  overflow: visible;
}
.philosophy-wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 100px;
  align-items: start;
}
.philosophy-intro {
  position: sticky;
  top: 120px;
  height: fit-content;
  align-self: start;
  z-index: 2;
}
.philosophy-intro h2 {
  margin: 18px 0 22px;
}
.philosophy-intro p {
  max-width: 360px;
}
.philosophy-story {
  position: relative;
  padding-left: 90px;
}
.story-line {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ece8e1;
}
.story-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 2.5s ease;
}
.philosophy-story.animate .story-line::after {
  height: 100%;
}
.story-card {
  position: relative;
  margin-bottom: 90px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.story-card.active {
  opacity: 1;
  transform: none;
}
.story-dot {
  position: absolute;
  left: -81px;
  top: 38px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #d5d1c8;
  transition: 0.45s;
}
.story-card.active .story-dot {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 8px rgba(230, 126, 34, 0.12);
}
.story-content {
  background: #fff;
  padding: 50px;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.04);
  transition: 0.4s;
  min-height: auto;
}
.story-card:hover .story-content {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}
.story-number {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #fcf6ef;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1px;
}
.story-content h3 {
  margin-bottom: 20px;
}
.story-content p {
  margin-bottom: 0;
}
.values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.values-list span {
  padding: 12px 22px;
  border-radius: 40px;
  background: #f8f8f6;
  border: 1px solid #ece8e1;
  font-size: 0.92rem;
  opacity: 0;
  transform: translateY(18px);
  transition: 0.45s;
}
.story-card.active .values-list span {
  opacity: 1;
  transform: none;
}
.story-card.active .values-list span:nth-child(1) {
  transition-delay: 0.1s;
}
.story-card.active .values-list span:nth-child(2) {
  transition-delay: 0.2s;
}
.story-card.active .values-list span:nth-child(3) {
  transition-delay: 0.3s;
}
.story-card.active .values-list span:nth-child(4) {
  transition-delay: 0.4s;
}
.story-card.active .values-list span:nth-child(5) {
  transition-delay: 0.5s;
}
.story-card.active .values-list span:nth-child(6) {
  transition-delay: 0.6s;
}
.values-list span:hover {
  background: var(--primary-color) !important;
  color: #fff;
}
@media (max-width: 992px) {
  .philosophy-wrapper {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .philosophy-intro {
    position: relative;
    top: auto;
  }
  .philosophy-intro p {
    max-width: 100%;
  }
  .philosophy-story {
    padding-left: 55px;
  }
  .story-dot {
    left: -46px;
  }
  .story-content {
    padding: 36px;
  }
}
@media (max-width: 576px) {
  .philosophy-section {
    padding: 90px 0;
  }
  .story-content {
    padding: 28px;
  }
  .story-number {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
  }
  .values-list span {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
}
.career-highlights {
  padding: 80px 0;
}
.section-header {
  margin: 0 auto 60px;
}
.career-card {
  position: relative;
  height: 100%;
  padding: 40px;
  background: #fff;
  border: 1px solid #ece8e1;
  border-radius: 20px;
  transition: all 0.35s ease;
}
.career-card:hover {
  transform: translateY(-8px);
  border-left-color: var(--primary-color);
  border-left-width: 4px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
.career-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.career-card h3 {
  margin: 0;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.career-card:hover h3 {
  color: var(--primary-color);
}
.career-card p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}
.life-section {
  padding: 80px 0;
}
.life-card {
  background: #fff;
  border: 1px solid #ece8e1;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  transition: 0.35s ease;
}
.life-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.life-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.life-card.small img {
  height: 240px;
}
.life-content {
  padding: 28px;
}
.life-content h3 {
  margin-bottom: 12px;
}
.life-content p {
  margin: 0;
  color: #666;
}
.talent-section {
  padding: 80px 0;
}
.talent-card {
  height: 100%;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #ece8e1;
  border-radius: 20px;
  text-align: center;
  transition: 0.35s ease;
}
.talent-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.talent-card i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.talent-card h3 {
  font-size: 1.35rem;
  margin-bottom: 16px;
}
.talent-card p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}
.faq-section {
  padding: 120px 0;
}
.faq-section .accordion-item {
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}
.faq-section .accordion-button {
  padding: 24px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background: #fff;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-body {
  padding: 0 30px 28px;
  color: #666;
  line-height: 1.8;
}
.career-cta-section {
  padding: 120px 0;
}
.career-cta {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 60px;
  text-align: center;
  background: #fcfcf9;
  border: 1px solid #ece8e1;
  border-radius: 28px;
}
.career-cta h2 {
  margin: 20px 0 24px;
}
.career-cta p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #666;
  line-height: 1.8;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.founder-content .section-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .career-cta {
    padding: 50px 30px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-buttons .btn {
    width: 100%;
  }
}
.contact-options {
  padding: 80px 0;
}
.contact-option-card {
  display: block;
  height: 100%;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ece8e1;
  border-radius: 20px;
  text-decoration: none;
  color: #1d1d1d;
  transition: 0.35s ease;
}
.contact-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  color: inherit;
}
.contact-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #f8f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon i {
  font-size: 30px;
  color: var(--primary-color);
}
.contact-option-card h3 {
  margin-bottom: 12px;
}
.contact-option-card p {
  color: #666;
  margin-bottom: 24px;
}
.contact-option-card span {
  color: var(--primary-color);
  font-weight: 600;
}
.contact-option-card span i {
  margin-left: 8px;
}
.contact-form-section {
  padding: 80px 0;
}
.contact-info {
  max-width: 480px;
}
.contact-info p {
  margin: 24px 0 35px;
}
.contact-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-weight: 500;
}
.contact-feature-list i {
  color: var(--primary-color);
}
.required-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #666;
}
.required-note span {
  color: #dc3545;
  font-weight: 700;
  font-size: 18px;
}
.required {
  color: #dc3545;
  margin-left: 4px;
}
.contact-form-wrapper {
  position: relative;
  padding: 50px;
  background: #fff;
  border: 1px solid #ece8e1;
  border-radius: 24px;
}
.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
  height: 58px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: none;
  transition: 0.35s ease;
}
.contact-form-wrapper textarea.form-control {
  height: auto;
  min-height: 160px;
  resize: none;
}
.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
  border-color: #f08a24;
  box-shadow: 0 0 0 4px rgba(240, 138, 36, 0.12);
}
.form-control.error,
.form-select.error {
  border-color: #dc3545 !important;
  background: #fff8f8;
}
.form-control.success,
.form-select.success {
  border-color: #22c55e !important;
  background: #f7fff9;
}
.error-message {
  display: block;
  min-height: 20px;
  margin-top: 8px;
  color: #dc3545;
  font-size: 13px;
  font-weight: 500;
}
#submitBtn {
  position: relative;
  min-width: 220px;
  height: 58px;
  transition: 0.35s ease;
}
#submitBtn.loading {
  pointer-events: none;
  opacity: 0.9;
}
#submitBtn.loading span {
  opacity: 0;
}
.loader {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#submitBtn.loading .loader {
  display: block;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.contact-success {
  display: none;
  text-align: center;
  padding: 70px 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  animation: fadeUp 0.7s ease;
}
.contact-success.show {
  display: block;
}
.success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
}
.contact-success h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #111;
}
.contact-success p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
.contact-success .btn {
  margin-top: 25px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-form-wrapper.hide-form form {
  display: none;
}
@media (max-width: 767px) {
  .required-note {
    font-size: 14px;
  }
  .contact-success {
    padding: 50px 25px;
  }
  .success-icon {
    width: 75px;
    height: 75px;
    font-size: 34px;
  }
  .contact-success h3 {
    font-size: 28px;
  }
  #submitBtn {
    width: 100%;
  }
}
.visit-studio {
  padding: 80px 0;
}
.studio-map {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #ece8e1;
}
.studio-map img {
  width: 100%;
  display: block;
}
.studio-content p {
  margin: 24px 0 40px;
  color: #666;
  line-height: 1.8;
}
.studio-info {
  margin-bottom: 40px;
}
.studio-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.studio-item i {
  font-size: 28px;
  color: var(--primary-color);
  margin-top: 4px;
}
.studio-item h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.studio-item p {
  margin: 0;
}
.contact-cta {
  padding: 120px 0;
}
.direction-box {
  max-width: 900px;
  margin: auto;
}
.contact-cta-box {
  max-width: 900px;
  margin: auto;
  padding: 80px 60px;
  text-align: center;
  background: #f8f6f2;
  border: 1px solid #ece8e1;
  border-radius: 28px;
}
.contact-cta-box h2 {
  margin: 18px 0 24px;
}
.contact-cta-box p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #666;
  line-height: 1.9;
}
.contact-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-cta-box {
    padding: 50px 30px;
  }
  .contact-cta-buttons {
    flex-direction: column;
  }
  .contact-cta-buttons .btn {
    width: 100%;
  }
}
.services-showcase {
  position: relative;
  padding: 80px 0;
  overflow: visible;
}
.services-section .row {
  align-items: flex-start;
}
.services-sidebar {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
.services-sidebar h2 {
  margin: 18px 0 20px;
}
.services-sidebar p {
  margin-bottom: 40px;
  color: var(--text-secondary);
  line-height: 1.8;
}
.services-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-nav li {
  margin-bottom: 12px;
}
.services-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 24px;
  color: #888;
  text-decoration: none;
  font-weight: 500;
  transition: 0.35s;
}
.services-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #c7b299;
  background: #fff;
  transition: 0.35s;
}
.services-nav {
  position: relative;
}
.services-nav a.active {
  color: var(--primary-color);
  font-weight: 700;
}
.services-nav a.active::before {
  background: var(--primary-color);
  transform: scale(1.2);
}
.services-nav a:hover {
  color: var(--primary-color);
}
.services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-item {
  scroll-margin-top: 120px;
}
.service-image {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 40px;
}
.service-image img {
  width: 100%;
  display: block;
  transition: 0.8s ease;
}
.service-item:hover .service-image img {
  transform: scale(1.05);
}
.service-number {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
}
.service-content h3 {
  margin-bottom: 22px;
}
.service-content p {
  margin-bottom: 32px;
  line-height: 1.9;
  color: var(--text-secondary);
}
.service-list {
  padding: 0;
  margin: 0 0 35px;
  list-style: none;
}
.service-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: var(--text-secondary);
}
.service-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}
.service-content .btn {
  margin-top: 10px;
}
.service-image {
  position: relative;
}
.service-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.04));
  opacity: 0;
  transition: 0.4s;
}
.service-item:hover .service-image::after {
  opacity: 1;
}
.service-item {
  opacity: 0.85;
  transition: 0.5s ease;
}
.service-item:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .services-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 70px;
  }
  .services-wrapper {
    gap: 90px;
  }
}
@media (max-width: 767px) {
  .services-showcase {
    padding: 40px 0;
  }
  .services-sidebar {
    margin-bottom: 50px;
  }
  .services-sidebar p {
    margin-bottom: 30px;
  }
  .services-nav a {
    padding: 12px 0 12px 20px;
  }
  .service-image {
    border-radius: 18px;
    margin-bottom: 25px;
  }
  .services-wrapper {
    gap: 70px;
  }
  .service-content p {
    margin-bottom: 25px;
  }
}
.article-gap {
  padding-bottom: 100px;
}
.services-hero {
  padding: 60px 0px 0px 0px;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 60px;
}
.stat-item {
  flex: 1;
  min-width: 180px;
  padding: 28px 20px;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.35s ease;
}
.stat-item:hover {
  transform: translateY(-6px);
  background: rgba(240, 138, 36, 0.15);
  border-color: #f08a24;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.stat-item h2 {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.stat-item span {
  color: #111;
  opacity: 0.9;
  font-size: 0.95rem;
}
.stat-item:hover h2,
.stat-item:hover span {
  color: #f08a24;
}
@media (max-width: 991px) {
  .hero-stats {
    gap: 18px;
  }
  .stat-item {
    min-width: 160px;
    padding: 24px 18px;
  }
  .stat-item h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }
  .stat-item {
    width: 100%;
    padding: 20px;
  }
  .stat-item h2 {
    font-size: 2.2rem;
  }
  .stat-item span {
    font-size: 0.9rem;
  }
}
.featured-projects {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.featured-projects .section-heading {
  margin: 0 auto 60px;
}
.featured-projects .section-description {
  margin: 20px auto 0;
}
.featured-projects .section-subtitle {
  text-transform: uppercase;
  color: var(--primary-color);
}
.project-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
.project-filter button {
  border: none;
  background: #ffffff;
  color: #222;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.project-filter button:hover {
  background: #f08a24;
  color: #fff;
  transform: translateY(-2px);
}
.project-filter button.active {
  background: #f08a24;
  color: #fff;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.project-card-pro {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  transition: 0.4s ease;
  opacity: 1;
  transform: scale(1);
}
.project-card-pro.large {
  grid-column: 1/-1;
  height: 650px;
}
.project-card-pro:not(.large) {
  height: 430px;
}
.project-card-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.15), transparent);
  color: #fff;
  transition: 0.4s ease;
}
.project-overlay span {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #f08a24;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.project-overlay h3 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
.project-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}
.project-card-pro:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}
.project-card-pro:hover img {
  transform: scale(1.08);
}
.project-card-pro:hover .project-overlay {
  padding-bottom: 45px;
}
.project-card-pro.hide {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-card-pro.large {
    height: 500px;
  }
  .project-card-pro {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .project-filter {
    gap: 10px;
  }
  .project-filter button {
    padding: 10px 18px;
    font-size: 14px;
  }
  .project-card-pro {
    height: 320px !important;
    border-radius: 18px;
  }
  .project-overlay {
    padding: 25px;
  }
  .project-overlay h3 {
    font-size: 1.5rem;
  }
}
.project-showcase {
  position: relative;
  overflow: hidden;
}
.project-showcase .section-heading {
  max-width: 790px;
  margin: 0 auto 80px;
}
.project-showcase .section-subtitle {
  color: var(--primary-color);
  text-transform: uppercase;
}
.showcase-item {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
  margin-bottom: 140px;
}
.showcase-item:last-child {
  margin-bottom: 0;
}
.showcase-item.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
.showcase-item.reverse .showcase-image {
  order: 2;
}
.showcase-item.reverse .showcase-content {
  order: 1;
}
.showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.showcase-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  transition: transform 0.8s ease;
}
.showcase-item:hover img {
  transform: scale(1.05);
}
.project-category {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f08a24;
  margin-bottom: 18px;
}
.showcase-content h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #111;
}
.project-location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777;
  margin-bottom: 30px;
  font-size: 15px;
}
.project-location i {
  color: #f08a24;
}
.project-description {
  color: #666;
  line-height: 1.9;
  margin-bottom: 40px;
}
.project-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.detail-box {
  padding: 24px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 18px;
  transition: 0.35s ease;
}
.detail-box:hover {
  border-color: #f08a24;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.detail-box span {
  display: block;
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.detail-box strong {
  color: #111;
  font-size: 1.1rem;
  font-weight: 600;
}
.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.service-list li {
  position: relative;
  padding-left: 28px;
  color: #555;
}
.service-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #f08a24;
  font-weight: 700;
}
@media (max-width: 991px) {
  .showcase-item,
  .showcase-item.reverse {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 100px;
  }
  .showcase-item.reverse .showcase-image,
  .showcase-item.reverse .showcase-content {
    order: unset;
  }
  .showcase-content h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .showcase-content h3 {
    font-size: 2rem;
  }
  .project-details {
    grid-template-columns: 1fr;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .showcase-image,
  .showcase-image img {
    border-radius: 20px;
  }
}
.project-showcase {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.showcaseSwiper {
  position: relative;
  overflow: hidden;
}
.showcase-card {
  display: grid;
  grid-template-columns: 45% 45%;
  align-items: center;
  gap: 60px;
}
.showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  height: 720px;
}
.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.swiper-slide-active .showcase-image img {
  transform: scale(1.04);
}
.swiper-button-lock {
  display: flex !important;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-category {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 8px 18px;
  border-radius: 50px;
  background: #fff5eb;
  color: #f08a24;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.showcase-content h3 {
  font-size: 3rem;
  color: #111;
  line-height: 1.2;
  margin-bottom: 18px;
}
.project-location {
  font-size: 15px;
  color: #888;
  margin-bottom: 28px;
}
.project-description {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 45px;
}
.project-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.meta-item {
  padding: 22px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #ececec;
  transition: 0.35s ease;
}
.meta-item:hover {
  transform: translateY(-6px);
  border-color: #f08a24;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.meta-item span {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.meta-item strong {
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.showcase-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
.showcase-prev,
.showcase-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ececec;
  color: #111;
  transition: 0.35s ease;
}
.showcase-prev:hover,
.showcase-next:hover {
  background: #f08a24;
  color: #fff;
  border-color: #f08a24;
}
.showcase-prev::after,
.showcase-next::after {
  font-size: 18px;
  font-weight: 700;
}
.showcaseSwiper .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.showcaseSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: #d0d0d0;
  opacity: 1;
  transition: 0.35s ease;
}
.showcaseSwiper .swiper-pagination-bullet-active {
  width: 42px;
  border-radius: 30px;
  background: #f08a24;
}
.showcase-content > * {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}
.swiper-slide-active .showcase-content > * {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .project-category {
  transition-delay: 0.15s;
}
.swiper-slide-active h3 {
  transition-delay: 0.3s;
}
.swiper-slide-active .project-location {
  transition-delay: 0.45s;
}
.swiper-slide-active .project-description {
  transition-delay: 0.6s;
}
.swiper-slide-active .project-meta {
  transition-delay: 0.75s;
}
@media (max-width: 991px) {
  .showcase-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .showcase-image {
    height: 520px;
  }
  .showcase-content h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .showcase-image {
    height: 340px;
    border-radius: 18px;
  }
  .showcase-image img {
    border-radius: 18px;
  }
  .showcase-content h3 {
    font-size: 1.8rem;
  }
  .project-meta {
    grid-template-columns: 1fr;
  }
  .showcase-footer {
    gap: 18px;
    margin-top: 40px;
  }
  .showcase-prev,
  .showcase-next {
    width: 46px;
    height: 46px;
  }
}
.privacy-policy {
  position: relative;
  overflow: hidden;
}
.policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}
.policy-content hr {
  width: 80px;
  height: 3px;
  background: #f08a24;
  border: none;
  border-radius: 50px;
  margin: 50px 0;
}
.policy-date {
  margin-top: 25px;
  color: #777;
  font-size: 15px;
}
.policy-content hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #ececec;
}
.policy-content h2 {
  position: relative;
  font-size: 28px;
  color: #111;
  margin-bottom: 25px;
  padding-left: 20px;
}
.policy-content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 32px;
  border-radius: 10px;
  background: #f08a24;
}
.policy-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}
.policy-content ul {
  margin: 25px 0 25px 20px;
  padding: 0;
}
.policy-content ul li {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}
.policy-content p:last-child {
  background: #fafafa;
  border-left: 5px solid #f08a24;
  padding: 30px;
  border-radius: 16px;
  margin-top: 20px;
}
.policy-content a {
  color: #f08a24;
  text-decoration: none;
  transition: 0.3s;
}
.policy-content a:hover {
  color: #111;
}
.policy-content::selection {
  background: #f08a24;
  color: #fff;
}
@media (max-width: 991px) {
  .policy-content {
    padding: 50px;
  }
  .policy-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .policy-content {
    padding: 30px 25px;
    border-radius: 18px;
  }
  .policy-content h2 {
    font-size: 22px;
    padding-left: 15px;
  }
  .policy-content h2::before {
    height: 26px;
  }
  .policy-content p {
    font-size: 15px;
  }
  .policy-content ul {
    margin-left: 18px;
  }
  .policy-content p:last-child {
    padding: 20px;
  }
}
.grid-template-auto {
  grid-template-columns: auto;
}
#toast {
  position: fixed;
  top: 30px;
  right: 30px;
  min-width: 340px;
  max-width: 420px;
  padding: 18px 22px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transform: translateX(500px);
  opacity: 0;
  transition: 0.45s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#toast.show {
  transform: translateX(0);
  opacity: 1;
}
#toast.success {
  border-left: 5px solid #22c55e;
}
#toast.error {
  border-left: 5px solid #dc3545;
}
.toast-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.success .toast-icon {
  background: #22c55e;
}
.error .toast-icon {
  background: #dc3545;
}
.toast-content h4 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #111;
}
.toast-content p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 768px) {
  #toast {
    left: 15px;
    right: 15px;
    top: 15px;
    min-width: auto;
    max-width: none;
  }
}
