.hero-section-2 {
  min-height: 730px;
  background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2000&q=85");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  min-height: 730px;
  background: rgba(36, 24, 15, 0.53);
}

.top-info {
  color: var(--white);
  background: #190a03;
}

.rating-number {
  color: var(--gold);
  font-size: clamp(1.7rem, 3vw, 1.5rem);
  font-weight: 800;
}

.stars {
  color: var(--gold);
  font-size: clamp(1.25rem, 2.5vw, 1.1rem);
  letter-spacing: -3px;
  white-space: nowrap;
}

.review-link {
  color: var(--white);
  font-size: 1.05rem;
  text-decoration: underline;
}

.review-link:hover {
  color: var(--gold);
}

.brand-box {
  min-width: 100%;
  padding: 18px 18px;
  color: var(--white);
  background: #190a03;
  border-radius: 12px;
}

.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  letter-spacing: 5px;
  line-height: 1;
}

.brand-sub {
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.9rem, 2vw, 1.25rem);
  letter-spacing: 4px;
}

.service-area {
  font-size: 1.05rem;
  font-weight: 700;
}

.top-phone {
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 1.5rem);
  font-weight: 800;
}

.top-phone:hover {
  color: var(--gold);
}

.nav-glass {
  background: rgba(52, 39, 30, 0.68);
  backdrop-filter: blur(4px);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  font-weight: 700;
  padding-inline: .25rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--white);
}

.navbar .nav-link.active {
  border-bottom: 2px solid var(--white);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.dropdown-item:active {
  background: var(--accent);
}

.hero-content {
  min-height: 430px;
}

.hero-title,
.hero-subtitle {
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 2.7rem);
  font-weight: 700;
}

.hero-subtitle {
  font-size: clamp(1.9rem, 4vw, 2rem);
  font-weight: 400;
}

.hero-features {
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 1.8;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.feature-dot {
  display: inline-block;
  margin-inline: .55rem;
}

.call-btn {
  min-width: min(100%, 300px);
  color: var(--white);
  background: var(--accent);
  border: 1px solid var(--white);
  font-size: 1.25rem;
  font-weight: 800;
}

.call-btn:hover,
.call-btn:focus {
  color: var(--white);
  background: var(--accent-dark);
  border-color: var(--white);
}

.ss-flooring-details {
  background-color: #ffffff;
  color: #222222;
}

.ss-flooring-content {
  line-height: 1.75;
}

.ss-content-heading {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-flooring-content p {
  margin-bottom: 22px;
}

.ss-flooring-list {
  margin: 0 0 24px;
  padding-left: 22px;
}

.ss-flooring-list li {
  margin-bottom: 8px;
}

.ss-text-link {
  color: #111111;
  font-weight: 700;
  text-decoration: underline;
}

.ss-flooring-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ss-reviews-section {
  padding: 30px;
  background-color: #f5f5f5;
}

.ss-sidebar-heading,
.ss-faq-heading,
.ss-related-heading {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
}

.ss-review-card {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.ss-review-name {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.ss-review-stars {
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 2px;
}

.ss-review-text {
  margin-bottom: 15px;
  line-height: 1.65;
}

.ss-review-date {
  display: block;
  opacity: 0.7;
}

.ss-reviews-button {
  margin-top: 24px;
}

.ss-warranty-callout {
  padding: 30px;
  text-align: center;
  border: 2px dashed #222222;
}

.ss-callout-image {
  width: 90px;
  margin-bottom: 20px;
}

.ss-callout-headline {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.ss-callout-text {
  margin-bottom: 18px;
  line-height: 1.65;
}

.ss-callout-fineprint {
  margin-bottom: 6px;
  font-size: 13px;
}

.ss-callout-button {
  margin-top: 18px;
}

.ss-faq-section {
  padding-top: 15px;
}

.ss-faq-accordion {
  border-top: 1px solid #dddddd;
}

.ss-faq-item {
  border-right: 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  border-radius: 0;
}

.ss-faq-button {
  padding: 22px 0;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
}

.ss-faq-button:not(.collapsed) {
  color: #111111;
  background-color: transparent;
  box-shadow: none;
}

.ss-faq-button:focus {
  box-shadow: none;
}

.ss-faq-answer {
  padding: 0 0 24px;
  line-height: 1.7;
}

.ss-related-services {
  padding-top: 15px;
}

.ss-related-link {
  display: block;
  height: 100%;
  padding: 16px 18px;
  color: #111111;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #dddddd;
}

.ss-related-link:hover {
  color: #111111;
  text-decoration: underline;
}
