* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #181818;
  background: #fbf8f1;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(12, 12, 12, 0.78);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255, 227, 45, 0.16);
  transition: all 350ms ease;
}

.site-header.scrolled {
  background: rgba(18, 18, 18, 0.97);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.navbar {
  padding: 14px 0;
}

.navbar-brand img {
  width: 136px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px !important;
  font-weight: 600;
  padding: 12px 14px;
  letter-spacing: 0;
  transition: all 260ms ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffe32d;
  transform: translateY(-2px);
}

.header-cta,
.btn-luxury,
.btn-outline-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  min-height: 50px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  transition: all 300ms ease;
}

.header-cta,
.btn-luxury {
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 58%, #ffe32d 160%);
  box-shadow: 0 18px 38px rgba(239, 35, 60, 0.30);
}

.header-cta:hover,
.btn-luxury:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(239, 35, 60, 0.42);
}

.btn-outline-luxury {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-luxury:hover {
  color: #181818;
  background: #ffffff;
  transform: translateY(-4px);
}

.dark-btn {
  margin-top: 22px;
}

.hero-section {
  min-height: 860px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 24%, rgba(255, 227, 45, 0.18) 0%, rgba(255, 227, 45, 0) 24%), radial-gradient(circle at 12% 82%, rgba(239, 35, 60, 0.22) 0%, rgba(239, 35, 60, 0) 30%), linear-gradient(115deg, rgba(9, 9, 9, 0.98) 0%, rgba(37, 13, 17, 0.92) 47%, rgba(86, 23, 31, 0.82) 100%), url("../images/bg.jpg") center/cover no-repeat;
  padding: 145px 0 90px;
}

.hero-section:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 227, 45, 0.24);
  border-radius: 42px;
  right: -130px;
  top: 120px;
  animation: rotateGlow 24s linear infinite;
}

.hero-section:after {
  content: "";
  position: absolute;
  width: 760px;
  height: 180px;
  background: rgba(239, 35, 60, 0.20);
  filter: blur(60px);
  left: -150px;
  bottom: 40px;
  transform: rotate(-10deg);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.28;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffe32d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.hero-kicker:before,
.section-label:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ffe32d;
}

.hero-title {
  color: #ffffff;
  font-size: 78px;
  line-height: 86px;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 820px;
  margin: 0 0 22px;
}

.hero-title span {
  color: #ffe32d;
  position: relative;
  display: inline-block;
}

.hero-title span:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 8px;
  height: 14px;
  background: rgba(239, 35, 60, 0.58);
  z-index: -1;
  border-radius: 10px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 32px;
  max-width: 690px;
  margin: 0 0 34px;
  letter-spacing: 0.5px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-trust div {
  min-width: 142px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-trust strong {
  display: block;
  color: #ffe32d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
}

.hero-trust span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-showcase {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 30px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.50);
}

.hero-showcase:before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 227, 45, 0.20);
  border-radius: 30px;
  pointer-events: none;
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 24px rgba(0, 0, 0, 0.32));
}

.sample-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  color: #111111;
  background: #ffe32d;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.chip-one {
  right: -14px;
  top: 82px;
}

.chip-two {
  left: -8px;
  top: 164px;
  color: #ffffff;
  background: #ef233c;
}

.hero-badge {
  position: absolute;
  left: -22px;
  bottom: 40px;
  width: 152px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #fff7dc 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.hero-badge span {
  display: block;
  color: #ef233c;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

.hero-badge small {
  color: #4e5b55;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.intro-strip {
  margin-top: -54px;
  position: relative;
  z-index: 4;
}

.strip-card {
  height: 100%;
  padding: 34px;
  background: linear-gradient(145deg, #ffffff 0%, #fff8e6 100%);
  border-right: 1px solid #f0dfbf;
  box-shadow: 0 24px 70px rgba(24, 24, 24, 0.10);
  transition: all 300ms ease;
}

.strip-card.featured {
  background: linear-gradient(145deg, #181818 0%, #3b1117 100%);
  color: #ffffff;
}

.strip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(29, 37, 33, 0.14);
}

.strip-card i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ef233c;
  border-radius: 18px;
  font-size: 34px;
  margin-bottom: 18px;
}

.strip-card.featured i {
  color: #181818;
  background: #ffe32d;
}

.strip-card h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  margin: 0 0 10px;
}

.strip-card p {
  color: #68736e;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0.5px;
}

.strip-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.section-pad {
  padding: 110px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading .section-label {
  justify-content: center;
}

.section-title {
  color: #181818;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.section-text {
  color: #66716c;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
}

.about-section {
  background: linear-gradient(180deg, #fbf8f1 0%, #fffdf8 100%);
}

.image-stack {
  position: relative;
  padding: 0 58px 58px 0;
}

.main-img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: 0 34px 80px rgba(24, 24, 24, 0.18);
}

.small-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  height: 230px;
  object-fit: cover;
  border: 12px solid #f7f4ee;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(21, 33, 28, 0.18);
}

.since-box {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 134px;
  height: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(239, 35, 60, 0.34);
}

.since-box span {
  font-size: 14px;
  font-weight: 800;
}

.since-box strong {
  font-size: 34px;
  line-height: 38px;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #181818;
  font-size: 16px;
  font-weight: 800;
}

.feature-list i {
  color: #ffe32d;
  font-size: 22px;
}

.counter-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #181818 0%, #2b1013 55%, #181818 100%);
}

.counter-card {
  text-align: center;
  padding: 26px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 227, 45, 0.14);
  transition: all 300ms ease;
}

.counter-card:hover {
  transform: translateY(-8px);
  background: rgba(239, 35, 60, 0.13);
}

.counter-card span,
.counter-card b {
  color: #ffe32d;
  font-size: 46px;
  line-height: 52px;
  font-weight: 900;
}

.counter-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin: 6px 0 0;
}

.services-section {
  background: #fffdf8;
}

.service-card {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #f0dfbf;
  box-shadow: 0 22px 60px rgba(24, 24, 24, 0.10);
  transition: all 340ms ease;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 34px 90px rgba(24, 24, 24, 0.17);
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-body {
  padding: 30px;
}

.service-body i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, #181818 0%, #3a1117 100%);
  border-radius: 18px;
  font-size: 26px;
  margin-bottom: 22px;
  transition: all 300ms ease;
}

.service-card:hover .service-body i {
  background: #ef233c;
  transform: rotate(-6deg) scale(1.06);
}

.service-body h3 {
  color: #181818;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  margin: 0 0 12px;
}

.service-body p {
  color: #66716c;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 0 0 20px;
}

.service-body a {
  color: #c8142e;
  font-size: 14px;
  font-weight: 900;
}

.material-section {
  background: linear-gradient(135deg, #fff7dc 0%, #fbf8f1 52%, #ffffff 100%);
}

.material-card {
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #f0dfbf;
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.08);
  transition: all 300ms ease;
}

.material-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(145deg, #181818 0%, #3a1117 100%);
}

.material-card i {
  color: #ffe32d;
  font-size: 34px;
}

.material-card span {
  color: #181818;
  font-size: 21px;
  font-weight: 900;
  transition: color 300ms ease;
}

.material-card:hover span {
  color: #ffffff;
}

.process-section {
  background: #fffdf8;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.process-step {
  position: relative;
  padding: 32px;
  min-height: 260px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #fff7dc 100%);
  border: 1px solid #f0dfbf;
  transition: all 300ms ease;
}

.process-step:hover {
  transform: translateY(-10px);
  background: linear-gradient(145deg, #181818 0%, #3a1117 100%);
  box-shadow: 0 28px 70px rgba(24, 24, 24, 0.20);
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: #ef233c;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 46px;
}

.process-step h3 {
  color: #181818;
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 10px;
  transition: color 300ms ease;
}

.process-step p {
  color: #66716c;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0;
  transition: color 300ms ease;
}

.process-step:hover h3,
.process-step:hover p {
  color: #ffffff;
}

.gallery-section {
  background: linear-gradient(180deg, #fbf8f1 0%, #ffffff 100%);
}

.gallery-card {
  position: relative;
  overflow: hidden;
  height: 440px;
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(21, 33, 28, 0.12);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.gallery-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 35, 29, 0.04) 0%, rgba(23, 35, 29, 0.88) 100%);
}

.gallery-card div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  transform: translateY(12px);
  transition: all 300ms ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card:hover div {
  transform: translateY(0);
}

