:root {
  --container: 1400px;
  --accent: #fb111c;
  --text: #111111;
  --muted: #555a60;
  --line: rgba(255, 255, 255, 0.3);
  --faq-bg: #f1f2f4;
  --footer-bg: #232323;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: var(--container);
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.is-loading {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.page-loader {
  width: 100%;
  min-width: var(--container);
  height: 100%;
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1f20;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.loader-mark {
  width: 189px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.loader-mark img {
  width: 64px;
  height: 58px;
  animation: loaderLogo 1.2s ease-in-out infinite alternate;
}

.loader-mark span {
  width: 189px;
  height: 3px;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.loader-mark span::before {
  content: "";
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -72px;
  border-radius: inherit;
  background: var(--accent);
  animation: loaderBar 1.15s ease-in-out infinite;
}

body.is-loaded .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
}

.section-white {
  background: #ffffff;
}

.site-header {
  width: 100%;
  min-width: var(--container);
  height: 91px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  color: #ffffff;
  border-bottom: 4px solid rgba(255, 255, 255, 0.38);
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  position: fixed;
  background: rgba(22, 22, 22, 0.72);
  backdrop-filter: blur(10px);
}

.header-inner {
  height: 91px;
}

.brand {
  width: 189px;
  height: 58px;
  position: absolute;
  top: 16px;
  left: 0;
}

.brand img {
  width: 64px;
  height: 58px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}

.main-nav {
  position: absolute;
  top: 37px;
  left: 470px;
  display: flex;
  align-items: center;
  gap: 27px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  opacity: 0.95;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.main-nav a::after {
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -37px;
  transform: translateX(-50%);
  background: var(--accent);
  transition: width 0.25s ease;
}

.main-nav a.active::after {
  width: 47px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-2px);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  width: 47px;
}

.search-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  right: 1px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.search-button:hover,
.search-button:focus-visible,
.search-button.is-active {
  color: var(--accent);
  transform: scale(1.12);
}

.search-button span {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-button span::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  right: -7px;
  bottom: -4px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.hero {
  height: 850px;
  min-width: var(--container);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 45%);
  opacity: 0;
  animation: heroShade 1.1s ease 0.35s forwards;
  pointer-events: none;
}

.hero-inner {
  height: 850px;
}

.hero h1 {
  margin: 0;
  position: absolute;
  top: 296px;
  left: 0;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(24px);
}

.banner{width:100%;position:relative;overflow:hidden}
.banner .swiper-container {position:relative;width: 1920px;height: 885px;left:50%;margin-left:-960px;background:#222;}
.banner .swiper-container-horizontal .swiper-pagination-bullets {bottom: 20px;}
.banner .swiper-container-horizontal .swiper-pagination-bullet {width: 64px;height: 5px;border-radius:0;display: inline-block;background:#000000;opacity:.3;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}
.banner .swiper-container-horizontal .swiper-pagination-bullet-active{opacity:1;background:#0054a7;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 5px;}
.banner .swiper-button-prev{left:50%;margin-left:-627px}
.banner .swiper-button-next{right:50%;margin-right:-627px}

body.is-loaded .hero h1 {
  animation: heroTitleIn 0.8s ease 0.22s forwards;
}

.slider-dots {
  position: absolute;
  left: 0;
  bottom: 73px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.slider-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.9;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.slider-dots .is-active {
  background: var(--accent);
}

.slider-dots span:hover {
  transform: scale(1.25);
  opacity: 1;
}

.product-range {
  height: 900px;
}

.product-range h2,
.courtyard h2,
.about h2,
.faq h2,
.site-footer h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.product-range h2 {
  padding-top: 111px;
  font-size: 47px;
  line-height: 1.25;
}

.product-cards {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.product-cards a {
  width: 215px;
  height: 553px;
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.38s ease, box-shadow 0.38s ease, filter 0.38s ease;
}

.product-cards a::before {
  content: "";
  width: 100%;
  height: 132px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #181a1d, #07080a);
  transition: height 0.34s ease, background 0.34s ease;
}

.product-cards a::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 14px;
  pointer-events: none;
  transition: border-color 0.34s ease;
}

.product-cards img {
  width: 229px;
  height: 567px;
  max-width: none;
  position: absolute;
  left: -7px;
  top: -7px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.product-cards span {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 45px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.34s ease;
}

.product-cards a:hover,
.product-cards a:focus-visible {
  transform: translateY(-14px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.product-cards a:hover::before,
.product-cards a:focus-visible::before {
  height: 132px;
  background: var(--accent);
}

.product-cards a:hover::after,
.product-cards a:focus-visible::after {
  border-color: var(--accent);
}

.product-cards a:hover img,
.product-cards a:focus-visible img {
  transform: scale(1.045);
}

.product-cards a:hover span,
.product-cards a:focus-visible span {
  transform: translateY(-2px);
}

.courtyard {
  height: 1003px;
}

.courtyard-copy {
  height: 200px;
  padding-top: 27px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.courtyard h2 {
  font-size: 48px;
  line-height: 1.18;
}

.courtyard p {
  margin: 25px 0 0;
  color: #686e75;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 600;
}

.pill-button {
  min-width: 166px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(251, 17, 28, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pill-button span {
  width: 16px;
  height: 8px;
  position: relative;
  display: inline-block;
}

.pill-button span::before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0;
  background: currentColor;
}

.pill-button span::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.pill-button:hover,
.pill-button:focus-visible {
  transform: translateY(-3px);
  background: #e9000c;
  box-shadow: 0 14px 26px rgba(251, 17, 28, 0.26);
}

.pill-button:hover span,
.pill-button:focus-visible span {
  animation: arrowNudge 0.55s ease infinite alternate;
}

.courtyard .pill-button {
  margin-top: 17px;
}

.courtyard-photo {
  height: 803px;
  width: 100%;
  min-width: var(--container);
  overflow: hidden;
}

.courtyard-photo img {
  width: 100%;
  height: 803px;
  object-fit: cover;
  object-position: center top;
  transition: transform 1.1s ease;
}

.courtyard-photo:hover img {
  transform: scale(1.035);
}

.about {
  height: 1035px;
}

.about-inner {
  height: 1035px;
}

.about-photo {
  width: 714px;
  height: 723px;
  position: absolute;
  top: 157px;
  left: 0;
  object-fit: cover;
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.about-photo:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
}

.about-copy {
  width: 589px;
  position: absolute;
  top: 239px;
  left: 811px;
}

.about h2 {
  font-size: 46px;
  line-height: 1.22;
}

.about-copy p {
  margin: 34px 0 0;
  color: #5a6067;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.about-copy p + p {
  margin-top: 24px;
}

.about .pill-button {
  margin-top: 34px;
}

.stats-strip {
  width: 951px;
  height: 176px;
  position: absolute;
  left: 449px;
  top: 639px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(251, 17, 28, 0.2);
}

.stats-strip div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.stats-strip div + div::before {
  content: "";
  width: 1px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 46px;
  background: rgba(255, 255, 255, 0.24);
}

.stats-strip strong {
  font-size: 33px;
  line-height: 1;
  font-weight: 800;
  transition: transform 0.28s ease;
}

.stats-strip span {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.84);
}

.stats-strip div:hover strong {
  transform: translateY(-4px);
}

.faq {
  height: 925px;
  background: var(--faq-bg);
}

.faq h2 {
  padding-top: 154px;
  font-size: 47px;
  line-height: 1.22;
}

.faq-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 687px);
  gap: 26px;
}

.faq-card {
  height: 497px;
  padding: 56px 48px 44px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 26px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.08);
}

.faq-card header {
  display: flex;
  align-items: center;
  gap: 26px;
}

.faq-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.faq-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(251, 17, 28, 0.08);
  position: relative;
  transition: transform 0.25s ease, background 0.25s ease;
}

.faq-card:hover .faq-icon {
  transform: rotate(-4deg) scale(1.04);
  background: rgba(251, 17, 28, 0.12);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--accent);
}

.faq-icon-product::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.faq-icon-product::after {
  width: 10px;
  height: 10px;
  left: 21px;
  top: 17px;
  border-radius: 2px;
  background: #ffffff;
}

.faq-icon-service::before {
  width: 26px;
  height: 22px;
  border-radius: 5px;
}

.faq-icon-service::after {
  width: 14px;
  height: 7px;
  top: 17px;
  left: 19px;
  border: 3px solid #ffffff;
  border-top: 0;
  background: transparent;
}

.faq-card ul {
  margin: 47px 0 0;
  padding: 0;
  list-style: none;
}

.faq-card li {
  min-height: 63px;
  display: block;
  border-bottom: 1px solid #e6e7e9;
  transition: border-color 0.25s ease;
}

.faq-card li:last-child {
  border-bottom: 0;
}

.faq-question {
  width: 100%;
  position: relative;
  min-height: 63px;
  display: flex;
  align-items: center;
  padding: 0 34px 0 22px;
  border: 0;
  background: transparent;
  color: #24272b;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.faq-question::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}

.faq-question::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 2px;
  border-top: 2px solid #d7d9dd;
  border-right: 2px solid #d7d9dd;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.faq-question:hover,
.faq-question:focus-visible,
.faq-card li.is-open .faq-question {
  color: var(--accent);
}

.faq-question:hover::after,
.faq-question:focus-visible::after,
.faq-card li.is-open .faq-question::after {
  border-color: var(--accent);
}

.faq-card li.is-open .faq-question::after {
  transform: translateY(-50%) rotate(135deg);
}

.faq-answer {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 34px 0 22px;
  color: #6b7177;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
}

.faq-card li.is-open .faq-answer {
  max-height: 58px;
  padding-top: 10px;
  padding-bottom: 11px;
  opacity: 1;
}

.faq-card .pill-button {
  margin-top: 19px;
}

.pill-button.muted {
  background: #ffffff;
  color: #4a4f55;
  box-shadow: inset 0 0 0 1px #eeeeee;
}

.pill-button.muted:hover,
.pill-button.muted:focus-visible {
  background: #f8f8f8;
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(251, 17, 28, 0.18), 0 12px 24px rgba(0, 0, 0, 0.08);
}

.site-footer {
  height: 600px;
  min-width: var(--container);
  background: var(--footer-bg);
  color: #ffffff;
}

.site-footer .container {
  height: 600px;
}

.site-footer h2 {
  padding-top: 94px;
  font-size: 46px;
  line-height: 1.2;
}

.contact-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: 425px 330px 384px;
  column-gap: 130px;
  row-gap: 54px;
}

.contact-block{
	height:100px;
	margin-bottom:20px;
}

.contact-block h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  
}

.contact-block p {
  margin: 28px 0 0;
  color: #aaaeb2;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.contact-block .accent {
  color: var(--accent);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 800;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contact-block:hover .accent {
  color: #ff3a42;
  transform: translateX(4px);
}

.footer-bottom {
  width: 100%;
  height: 94px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
  margin: 0;
  color: #8f9396;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

body.inner-page {
  background: #ffffff;
}

body.inner-page .site-header {
  position: sticky;
  background: #ffffff;
  color: #141414;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: none;
}

body.inner-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.inner-page .search-button {
  color: #141414;
}

body.inner-page .main-nav a:hover,
body.inner-page .main-nav a:focus-visible {
  color: var(--accent);
}

.page-hero {
  height: 600px;
  min-width: var(--container);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
}

.page-hero .container {
  height: 600px;
  display: flex;
  align-items: center;
}

.page-hero h1 {
  width: 780px;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.page-tabs {
  min-width: var(--container);
  height: 123px;
  border-bottom: 1px solid #e9e9e9;
  background: #ffffff;
}

.page-tabs .container {
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.page-tabs a,
.page-tabs button {
  min-width: 92px;
  height: 123px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #171717;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.page-tabs a::after,
.page-tabs button::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: var(--accent);
  transition: width 0.25s ease;
}

.page-tabs a:hover::after,
.page-tabs a:focus-visible::after,
.page-tabs a.active::after,
.page-tabs button:hover::after,
.page-tabs button:focus-visible::after,
.page-tabs button.active::after {
  width: 100%;
}

.tab-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f3f4;
  color: #a9adb2;
  font-size: 18px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-tabs a.active .tab-icon,
.page-tabs a:hover .tab-icon,
.page-tabs a:focus-visible .tab-icon {
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-section {
  min-width: var(--container);
  padding: 96px 0;
}

.soft-section {
  background: #f1f2f4;
}

.section-title {
  margin: 0 0 44px;
  color: #111111;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 446px);
  gap: 72px 31px;
}

.listing-card {
  display: block;
  background: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.listing-card:hover,
.listing-card:focus-visible {
  transform: translateY(-10px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.listing-card img {
  width: 446px;
  height: 314px;
  object-fit: cover;
}

.listing-card h3 {
  margin: 28px 0 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.listing-card p {
  margin: 12px 0 0;
  color: #5e646a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.ghost-button {
  min-width: 122px;
  height: 36px;
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #3d4248;
  box-shadow: inset 0 0 0 1px #ececec;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.listing-card:hover .ghost-button,
.listing-card:focus-visible .ghost-button {
  background: var(--accent);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px var(--accent);
}

.pagination {
  margin-top: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  color: #555b61;
  font-size: 14px;
  font-weight: 700;
}

.pagination a {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: background 0.25s ease, color 0.25s ease;
}

.pagination a:hover,
.pagination a.active {
  background: var(--accent);
  color: #ffffff;
}

.breadcrumb {
  padding-top: 42px;
  color: #9a9fa5;
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a {
  transition: color 0.25s ease;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.detail-intro {
  display: grid;
  grid-template-columns: 754px 560px;
  gap: 86px;
  align-items: start;
  padding-top: 42px;
  padding-bottom: 82px;
}

.detail-intro img {
  width: 754px;
  height: 530px;
  object-fit: cover;
}

.detail-copy h1,
.detail-copy h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.detail-copy p {
  margin: 30px 0 0;
  color: #4d535a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

.detail-copy .pill-button {
  margin-top: 88px;
}

.wide-image {
  width: 100%;
  margin-top: 32px;
}

.wide-image img {
  width: 100%;
  height: auto;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 446px);
  gap: 31px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 679px);
  gap: 72px 42px;
}

.feature-card img {
  width: 679px;
  height: 409px;
  object-fit: cover;
  border-radius: 8px;
}

.feature-card h3 {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.feature-card strong {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 12px;
}

.feature-card p {
  margin: 8px 0 0 40px;
  color: #6f747a;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.style-stack {
  display: grid;
  gap: 96px;
}

.style-stack img {
  width: 1403px;
  height: auto;
}

.about-intro {
  display: grid;
  grid-template-columns: 760px 564px;
  gap: 76px;
  align-items: start;
}

.about-intro p {
  color: #555b61;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
}

.about-stats {
  margin-top: 42px;
  border-top: 1px solid #e6e7e9;
}

.about-stats li {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e7e9;
  list-style: none;
}

.about-stats strong {
  color: var(--accent);
  font-size: 26px;
  font-weight: 800;
}

.about-stats span {
  color: #4b5158;
  font-size: 13px;
  font-weight: 700;
}

.about-intro img {
  width: 564px;
  height: 825px;
  object-fit: cover;
}

.band-image {
  min-width: var(--container);
  overflow: hidden;
}

.band-image img {
  width: 100%;
  height: auto;
}

.event-list {
  display: grid;
}

.event-section {
  min-width: var(--container);
  padding: 94px 0 100px;
}

.event-section:nth-child(even) {
  background: #f1f2f4;
}

.event-head {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.event-actions {
  display: flex;
  gap: 8px;
}

.event-actions button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  color: #acb1b6;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.event-actions button:hover {
  background: var(--accent);
  color: #ffffff;
}

.event-section img {
  width: 1401px;
  height: auto;
}

.projects-grid .listing-card img {
  width: 433px;
  height: 300px;
  border-radius: 10px;
}

.projects-grid {
  grid-template-columns: repeat(3, 433px);
  gap: 78px 50px;
}

.project-layout {
  display: grid;
  grid-template-columns: 857px 1px 348px;
  gap: 56px;
  padding: 72px 0 100px;
}

.project-separator {
  background: #e8e8e8;
}

.project-article h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.project-article p {
  margin: 28px 0 0;
  color: #4e545a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

.project-article img {
  width: 857px;
  height: 547px;
  margin-top: 38px;
  object-fit: cover;
}

.recommended h2 {
  margin: 0 0 42px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.rec-card {
  display: block;
  margin-bottom: 48px;
}

.rec-card img {
  width: 348px;
  height: 242px;
  object-fit: cover;
  border-radius: 10px;
}

.rec-card h3 {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.rec-card p {
  margin: 9px 0 0;
  color: #777d83;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.contact-form-section {
  min-width: var(--container);
  padding: 108px 0 120px;
  background: #f1f2f4;
}

.contact-form {
  display: grid;
  gap: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.contact-form label {
  display: block;
  color: #20242a;
  font-size: 13px;
  font-weight: 800;
}

.contact-form label.required::before {
  content: "*";
  color: var(--accent);
  margin-right: 4px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #24282d;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  margin-top:10px;	
}

.contact-form input {
  height: 68px;
  padding: 0 24px;
}

.contact-form textarea {
  height: 220px;
  resize: none;
  padding: 24px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: inset 0 0 0 2px rgba(251, 17, 28, 0.32), 0 12px 28px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.faq-page {
  min-width: var(--container);
  padding: 64px 0 112px;
}

.faq-page-tabs {
  width: 920px;
  margin: 0 auto 66px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.faq-page-tabs a {
  height: 80px;
  position: relative;
  border: 0;
  background: #ffffff;
  color: #181b20;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
}

.faq-page-tabs a::after {
  content: "";
  width: 71%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}

.faq-page-tabs a.active::after {
  background: var(--accent);
}

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

.faq-list li {
  min-height: 127px;
  display: block;
  border-radius: 6px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
  transition: background 0.25s ease;
}

.faq-list li.is-open {
  min-height: 209px;
  background: #f0f1f3;
}

.faq-list .faq-question {
  min-height: 127px;
  padding-left: 78px;
  padding-right: 170px;
  font-size: 24px;
}

.faq-list .faq-question::before {
  width: 13px;
  height: 13px;
  left: 42px;
}

.faq-list .faq-question::after {
  width: 12px;
  height: 12px;
  right: 55px;
}

.faq-state {
  width: 150px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #5b6269;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #eeeeee;
}

.faq-list li.is-open .faq-state {
  background: var(--accent);
  color: #ffffff;
  box-shadow: none;
}

.faq-list .faq-answer {
  padding-left: 78px;
  padding-right: 210px;
  font-size: 15px;
}

.faq-list li.is-open .faq-answer {
  max-height: 80px;
}

.inner-footer {
  height: 753px;
}

.inner-footer .container {
  height: 753px;
}

.inner-footer .contact-grid {
  grid-template-columns: 425px 395px 380px;
  column-gap: 70px;
  row-gap: 58px;
}

.footer-social {
  display: flex;
  gap: 22px;
	margin-top:20px;	
}

.footer-social a {
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #b8bdc2;
  font-size: 12px;
  font-weight: 700;
}

.footer-social strong {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  transition: transform 0.25s ease;
}

.footer-social a:nth-child(1) strong {
  background: #476fb7;
}

.footer-social a:nth-child(2) strong {
  background: #e8242f;
}

.footer-social a:nth-child(3) strong {
  background: #df1c65;
}

.footer-social a:nth-child(4) strong {
  background: #b13bcb;
}

.footer-social a:hover strong {
  transform: translateY(-5px);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.72s ease, transform 0.72s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loaderLogo {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes loaderBar {
  0% {
    left: -72px;
  }

  55%,
  100% {
    left: 189px;
  }
}

@keyframes heroShade {
  to {
    opacity: 1;
  }
}

@keyframes heroTitleIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes arrowNudge {
  to {
    transform: translateX(5px);
  }
}

@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;
  }

  .reveal,
  .hero h1 {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1400px) {
  .container {
    margin-left: 0;
    margin-right: 0;
  }
}
