:root {
  --gold: #f05a24;
  --gold-deep: #d94712;
  --ink: #111318;
  --muted: #4b5565;
  --soft: #f2f3f5;
  --paper: #ffffff;
  --shell: 1160px;
  --shadow: 0 18px 40px rgba(18, 24, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: #fff;
}

.top-strip {
  height: 82px;
  overflow: hidden;
  color: #111;
  background: var(--gold);
  transition: height 0.28s ease, opacity 0.2s ease;
}

.top-strip-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.top-strip-inner > strong {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.35;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 650;
}

.top-contact a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.main-nav {
  height: 78px;
  background: #050505;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: height 0.28s ease, background 0.28s ease;
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo b {
  color: #fff;
  font-weight: 800;
}

.logo-symbol {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 34px;
  height: 29px;
  transform: skew(-11deg);
}

.logo-symbol i {
  display: block;
  width: 8px;
  border: 2px solid var(--gold);
  border-bottom-width: 5px;
}

.logo-symbol i:nth-child(1) {
  height: 19px;
}

.logo-symbol i:nth-child(2) {
  height: 27px;
}

.logo-symbol i:nth-child(3) {
  height: 23px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
  font-size: 14px;
  font-weight: 600;
}

.primary-nav > a:not(.query-now) {
  position: relative;
  padding: 27px 0 26px;
}

.primary-nav > a:not(.query-now)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.primary-nav > a:hover::after,
.primary-nav > a.active::after {
  transform: scaleX(1);
}

.query-now {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 0;
  overflow: hidden;
  color: #111;
  background: var(--gold);
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.query-now span {
  width: 45px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gold-deep);
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-scrolled .top-strip {
  height: 0;
  opacity: 0;
}

.site-header.is-scrolled .main-nav {
  height: 72px;
  background: rgba(5, 5, 5, 0.93);
  backdrop-filter: blur(12px);
}

.hero {
  min-height: 720px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #101720;
}

.hero > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero > img {
  object-fit: cover;
  object-position: center 58%;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(5, 9, 15, 0.46), rgba(5, 9, 15, 0.67)),
    linear-gradient(90deg, rgba(3, 7, 12, 0.25), transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  text-align: center;
}

.hero-monogram {
  width: 92px;
  height: 52px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--gold);
  border: 2px solid rgba(255, 255, 255, 0.55);
  transform: skew(-9deg);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.12em;
}

.hero-monogram span {
  transform: skew(9deg);
}

.hero h1 {
  max-width: 970px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(52px, 6.9vw, 88px);
  line-height: 1.13;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.hero h1::first-line {
  color: #ffe2d5;
}

.hero p {
  max-width: 760px;
  margin: 42px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  width: 29px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  transform: translateX(-50%);
}

.hero-scroll span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: var(--gold);
  border-radius: 4px;
  transform: translateX(-50%);
  animation: scrollHint 1.8s infinite;
}

@keyframes scrollHint {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 15px); }
}

.about-section {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 105px 0;
  background: var(--soft);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 96px;
  align-items: center;
}