.gallery-card small {
  color: #ffe32d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin: 6px 0 0;
}

.cta-section {
  padding: 76px 0;
  background: linear-gradient(135deg, #181818 0%, #3a1117 100%);
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 52px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(239, 35, 60, 0.22) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-box h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  margin: 0 0 12px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
}

.testimonial-section {
  background: #fffdf8;
}

.testimonial-card {
  height: 100%;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #fff8e6 100%);
  border: 1px solid #f0dfbf;
  transition: all 300ms ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(21, 33, 28, 0.12);
}

.stars {
  color: #ffe32d;
  font-size: 19px;
  margin-bottom: 18px;
}

.testimonial-card p {
  color: #4f5d56;
  font-size: 16px;
  line-height: 29px;
  margin: 0 0 26px;
}

.client {
  display: flex;
  align-items: center;
  gap: 14px;
}

.client img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
}

.client strong,
.client span {
  display: block;
}

.client strong {
  color: #181818;
  font-size: 16px;
  font-weight: 900;
}

.client span {
  color: #8a938f;
  font-size: 13px;
  font-weight: 700;
}

.contact-section {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(255, 247, 220, 0.86)), url("../images/contactbg.jpg") center/cover no-repeat;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #181818;
  font-size: 16px;
  font-weight: 800;
}

.contact-list a span {
  max-width: 500px;
    width: 100%;
}

.contact-list i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #181818;
  border-radius: 50%;
}

.contact-form {
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(240, 223, 191, 0.86);
  box-shadow: 0 34px 88px rgba(24, 24, 24, 0.14);
  backdrop-filter: blur(12px);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: #ffffff;
  color: #181818;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 16px 18px;
  outline: none;
  transition: all 260ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ef233c;
  box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.14);
}

.form-message-wrap,
.form-message {
  display: none;
}

.form-message {
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
}

.form-message.is-visible {
  display: block;
}

.contact-form .form-message.info,
.contact-form .form-message.success {
  color: #166534;
  background: rgba(22, 101, 52, 0.10);
  border: 1px solid rgba(22, 101, 52, 0.22);
}

.contact-form .form-message.error {
  color: #991b1b;
  background: rgba(153, 27, 27, 0.10);
  border: 1px solid rgba(153, 27, 27, 0.22);
}

.contact-page-form .form-message.info,
.contact-page-form .form-message.success {
  color: #eafff1;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.contact-page-form .form-message.error {
  color: #ffe4e6;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(239, 68, 68, 0.28);
}

.site-footer {
  padding: 74px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: radial-gradient(circle at 20% 0%, rgba(239, 35, 60, 0.20) 0%, rgba(239, 35, 60, 0) 26%), #111111;
}

.footer-logo {
  width: 126px;
  margin-bottom: 22px;
}

.site-footer p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin: 0;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 22px;
  letter-spacing: 0.5px;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 260ms ease;
}

.site-footer a:hover {
  color: #ffe32d;
  transform: translateX(4px);
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin: 0;
}

.socials a:hover {
  background: #ef233c;
  color: #ffffff;
  transform: translateY(-4px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 14px;
}

.footer-bottom span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.footer-bottom span a {
  display: unset;
}

.scroll-top-btn {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
    color: #fff;
    background: #de1d35;
  box-shadow: 0 16px 34px rgba(255, 227, 45, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: all 300ms ease;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(239, 35, 60, 0.30);
}


.reveal-up,
.reveal-left,
.reveal-right,
.reveal-text {
  opacity: 0;
  transition: opacity 800ms ease, transform 800ms ease;
}

.reveal-up {
  transform: translateY(45px);
}

.reveal-left {
  transform: translateX(-50px);
}

.reveal-right {
  transform: translateX(50px);
}

.reveal-text {
  transform: translateY(34px);
}

.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

.floating-img {
  animation: floatImage 5s ease-in-out infinite;
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.08);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}









/* Corporate premium redesign overrides */
body {
  background: #f5f6f4;
  color: #171717;
}

.site-header {
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.site-header.scrolled {
  background: rgba(10, 10, 10, 0.98);
}

.navbar {
  padding: 12px 0;
}

.navbar-brand img {
  width: 128px;
  border-radius: 14px;
  box-shadow: none;
}


.header-cta,
.btn-luxury,
.btn-outline-luxury {
  min-height: 52px;
  padding: 15px 26px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #be1228 100%);
  box-shadow: 0 16px 34px rgba(239, 35, 60, 0.24);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-cta:hover,
.btn-luxury:hover,
.btn-outline-luxury:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #be1228 0%, #ef233c 100%);
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(239, 35, 60, 0.34);
}

.hero-section {
  min-height: 790px;
  background: linear-gradient(105deg, rgba(9, 10, 10, 0.97) 0%, rgba(25, 25, 25, 0.94) 48%, rgba(89, 16, 26, 0.86) 100%), url("../images/bg.jpg") center/cover no-repeat;
  padding: 136px 0 82px;
}

.hero-section:before {
  width: 620px;
  height: 620px;
  right: -260px;
  top: 80px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.08);
  transform: rotate(18deg);
  animation: none;
}

.hero-section:after {
  display: none;
}

.hero-overlay {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.18;
}

.hero-kicker,
.section-label {
  color: #ef233c;
  letter-spacing: 2px;
}

.hero-kicker:before,
.section-label:before {
  background: #ef233c;
}

.hero-title {
  max-width: 760px;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}

.hero-title span {
  color: #ffe32d;
}

.hero-title span:after {
  display: none;
}

.hero-copy {
  max-width: 665px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 31px;
}

.hero-trust {
  gap: 0;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  max-width: 600px;
}

.hero-trust div {
  flex: 1;
  min-width: 160px;
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.hero-trust div:last-child {
  border-right: 0;
}

.hero-trust strong {
  color: #ffffff;
  font-size: 30px;
}

.hero-trust span {
  color: rgba(255, 255, 255, 0.62);
}

.hero-showcase {
  max-width: 450px;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 10px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.40);
}

.hero-showcase:before,
.sample-chip {
  display: none;
}

.hero-showcase img {
  height: 100%;
  object-fit: contain;
  filter: none;
  border-radius: 10px;
}

.hero-badge {
  left: 24px;
  bottom: 24px;
  width: 168px;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.30);
}

.hero-badge span {
  color: #ffe32d;
}

.hero-badge small {
  color: rgba(255, 255, 255, 0.72);
}

