:root {
  --dark: #302827;
  --charcoal: #333a47;
  --orange: #f0522a;
  --soft: #fbf8ef;
  --taupe: #786d6b;
  --text: #171717;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  background: var(--soft);
}

a {
  text-decoration: none;
}

.site-container {
  width: 90%;
  max-width: 90%;
}

.hero .site-container,
.style-cta .site-container {
  width: 100%;
  max-width: 1320px;
}

.topbar {
  height: 61px;
  background: var(--dark);
  color: #fff;
  font-size: 17px;
}

.topbar .site-container {
  height: 100%;
}

.top-link,
.socials a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.top-link i {
  font-size: 23px;
}

.top-phone {
  transform: translateX(-18px);
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.socials a {
  font-size: 19px;
  line-height: 1;
}

.main-nav {
  height: 82px;
  background: #fff;
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 100px;
  height: 61px;
  object-fit: contain;
}

.main-nav .navbar-nav {
  gap: 42px;
}

.main-nav .nav-link {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.main-nav .nav-link.active {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.orange-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 32px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.orange-btn:hover,
.orange-btn:focus {
  background: #df4520;
  color: #fff;
}

.nav-btn {
  min-width: 144px;
}

.hero {
  position: relative;
  min-height: 879px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: #171210;
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item,
.hero-slide {
  min-height: 879px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide-two {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .18)),
    url("../assets/pdf/image-01-13-1920x1250.jpeg");
}

.hero-slide-three {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .18)),
    url("../assets/pdf/image-01-07-1920x589.jpeg");
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-poster,
.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-poster {
  background-image: url("../assets/pdf/image-01-21-1280x720.jpeg");
  background-position: center center;
  background-size: cover;
  transform: scale(1.04);
  animation: heroPosterLoop 18s ease-in-out infinite alternate;
}

.hero-video {
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(13, 10, 9, .72) 0%, rgba(13, 10, 9, .46) 47%, rgba(13, 10, 9, .18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .44) 100%);
}

.hero .site-container {
  min-height: 879px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding-top: 164px;
  width: 100%;
  max-width: 850px;
}

.pill-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 37px;
  padding: 0 31px;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.pill-label span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  flex: 0 0 auto;
}

.pill-label.dark {
  padding: 0 28px;
  min-height: 36px;
  background: var(--charcoal);
}

.hero h1 {
  margin: 29px 0 22px;
  color: #fff;
  font-size: clamp(46px, 3.95vw, 76px);
  line-height: 1.28;
  font-weight: 800;
}

.hero p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.hero-btn {
  margin-top: 35px;
  min-height: 56px;
  padding: 0 28px;
}

.hero-control {
  position: absolute;
  bottom: 56px;
  z-index: 5;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}

.hero-control-prev {
  left: 44px;
}

.hero-control-next {
  right: 44px;
}

.hero-control:hover,
.hero-control:focus {
  background: #df4520;
  color: #fff;
}