.section-label {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-heading h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(39px, 4.2vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.about-heading em,
.strength-content em {
  color: var(--gold-deep);
  font-style: normal;
}

.about-content p,
.strength-content p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.button-row {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.gold-button,
.white-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gold-button {
  color: #111;
  background: var(--gold);
  box-shadow: 0 8px 20px rgba(245, 184, 0, 0.2);
}

.gold-button span {
  margin-left: 8px;
}

.white-button {
  background: #fff;
  border-color: #d1d5db;
  box-shadow: 0 3px 8px rgba(17, 24, 39, 0.09);
}

.gold-button:hover,
.white-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14);
}

.featured-section {
  min-height: 725px;
  padding: 62px 0 74px;
  background: #fff;
}

.center-title {
  width: fit-content;
  margin: 0 auto 48px;
  color: #111827;
  font-size: clamp(39px, 4vw, 55px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.center-title::after {
  content: "";
  width: 102px;
  height: 5px;
  display: block;
  margin: 18px auto 0;
  background: var(--gold);
  border-radius: 5px;
}

.gold-title {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.gold-title::after {
  display: none;
}

.featured-slider {
  position: relative;
}

.featured-stage {
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  background: #d9dde4;
  box-shadow: var(--shadow);
}

.featured-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 1.2s ease;
}

.featured-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.featured-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 32px 24px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  font-size: 16px;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured-stage:hover figcaption {
  opacity: 1;
}

.round-arrow {
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  place-items: center;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.13);
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.round-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.featured-prev {
  left: 24px;
}

.featured-next {
  right: 24px;
}

.slider-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 24px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  background: rgba(255, 255, 255, 0.66);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots button.active {
  background: var(--gold);
}

.products-section {
  padding: 70px 0 90px;
  background: var(--soft);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.product-card {
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 2px 5px rgba(17, 24, 39, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
}

.product-card > img {
  height: 245px;
  object-fit: cover;
  background: #d7dce9;
}

.product-body {
  min-height: 244px;
  padding: 23px 22px 22px;
  display: flex;
  flex-direction: column;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.2;
}

.product-body p {
  margin: 0 0 20px;
  color: #4b5565;
  font-size: 16px;
  line-height: 1.6;
}

.product-body a {
  min-height: 50px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #101010;
  background: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  transition: background 0.2s ease;
}

.product-body a:hover {
  background: #ff7545;
}

.products-action {
  margin-top: 42px;
  text-align: center;
}

.stats-section {
  min-height: 355px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #172033;
}

.stats-section > img,
.stats-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stats-section > img {
  object-fit: cover;
}

.stats-overlay {
  background: rgba(14, 24, 43, 0.82);
}

.stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.stats-grid div {
  position: relative;
}

.stats-grid div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -14px;
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
}

.stats-grid strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(47px, 5vw, 70px);
  line-height: 1;
}

.stats-grid span {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.strength-section {
  min-height: 635px;
  display: flex;
  align-items: center;
  padding: 90px 0;
  background: var(--soft);
}

.strength-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 105px;
  align-items: center;
}

.strength-visual {
  position: relative;
}

.dashed-frame {
  padding: 10px;
  border: 2px dashed var(--gold);
}

.dashed-frame img {
  height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) sepia(0.09);
}

.experience-badge {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 92px;
  right: -77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f6f7;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.15);
  text-align: center;
}

.experience-badge strong {
  color: var(--gold);
  font-size: 23px;
}

.experience-badge span {
  font-size: 18px;
  line-height: 1.25;
}

.strength-content h2 {
  margin: 0 0 28px;
  color: #080808;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.strength-content .gold-button {
  margin-top: 10px;
}

.testimonials-section {
  min-height: 550px;
  display: flex;
  align-items: center;
  padding: 76px 0;
  background: #f8f9fa;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 92px;
  align-items: center;
}

.testimonial-intro h2 {
  margin: 0;
  color: #374151;
  font-size: clamp(40px, 4vw, 53px);
  line-height: 1.27;
  letter-spacing: -0.035em;
}

.testimonial-controls {
  display: flex;
  gap: 24px;
  margin-top: 55px;
}

.testimonial-controls button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: #fff0e8;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.testimonial-controls button:hover {
  background: #ffe0d2;
  transform: scale(1.07);
}

.testimonial-stage {
  min-height: 350px;
  position: relative;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  padding: 46px 44px 38px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(31, 41, 55, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.testimonial-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.quote-mark {
  display: block;
  height: 48px;
  color: #e1e4e9;
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.8;
}

.testimonial-card h3 {
  margin: 8px 0 2px;
  font-size: 20px;
}

.stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 1px;
}

.testimonial-card p {
  margin: 15px 0 17px;
  color: #4b5565;
  font-size: 16px;
  line-height: 1.65;
}

.client-role {
  color: #7b8492;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  background: #fff;
}

.gallery-grid figure {
  height: 350px;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #1f2937;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 55px 22px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  font-size: 16px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-grid figure:hover img {
  filter: brightness(0.78);
  transform: scale(1.055);
}

.gallery-grid figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  color: #d1d5db;
  background: #020202;
}

.footer-grid {
  min-height: 365px;
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1.1fr;
  gap: 90px;
  padding-top: 68px;
  padding-bottom: 48px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 22px;
  color: #fff;
}

.site-footer h2 {
  color: var(--gold);
  font-size: 22px;
  line-height: 1.25;
}

.site-footer h2 span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.site-footer h3 {
  font-size: 21px;
}