.intro-strip {
  margin-top: 0;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

.strip-card {
  padding: 38px 30px;
  background: #ffffff;
  border-right: 1px solid #e8e8e8;
  box-shadow: none;
}

.strip-card.featured {
  background: #111111;
}

.strip-card:hover {
  transform: none;
  box-shadow: inset 0 -4px 0 #ef233c;
}

.strip-card i {
  width: 54px;
  height: 54px;
  color: #ef233c;
  background: #fff1f3;
  border-radius: 8px;
  font-size: 25px;
}

.strip-card.featured i {
  color: #111111;
  background: #ffe32d;
}

.strip-card h3 {
  font-size: 21px;
}

.section-pad {
  padding: 100px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 900;
}

.about-section,
.services-section,
.process-section,
.testimonial-section {
  background: #ffffff;
}

.material-section,
.contact-section {
  background: #f5f6f4;
}

.image-stack {
  padding: 0;
}

.main-img {
  height: 540px;
  border-radius: 8px;
  box-shadow: none;
}

.small-img {
  right: -24px;
  bottom: 34px;
  width: 220px;
  height: 210px;
  border: 8px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.since-box {
  left: 24px;
  top: 24px;
  width: 128px;
  height: 128px;
  border-radius: 8px;
  background: #ef233c;
}

.feature-list {
  gap: 14px;
}

.feature-list div {
  padding: 16px 18px;
  background: #f5f6f4;
  border-left: 4px solid #ef233c;
}

.feature-list i {
  color: #ef233c;
}

.counter-section {
  padding: 76px 0;
  background: #111111;
}

.counter-card {
  border-radius: 8px;
  background: #191919;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.counter-card:hover {
  transform: translateY(-6px);
  background: #211114;
}

.counter-card span,
.counter-card b {
  color: #ffe32d;
}

.service-card {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

.service-card img {
  height: 260px;
}

.service-body {
  padding: 32px;
}

.service-body i {
  border-radius: 8px;
  background: #111111;
}

.service-card:hover .service-body i {
  background: #ef233c;
}

.service-body h3 {
  font-size: 23px;
}

.service-body a {
  color: #ef233c;
}

.service-body .card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 172px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #f52235 0%, #c90f2c 100%);
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.service-body .card-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #c90f2c 0%, #f52235 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(239, 35, 60, 0.24);
}

.service-body .card-btn i,
.service-card:hover .service-body .card-btn i {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  transform: none;
}

.material-card {
  min-height: 126px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.material-card:hover {
  background: #111111;
}

.material-card i {
  color: #ef233c;
}

.process-step {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.process-step:hover {
  background: #111111;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14);
}

.process-step span {
  background: #ef233c;
}

.cta-section {
  background: #111111;
}

.cta-box {
  border-radius: 8px;
  background: linear-gradient(135deg, #191919 0%, #2c0f14 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.cta-box h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.testimonial-card {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.testimonial-slider {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

.testimonial-slider .slick-list {
  padding: 6px 0 34px;
}

.testimonial-slider .slick-track {
  display: flex;
}

.testimonial-slider .slick-slide {
  height: auto;
  padding: 0 12px;
}

.testimonial-slider .slick-slide>div,
.testimonial-slider .slick-slide .col-lg-4 {
  height: 100%;
}

.testimonial-slider .slick-slide .testimonial-card {
  height: 100%;
}

.testimonial-slider .reveal-up,
.testimonial-slider .reveal-left,
.testimonial-slider .reveal-right,
.testimonial-slider .reveal-text,
.testimonial-slider .slick-cloned {
  opacity: 1;
  transform: none;
}

.testimonial-arrow {
  position: absolute;
  top: -104px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #111111;
  transition: all 300ms ease;
  z-index: 5;
}

.testimonial-arrow:hover {
  background: #ef233c;
  transform: translateY(-2px);
}

.testimonial-prev {
  right: 76px;
}

.testimonial-next {
  right: 12px;
}

.testimonial-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.testimonial-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testimonial-slider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4d4d4;
  font-size: 0;
  transition: all 300ms ease;
}

.testimonial-slider .slick-dots .slick-active button {
  width: 30px;
  border-radius: 999px;
  background: #ef233c;
}

.stars {
  color: #ef233c;
  font-size: 0;
}

.stars:before {
  content: "★★★★★";
  font-size: 19px;
  letter-spacing: 2px;
}

.contact-list i {
  background: #ef233c;
}

.contact-form {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
}

.contact-form input,
.contact-form textarea {
  border-radius: 8px;
}

.site-footer {
  background: #0d0d0d;
}









/* About page */
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffe32d;
}

.about-page {
  background: #f5f6f4;
}

.about-title-hero {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 140px 0 58px;
  background: linear-gradient(105deg, rgba(9, 10, 10, 0.96) 0%, rgba(25, 25, 25, 0.93) 54%, rgba(89, 16, 26, 0.86) 100%), url("../images/bg.jpg") center/cover no-repeat;
}

.about-title-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: 74px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 227, 45, 0.20);
  border-radius: 46px;
  transform: rotate(18deg);
}

.about-title-hero:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.22);
  filter: blur(70px);
}

.about-title-hero .container {
  position: relative;
  z-index: 2;
}

.page-title-box {
  max-width: 720px;
  padding: 0;
}

.page-title-box span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffe32d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.page-title-box span:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ef233c;
}

.page-title-box h1 {
  color: #ffffff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 900;
  margin: 0 0 12px;
}

.page-title-box .breadcrumb {
  align-items: center;
  gap: 9px;
  margin: 0;
}

.page-title-box .breadcrumb-item,
.page-title-box .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.page-title-box .breadcrumb-item a:hover {
  color: #ffe32d;
}

.page-title-box .breadcrumb-item.active {
  color: #ffffff;
}

.page-title-box .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.page-title-box .breadcrumb-item+.breadcrumb-item:before {
  content: "/";
  color: #ef233c;
  padding-right: 9px;
  font-weight: 900;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 92px;
  background: linear-gradient(105deg, rgba(9, 10, 10, 0.97) 0%, rgba(25, 25, 25, 0.94) 48%, rgba(89, 16, 26, 0.86) 100%), url("../images/bg.jpg") center/cover no-repeat;
}

.about-hero:before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -220px;
  top: 74px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(18deg);
}

.about-hero:after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.18);
  filter: blur(64px);
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-title {
  max-width: 900px;
  color: #ffffff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 76px;
  font-weight: 900;
  margin: 0 0 22px;
}

.about-hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  letter-spacing: 0.5px;
}

.about-hero-card {
  margin-left: auto;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
}

.about-hero-card img {
  width: 130px;
  border-radius: 14px;
  margin-bottom: 34px;
}

.about-hero-card span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-hero-card strong {
  display: block;
  color: #ffe32d;
  font-size: 58px;
  line-height: 66px;
  font-weight: 900;
}

.about-hero-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 26px;
  margin: 16px 0 0;
}

.about-manifest {
  background: #ffffff;
}

.about-collage {
  position: relative;
  min-height: 570px;
}

.collage-main {
  width: 82%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.collage-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  object-fit: cover;
  border: 10px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
}

.collage-note {
  position: absolute;
  left: 28px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 265px;
  padding: 18px;
  color: #ffffff;
  background: #111111;
  border-left: 5px solid #ef233c;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.20);
}

.collage-note i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: #ffe32d;
  border-radius: 8px;
  font-size: 20px;
}

.collage-note strong,
.collage-note span {
  display: block;
}

.collage-note strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.collage-note span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

.about-signature-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.about-signature-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  background: #f5f6f4;
  border-left: 4px solid #ef233c;
  transition: all 300ms ease;
}

.about-signature-grid div:hover {
  transform: translateX(8px);
  background: #fff3d0;
}

.about-signature-grid i {
  color: #ef233c;
}

.about-signature-grid span {
  color: #181818;
  font-size: 15px;
  font-weight: 900;
}

.about-main-btn {
  margin-top: 30px;
}

.about-numbers {
  padding: 0 0 95px;
  background: #ffffff;
}

.about-number-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 8px;
  background: #111111;
}

.about-number-card {
  padding: 36px 22px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: all 300ms ease;
}

.about-number-card:last-child {
  border-right: 0;
}

.about-number-card:hover {
  background: #211114;
}

.about-number-card span,
.about-number-card b {
  color: #ffe32d;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

.about-number-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 900;
  margin: 6px 0 0;
}

.about-values {
  background: #f5f6f4;
}

.value-card {
  position: relative;
  min-height: 330px;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;
  transition: all 300ms ease;
}

.value-card:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  transition: all 300ms ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

.value-card:hover:after {
  transform: scale(1.8);
}

.value-card.dark {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.value-card span {
  display: block;
  color: #ef233c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.value-card.dark span,
.value-card.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.value-card i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ef233c;
  border-radius: 8px;
  font-size: 24px;
  margin-bottom: 24px;
}

.value-card.dark i {
  color: #111111;
  background: #ffe32d;
}

.value-card h3 {
  color: #181818;
  font-size: 22px;
  line-height: 29px;
  font-weight: 900;
  margin: 0 0 12px;
}

.value-card.dark h3 {
  color: #ffffff;
}

.value-card p {
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
}

.about-process {
  background: #ffffff;
}

.about-journey {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 86% 12%, rgba(255, 227, 45, 0.16) 0%, rgba(255, 227, 45, 0) 28%), linear-gradient(135deg, #0d0d0d 0%, #1c0b10 48%, #111111 100%);
}

.about-journey:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(10px);
}

.about-journey:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.14);
  filter: blur(22px);
}

.about-journey .container {
  position: relative;
  z-index: 2;
}

.about-journey .section-title {
  color: #ffffff;
}

.about-journey .section-text {
  color: rgba(255, 255, 255, 0.70);
}

.journey-stage {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 10px 0 4px;
}

.journey-axis {
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(239, 35, 60, 0), rgba(239, 35, 60, 0.90), rgba(255, 227, 45, 0.90), rgba(239, 35, 60, 0));
  transform: translateX(-50%);
}

.journey-axis:before,
.journey-axis:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffe32d;
  box-shadow: 0 0 0 8px rgba(255, 227, 45, 0.12);
  transform: translateX(-50%);
}

.journey-axis:before {
  top: 0;
}

.journey-axis:after {
  bottom: 0;
  background: #ef233c;
  box-shadow: 0 0 0 8px rgba(239, 35, 60, 0.14);
}