@keyframes heroPosterLoop {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(-1.8%, 1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-poster {
    animation: none;
  }
}

.soft-section {
  background: var(--soft);
}

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

.section-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.about-composition {
  position: relative;
  min-height: 292px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-side {
  position: absolute;
  top: 31px;
  width: 247px;
  height: 188px;
  object-fit: cover;
  border-radius: 38px;
}

.about-left {
  left: 0;
}

.about-right {
  right: 0;
}

.about-text {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 33px;
  line-height: 1.48;
  font-weight: 400;
  text-align: center;
}

.inline-photo {
  display: inline-flex;
  width: 83px;
  height: 32px;
  overflow: hidden;
  border-radius: 999px;
  vertical-align: middle;
  transform: translateY(-4px);
}

.inline-photo.small {
  width: 78px;
}

.inline-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collections-block {
  margin-top: 84px;
}

.collection-title {
  margin: 26px 0 0;
  font-size: 36px;
  line-height: 1.47;
  font-weight: 700;
}

.slider-arrows {
  display: flex;
  gap: 28px;
  padding-right: 16px;
  padding-bottom: 14px;
}

.slider-arrows button,
.product-card a,
.gallery-item a {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}

.collection-cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.collection-card {
  min-height: 155px;
  border-radius: 13px;
  padding: 22px 36px;
  display: flex;
  align-items: center;
  gap: 39px;
  color: #fff;
  background: var(--taupe);
}

.collection-card.dark-card {
  background: var(--dark);
}

.collection-card img {
  width: 106px;
  height: 106px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

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

.collection-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.products-section {
  padding-top: 100px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.product-card {
  position: relative;
  height: 397px;
  overflow: hidden;
  border-radius: 10px;
  background: #ddd;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .58) 100%);
}

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

.product-card h3 {
  position: absolute;
  left: 21px;
  bottom: 23px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.product-card a,
.gallery-item a {
  position: absolute;
  right: 21px;
  bottom: 19px;
  z-index: 2;
  width: 41px;
  height: 41px;
  font-size: 25px;
}

.style-cta {
  margin-top: 109px;
  min-height: 590px;
  background: url("../assets/pdf/image-01-07-1920x589.jpeg") center center / cover no-repeat;
}

.style-cta .site-container {
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.style-copy {
  width: 650px;
  margin-right: 38px;
  color: #fff;
}

.style-copy h2 {
  margin: 0 0 33px;
  font-size: 49px;
  line-height: 1.2;
  font-weight: 500;
}

.style-copy .orange-btn {
  min-width: 142px;
}

.gallery-section {
  padding: 93px 0 106px;
}

.gallery-board {
  margin-top: 47px;
  padding: 40px 50px;
  min-height: 584px;
  border-radius: 20px;
  background: var(--taupe);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 235px);
  gap: 24px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #ddd;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gallery-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.gallery-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.gallery-item:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.gallery-item:nth-child(5) {
  grid-column: 4;
  grid-row: 1;
}

.gallery-item:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item a {
  right: 17px;
  bottom: 17px;
}

/* Legacy non-accordion .faq-list/.faq-item design removed — every page now
   renders the Bootstrap accordion FAQ via <x-faq-accordion>, styled in
   site.css's "FAQ ACCORDION" block, so this old design was dead CSS that
   only conflicted with the real .faq-section/.faq-item rules. */

.feature-row {
  margin-top: 111px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
  min-height: 280px;
  padding: 36px 40px 32px;
  border-radius: 11px;
  background: var(--taupe);
  color: #fff;
  text-align: center;
}

.feature-card > i {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 64px;
  line-height: 1;
}

.feature-card h3 {
  margin: 0 0 27px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}

.feature-card p {
  max-width: 330px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}

.footer-grid {
  padding: 90px 0 28px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.45fr;
  gap: 70px;
}

.footer-logo {
  width: 120px;
  height: 84px;
  object-fit: contain;
  background: #fff;
}

.footer-copy {
  max-width: 300px;
  margin: 20px 0 35px;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.footer-grid h3 {
  margin: 0 0 31px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.footer-grid a,
.footer-grid p,
.footer-grid address {
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.newsletter {
  margin: 28px 0 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.newsletter input {
  width: 220px;
  height: 45px;
  border: 0;
  border-radius: 7px;
  padding: 0 13px;
  color: var(--dark);
  font-weight: 600;
}

.newsletter input::placeholder {
  color: var(--orange);
}

.newsletter button {
  width: 42px;
  height: 45px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--orange);
  font-size: 22px;
}

.footer-grid address {
  margin: 0;
  display: grid;
  gap: 22px;
  font-style: normal;
}

.footer-grid address a,
.footer-grid address span {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.footer-grid address i {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  transform: translateY(1px);
}

.footer-socials {
  gap: 18px;
}

.footer-watermark {
  margin: 0 0 56px;
  color: rgba(255, 255, 255, .18);
  font-size: clamp(56px, 6.8vw, 130px);
  line-height: .82;
  font-weight: 800;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(255,255,255,.44), rgba(255,255,255,0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 22px 0;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .site-container {
    max-width: 960px;
  }

  .about-side {
    opacity: .28;
  }

  .collection-cards,
  .feature-row {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 991.98px) {
  .topbar {
    height: auto;
    padding: 14px 0;
  }

  .topbar .site-container {
    gap: 12px;
    flex-wrap: wrap;
  }

  .top-phone {
    transform: none;
  }

  .main-nav {
    height: auto;
    min-height: 82px;
    padding: 10px 0;
  }

  .main-nav .navbar-nav {
    gap: 18px;
    padding: 24px 0;
  }

  .nav-btn {
    margin-bottom: 12px;
  }

  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide,
  .hero .site-container {
    min-height: 720px;
  }

  .hero-copy {
    padding-top: 110px;
  }

  .about-text {
    font-size: 27px;
  }

  .about-side {
    display: none;
  }

  .gallery-board {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 220px);
  }

  .gallery-item:nth-child(n),
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .style-copy {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .site-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .topbar .site-container {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .top-link span {
    font-size: 14px;
  }

  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide,
  .hero .site-container {
    min-height: 640px;
  }

  .hero-copy {
    padding-top: 80px;
  }

  .pill-label {
    max-width: 100%;
    padding: 0 20px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .hero-control {
    top: auto;
    bottom: 28px;
    width: 46px;
    height: 46px;
    font-size: 24px;
    transform: none;
  }

  .hero-control-prev {
    left: 22px;
  }

  .hero-control-next {
    right: 22px;
  }

  .section-title {
    font-size: 31px;
  }

  .about-section {
    padding-top: 70px;
  }

  .about-text {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .inline-photo,
  .inline-photo.small {
    width: 54px;
    height: 24px;
  }

  .collection-title {
    font-size: 30px;
  }

  .slider-arrows {
    padding-right: 0;
  }

  .collection-card {
    width: 100%;
    padding: 20px 18px;
    gap: 18px;
  }

  .collection-card img {
    width: 92px;
    height: 92px;
  }

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

  .style-cta,
  .style-cta .site-container {
    min-height: 420px;
  }

  .style-cta {
    margin-top: 80px;
    background-position: 37% center;
  }

  .style-copy {
    width: 100%;
    text-align: center;
  }

  .style-copy h2 {
    font-size: 36px;
  }

  .gallery-board {
    padding: 22px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
    height: 240px;
  }

  .feature-row {
    margin-top: 70px;
  }

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

  .footer-watermark {
    margin-bottom: 48px;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .hero-copy,
  .about-text {
    max-width: min(346px, calc(100vw - 44px));
  }
}
