/* Stoon Unified Homepage Section Standards */
.furniture-section {
  padding: 5rem 0;
  position: relative;
}

.furniture-section-head {
  margin-bottom: 3.5rem;
  text-align: left;
}

.furniture-section-head .section-eyebrow {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--stoon-accent);
  margin-bottom: 0.5rem;
}

.furniture-section-head .section-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--stoon-primary);
  margin-bottom: 0;
}

.furniture-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--stoon-primary);
  border: 2px solid var(--stoon-primary);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.furniture-outline-button:hover {
  background-color: var(--stoon-primary);
  color: #ffffff;
}

/* Stoon Mega-Menu Featured Highlight Card */
.stoon-mega-featured-card {
  background: var(--stoon-surface);
  border: 1px solid var(--stoon-border-dark);
  border-radius: 8px;
  padding: 1.5rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.stoon-mega-featured-card:hover {
  transform: translateY(-4px);
}

.stoon-mega-featured-card .featured-card-title {
  font-family: var(--font-display);
  color: #ffffff;
}

/* Stoon Turner Construction Inspired Project Grid Standards */
@media (min-width: 992px) {
  .border-end-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-bs-theme="dark"] .border-end-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.stoon-project-media-wrapper {
  overflow: hidden;
  background-color: #0f172a;
}

.stoon-project-media-wrapper .stoon-project-img {
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stoon-project-grid-card .stoon-project-media-wrapper .stoon-project-img {
  height: 180px;
}

.stoon-project-media-wrapper:hover .stoon-project-img {
  transform: scale(1.04);
}

.stoon-project-cta-link {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #d97706;
  transition: color 0.25s ease, transform 0.25s ease;
}

.stoon-project-cta-link:hover {
  color: #b45309;
}

.stoon-project-cta-link i {
  transition: transform 0.25s ease;
}

.stoon-project-cta-link:hover i {
  transform: translateX(4px);
}

.stoon-project-featured-title a,
.stoon-project-grid-title a {
  transition: color 0.2s ease;
}

.stoon-project-featured-title a:hover,
.stoon-project-grid-title a:hover {
  color: #d97706 !important;
}

.bg-dark-slate {
  background-color: #1e293b;
}

/* Stoon Subpage Hero Banner & Header Standards */
.stoon-subpage-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 4rem 0 3.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.stoon-subpage-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(217, 119, 6, 0.12), transparent 50%);
  pointer-events: none;
}

.stoon-subpage-hero .stoon-breadcrumb {
  margin-bottom: 1.25rem;
}

.stoon-subpage-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.stoon-subpage-hero .breadcrumb-item a:hover {
  color: #ffffff;
}

.stoon-subpage-hero .breadcrumb-item.active {
  color: var(--stoon-accent, #d97706);
}

.stoon-subpage-hero .stoon-hero-title {
  font-family: var(--font-display, 'Marcellus', serif);
  font-size: 2.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.stoon-subpage-hero .stoon-hero-lead {
  font-family: var(--font-ui, 'Outfit', sans-serif);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin-bottom: 0;
}

/* Stoon Video Card & Play Button Hover Overlay (Turner Benchmark) */
.stoon-video-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.35s ease;
}

.stoon-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  border-color: rgba(217, 119, 6, 0.4);
}

.stoon-video-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: #0f172a;
  overflow: hidden;
  display: block;
}

.stoon-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.45s ease;
}

.stoon-video-card:hover .stoon-video-poster {
  transform: scale(1.06);
  filter: brightness(0.85);
}

.stoon-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.55) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.stoon-video-card:hover .stoon-video-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.7) 100%);
}

.stoon-play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.4);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease;
  padding-left: 3px;
}

.stoon-video-card:hover .stoon-play-btn {
  transform: scale(1.15);
  background: #d97706;
  box-shadow: 0 12px 30px rgba(217, 119, 6, 0.6);
}

.stoon-video-card-body {
  padding: 1.25rem 1.35rem;
}

.stoon-video-card-title {
  font-family: var(--font-display, 'Marcellus', serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.stoon-video-card-title a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.stoon-video-card-title a:hover,
.stoon-video-card:hover .stoon-video-card-title a {
  color: var(--stoon-accent, #d97706) !important;
}

.stoon-video-card-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-ui, 'Outfit', sans-serif);
  font-size: 0.825rem;
  color: #64748b;
}

[data-bs-theme="dark"] .stoon-video-card {
  background-color: #1e293b;
  border-color: #334155;
}

[data-bs-theme="dark"] .stoon-video-card-title,
[data-bs-theme="dark"] .stoon-video-card-title a {
  color: #f8fafc !important;
}

/* Stoon Video Watch Page Compact Above-the-Fold Layout */
.stoon-video-detail-shell {
  padding-top: 0.25rem !important;
}

.stoon-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
}