.journey-milestone {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.journey-milestone:last-child {
  margin-bottom: 0;
}

.journey-milestone:not(.right) .milestone-panel {
  grid-column: 1;
  grid-row: 1;
}

.journey-milestone:not(.right) .milestone-year {
  grid-column: 2;
  grid-row: 1;
}

.journey-milestone.right .milestone-panel {
  grid-column: 3;
  grid-row: 1;
}

.journey-milestone.right .milestone-year {
  grid-column: 2;
  grid-row: 1;
}

.milestone-year {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: linear-gradient(135deg, #ef233c 0%, #be1228 100%);
  box-shadow: 0 24px 55px rgba(239, 35, 60, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.milestone-year span {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: -1px;
}

.milestone-panel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.055) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.milestone-panel:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.14);
  transition: transform 300ms ease;
}

.milestone-panel:after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.milestone-panel i {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #111111;
  background: #ffe32d;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(255, 227, 45, 0.20);
  font-size: 18px;
}

.milestone-panel small {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffe32d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.milestone-panel h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 22px;
  line-height: 29px;
  font-weight: 900;
  margin: 0 0 8px;
}

.milestone-panel p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

.journey-milestone:hover .milestone-panel {
  border-color: rgba(255, 227, 45, 0.34);
  transform: translateY(-7px);
  box-shadow: 0 38px 92px rgba(0, 0, 0, 0.38);
}

.journey-milestone:hover .milestone-panel:before {
  transform: scale(1.45);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.timeline-item {
  position: relative;
  min-height: 205px;
  padding: 28px;
  border-radius: 8px;
  background: #f5f6f4;
  border: 1px solid #e8e8e8;
  transition: all 300ms ease;
}

.timeline-item:hover {
  background: #111111;
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.13);
}

.timeline-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: #ef233c;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 34px;
}

.timeline-item h3 {
  color: #181818;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px;
  transition: color 300ms ease;
}

.timeline-item p {
  color: #626262;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 0;
  transition: color 300ms ease;
}

.timeline-item:hover h3,
.timeline-item:hover p {
  color: #ffffff;
}

.about-materials {
  background: linear-gradient(135deg, #f5f6f4 0%, #ffffff 100%);
}

.about-products {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f6f4 0%, #ffffff 58%, #fff8dc 100%);
}

.about-products:before {
  content: "";
  position: absolute;
  right: -170px;
  top: 90px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(18px);
}

.product-studio-head {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.product-studio-head .section-label {
  justify-content: center;
}

.product-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.studio-product {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.13);
  transition: all 350ms ease;
}

.studio-product:hover {
  transform: translateY(-8px);
  box-shadow: 0 42px 96px rgba(0, 0, 0, 0.18);
}

.studio-product-feature {
  grid-row: auto;
}

.studio-product-image {
  position: relative;
  height: 270px;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff7d0 100%);
}

.studio-product-feature .studio-product-image {
  min-height: 270px;
  padding: 0;
}

.studio-product-image:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(239, 35, 60, 0.14);
  border-radius: 12px;
}

.studio-product-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 415px;
  max-height: 270px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.studio-product-feature .studio-product-image img {
  max-height: 100%;
}

.studio-product:hover .studio-product-image img {
  transform: scale(1.04);
}

.studio-product-content {
  padding: 28px;
}

.studio-product-content span {
  display: inline-flex;
  color: #ffe32d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.studio-product-content h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 900;
  margin: 0 0 10px;
}

.studio-product-feature .studio-product-content h3 {
  font-size: 24px;
  line-height: 31px;
}

.studio-product-content p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
}

.studio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.studio-tags b {
  display: inline-flex;
  padding: 9px 12px;
  color: #111111;
  background: #ffe32d;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-luxury-shell {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 232, 232, 0.95);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.08);
}

.product-specs {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.product-specs div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
  border-radius: 8px;
  background: #ffffff;
  border-left: 4px solid #ef233c;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.product-specs i {
  color: #ef233c;
  font-size: 18px;
}

.product-specs span {
  color: #181818;
  font-size: 14px;
  font-weight: 900;
}

.product-main-btn {
  margin-top: 28px;
}

.featured-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #111111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.20);
}

.featured-product-card:before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  pointer-events: none;
}

.featured-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7d0 100%);
}

.featured-product-media img {
  max-height: 370px;
  object-fit: contain;
  padding: 30px;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.22));
  transition: transform 500ms ease;
}

.featured-product-card:hover .featured-product-media img {
  transform: translateY(-10px) scale(1.03);
}

.product-quality-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 172px;
  padding: 17px;
  border-radius: 10px;
  color: #ffffff;
  background: #111111;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.product-quality-badge strong,
.product-quality-badge span {
  display: block;
}

.product-quality-badge strong {
  color: #ffe32d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}

.product-quality-badge span {
  color: rgba(255, 255, 255, 0.70);
  font-size: 11px;
  line-height: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-product-content {
  padding: 28px 30px 32px;
}

.featured-product-content span,
.product-mini-card span {
  display: inline-flex;
  color: #ffe32d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 9px;
}

.featured-product-content h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  margin: 0 0 10px;
}

.featured-product-content p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

.product-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.product-mini-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr 46px;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #111111;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.13);
  transition: all 300ms ease;
}

.product-mini-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.18);
}

.product-mini-card img {
  width: 120px;
  height: 112px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 400ms ease;
}

.product-mini-card:hover img {
  transform: scale(1.06);
}

.product-mini-card h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  margin: 0 0 5px;
}

.product-mini-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

.product-mini-card a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ef233c;
  border-radius: 8px;
  transition: all 300ms ease;
}

.product-mini-card a:hover {
  color: #111111;
  background: #ffe32d;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 310px;
  gap: 22px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.product-card-large {
  grid-row: span 2;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.product-card-large img {
  object-fit: contain;
  padding: 58px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8dc 100%);
}

.product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.86) 100%);
}

.product-card:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0;
  transform: scale(0.94);
  transition: all 320ms ease;
}

.product-card:hover img {
  transform: scale(1.08);
}

.product-card-large:hover img {
  transform: scale(1.03);
}

.product-card:hover:after {
  opacity: 1;
  transform: scale(1);
}

.product-card-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  transition: transform 320ms ease;
}

.product-card:hover .product-card-content {
  transform: translateY(-8px);
}

.product-card-content span {
  display: inline-flex;
  color: #ffe32d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.product-card-content h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  margin: 0 0 9px;
}

.product-card-large .product-card-content h3 {
  font-size: 34px;
  line-height: 42px;
}

.product-card-content p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 17px;
}

.product-card-content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 13px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #be1228 100%);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.product-card-content a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #be1228 0%, #ef233c 100%);
}

.material-ribbon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.material-ribbon div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  transition: all 300ms ease;
}

.material-ribbon div:hover {
  background: #111111;
}

.material-ribbon i {
  color: #ef233c;
  font-size: 28px;
  transition: color 300ms ease;
}

.material-ribbon span {
  color: #181818;
  font-size: 18px;
  font-weight: 900;
  transition: color 300ms ease;
}

.material-ribbon div:hover i {
  color: #ffe32d;
}

.material-ribbon div:hover span {
  color: #ffffff;
}

.about-cta {
  padding: 86px 0;
  background: #111111;
}

.about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #191919 0%, #2c0f14 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.about-cta-box h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  margin: 0 0 12px;
}

.about-cta-box p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

/* About page premium visual refresh */
.about-title-hero {
  min-height: 300px;
  padding: 132px 0 56px;
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.98) 0%, rgba(17, 17, 17, 0.94) 45%, rgba(93, 13, 24, 0.88) 100%), url("../images/contact-bg.jpg") center/cover no-repeat;
}

.about-title-hero:before {
  right: 8%;
  top: 106px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 227, 45, 0.30);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(239, 35, 60, 0.22);
}

.about-title-hero:after {
  left: auto;
  right: -150px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  background: rgba(239, 35, 60, 0.26);
}

.page-title-box {
  position: relative;
  max-width: 760px;
  padding-left: 28px;
}

.page-title-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 8px;
  width: 4px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffe32d 0%, #ef233c 100%);
}

.page-title-box h1 {
  font-size: 58px;
  line-height: 66px;
}

.about-manifest {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f6f6f2 100%);
}

.about-manifest:before {
  content: "";
  position: absolute;
  left: -130px;
  top: 130px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.18);
  filter: blur(12px);
}