.site-footer p {
  margin: 0 0 13px;
  color: #c4c9d1;
  font-size: 14px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links a {
  margin: 3px 0;
  color: #d6dae0;
  font-size: 15px;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact a {
  color: var(--gold);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #e5e7eb;
  background: #1e293b;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 800;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px !important;
}

.credentials span {
  padding: 4px 8px;
  color: #bfc5ce;
  border: 1px solid #313947;
  border-radius: 3px;
  font-size: 11px;
}

.footer-bottom {
  padding: 22px 24px;
  color: #9ca3af;
  border-top: 1px solid #273142;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1080px) {
  .top-contact {
    gap: 20px;
  }

  .primary-nav {
    gap: 18px;
  }

  .logo {
    font-size: 14px;
  }

  .query-now {
    padding-right: 12px;
  }

  .about-grid,
  .strength-grid,
  .testimonials-grid {
    gap: 58px;
  }

  .product-card > img {
    height: 215px;
  }

  .product-body {
    min-height: 270px;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .top-strip {
    height: 58px;
  }

  .top-strip-inner {
    height: 58px;
  }

  .top-strip-inner > strong {
    font-size: 13px;
  }

  .top-contact a:first-child {
    display: none;
  }

  .main-nav {
    height: 70px;
  }

  .menu-toggle {
    display: block;
    z-index: 2;
  }

  .primary-nav {
    position: fixed;
    inset: 70px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 30px 24px;
    background: #060606;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .site-header:not(.is-scrolled) .primary-nav {
    top: 128px;
  }

  .menu-open .primary-nav {
    transform: translateX(0);
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav > a:not(.query-now) {
    padding: 15px 6px;
    border-bottom: 1px solid #202020;
    font-size: 18px;
  }

  .primary-nav > a:not(.query-now)::after {
    display: none;
  }

  .query-now {
    width: fit-content;
    margin-top: 24px;
  }

  .hero-content {
    padding-top: 125px;
  }

  .hero h1 {
    font-size: clamp(47px, 9.3vw, 75px);
    letter-spacing: 0.1em;
  }

  .about-grid,
  .strength-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-section {
    padding: 85px 0;
  }

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

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 55px;
  }

  .stats-section {
    padding: 68px 0;
  }

  .stats-grid div:nth-child(2)::after {
    display: none;
  }

  .strength-grid {
    width: min(calc(100% - 100px), 620px);
  }

  .experience-badge {
    right: -55px;
  }

  .testimonial-stage {
    min-height: 360px;
  }

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

  .gallery-grid figure {
    height: 300px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 55px;
  }

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

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .top-strip-inner > strong {
    max-width: 225px;
    font-size: 11px;
  }

  .top-contact a:last-child {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .top-contact a:last-child span {
    color: #111;
    font-size: 15px;
  }

  .logo {
    max-width: 220px;
    font-size: 13px;
  }

  .logo-symbol {
    width: 28px;
  }

  .hero {
    min-height: 680px;
  }

  .hero h1 {
    font-size: clamp(38px, 11.5vw, 56px);
    line-height: 1.18;
    letter-spacing: 0.05em;
  }

  .hero p {
    margin-top: 28px;
    font-size: 16px;
  }

  .about-section {
    min-height: 0;
    padding: 72px 0;
  }

  .about-grid {
    gap: 34px;
  }

  .section-label {
    font-size: 17px;
  }

  .about-heading h2,
  .strength-content h2,
  .testimonial-intro h2 {
    font-size: 38px;
  }

  .about-content p,
  .strength-content p {
    font-size: 15px;
  }

  .button-row {
    flex-wrap: wrap;
  }

  .gold-button,
  .white-button {
    min-height: 48px;
    padding-inline: 21px;
    font-size: 14px;
  }

  .featured-section {
    min-height: 0;
    padding: 58px 0 64px;
  }

  .center-title {
    margin-bottom: 34px;
    font-size: 39px;
  }

  .featured-stage {
    height: 360px;
    border-radius: 11px;
  }

  .featured-slide img {
    object-position: center;
  }

  .featured-slide figcaption {
    opacity: 1;
    font-size: 13px;
  }

  .round-arrow {
    width: 43px;
    height: 43px;
  }

  .featured-prev {
    left: 12px;
  }

  .featured-next {
    right: 12px;
  }

  .slider-dots {
    bottom: 17px;
  }

  .slider-dots button {
    width: 10px;
    height: 10px;
  }

  .products-section {
    padding: 58px 0 72px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-card > img {
    height: 250px;
  }

  .product-body {
    min-height: 225px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 14px;
  }

  .stats-grid div::after {
    display: none;
  }

  .stats-grid strong {
    font-size: 43px;
  }

  .stats-grid span {
    font-size: 11px;
  }

  .strength-section {
    min-height: 0;
    padding: 70px 0;
  }

  .strength-grid {
    width: min(calc(100% - 28px), var(--shell));
  }

  .dashed-frame img {
    height: 360px;
  }

  .experience-badge {
    width: 125px;
    height: 125px;
    top: auto;
    right: 10px;
    bottom: -28px;
  }

  .experience-badge strong {
    font-size: 19px;
  }

  .experience-badge span {
    font-size: 14px;
  }

  .strength-content {
    margin-top: 18px;
  }

  .testimonials-section {
    min-height: 0;
    padding: 70px 0;
  }

  .testimonials-grid {
    gap: 35px;
  }

  .testimonial-controls {
    margin-top: 28px;
  }

  .testimonial-stage {
    min-height: 435px;
  }

  .testimonial-card {
    padding: 34px 27px 28px;
  }

  .testimonial-card p {
    font-size: 15px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .gallery-grid figure {
    height: 280px;
  }

  .gallery-grid figcaption {
    opacity: 1;
    transform: translateY(0);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 55px;
  }

  .footer-contact {
    grid-column: auto;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.logo.logo-image {
  width: 240px;
  max-width: 30vw;
  line-height: 0;
}

.logo.logo-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .logo.logo-image {
    width: 180px;
    max-width: 65vw;
  }
}