.stoon-video-player-frame {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: calc(100vh - 150px);
}

@media (min-width: 992px) {
  .stoon-video-player-frame.ratio {
    max-height: calc(100vh - 155px);
  }

  .stoon-video-player-frame video,
  .stoon-video-player-frame iframe {
    max-height: calc(100vh - 155px);
    object-fit: contain;
  }
}

.stoon-video-detail-title {
  font-family: var(--font-display, 'Marcellus', serif);
  line-height: 1.3;
}

/* Stoon Cookie Consent Banner Styling */
.cookie-consent-banner {
  position: fixed !important;
  left: auto !important;
  right: 24px !important;
  bottom: 24px !important;
  width: 380px !important;
  max-width: calc(100vw - 48px) !important;
  padding: 24px !important;
  background: color-mix(in srgb, var(--stoon-primary, #0f172a) 95%, transparent) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  color: #f8fafc !important;
  border: 1px solid color-mix(in srgb, #ffffff 12%, transparent) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35) !important;
  z-index: 2050 !important;
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.cookie-consent-banner.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-consent-banner .container,
.cookie-consent-banner .cookie-consent-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.cookie-consent-banner .cookie-consent-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cookie-consent-banner .cookie-consent-icon {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--stoon-accent, #d97706);
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-consent-banner .cookie-consent-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: inherit;
  font-family: var(--font-body, 'Inter', sans-serif);
}

.cookie-consent-banner .cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-consent-banner .btn-primary {
  background-color: var(--stoon-accent, #d97706);
  border-color: var(--stoon-accent, #d97706);
  color: #ffffff;
  font-family: var(--font-ui, 'Outfit', sans-serif);
  font-weight: 600;
}

.cookie-consent-banner .btn-primary:hover {
  background-color: var(--stoon-accent-hover, #b45309);
  border-color: var(--stoon-accent-hover, #b45309);
}

.cookie-consent-banner .cookie-policy-btn,
.cookie-consent-banner .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: var(--font-ui, 'Outfit', sans-serif);
}

.cookie-consent-banner .cookie-policy-btn:hover,
.cookie-consent-banner .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}


/* Stoon Clean Utility Classes for Separating Inline Styles */
.stoon-object-cover {
  object-fit: cover;
}

.stoon-object-contain {
  object-fit: contain;
}

.stoon-card-media-200 {
  height: 200px;
  overflow: hidden;
  background-color: #0f172a;
}

.stoon-card-media-220 {
  height: 220px;
  overflow: hidden;
  background-color: #0f172a;
}

.stoon-card-media-160 {
  height: 160px;
  background-color: #1e293b;
}

.stoon-card-media-380 {
  min-height: 380px;
  background-color: #0f172a;
}

.stoon-client-card {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stoon-client-card-sm {
  height: 80px;
}

.stoon-announcement-marquee {
  max-width: 700px;
}

.stoon-footer-map {
  height: 280px;
  overflow: hidden;
}

.stoon-ref-box-60 {
  height: 60px;
}

.stoon-ltr-inline {
  direction: ltr;
  display: inline-block;
}

.stoon-client-logo-muted {
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 0.3s ease;
}

.stoon-project-fallback-lg {
  min-height: 280px;
}

.stoon-project-fallback-sm {
  min-height: 180px;
}

.stoon-video-thumb-sm {
  width: 84px;
  height: 56px;
}

.logo-blend-multiply {
  filter: url(#af-remove-white-bg);
  mix-blend-mode: multiply;
}

.logo-blend-screen {
  filter: url(#af-remove-dark-bg);
  mix-blend-mode: screen;
}

.stoon-anim-logo {
  max-height: var(--anim-height, 48px);
  aspect-ratio: var(--anim-aspect, 16/9);
  object-fit: contain;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.stoon-letter-spacing-1 {
  letter-spacing: 1px;
}

.footer-logo-img {
  max-height: 40px;
  width: auto;
}

.stoon-img-hover-zoom {
  transition: transform 0.3s ease;
}

.stoon-img-hover-zoom:hover {
  transform: scale(1.05);
}

.stoon-bg-cover-16-9 {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-image: var(--bg-url);
}

.stoon-btn-icon-36 {
  width: 36px;
  height: 36px;
}

.stoon-popup-modal {
  border-radius: var(--stoon-radius-lg, 16px);
  background: var(--stoon-surface, #1e293b);
  color: #ffffff;
}