.about-collage {
  min-height: 600px;
  padding: 28px 0 0 28px;
}

.collage-main {
  width: 86%;
  height: 560px;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
}

.collage-float {
  width: 300px;
  height: 230px;
  border: 12px solid #ffffff;
  border-radius: 18px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.20);
}

.collage-note {
  left: 0;
  bottom: 64px;
  min-width: 292px;
  padding: 20px;
  border-left: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #111111 0%, #2d1015 100%);
}

.about-signature-grid div {
  position: relative;
  overflow: hidden;
  border: 1px solid #ececec;
  border-left: 4px solid #ef233c;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
}

.about-signature-grid div:hover {
  background: #111111;
  border-color: #111111;
  transform: translateX(8px);
}

.about-signature-grid div:hover span,
.about-signature-grid div:hover i {
  color: #ffffff;
}

.about-numbers {
  padding: 0 0 88px;
  background: linear-gradient(180deg, #f6f6f2 0%, #ffffff 100%);
}

.about-number-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #111111 0%, #1c0b10 100%);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
}

.about-number-card {
  padding: 40px 22px;
}

.about-values {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.value-card {
  min-height: 350px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.value-card:hover {
  border-color: rgba(239, 35, 60, 0.24);
  transform: translateY(-10px);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.14);
}

.value-card.dark {
  background: linear-gradient(135deg, #111111 0%, #2d1015 100%);
}

.value-card i {
  border-radius: 14px;
}

.about-materials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f6f2 0%, #ffffff 100%);
}

.about-materials:before {
  content: "";
  position: absolute;
  right: -140px;
  top: 34px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(18px);
}

.material-ribbon {
  position: relative;
  z-index: 2;
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.material-ribbon div {
  min-height: 170px;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.material-ribbon div:hover {
  background: linear-gradient(135deg, #111111 0%, #2d1015 100%);
  transform: translateY(-8px);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.18);
}

.about-cta {
  background: linear-gradient(135deg, #0d0d0d 0%, #1c0b10 52%, #111111 100%);
}

.about-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.about-cta-box:before {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.12);
}

.about-cta-box > * {
  position: relative;
  z-index: 2;
}

/* Product page */
.product-page {
  background: #f6f6f2;
}

.product-title-hero {
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.98) 0%, rgba(17, 17, 17, 0.94) 45%, rgba(93, 13, 24, 0.88) 100%), url("../images/products/product-pvc-room.jpg") center/cover no-repeat;
}

.product-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f6f6f2 100%);
}

.product-hero:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.18);
  filter: blur(12px);
}

.product-hero .container {
  position: relative;
  z-index: 2;
}

.product-hero-points {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.product-hero-points div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  border: 1px solid #ececec;
  border-left: 4px solid #ef233c;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
  transition: all 300ms ease;
}

.product-hero-points div:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
  transform: translateX(8px);
}

.product-hero-points i {
  color: #ef233c;
  transition: color 300ms ease;
}

.product-hero-points span {
  color: #181818;
  font-size: 15px;
  font-weight: 900;
  transition: color 300ms ease;
}

.product-hero-points div:hover i,
.product-hero-points div:hover span {
  color: #ffffff;
}

.product-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
}

.product-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.product-hero-badge {
  position: absolute;
  left: 26px;
  bottom: 26px;
  width: 190px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111111 0%, #2d1015 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.product-hero-badge strong,
.product-hero-badge span {
  display: block;
}

.product-hero-badge strong {
  color: #ffe32d;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
}

.product-hero-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-range {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.product-range:before {
  content: "";
  position: absolute;
  right: -150px;
  top: 120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(18px);
}

.product-range .container {
  position: relative;
  z-index: 2;
}

.brochure-product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.brochure-product-card:hover {
  border-color: rgba(239, 35, 60, 0.24);
  transform: translateY(-10px);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.16);
}

.brochure-product-card.dark {
  color: #ffffff;
  background: linear-gradient(135deg, #111111 0%, #2d1015 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.brochure-product-media {
  height: 250px;
  overflow: hidden;
  background: #f6f6f2;
}

.brochure-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.brochure-product-card:hover .brochure-product-media img {
  transform: scale(1.06);
}

.brochure-product-media.pos-left img {
  object-position: 0 0;
}

.brochure-product-media.pos-bottom img {
  object-position: 100% 100%;
}

.brochure-product-media.pos-top-right img {
  object-position: 100% 0;
}

.brochure-product-media.pos-bottom-left img {
  object-position: 0 100%;
}

.brochure-product-body {
  padding: 28px;
}

.brochure-product-body span {
  display: inline-flex;
  color: #ef233c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

.brochure-product-card.dark .brochure-product-body span {
  color: #ffe32d;
}

.brochure-product-body h3 {
  color: #181818;
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  margin: 0 0 16px;
}

.brochure-product-card.dark .brochure-product-body h3 {
  color: #ffffff;
}

.brochure-product-body ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brochure-product-body li {
  position: relative;
  color: #626262;
  font-size: 15px;
  line-height: 25px;
  padding-left: 18px;
}

.brochure-product-card.dark .brochure-product-body li {
  color: rgba(255, 255, 255, 0.72);
}

.brochure-product-body li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #ef233c;
}

.product-detail {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 86% 12%, rgba(255, 227, 45, 0.16) 0%, rgba(255, 227, 45, 0) 28%), linear-gradient(135deg, #0d0d0d 0%, #1c0b10 48%, #111111 100%);
}

.product-detail .section-title {
  color: #ffffff;
}

.product-detail .section-text {
  color: rgba(255, 255, 255, 0.70);
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.product-spec-grid div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.product-spec-grid strong {
  display: block;
  color: #ffe32d;
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
}

.product-spec-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-detail-image {
  overflow: hidden;
  height: 520px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure-showcase {
  background: linear-gradient(135deg, #f6f6f2 0%, #ffffff 100%);
}

.brochure-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.brochure-strip img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.brochure-strip img:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.16);
}

.manual-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.manual-product-grid article {
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.manual-product-grid article:hover {
  border-color: rgba(239, 35, 60, 0.24);
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.15);
}

.manual-product-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.manual-product-grid div {
  padding: 24px;
}

.manual-product-grid span {
  display: inline-flex;
  color: #ef233c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 9px;
}

.manual-product-grid h3 {
  color: #181818;
  font-size: 23px;
  line-height: 30px;
  font-weight: 900;
  margin: 0 0 10px;
}

.manual-product-grid p {
  color: #626262;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/* FAQ page */
.faq-page {
  background: #f6f6f2;
}

.faq-title-hero {
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.98) 0%, rgba(17, 17, 17, 0.92) 48%, rgba(92, 13, 24, 0.86) 100%), url("../images/products/product-vatika.jpg") center/cover no-repeat;
}

.faq-intro {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 12%, rgba(255, 227, 45, 0.18) 0%, rgba(255, 227, 45, 0) 28%), linear-gradient(135deg, #ffffff 0%, #f6f6f2 100%);
}

.faq-intro:before {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(16px);
}

.faq-intro .container,
.faq-main .container {
  position: relative;
  z-index: 2;
}

.faq-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-outline-dark-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid rgba(24, 24, 24, 0.18);
  border-radius: 14px;
  color: #181818;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  transition: all 300ms ease;
}

.btn-outline-dark-luxury:hover {
  color: #ffffff;
  border-color: #111111;
  background: #111111;
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
}

.faq-visual-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 24px;
  border: 10px solid #ffffff;
  background: #111111;
  box-shadow: 0 36px 94px rgba(0, 0, 0, 0.18);
}

.faq-visual-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45%, rgba(17, 17, 17, 0.78) 100%);
}

.faq-visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  animation: floatImage 5200ms ease-in-out infinite;
}

.faq-floating-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: 190px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  box-shadow: 0 26px 66px rgba(239, 35, 60, 0.34);
}

.faq-floating-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: #181818;
  background: #ffe32d;
  font-size: 18px;
}

.faq-floating-card strong,
.faq-floating-card span {
  display: block;
}

.faq-floating-card strong {
  color: #ffffff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 900;
}

.faq-floating-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0d0d0d 0%, #1b080e 52%, #111111 100%);
}

.faq-main:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.12);
  filter: blur(18px);
}

.faq-side-card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.26);
}

.faq-side-card:before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.14);
}

.faq-side-card > * {
  position: relative;
  z-index: 2;
}

.faq-side-card h2 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 900;
  margin: 12px 0 18px;
}

.faq-side-card p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 26px;
}

.faq-side-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.faq-side-feature i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #181818;
  background: #ffe32d;
  font-size: 17px;
}

.faq-side-feature span {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-accordion-shell {
  padding: 12px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.faq-group-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
}

.faq-group-title.second-title {
  margin-top: 18px;
}

.faq-group-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #181818;
  background: #ffe32d;
  font-size: 20px;
  box-shadow: 0 16px 36px rgba(255, 227, 45, 0.18);
}

.faq-group-title h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 42px;
  font-weight: 900;
  margin: 0;
}

.faq-group-title h3 span {
  color: #ffe32d;
}

.luxury-faq-accordion {
  display: grid;
  gap: 14px;
}

.luxury-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.20);
  transition: all 300ms ease;
}

.luxury-faq-accordion .accordion-item:hover {
  border-color: rgba(255, 227, 45, 0.42);
  transform: translateY(-4px);
  box-shadow: 0 32px 74px rgba(0, 0, 0, 0.28);
}

.luxury-faq-accordion .accordion-button {
  gap: 14px;
  min-height: 76px;
  padding: 22px 28px;
  color: #181818;
  background: #ffffff;
  box-shadow: none;
  font-size: 17px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.luxury-faq-accordion .accordion-button:before {
  content: "\f059";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
}

.luxury-faq-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
}

.luxury-faq-accordion .accordion-button:not(.collapsed):before {
  color: #181818;
  background: #ffe32d;
}

.luxury-faq-accordion .accordion-button:after {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background-color: #111111;
  background-position: center;
  background-size: 15px;
}

.luxury-faq-accordion .accordion-button:not(.collapsed):after {
  background-color: #ffe32d;
  filter: none;
}

.luxury-faq-accordion .accordion-body {
  padding: 0 28px 28px 84px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 28px;
  background: #ffffff;
}

/* Simple FAQ redesign */
.faq-simple {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f7f6f1 100%);
}

.faq-simple:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.16);
  filter: blur(18px);
}

.faq-simple:after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: 80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.07);
  filter: blur(18px);
}

.faq-simple .container {
  position: relative;
  z-index: 2;
}


.faq-clean-card .faq-group-title {
  padding: 0;
  margin-bottom: 18px;
}

.faq-clean-card .faq-group-title.second-title {
  margin-top: 0;
}

.faq-clean-card .faq-group-title i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  font-size: 18px;
  box-shadow: 0 14px 30px rgba(239, 35, 60, 0.24);
}

.faq-clean-card .faq-group-title h3 {
  color: #181818;
  font-size: 26px;
  line-height: 34px;
}

.faq-clean-card .faq-group-title h3 span {
  color: #ef233c;
}

.faq-clean-card .luxury-faq-accordion {
  gap: 12px;
}

.faq-clean-card .luxury-faq-accordion .accordion-item {
  border: 1px solid rgba(239, 35, 60, 0.10);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.faq-clean-card .luxury-faq-accordion .accordion-item:hover {
  border-color: rgba(239, 35, 60, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.09);
}

.faq-clean-card .luxury-faq-accordion .accordion-button {
  min-height: 55px;
  padding: 10px 20px;
  color: #181818;
  background: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.faq-clean-card .luxury-faq-accordion .accordion-button:before {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #ef233c;
  background: #e5e5e5;
  font-size: 13px;
  box-shadow: inset 0 0 0 1px rgba(239, 35, 60, 0.12);
}

.faq-clean-card .luxury-faq-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
}

.faq-clean-card .luxury-faq-accordion .accordion-button:not(.collapsed):before {
  color: #ef233c;
}

.faq-clean-card .luxury-faq-accordion .accordion-button:after {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: #e5e5e5;
  background-size: 12px;
  box-shadow: 0 10px 24px rgba(239, 35, 60, 0.18);
}

.faq-clean-card .luxury-faq-accordion .accordion-button:not(.collapsed):after {
  filter: none;
}

.faq-clean-card .luxury-faq-accordion .accordion-body {
    padding: 10px 22px 22px 70px;
    color: #626262;
    font-size: 14px;
    line-height: 26px;
    background: #ffffff;
    letter-spacing: 0.5px;
}

/* Contact page */
.contact-page {
  background: #f6f6f2;
}

.contact-title-hero {
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.98) 0%, rgba(17, 17, 17, 0.92) 48%, rgba(92, 13, 24, 0.86) 100%), url("../images/contact-bg.jpg") center/cover no-repeat;
}

.contact-modern {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 12%, rgba(255, 227, 45, 0.16) 0%, rgba(255, 227, 45, 0) 26%), linear-gradient(135deg, #ffffff 0%, #f6f6f2 100%);
}

.contact-modern:before {
  content: "";
  position: absolute;
  right: -150px;
  top: 170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
  filter: blur(18px);
}

.contact-modern .container {
  position: relative;
  z-index: 2;
}

.contact-info-panel {
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(239, 35, 60, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.09);
}

.contact-image {
  position: relative;
  overflow: hidden;
  height: 310px;
  border-radius: 18px;
  background: #111111;
}

.contact-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45%, rgba(17, 17, 17, 0.72) 100%);
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.contact-info-panel:hover .contact-image img {
  transform: scale(1.06);
}

.contact-info-card {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #fbfbf8;
  transition: all 300ms ease;
}

.contact-info-card:hover {
  border-color: rgba(239, 35, 60, 0.24);
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ef233c 0%, #c8142e 100%);
  box-shadow: 0 14px 32px rgba(239, 35, 60, 0.24);
}

.contact-info-card span {
  display: block;
  color: #ef233c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 7px;
}

.contact-info-card p {
  color: #424242;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.contact-info-card p + p {
  margin-top: 10px;
}

.contact-info-card a {
  color: #424242;
  transition: color 260ms ease;
}

.contact-info-card a:hover {
  color: #ef233c;
}

.contact-form-shell {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(239, 35, 60, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #111111 0%, #240b11 100%);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.18);
}

.contact-form-head {
  margin-bottom: 26px;
}

.contact-form-head span {
  display: inline-flex;
  color: #ffe32d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.contact-form-head h3 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  margin: 0;
}

.contact-page-form label {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  outline: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px 18px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  transition: all 260ms ease;
}

.contact-page-form select {
  color: rgba(255, 255, 255, 0.72);
}

.contact-page-form select option {
  color: #181818;
}

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

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: #ffe32d;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(255, 227, 45, 0.12);
}

.contact-page-form .btn-luxury {
  margin-top: 8px;
  border: 0;
}

.contact-product-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(239, 35, 60, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.07);
}

.contact-product-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #181818;
  background: #ffe32d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 260ms ease;
}

.contact-product-strip span:hover {
  color: #ffffff;
  background: #ef233c;
  transform: translateY(-3px);
}

/* Consolidated responsive rules */

@media (max-width: 1199px) {
  .hero-title {
      font-size: 62px;
      line-height: 70px;
    }

    .section-title {
      font-size: 42px;
      line-height: 52px;
    }

    .process-line {
      grid-template-columns: repeat(2, 1fr);
    }

  .hero-title {
      font-size: 58px;
      line-height: 68px;
    }

  .about-hero-title {
      font-size: 54px;
      line-height: 66px;
    }

    .product-showcase-grid {
      grid-template-columns: 1fr 1fr;
    }

    .product-studio-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .studio-product-feature .studio-product-image {
      min-height: 270px;
    }

    .product-mini-grid {
      grid-template-columns: 1fr;
    }

    .material-ribbon {
      grid-template-columns: repeat(3, 1fr);
    }

    .product-hero-visual {
      min-height: 500px;
    }

    .product-hero-visual img {
      min-height: 500px;
    }

    .brochure-strip,
    .manual-product-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .faq-visual-panel,
    .faq-visual-panel img {
      min-height: 470px;
    }

    .faq-side-card {
      padding: 28px;
    }

    .faq-side-card h2 {
      font-size: 34px;
      line-height: 42px;
    }

    .luxury-faq-accordion .accordion-button {
      padding: 20px 24px;
      font-size: 16px;
      line-height: 25px;
    }

    .contact-form-shell {
      padding: 34px;
    }

    .contact-form-head h3 {
      font-size: 32px;
      line-height: 41px;
    }

    .contact-image {
      height: 280px;
    }
}

@media (max-width: 1024px) {
.gallery-section .col-lg-3 {
        width: 50%;
}

.testimonial-arrow {
      top: -84px;
    width: 42px;
    height: 42px;
}
.hero-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 991px) {
  .navbar-collapse {
      padding: 22px 0;
    }

    .header-cta {
      margin-top: 12px;
    }

    .hero-section {
      min-height: auto;
      padding: 135px 0 80px;
    }

    .hero-showcase {
      margin: 48px auto 0;
    }

    .section-pad {
      padding: 82px 0;
    }

    .cta-box {
      flex-direction: column;
      align-items: flex-start;
    }

  .hero-section {
      padding: 128px 0 74px;
    }

    .hero-showcase {
      margin-top: 42px;
    }

    .small-img {
      right: 24px;
    }

  .about-hero {
      padding: 140px 0 80px;
    }

    .about-hero-card {
      margin-left: 0;
    }

    .about-number-shell {
      grid-template-columns: repeat(2, 1fr);
    }

    .about-number-card:nth-child(2) {
      border-right: 0;
    }

    .about-number-card:nth-child(1),
    .about-number-card:nth-child(2) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-cta-box {
      flex-direction: column;
      align-items: flex-start;
    }

    .product-hero-visual {
      min-height: 430px;
      margin-top: 20px;
    }

    .product-hero-visual img {
      min-height: 430px;
    }

    .product-detail-image {
      height: 430px;
      margin-top: 10px;
    }

    .brochure-product-media {
      height: 230px;
    }

    .manual-product-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .faq-visual-panel,
    .faq-visual-panel img {
      min-height: 430px;
    }

    .faq-side-card {
      position: relative;
      top: auto;
    }

    .faq-accordion-shell {
      margin-top: 0;
    }

    .faq-clean-top {
      flex-direction: column;
      align-items: flex-start;
    }

    .contact-info-panel,
    .contact-form-shell {
      height: auto;
    }

    .contact-product-strip {
      margin-top: 28px;
    }
}

@media (max-width: 767px) {
  .reveal-left,
    .reveal-right {
      transform: translateY(45px);
    }

    .hero-title {
      font-size: 46px;
      line-height: 54px;
    }

    .hero-copy {
      font-size: 17px;
      line-height: 29px;
    }

    .hero-actions {
      flex-direction: column;
    }

    .btn-luxury,
    .btn-outline-luxury {
      width: 100%;
    }

    .hero-showcase {
      padding: 18px;
      border-radius: 24px;
    }

    .hero-showcase img {
      height: 330px;
    }

    .hero-badge {
      left: 18px;
      bottom: 24px;
    }

    .intro-strip {
      margin-top: 0;
    }

    .strip-card {
      border-right: 0;
      border-bottom: 1px solid #ece3d6;
    }

    .section-title {
      font-size: 36px;
      line-height: 45px;
    }

    .section-heading {
      margin-bottom: 38px;
    }

    .main-img {
      height: 430px;
    }

    .small-img {
      width: 190px;
      height: 170px;
    }

    .process-line {
      grid-template-columns: 1fr;
    }

    .gallery-card {
      height: 360px;
    }

    .cta-box {
      padding: 34px;
    }

    .cta-box h2 {
      font-size: 32px;
      line-height: 40px;
    }

    .contact-form {
      padding: 26px;
    }

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

  .hero-title {
      font-size: 42px;
      line-height: 52px;
    }

    .section-title {
      font-size: 34px;
      line-height: 44px;
    }

    .hero-trust {
      display: grid;
      grid-template-columns: 1fr;
    }

    .hero-trust div {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .hero-trust div:last-child {
      border-bottom: 0;
    }

    .hero-showcase img {
      height: 330px;
    }

    .strip-card {
      border-right: 0;
    }

  .about-title-hero {
      min-height: 280px;
      padding: 110px 0 48px;
    }

    .page-title-box h1 {
      font-size: 40px;
      line-height: 50px;
    }

    .about-hero-title {
      font-size: 40px;
      line-height: 50px;
    }

    .about-hero-copy {
      font-size: 16px;
      line-height: 28px;
    }

    .about-collage {
      min-height: auto;
      padding: 0;
    }

    .collage-main {
      width: 100%;
      height: 390px;
    }

    .collage-float {
      display: none;
    }

    .collage-note {
      position: relative;
      left: auto;
      bottom: auto;
      margin-top: 16px;
    }

    .timeline-grid,
    .product-showcase-grid,
    .product-studio-grid,
    .material-ribbon {
      grid-template-columns: 1fr;
    }

    .journey-stage {
      padding-left: 0;
    }

    .journey-axis {
      left: 42px;
    }

    .journey-milestone,
    .journey-milestone.right {
      grid-template-columns: 84px minmax(0, 1fr);
      gap: 18px;
      margin-bottom: 26px;
    }

    .journey-milestone:not(.right) .milestone-year,
    .journey-milestone.right .milestone-year {
      grid-column: 1;
    }

    .journey-milestone:not(.right) .milestone-panel,
    .journey-milestone.right .milestone-panel {
      grid-column: 2;
    }

    .milestone-year {
      width: 84px;
      height: 84px;
      border-width: 6px;
    }

    .milestone-year span {
      font-size: 22px;
      line-height: 28px;
    }

    .milestone-panel {
      min-height: auto;
      padding: 24px;
    }

    .milestone-panel h3 {
      font-size: 20px;
      line-height: 28px;
    }

    .milestone-panel p {
      font-size: 15px;
      line-height: 26px;
    }

    .product-showcase-grid {
      grid-auto-rows: auto;
    }

    .product-card,
    .product-card-large {
      min-height: 360px;
      grid-row: auto;
    }

    .product-card-large img {
      padding: 36px;
    }

    .studio-product-image {
      height: 250px;
      min-height: 250px;
    }

    .studio-product-feature .studio-product-image {
      min-height: 250px;
      padding: 0;
    }

    .studio-product-image img,
    .studio-product-feature .studio-product-image img {
      max-height: 100%;
      padding: 16px;
    }

    .studio-product-feature .studio-product-content h3 {
      font-size: 24px;
      line-height: 31px;
    }

    .product-luxury-shell {
      padding: 22px;
    }

    .featured-product-media {
      min-height: 340px;
    }

    .featured-product-media img {
      max-height: 300px;
    }

    .about-cta-box {
      padding: 32px;
    }

    .about-cta-box h2 {
      font-size: 31px;
      line-height: 41px;
    }

    .product-hero-visual,
    .product-hero-visual img {
      min-height: 360px;
    }

    .product-hero-badge {
      left: 18px;
      bottom: 18px;
      width: 170px;
      padding: 18px;
    }

    .brochure-product-body {
      padding: 24px;
    }

    .product-spec-grid,
    .brochure-strip,
    .manual-product-grid {
      grid-template-columns: 1fr;
    }

    .product-detail-image {
      height: 360px;
    }

    .brochure-strip img,
    .manual-product-grid img {
      height: 280px;
    }

    .faq-intro-actions {
      flex-direction: column;
    }

    .btn-outline-dark-luxury {
      width: 100%;
    }

    .faq-visual-panel,
    .faq-visual-panel img {
      min-height: 360px;
    }

    .faq-floating-card {
      right: 18px;
      bottom: 18px;
      width: 166px;
      padding: 18px;
    }

    .faq-accordion-shell {
      padding: 8px;
      border-radius: 20px;
    }

    .faq-group-title {
      padding: 18px 14px;
    }

    .faq-group-title h3 {
      font-size: 27px;
      line-height: 35px;
    }

    .luxury-faq-accordion .accordion-button {
      min-height: 68px;
      padding: 18px;
      font-size: 15px;
      line-height: 24px;
    }

    .luxury-faq-accordion .accordion-body {
      padding: 0 20px 24px 20px;
    }

    .faq-clean-card {
      padding: 24px;
      border-radius: 18px;
    }

    .faq-clean-top h3 {
      font-size: 28px;
      line-height: 37px;
    }

    .faq-clean-card .btn-luxury {
      width: 100%;
    }

    .faq-clean-card .faq-group-title h3 {
      font-size: 23px;
      line-height: 31px;
    }

    .faq-clean-card .luxury-faq-accordion .accordion-body {
      padding: 0 20px 22px 20px;
    }

    .contact-form-shell {
      padding: 30px;
      border-radius: 20px;
    }

    .contact-form-head h3 {
      font-size: 28px;
      line-height: 37px;
    }

    .contact-image {
      height: 260px;
    }

    .contact-info-card {
      padding: 18px;
    }

    .contact-product-strip {
      padding: 20px;
    }
}

@media (max-width: 575px) {
  .container {
      max-width: 100%;
      padding-left: 18px;
      padding-right: 18px;
    }

    .row {
      margin-left: 0;
      margin-right: 0;
    }

    .row>* {
      padding-left: 0;
      padding-right: 0;
    }

    .navbar-brand img {
      width: 104px;
    }

    .hero-section {
      padding-top: 120px;
    }

    .hero-title {
      font-size: 38px;
      line-height: 46px;
    }

    .hero-trust div {
      width: 100%;
    }

    .hero-showcase img {
      height: 260px;
    }

    .section-pad {
      padding: 66px 0;
    }

    .image-stack {
      padding: 0;
    }

    .main-img {
      height: 340px;
    }

    .small-img {
      display: none;
    }

    .since-box {
      width: 112px;
      height: 112px;
    }

    .counter-card span,
    .counter-card b {
      font-size: 34px;
      line-height: 40px;
    }

  .hero-title {
      font-size: 36px;
      line-height: 45px;
    }

    .hero-showcase img {
      height: 270px;
    }

  .page-title-box h1 {
      font-size: 34px;
      line-height: 43px;
    }

    .about-hero-title {
      font-size: 34px;
      line-height: 43px;
    }

    .about-number-shell {
      grid-template-columns: 1fr;
    }

    .product-mini-card {
      grid-template-columns: 94px 1fr;
    }

    .product-mini-card img {
      width: 94px;
      height: 94px;
    }

    .product-mini-card a {
      grid-column: 1 / -1;
      width: 100%;
    }

    .about-number-card {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-number-card:last-child {
      border-bottom: 0;
    }

    .product-hero-points div {
      padding: 15px;
    }

    .product-hero-points span {
      font-size: 14px;
      line-height: 22px;
    }

    .product-hero-visual,
    .product-hero-visual img {
      min-height: 300px;
    }

    .brochure-product-media {
      height: 210px;
    }

    .brochure-product-body h3 {
      font-size: 22px;
      line-height: 29px;
    }

    .brochure-strip img,
    .manual-product-grid img {
      height: 230px;
    }

    .faq-visual-panel,
    .faq-visual-panel img {
      min-height: 300px;
    }

    .faq-floating-card {
      left: 18px;
      right: auto;
      width: 156px;
    }

    .faq-floating-card strong {
      font-size: 36px;
      line-height: 40px;
    }

    .faq-side-card {
      padding: 26px 22px;
    }

    .faq-side-card h2 {
      font-size: 30px;
      line-height: 38px;
    }

    .faq-group-title {
      align-items: flex-start;
      gap: 12px;
    }

    .faq-group-title i {
      width: 44px;
      height: 44px;
      border-radius: 13px;
      font-size: 17px;
    }

    .luxury-faq-accordion .accordion-button {
      gap: 10px;
      padding: 16px 14px;
    }

    .luxury-faq-accordion .accordion-button:before {
      width: 36px;
      height: 36px;
      border-radius: 11px;
      font-size: 14px;
    }

    .luxury-faq-accordion .accordion-button:after {
      width: 32px;
      height: 32px;
      background-size: 13px;
    }

    .faq-clean-card {
      padding: 18px;
    }

    .faq-clean-top {
      margin-bottom: 22px;
      padding-bottom: 22px;
    }

    .faq-clean-top h3 {
      font-size: 24px;
      line-height: 32px;
    }

    .faq-clean-card .faq-group-title {
      gap: 10px;
    }

    .faq-clean-card .luxury-faq-accordion .accordion-button {
      padding: 15px 12px;
      font-size: 14px;
      line-height: 22px;
    }

    .contact-info-panel {
      padding: 14px;
      border-radius: 18px;
    }

    .contact-image {
      height: 220px;
      border-radius: 14px;
    }

    .contact-info-card {
      flex-direction: column;
      gap: 12px;
      padding: 16px;
      border-radius: 14px;
    }

    .contact-form-shell {
      padding: 22px;
      border-radius: 18px;
    }

    .contact-page-form input,
    .contact-page-form select,
    .contact-page-form textarea {
      padding: 14px 15px;
      font-size: 14px;
      line-height: 22px;
    }

    .contact-product-strip {
      gap: 10px;
      padding: 16px;
      border-radius: 16px;
    }

    .contact-product-strip span {
      min-height: 38px;
      padding: 9px 13px;
      font-size: 11px;
      line-height: 17px;
    }

    .scroll-top-btn {
      right: 18px;
      bottom: 18px;
      width: 44px;
      height: 44px;
      border-radius: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .container {
      max-width: 960px;
    }

    .navbar-brand img {
      width: 112px;
    }

    .navbar-dark .navbar-nav .nav-link {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 14px;
    }

    .header-cta {
      min-height: 46px;
      padding: 13px 18px;
      font-size: 12px;
      letter-spacing: 0.8px;
    }

    .about-title-hero {
      min-height: 285px;
      padding: 126px 0 52px;
    }

    .page-title-box h1 {
      font-size: 50px;
      line-height: 58px;
    }

    .about-collage {
      min-height: 500px;
      padding: 18px 0 0 18px;
    }

    .collage-main {
      width: 88%;
      height: 470px;
      border-radius: 18px;
    }

    .collage-float {
      width: 230px;
      height: 190px;
      border-width: 9px;
      border-radius: 16px;
    }

    .collage-note {
      bottom: 46px;
      min-width: 246px;
      padding: 16px;
    }

    .collage-note i {
      width: 42px;
      height: 42px;
      font-size: 18px;
    }

    .section-title {
      font-size: 38px;
      line-height: 48px;
    }

    .section-text {
      font-size: 15px;
      line-height: 27px;
    }

    .about-signature-grid div {
      padding: 15px 16px;
    }

    .about-signature-grid span {
      font-size: 14px;
      line-height: 22px;
    }

    .about-number-card {
      padding: 34px 16px;
    }

    .about-number-card span,
    .about-number-card b {
      font-size: 38px;
      line-height: 46px;
    }

    .about-values .col-lg-3 {
      width: 50%;
    }

    .value-card {
      min-height: 280px;
      padding: 26px;
    }

    .value-card span {
      margin-bottom: 22px;
    }

    .value-card i {
      width: 52px;
      height: 52px;
      font-size: 21px;
      margin-bottom: 20px;
    }

    .journey-stage {
      max-width: 100%;
      padding-left: 0;
    }

    .journey-axis {
      left: 50%;
    }

    .journey-milestone,
    .journey-milestone.right {
      grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
      gap: 18px;
      margin-bottom: 28px;
    }

    .journey-milestone:not(.right) .milestone-panel {
      grid-column: 1;
      grid-row: 1;
    }

    .journey-milestone:not(.right) .milestone-year {
      grid-column: 2;
      grid-row: 1;
    }

    .journey-milestone.right .milestone-panel {
      grid-column: 3;
      grid-row: 1;
    }

    .journey-milestone.right .milestone-year {
      grid-column: 2;
      grid-row: 1;
    }

    .milestone-year {
      width: 78px;
      height: 78px;
      border-width: 6px;
    }

    .milestone-year span {
      font-size: 21px;
      line-height: 27px;
    }

    .milestone-panel {
      padding: 24px;
      border-radius: 14px;
    }

    .milestone-panel i {
      width: 40px;
      height: 40px;
      font-size: 17px;
      margin-bottom: 12px;
    }

    .milestone-panel h3 {
      font-size: 20px;
      line-height: 27px;
    }

    .milestone-panel p {
      font-size: 14px;
      line-height: 24px;
    }

    .material-ribbon {
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .material-ribbon div {
      min-height: 140px;
      padding: 22px;
    }

    .about-cta-box {
      gap: 28px;
      padding: 38px;
    }

    .about-cta-box h2 {
      font-size: 34px;
      line-height: 44px;
    }

    .site-footer .row {
      row-gap: 28px;
    }

    .product-hero-visual {
      min-height: 470px;
    }

    .product-hero-visual img {
      min-height: 470px;
    }

    .product-range .col-xl-4 {
      width: 50%;
    }

    .brochure-product-media {
      height: 220px;
    }

    .brochure-strip,
    .manual-product-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .product-detail-image {
      height: 470px;
    }
}
