@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: ArtVault - auction and bidding HTML Template
    Author: RHJ Themes
    Author URI: https://rh-jewel.com/
    Support: https://support.ezzlal.com/
    Version: 1.0.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================================
    01. Breakpoints
    02. Mixins
    03. Global Styles and Utilities
    04. Shared Components and Classic Header
    05. Hero Banner
    06. Home About
    07. Streaming Auctions
    08. Featured Artists
    09. General Artwork
    10. Features
    11. Artwork Gallery Tabs
    12. About Page
    13. Auction Grid Page
    14. Contact Page
    15. Creator Pages
    16. Curated Gallery Page
    17. Marketplace Products Page
    18. Auction Product Details Page
    19. WooCommerce Auction Details Page
    20. Why Choose Us
    21. Upcoming Auctions
    22. Testimonials
    23. Blog Grid and Details Pages
    24. Home Blog
    25. FAQ Page
    26. Home FAQ
    27. Call to Action
    28. Footer
    29. Scroll Progress Button
    30. Modern Home Two
    31. Authentication Pages
    32. Collector Dashboard
    33. General Commerce Pages
    34. Legal Pages

-----------------------------------------------------------------------------------*/
/*=====================================
    01. Breakpoints
=======================================*/
/*Up (min-width)*/
/*Down (max-width)*/
/*Range (min + max)*/
/*===========================
    02. Mixins
===========================*/
/*===========================
    03. Global Styles and Utilities
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");
:root {
  /* Color tokens */
  --color-background: #F8F7F4;
  --color-surface: #FFFFFF;
  --color-text: #1A1A1A;
  --color-primary: #2C2C2C;
  --color-accent: #C9A227;
  --color-border: #E5E7EB;
  /* Supporting semantic colors */
  --color-text-muted: #6B7280;
  --color-hover: #1F1F1F;
  --color-success: #2E7D32;
  --color-danger: #D32F2F;
  --color-white: #FFFFFF;
  --color-ink: #1B1B18;
  --color-ink-deep: #171714;
  --color-brand-orange: #D85F2A;
  --color-cream: #F4F1E9;
  /* Typography tokens */
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: var(--font-heading);
  --font-intern: var(--font-body);
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 16px;
  /* Radius tokens */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  /* Shadow tokens */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
  /* Motion tokens */
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-intern);
  font-size: var(--font-size-base);
  color: var(--color-text);
  background: var(--color-background);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 15px;
}

img {
  height: auto;
  max-width: 100%;
}

a,
ul,
ol {
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button {
  color: var(--color-surface);
  background: var(--color-primary);
  border-radius: var(--radius-md);
  transition: var(--transition);
}

button:hover {
  background: var(--color-hover);
}

.form-demo-message {
  display: none;
  width: 100%;
  margin: 10px 0 0;
  color: var(--color-success);
  font-family: var(--font-intern);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.form-demo-message.is-visible {
  display: block;
}

/* 03.1 Spacing Utilities */
.sec-pad {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .sec-pad {
    padding: 80px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.sec-mar {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .sec-mar {
    margin: 80px 0;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

/*===========================
    04. Shared Components and Classic Header
===========================*/
.section-kicker {
  color: var(--color-accent);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  max-width: 680px;
}
.section-title h2 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 18px;
}
.section-title p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 0;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media (max-width: 767.98px) {
  .section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 34px;
  }
}

.primary-btn,
.secondary-btn,
.card-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 15px 22px;
  transition: var(--transition);
}

.primary-btn,
.card-btn {
  background: var(--color-primary);
  color: var(--color-surface);
}
.primary-btn:hover,
.card-btn:hover {
  background: var(--color-accent);
  color: var(--color-primary);
}

.secondary-btn {
  background: transparent;
  border-color: rgba(26, 26, 26, 0.18);
  color: var(--color-primary);
}
.secondary-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.secondary-btn.light {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--color-surface);
}
.secondary-btn.light:hover {
  background: var(--color-surface);
  color: var(--color-primary);
}

.text-link {
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--color-accent);
}

.site-header {
  background: rgba(248, 247, 244, 0.92);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 99;
}
.site-header .navbar {
  padding: 18px 0;
}
.site-header .navbar-brand {
  align-items: center;
  display: inline-flex;
}
.site-header .nav-link,
.site-header .sub-menu a {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 15px;
  text-decoration: none;
}
.site-header .nav-link:hover, .site-header .nav-link.active,
.site-header .sub-menu a:hover,
.site-header .sub-menu a.active {
  color: var(--color-accent);
}
.site-header .current-menu-item > a {
  color: var(--color-accent);
}
.site-header .sub-menu {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  display: none;
  left: 0;
  list-style: none;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.site-header .sub-menu a {
  border-radius: var(--radius-sm);
  display: block;
  font-size: 14px;
  padding: 10px 12px;
}
.site-header .sub-menu a:hover {
  background: var(--color-background);
  color: var(--color-accent);
}
.site-header .menu-item-has-children {
  position: relative;
}
.site-header .menu-item-has-children > a::after {
  border-bottom: 0;
  border-left: 4.8px solid transparent;
  border-right: 4.8px solid transparent;
  border-top: 4.8px solid;
  content: "";
  display: inline-block;
  margin-left: 7.2px;
  vertical-align: 2.4px;
}
.site-header .menu-item-has-children > .sub-menu .sub-menu {
  left: 100%;
  margin-left: -1px;
  top: 0;
}
@media (min-width: 992px) {
  .site-header .menu-align-left > .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
  }
}
.site-header {
  /* 04.1 Classic Mega Menu */
}
.site-header .mega-menu {
  position: static;
}
.site-header .mega-menu-panel {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 1.05fr);
  left: 50%;
  padding: 26px;
  top: calc(100% - 4px);
  transform: translateX(-50%);
  width: min(1120px, 100vw - 40px);
}
.site-header .mega-menu-column {
  padding: 2px 8px;
}
.site-header .mega-menu-column > a {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.44px;
  padding: 4px 10px 12px;
  text-transform: uppercase;
}
.site-header .mega-menu-column > a::after {
  display: none;
}
.site-header .mega-menu-column > a:hover {
  background: transparent;
  color: var(--color-accent);
}
.site-header .mega-menu-column.mega-menu-column > .sub-menu {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  left: auto;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: static;
  top: auto;
}
.site-header .mega-menu-column > .sub-menu > li > a {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 11px 10px;
}
.site-header .mega-menu-column > .sub-menu > li > a > i {
  align-items: center;
  background: var(--color-background);
  border-radius: 50%;
  color: var(--color-accent);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 16px;
  height: 38px;
  justify-content: center;
}
.site-header .mega-menu-column > .sub-menu > li > a span,
.site-header .mega-menu-column > .sub-menu > li > a strong,
.site-header .mega-menu-column > .sub-menu > li > a small {
  display: block;
}
.site-header .mega-menu-column > .sub-menu > li > a strong {
  color: var(--color-primary);
  font-size: 13px;
  line-height: 1.25;
}
.site-header .mega-menu-column > .sub-menu > li > a small {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: 1.35;
  margin-top: 3px;
}
.site-header .mega-menu-column > .sub-menu > li > a:hover {
  background: var(--color-background);
}
.site-header .mega-menu-column > .sub-menu > li > a:hover > i {
  background: var(--color-primary);
  color: var(--color-accent);
}
.site-header .mega-menu-feature {
  min-height: 245px;
}
.site-header .mega-menu-feature > a {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.76), rgba(26, 26, 26, 0.94)), url("../img/artvault-16.jpg") center/cover;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  min-height: 245px;
  padding: 24px;
}
.site-header .mega-menu-feature > a span,
.site-header .mega-menu-feature > a strong,
.site-header .mega-menu-feature > a small,
.site-header .mega-menu-feature > a em {
  display: block;
}
.site-header .mega-menu-feature > a span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.site-header .mega-menu-feature > a strong {
  color: var(--color-surface);
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.05;
  margin-top: 7px;
}
.site-header .mega-menu-feature > a small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
  margin-top: 7px;
}
.site-header .mega-menu-feature > a em {
  color: var(--color-surface);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 20px;
}
.site-header .mega-menu-feature > a:hover {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.68), rgba(26, 26, 26, 0.88)), url("../img/artvault-16.jpg") center/cover;
  color: var(--color-surface);
}
@media (min-width: 992px) {
  .site-header .mega-menu > .nav-link {
    position: relative;
  }
  .site-header .mega-menu > .nav-link::before {
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .site-header .mega-menu > .mega-menu-panel {
    display: grid;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 0.2s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    visibility: hidden;
  }
  .site-header .menu-item-has-children:hover > .sub-menu,
  .site-header .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .site-header .mega-menu:hover > .mega-menu-panel,
  .site-header .mega-menu:focus-within > .mega-menu-panel {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0s;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background: var(--color-surface);
    box-shadow: -12px 0 32px rgba(26, 26, 26, 0.18);
    display: block;
    height: 100vh;
    height: 100dvh;
    max-width: 360px;
    overflow-y: auto;
    padding: 76px 24px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.42s;
    visibility: hidden;
    will-change: transform;
    width: min(88vw, 360px);
    z-index: 1001;
  }
  .site-header .navbar-collapse.is-open {
    transform: translateX(0);
    transition-delay: 0s;
    visibility: visible;
  }
  .site-header .navbar-nav {
    width: 100%;
  }
  .site-header .mobile-menu-brand {
    display: flex;
    align-items: center;
    margin: -55px 58px 22px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--color-border);
  }
  .site-header .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .menu-item-has-children > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .site-header .menu-item-has-children > a::after {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }
  .site-header .sub-menu,
  .site-header .menu-item-has-children > .sub-menu .sub-menu {
    border: 0;
    box-shadow: none;
    display: block;
    margin: 0 0 0 12px;
    max-height: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 12px;
    pointer-events: none;
    position: static;
    transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, margin-bottom 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
  }
  .site-header .menu-item-has-children.is-open > .sub-menu {
    display: block;
    margin-bottom: 8px;
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .site-header .mega-menu-panel {
    gap: 0;
    grid-template-columns: 1fr;
    left: auto;
    padding-left: 12px;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
  }
  .site-header .mega-menu.is-open > .mega-menu-panel {
    max-height: 1800px;
  }
  .site-header .mega-menu-column {
    padding: 0;
  }
  .site-header .mega-menu-column > a {
    font-size: 12px;
    padding: 12px 0;
  }
  .site-header .mega-menu-column > a::after {
    display: inline-block;
  }
  .site-header .mega-menu-column.mega-menu-column > .sub-menu {
    display: block;
    margin-left: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 12px;
    pointer-events: none;
    transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
    visibility: hidden;
  }
  .site-header .mega-menu-column.is-open > .sub-menu {
    margin-bottom: 8px;
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .site-header .mega-menu-column > .sub-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .mega-menu-feature {
    margin-top: 12px;
    min-height: 210px;
  }
  .site-header .mega-menu-feature > a {
    min-height: 210px;
  }
  .site-header .menu-close {
    align-items: center;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 22px;
    top: 20px;
    width: 42px;
  }
  .site-header .mobile-menu-actions {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--color-border);
  }
  .site-header .mobile-menu-actions a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    color: var(--color-ink);
    border: 1px solid var(--color-border);
    border-radius: 7px;
    background: var(--color-background);
    font-size: 11px;
    font-weight: 700;
  }
  .site-header .mobile-menu-actions a:hover {
    color: var(--color-white);
    border-color: var(--color-ink);
    background: var(--color-ink);
  }
  .site-header .mobile-menu-actions i {
    color: var(--color-brand-orange);
  }
  .site-header .menu-backdrop {
    background: rgba(26, 26, 26, 0.5);
    border: 0;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.38s ease, visibility 0s linear 0.38s;
    visibility: hidden;
    z-index: 1000;
  }
  .site-header .menu-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
    visibility: visible;
  }
}

.modern-navigation a.is-current-page,
.modern-navigation > ul > li.current-menu-item > a {
  color: var(--h2-orange, var(--color-brand-orange));
}

@media (prefers-reduced-motion: reduce) {
  .site-header .navbar-collapse,
  .site-header .menu-backdrop,
  .site-header .sub-menu,
  .site-header .menu-item-has-children > a::after {
    transition-duration: 0.01ms;
  }
}
body.menu-open {
  overflow: hidden;
}

.brand-logo-image {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}

.site-header .navbar-brand .brand-logo-image,
.commerce-checkout-header .navbar-brand .brand-logo-image {
  width: 150px;
}

.mobile-menu-brand .brand-logo-image {
  width: 142px;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.icon-btn,
.account-btn {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  height: 44px;
  justify-content: center;
  padding: 0 14px;
}
.icon-btn:hover,
.account-btn:hover {
  background: var(--color-primary);
  color: var(--color-surface);
}

.icon-btn {
  width: 44px;
}

.navbar-toggler {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  height: 44px;
  padding: 0;
  width: 44px;
}

/*===========================
    05. Hero Banner
===========================*/
.hero-section {
  background: linear-gradient(120deg, rgba(26, 26, 26, 0.92), rgba(26, 26, 26, 0.66)), url("../img/artvault-45.jpg") center/cover;
  color: var(--color-surface);
  overflow: hidden;
  padding: 110px 0 86px;
}
.hero-section h1 {
  color: var(--color-surface);
  font-size: 66px;
  line-height: 0.94;
  margin-bottom: 24px;
}
.hero-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 620px;
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 82px 0 70px;
  }
}

.hero-buttons,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-section .secondary-btn {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--color-surface);
}
.hero-section .secondary-btn:hover, .hero-section .secondary-btn:focus-visible {
  background: var(--color-surface);
  border-color: var(--color-surface);
  color: var(--color-primary);
}

.hero-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  max-width: 620px;
  padding-top: 28px;
}
.hero-meta strong {
  color: var(--color-surface);
  display: block;
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 1;
}
.hero-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .hero-meta {
    grid-template-columns: 1fr;
  }
}

.hero-art-card {
  position: relative;
  margin-left: auto;
  max-width: 560px;
  isolation: isolate;
}
.hero-art-card::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -12%;
  bottom: 12%;
  left: 18%;
  z-index: -2;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.22);
  filter: blur(60px);
}
@media (max-width: 991.98px) {
  .hero-art-card {
    margin-right: auto;
  }
}

.hero-art-orbit {
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: -1;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}
.hero-art-orbit::before, .hero-art-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hero-art-orbit::before {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-art-orbit::after {
  top: 12px;
  right: 28px;
  width: 9px;
  height: 9px;
  background: var(--color-accent);
  box-shadow: 0 0 0 7px rgba(201, 162, 39, 0.15);
}

.hero-art-card-inner {
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.hero-art-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-ink);
}
.hero-art-image img {
  width: 100%;
  aspect-ratio: 1.7/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-art-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 10, 0.12) 40%, rgba(12, 12, 10, 0.78) 100%);
  pointer-events: none;
}
.hero-art-card:hover .hero-art-image img {
  transform: scale(1.035);
}

.hero-art-toolbar {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(20, 20, 18, 0.82);
  backdrop-filter: blur(8px);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F0643C;
  box-shadow: 0 0 0 5px rgba(240, 100, 60, 0.18);
  animation: heroLivePulse 1.8s ease-in-out infinite;
}

@keyframes heroLivePulse {
  50% {
    box-shadow: 0 0 0 8px rgba(240, 100, 60, 0.04);
  }
}
.hero-art-save {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(20, 20, 18, 0.45);
  backdrop-filter: blur(8px);
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease;
}
.hero-art-save:hover, .hero-art-save.is-saved {
  color: var(--color-white);
  border-color: var(--color-brand-orange);
  background: var(--color-brand-orange);
}
.hero-art-save:focus-visible {
  outline: 3px solid var(--color-white);
  outline-offset: 3px;
}

.hero-lot-label {
  position: absolute;
  bottom: 50px;
  left: 18px;
  z-index: 3;
}
.hero-lot-label span,
.hero-lot-label small {
  display: block;
}
.hero-lot-label span {
  color: #F19A72;
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hero-lot-label small {
  margin-top: 4px;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}

.hero-art-image-meta {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.74);
}
.hero-art-image-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 500;
}
.hero-art-image-meta i {
  color: #F19A72;
}

.auction-preview {
  padding: 22px 18px 15px;
  background: var(--color-white);
}
.auction-preview span,
.auction-preview p,
.auction-preview small {
  color: var(--color-text-muted);
}
.auction-preview h2 {
  margin: 5px 0 6px;
  color: var(--color-ink);
  font-size: 29px;
  line-height: 0.95;
}
.auction-preview p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.45;
}
.auction-preview p i {
  color: var(--color-brand-orange);
}

.auction-preview-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.auction-preview-heading > div > span {
  color: var(--color-brand-orange);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.auction-preview-heading > a {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease;
}
.auction-preview-heading > a:hover {
  color: var(--color-white);
  border-color: var(--color-ink);
  background: var(--color-ink);
}

.bid-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  margin-top: 17px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #F8F6F1;
}
.bid-panel > div {
  padding: 14px;
  border-right: 1px solid var(--color-border);
}
.bid-panel > div:last-child {
  border-right: 0;
}
.bid-panel span,
.bid-panel strong,
.bid-panel small {
  display: block;
}
.bid-panel span {
  color: var(--color-text-muted);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.bid-panel strong {
  margin: 5px 0 4px;
  color: var(--color-ink);
  font-family: var(--font-intern);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.bid-panel small {
  color: #9A978F;
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 500;
}

.hero-bid-countdown strong {
  color: var(--color-brand-orange);
  letter-spacing: 0.8px;
}

.auction-preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
}
.auction-preview-actions > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-text-muted);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 500;
}
.auction-preview-actions > span i {
  color: #4A8066;
  font-size: 14px;
}
.auction-preview-actions > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 16px;
  color: var(--color-white);
  background: var(--color-ink);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background 220ms ease;
}
.auction-preview-actions > a:hover {
  color: var(--color-white);
  background: var(--color-brand-orange);
}

.hero-art-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.66);
}
.hero-art-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 500;
}
.hero-art-trust i {
  color: var(--color-accent);
}

@media (max-width: 575.98px) {
  .hero-art-orbit {
    right: -10px;
  }
  .hero-art-card-inner {
    padding: 7px;
    border-radius: 16px;
  }
  .hero-art-image {
    border-radius: 11px;
  }
  .hero-art-image img {
    aspect-ratio: 1/1.06;
  }
  .hero-art-image-meta {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-lot-label {
    bottom: 74px;
  }
  .auction-preview {
    padding: 19px 13px 12px;
  }
  .auction-preview-heading h2 {
    font-size: 25px;
  }
  .bid-panel {
    grid-template-columns: 1fr 1fr;
  }
  .bid-panel .hero-bid-countdown {
    grid-column: 1/-1;
    border-top: 1px solid var(--color-border);
    border-right: 0;
  }
  .auction-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .auction-preview-actions > a {
    justify-content: space-between;
  }
  .hero-art-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art-image img {
    transition: none;
  }
  .live-badge i {
    animation: none;
  }
}
/*===========================
    06. Home About
===========================*/
.about-image {
  position: relative;
}
.about-image img {
  aspect-ratio: 5/4;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.experience-card {
  background: var(--color-primary);
  border-radius: var(--radius-md);
  bottom: 28px;
  color: var(--color-surface);
  max-width: 210px;
  padding: 22px;
  position: absolute;
  right: 28px;
}
.experience-card strong {
  color: var(--color-accent);
  display: block;
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 1;
}

.stats-row {
  margin-top: 28px;
}

.stat-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 20px;
  text-align: center;
}
.stat-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
}
.stat-card span {
  color: var(--color-text-muted);
  font-size: 13px;
}

/* 06.1 Shared Home Section Foundations */
.streaming-auctions-section,
.features-section,
.upcoming-auctions-section,
.faq-section {
  background: var(--color-surface);
}

.auction-card,
.artwork-card,
.artist-card,
.feature-card,
.blog-card,
.schedule-card {
  transition: all 0.3s ease-out 0s;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
}
.auction-card:hover,
.artwork-card:hover,
.artist-card:hover,
.feature-card:hover,
.blog-card:hover,
.schedule-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

/*===========================
    07. Streaming Auctions
===========================*/
.auction-card img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.auction-card .card-body {
  padding: 22px;
}
.auction-card h3 {
  font-size: 28px;
  line-height: 1.05;
  margin: 8px 0;
}
.auction-card p {
  color: var(--color-text-muted);
  margin-bottom: 18px;
}

.category,
.artwork-card span,
.schedule-card span,
.blog-card span {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.auction-info,
.price-row {
  align-items: center;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-top: 16px;
}
.auction-info span,
.auction-info strong,
.price-row span,
.price-row strong {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 800;
}
.auction-info small,
.price-row small {
  color: var(--color-danger);
  font-weight: 800;
}

.card-btn {
  width: 100%;
}

/*===========================
    08. Featured Artists
===========================*/
.featured-artists-section {
  background: var(--color-background);
}

.artist-card {
  padding: 24px;
  text-align: center;
}
.artist-card img {
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
}
.artist-card h3 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}
.artist-card p,
.artist-card span {
  color: var(--color-text-muted);
  display: block;
  margin-bottom: 8px;
}
.artist-card a {
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 800;
  margin-top: 10px;
}
.artist-card a:hover {
  color: var(--color-accent);
}

/*===========================
    09. General Artwork
===========================*/
.artwork-card {
  padding: 14px;
}
.artwork-card img {
  aspect-ratio: 4/3.4;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.artwork-card h3 {
  font-size: 28px;
  line-height: 1.05;
  margin: 8px 0;
}
.artwork-card p {
  color: var(--color-text-muted);
  margin-bottom: 16px;
}
.artwork-card .price-row {
  margin-bottom: 0;
}
.artwork-card .price-row a {
  color: var(--color-primary);
  font-weight: 800;
}
.artwork-card .price-row a:hover {
  color: var(--color-accent);
}

/*===========================
    10. Features
===========================*/
.feature-card {
  padding: 30px;
}
.feature-card i {
  align-items: center;
  background: var(--color-background);
  border-radius: 50%;
  color: var(--color-accent);
  display: inline-flex;
  font-size: 28px;
  height: 62px;
  justify-content: center;
  margin-bottom: 22px;
  width: 62px;
}
.feature-card h3 {
  font-size: 28px;
  line-height: 1.05;
}
.feature-card p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 0;
}

/*===========================
    11. Artwork Gallery Tabs
===========================*/
.gallery-section {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.gallery-heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 44px;
}
.gallery-heading .section-title {
  margin: 0;
}
.gallery-heading h2 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .gallery-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 34px;
  }
}

.gallery-tabs {
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  margin: 0;
  overflow-x: visible;
}
.gallery-tabs .nav-link {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
}
.gallery-tabs .nav-link.active, .gallery-tabs .nav-link:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
}
@media (max-width: 991.98px) {
  .gallery-tabs {
    justify-content: flex-start;
  }
}

.gallery-grid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}
.gallery-grid > [class*=col-] {
  padding: 0;
  width: auto;
}
.gallery-grid:not(.gallery-grid-featured) .gallery-item {
  aspect-ratio: 4/3;
}
@media (max-width: 767.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-grid-featured {
  grid-auto-rows: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-grid-featured > :nth-child(1) {
  grid-area: 1/1/8/2;
}
.gallery-grid-featured > :nth-child(2) {
  grid-area: 1/2/6/3;
}
.gallery-grid-featured > :nth-child(3) {
  grid-area: 1/3/8/4;
}
.gallery-grid-featured > :nth-child(4) {
  grid-area: 1/4/7/5;
}
.gallery-grid-featured > :nth-child(5) {
  grid-area: 8/1/13/2;
}
.gallery-grid-featured > :nth-child(6) {
  grid-area: 6/2/13/3;
}
.gallery-grid-featured > :nth-child(7) {
  grid-area: 8/3/13/4;
}
.gallery-grid-featured > :nth-child(8) {
  grid-area: 7/4/13/5;
}
@media (max-width: 991.98px) {
  .gallery-grid-featured {
    grid-auto-rows: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid-featured > :nth-child(1) {
    grid-area: 1/1/8/2;
  }
  .gallery-grid-featured > :nth-child(2) {
    grid-area: 1/2/6/3;
  }
  .gallery-grid-featured > :nth-child(3) {
    grid-area: 8/1/14/2;
  }
  .gallery-grid-featured > :nth-child(4) {
    grid-area: 6/2/13/3;
  }
  .gallery-grid-featured > :nth-child(5) {
    grid-area: 14/1/20/2;
  }
  .gallery-grid-featured > :nth-child(6) {
    grid-area: 13/2/20/3;
  }
  .gallery-grid-featured > :nth-child(7) {
    grid-area: 20/1/27/2;
  }
  .gallery-grid-featured > :nth-child(8) {
    grid-area: 20/2/27/3;
  }
}
@media (max-width: 575.98px) {
  .gallery-grid-featured {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
  .gallery-grid-featured > :nth-child(n) {
    grid-area: auto;
  }
  .gallery-grid-featured .gallery-item {
    aspect-ratio: 4/3;
  }
}

.gallery-item {
  background: var(--color-background);
  border-radius: var(--radius-sm);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.gallery-item span {
  background: rgba(26, 26, 26, 0.78);
  border-radius: 999px;
  bottom: 18px;
  color: var(--color-surface);
  font-weight: 800;
  left: 18px;
  opacity: 0;
  padding: 8px 14px;
  position: absolute;
  transform: translateY(8px);
  transition: var(--transition);
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item:hover span, .gallery-item:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.gallery-footer {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.gallery-footer .secondary-btn {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.gallery-footer .secondary-btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
}

/*===========================
    12. About Page
===========================*/
.about-page-banner {
  align-items: center;
  background: linear-gradient(100deg, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0.72) 55%, rgba(26, 26, 26, 0.45) 100%), url("../img/artvault-27.jpg") center 48%/cover;
  color: var(--color-surface);
  display: flex;
  min-height: 620px;
  padding: 110px 0;
}
.about-page-banner h1 {
  color: var(--color-surface);
  font-size: 75px;
  line-height: 0.94;
  margin: 18px 0 24px;
  max-width: 920px;
}
.about-page-banner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 700px;
}
@media (max-width: 767.98px) {
  .about-page-banner {
    min-height: 540px;
    padding: 84px 0;
  }
}

.page-breadcrumb {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}
.page-breadcrumb li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-breadcrumb li + li::before {
  color: var(--color-accent);
  content: "/";
  margin-right: 10px;
}
.page-breadcrumb a {
  color: var(--color-surface);
}
.page-breadcrumb a:hover {
  color: var(--color-accent);
}

.about-story-images {
  min-height: 620px;
  padding: 0 82px 72px 0;
  position: relative;
}
.about-story-images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-story-images .about-story-main {
  border-radius: var(--radius-lg);
  height: 560px;
  width: 100%;
}
.about-story-images .about-story-detail {
  border: 8px solid var(--color-background);
  border-radius: var(--radius-md);
  bottom: 0;
  height: 245px;
  position: absolute;
  right: 0;
  width: 255px;
}
.about-story-images .experience-card {
  left: 22px;
  right: auto;
}
@media (max-width: 575.98px) {
  .about-story-images {
    min-height: 480px;
    padding: 0 42px 48px 0;
  }
  .about-story-images .about-story-main {
    height: 430px;
  }
  .about-story-images .about-story-detail {
    height: 170px;
    width: 175px;
  }
}

.about-story-section .section-title p + p {
  margin-top: 18px;
}

.about-signature {
  border-left: 3px solid var(--color-accent);
  margin-top: 32px;
  padding-left: 20px;
}
.about-signature span,
.about-signature strong {
  display: block;
}
.about-signature span {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.92px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.about-signature strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 25px;
}

.about-impact-section {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.about-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-impact-grid > div {
  padding: 44px 30px;
  text-align: center;
}
.about-impact-grid > div + div {
  border-left: 1px solid var(--color-border);
}
.about-impact-grid strong,
.about-impact-grid span {
  display: block;
}
.about-impact-grid strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 50px;
  line-height: 1;
}
.about-impact-grid span {
  color: var(--color-text-muted);
  font-size: 14px;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .about-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-impact-grid > div {
    padding: 30px 14px;
  }
  .about-impact-grid > div:nth-child(3) {
    border-left: 0;
  }
  .about-impact-grid > div:nth-child(n+3) {
    border-top: 1px solid var(--color-border);
  }
  .about-impact-grid strong {
    font-size: 40px;
  }
}

.about-values-section {
  background: var(--color-background);
}

.about-values-intro {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
  max-width: 430px;
}

.about-value-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  padding: 32px;
  position: relative;
  transition: var(--transition);
}
.about-value-card > span {
  color: rgba(26, 26, 26, 0.22);
  font-family: var(--font-heading);
  font-size: 22px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.about-value-card i {
  align-items: center;
  background: rgba(201, 162, 39, 0.12);
  border-radius: 50%;
  color: var(--color-accent);
  display: inline-flex;
  font-size: 25px;
  height: 56px;
  justify-content: center;
  margin-bottom: 50px;
  width: 56px;
}
.about-value-card h3 {
  font-size: 28px;
}
.about-value-card p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin: 0;
}
.about-value-card:hover {
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.about-mission-section {
  background: var(--color-primary);
  overflow: hidden;
  padding: 110px 0;
  position: relative;
}
.about-mission-section::before {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -180px;
  top: -240px;
  width: 520px;
}
.about-mission-section h2 {
  color: var(--color-surface);
  font-size: 55px;
  line-height: 1;
}
.about-mission-section p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .about-mission-section {
    padding: 80px 0;
  }
}

.about-mission-copy {
  max-width: 620px;
}

.about-mission-quote {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  margin: 0;
  padding: 48px;
}
.about-mission-quote i {
  color: var(--color-accent);
  font-size: 45px;
}
.about-mission-quote blockquote {
  color: var(--color-surface);
  font-family: var(--font-heading);
  font-size: 37px;
  line-height: 1.12;
  margin: 20px 0 30px;
}
.about-mission-quote figcaption {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .about-mission-quote {
    padding: 30px;
  }
}

.about-team-section {
  background: var(--color-surface);
}

.about-team-card {
  margin: 0;
}
.about-team-card img {
  aspect-ratio: 4/5;
  border-radius: var(--radius-md);
  filter: saturate(0.82);
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.about-team-card div {
  padding-top: 20px;
}
.about-team-card span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.about-team-card h3 {
  font-size: 30px;
  margin: 5px 0 0;
}
.about-team-card:hover img {
  filter: saturate(1);
  transform: translateY(-6px);
}

/*===========================
    13. Auction Grid Page
===========================*/
.auction-page-banner {
  background: linear-gradient(100deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.58)), url("../img/artvault-45.jpg") center 46%/cover;
  color: var(--color-surface);
  padding: 88px 0 96px;
}
.auction-page-banner .page-breadcrumb {
  margin-bottom: 52px;
}
.auction-page-banner h1 {
  color: var(--color-surface);
  font-size: 77px;
  line-height: 0.92;
  margin: 16px 0 0;
}
.auction-page-banner p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
}
@media (max-width: 767.98px) {
  .auction-page-banner {
    padding: 70px 0 76px;
  }
  .auction-page-banner .page-breadcrumb {
    margin-bottom: 38px;
  }
}

.auction-page-banner-copy {
  align-items: end;
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .auction-page-banner-copy {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
}

.auction-grid-page {
  background: var(--color-background);
}

.auction-filter-form {
  align-items: end;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(155px, 1fr));
  margin-bottom: 34px;
  padding: 20px;
}
.auction-filter-form input,
.auction-filter-form select {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  height: 50px;
  padding: 0 14px;
  width: 100%;
}
.auction-filter-form input:focus,
.auction-filter-form select:focus {
  border-color: var(--color-accent);
  outline: none;
}
@media (max-width: 1199.98px) {
  .auction-filter-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .auction-filter-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

.auction-search-field {
  position: relative;
}
.auction-search-field i {
  color: var(--color-text-muted);
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.auction-search-field input {
  padding-left: 46px;
}

.auction-filter-field label {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  margin: 0 0 7px 2px;
  text-transform: uppercase;
}

.auction-results-heading {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}
.auction-results-heading p {
  color: var(--color-text-muted);
  margin: 0;
}
.auction-results-heading strong {
  color: var(--color-primary);
}
.auction-results-heading > span {
  color: var(--color-success);
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .auction-results-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}

.auction-results-grid > div {
  transition: opacity 0.22s ease;
}

.auction-card-media {
  overflow: hidden;
  position: relative;
}
.auction-card-media img {
  transition: var(--transition);
}
.auction-card-media > button {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: var(--transition);
  width: 42px;
}
.auction-card-media > button:hover, .auction-card-media > button.is-saved {
  background: var(--color-primary);
  color: var(--color-surface);
}

.auction-card:hover .auction-card-media img {
  transform: scale(1.05);
}

.auction-status {
  background: var(--color-surface);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 800;
  left: 16px;
  letter-spacing: 0.64px;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
}
.auction-status.is-live {
  align-items: center;
  background: var(--color-danger);
  color: var(--color-surface);
  display: inline-flex;
  gap: 7px;
}
.auction-status.is-live i {
  animation: auctionPulse 1.4s infinite;
  background: currentColor;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

@keyframes auctionPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.auction-empty-state {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-top: 20px;
  padding: 70px 24px;
  text-align: center;
}
.auction-empty-state i {
  color: var(--color-accent);
  font-size: 38px;
}
.auction-empty-state h2 {
  font-size: 36px;
  margin: 16px 0 6px;
}
.auction-empty-state p {
  color: var(--color-text-muted);
  margin: 0;
}

.auction-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 52px;
}
.auction-pagination a {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.auction-pagination a:hover, .auction-pagination a.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.auction-pagination a.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

/* 13.1 Modern Auction Grid Enhancements */
.auction-page-banner {
  background: radial-gradient(circle at 75% 45%, rgba(201, 162, 39, 0.16), transparent 28%), linear-gradient(96deg, rgba(15, 15, 15, 0.97) 0%, rgba(15, 15, 15, 0.82) 48%, rgba(15, 15, 15, 0.48) 100%), url("../img/artvault-01.jpg") center 44%/cover;
  min-height: 670px;
  overflow: hidden;
  padding: 72px 0 112px;
  position: relative;
}
.auction-page-banner::after {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  height: 430px;
  position: absolute;
  right: -140px;
  top: -180px;
  width: 430px;
}
.auction-page-banner .page-breadcrumb {
  margin-bottom: 68px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .auction-page-banner {
    min-height: 650px;
    padding: 55px 0 90px;
  }
  .auction-page-banner .page-breadcrumb {
    margin-bottom: 45px;
  }
}

.auction-page-banner-copy {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  position: relative;
  z-index: 1;
}
.auction-page-banner-copy h1 {
  font-size: 92px;
  letter-spacing: -0.56px;
  line-height: 0.82;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .auction-page-banner-copy {
    align-items: start;
    gap: 38px;
    grid-template-columns: 1fr;
  }
}

.auction-live-label {
  align-items: center;
  background: rgba(229, 57, 53, 0.16);
  border: 1px solid rgba(229, 57, 53, 0.35);
  border-radius: 999px;
  color: #ff8b87;
  display: inline-flex;
  font-size: var(--font-size-xs);
  font-weight: 800;
  gap: 8px;
  letter-spacing: 1.28px;
  margin-bottom: 25px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.auction-live-label i {
  animation: auctionPulse 1.4s infinite;
  background: #ff625c;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.auction-banner-main .section-kicker {
  display: block;
}

.auction-banner-aside {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  padding-left: 36px;
}
.auction-banner-aside > p {
  font-size: 16px;
  max-width: 440px;
}
.auction-banner-aside > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 30px;
}
.auction-banner-aside > div > a:not(.primary-btn) {
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  font-weight: 800;
}
.auction-banner-aside > div > a:not(.primary-btn):hover {
  color: var(--color-accent);
}
@media (max-width: 991.98px) {
  .auction-banner-aside {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding: 28px 0 0;
  }
}

.auction-market-strip {
  background: var(--color-background);
  position: relative;
  z-index: 2;
}

.auction-market-grid {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  transform: translateY(-42px);
}
.auction-market-grid > div {
  padding: 25px 28px;
}
.auction-market-grid > div + div {
  border-left: 1px solid var(--color-border);
}
.auction-market-grid span,
.auction-market-grid strong,
.auction-market-grid small {
  display: block;
}
.auction-market-grid span {
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.auction-market-grid strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 1;
  margin: 8px 0 5px;
}
.auction-market-grid small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
}
@media (max-width: 991.98px) {
  .auction-market-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .auction-market-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
  .auction-market-grid > div:nth-child(4) {
    border-top: 1px solid var(--color-border);
  }
}
@media (max-width: 575.98px) {
  .auction-market-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .auction-market-grid > div {
    padding: 20px 18px;
  }
  .auction-market-grid > div + div {
    border-left: 1px solid var(--color-border);
  }
  .auction-market-grid > div:nth-child(3) {
    border-left: 0;
  }
  .auction-market-grid strong {
    font-size: 32px;
  }
}

.featured-auction-section {
  background: var(--color-background);
  padding-top: 60px;
}

.featured-auction-card {
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .featured-auction-card {
    grid-template-columns: 1fr;
  }
}

.featured-auction-media {
  display: block;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}
.featured-auction-media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
  width: 100%;
}
.featured-auction-media > span {
  align-items: center;
  background: var(--color-danger);
  border-radius: 999px;
  color: var(--color-surface);
  display: flex;
  font-size: var(--font-size-xs);
  font-weight: 800;
  gap: 7px;
  left: 24px;
  letter-spacing: 1.12px;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 24px;
}
.featured-auction-media > span i {
  animation: auctionPulse 1.4s infinite;
  background: currentColor;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.featured-auction-media:hover img {
  transform: scale(1.035);
}
@media (max-width: 767.98px) {
  .featured-auction-media {
    min-height: 380px;
  }
}

.featured-auction-content {
  align-self: center;
  color: var(--color-surface);
  padding: 52px;
}
.featured-auction-content h2 {
  font-size: 54px;
  line-height: 0.92;
  margin: 20px 0;
}
.featured-auction-content h2 a {
  color: var(--color-surface);
}
.featured-auction-content h2 a:hover {
  color: var(--color-accent);
}
.featured-auction-content > p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  max-width: 500px;
}
.featured-auction-content > .primary-btn {
  margin-top: 28px;
  border-color: var(--color-accent);
  color: var(--color-primary);
  background: var(--color-accent);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.featured-auction-content > .primary-btn:hover, .featured-auction-content > .primary-btn:focus-visible {
  border-color: var(--color-surface);
  color: var(--color-primary);
  background: var(--color-surface);
  transform: translateY(-2px);
}
@media (max-width: 575.98px) {
  .featured-auction-content {
    padding: 36px 24px;
  }
}

.featured-auction-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.featured-auction-top small {
  color: rgba(255, 255, 255, 0.48);
  font-size: var(--font-size-xs);
}

.featured-auction-meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  padding: 20px 0;
}
.featured-auction-meta > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding-left: 20px;
}
.featured-auction-meta small,
.featured-auction-meta strong {
  display: block;
}
.featured-auction-meta small {
  color: rgba(255, 255, 255, 0.48);
  font-size: var(--font-size-xs);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.featured-auction-meta strong {
  color: var(--color-surface);
  font-size: 14px;
}

.auction-grid-page {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.auction-grid-intro {
  align-items: end;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  margin-bottom: 42px;
}
.auction-grid-intro h2 {
  font-size: 56px;
  line-height: 0.95;
  margin: 12px 0 0;
}
.auction-grid-intro > p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin: 0;
  max-width: 390px;
}
@media (max-width: 767.98px) {
  .auction-grid-intro {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
}

.auction-filter-form {
  background: var(--color-background);
  border-radius: var(--radius-lg);
  box-shadow: none;
  margin-bottom: 25px;
  grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(145px, 1fr)) auto;
  padding: 16px;
}
.auction-filter-form input,
.auction-filter-form select {
  background-color: var(--color-surface);
  border-color: transparent;
  height: 54px;
  transition: var(--transition);
}
.auction-filter-form input:hover,
.auction-filter-form select:hover {
  border-color: var(--color-border);
}
@media (max-width: 1199.98px) {
  .auction-filter-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .auction-filter-form {
    display: none;
  }
  .auction-filter-form.is-open {
    display: grid;
  }
}

.auction-filter-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.auction-quick-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 3px;
}
.auction-quick-filters button {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text-muted);
  display: flex;
  flex: 0 0 auto;
  font-size: var(--font-size-sm);
  font-weight: 800;
  gap: 7px;
  padding: 9px 13px;
  transition: var(--transition);
}
.auction-quick-filters button i {
  color: var(--color-accent);
}
.auction-quick-filters button:hover, .auction-quick-filters button.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
  transform: translateY(-1px);
}

.auction-mobile-filter-toggle {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--color-surface);
  display: none;
  flex: 0 0 auto;
  font-size: var(--font-size-sm);
  font-weight: 800;
  gap: 7px;
  padding: 10px 13px;
}
@media (max-width: 767.98px) {
  .auction-mobile-filter-toggle {
    display: flex;
  }
}

.auction-search-field label {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  margin: 0 0 7px 2px;
  text-transform: uppercase;
}
.auction-search-field i {
  color: var(--color-accent);
  top: calc(50% + 10px);
}

.auction-reset-filters {
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 800;
  gap: 7px;
  height: 54px;
  justify-content: center;
  padding: 0 15px;
  transition: var(--transition);
}
.auction-reset-filters:hover, .auction-reset-filters:focus-visible {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.auction-reset-filters:focus-visible {
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.22);
  outline: none;
}
@media (max-width: 1199.98px) {
  .auction-reset-filters {
    grid-column: 1/-1;
  }
}

.auction-results-heading {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.auction-results-heading p > span {
  background: var(--color-primary);
  border-radius: 999px;
  color: var(--color-surface);
  font-size: var(--font-size-xs);
  font-weight: 800;
  margin-right: 10px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.auction-results-grid .auction-card {
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 1px var(--color-border);
}
.auction-results-grid .auction-card:hover {
  box-shadow: 0 20px 48px rgba(26, 26, 26, 0.12);
  transform: translateY(-7px);
}
.auction-results-grid .auction-card .card-body {
  padding: 25px;
}
.auction-results-grid .auction-card h3 {
  font-size: 31px;
  margin: 9px 0 5px;
}
.auction-results-grid .auction-card p {
  font-size: 12px;
  margin-bottom: 20px;
}
.auction-results-grid .auction-card .category {
  font-size: var(--font-size-xs);
}
.auction-results-grid .auction-card .auction-info {
  margin-bottom: 15px;
  padding-top: 15px;
}
.auction-results-grid .auction-card .auction-info span {
  font-family: var(--font-heading);
  font-size: 26px;
}
.auction-results-grid .auction-card .auction-info small {
  align-items: center;
  background: rgba(229, 57, 53, 0.08);
  border-radius: 999px;
  color: var(--color-danger);
  display: flex;
  font-size: var(--font-size-xs);
  font-weight: 800;
  padding: 6px 9px;
}
.auction-results-grid .auction-card .auction-info small::before {
  margin-right: 4px;
  opacity: 0.68;
}
.auction-results-grid .auction-card .auction-info span::before {
  color: var(--color-text-muted);
  display: block;
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.64px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.auction-results-grid .auction-card .card-btn {
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 800;
  justify-content: space-between;
  padding: 12px 14px;
  width: 100%;
}
.auction-results-grid .auction-card .card-btn::after {
  content: "→";
  font-size: 15px;
}
.auction-results-grid .auction-card .card-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.auction-results-grid .auction-card-media img {
  aspect-ratio: 4/3.35;
}
@media (min-width: 1200px) {
  .auction-results-grid .auction-card .card-body {
    padding: 21px;
  }
  .auction-results-grid .auction-card h3 {
    font-size: 27px;
  }
}
.auction-results-grid .auction-card-column[data-status=live] .auction-info span::before {
  content: "Current bid";
}
.auction-results-grid .auction-card-column[data-status=live] .auction-info small::before {
  content: "Closes in";
}
.auction-results-grid .auction-card-column[data-status=upcoming] .auction-info span::before {
  content: "Estimate";
}
.auction-results-grid .auction-card-column[data-status=upcoming] .auction-info small {
  background: rgba(201, 162, 39, 0.1);
  color: #8b6a08;
}
.auction-results-grid .auction-card-column[data-status=upcoming] .auction-info small::before {
  content: "Opens";
}

.auction-card-media > button {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.78);
}

.auction-status {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.82);
  font-size: var(--font-size-xs);
  padding: 8px 11px;
}

.auction-pagination a {
  border-radius: 50%;
}

.auction-consignment-cta {
  background: var(--color-surface);
}

/*===========================
    14. Contact Page
===========================*/
.contact-page-banner {
  background: linear-gradient(100deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.56)), url("../img/artvault-20.jpg") center 48%/cover;
  color: var(--color-surface);
  min-height: 570px;
  padding: 90px 0 100px;
}
.contact-page-banner .page-breadcrumb {
  margin-bottom: 58px;
}
.contact-page-banner h1 {
  color: var(--color-surface);
  font-size: 81px;
  line-height: 0.92;
  margin: 18px 0 26px;
  max-width: 900px;
}
.contact-page-banner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
}
@media (max-width: 767.98px) {
  .contact-page-banner {
    min-height: 520px;
    padding: 72px 0 80px;
  }
  .contact-page-banner .page-breadcrumb {
    margin-bottom: 40px;
  }
}

.contact-page-banner-copy {
  max-width: 980px;
}

.contact-details-section {
  background: var(--color-background);
}

.contact-details-copy {
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .contact-details-copy {
    padding-right: 0;
  }
}

.contact-methods {
  border-top: 1px solid var(--color-border);
  margin-top: 36px;
}

.contact-method {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 18px;
  padding: 24px 0;
}
.contact-method > i {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-accent);
  display: inline-flex;
  flex: 0 0 50px;
  font-size: 20px;
  height: 50px;
  justify-content: center;
}
.contact-method span,
.contact-method a,
.contact-method strong,
.contact-method small {
  display: block;
}
.contact-method span {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.28px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.contact-method a,
.contact-method strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.2;
}
.contact-method a:hover {
  color: var(--color-accent);
}
.contact-method small {
  color: var(--color-text-muted);
  margin-top: 6px;
}

.contact-socials {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 28px;
}
.contact-socials > span {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.contact-socials > div {
  display: flex;
  gap: 8px;
}
.contact-socials a {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.contact-socials a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}

.contact-form-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 46px;
}
@media (max-width: 575.98px) {
  .contact-form-panel {
    border-radius: var(--radius-md);
    padding: 26px 20px;
  }
}

.contact-form-heading {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
  padding-bottom: 26px;
}
.contact-form-heading > span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.contact-form-heading h2 {
  font-size: 44px;
  line-height: 1;
  margin: 8px 0 10px;
}
.contact-form-heading p {
  color: var(--color-text-muted);
  margin: 0;
}

.contact-page-form label:not(.contact-consent) {
  color: var(--color-primary);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-page-form label:not(.contact-consent) span {
  color: var(--color-danger);
}
.contact-page-form input:not([type=checkbox]),
.contact-page-form select,
.contact-page-form textarea {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  padding: 14px 16px;
  transition: var(--transition);
  width: 100%;
}
.contact-page-form input:not([type=checkbox]):focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  background: var(--color-surface);
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1);
  outline: none;
}
.contact-page-form input:not([type=checkbox]),
.contact-page-form select {
  height: 52px;
}
.contact-page-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-consent {
  align-items: flex-start;
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.6;
}
.contact-consent input {
  accent-color: var(--color-primary);
  flex: 0 0 auto;
  height: 17px;
  margin-top: 2px;
  width: 17px;
}

.contact-submit {
  min-width: 175px;
}

.contact-form-status {
  background: rgba(46, 125, 50, 0.09);
  border: 1px solid rgba(46, 125, 50, 0.25);
  border-radius: var(--radius-sm);
  color: var(--color-success);
  line-height: 1.6;
  margin: 18px 0 0;
  padding: 14px 16px;
}

.contact-support-section {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.contact-support-intro {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
  max-width: 410px;
}

.contact-support-card {
  border-right: 1px solid var(--color-border);
  height: 100%;
  padding: 10px 28px 10px 0;
}
.contact-support-card > i {
  color: var(--color-accent);
  font-size: 28px;
}
.contact-support-card h3 {
  font-size: 27px;
  margin: 28px 0 10px;
}
.contact-support-card p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.contact-support-card a {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  word-break: break-word;
}
.contact-support-card a i {
  margin-left: 5px;
  transition: var(--transition);
}
.contact-support-card a:hover {
  color: var(--color-accent);
}
.contact-support-card a:hover i {
  margin-left: 9px;
}
@media (max-width: 1199.98px) {
  .contact-support-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 28px;
  }
}

.contact-visit-section {
  background: var(--color-background);
  padding: 110px 0;
}
@media (max-width: 767.98px) {
  .contact-visit-section {
    padding: 80px 0;
  }
}

.contact-visit-inner {
  align-items: stretch;
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-visit-inner {
    grid-template-columns: 1fr;
  }
}

.contact-visit-image {
  min-height: 570px;
}
.contact-visit-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-visit-image {
    min-height: 340px;
  }
}

.contact-visit-copy {
  align-self: center;
  padding: 60px;
}
.contact-visit-copy h2 {
  color: var(--color-surface);
  font-size: 53px;
  line-height: 0.98;
}
.contact-visit-copy > p {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.8;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .contact-visit-copy {
    padding: 36px 24px;
  }
}

.contact-hours {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 30px;
  padding: 18px 0;
}
.contact-hours div {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 6px 0;
}
.contact-hours span {
  color: rgba(255, 255, 255, 0.58);
}
.contact-hours strong {
  color: var(--color-surface);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .contact-hours div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 9px 0;
  }
}

/*===========================
    15. Creator Pages
===========================*/
.creators-page-banner {
  background: linear-gradient(100deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.5)), url("../img/artvault-46.jpg") center/cover;
  color: var(--color-surface);
  padding: 88px 0 100px;
}
.creators-page-banner .page-breadcrumb {
  margin-bottom: 54px;
}
.creators-page-banner h1 {
  color: var(--color-surface);
  font-size: 82px;
  line-height: 0.92;
  margin: 16px 0 0;
}
.creators-page-banner p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
}

.creators-banner-copy {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .creators-banner-copy {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
}

.featured-creator-section {
  background: var(--color-surface);
}

.featured-creator-card {
  align-items: stretch;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .featured-creator-card {
    grid-template-columns: 1fr;
  }
}

.featured-creator-image {
  min-height: 600px;
  position: relative;
}
.featured-creator-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.featured-creator-image > span {
  background: var(--color-surface);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  left: 22px;
  padding: 9px 14px;
  position: absolute;
  top: 22px;
}
.featured-creator-image i {
  color: var(--color-accent);
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .featured-creator-image {
    min-height: 430px;
  }
}

.featured-creator-copy {
  align-self: center;
  padding: 64px;
}
.featured-creator-copy h2 {
  font-size: 66px;
  line-height: 0.95;
  margin: 14px 0 10px;
}
.featured-creator-copy > strong {
  color: var(--color-accent);
  display: block;
  font-size: 13px;
  letter-spacing: 0.64px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.featured-creator-copy > p {
  color: var(--color-text-muted);
  line-height: 1.8;
}
@media (max-width: 575.98px) {
  .featured-creator-copy {
    padding: 38px 24px;
  }
}

.featured-creator-stats,
.creator-profile-stats {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  padding: 20px 0;
}
.featured-creator-stats strong,
.featured-creator-stats span,
.creator-profile-stats strong,
.creator-profile-stats span {
  display: block;
}
.featured-creator-stats strong,
.creator-profile-stats strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
}
.featured-creator-stats span,
.creator-profile-stats span {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin-top: 5px;
}

.creators-directory-section {
  background: var(--color-background);
  border-top: 1px solid var(--color-border);
}

.creators-cta-section {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .creators-cta-section {
    padding-top: 35px;
  }
}

.creators-directory-intro {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
  max-width: 430px;
}

.creator-filter-form {
  align-items: end;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: grid;
  gap: 14px;
  grid-template-columns: 1.6fr 1fr 1fr;
  margin-bottom: 28px;
  padding: 20px;
}
.creator-filter-form label {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  margin: 0 0 7px 2px;
  text-transform: uppercase;
}
.creator-filter-form input,
.creator-filter-form select {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  height: 50px;
  padding: 0 14px;
  width: 100%;
}
.creator-filter-form select {
  padding-right: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.creator-filter-form input:focus,
.creator-filter-form select:focus {
  border-color: var(--color-accent);
  outline: none;
}
@media (max-width: 767.98px) {
  .creator-filter-form {
    grid-template-columns: 1fr;
  }
}

.creator-select-control {
  position: relative;
}
.creator-select-control > i {
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.creator-search-field {
  position: relative;
}
.creator-search-field i {
  color: var(--color-text-muted);
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.creator-search-field input {
  padding-left: 46px;
}

.creator-results-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.creator-results-heading p {
  color: var(--color-text-muted);
  margin: 0;
}
.creator-results-heading strong {
  color: var(--color-primary);
}
.creator-results-heading span {
  color: var(--color-success);
  font-size: 13px;
  font-weight: 700;
}

.creator-directory-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.creator-directory-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.creator-card-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.creator-card-image img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.creator-card-image > span {
  align-items: center;
  background: var(--color-surface);
  border-radius: 50%;
  bottom: 14px;
  color: var(--color-accent);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 14px;
  width: 36px;
}
.creator-directory-card:hover .creator-card-image img {
  transform: scale(1.04);
}

.creator-card-copy {
  padding: 22px;
}
.creator-card-copy > span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.creator-card-copy h3 {
  font-size: 29px;
  margin: 7px 0 2px;
}
.creator-card-copy h3 a {
  color: var(--color-primary);
}
.creator-card-copy > p {
  color: var(--color-text-muted);
  font-size: 13px;
}
.creator-card-copy > div {
  align-items: center;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.creator-card-copy small {
  color: var(--color-text-muted);
}
.creator-card-copy > div a {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}
.creator-card-copy > div a:hover {
  color: var(--color-accent);
}

.creator-empty-state {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 70px 20px;
  text-align: center;
}
.creator-empty-state i {
  color: var(--color-accent);
  font-size: 40px;
}
.creator-empty-state h2 {
  font-size: 36px;
  margin: 12px 0 4px;
}
.creator-empty-state p {
  color: var(--color-text-muted);
  margin: 0;
}

/* 15.1 Creator Profile */
.creator-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 105px;
  color: var(--color-white);
  background: linear-gradient(112deg, rgba(17, 20, 19, 0.98) 0%, rgba(25, 30, 27, 0.96) 54%, rgba(41, 31, 27, 0.98) 100%), #171A18;
}
.creator-profile-hero .page-breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.creator-profile-hero .page-breadcrumb li,
.creator-profile-hero .page-breadcrumb a {
  color: rgba(255, 255, 255, 0.58);
}
.creator-profile-hero .page-breadcrumb li:last-child {
  color: #F6E6DA;
}
.creator-profile-hero .page-breadcrumb li + li::before {
  color: rgba(255, 255, 255, 0.3);
}
.creator-profile-hero::before {
  content: "ARTIST";
  position: absolute;
  right: -15px;
  bottom: -67px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display);
  font-size: 230px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1;
  pointer-events: none;
}

.creator-profile-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.creator-profile-glow-one {
  top: -240px;
  right: 12%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(216, 95, 42, 0.18) 0%, rgba(216, 95, 42, 0) 68%);
}

.creator-profile-glow-two {
  bottom: -300px;
  left: -170px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(108, 137, 115, 0.2) 0%, rgba(108, 137, 115, 0) 70%);
}

.creator-profile-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(480px, 1.16fr);
  align-items: center;
  gap: 100px;
}
@media (max-width: 991.98px) {
  .creator-profile-grid {
    grid-template-columns: 1fr;
    gap: 75px;
  }
}

.creator-profile-portrait {
  position: relative;
  max-width: 525px;
  padding-left: 28px;
}
.creator-profile-portrait::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 165px;
  height: 165px;
  border-top: 1px solid rgba(238, 152, 111, 0.55);
  border-right: 1px solid rgba(238, 152, 111, 0.55);
  border-radius: 0 20px 0 0;
}

.creator-portrait-frame {
  position: relative;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px 190px 10px 10px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}
.creator-portrait-frame img {
  width: 100%;
  aspect-ratio: 4/5;
  display: block;
  border-radius: 5px 180px 5px 5px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}
.creator-portrait-frame::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  height: 38%;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, rgba(17, 20, 19, 0), rgba(17, 20, 19, 0.52));
  pointer-events: none;
}

.creator-verified-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  color: var(--color-ink);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  backdrop-filter: blur(8px);
}
.creator-verified-badge i {
  color: var(--color-brand-orange);
}

.creator-portrait-index {
  position: absolute;
  top: 28px;
  left: -13px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.creator-featured-work {
  position: absolute;
  right: -55px;
  bottom: -38px;
  z-index: 4;
  width: 310px;
  min-height: 94px;
  display: grid;
  grid-template-columns: 66px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: var(--color-ink);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 10px;
  background: rgba(250, 247, 241, 0.94);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.creator-featured-work img {
  width: 66px;
  height: 72px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.creator-featured-work small,
.creator-featured-work strong {
  display: block;
}
.creator-featured-work small {
  margin-bottom: 5px;
  color: var(--color-brand-orange);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.creator-featured-work strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.1;
}
.creator-featured-work > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  font-size: 11px;
}
.creator-featured-work:hover {
  color: var(--color-ink);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}

.creator-profile-copy {
  padding-top: 12px;
}
.creator-profile-copy .section-kicker {
  margin-bottom: 15px;
  color: #EE986F;
  letter-spacing: 1.7px;
}
.creator-profile-copy h1 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 26px;
  color: #F7F2E9;
  font-size: 104px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 0.83;
}
.creator-profile-copy h1 em {
  color: #EE986F;
  font-weight: 500;
}
.creator-profile-copy > p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.48;
}
.creator-profile-copy .creator-profile-stats {
  max-width: 670px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 29px 0 22px;
  padding: 0;
  border: 0;
}
.creator-profile-copy .creator-profile-stats > div {
  min-height: 104px;
  padding: 20px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}
.creator-profile-copy .creator-profile-stats strong {
  color: #F7F2E9;
  font-size: 35px;
}
.creator-profile-copy .creator-profile-stats span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.creator-profile-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 670px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.creator-profile-status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D7E4D9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.creator-profile-status span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7CB18A;
  box-shadow: 0 0 0 5px rgba(124, 177, 138, 0.12);
}
.creator-profile-status small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.creator-profile-meta {
  max-width: 670px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 27px;
}
.creator-profile-meta > span {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-intern);
  font-size: 12px;
  font-weight: 600;
}
.creator-profile-meta small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.creator-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 29px 0 0;
}

.creator-profile-actions .primary-btn {
  min-height: 52px;
  gap: 24px;
  color: var(--color-ink);
  background: #F7F2E9;
}
.creator-profile-actions .primary-btn:hover {
  color: var(--color-white);
  background: var(--color-brand-orange);
}

.creator-follow-btn {
  min-height: 52px;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}
.creator-follow-btn:hover, .creator-follow-btn.is-following {
  color: var(--color-white);
  border-color: #6F8F78;
  background: #496352;
}

.creator-collector-note {
  display: flex;
  align-items: center;
  gap: 14px;
}
.creator-collector-note > div {
  display: flex;
  padding-left: 8px;
}
.creator-collector-note > div span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  color: var(--color-ink);
  border: 2px solid #242A26;
  border-radius: 50%;
  background: #E9D5C5;
  font-size: 10px;
  font-weight: 800;
}
.creator-collector-note > div span:nth-child(2) {
  background: #BFCFC2;
}
.creator-collector-note > div span:nth-child(3) {
  background: #D9BF8A;
}
.creator-collector-note p,
.creator-collector-note strong,
.creator-collector-note small {
  display: block;
  margin: 0;
}
.creator-collector-note strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 700;
}
.creator-collector-note small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

@media (max-width: 991.98px) {
  .creator-profile-hero {
    padding-bottom: 90px;
  }
  .creator-profile-portrait {
    width: min(100%, 540px);
    margin: 0 auto;
  }
  .creator-featured-work {
    right: -20px;
  }
  .creator-profile-copy {
    max-width: 760px;
  }
  .creator-profile-copy h1 {
    font-size: 88px;
  }
}
@media (max-width: 575.98px) {
  .creator-profile-hero {
    padding: 37px 0 70px;
  }
  .creator-profile-hero .page-breadcrumb {
    margin-bottom: 35px;
  }
  .creator-profile-hero::before {
    font-size: 120px;
  }
  .creator-profile-grid {
    gap: 73px;
  }
  .creator-profile-portrait {
    width: calc(100% - 10px);
    padding-left: 10px;
  }
  .creator-portrait-frame {
    border-radius: 8px 110px 8px 8px;
  }
  .creator-portrait-frame img {
    border-radius: 4px 104px 4px 4px;
  }
  .creator-portrait-index {
    display: none;
  }
  .creator-verified-badge {
    top: 14px;
    bottom: auto;
    left: 14px;
  }
  .creator-featured-work {
    right: -5px;
    bottom: -42px;
    width: min(290px, 88%);
  }
  .creator-profile-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 27px;
  }
  .creator-profile-copy h1 {
    gap: 10px;
    font-size: 59px;
    letter-spacing: -1.5px;
  }
  .creator-profile-copy > p {
    font-size: 21px;
  }
  .creator-profile-copy .creator-profile-stats {
    grid-template-columns: 1fr;
  }
  .creator-profile-copy .creator-profile-stats > div {
    min-height: 85px;
  }
  .creator-profile-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .creator-profile-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .creator-profile-actions > a,
  .creator-profile-actions > button {
    width: 100%;
    justify-content: center;
  }
}
.creator-biography-section {
  background: var(--color-surface);
}

.creator-biography-copy {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.9;
}
.creator-biography-copy p + p {
  margin-top: 18px;
}
.creator-biography-copy blockquote {
  border-left: 3px solid var(--color-accent);
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.25;
  margin: 34px 0 0;
  padding-left: 24px;
}

.creator-facts-card {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 32px;
}
.creator-facts-card h3 {
  font-size: 30px;
}
.creator-facts-card dl {
  margin: 0;
}
.creator-facts-card dl > div {
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 15px;
  grid-template-columns: 110px 1fr;
  padding: 15px 0;
}
.creator-facts-card dt {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
}
.creator-facts-card dd {
  color: var(--color-primary);
  font-size: 14px;
  margin: 0;
}

.creator-profile-socials {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.creator-profile-socials a {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.creator-profile-socials a:hover {
  background: var(--color-primary);
  color: var(--color-surface);
}

.creator-works-section {
  background: var(--color-background);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.creator-work-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.creator-work-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.creator-work-card > a {
  display: block;
  overflow: hidden;
}
.creator-work-card img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.creator-work-card:hover img {
  transform: scale(1.04);
}
.creator-work-card > div {
  padding: 24px;
}
.creator-work-card > div > span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.creator-work-card > div h3 {
  font-size: 29px;
  margin: 8px 0 3px;
}
.creator-work-card > div > p {
  color: var(--color-text-muted);
}
.creator-work-card > div > div {
  align-items: center;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.creator-work-card > div > div strong {
  color: var(--color-primary);
}
.creator-work-card > div > div a {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}

.creator-exhibitions-section {
  background: var(--color-surface);
}

.creator-timeline {
  border-top: 1px solid var(--color-border);
}
.creator-timeline article {
  border-bottom: 1px solid var(--color-border);
  display: grid;
  gap: 25px;
  grid-template-columns: 70px 1fr;
  padding: 24px 0;
}
.creator-timeline article > span {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
}
.creator-timeline article h3 {
  font-size: 25px;
  margin: 0 0 4px;
}
.creator-timeline article p {
  color: var(--color-text-muted);
  margin: 0;
}

.related-creators-section {
  background: var(--color-background);
  border-top: 1px solid var(--color-border);
}

.related-creator-card {
  display: block;
}
.related-creator-card img {
  aspect-ratio: 5/4;
  border-radius: var(--radius-md);
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.related-creator-card > span {
  color: var(--color-accent);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  margin-top: 18px;
  text-transform: uppercase;
}
.related-creator-card h3 {
  color: var(--color-primary);
  font-size: 30px;
  margin: 5px 0 1px;
}
.related-creator-card p {
  color: var(--color-text-muted);
  margin: 0;
}
.related-creator-card:hover img {
  transform: translateY(-5px);
}

/*===========================
    16. Curated Gallery Page
===========================*/
.gallery-page-hero {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  padding: 75px 0 105px;
}
.gallery-page-hero .product-breadcrumb {
  margin-bottom: 68px;
}
@media (max-width: 767.98px) {
  .gallery-page-hero {
    padding: 52px 0 75px;
  }
  .gallery-page-hero .product-breadcrumb {
    margin-bottom: 45px;
  }
}

.gallery-page-hero-copy {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}
.gallery-page-hero-copy h1 {
  font-size: 91px;
  letter-spacing: -0.64px;
  line-height: 0.82;
  margin: 19px 0 0;
}
.gallery-page-hero-copy > div:last-child > p {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.85;
  max-width: 520px;
}
@media (max-width: 991.98px) {
  .gallery-page-hero-copy {
    align-items: start;
    gap: 38px;
    grid-template-columns: 1fr;
  }
}

.gallery-hero-meta {
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 30px;
  margin-top: 27px;
  padding-top: 20px;
}
.gallery-hero-meta span {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
}
.gallery-hero-meta strong {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  font-size: 29px;
  line-height: 1;
  margin-bottom: 4px;
}

.gallery-featured-section {
  background: var(--color-background);
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .gallery-featured-section {
    padding: 70px 0;
  }
}

.gallery-featured-work {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.15fr 0.85fr;
}
@media (max-width: 991.98px) {
  .gallery-featured-work {
    gap: 42px;
    grid-template-columns: 1fr;
  }
}

.gallery-featured-media {
  background: #ede9e1;
  border-radius: var(--radius-lg);
  display: block;
  overflow: hidden;
  padding: 42px;
  position: relative;
}
.gallery-featured-media img {
  aspect-ratio: 4/4.4;
  box-shadow: 0 24px 55px rgba(26, 26, 26, 0.16);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.65s ease;
  width: 100%;
}
.gallery-featured-media > span {
  background: rgba(26, 26, 26, 0.84);
  border-radius: 999px;
  bottom: 60px;
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  font-weight: 800;
  padding: 9px 13px;
  position: absolute;
  right: 60px;
}
.gallery-featured-media:hover img {
  transform: scale(1.015);
}
@media (max-width: 575.98px) {
  .gallery-featured-media {
    padding: 20px;
  }
  .gallery-featured-media > span {
    bottom: 35px;
    right: 35px;
  }
}

.gallery-featured-details h2 {
  font-size: 59px;
  line-height: 0.92;
  margin: 17px 0 20px;
}
.gallery-featured-details > p {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.85;
}
.gallery-featured-details dl {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  margin: 28px 0;
}
.gallery-featured-details dl > div {
  display: grid;
  gap: 20px;
  grid-template-columns: 95px 1fr;
  padding: 11px 0;
}
.gallery-featured-details dl > div + div {
  border-top: 1px solid var(--color-border);
}
.gallery-featured-details dt {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  font-weight: 800;
  text-transform: uppercase;
}
.gallery-featured-details dd {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.gallery-featured-details dd a {
  color: var(--color-primary);
}

.gallery-page-grid-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.gallery-page-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gallery-page-heading h2 {
  font-size: 62px;
  line-height: 0.9;
  margin: 13px 0 0;
}
.gallery-page-heading > p {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin: 0;
}
.gallery-page-heading > p strong {
  color: var(--color-primary);
}

.gallery-page-filters {
  align-items: center;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 38px;
  overflow-x: visible;
  padding: 8px;
}
.gallery-page-filters button {
  background: var(--color-surface);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 800;
  padding: 9px 14px;
  transition: var(--transition);
}
.gallery-page-filters button:hover, .gallery-page-filters button.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
  transform: translateY(-1px);
}

.gallery-masonry-grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media (max-width: 991.98px) {
  .gallery-masonry-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .gallery-masonry-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.gallery-masonry-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: inline-block;
  margin: 0 0 34px;
  min-width: 0;
  position: relative;
  transition: opacity 0.25s ease, transform 0.25s ease;
  vertical-align: top;
  width: 100%;
}
.gallery-masonry-item > a {
  background: var(--color-background);
  border-radius: var(--radius-md);
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.05);
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-masonry-item > a::after {
  background: linear-gradient(to top, rgba(17, 17, 17, 0.42), transparent 42%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: var(--transition);
}
.gallery-masonry-item > a > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  bottom: auto;
  color: var(--color-primary);
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  transform: translateY(8px);
  transition: var(--transition);
  width: 40px;
  z-index: 2;
}
.gallery-masonry-item img {
  aspect-ratio: 4/4.2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.65s ease;
  width: 100%;
}
.gallery-masonry-item.is-tall img {
  aspect-ratio: 4/5.4;
}
.gallery-masonry-item.is-wide img {
  aspect-ratio: 4/3;
}
.gallery-masonry-item:hover {
  transform: translateY(-4px);
}
.gallery-masonry-item:hover img {
  transform: scale(1.035);
}
.gallery-masonry-item:hover > a > span {
  opacity: 1;
  transform: translateY(0);
}
.gallery-masonry-item figcaption {
  align-items: end;
  backdrop-filter: blur(10px);
  background: rgba(20, 20, 20, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  bottom: 14px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  left: 14px;
  padding: 13px 14px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  transition: var(--transition);
  z-index: 2;
}
.gallery-masonry-item figcaption h3 {
  color: var(--color-surface);
  font-size: 25px;
  line-height: 1;
  margin: 0 0 5px;
}
.gallery-masonry-item figcaption p {
  color: rgba(255, 255, 255, 0.64);
  font-size: var(--font-size-sm);
  margin: 0;
}
.gallery-masonry-item figcaption small {
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 800;
  text-transform: uppercase;
}
.gallery-masonry-item:hover figcaption {
  background: rgba(20, 20, 20, 0.9);
  border-color: rgba(201, 162, 39, 0.4);
}
@media (max-width: 575.98px) {
  .gallery-masonry-item.is-wide img {
    aspect-ratio: 4/3;
  }
}

.gallery-page-empty {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 70px 20px;
  text-align: center;
}
.gallery-page-empty i {
  color: var(--color-accent);
  font-size: 40px;
}
.gallery-page-empty h3 {
  font-size: 34px;
  margin: 17px 0 7px;
}
.gallery-page-empty p {
  color: var(--color-text-muted);
  margin: 0;
}

.gallery-advisory-section {
  background: var(--color-surface);
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .gallery-advisory-section {
    padding-bottom: 80px;
  }
}

.gallery-advisory-inner {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  color: var(--color-surface);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 58px 62px;
}
.gallery-advisory-inner h2 {
  color: var(--color-surface);
  font-size: 50px;
  line-height: 0.96;
  margin: 13px 0;
  max-width: 750px;
}
.gallery-advisory-inner p {
  color: rgba(255, 255, 255, 0.63);
  margin: 0;
}
.gallery-advisory-inner > .primary-btn {
  flex: 0 0 auto;
  border-color: var(--color-accent);
  color: var(--color-primary);
  background: var(--color-accent);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.gallery-advisory-inner > .primary-btn:hover, .gallery-advisory-inner > .primary-btn:focus-visible {
  border-color: var(--color-surface);
  color: var(--color-primary);
  background: var(--color-surface);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .gallery-advisory-inner {
    align-items: start;
    flex-direction: column;
    padding: 42px 30px;
  }
}

/*===========================
    17. Marketplace Products Page
===========================*/
.marketplace-page-banner {
  background: linear-gradient(105deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.53)), url("../img/artvault-01.jpg") center 48%/cover;
  color: var(--color-surface);
  min-height: 560px;
  padding: 78px 0 92px;
}
.marketplace-page-banner .page-breadcrumb {
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .marketplace-page-banner {
    min-height: 560px;
    padding: 55px 0 70px;
  }
  .marketplace-page-banner .page-breadcrumb {
    margin-bottom: 45px;
  }
}

.marketplace-banner-copy {
  max-width: 920px;
}
.marketplace-banner-copy h1 {
  color: var(--color-surface);
  font-size: 88px;
  line-height: 0.88;
  margin: 16px 0 24px;
}
.marketplace-banner-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
}

.marketplace-type-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.marketplace-type-links button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--color-surface);
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 800;
  gap: 8px;
  padding: 10px 15px;
  transition: var(--transition);
}
.marketplace-type-links button:hover, .marketplace-type-links button.is-active {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.marketplace-products-section {
  background: var(--color-background);
  position: relative;
}

.marketplace-toolbar {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 42px;
  padding: 15px 18px;
}
.marketplace-toolbar > div {
  align-items: center;
  display: flex;
  gap: 12px;
}
.marketplace-toolbar p {
  color: var(--color-text-muted);
  font-size: 12px;
  margin: 0;
}
.marketplace-toolbar p strong {
  color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .marketplace-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .marketplace-toolbar > div {
    justify-content: space-between;
  }
}

.marketplace-filter-toggle {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--color-surface);
  display: none;
  font-size: var(--font-size-sm);
  font-weight: 800;
  gap: 7px;
  padding: 10px 14px;
}
@media (max-width: 991.98px) {
  .marketplace-filter-toggle {
    display: inline-flex;
  }
}

.marketplace-view-controls label {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 700;
  margin-left: 7px;
}
.marketplace-view-controls > button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text-muted);
  display: flex;
  height: 37px;
  justify-content: center;
  width: 37px;
}
.marketplace-view-controls > button.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}
.marketplace-view-controls select {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  height: 40px;
  padding: 0 32px 0 12px;
}
@media (max-width: 575.98px) {
  .marketplace-view-controls > button,
  .marketplace-view-controls label {
    display: none;
  }
  .marketplace-view-controls select {
    width: 100%;
  }
}

.marketplace-sidebar {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-top: 48px;
  padding: 0 24px 25px;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .marketplace-sidebar {
    border: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    max-width: 370px;
    overflow-y: auto;
    padding: 0 22px 30px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 0.4s ease;
    width: 90%;
    z-index: 1060;
  }
  .marketplace-sidebar.is-open {
    transform: translateX(0);
  }
}

.marketplace-sidebar-header {
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 24px 0 18px;
}
.marketplace-sidebar-header h2 {
  font-family: var(--font-body);
  font-size: 15px;
  margin: 0;
}

.marketplace-filter-close {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  display: none;
}
@media (max-width: 991.98px) {
  .marketplace-filter-close {
    display: block;
  }
}

.marketplace-search {
  align-items: center;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  margin-bottom: 20px;
}
.marketplace-search i {
  color: var(--color-accent);
  margin-left: 13px;
}
.marketplace-search input {
  background: transparent;
  border: 0;
  font-size: var(--font-size-sm);
  height: 44px;
  min-width: 0;
  padding: 0 10px;
  width: 100%;
}
.marketplace-search input:focus {
  outline: none;
}

.marketplace-filter-form fieldset {
  border: 0;
  border-top: 1px solid var(--color-border);
  margin: 0;
  padding: 20px 0 14px;
}
.marketplace-filter-form legend {
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 800;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.marketplace-filter-form label {
  align-items: center;
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  font-size: var(--font-size-sm);
  gap: 9px;
  margin-bottom: 11px;
}
.marketplace-filter-form label input {
  accent-color: var(--color-accent);
  height: 15px;
  width: 15px;
}
.marketplace-filter-form label span {
  flex: 1;
}
.marketplace-filter-form label small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
}
.marketplace-filter-form input[type=range] {
  accent-color: var(--color-accent);
  width: 100%;
}

.marketplace-price-output {
  display: flex;
  font-size: var(--font-size-sm);
  justify-content: space-between;
  margin-bottom: 8px;
}
.marketplace-price-output span {
  color: var(--color-text-muted);
}
.marketplace-price-output strong {
  color: var(--color-primary);
}

.marketplace-clear-filters {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  margin-top: 8px;
  padding: 11px 14px;
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
}
.marketplace-clear-filters:hover, .marketplace-clear-filters:focus-visible {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
  transform: translateY(-2px);
}
.marketplace-clear-filters:focus-visible {
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.24);
  outline: none;
}

.marketplace-filter-backdrop {
  background: rgba(17, 17, 17, 0.58);
  border: 0;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  z-index: 1055;
}
@media (max-width: 991.98px) {
  .marketplace-filter-backdrop {
    display: block;
  }
  .marketplace-filter-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

.marketplace-product-grid {
  transition: var(--transition);
}
.marketplace-product-grid.is-list-view .marketplace-product-column {
  width: 100%;
}
.marketplace-product-grid.is-list-view .marketplace-product-card {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.marketplace-product-grid.is-list-view .marketplace-card-media img {
  aspect-ratio: 1.12;
  height: 100%;
}
@media (max-width: 767.98px) {
  .marketplace-product-grid.is-list-view .marketplace-product-card {
    grid-template-columns: 1fr;
  }
}

.marketplace-product-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.marketplace-product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.marketplace-product-card:hover .marketplace-card-media img {
  transform: scale(1.04);
}

.marketplace-card-media {
  overflow: hidden;
  position: relative;
}
.marketplace-card-media > a {
  display: block;
}
.marketplace-card-media img {
  aspect-ratio: 4/4.6;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}

.marketplace-sale-badge {
  background: var(--color-surface);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 800;
  left: 13px;
  letter-spacing: 0.8px;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
}
.marketplace-sale-badge.is-live {
  align-items: center;
  background: var(--color-danger);
  color: var(--color-surface);
  display: flex;
  gap: 6px;
}
.marketplace-sale-badge.is-live i {
  animation: livePulse 1.5s infinite;
  background: var(--color-surface);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.marketplace-sale-badge.is-timed {
  background: var(--color-primary);
  color: var(--color-surface);
}

.marketplace-save {
  align-items: center;
  background: rgba(255, 255, 255, 0.91);
  border: 0;
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 38px;
}
.marketplace-save.is-saved {
  background: var(--color-primary);
  color: var(--color-surface);
}

.marketplace-card-body {
  padding: 20px;
}
.marketplace-card-body h3 {
  font-size: 27px;
  line-height: 1.05;
  margin: 8px 0 5px;
}
.marketplace-card-body h3 a {
  color: var(--color-primary);
}
.marketplace-card-body h3 a:hover {
  color: var(--color-accent);
}
.marketplace-card-body > p {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin-bottom: 15px;
}

.marketplace-card-category {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.marketplace-card-category span {
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.marketplace-card-category small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
}

.marketplace-card-price {
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
}
.marketplace-card-price small,
.marketplace-card-price strong {
  display: block;
}
.marketplace-card-price small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  margin-bottom: 2px;
}
.marketplace-card-price strong {
  color: var(--color-primary);
  font-size: 15px;
}
.marketplace-card-price > span {
  color: var(--color-danger);
  font-size: var(--font-size-xs);
  font-weight: 800;
}
.marketplace-card-price > span.is-stock {
  color: var(--color-success);
}

.marketplace-card-action {
  align-items: center;
  color: var(--color-primary);
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 800;
  justify-content: space-between;
  padding-top: 15px;
}
.marketplace-card-action:hover {
  color: var(--color-accent);
}

.marketplace-empty-state {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 70px 20px;
  text-align: center;
}
.marketplace-empty-state > i {
  color: var(--color-accent);
  font-size: 40px;
}
.marketplace-empty-state h2 {
  font-size: 38px;
  margin: 18px 0 8px;
}
.marketplace-empty-state p {
  color: var(--color-text-muted);
}
.marketplace-empty-state button {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 800;
  text-decoration: underline;
}

.marketplace-pagination {
  margin-top: 42px;
}

.marketplace-assurance-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 46px 0;
}

.marketplace-assurance-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.marketplace-assurance-grid > div {
  align-items: center;
  display: flex;
  gap: 13px;
}
.marketplace-assurance-grid > div > i {
  color: var(--color-accent);
  font-size: 25px;
}
.marketplace-assurance-grid strong,
.marketplace-assurance-grid small {
  display: block;
}
.marketplace-assurance-grid strong {
  color: var(--color-primary);
  font-size: var(--font-size-sm);
}
.marketplace-assurance-grid small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  margin-top: 3px;
}
@media (max-width: 991.98px) {
  .marketplace-assurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .marketplace-assurance-grid {
    grid-template-columns: 1fr;
  }
}

body.marketplace-filter-open {
  overflow: hidden;
}

/*===========================
    18. Auction Product Details Page
===========================*/
.product-details-section {
  background: var(--color-background);
}

.product-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0 0 42px;
  padding: 0;
}
.product-breadcrumb li {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
}
.product-breadcrumb li + li::before {
  color: var(--color-accent);
  content: "/";
  margin-right: 9px;
}
.product-breadcrumb a {
  color: var(--color-primary);
}
.product-breadcrumb a:hover {
  color: var(--color-accent);
}

.product-main-image {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  display: block;
  overflow: hidden;
  padding: 22px;
  position: relative;
}
.product-main-image img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-main-image > span {
  background: rgba(26, 26, 26, 0.82);
  border-radius: 999px;
  bottom: 40px;
  color: var(--color-surface);
  font-size: 12px;
  font-weight: 700;
  padding: 9px 14px;
  position: absolute;
  right: 40px;
}
@media (max-width: 575.98px) {
  .product-main-image {
    padding: 10px;
  }
  .product-main-image > span {
    bottom: 22px;
    right: 22px;
  }
}

.product-thumbnails {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}
.product-thumbnails button {
  background: var(--color-surface);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  overflow: hidden;
  padding: 4px;
  transition: var(--transition);
}
.product-thumbnails button.is-active, .product-thumbnails button:hover {
  border-color: var(--color-accent);
}
.product-thumbnails img {
  aspect-ratio: 1;
  border-radius: calc(var(--radius-sm) - 3px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.product-bid-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 38px;
  position: sticky;
  top: 110px;
}
.product-bid-panel h1 {
  font-size: 58px;
  line-height: 0.94;
  margin: 16px 0 13px;
}
@media (max-width: 575.98px) {
  .product-bid-panel {
    padding: 28px 20px;
  }
}

.product-lot-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.product-lot-meta > span {
  align-items: center;
  background: var(--color-danger);
  border-radius: 999px;
  color: var(--color-surface);
  display: inline-flex;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 0.96px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.product-watch-btn {
  align-items: center;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.product-watch-btn i {
  color: currentColor;
}
.product-watch-btn:hover, .product-watch-btn:focus-visible, .product-watch-btn.is-saved {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-surface);
}
.product-watch-btn:hover {
  box-shadow: 0 7px 18px rgba(26, 26, 26, 0.16);
  transform: translateY(-2px);
}
.product-watch-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.product-creator {
  color: var(--color-text-muted);
  margin-bottom: 20px;
}
.product-creator a {
  color: var(--color-primary);
  font-weight: 800;
}
.product-creator i {
  color: var(--color-accent);
}

.product-lot-number {
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  padding-bottom: 20px;
}
.product-lot-number span {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.product-current-bid {
  padding: 24px 0 20px;
}
.product-current-bid span,
.product-current-bid strong,
.product-current-bid small {
  display: block;
}
.product-current-bid span {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
}
.product-current-bid strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 52px;
  line-height: 1;
  margin: 7px 0;
}
.product-current-bid small {
  color: var(--color-success);
}

.product-countdown {
  background: var(--color-background);
  border-radius: var(--radius-sm);
  padding: 17px 20px;
}
.product-countdown > span {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 0.96px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-countdown > div {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}
.product-countdown strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 0.9;
  text-align: center;
}
.product-countdown strong small {
  color: var(--color-text-muted);
  display: block;
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  font-weight: 600;
  margin-top: 7px;
  text-transform: uppercase;
}
.product-countdown b {
  color: var(--color-accent);
  font-size: 21px;
}

.product-bid-form {
  margin-top: 22px;
}
.product-bid-form > label {
  color: var(--color-primary);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.product-bid-form > small {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin: 8px 0 16px;
}
.product-bid-form > .primary-btn {
  width: 100%;
}

.product-bid-control {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  overflow: hidden;
}
.product-bid-control button {
  background: var(--color-background);
  border: 0;
  color: var(--color-primary);
  flex: 0 0 48px;
  font-size: 22px;
  height: 50px;
}
.product-bid-control > span {
  font-weight: 800;
}
.product-bid-control input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background: var(--color-surface);
  border: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 800;
  height: 50px;
  min-width: 0;
  padding: 0 6px;
  width: 100%;
}
.product-bid-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.product-bid-control input:focus {
  outline: none;
}

.product-bid-status {
  background: rgba(46, 125, 50, 0.09);
  border: 1px solid rgba(46, 125, 50, 0.24);
  border-radius: var(--radius-sm);
  color: var(--color-success);
  font-size: 12px;
  margin: 14px 0 0;
  padding: 10px 12px;
}

.product-buyer-notes {
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
}
.product-buyer-notes span {
  color: var(--color-text-muted);
  font-size: 12px;
}
.product-buyer-notes i {
  color: var(--color-accent);
  margin-right: 7px;
}

.product-information-section {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.product-description {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.9;
}
.product-description p + p {
  margin-top: 18px;
}

.product-detail-grid {
  border-top: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}
.product-detail-grid > div {
  border-bottom: 1px solid var(--color-border);
  padding: 18px 10px 18px 0;
}
.product-detail-grid span,
.product-detail-grid strong {
  display: block;
}
.product-detail-grid span {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-detail-grid strong {
  color: var(--color-primary);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
}

.product-provenance-card {
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  color: var(--color-surface);
  padding: 42px;
}
.product-provenance-card > i {
  color: var(--color-accent);
  display: block;
  font-size: 42px;
  margin-bottom: 30px;
}
.product-provenance-card h2 {
  color: var(--color-surface);
  font-size: 42px;
  line-height: 1;
}
.product-provenance-card ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
  margin: 24px 0;
  padding: 17px 0;
}
.product-provenance-card li {
  color: rgba(255, 255, 255, 0.68);
  padding: 7px 0 7px 20px;
  position: relative;
}
.product-provenance-card li::before {
  color: var(--color-accent);
  content: "✓";
  left: 0;
  position: absolute;
}
.product-provenance-card a {
  color: var(--color-surface);
  font-size: 13px;
  font-weight: 800;
}
.product-provenance-card a:hover {
  color: var(--color-accent);
}
@media (max-width: 575.98px) {
  .product-provenance-card {
    padding: 30px 24px;
  }
}

.product-services-section {
  background: var(--color-background);
}

.product-services-section .section-heading > p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
  max-width: 400px;
}

.product-service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  padding: 32px;
}
.product-service-card i {
  align-items: center;
  background: rgba(201, 162, 39, 0.11);
  border-radius: 50%;
  color: var(--color-accent);
  display: inline-flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.product-service-card h3 {
  font-size: 28px;
  margin: 30px 0 10px;
}
.product-service-card p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin: 0;
}

.related-lots-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.related-lot-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.related-lot-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.related-lot-card > a {
  display: block;
  overflow: hidden;
}
.related-lot-card img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.related-lot-card:hover img {
  transform: scale(1.04);
}
.related-lot-card > div {
  padding: 23px;
}
.related-lot-card > div > span {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.related-lot-card > div h3 {
  font-size: 29px;
  margin: 8px 0 3px;
}
.related-lot-card > div h3 a {
  color: var(--color-primary);
}
.related-lot-card > div > p {
  color: var(--color-text-muted);
}
.related-lot-card > div > div {
  align-items: center;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.related-lot-card > div > div strong {
  color: var(--color-primary);
}
.related-lot-card > div > div small {
  color: var(--color-danger);
  font-weight: 800;
}

/*===========================
    19. WooCommerce Auction Details Page
===========================*/
.woocommerce-page {
  background: var(--color-background);
}

.woo-product-section {
  background: var(--color-background);
}

.woo-product-gallery {
  position: relative;
}

.woo-sale-badge {
  background: var(--color-accent);
  border-radius: 999px;
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  font-weight: 800;
  left: 22px;
  letter-spacing: 1.28px;
  padding: 9px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 22px;
  z-index: 2;
}

.woo-main-image {
  align-items: center;
  background: #eeeae3;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  display: flex;
  justify-content: center;
  min-height: 650px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.woo-main-image img {
  aspect-ratio: 4/5;
  box-shadow: 0 18px 42px rgba(26, 26, 26, 0.14);
  max-height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: auto;
}
.woo-main-image > span {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 22px;
  color: var(--color-primary);
  display: flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 22px;
  width: 44px;
}
.woo-main-image:hover img {
  transform: scale(1.015);
}

.woo-product-thumbnails {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}
.woo-product-thumbnails button {
  background: var(--color-surface);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  overflow: hidden;
  padding: 5px;
  transition: var(--transition);
}
.woo-product-thumbnails button.is-active, .woo-product-thumbnails button:hover {
  border-color: var(--color-accent);
}
.woo-product-thumbnails img {
  aspect-ratio: 1;
  border-radius: calc(var(--radius-sm) - 3px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.woo-product-summary {
  padding: 12px 0 0 15px;
  position: sticky;
  top: 105px;
}
.woo-product-summary h1 {
  font-size: 58px;
  line-height: 0.95;
  margin: 16px 0 14px;
}

.woo-summary-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.woo-wishlist {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  transition: var(--transition);
  width: 44px;
}
.woo-wishlist i {
  color: currentColor;
}
.woo-wishlist:hover, .woo-wishlist:focus-visible, .woo-wishlist.is-saved {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-surface);
}
.woo-wishlist:hover {
  box-shadow: 0 7px 18px rgba(26, 26, 26, 0.16);
  transform: translateY(-2px);
}
.woo-wishlist:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.woo-artist {
  color: var(--color-text-muted);
  margin-bottom: 15px;
}
.woo-artist a {
  color: var(--color-primary);
  font-weight: 800;
}
.woo-artist i {
  color: var(--color-accent);
}

.woo-rating {
  align-items: center;
  display: flex;
  gap: 12px;
}
.woo-rating span {
  color: var(--color-accent);
  display: inline-flex;
  font-size: 12px;
  gap: 3px;
}
.woo-rating a {
  color: var(--color-text-muted);
  font-size: 12px;
  text-decoration: underline;
}

.woo-price {
  align-items: baseline;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 24px 0;
  padding-bottom: 22px;
}
.woo-price del {
  color: var(--color-text-muted);
  font-size: 19px;
}
.woo-price ins {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.woo-price small {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  width: 100%;
}

.woo-short-description {
  color: var(--color-text-muted);
  line-height: 1.8;
}

.woo-stock {
  align-items: center;
  background: rgba(46, 125, 50, 0.07);
  border: 1px solid rgba(46, 125, 50, 0.18);
  border-radius: var(--radius-sm);
  color: var(--color-success);
  display: flex;
  font-size: 12px;
  gap: 10px;
  margin: 22px 0;
  padding: 12px 14px;
}

.woo-cart-form {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 24px;
}

.woo-variation {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 92px 1fr;
  margin-bottom: 12px;
}
.woo-variation label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}
.woo-variation select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--color-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231a1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 6 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  font-size: 12px;
  min-height: 48px;
  padding: 0 38px 0 14px;
  width: 100%;
}

.woo-purchase-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.woo-quantity {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  flex: 0 0 130px;
  overflow: hidden;
}
.woo-quantity button {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: 20px;
  height: 50px;
  width: 40px;
}
.woo-quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-weight: 800;
  min-width: 0;
  text-align: center;
  width: 48px;
}
.woo-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.woo-quantity input:focus {
  outline: none;
}

.woo-add-cart {
  flex: 1;
}

.woo-cart-status {
  background: rgba(46, 125, 50, 0.08);
  border-radius: var(--radius-sm);
  color: var(--color-success);
  font-size: 12px;
  margin: 12px 0 0;
  padding: 11px 13px;
}

.woo-product-meta {
  display: grid;
  gap: 7px;
  padding: 21px 0;
}
.woo-product-meta p {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin: 0;
}
.woo-product-meta span {
  color: var(--color-primary);
  font-weight: 800;
  margin-right: 5px;
}

.woo-secure-row {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 9px;
  padding: 18px 0;
}
.woo-secure-row span {
  color: var(--color-text-muted);
  font-size: 12px;
}
.woo-secure-row i {
  color: var(--color-accent);
  margin-right: 7px;
}

.woo-share {
  align-items: center;
  display: flex;
  gap: 9px;
  padding-top: 18px;
}
.woo-share > span {
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 800;
  margin-right: 4px;
  text-transform: uppercase;
}
.woo-share a {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.woo-share a:hover {
  background: var(--color-primary);
  color: var(--color-surface);
}

.woo-tabs-section {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.woo-tabs {
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 36px;
  overflow-x: auto;
}
.woo-tabs button {
  background: transparent;
  border: 0;
  color: var(--color-text-muted);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 0 0 18px;
  position: relative;
}
.woo-tabs button::after {
  background: var(--color-accent);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: var(--transition);
  width: 100%;
}
.woo-tabs button.is-active {
  color: var(--color-primary);
}
.woo-tabs button.is-active::after {
  transform: scaleX(1);
}

.woo-tab-panels {
  padding-top: 56px;
}

.woo-tab-panel {
  color: var(--color-text-muted);
  line-height: 1.85;
}
.woo-tab-panel h2 {
  color: var(--color-primary);
  font-size: 45px;
  line-height: 1;
  margin: 13px 0 22px;
  max-width: 630px;
}
.woo-tab-panel p {
  max-width: 680px;
}

.woo-story-image {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.woo-info-table {
  border-top: 1px solid var(--color-border);
  margin: 0;
  max-width: 880px;
}
.woo-info-table > div {
  border-bottom: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: 210px 1fr;
  padding: 17px 4px;
}
.woo-info-table dt {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}
.woo-info-table dd {
  margin: 0;
}

.woo-policy-card {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  padding: 30px;
}
.woo-policy-card > i {
  color: var(--color-accent);
  font-size: 28px;
}
.woo-policy-card h3 {
  color: var(--color-primary);
  font-size: 27px;
  margin: 24px 0 10px;
}
.woo-policy-card p {
  margin: 0;
}

.woo-reviews {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.8fr;
}

.woo-review {
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 18px;
  margin-top: 32px;
  padding-top: 26px;
}
.woo-review h3 {
  color: var(--color-primary);
  font-size: 22px;
  margin: 8px 0;
}
.woo-review p {
  margin-bottom: 8px;
}
.woo-review small {
  color: var(--color-text-muted);
}

.woo-review-avatar {
  align-items: center;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-surface);
  display: flex;
  flex: 0 0 48px;
  font-size: 12px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
}

.woo-review-form {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 30px;
}
.woo-review-form h3 {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 20px;
}
.woo-review-form label {
  color: var(--color-primary);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}
.woo-review-form textarea {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  padding: 13px;
  resize: vertical;
  width: 100%;
}
.woo-review-form p {
  color: var(--color-success);
  font-size: 12px;
  margin: 12px 0 0;
}

.woo-related-section {
  background: var(--color-background);
}

.woo-product-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.woo-product-card > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.woo-product-card > a > span {
  background: var(--color-surface);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 800;
  left: 13px;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
  z-index: 1;
}
.woo-product-card img {
  aspect-ratio: 4/4.6;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.woo-product-card > div {
  padding: 20px;
}
.woo-product-card > div small {
  color: var(--color-text-muted);
}
.woo-product-card > div h3 {
  font-size: 25px;
  margin: 6px 0 12px;
}
.woo-product-card > div h3 a {
  color: var(--color-primary);
}
.woo-product-card > div strong {
  color: var(--color-primary);
}
.woo-product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.woo-product-card:hover img {
  transform: scale(1.04);
}

@media (max-width: 991.98px) {
  .woo-main-image {
    min-height: 560px;
  }
  .woo-product-summary {
    padding-left: 0;
    position: static;
  }
  .woo-reviews {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .woo-main-image {
    min-height: 420px;
    padding: 22px;
  }
  .woo-main-image img {
    max-height: 370px;
    width: 100%;
  }
  .woo-product-summary h1 {
    font-size: 44px;
  }
  .woo-variation {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .woo-purchase-row {
    flex-wrap: wrap;
  }
  .woo-quantity {
    flex-basis: 100%;
    justify-content: space-between;
  }
  .woo-add-cart {
    flex-basis: 100%;
  }
  .woo-info-table > div {
    gap: 6px;
    grid-template-columns: 1fr;
  }
  .woo-tabs {
    gap: 24px;
  }
  .woo-tab-panels {
    padding-top: 38px;
  }
}
/*===========================
    20. Why Choose Us
===========================*/
.why-choose-section {
  position: relative;
  overflow: hidden;
  color: var(--color-surface);
  background: radial-gradient(circle at 92% 8%, rgba(201, 162, 39, 0.16), transparent 26%), linear-gradient(135deg, #181816 0%, #24231f 100%);
}
.why-choose-section::before {
  content: "";
  position: absolute;
  top: -190px;
  left: -150px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, 0.02), 0 0 0 150px rgba(255, 255, 255, 0.015);
  pointer-events: none;
}
.why-choose-section .container {
  position: relative;
  z-index: 1;
}
.why-choose-section .section-title {
  max-width: 760px;
}
.why-choose-section .section-title h2 {
  margin-bottom: 0;
  color: var(--color-surface);
  font-size: 62px;
  line-height: 0.95;
}

.why-choose-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.why-choose-intro {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.why-choose-intro p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}
.why-choose-intro a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-surface);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.why-choose-intro a i {
  color: var(--color-accent);
  transition: transform 220ms ease;
}
.why-choose-intro a:hover {
  color: var(--color-accent);
}
.why-choose-intro a:hover i {
  transform: translate(3px, -3px);
}

.why-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.why-choose-media {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: #111;
}
.why-choose-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 9, 0.02) 35%, rgba(10, 10, 9, 0.88) 100%);
}
.why-choose-media > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.why-choose-media:hover > img {
  transform: scale(1.035);
}
.why-choose-media figcaption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
}
.why-choose-media figcaption span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.why-choose-media figcaption strong {
  display: block;
  max-width: 470px;
  color: var(--color-surface);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
}

.why-choose-score {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(20, 20, 18, 0.72);
  backdrop-filter: blur(12px);
}
.why-choose-score > strong {
  color: var(--color-surface);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.why-choose-score > span {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2px;
}
.why-choose-score > span i {
  color: var(--color-accent);
  font-size: 10px;
}
.why-choose-score > span small {
  grid-column: 1/-1;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  line-height: 1;
}

.why-choose-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.why-choose-section .benefit-item {
  position: relative;
  min-height: 286px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 280ms ease, border-color 280ms ease, background 280ms ease;
}
.why-choose-section .benefit-item::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.why-choose-section .benefit-item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.why-choose-section .benefit-item > div span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.why-choose-section .benefit-item > div i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--color-accent);
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.08);
  font-size: 20px;
}
.why-choose-section .benefit-item h3 {
  margin-bottom: 11px;
  color: var(--color-surface);
  font-size: 28px;
  line-height: 1;
}
.why-choose-section .benefit-item p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}
.why-choose-section .benefit-item > small {
  position: absolute;
  bottom: 27px;
  left: 28px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.why-choose-section .benefit-item:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-5px);
}

.why-choose-proof {
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  align-items: center;
  gap: 44px;
  margin-top: 22px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
}
.why-choose-proof > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.why-choose-proof > div strong {
  color: var(--color-surface);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
.why-choose-proof > div span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.why-choose-proof > p {
  justify-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.why-choose-proof > p i {
  margin-right: 7px;
  color: var(--color-accent);
}

@media (max-width: 1199.98px) {
  .why-choose-section .section-title h2 {
    font-size: 54px;
  }
  .why-choose-heading {
    gap: 45px;
  }
  .why-choose-media {
    min-height: 620px;
  }
  .why-choose-section .benefit-item {
    min-height: 301px;
    padding: 24px;
  }
  .why-choose-section .benefit-item h3 {
    font-size: 25px;
  }
  .why-choose-section .benefit-item > small {
    left: 24px;
  }
  .why-choose-proof {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-choose-intro {
    max-width: 650px;
  }
  .why-choose-layout {
    grid-template-columns: 1fr;
  }
  .why-choose-media {
    min-height: 520px;
  }
  .why-choose-section .benefit-item {
    min-height: 260px;
  }
  .why-choose-proof {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-choose-proof > p {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (max-width: 767.98px) {
  .why-choose-section .section-title h2 {
    font-size: 43px;
  }
  .why-choose-intro {
    padding-left: 20px;
  }
  .why-choose-media {
    min-height: 440px;
  }
  .why-choose-media figcaption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }
  .why-choose-media figcaption strong {
    font-size: 28px;
  }
  .why-choose-score {
    top: 15px;
    right: 15px;
  }
  .why-choose-benefits {
    grid-template-columns: 1fr;
  }
  .why-choose-section .benefit-item {
    min-height: 245px;
  }
  .why-choose-proof {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .why-choose-proof > p {
    grid-column: auto;
  }
}
/*===========================
    21. Upcoming Auctions
===========================*/
.schedule-card {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  padding: 24px;
}
.schedule-card h3 {
  font-size: 26px;
  line-height: 1.08;
  margin: 8px 0 10px;
}
.schedule-card p {
  color: var(--color-text-muted);
  margin-bottom: 16px;
}
.schedule-card a {
  color: var(--color-primary);
  font-weight: 800;
}
.schedule-card a:hover {
  color: var(--color-accent);
}

.date-box {
  background: var(--color-primary);
  border-radius: var(--radius-sm);
  color: var(--color-surface);
  flex: 0 0 74px;
  padding: 13px 10px;
  text-align: center;
}
.date-box span {
  color: var(--color-surface);
  display: block;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.date-box small {
  color: var(--color-accent);
  font-weight: 800;
  text-transform: uppercase;
}

/*===========================
    22. Testimonials
===========================*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 20%, rgba(201, 162, 39, 0.1), transparent 24%), linear-gradient(180deg, #f8f7f4 0%, #f1eee7 100%);
}
.testimonial-section::after {
  content: "“";
  position: absolute;
  right: 2%;
  bottom: -215px;
  color: rgba(44, 44, 44, 0.035);
  font-family: var(--font-display);
  font-size: 640px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.testimonial-section .container {
  position: relative;
  z-index: 1;
}

.testimonial-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}
.testimonial-heading .section-title {
  max-width: 720px;
}
.testimonial-heading .section-title h2 {
  margin-bottom: 0;
  font-size: 57px;
  line-height: 0.98;
}

.testimonial-heading-aside,
.testimonial-community,
.testimonial-community > div,
.testimonial-controls {
  display: flex;
  align-items: center;
}

.testimonial-heading-aside {
  gap: 30px;
}

.testimonial-community {
  gap: 15px;
}
.testimonial-community > div img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--color-background);
  border-radius: 50%;
}
.testimonial-community > div img + img {
  margin-left: -12px;
}
.testimonial-community p {
  margin: 0;
}
.testimonial-community p strong,
.testimonial-community p span {
  display: block;
}
.testimonial-community p strong {
  color: var(--color-primary);
  font-size: 13px;
  line-height: 1.3;
}
.testimonial-community p span {
  color: var(--color-text-muted);
  font-size: 10px;
}

.testimonial-controls {
  gap: 8px;
}
.testimonial-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--color-primary);
  border: 1px solid rgba(44, 44, 44, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.testimonial-controls button:hover {
  color: var(--color-surface);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.testimonial-slider {
  overflow: visible;
  padding: 0 0 50px;
}
.testimonial-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-slider .swiper-slide {
  height: auto;
}
.testimonial-slider .swiper-pagination {
  bottom: 0;
}
.testimonial-slider .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  margin: 0 3px !important;
  border-radius: 3px;
  background: var(--color-primary);
  opacity: 0.18;
  transition: width 220ms ease, opacity 220ms ease, background 220ms ease;
}
.testimonial-slider .swiper-pagination-bullet-active {
  width: 46px;
  background: var(--color-accent);
  opacity: 1;
}

.testimonial-card {
  height: 100%;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid rgba(44, 44, 44, 0.11);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(35, 33, 27, 0.06);
  transition: transform 280ms ease, box-shadow 280ms ease;
}
.testimonial-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.testimonial-card > header > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  border: 1px solid rgba(44, 44, 44, 0.12);
  border-radius: 50%;
  background: var(--color-background);
}
.testimonial-card > header > span i {
  font-size: 25px;
  line-height: 1;
}
.testimonial-card > header > div {
  display: flex;
  gap: 3px;
  color: var(--color-accent);
  font-size: 10px;
}
.testimonial-card > p {
  flex: 1;
  margin-bottom: 34px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}
.testimonial-card > footer {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
}
.testimonial-card > footer img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-card > footer strong,
.testimonial-card > footer span {
  display: block;
}
.testimonial-card > footer strong {
  color: var(--color-primary);
  font-size: 13px;
  line-height: 1.25;
}
.testimonial-card > footer span {
  margin-top: 3px;
  color: var(--color-text-muted);
  font-size: 10px;
}
.testimonial-card > footer small {
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 700;
}
.testimonial-card > footer small i {
  margin-right: 4px;
  color: var(--color-accent);
}
.testimonial-card.is-featured {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.testimonial-card.is-featured > header > span {
  color: var(--color-surface);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}
.testimonial-card.is-featured > p,
.testimonial-card.is-featured > footer strong {
  color: var(--color-surface);
}
.testimonial-card.is-featured > footer {
  border-color: rgba(255, 255, 255, 0.12);
}
.testimonial-card.is-featured > footer span,
.testimonial-card.is-featured > footer small {
  color: rgba(255, 255, 255, 0.58);
}
.testimonial-card:hover {
  box-shadow: 0 26px 65px rgba(35, 33, 27, 0.12);
  transform: translateY(-7px);
}

@media (max-width: 1199.98px) {
  .testimonial-heading .section-title h2 {
    font-size: 49px;
  }
  .testimonial-heading-aside {
    align-items: flex-end;
    flex-direction: column;
    gap: 13px;
  }
  .testimonial-card {
    min-height: 420px;
    padding: 27px;
  }
  .testimonial-card > p {
    font-size: 25px;
  }
  .testimonial-card > footer {
    grid-template-columns: 44px 1fr;
  }
  .testimonial-card > footer small {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .testimonial-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .testimonial-heading-aside {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .testimonial-card {
    min-height: 390px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-heading .section-title h2 {
    font-size: 41px;
  }
  .testimonial-community p {
    display: none;
  }
  .testimonial-card {
    min-height: 380px;
  }
  .testimonial-card > header {
    margin-bottom: 32px;
  }
  .testimonial-card > p {
    font-size: 24px;
  }
}
/*===========================
    23. Blog Grid and Details Pages
===========================*/
.blog-page-banner {
  background: linear-gradient(105deg, rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.58)), url("../img/artvault-47.jpg") center 45%/cover;
  color: var(--color-surface);
  min-height: 560px;
  padding: 82px 0 95px;
}
.blog-page-banner .page-breadcrumb {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .blog-page-banner {
    min-height: 500px;
    padding: 58px 0 70px;
  }
  .blog-page-banner .page-breadcrumb {
    margin-bottom: 48px;
  }
}

.blog-page-banner-copy {
  max-width: 960px;
}
.blog-page-banner-copy h1 {
  color: var(--color-surface);
  font-size: 80px;
  line-height: 0.91;
  margin: 17px 0 25px;
}
.blog-page-banner-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
  max-width: 690px;
}

.blog-featured-section {
  background: var(--color-background);
}

.blog-featured-card {
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog-featured-card {
    grid-template-columns: 1fr;
  }
}

.blog-featured-image {
  display: block;
  max-height: 560px;
  overflow: hidden;
  position: relative;
}
.blog-featured-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.blog-featured-image > span {
  background: var(--color-accent);
  border-radius: 999px;
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  font-weight: 800;
  left: 25px;
  letter-spacing: 1.28px;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  top: 25px;
}
.blog-featured-image:hover img {
  transform: scale(1.035);
}
@media (max-width: 767.98px) {
  .blog-featured-image {
    min-height: 360px;
  }
}

.blog-featured-copy {
  align-self: center;
  padding: 55px;
}
.blog-featured-copy h2 {
  font-size: 49px;
  line-height: 0.98;
  margin: 14px 0 20px;
}
.blog-featured-copy h2 a {
  color: var(--color-surface);
}
.blog-featured-copy > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}
.blog-featured-copy .blog-post-meta {
  color: rgba(255, 255, 255, 0.56);
  margin: 24px 0;
}
.blog-featured-copy .text-link {
  color: var(--color-surface);
}
@media (max-width: 575.98px) {
  .blog-featured-copy {
    padding: 38px 24px;
  }
}

.blog-post-category {
  color: var(--color-accent);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.blog-post-meta {
  align-items: center;
  color: var(--color-text-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-sm);
  font-weight: 700;
  gap: 8px 17px;
}
.blog-post-meta span + span::before {
  color: var(--color-accent);
  content: "•";
  margin-right: 17px;
}

.blog-archive-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.blog-archive-heading {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 45px;
}
.blog-archive-heading h2 {
  font-size: 60px;
  line-height: 0.95;
  margin: 10px 0 0;
}
@media (max-width: 767.98px) {
  .blog-archive-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

.blog-filter-search {
  align-items: center;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  max-width: 400px;
  width: 100%;
}
.blog-filter-search i {
  color: var(--color-accent);
  margin-left: 16px;
}
.blog-filter-search input {
  background: transparent;
  border: 0;
  height: 50px;
  min-width: 0;
  padding: 0 15px;
  width: 100%;
}
.blog-filter-search input:focus {
  outline: none;
}

.blog-category-filter {
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 28px;
  margin-bottom: 30px;
}
.blog-category-filter button {
  background: transparent;
  border: 0;
  color: var(--color-text-muted);
  flex: 0 0 auto;
  font-size: var(--font-size-sm);
  font-weight: 800;
  padding: 0 0 14px;
  position: relative;
}
.blog-category-filter button::after {
  background: var(--color-accent);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: var(--transition);
  width: 100%;
}
.blog-category-filter button.is-active {
  color: var(--color-primary);
}
.blog-category-filter button.is-active::after {
  transform: scaleX(1);
}

.blog-archive-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 100%;
  overflow: hidden;
  transition: var(--transition);
}
.blog-archive-card > a {
  display: block;
  overflow: hidden;
}
.blog-archive-card > a img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  width: 100%;
}
.blog-archive-card > div {
  padding: 25px;
}
.blog-archive-card > div h3 {
  font-size: 30px;
  line-height: 1.05;
  margin: 10px 0 13px;
}
.blog-archive-card > div h3 a {
  color: var(--color-primary);
}
.blog-archive-card > div h3 a:hover {
  color: var(--color-accent);
}
.blog-archive-card > div > p {
  color: var(--color-text-muted);
  line-height: 1.7;
}
.blog-archive-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.blog-archive-card:hover img {
  transform: scale(1.04);
}

.blog-empty-state {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 65px 20px;
  text-align: center;
}
.blog-empty-state i {
  color: var(--color-accent);
  font-size: 38px;
}
.blog-empty-state h3 {
  font-size: 31px;
  margin: 17px 0 7px;
}
.blog-empty-state p {
  color: var(--color-text-muted);
  margin: 0;
}

.blog-pagination {
  display: flex;
  gap: 8px;
  margin-top: 45px;
}
.blog-pagination a {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.blog-pagination a:hover, .blog-pagination a.is-current {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
}

.blog-sidebar {
  display: grid;
  gap: 25px;
  align-content: start;
}

.blog-sidebar-widget {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 30px;
}
.blog-sidebar-widget h3 {
  font-size: 29px;
  line-height: 1.07;
  margin: 11px 0 14px;
}
.blog-sidebar-widget > p {
  color: var(--color-text-muted);
  line-height: 1.75;
}
.blog-sidebar-widget > a {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}
.blog-sidebar-widget > a:hover {
  color: var(--color-accent);
}

.blog-popular-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.blog-popular-list li + li {
  border-top: 1px solid var(--color-border);
  margin-top: 17px;
  padding-top: 17px;
}
.blog-popular-list a {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}
.blog-popular-list a > span {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1;
}
.blog-popular-list a strong,
.blog-popular-list a small {
  display: block;
}
.blog-popular-list a strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.18;
}
.blog-popular-list a small {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  margin-top: 7px;
}

.blog-newsletter-widget {
  background: var(--color-primary);
  color: var(--color-surface);
}
.blog-newsletter-widget > i {
  color: var(--color-accent);
  display: block;
  font-size: 34px;
  margin-bottom: 24px;
}
.blog-newsletter-widget h3 {
  color: var(--color-surface);
}
.blog-newsletter-widget > p {
  color: rgba(255, 255, 255, 0.65);
}

.blog-newsletter-form {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  display: flex;
  margin-top: 18px;
  position: relative;
}
.blog-newsletter-form input {
  background: transparent;
  border: 0;
  color: var(--color-surface);
  height: 48px;
  min-width: 0;
  padding: 0 13px;
  width: 100%;
}
.blog-newsletter-form input:focus {
  outline: none;
}
.blog-newsletter-form button {
  background: var(--color-accent);
  border: 0;
  color: var(--color-surface);
  height: 48px;
  width: 48px;
}
.blog-newsletter-form small {
  bottom: -27px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-xs);
  left: 0;
  position: absolute;
}

.blog-topic-tags,
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.blog-topic-tags button,
.blog-topic-tags a,
.article-tags button,
.article-tags a {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  padding: 8px 11px;
}

.article-hero-section {
  background: var(--color-background);
  padding: 75px 0 90px;
}
.article-hero-section .product-breadcrumb {
  margin-bottom: 58px;
}
@media (max-width: 767.98px) {
  .article-hero-section {
    padding: 52px 0 65px;
  }
}

.article-hero-copy {
  margin: auto;
  max-width: 1050px;
  text-align: center;
}
.article-hero-copy h1 {
  font-size: 79px;
  line-height: 0.9;
  margin: 17px 0 27px;
}
.article-hero-copy > p {
  color: var(--color-text-muted);
  font-size: 19px;
  line-height: 1.75;
  margin: auto;
  max-width: 790px;
}

.article-author-line {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 32px;
}
.article-author-line > div:nth-child(2) {
  text-align: left;
}
.article-author-line > div:nth-child(2) strong,
.article-author-line > div:nth-child(2) span {
  display: block;
}
.article-author-line > div:nth-child(2) strong {
  color: var(--color-primary);
  font-size: 12px;
}
.article-author-line > div:nth-child(2) span {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  margin-top: 2px;
}
.article-author-line .blog-post-meta {
  border-left: 1px solid var(--color-border);
  margin-left: 7px;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .article-author-line {
    flex-wrap: wrap;
  }
  .article-author-line .blog-post-meta {
    border: 0;
    justify-content: center;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
  }
}

.article-author-avatar {
  align-items: center;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-surface);
  display: flex;
  flex: 0 0 48px;
  font-size: var(--font-size-sm);
  font-weight: 800;
  height: 48px;
  justify-content: center;
}

.article-feature-section {
  background: var(--color-background);
}
.article-feature-section figure {
  margin: 0;
}
.article-feature-section img {
  aspect-ratio: 16/8.4;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-feature-section figcaption {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: right;
}

.article-content-section {
  background: var(--color-surface);
}

.article-share-sticky {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: sticky;
  top: 115px;
}
.article-share-sticky > span {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 1.28px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.article-share-sticky a,
.article-share-sticky button {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.article-share-sticky a:hover,
.article-share-sticky button:hover {
  background: var(--color-primary);
  color: var(--color-surface);
}
.article-share-sticky small {
  color: var(--color-success);
  font-size: var(--font-size-xs);
}
@media (max-width: 991.98px) {
  .article-share-sticky {
    flex-direction: row;
    justify-content: flex-start;
    position: static;
  }
  .article-share-sticky > span {
    margin: 0 5px 0 0;
  }
}

.article-body {
  color: #595959;
  font-size: 17px;
  line-height: 1.95;
}
.article-body > p {
  margin-bottom: 24px;
}
.article-body .article-lead {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 29px;
  line-height: 1.4;
}
.article-body h2 {
  color: var(--color-primary);
  font-size: 44px;
  line-height: 1.05;
  margin: 60px 0 22px;
  scroll-margin-top: 110px;
}
.article-body h2 span {
  color: var(--color-accent);
  display: block;
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}
.article-body blockquote {
  border-left: 3px solid var(--color-accent);
  margin: 42px 0;
  padding: 5px 0 5px 30px;
}
.article-body blockquote p {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 31px;
  line-height: 1.32;
  margin: 0 0 12px;
}
.article-body blockquote cite {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 700;
}
.article-body > ul {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.article-body > ul li {
  border-bottom: 1px solid var(--color-border);
  padding: 12px 0 12px 25px;
  position: relative;
}
.article-body > ul li::before {
  color: var(--color-accent);
  content: "✓";
  left: 0;
  position: absolute;
}
@media (max-width: 575.98px) {
  .article-body {
    font-size: 16px;
  }
  .article-body .article-lead {
    font-size: 25px;
  }
  .article-body h2 {
    font-size: 36px;
  }
  .article-body blockquote {
    padding-left: 20px;
  }
  .article-body blockquote p {
    font-size: 27px;
  }
}

.article-contents {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin: 38px 0;
  padding: 27px 30px;
}
.article-contents > span {
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 1.28px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.article-contents ol {
  margin: 0;
  padding-left: 21px;
}
.article-contents li {
  color: var(--color-accent);
  padding: 3px 0;
}
.article-contents a {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
}

.article-inline-image {
  margin: 40px 0;
}
.article-inline-image img {
  aspect-ratio: 4/3;
  border-radius: var(--radius-md);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-inline-image figcaption {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  padding-top: 7px;
}

.article-note {
  align-items: flex-start;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: var(--radius-md);
  display: flex;
  gap: 18px;
  margin: 35px 0;
  padding: 25px;
}
.article-note > i {
  color: var(--color-accent);
  font-size: 25px;
}
.article-note strong {
  color: var(--color-primary);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.article-note p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.article-tags {
  border-top: 1px solid var(--color-border);
  margin-top: 45px;
  padding-top: 22px;
}
.article-tags > span {
  align-self: center;
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 800;
  margin-right: 4px;
  text-transform: uppercase;
}
.article-tags a {
  background: var(--color-background);
  line-height: 1.2;
}

.article-author-card {
  align-items: flex-start;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 20px;
  margin-top: 45px;
  padding: 30px;
}
.article-author-card .article-author-avatar {
  flex-basis: 62px;
  height: 62px;
}
.article-author-card span {
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.article-author-card h3 {
  font-size: 28px;
  margin: 4px 0 7px;
}
.article-author-card p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.article-author-card a {
  color: var(--color-primary);
  margin-right: 10px;
}

.article-side-card {
  background: var(--color-primary);
  border-radius: var(--radius-md);
  color: var(--color-surface);
  padding: 18px;
  position: sticky;
  top: 115px;
}
.article-side-card img {
  aspect-ratio: 4/3;
  border-radius: var(--radius-sm);
  margin: 12px 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-side-card h3 {
  color: var(--color-surface);
  font-size: 27px;
  line-height: 1.08;
}
.article-side-card p {
  color: rgba(255, 255, 255, 0.64);
  font-size: var(--font-size-sm);
}
.article-side-card .primary-btn {
  margin-top: 8px;
  width: 100%;
  border-color: var(--color-accent);
  color: var(--color-primary);
  background: var(--color-accent);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.article-side-card .primary-btn:hover, .article-side-card .primary-btn:focus-visible {
  border-color: var(--color-surface);
  color: var(--color-primary);
  background: var(--color-surface);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .article-side-card {
    position: static;
  }
}

.article-related-section {
  background: var(--color-background);
  border-top: 1px solid var(--color-border);
}

/*===========================
    24. Home Blog
===========================*/
.blog-section {
  background: var(--color-surface);
}

.blog-card img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.blog-content {
  padding: 24px;
}
.blog-content h3 {
  font-size: 30px;
  line-height: 1.05;
  margin: 10px 0 12px;
}
.blog-content p {
  color: var(--color-text-muted);
  line-height: 1.7;
}
.blog-content a {
  color: var(--color-primary);
  font-weight: 800;
}
.blog-content a:hover {
  color: var(--color-accent);
}

/*===========================
    25. FAQ Page
===========================*/
.faq-page-banner {
  background: linear-gradient(110deg, rgba(250, 249, 247, 0.97) 0%, rgba(250, 249, 247, 0.9) 52%, rgba(250, 249, 247, 0.68) 100%), url("../img/artvault-02.jpg") center/cover;
  border-bottom: 1px solid var(--color-border);
  padding: 76px 0 90px;
}
.faq-page-banner .page-breadcrumb {
  margin-bottom: 62px;
}
.faq-page-banner .page-breadcrumb li {
  color: var(--color-text-muted);
}
.faq-page-banner .page-breadcrumb a {
  color: var(--color-primary);
}
@media (max-width: 991.98px) {
  .faq-page-banner {
    padding: 52px 0 70px;
  }
  .faq-page-banner .page-breadcrumb {
    margin-bottom: 42px;
  }
}

.faq-page-banner-copy {
  max-width: 790px;
}
.faq-page-banner-copy h1 {
  font-size: 79px;
  line-height: 0.9;
  margin: 14px 0 23px;
}
.faq-page-banner-copy > p {
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.75;
  max-width: 650px;
}

.faq-search-form {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  display: flex;
  margin-top: 34px;
  max-width: 690px;
  overflow: hidden;
}
.faq-search-form > i {
  color: var(--color-accent);
  font-size: 20px;
  margin-left: 20px;
}
.faq-search-form input {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: 15px;
  height: 62px;
  min-width: 0;
  padding: 0 16px;
  width: 100%;
}
.faq-search-form input:focus {
  outline: none;
}
.faq-search-form input::-moz-placeholder {
  color: var(--color-text-muted);
}
.faq-search-form input::placeholder {
  color: var(--color-text-muted);
}
.faq-search-form button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-primary);
  display: flex;
  height: 62px;
  justify-content: center;
  width: 58px;
}

.faq-page-banner-copy .faq-search-count {
  font-size: var(--font-size-sm);
  margin: 11px 0 0;
}

.faq-categories-section {
  background: var(--color-background);
}

.faq-category-nav {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 76px;
}
.faq-category-nav button {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 116px;
  padding: 18px 10px;
  transition: var(--transition);
}
.faq-category-nav button i {
  color: var(--color-accent);
  font-size: 25px;
}
.faq-category-nav button:hover, .faq-category-nav button.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-surface);
  transform: translateY(-3px);
}
@media (max-width: 991.98px) {
  .faq-category-nav {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .faq-category-nav {
    display: flex;
    margin: 0 -12px 45px;
    overflow-x: auto;
    padding: 0 12px 8px;
  }
  .faq-category-nav button {
    flex: 0 0 145px;
  }
}

.faq-page-intro {
  position: sticky;
  top: 112px;
}
.faq-page-intro h2 {
  font-size: 49px;
  line-height: 0.98;
  margin: 14px 0 18px;
}
.faq-page-intro > p {
  color: var(--color-text-muted);
  line-height: 1.8;
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .faq-page-intro {
    position: static;
  }
}

.faq-trust-note {
  align-items: center;
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 13px;
  margin-top: 30px;
  max-width: 350px;
  padding-top: 22px;
}
.faq-trust-note > i {
  color: var(--color-accent);
  font-size: 27px;
}
.faq-trust-note strong,
.faq-trust-note span {
  display: block;
}
.faq-trust-note strong {
  color: var(--color-primary);
  font-size: 12px;
}
.faq-trust-note span {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin-top: 3px;
}

.faq-page-accordion .accordion-item {
  box-shadow: none;
  transition: var(--transition);
}
.faq-page-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 10px 34px rgba(26, 26, 26, 0.06);
}
.faq-page-accordion .accordion-button {
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.15;
  padding: 23px 60px 23px 25px;
  position: relative;
}
.faq-page-accordion .accordion-button::after {
  background-image: none;
  color: var(--color-accent);
  content: "+";
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 400;
  height: auto;
  position: absolute;
  right: 24px;
  top: 20px;
  transform: none;
  width: auto;
}
.faq-page-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.faq-page-accordion .accordion-body {
  padding-right: 60px;
}

.faq-empty-state {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 60px 25px;
  text-align: center;
}
.faq-empty-state > i {
  color: var(--color-accent);
  font-size: 37px;
}
.faq-empty-state h3 {
  font-size: 30px;
  margin: 18px 0 7px;
}
.faq-empty-state p {
  color: var(--color-text-muted);
}
.faq-empty-state button {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.faq-support-section {
  background: var(--color-background);
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .faq-support-section {
    padding-bottom: 80px;
  }
}

.faq-support-inner {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  color: var(--color-surface);
  display: flex;
  gap: 35px;
  justify-content: space-between;
  padding: 55px 60px;
}
.faq-support-inner h2 {
  color: var(--color-surface);
  font-size: 46px;
  line-height: 1;
  margin: 12px 0;
}
.faq-support-inner p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
}
@media (max-width: 991.98px) {
  .faq-support-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 32px;
  }
}
@media (max-width: 575.98px) {
  .faq-support-inner {
    padding: 34px 22px;
  }
}

.faq-support-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
}
.faq-support-actions > a:not(.primary-btn) {
  color: var(--color-surface);
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .faq-support-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*===========================
    26. Home FAQ
===========================*/
.artvault-accordion .accordion-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  overflow: hidden;
}
.artvault-accordion .accordion-button {
  background: var(--color-surface);
  border-radius: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 800;
  padding: 20px 24px;
}
.artvault-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--color-accent);
}
.artvault-accordion .accordion-body {
  color: var(--color-text-muted);
  line-height: 1.8;
  padding: 0 24px 22px;
}

/*===========================
    27. Call to Action
===========================*/
.cta-section {
  background: var(--color-surface);
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .cta-section {
    padding-bottom: 80px;
  }
}
.cta-section.creators-cta-section {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .cta-section.creators-cta-section {
    padding-bottom: 80px;
  }
}

.cta-inner {
  align-items: center;
  background: linear-gradient(120deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.76)), url("../img/artvault-47.jpg") center/cover;
  border-radius: var(--radius-lg);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 62px;
}
.cta-inner h2 {
  color: var(--color-surface);
  font-size: 46px;
  line-height: 1;
  margin-bottom: 0;
  max-width: 720px;
}
@media (max-width: 991.98px) {
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 36px 24px;
  }
}

/*===========================
    28. Footer
===========================*/
.footer-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 25px;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(238, 152, 111, 0.24);
  background: radial-gradient(circle at 8% 8%, rgba(216, 95, 42, 0.13), transparent 31%), radial-gradient(circle at 88% 72%, rgba(82, 117, 94, 0.12), transparent 28%), linear-gradient(125deg, #121513 0%, #171816 52%, #1C1715 100%);
}
.footer-section::before {
  content: "AV";
  position: absolute;
  right: -30px;
  bottom: -105px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display);
  font-size: 290px;
  font-weight: 700;
  letter-spacing: -18px;
  line-height: 1;
  pointer-events: none;
}
.footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-brand-orange), rgba(216, 95, 42, 0));
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-section .row {
  row-gap: 42px;
}
.footer-section .row > [class*=col-]:not(:first-child) {
  padding-top: 8px;
}
.footer-section .footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 23px;
}
.footer-section .footer-logo .brand-logo-image {
  width: 166px;
}
.footer-section p {
  max-width: 380px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.8;
}
.footer-section h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 13px;
  color: #F6E9DE;
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #EE986F;
}
.footer-section ul {
  margin: 0;
  padding: 0;
}
.footer-section li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.56);
  list-style: none;
  font-size: 12px;
}
.footer-section a {
  color: rgba(255, 255, 255, 0.58);
  transition: color 200ms ease, transform 200ms ease;
}
.footer-section a:hover {
  color: #EE986F;
}

.social-links {
  display: flex;
  gap: 9px;
  margin-top: 25px;
}
.social-links a {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
}
.social-links a:hover {
  color: var(--color-white);
  border-color: var(--color-brand-orange);
  background: var(--color-brand-orange);
  transform: translateY(-3px);
}

.newsletter-form,
.search-field {
  display: flex;
  align-items: center;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 200ms ease, background 200ms ease;
}
.newsletter-form:focus-within,
.search-field:focus-within {
  border-color: rgba(238, 152, 111, 0.65);
  background: rgba(255, 255, 255, 0.08);
}
.newsletter-form input,
.search-field input {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  color: var(--color-white);
  border: 0;
  background: transparent;
  font-family: var(--font-intern);
  font-size: 11px;
}
.newsletter-form input::-moz-placeholder, .search-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.newsletter-form input::placeholder,
.search-field input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.newsletter-form input:focus,
.search-field input:focus {
  outline: 0;
}
.newsletter-form button,
.search-field button {
  flex: 0 0 46px;
  height: 46px;
  padding: 0;
  color: var(--color-white);
  border: 0;
  border-radius: 0;
  background: var(--color-brand-orange);
}
.newsletter-form button:hover,
.search-field button:hover {
  color: var(--color-white);
  background: #B94C20;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 62px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 10px;
  letter-spacing: 0.3px;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*===========================
    29. Scroll Progress Button
===========================*/
.scroll-top-button {
  --scroll-progress-offset: 163.36;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--color-ink);
  border: 0;
  border-radius: 50%;
  background: rgba(250, 247, 241, 0.94);
  box-shadow: 0 14px 35px rgba(18, 20, 19, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.88);
  backdrop-filter: blur(10px);
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.scroll-top-button svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-top-button circle {
  fill: none;
  stroke-width: 2;
}
.scroll-top-button .scroll-top-track {
  stroke: rgba(27, 27, 24, 0.12);
}
.scroll-top-button .scroll-top-progress {
  stroke: var(--color-brand-orange);
  stroke-linecap: round;
  stroke-dasharray: 163.36;
  stroke-dashoffset: var(--scroll-progress-offset);
  transition: stroke-dashoffset 100ms linear;
}
.scroll-top-button .scroll-top-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: 1;
}
.scroll-top-button .scroll-top-content i {
  font-size: 15px;
}
.scroll-top-button .scroll-top-count {
  color: var(--color-text-muted);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.scroll-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.scroll-top-button:hover {
  color: var(--color-white);
  background: var(--color-ink);
  box-shadow: 0 18px 42px rgba(18, 20, 19, 0.3);
  transform: translateY(-3px);
}
.scroll-top-button:hover .scroll-top-count {
  color: rgba(255, 255, 255, 0.65);
}
.scroll-top-button:hover .scroll-top-track {
  stroke: rgba(255, 255, 255, 0.16);
}
.scroll-top-button:focus-visible {
  outline: 3px solid rgba(216, 95, 42, 0.35);
  outline-offset: 4px;
}

@media (max-width: 575.98px) {
  .footer-section {
    padding: 70px 0 22px;
  }
  .footer-section::before {
    right: -20px;
    bottom: -55px;
    font-size: 170px;
  }
  .footer-section .row > [class*=col-]:not(:first-child) {
    padding-top: 3px;
  }
  .footer-section h3 {
    margin-bottom: 19px;
  }
  .footer-bottom {
    margin-top: 42px;
  }
  .scroll-top-button {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-top-button,
  .scroll-top-progress {
    transition: none;
  }
}
.search-modal .modal-content {
  border: 0;
  border-radius: var(--radius-md);
  padding: 34px;
}
.search-modal .btn-close {
  margin-left: auto;
}
.search-modal label {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}
.search-modal .search-field {
  background: var(--color-background);
  border-color: var(--color-border);
  margin-top: 0;
}
.search-modal .search-field input {
  color: var(--color-primary);
}

@media (max-width: 767.98px) {
  .site-header .navbar-brand {
    font-size: 25px;
  }
  .site-header .primary-btn {
    display: none !important;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .auction-preview h2,
  .auction-card h3,
  .artwork-card h3,
  .feature-card h3,
  .benefit-item h3,
  .blog-content h3 {
    font-size: 25px;
  }
  .testimonial-card p {
    font-size: 24px;
  }
}
/*===========================
    30. Modern Home Two
===========================*/
.home-two-page {
  --h2-ink: var(--color-ink-deep);
  --h2-cream: var(--color-cream);
  --h2-orange: var(--color-brand-orange);
  --h2-line: rgba(23, 23, 20, .14);
  background: var(--color-white);
  color: var(--h2-ink);
}
.home-two-page a {
  color: inherit;
}
.home-two-page .sec-pad {
  padding: 120px 0;
}

/* 30.1 Shared Theme Visibility Safeguards */
.home-two-page .modern-header-actions button {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--color-ink-deep) !important;
  border: 1px solid rgba(23, 23, 20, 0.08);
  background: #f3f1eb;
  line-height: 1;
}

.home-two-page .modern-header-actions button i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit !important;
  opacity: 1;
  line-height: 1;
}

.home-two-page .modern-header-actions button i::before {
  display: block;
  line-height: 1;
  vertical-align: 0;
}

.home-two-page .modern-header-actions > a {
  color: var(--color-white) !important;
}

.home-two-page .home-two-category-grid > a::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(12, 12, 10, 0.88) 0%, rgba(12, 12, 10, 0.34) 38%, transparent 68%);
}

.home-two-page .home-two-category-grid > a > span,
.home-two-page .home-two-category-grid > a > div {
  z-index: 2;
}

.home-two-page .home-two-category-grid h3,
.home-two-page .home-two-category-grid small {
  color: var(--color-white) !important;
  opacity: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.home-two-page .home-two-category-grid h3 {
  font-weight: 600;
}

.home-two-page .home-two-category-grid small {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(10, 10, 8, 0.24);
  backdrop-filter: blur(5px);
}

.home-two-page .home-two-work-card > button {
  z-index: 4;
  color: var(--color-ink-deep) !important;
  border: 1px solid rgba(23, 23, 20, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 16px rgba(16, 16, 13, 0.12);
}

.home-two-page .home-two-work-card > button i {
  display: inline-block;
  color: inherit !important;
  opacity: 1;
  font-size: 15px;
  line-height: 1;
}

.home-two-page .home-two-work-card > button:hover,
.home-two-page .home-two-work-card > button.is-saved {
  color: var(--color-white) !important;
  border-color: var(--color-brand-orange);
  background: var(--color-brand-orange);
}

.modern-announcement {
  position: relative;
  z-index: 1002;
  color: var(--color-white);
  background: var(--h2-ink);
}
.modern-announcement .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.modern-announcement p,
.modern-announcement a {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-size-sm);
  line-height: 1.2;
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
}
.modern-announcement p i {
  margin-right: 7px;
  color: #f18855;
}
.modern-announcement a {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.modern-announcement button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  color: var(--color-white);
  border: 0;
  background: transparent;
  font-size: 19px;
}

.modern-header {
  position: relative;
  z-index: 1000;
  background: var(--color-white);
  border-bottom: 1px solid var(--h2-line);
}
.modern-header > .container {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modern-header.is-scrolled {
  position: sticky;
  top: 0;
  box-shadow: 0 12px 35px rgba(18, 18, 15, 0.07);
}

.modern-brand {
  display: inline-flex;
  align-items: center;
}
.modern-brand .brand-logo-image {
  width: 150px;
}

.modern-navigation > ul {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modern-navigation > ul > li {
  position: relative;
}
.modern-navigation > ul > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 33px 0;
  font-weight: 500;
  font-size: 12px;
  font-family: var(--font-intern);
  letter-spacing: 0.48px;
}
.modern-navigation > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 1px;
  background: var(--h2-orange);
  transform: scaleX(0);
  transition: 0.25s ease;
}
.modern-navigation > ul > li:hover > a::after,
.modern-navigation .is-current::after {
  transform: scaleX(1) !important;
}

.modern-nav-dropdown > div {
  position: absolute;
  top: calc(100% - 12px);
  left: -24px;
  width: 325px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  background: var(--color-white);
  border: 1px solid var(--h2-line);
  box-shadow: 0 20px 45px rgba(20, 20, 17, 0.1);
  transition: 0.25s ease;
}
.modern-nav-dropdown:hover > div {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.modern-nav-dropdown > div a {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 13px;
  border-bottom: 1px solid var(--h2-line);
}
.modern-nav-dropdown > div a:last-child {
  border: 0;
}
.modern-nav-dropdown > div span {
  grid-row: 1/3;
  color: var(--h2-orange);
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.modern-nav-dropdown > div strong {
  font-weight: 600;
  font-size: 15px;
  font-family: var(--font-display);
}
.modern-nav-dropdown > div small {
  margin-top: 3px;
  color: #77766e;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.modern-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modern-header-actions button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f3f1eb;
  font-size: 17px;
}
.modern-header-actions > a {
  height: 40px;
  align-items: center;
  padding: 0 21px;
  color: var(--color-white);
  background: var(--h2-ink);
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  transition: 0.25s;
}
.modern-header-actions > a:hover {
  background: var(--h2-orange);
}
.modern-header-actions .modern-menu-toggle {
  display: none;
}

.modern-mobile-menu-head,
.modern-mobile-nav-actions,
.modern-menu-backdrop {
  display: none;
}

.home-two-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--color-white);
  background: #262424;
}
.home-two-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 15, 0.82) 0%, rgba(17, 17, 15, 0.51) 42%, rgba(17, 17, 15, 0.08) 73%);
}
.home-two-hero .container {
  position: relative;
  z-index: 2;
}

.home-two-hero-art {
  position: absolute;
  inset: 0;
}
.home-two-hero-art img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-two-hero-art span {
  position: absolute;
  right: 25px;
  bottom: 21px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.home-two-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 80px;
  padding: 70px 0 85px;
}

.home-two-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--h2-orange);
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.home-two-eyebrow::before {
  content: "";
  width: 25px;
  height: 1px;
  background: currentColor;
}

.home-two-hero-copy {
  max-width: 780px;
}
.home-two-hero-copy h1 {
  margin: 18px 0 25px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 105px;
  line-height: 0.76;
  font-family: var(--font-display);
  letter-spacing: -1.12px;
}
.home-two-hero-copy h1 em {
  padding-left: 12%;
  color: #f2c5aa;
  font-weight: 400;
}
.home-two-hero-copy > p {
  max-width: 600px;
  margin: 0 0 35px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  font-family: var(--font-intern);
}

.home-two-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.home-two-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  color: var(--color-white) !important;
  background: var(--h2-ink);
  border: 1px solid var(--h2-ink);
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  transition: 0.25s;
}
.home-two-button:hover {
  color: var(--h2-ink) !important;
  background: transparent;
}
.home-two-button.is-light {
  color: var(--h2-ink) !important;
  border-color: var(--color-white);
  background: var(--color-white);
}
.home-two-button.is-light:hover {
  color: var(--color-white) !important;
  background: transparent;
}

.home-two-text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--color-white) !important;
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.home-two-text-link span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.home-two-live-card {
  align-self: end;
  margin-bottom: 5px;
  padding: 25px;
  color: var(--h2-ink);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}
.home-two-live-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.home-two-live-card > div:first-child > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b23f26;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.home-two-live-card > div:first-child > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d64b2e;
  box-shadow: 0 0 0 5px rgba(214, 75, 46, 0.12);
}
.home-two-live-card button {
  border: 0;
  background: none;
  font-size: 17px;
}
.home-two-live-card > small {
  color: #87857b;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.home-two-live-card h2 {
  margin: 7px 0 2px;
  font-weight: 600;
  font-size: 28px;
  font-family: var(--font-display);
}
.home-two-live-card > p {
  margin-bottom: 22px;
  color: #76746d;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.home-two-live-card > a {
  margin: 22px -25px -25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  color: var(--color-white);
  background: var(--h2-orange);
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.home-two-live-bid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 17px;
  border-top: 1px solid var(--h2-line);
}
.home-two-live-bid span {
  color: #89877f;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}
.home-two-live-bid strong {
  display: block;
  margin-top: 4px;
  color: var(--h2-ink);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-intern);
}

.home-two-scroll {
  position: absolute;
  bottom: 23px;
  left: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white) !important;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.home-two-scroll span {
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.home-two-confidence {
  padding: 31px 0;
  color: var(--color-white);
  background: var(--h2-orange);
}

.home-two-confidence-grid {
  display: grid;
  grid-template-columns: 2.1fr repeat(4, 1fr);
  align-items: center;
}
.home-two-confidence-grid > * {
  padding: 3px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.home-two-confidence-grid > *:last-child {
  border: 0;
}
.home-two-confidence-grid p {
  margin: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  font-family: var(--font-display);
}
.home-two-confidence-grid p strong {
  display: block;
  font-size: 22px;
}
.home-two-confidence-grid div strong {
  display: block;
  font-weight: 600;
  font-size: 24px;
  font-family: var(--font-display);
}
.home-two-confidence-grid div span {
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.75;
}

.home-two-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}
.home-two-section-head h2 {
  margin: 13px 0 0;
  font-weight: 500;
  font-size: 67px;
  line-height: 0.87;
  font-family: var(--font-display);
  letter-spacing: -0.88px;
}
.home-two-section-head > div:last-child {
  max-width: 405px;
}
.home-two-section-head p {
  margin: 0 0 18px;
  color: #74736d;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  font-family: var(--font-intern);
}
.home-two-section-head a:not(.home-two-round-link) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.home-two-section-head.is-light {
  color: var(--color-white);
}
.home-two-section-head.is-light p {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.57);
}

.home-two-auctions {
  background: var(--h2-cream);
}

.home-two-auction-layout {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 35px;
}

.home-two-auction-feature > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-two-auction-feature img {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.home-two-auction-feature:hover img {
  transform: scale(1.025);
}
.home-two-auction-feature > a > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  color: var(--color-white);
  background: rgba(20, 20, 17, 0.87);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.home-two-auction-feature > a > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7950;
}
.home-two-auction-feature > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
}
.home-two-auction-feature small {
  color: var(--h2-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.home-two-auction-feature h3 {
  margin-top: 7px;
  font-weight: 600;
  font-size: 34px;
  line-height: 0.92;
  font-family: var(--font-display);
}
.home-two-auction-feature > div > div:last-child {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: end;
  gap: 4px 17px;
  color: #77766e;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.home-two-auction-feature > div > div:last-child a {
  grid-column: 2;
  grid-row: 1/3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  border-radius: 50%;
  background: var(--h2-ink);
}

.home-two-auction-stack {
  display: grid;
  gap: 30px;
}
.home-two-auction-stack article {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 19px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--h2-line);
}
.home-two-auction-stack img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-two-auction-stack article > div {
  align-self: end;
}
.home-two-auction-stack span {
  color: var(--h2-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.home-two-auction-stack h3 {
  margin: 9px 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.02;
  font-family: var(--font-display);
}
.home-two-auction-stack p {
  margin: 0;
  color: #77766e;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.home-two-round-link {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--h2-line);
  border-radius: 50%;
  transition: 0.25s;
}
.home-two-round-link:hover {
  color: var(--color-white);
  background: var(--h2-orange);
  border-color: var(--h2-orange);
  transform: rotate(45deg);
}

.home-two-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.home-two-category-grid > a {
  position: relative;
  height: 440px;
  overflow: hidden;
  color: var(--color-white);
  background: #222;
}
.home-two-category-grid > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 14, 12, 0.75), transparent 60%);
}
.home-two-category-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.75);
  transition: 0.55s;
}
.home-two-category-grid > a:hover img {
  transform: scale(1.045);
  filter: saturate(1);
}
.home-two-category-grid > a > span {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.home-two-category-grid > a > div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.home-two-category-grid h3 {
  margin: 0;
  font-weight: 600;
  font-size: 31px;
  font-family: var(--font-display);
}
.home-two-category-grid small {
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.home-two-works {
  background: #faf9f6;
}

.home-two-work-card {
  position: relative;
}
.home-two-work-card > a {
  position: relative;
  display: block;
  height: 345px;
  overflow: hidden;
  background: #eee;
}
.home-two-work-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.55s;
}
.home-two-work-card:hover img {
  transform: scale(1.035);
}
.home-two-work-card > a span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 7px 9px;
  color: var(--h2-ink);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.home-two-work-card > button {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}
.home-two-work-card > button.is-saved {
  color: var(--color-white);
  background: var(--h2-orange);
}
.home-two-work-card > div {
  padding-top: 16px;
}
.home-two-work-card small {
  color: var(--h2-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.home-two-work-card h3 {
  margin: 5px 0 2px;
  font-weight: 600;
  font-size: 23px;
  font-family: var(--font-display);
}
.home-two-work-card p {
  margin: 0 0 8px;
  color: #818079;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}
.home-two-work-card > div strong {
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font-intern);
}

.home-two-artist {
  padding: 130px 0;
  overflow: hidden;
  background: #e7e1d6;
}

.home-two-artist-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.65fr;
  align-items: center;
  gap: 60px;
}

.home-two-artist-portrait {
  position: relative;
}
.home-two-artist-portrait img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.7);
}
.home-two-artist-portrait span {
  position: absolute;
  top: 17px;
  left: 17px;
  padding: 9px 11px;
  color: var(--color-white);
  background: rgba(18, 18, 15, 0.82);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-two-artist-copy {
  position: relative;
  z-index: 1;
  margin-right: -110px;
}
.home-two-artist-copy h2 {
  margin: 10px 0 25px;
  font-weight: 500;
  font-size: 105px;
  line-height: 0.67;
  font-family: var(--font-display);
  letter-spacing: -1.12px;
}
.home-two-artist-copy blockquote {
  max-width: 430px;
  margin: 0 0 18px;
  font-style: italic;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-family: var(--font-display);
}
.home-two-artist-copy > p {
  max-width: 390px;
  color: #65645e;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  font-family: var(--font-intern);
}
.home-two-artist-copy > div {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}
.home-two-artist-copy > div > a:last-child {
  padding-bottom: 4px;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.home-two-artist-work {
  align-self: end;
  margin-bottom: 35px;
}
.home-two-artist-work img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-two-artist-work span {
  display: block;
  margin-top: 9px;
  color: #6f6d66;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.home-two-journey {
  color: var(--color-white);
  background: #181816;
}

.home-two-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.home-two-journey-grid article {
  position: relative;
  min-height: 285px;
  padding: 35px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.home-two-journey-grid article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.home-two-journey-grid article > span {
  position: absolute;
  top: 21px;
  right: 22px;
  color: rgba(255, 255, 255, 0.38);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}
.home-two-journey-grid i {
  color: #ec875b;
  font-size: 27px;
}
.home-two-journey-grid h3 {
  margin: 75px 0 10px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 27px;
  font-family: var(--font-display);
}
.home-two-journey-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.7;
  font-family: var(--font-intern);
}

.home-two-journal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.home-two-journal-grid article {
  min-width: 0;
}
.home-two-journal-grid article > a {
  display: block;
  overflow: hidden;
  background: var(--h2-cream);
}
.home-two-journal-grid img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-two-journal-grid article:hover img {
  transform: scale(1.025);
}
.home-two-journal-grid .is-featured {
  grid-row: 1/3;
}
.home-two-journal-grid .is-featured > a {
  height: 430px;
}
.home-two-journal-grid article:not(.is-featured) {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--h2-line);
}
.home-two-journal-grid article:not(.is-featured):last-child {
  border-bottom: 1px solid var(--h2-line);
}
.home-two-journal-grid article:not(.is-featured) > a {
  height: 220px;
}
.home-two-journal-grid article > div {
  padding-top: 18px;
}
.home-two-journal-grid article:not(.is-featured) > div {
  padding-top: 0;
}
.home-two-journal-grid span {
  color: var(--h2-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
  letter-spacing: 1.28px;
}
.home-two-journal-grid h3 {
  margin: 9px 0 10px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  font-family: var(--font-display);
}
.home-two-journal-grid .is-featured h3 {
  max-width: 620px;
  font-size: 37px;
}
.home-two-journal-grid p {
  max-width: 560px;
  margin-bottom: 0;
  color: #77766e;
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.7;
  font-family: var(--font-intern);
}

.home-two-newsletter {
  padding: 75px 0;
  background: var(--h2-orange);
  color: var(--color-white);
}

.home-two-newsletter-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 90px;
}
.home-two-newsletter-inner .home-two-eyebrow {
  color: var(--color-white);
  opacity: 0.78;
}
.home-two-newsletter-inner h2 {
  max-width: 610px;
  margin: 12px 0 0;
  color: var(--color-white);
  font-weight: 500;
  font-size: 47px;
  line-height: 0.95;
  font-family: var(--font-display);
}

.home-two-newsletter-form {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.home-two-newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 17px 0;
  color: var(--color-white);
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 400;
  font-size: 12px;
  font-family: var(--font-intern);
}
.home-two-newsletter-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.home-two-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.home-two-newsletter-form button {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-white);
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  text-transform: uppercase;
}
.home-two-newsletter-form small {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.modern-footer {
  padding: 80px 0 25px;
  color: var(--color-white);
  background: #10100f;
}

.modern-footer-top {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 65px;
}
.modern-footer-top > div:first-child > p {
  max-width: 280px;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.7;
  font-family: var(--font-intern);
}
.modern-footer-top h3 {
  margin: 8px 0 25px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
.modern-footer-top > div:not(:first-child) > a {
  display: block;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  transition: 0.2s;
}
.modern-footer-top > div:not(:first-child) > a:hover {
  color: #f28a5b;
  transform: translateX(3px);
}

.modern-footer-socials {
  display: flex;
  gap: 8px;
}
.modern-footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 12px;
}

.modern-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.modern-footer-bottom p {
  margin: 0;
}
.modern-footer-bottom div {
  display: flex;
  gap: 20px;
}
.modern-footer-bottom > span {
  text-align: right;
}

.modern-search-modal .modal-content {
  padding: 55px;
  border: 0;
  border-radius: 0;
}
.modern-search-modal .btn-close {
  position: absolute;
  top: 22px;
  right: 22px;
}
.modern-search-modal h2 {
  margin: 12px 0 25px;
  font-weight: 600;
  font-size: 39px;
  font-family: var(--font-display);
}
.modern-search-modal form {
  display: flex;
  border-bottom: 1px solid var(--h2-ink);
}
.modern-search-modal input {
  flex: 1;
  min-width: 0;
  padding: 15px 0;
  border: 0;
  outline: 0;
}
.modern-search-modal form button {
  border: 0;
  background: none;
}
.modern-search-modal .modal-content > div {
  display: flex;
  gap: 18px;
  margin-top: 22px;
  font-weight: 500;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .modern-navigation > ul {
    gap: 23px;
  }
  .home-two-hero-grid {
    grid-template-columns: 1fr 300px;
    gap: 35px;
  }
  .home-two-category-grid > a {
    height: 370px;
  }
  .home-two-artist-grid {
    gap: 35px;
  }
  .home-two-artist-copy {
    margin-right: -70px;
  }
}
@media (max-width: 991.98px) {
  .home-two-page .sec-pad {
    padding: 90px 0;
  }
  .modern-header {
    z-index: 1003;
  }
  .modern-header > .container {
    min-height: 72px;
  }
  .modern-header-actions .modern-menu-toggle {
    display: grid;
  }
  .modern-navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: min(390px, 88vw);
    height: 100dvh;
    padding: 0 28px 30px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    background: var(--color-white);
    transition: transform 0.42s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.25s, visibility 0.25s;
  }
  .modern-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .modern-navigation > ul {
    display: block;
  }
  .modern-navigation > ul > li {
    border-bottom: 1px solid var(--h2-line);
  }
  .modern-navigation > ul > li > a {
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 600;
    font-size: 25px;
    font-family: var(--font-display);
  }
  .modern-navigation > ul > li > a::after {
    display: none;
  }
  .modern-mobile-menu-head {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--h2-line);
    color: #77756e;
    font-weight: 600;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 1.92px;
    text-transform: uppercase;
  }
  .modern-mobile-menu-head .modern-mobile-logo {
    display: inline-flex;
    align-items: center;
  }
  .modern-mobile-menu-head .brand-logo-image {
    width: 142px;
  }
  .modern-mobile-menu-head button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--h2-line);
    border-radius: 50%;
    color: var(--h2-ink);
    background: transparent;
  }
  .modern-nav-dropdown > div {
    position: static;
    width: auto;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    box-shadow: none;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .modern-nav-dropdown.is-open > div {
    max-height: 190px;
    padding: 5px 0 10px;
  }
  .modern-nav-dropdown.is-open > a::before {
    transform: rotate(225deg);
  }
  .modern-mobile-nav-actions {
    display: grid;
    gap: 9px;
    margin-top: 28px;
  }
  .modern-mobile-nav-actions a {
    padding: 14px;
    text-align: center;
    border: 1px solid var(--h2-ink);
    font-weight: 600;
    font-size: var(--font-size-sm);
    font-family: var(--font-intern);
    text-transform: uppercase;
  }
  .modern-mobile-nav-actions a:last-child {
    color: var(--color-white);
    background: var(--h2-ink);
  }
  .modern-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(10, 10, 8, 0.55);
    backdrop-filter: blur(3px);
    transition: 0.3s;
  }
  .modern-menu-backdrop.is-visible {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  body.modern-menu-open {
    overflow: hidden;
  }
  .home-two-hero,
  .home-two-hero-grid {
    min-height: 670px;
  }
  .home-two-hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
  }
  .home-two-hero-copy {
    max-width: 680px;
  }
  .home-two-live-card {
    display: none;
  }
  .home-two-confidence-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-two-confidence-grid > p {
    grid-column: 1/-1;
    margin-bottom: 22px;
    text-align: center;
    border: 0;
  }
  .home-two-auction-layout {
    grid-template-columns: 1fr;
  }
  .home-two-auction-stack {
    grid-template-columns: 1fr 1fr;
  }
  .home-two-category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-two-category-grid > a {
    height: 420px;
  }
  .home-two-artist-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-two-artist-copy {
    margin-right: 0;
  }
  .home-two-artist-work {
    display: none;
  }
  .home-two-journey-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-two-journey-grid article:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .home-two-journal-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px 28px;
  }
  .home-two-journal-grid .is-featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .home-two-journal-grid article:not(.is-featured) {
    display: block;
    padding: 0;
    border: 0;
  }
  .home-two-journal-grid .is-featured > a {
    height: 450px;
  }
  .home-two-journal-grid article:not(.is-featured) > a {
    height: 280px;
  }
  .home-two-journal-grid article:not(.is-featured) > div {
    padding-top: 18px;
  }
  .modern-footer-top {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .home-two-page .sec-pad {
    padding: 70px 0;
  }
  .modern-announcement .container {
    justify-content: flex-start;
    padding-right: 45px;
  }
  .modern-announcement p {
    display: none;
  }
  .modern-announcement button {
    right: 8px;
  }
  .home-two-hero,
  .home-two-hero-grid {
    min-height: 620px;
  }
  .home-two-hero-grid {
    padding: 60px 0 80px;
  }
  .home-two-hero-copy h1 {
    font-size: 77px;
    line-height: 0.79;
  }
  .home-two-hero-copy h1 em {
    padding-left: 0;
  }
  .home-two-hero-copy > p {
    font-size: 13px;
  }
  .home-two-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .home-two-scroll {
    left: 15px;
  }
  .home-two-confidence-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }
  .home-two-confidence-grid > p {
    text-align: left;
  }
  .home-two-confidence-grid > div:nth-child(3),
  .home-two-confidence-grid > div:nth-child(5) {
    border: 0;
  }
  .home-two-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 37px;
  }
  .home-two-section-head h2 {
    font-size: 56px;
  }
  .home-two-auction-feature img {
    height: 390px;
  }
  .home-two-auction-feature > div {
    flex-direction: column;
  }
  .home-two-auction-stack {
    grid-template-columns: 1fr;
  }
  .home-two-auction-stack article {
    grid-template-columns: 43% 1fr;
  }
  .home-two-category-grid {
    grid-template-columns: 1fr;
  }
  .home-two-category-grid > a {
    height: 390px;
  }
  .home-two-work-card > a {
    height: 410px;
  }
  .home-two-artist {
    padding: 75px 0;
  }
  .home-two-artist-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .home-two-artist-portrait img {
    height: 500px;
  }
  .home-two-artist-copy h2 {
    font-size: 88px;
  }
  .home-two-artist-copy > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-two-journey-grid {
    grid-template-columns: 1fr;
  }
  .home-two-journey-grid article {
    min-height: 225px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .home-two-journey-grid h3 {
    margin-top: 45px;
  }
  .home-two-journal-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .home-two-journal-grid .is-featured {
    grid-column: auto;
  }
  .home-two-journal-grid .is-featured > a,
  .home-two-journal-grid article:not(.is-featured) > a {
    height: 320px;
  }
  .home-two-journal-grid .is-featured h3 {
    font-size: 28px;
  }
  .home-two-journal .home-two-section-head {
    align-items: flex-end;
    flex-direction: row;
    gap: 20px;
  }
  .home-two-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .home-two-newsletter-inner h2 {
    font-size: 39px;
  }
  .modern-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .modern-footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .modern-footer-bottom {
    grid-template-columns: 1fr;
  }
  .modern-footer-bottom > span {
    text-align: left;
  }
  .modern-search-modal .modal-content {
    padding: 45px 25px;
  }
}
@media (max-width: 575.98px) {
  .home-two-page .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .modern-brand .brand-logo-image {
    width: 140px;
  }
  .modern-header-actions {
    gap: 4px;
  }
  .home-two-auction-feature img {
    height: 330px;
  }
  .home-two-category-grid > a,
  .home-two-work-card > a {
    height: 350px;
  }
  .home-two-artist-portrait img {
    height: 430px;
  }
  .home-two-newsletter-form button {
    gap: 8px;
  }
}
/* 30.2 Modern Navigation and Auction Board */
@media (min-width: 992px) {
  .modern-mega > .modern-mega-menu {
    left: -180px;
    width: 880px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr 1fr;
    gap: 26px;
    padding: 22px;
  }
  .modern-mega > .modern-mega-menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 18px;
  }
  .modern-nav-dropdown > .modern-mega-menu a {
    display: block;
    padding: 0;
    border: 0;
  }
  .modern-mega-intro {
    padding: 25px;
    color: var(--color-white);
    background: #1a1a17;
  }
  .modern-mega-intro > span,
  .modern-mega-column > span {
    display: block;
    color: var(--color-brand-orange);
    font-weight: 600;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 2.24px;
    text-transform: uppercase;
  }
  .modern-mega-intro h3 {
    margin: 38px 0 15px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 37px;
    line-height: 0.86;
    font-family: var(--font-display);
    letter-spacing: -0.64px;
  }
  .modern-mega-intro p {
    color: rgba(255, 255, 255, 0.56);
    font-weight: 400;
    font-size: var(--font-size-sm);
    line-height: 1.7;
    font-family: var(--font-intern);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-intro > a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    color: var(--color-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    font-weight: 600;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .modern-mega-column {
    padding: 10px 2px;
  }
  .modern-mega-list {
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
  }
  .modern-mega-list > li {
    position: relative;
    border-bottom: 1px solid rgba(23, 23, 20, 0.11);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-list > li > a,
  .modern-level-two > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: var(--color-ink-deep);
    border: 0;
    background: transparent;
    text-align: left;
  }
  .modern-mega-list strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-display);
  }
  .modern-mega-list small {
    display: block;
    margin-top: 2px;
    color: #85837c;
    font-weight: 400;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
  }
  .modern-level-two > button i {
    font-size: var(--font-size-sm);
    transition: 0.25s;
  }
  .modern-level-three {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #f5f2eb;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .modern-level-two:hover > .modern-level-three,
  .modern-level-two.is-open > .modern-level-three {
    max-height: 170px;
    padding: 8px 13px;
  }
  .modern-level-two:hover > button i,
  .modern-level-two.is-open > button i {
    transform: rotate(90deg);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-level-three a {
    padding: 5px 0;
    color: #5f5e58;
    font-weight: 500;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-level-three a:hover {
    color: var(--color-brand-orange);
  }
  .modern-mega-feature {
    position: relative;
    min-height: 305px;
    overflow: hidden;
    color: var(--color-white);
  }
  .modern-mega-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 13, 11, 0.85), transparent 65%);
  }
  .modern-mega-feature img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.45s;
  }
  .modern-mega-feature:hover img {
    transform: scale(1.035);
  }
  .modern-mega-feature > span {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 8px;
    color: var(--color-white);
    background: rgba(15, 15, 13, 0.82);
    font-weight: 600;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 1.28px;
    text-transform: uppercase;
  }
  .modern-mega-feature > span i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f06c3a;
  }
  .modern-mega-feature > div {
    position: absolute;
    right: 17px;
    bottom: 17px;
    left: 17px;
    z-index: 2;
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature small,
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature strong,
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature em {
    display: block;
    color: var(--color-white);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature small {
    font-weight: 500;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature strong {
    margin: 5px 0;
    font-weight: 600;
    font-size: 22px;
    font-family: var(--font-display);
  }
  .modern-nav-dropdown > .modern-mega-menu .modern-mega-feature em {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    opacity: 0.7;
  }
}
.home-two-closing {
  background: var(--color-white);
  border-bottom: 1px solid rgba(23, 23, 20, 0.12);
}

.home-two-closing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
  align-items: stretch;
}

.home-two-lot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.home-two-lot-card {
  border: 1px solid rgba(23, 23, 20, 0.13);
  background: var(--color-white);
  transition: transform 0.3s, box-shadow 0.3s;
}
.home-two-lot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(30, 27, 21, 0.09);
}
.home-two-lot-card > a {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  background: #eceae4;
}
.home-two-lot-card > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.home-two-lot-card:hover > a img {
  transform: scale(1.035);
}
.home-two-lot-card > a > span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 7px 9px;
  color: var(--color-white);
  background: #181816;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.home-two-lot-card > div {
  padding: 18px;
}
.home-two-lot-card > div > small {
  color: var(--color-brand-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.home-two-lot-card h3 {
  min-height: 52px;
  margin: 7px 0 15px;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.05;
  font-family: var(--font-display);
}
.home-two-lot-card > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 13px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  border-bottom: 1px solid rgba(23, 23, 20, 0.1);
}
.home-two-lot-card > div > div span {
  color: #8a887f;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.home-two-lot-card > div > div strong {
  display: block;
  margin-top: 4px;
  color: var(--color-ink-deep);
  font-weight: 600;
  font-size: 13px;
  font-family: var(--font-intern);
  letter-spacing: 0;
}
.home-two-lot-card > div > a {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.home-two-auction-desk {
  display: flex;
  flex-direction: column;
  padding: 35px;
  color: var(--color-white);
  background: #1a1a17;
}
.home-two-auction-desk .home-two-eyebrow {
  color: #ed8254;
}
.home-two-auction-desk h3 {
  margin: 35px 0 17px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 49px;
  line-height: 0.85;
  font-family: var(--font-display);
  letter-spacing: -0.64px;
}
.home-two-auction-desk > p {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.75;
  font-family: var(--font-intern);
}
.home-two-auction-desk ul {
  margin: 22px 0 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}
.home-two-auction-desk li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}
.home-two-auction-desk li i {
  color: #ed8254;
}
.home-two-auction-desk > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 15px;
  color: #181816;
  background: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.home-two-auction-desk > small {
  margin-top: auto;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}
.home-two-auction-desk > small a {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-two-journey .home-two-section-head.is-light h2 {
  color: var(--color-white);
}

.home-two-journey .home-two-section-head.is-light .home-two-eyebrow {
  color: #ed8254;
}

.home-two-auctions + .home-two-closing {
  position: relative;
}

.home-two-categories {
  border-bottom: 1px solid rgba(23, 23, 20, 0.08);
}

.home-two-artist-copy blockquote {
  color: #25241f;
}

@media (max-width: 1199.98px) {
  .home-two-closing-layout {
    grid-template-columns: 1fr;
  }
  .home-two-auction-desk {
    min-height: 380px;
  }
  .home-two-auction-desk > p {
    max-width: 570px;
  }
  .home-two-auction-desk > small {
    margin-top: 22px;
  }
}
@media (max-width: 991.98px) {
  .modern-mega > .modern-mega-menu {
    display: block;
  }
  .modern-mega.is-open > .modern-mega-menu {
    max-height: 720px;
    padding: 4px 0 14px;
  }
  .modern-mega-intro,
  .modern-mega-feature,
  .modern-mega-column > span {
    display: none !important;
  }
  .modern-mega-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .modern-navigation .modern-mega-list > li {
    border-bottom: 1px solid rgba(23, 23, 20, 0.1);
  }
  .modern-navigation .modern-mega-list > li > a,
  .modern-level-two > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px;
    border: 0;
    background: #f7f5f0;
    color: var(--color-ink-deep);
  }
  .modern-navigation .modern-mega-list strong {
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-display);
  }
  .modern-navigation .modern-mega-list small {
    margin-top: 2px;
    color: #85837c;
    font-weight: 400;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
  }
  .modern-level-three {
    max-height: 0;
    margin: 0;
    padding: 0 18px;
    overflow: hidden;
    list-style: none;
    transition: max-height 0.32s ease, padding 0.32s ease;
  }
  .modern-level-two.is-open > .modern-level-three {
    max-height: 190px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .modern-level-two.is-open > button i {
    transform: rotate(90deg);
  }
  .modern-navigation .modern-level-three a {
    display: block;
    padding: 7px 0;
    border: 0;
    color: #65635d;
    font-weight: 500;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
  }
  .home-two-lot-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-two-lot-card > a {
    height: 245px;
  }
}
@media (max-width: 767.98px) {
  .home-two-lot-grid {
    grid-template-columns: 1fr;
  }
  .home-two-lot-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }
  .home-two-lot-card > a {
    height: 100%;
    min-height: 280px;
  }
  .home-two-auction-desk {
    min-height: 0;
    padding: 28px;
  }
}
@media (max-width: 575.98px) {
  .home-two-lot-card {
    display: block;
  }
  .home-two-lot-card > a {
    height: 330px;
    min-height: 0;
  }
}
/* 30.3 WordPress Menu Hierarchy */
.modern-navigation .sub-menu {
  margin: 0;
  padding: 10px;
  list-style: none;
}

.modern-navigation .sub-menu li {
  position: relative;
}

.modern-navigation .sub-menu a {
  color: var(--color-ink-deep);
  font-weight: 500;
  font-size: var(--font-size-sm);
  line-height: 1.35;
  font-family: var(--font-intern);
  text-decoration: none;
}

.modern-navigation .menu-item-has-children > a::before,
.modern-navigation > ul > .modern-nav-dropdown > a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transition: transform 0.25s ease;
}

.modern-navigation > ul > .menu-item-has-children > a::before,
.modern-navigation > ul > .modern-nav-dropdown > a::before {
  order: 2;
  margin: -3px 0 0 2px;
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .modern-navigation > ul > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% - 12px);
    left: -20px;
    z-index: 20;
    width: 245px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(9px);
    background: var(--color-white);
    border: 1px solid rgba(23, 23, 20, 0.13);
    box-shadow: 0 20px 45px rgba(20, 20, 17, 0.11);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.25s ease, visibility 0.22s;
  }
  .modern-navigation > ul > .menu-item-has-children > .sub-menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 18px;
  }
  .modern-navigation .menu-item-has-children:hover > .sub-menu,
  .modern-navigation .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .modern-navigation .sub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(23, 23, 20, 0.09);
    transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease;
  }
  .modern-navigation .sub-menu > li:last-child > a {
    border-bottom: 0;
  }
  .modern-navigation .sub-menu > li > a:hover,
  .modern-navigation .sub-menu > li > a:focus-visible {
    padding-left: 16px;
    color: var(--color-brand-orange);
    background: #f7f5f0;
  }
  .modern-navigation .sub-menu .menu-item-has-children > a::before {
    order: 2;
    transform: rotate(-45deg);
  }
  .modern-navigation .sub-menu .sub-menu {
    position: absolute;
    top: -10px;
    left: calc(100% - 1px);
    z-index: 21;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    background: var(--color-white);
    border: 1px solid rgba(23, 23, 20, 0.13);
    box-shadow: 0 20px 45px rgba(20, 20, 17, 0.11);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.25s ease, visibility 0.22s;
  }
  .modern-navigation .sub-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 10px;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .modern-navigation > ul > .menu-item-has-children > a,
  .modern-navigation > ul > .modern-nav-dropdown > a {
    justify-content: space-between;
  }
  .modern-navigation > ul > .menu-item-has-children > a::before,
  .modern-navigation > ul > .modern-nav-dropdown > a::before {
    margin-left: auto;
  }
  .modern-navigation .menu-item-has-children.is-open > a::before {
    transform: rotate(225deg);
  }
  .modern-navigation .sub-menu {
    position: static;
    width: auto;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 13px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-left: 1px solid rgba(23, 23, 20, 0.13);
    transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, padding 0.38s ease;
  }
  .modern-navigation .menu-item-has-children.is-open > .sub-menu {
    max-height: 520px;
    padding-top: 5px;
    padding-bottom: 8px;
    opacity: 1;
    visibility: visible;
  }
  .modern-navigation .sub-menu .menu-item-has-children.is-open > .sub-menu {
    max-height: 260px;
  }
  .modern-navigation .sub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 9px 12px;
    border-bottom: 1px solid rgba(23, 23, 20, 0.08);
  }
  .modern-navigation .sub-menu .menu-item-has-children > a::before {
    order: 2;
    transform: rotate(45deg);
  }
  .modern-navigation .sub-menu .menu-item-has-children.is-open > a::before {
    transform: rotate(225deg);
  }
}
/*===========================
    31. Authentication Pages
===========================*/
.home-two-page .modern-header-actions .modern-user-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  padding: 0 !important;
  color: var(--color-ink-deep) !important;
  border: 1px solid rgba(23, 23, 20, 0.08);
  border-radius: 50%;
  background: #f3f1eb !important;
  font-size: 17px;
  line-height: 1;
}

.home-two-page .modern-header-actions .modern-user-link i,
.home-two-page .modern-header-actions .modern-user-link i::before {
  display: block;
  color: var(--color-ink-deep) !important;
  opacity: 1 !important;
  line-height: 1;
  vertical-align: 0;
}

.home-two-page .modern-header-actions .modern-user-link:hover {
  color: var(--color-white) !important;
  border-color: var(--h2-orange);
  background: var(--h2-orange) !important;
}

.home-two-page .modern-header-actions .modern-user-link:hover i,
.home-two-page .modern-header-actions .modern-user-link:hover i::before {
  color: var(--color-white) !important;
}

.auth-page {
  color: #1a1a18;
  background: #f3f0e9;
}

.auth-main {
  overflow: hidden;
}

.auth-section {
  padding: 72px 0;
  background: radial-gradient(circle at 8% 10%, rgba(201, 162, 39, 0.1), transparent 24%), linear-gradient(135deg, #f5f2ec 0%, #ece8df 100%);
}

.auth-shell {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid rgba(26, 26, 24, 0.1);
  box-shadow: 0 28px 80px rgba(33, 29, 22, 0.11);
}

.auth-visual {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 42px;
  color: var(--color-white);
  background: #171715;
}

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

.auth-visual > img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.auth-shell:hover .auth-visual > img {
  transform: scale(1.025);
}

.auth-visual-overlay {
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 12, 10, 0.42), transparent 36%), linear-gradient(0deg, rgba(12, 12, 10, 0.92), rgba(12, 12, 10, 0.12) 72%);
}

.auth-visual-top,
.auth-visual-copy,
.auth-visual-proof,
.auth-reset-assurance {
  position: relative;
  z-index: 2;
}

.auth-visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.76px;
  text-transform: uppercase;
}

.auth-visual-top > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.auth-visual-top > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e87849;
  box-shadow: 0 0 0 5px rgba(232, 120, 73, 0.18);
}

.auth-visual-top small {
  color: rgba(255, 255, 255, 0.58);
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.auth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-brand-orange);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 2.56px;
  text-transform: uppercase;
}

.auth-eyebrow::before {
  content: "";
  width: 23px;
  height: 1px;
  background: currentColor;
}

.auth-visual-copy .auth-eyebrow {
  color: #ef936c;
}

.auth-visual-copy h1 {
  max-width: 590px;
  margin: 18px 0 24px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 73px;
  line-height: 0.78;
  font-family: var(--font-display);
  letter-spacing: -0.88px;
}

.auth-visual-copy h1 em {
  color: #f1b99f;
  font-weight: 400;
}

.auth-visual-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.8;
  font-family: var(--font-intern);
}

.auth-visual-proof {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-visual-proof > div:not(.auth-proof-avatars) strong,
.auth-visual-proof > div:not(.auth-proof-avatars) span {
  display: block;
}

.auth-visual-proof > div:not(.auth-proof-avatars) strong {
  color: var(--color-white);
  font-weight: 600;
  font-size: 22px;
  font-family: var(--font-display);
}

.auth-visual-proof > div:not(.auth-proof-avatars) span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.auth-proof-avatars {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.auth-proof-avatars > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  margin-left: -7px;
  color: var(--color-white);
  border: 2px solid rgba(20, 20, 18, 0.85);
  border-radius: 50%;
  background: #805b49;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.auth-proof-avatars > span:nth-child(2) {
  background: #665e7f;
}

.auth-proof-avatars > span:nth-child(3) {
  background: #526f67;
}

.auth-proof-avatars small {
  margin-left: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.auth-form-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px clamp(42px, 5vw, 76px);
}

.auth-form-heading {
  margin-bottom: 28px;
}

.auth-form-heading h2 {
  margin: 11px 0 10px;
  color: var(--color-ink);
  font-weight: 600;
  font-size: 46px;
  line-height: 0.9;
  font-family: var(--font-display);
  letter-spacing: -0.72px;
}

.auth-form-heading > p {
  max-width: 480px;
  margin: 0;
  color: #77756e;
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.7;
  font-family: var(--font-intern);
}

.auth-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 31px;
  padding: 4px;
  border: 1px solid rgba(26, 26, 24, 0.11);
  border-radius: 2px;
  background: #f4f2ed;
}

.auth-switch button {
  position: relative;
  z-index: 2;
  min-height: 43px;
  padding: 0 12px;
  color: #7c7a73;
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.96px;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.auth-switch button.is-active {
  color: var(--color-white);
}

.auth-switch > span {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  z-index: 1;
  width: calc(50% - 4px);
  background: var(--color-ink);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.auth-switch.is-register > span {
  transform: translateX(100%);
}

.auth-panel {
  animation: authPanelIn 0.4s ease both;
}

@keyframes authPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.auth-form {
  display: grid;
  gap: 18px;
}

.auth-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.auth-field > label,
.auth-label-row label {
  display: block;
  margin-bottom: 8px;
  color: #35342f;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.56px;
}

.auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-label-row a {
  margin-bottom: 8px;
  color: #b54d22;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-field > div:not(.auth-label-row):not(.auth-strength) {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #dcd9d1;
  background: var(--color-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-field > div:not(.auth-label-row):not(.auth-strength):focus-within {
  border-color: #9d7b67;
  box-shadow: 0 0 0 3px rgba(181, 77, 34, 0.08);
}

.auth-field > div > i:first-child {
  width: 45px;
  flex: 0 0 45px;
  color: #8a877f;
  text-align: center;
  font-size: 14px;
}

.auth-field input {
  width: 100%;
  height: 48px;
  min-width: 0;
  padding: 0 13px 0 0;
  color: #1d1c19;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.auth-field input::-moz-placeholder {
  color: #aaa79f;
}

.auth-field input::placeholder {
  color: #aaa79f;
}

.auth-name-grid .auth-field:last-child input {
  padding-left: 15px;
}

.auth-password-toggle {
  width: 43px;
  height: 48px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #77756e;
  border: 0;
  background: transparent;
}

.auth-password-toggle i {
  width: auto !important;
  color: inherit !important;
}

.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #706e67;
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  font-family: var(--font-intern);
  cursor: pointer;
}

.auth-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-check > span {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: grid;
  place-items: center;
  margin-top: -1px;
  color: var(--color-white);
  border: 1px solid #cbc7be;
  background: var(--color-white);
  transition: 0.2s ease;
}

.auth-check > span i {
  opacity: 0;
  font-size: var(--font-size-sm);
}

.auth-check input:checked + span {
  border-color: var(--color-ink);
  background: var(--color-ink);
}

.auth-check input:checked + span i {
  opacity: 1;
}

.auth-check a {
  color: #32312d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-submit {
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  color: var(--color-white);
  border: 1px solid var(--color-ink);
  background: var(--color-ink);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.12px;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}

.auth-submit:hover {
  color: var(--color-ink);
  background: transparent;
}

.auth-submit i {
  transition: transform 0.25s ease;
}

.auth-submit:hover i {
  transform: translateX(4px);
}

.auth-form-status {
  margin: -5px 0 0;
  padding: 10px 12px;
  color: #315f48;
  border: 1px solid rgba(49, 95, 72, 0.2);
  background: #eef7f1;
  font-weight: 500;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  font-family: var(--font-intern);
}

.auth-divider {
  position: relative;
  margin: 24px 0 17px;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #e4e1da;
}

.auth-divider span {
  position: relative;
  z-index: 1;
  padding: 0 13px;
  color: #99968e;
  background: var(--color-white);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.auth-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.auth-social button {
  min-height: 44px;
  color: #34332f;
  border: 1px solid #ddd9d1;
  background: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.auth-social button:hover {
  border-color: #aaa69c;
  background: #f7f5f0;
}

.auth-social i {
  margin-right: 8px;
  font-size: 13px;
}

.auth-security {
  display: flex;
  gap: 11px;
  margin-top: 27px;
  padding-top: 20px;
  color: #918f87;
  border-top: 1px solid #e4e1da;
}

.auth-security > i {
  color: #b54d22;
  font-size: 17px;
}

.auth-security span,
.auth-security strong {
  display: block;
}

.auth-security span {
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  font-family: var(--font-intern);
}

.auth-security strong {
  margin-bottom: 2px;
  color: #44433e;
  font-size: var(--font-size-xs);
}

.auth-strength {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
}

.auth-strength > span {
  height: 2px;
  background: #dedbd4;
  transition: background 0.2s ease;
}

.auth-strength small {
  margin-left: 5px;
  color: #96938b;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.auth-strength.is-weak > span:first-child {
  background: #c6553e;
}

.auth-strength.is-medium > span:nth-child(-n+2) {
  background: #d39a32;
}

.auth-strength.is-strong > span {
  background: #4b8a67;
}

.auth-topbar {
  padding: 18px 0;
  background: var(--color-white);
  border-bottom: 1px solid rgba(26, 26, 24, 0.1);
}

.auth-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
}
.auth-brand .brand-logo-image {
  width: 145px;
}

.auth-topbar .container > div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #85827a;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.auth-topbar .container > div a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1c1c19;
  font-weight: 600;
}

.auth-reset-section {
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}

.auth-reset-shell {
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
}

.auth-reset-shell .auth-visual {
  min-height: 650px;
}

.auth-reset-column {
  position: relative;
}

.auth-reset-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: #b54d22;
  border: 1px solid rgba(181, 77, 34, 0.22);
  border-radius: 50%;
  background: rgba(181, 77, 34, 0.07);
  font-size: 19px;
}

.auth-reset-assurance {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-reset-assurance > i {
  font-size: 25px;
}

.auth-reset-assurance span,
.auth-reset-assurance strong {
  display: block;
}

.auth-reset-assurance span {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.55;
  font-family: var(--font-intern);
}

.auth-reset-assurance strong {
  margin-bottom: 3px;
  color: var(--color-white);
  font-size: var(--font-size-xs);
}

.auth-reset-form {
  margin-top: 9px;
}

.auth-reset-form .auth-form-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-reset-help {
  display: flex;
  gap: 12px;
  margin-top: 27px;
  padding: 16px;
  background: #f4f2ed;
}

.auth-reset-help > span {
  color: #b54d22;
}

.auth-reset-help p {
  margin: 0;
  color: #77746d;
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.65;
  font-family: var(--font-intern);
}

.auth-reset-help strong {
  display: block;
  margin-bottom: 2px;
  color: #373630;
  font-size: var(--font-size-xs);
}

.auth-reset-help a {
  color: #373630;
  text-decoration: underline;
}

.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #5f5d57;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.auth-mini-footer {
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  background: #151513;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.auth-mini-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-mini-footer p {
  margin: 0;
}

.auth-mini-footer div div {
  display: flex;
  gap: 18px;
}

.auth-mini-footer a {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1199.98px) {
  .auth-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  }
  .auth-visual {
    padding: 34px;
  }
  .auth-visual-proof {
    grid-template-columns: 1fr 1fr;
  }
  .auth-proof-avatars {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .auth-section {
    padding: 45px 0;
  }
  .auth-shell,
  .auth-reset-shell {
    min-height: 0;
    grid-template-columns: 1fr;
    max-width: 690px;
  }
  .auth-visual,
  .auth-reset-shell .auth-visual {
    min-height: 430px;
  }
  .auth-visual-copy h1 {
    font-size: 66px;
  }
  .auth-form-column {
    padding: 50px clamp(28px, 8vw, 65px);
  }
}
@media (max-width: 575.98px) {
  .auth-section {
    padding: 0;
  }
  .auth-section > .container {
    padding: 0;
  }
  .auth-shell {
    border: 0;
    box-shadow: none;
  }
  .auth-visual,
  .auth-reset-shell .auth-visual {
    min-height: 390px;
    padding: 25px 20px;
  }
  .auth-visual-copy h1 {
    font-size: 55px;
  }
  .auth-visual-copy p {
    font-size: var(--font-size-sm);
  }
  .auth-visual-proof {
    gap: 12px;
  }
  .auth-form-column {
    padding: 42px 20px;
  }
  .auth-form-heading h2 {
    font-size: 41px;
  }
  .auth-name-grid {
    grid-template-columns: 1fr;
  }
  .auth-topbar .container > div > span {
    display: none;
  }
  .auth-mini-footer .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .auth-reset-page .auth-visual {
    min-height: 330px;
  }
}
/*===========================
    32. Collector Dashboard
===========================*/
.dashboard-page {
  --db-ink: var(--color-ink);
  --db-muted: #76746d;
  --db-line: #e4e1d9;
  --db-bg: #f5f3ee;
  --db-accent: var(--color-brand-orange);
  color: var(--db-ink);
  background: var(--db-bg);
}

.dashboard-page a {
  color: inherit;
}

.dashboard-progress-value-68 {
  width: 68%;
}

.dashboard-progress-value-82 {
  width: 82%;
}

.dashboard-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--db-line);
  backdrop-filter: blur(14px);
}

.dashboard-header-left,
.dashboard-header-actions {
  display: flex;
  align-items: center;
}

.dashboard-header-left {
  gap: 15px;
}

.dashboard-brand {
  display: inline-flex;
  align-items: center;
}
.dashboard-brand .brand-logo-image {
  width: 145px;
}

.dashboard-header-divider {
  width: 1px;
  height: 24px;
  background: var(--db-line);
}

.dashboard-header-left > small {
  color: #8b8880;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dashboard-header-actions {
  gap: 10px;
}

.dashboard-search {
  width: min(340px, 28vw);
  height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid var(--db-line);
  background: #f8f7f3;
}

.dashboard-search > i {
  color: #85827a;
  font-size: 14px;
}

.dashboard-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.dashboard-search kbd {
  padding: 4px 6px;
  color: #88867e;
  border: 1px solid #dedbd3;
  border-radius: 3px;
  background: var(--color-white);
  box-shadow: none;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-explore-link {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  color: var(--color-white) !important;
  background: var(--db-ink);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.dashboard-notification-wrap {
  position: relative;
}

.dashboard-notification-toggle,
.dashboard-sidebar-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--db-ink);
  border: 1px solid var(--db-line);
  border-radius: 50%;
  background: var(--color-white);
}

.dashboard-notification-toggle {
  position: relative;
}

.dashboard-notification-toggle:hover,
.dashboard-notification-toggle:focus-visible,
.dashboard-notification-toggle[aria-expanded=true],
.dashboard-user-menu:hover,
.dashboard-user-menu:focus-visible,
.dashboard-user-menu[aria-expanded=true] {
  color: var(--db-ink);
  border-color: rgba(212, 99, 55, 0.42);
  outline: none;
  background: #F7EEE8;
  box-shadow: 0 7px 18px rgba(39, 34, 29, 0.09);
}

.dashboard-notification-toggle > span {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-notifications {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 20;
  width: 355px;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  background: var(--color-white);
  border: 1px solid var(--db-line);
  box-shadow: 0 22px 55px rgba(28, 25, 20, 0.14);
  transition: 0.25s ease;
}

.dashboard-notifications.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dashboard-notifications > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--db-line);
}

.dashboard-notifications > div:first-child strong {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-display);
}

.dashboard-notifications > div:first-child button {
  padding: 0;
  color: var(--db-accent);
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-notifications > a:not(.dashboard-all-notifications) {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  padding: 13px 0;
  border-bottom: 1px solid var(--db-line);
}

.dashboard-notifications > a > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #4f6f63;
  border-radius: 50%;
  background: #edf5f1;
  font-size: 12px;
}

.dashboard-notifications > a > span.is-bid {
  color: #bd5429;
  background: #fbefe9;
}

.dashboard-notifications p,
.dashboard-notifications p strong,
.dashboard-notifications p small {
  display: block;
}

.dashboard-notifications p {
  margin: 0;
  color: #747169;
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  font-family: var(--font-intern);
}

.dashboard-notifications p strong {
  margin-bottom: 2px;
  color: #292824;
  font-size: var(--font-size-xs);
}

.dashboard-notifications p small {
  margin-top: 3px;
  color: #aaa79e;
  font-size: var(--font-size-xs);
}

.dashboard-all-notifications {
  display: block;
  padding-top: 14px;
  color: var(--db-accent) !important;
  text-align: center;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dashboard-user-menu {
  min-width: 166px;
  height: 44px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 0 10px 0 6px;
  color: var(--db-ink);
  border: 1px solid var(--db-line);
  background: var(--color-white);
  text-align: left;
}

.dashboard-user-menu > span:first-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  border-radius: 50%;
  background: #6f594c;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-menu strong,
.dashboard-user-menu small {
  display: block;
}

.dashboard-user-menu strong {
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-menu small {
  margin-top: 2px;
  color: #99968e;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-menu > i {
  color: currentColor;
  font-size: var(--font-size-xs);
  transition: transform 0.25s ease;
}

.dashboard-user-menu[aria-expanded=true] > i {
  transform: rotate(180deg);
}

.dashboard-user-wrap {
  position: relative;
}

.dashboard-user-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 20;
  width: 235px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  background: var(--color-white);
  border: 1px solid var(--db-line);
  box-shadow: 0 22px 55px rgba(28, 25, 20, 0.14);
  transition: 0.25s ease;
}

.dashboard-user-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dashboard-user-dropdown > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  padding: 8px 8px 14px;
  border-bottom: 1px solid var(--db-line);
}

.dashboard-user-dropdown > div > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  border-radius: 50%;
  background: #6f594c;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-dropdown p,
.dashboard-user-dropdown strong,
.dashboard-user-dropdown small {
  display: block;
  margin: 0;
}

.dashboard-user-dropdown strong {
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-dropdown small {
  margin-top: 2px;
  color: #98958d;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-dropdown > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 9px;
  color: #5f5d56;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-user-dropdown > a:hover {
  color: var(--db-accent);
  background: #f6f3ee;
}

.dashboard-user-dropdown > a:last-child {
  margin-top: 5px;
  color: #b44d30;
  border-top: 1px solid var(--db-line);
}

.dashboard-sidebar-toggle,
.dashboard-mobile-sidebar-head,
.dashboard-sidebar-backdrop {
  display: none;
}

.dashboard-layout {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
}

.dashboard-sidebar {
  position: sticky;
  top: 74px;
  height: calc(100vh - 74px);
  display: flex;
  flex-direction: column;
  padding: 27px 18px 20px;
  overflow-y: auto;
  background: var(--color-ink);
}

.dashboard-sidebar nav {
  display: grid;
  gap: 3px;
}

.dashboard-nav-label {
  margin: 20px 12px 8px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.dashboard-nav-label:first-child {
  margin-top: 0;
}

.dashboard-sidebar nav > a {
  position: relative;
  min-height: 42px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  transition: 0.22s ease;
}

.dashboard-sidebar nav > a:hover,
.dashboard-sidebar nav > a.is-active {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.09);
}

.dashboard-sidebar nav > a.is-active::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: -18px;
  width: 2px;
  background: #e17040;
}

.dashboard-sidebar nav > a > i {
  font-size: 14px;
}

.dashboard-sidebar nav > a > em {
  min-width: 21px;
  height: 20px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-sidebar nav > a > b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e17040;
}

.dashboard-sidebar-card {
  margin-top: auto;
  padding: 20px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(216, 95, 42, 0.23), rgba(255, 255, 255, 0.04));
}

.dashboard-sidebar-card > span {
  color: #ee8b60;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 2.08px;
  text-transform: uppercase;
}

.dashboard-sidebar-card h3 {
  margin: 16px 0 10px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 25px;
  line-height: 0.9;
  font-family: var(--font-display);
}

.dashboard-sidebar-card p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  font-family: var(--font-intern);
}

.dashboard-sidebar-card a {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  color: var(--color-white);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.dashboard-signout {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 12px 0;
  color: rgba(255, 255, 255, 0.42) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-main {
  min-width: 0;
  padding: 40px clamp(24px, 3.5vw, 58px) 24px;
}

.dashboard-welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.dashboard-welcome > div:first-child > span {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.76px;
  text-transform: uppercase;
}

.dashboard-welcome h1 {
  margin: 7px 0 5px;
  font-weight: 600;
  font-size: 45px;
  line-height: 0.95;
  font-family: var(--font-display);
  letter-spacing: -0.56px;
}

.dashboard-welcome p {
  margin: 0;
  color: var(--db-muted);
  font-weight: 400;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.dashboard-welcome > div:last-child {
  display: flex;
  gap: 9px;
}

.dashboard-welcome > div:last-child > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid var(--db-line);
  background: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.dashboard-welcome > div:last-child > a:last-child {
  color: var(--color-white);
  border-color: var(--db-ink);
  background: var(--db-ink);
}

.dashboard-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.dashboard-stat-grid article {
  position: relative;
  min-height: 145px;
  padding: 20px;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--db-line);
}

.dashboard-stat-grid article::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(27, 27, 24, 0.05);
  border-radius: 50%;
}

.dashboard-stat-grid article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-stat-grid article > div > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #b75229;
  border-radius: 50%;
  background: #faeee8;
  font-size: 12px;
}

.dashboard-stat-grid article > div > span.is-purple {
  color: #725a86;
  background: #f1ebf5;
}

.dashboard-stat-grid article > div > span.is-green {
  color: #3f725b;
  background: #eaf3ee;
}

.dashboard-stat-grid article > div > span.is-blue {
  color: #486a86;
  background: #eaf1f6;
}

.dashboard-stat-grid article small {
  color: #8a877f;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.dashboard-stat-grid article > strong {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  font-size: 29px;
  font-family: var(--font-display);
}

.dashboard-stat-grid article > p {
  margin: 2px 0 0;
  color: #8b8981;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-stat-grid article > p i {
  margin-right: 3px;
  color: #3f725b;
}

.dashboard-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  margin-bottom: 18px;
}

.dashboard-panel {
  min-width: 0;
  padding: 24px;
  background: var(--color-white);
  border: 1px solid var(--db-line);
}

.dashboard-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 21px;
}

.dashboard-panel-head > div:first-child > span {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.dashboard-panel-head h2 {
  margin: 4px 0 0;
  font-weight: 600;
  font-size: 26px;
  font-family: var(--font-display);
}

.dashboard-panel-head > a,
.dashboard-panel-head > button {
  padding: 0 0 4px;
  color: #55534d;
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.dashboard-table-wrap {
  overflow-x: auto;
}

.dashboard-bids table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-bids th {
  padding: 0 12px 10px;
  color: #96938b;
  border-bottom: 1px solid var(--db-line);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.12px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-bids th:first-child,
.dashboard-bids td:first-child {
  padding-left: 0;
}

.dashboard-bids th:last-child,
.dashboard-bids td:last-child {
  padding-right: 0;
}

.dashboard-bids td {
  padding: 12px;
  color: #66645d;
  border-bottom: 1px solid var(--db-line);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  white-space: nowrap;
}

.dashboard-bids tbody tr:last-child td {
  border-bottom: 0;
}

.dashboard-bids td > strong {
  color: #292824;
  font-size: var(--font-size-xs);
}

.dashboard-art-cell {
  min-width: 195px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.dashboard-art-cell img {
  width: 45px;
  height: 50px;
  flex: 0 0 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-art-cell strong,
.dashboard-art-cell small {
  display: block;
}

.dashboard-art-cell strong {
  color: #262520;
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font-display);
}

.dashboard-art-cell small {
  margin-top: 3px;
  color: #96938b;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-bid-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  color: #3d7158;
  background: #edf6f1;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.dashboard-bid-status > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.dashboard-bid-status.is-outbid {
  color: #b84d2f;
  background: #fbede8;
}

.dashboard-time {
  color: #33322e;
  font-size: var(--font-size-xs);
}

.dashboard-time.is-urgent {
  color: #bd4d2c;
}

.dashboard-row-action {
  display: inline-flex;
  padding: 7px 9px;
  border: 1px solid var(--db-line);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-row-action.is-primary {
  color: var(--color-white);
  border-color: var(--db-accent);
  background: var(--db-accent);
}

.dashboard-live-card {
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-ink);
}

.dashboard-live-card-image {
  position: relative;
  height: 180px;
}

.dashboard-live-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 16, 14, 0.45), transparent);
}

.dashboard-live-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-live-card-image > span {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  color: var(--color-white);
  background: rgba(20, 20, 17, 0.84);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.dashboard-live-card-image > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ee7547;
}

.dashboard-live-card-copy {
  padding: 20px;
}

.dashboard-live-card-copy > small {
  color: #e98359;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.dashboard-live-card-copy h2 {
  margin: 7px 0 3px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 28px;
  font-family: var(--font-display);
}

.dashboard-live-card-copy > p {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-live-card-copy > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 17px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-live-card-copy > div span {
  color: rgba(255, 255, 255, 0.42);
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.dashboard-live-card-copy > div strong {
  display: block;
  margin-top: 3px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font-intern);
}

.dashboard-live-card-copy > a {
  display: flex;
  justify-content: space-between;
  color: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.dashboard-watchlist {
  margin-bottom: 18px;
}

.dashboard-watchlist-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dashboard-watchlist-actions button {
  min-height: 30px;
  padding: 0 10px;
  color: #807e76;
  border: 1px solid var(--db-line);
  background: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-watchlist-actions button.is-active {
  color: var(--color-white);
  border-color: var(--db-ink);
  background: var(--db-ink);
}

.dashboard-watchlist-actions > a {
  margin-left: 10px;
}

.dashboard-watch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-watch-card {
  position: relative;
  min-width: 0;
}

.dashboard-watch-card.is-removing {
  opacity: 0;
  transform: scale(0.96);
}

.dashboard-watch-card > a {
  position: relative;
  height: 225px;
  display: block;
  overflow: hidden;
  background: #eceae4;
}

.dashboard-watch-card > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}

.dashboard-watch-card:hover > a img {
  transform: scale(1.035);
}

.dashboard-watch-card > a > span {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 6px 7px;
  color: var(--color-white);
  background: rgba(23, 23, 20, 0.84);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.dashboard-unsave {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--db-accent);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  font-size: 12px;
}

.dashboard-watch-card > div {
  padding-top: 13px;
}

.dashboard-watch-card > div > small {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.dashboard-watch-card h3 {
  margin: 4px 0 2px;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-display);
}

.dashboard-watch-card > div > p {
  margin: 0;
  color: #96938b;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-watch-card > div > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid var(--db-line);
}

.dashboard-watch-card > div > div span {
  color: #96938b;
  font-weight: 500;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dashboard-watch-card > div > div strong {
  display: block;
  margin-top: 2px;
  color: #292824;
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.dashboard-watch-card > div > div > a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid var(--db-line);
  border-radius: 50%;
}

.dashboard-watch-empty {
  padding: 45px 20px;
  text-align: center;
}

.dashboard-watch-empty > i {
  color: #bdb9b0;
  font-size: 25px;
}

.dashboard-watch-empty h3 {
  margin: 10px 0 4px;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-display);
}

.dashboard-watch-empty p {
  margin: 0;
  color: var(--db-muted);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-secondary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  margin-bottom: 18px;
}

.dashboard-order {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--db-line);
}

.dashboard-order > img {
  width: 65px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-order-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b75a32;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-transform: uppercase;
}

.dashboard-order-status.is-delivered {
  color: #46735d;
}

.dashboard-order h3 {
  margin: 4px 0 2px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-display);
}

.dashboard-order p,
.dashboard-order small {
  margin: 0;
  color: #918e86;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-order > div:last-child {
  text-align: right;
}

.dashboard-order > div:last-child strong,
.dashboard-order > div:last-child a {
  display: block;
}

.dashboard-order > div:last-child strong {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.dashboard-order > div:last-child a {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  text-decoration: underline;
}

.dashboard-progress {
  width: min(240px, 100%);
  height: 3px;
  margin: 9px 0 6px;
  overflow: hidden;
  background: #e7e4dc;
}

.dashboard-progress > span {
  display: block;
  height: 100%;
  background: var(--db-accent);
}

.dashboard-activity .dashboard-panel-head {
  margin-bottom: 9px;
}

.dashboard-activity-list article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid var(--db-line);
}

.dashboard-activity-list article:last-child {
  border-bottom: 0;
}

.dashboard-activity-list article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #b9532c;
  border-radius: 50%;
  background: #faeee8;
  font-size: var(--font-size-sm);
}

.dashboard-activity-list article > span.is-green {
  color: #47715d;
  background: #eaf3ee;
}

.dashboard-activity-list article > span.is-purple {
  color: #725a86;
  background: #f1ebf5;
}

.dashboard-activity-list article > span.is-blue {
  color: #486a86;
  background: #eaf1f6;
}

.dashboard-activity-list strong,
.dashboard-activity-list p,
.dashboard-activity-list small {
  display: block;
}

.dashboard-activity-list strong {
  color: #302f2a;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-activity-list p {
  margin: 2px 0;
  color: #77756e;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-activity-list small {
  color: #aaa79f;
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-account-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.dashboard-account-grid > article {
  min-height: 155px;
  padding: 22px;
  background: var(--color-white);
  border: 1px solid var(--db-line);
}

.dashboard-profile-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
}

.dashboard-profile-avatar,
.dashboard-specialist-avatar {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  border-radius: 50%;
  background: #6f594c;
  font-weight: 600;
  font-size: var(--font-size-sm);
  font-family: var(--font-intern);
}

.dashboard-profile-avatar > span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: #4c8168;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-white);
  line-height: 1;
}

.dashboard-profile-card small,
.dashboard-invoice-card small,
.dashboard-message-card small {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.dashboard-profile-card h2,
.dashboard-invoice-card h2,
.dashboard-message-card h2 {
  margin: 4px 0 2px;
  font-weight: 600;
  font-size: 19px;
  font-family: var(--font-display);
}

.dashboard-profile-card p,
.dashboard-invoice-card p,
.dashboard-message-card p {
  margin: 0;
  color: #8e8b83;
  font-weight: 400;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  font-family: var(--font-intern);
}

.dashboard-profile-card > a,
.dashboard-message-card > a {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid var(--db-line);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dashboard-profile-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.dashboard-profile-progress > span {
  flex: 1;
  height: 3px;
  background: #e8e5dd;
}

.dashboard-profile-progress > span i {
  display: block;
  height: 100%;
  background: var(--db-accent);
}

.dashboard-profile-progress strong {
  color: #76736c;
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-invoice-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
}

.dashboard-invoice-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #b6532b;
  border-radius: 50%;
  background: #faeee8;
}

.dashboard-invoice-card > div:last-child {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--db-line);
}

.dashboard-invoice-card > div:last-child strong {
  font-weight: 600;
  font-size: 13px;
  font-family: var(--font-intern);
}

.dashboard-invoice-card > div:last-child a {
  color: var(--db-accent);
  font-weight: 600;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-message-card {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 12px;
}

.dashboard-specialist-avatar {
  width: 45px;
  height: 45px;
  background: #536d65;
}

.dashboard-specialist-avatar > i {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: #4b976d;
}

.dashboard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 18px;
  color: #96938b;
  border-top: 1px solid var(--db-line);
  font-weight: 400;
  font-size: var(--font-size-xs);
  font-family: var(--font-intern);
}

.dashboard-footer p {
  margin: 0;
}

.dashboard-footer div {
  display: flex;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .dashboard-search {
    display: none;
  }
  .dashboard-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-primary-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-live-card {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
  .dashboard-live-card-image {
    height: 100%;
    min-height: 245px;
  }
  .dashboard-watch-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
  .dashboard-watch-card > a {
    height: 300px;
  }
  .dashboard-account-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-message-card {
    grid-column: 1/-1;
  }
}
@media (max-width: 991.98px) {
  .dashboard-header {
    height: 68px;
    padding: 0 16px;
  }
  .dashboard-sidebar-toggle {
    display: grid;
  }
  .dashboard-header-divider,
  .dashboard-header-left > small,
  .dashboard-explore-link {
    display: none;
  }
  .dashboard-layout {
    display: block;
    min-height: calc(100vh - 68px);
  }
  .dashboard-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1202;
    width: min(290px, 86vw);
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, visibility 0.25s;
  }
  .dashboard-sidebar.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .dashboard-mobile-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -5px 0 25px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .dashboard-mobile-sidebar-head .dashboard-brand {
    color: var(--color-white);
  }
  .dashboard-sidebar-close {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: transparent;
  }
  .dashboard-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1201;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: rgba(15, 15, 13, 0.6);
    backdrop-filter: blur(3px);
    transition: 0.3s ease;
  }
  .dashboard-sidebar-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }
  body.dashboard-menu-open {
    overflow: hidden;
  }
  .dashboard-main {
    padding: 34px 20px 20px;
  }
  .dashboard-secondary-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .dashboard-user-menu {
    min-width: 0;
    width: 42px;
    grid-template-columns: 1fr;
    padding: 4px;
    border-radius: 50%;
  }
  .dashboard-user-menu > span:nth-child(2),
  .dashboard-user-menu > i {
    display: none;
  }
  .dashboard-notifications {
    position: fixed;
    top: 74px;
    right: 12px;
    left: 12px;
    width: auto;
  }
  .dashboard-welcome {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-welcome > div:last-child {
    width: 100%;
  }
  .dashboard-welcome > div:last-child > a {
    flex: 1;
    justify-content: center;
  }
  .dashboard-panel {
    padding: 19px;
  }
  .dashboard-table-wrap {
    overflow: visible;
  }
  .dashboard-bids table,
  .dashboard-bids tbody {
    display: block;
  }
  .dashboard-bids thead {
    display: none;
  }
  .dashboard-bids tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid var(--db-line);
  }
  .dashboard-bids td {
    display: block;
    padding: 0;
    border: 0;
    white-space: normal;
  }
  .dashboard-bids td:first-child {
    grid-column: 1/-1;
  }
  .dashboard-bids td:last-child {
    grid-column: 1/-1;
  }
  .dashboard-bids td[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #aaa79f;
    font-weight: 600;
    font-size: var(--font-size-xs);
    font-family: var(--font-intern);
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  .dashboard-row-action {
    justify-content: center;
  }
  .dashboard-live-card {
    grid-template-columns: 1fr;
  }
  .dashboard-live-card-image {
    min-height: 270px;
  }
  .dashboard-account-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-message-card {
    grid-column: auto;
  }
}
@media (max-width: 575.98px) {
  .dashboard-header {
    gap: 8px;
    padding: 0 12px;
  }
  .dashboard-header-left {
    gap: 8px;
  }
  .dashboard-header .dashboard-brand .brand-logo-image {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  .dashboard-header-actions {
    gap: 6px;
  }
  .dashboard-main {
    padding: 28px 14px 18px;
  }
  .dashboard-welcome h1 {
    font-size: 39px;
  }
  .dashboard-welcome > div:last-child {
    flex-direction: column;
  }
  .dashboard-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .dashboard-stat-grid article {
    min-height: 132px;
    padding: 15px;
  }
  .dashboard-stat-grid article > strong {
    font-size: 24px;
  }
  .dashboard-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-watchlist-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .dashboard-watchlist-actions > a {
    margin-left: auto;
  }
  .dashboard-watch-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-watch-card > a {
    height: 340px;
  }
  .dashboard-order {
    grid-template-columns: 58px 1fr;
  }
  .dashboard-order > img {
    width: 58px;
    height: 66px;
  }
  .dashboard-order > div:last-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .dashboard-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}
/*===========================
    33. General Commerce Pages
===========================*/
.commerce-header-cart {
  position: relative;
}
.commerce-header-cart > span {
  position: absolute;
  top: -6px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  border-radius: 10px;
  background: var(--color-brand-orange);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.commerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--color-text-muted);
  font-family: var(--font-intern);
  font-size: 12px;
}
.commerce-breadcrumb a {
  color: var(--color-text-muted);
}
.commerce-breadcrumb a:hover {
  color: var(--color-brand-orange);
}
.commerce-breadcrumb i {
  font-size: 10px;
}
.commerce-breadcrumb span {
  color: var(--color-ink);
  font-weight: 600;
}

.commerce-product-section {
  background: #F7F5F0;
}

.commerce-product-gallery {
  position: sticky;
  top: 105px;
}

.commerce-product-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  gap: 7px;
}
.commerce-product-badges span {
  padding: 8px 11px;
  color: var(--color-white);
  border-radius: 20px;
  background: var(--color-ink);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.commerce-product-badges span:last-child {
  color: #2F684D;
  background: #E8F3EC;
}

.commerce-main-image {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 45px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #E9E5DC;
}
.commerce-main-image img {
  width: auto;
  max-height: 590px;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 24px 50px rgba(28, 27, 24, 0.16);
  transition: transform 500ms ease;
}
.commerce-main-image > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.commerce-main-image:hover img {
  transform: scale(1.015);
}

.commerce-product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.commerce-product-thumbnails button {
  padding: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: var(--color-white);
  transition: border-color 200ms ease;
}
.commerce-product-thumbnails button:hover, .commerce-product-thumbnails button.is-active {
  border-color: var(--color-brand-orange);
}
.commerce-product-thumbnails img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.commerce-product-summary {
  padding: 10px 0 0 18px;
}
.commerce-product-summary h1 {
  max-width: 560px;
  margin: 16px 0 12px;
  color: var(--color-ink);
  font-size: 54px;
  line-height: 0.98;
}

.commerce-product-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.commerce-product-eyebrow > span {
  color: var(--color-brand-orange);
  font-family: var(--font-intern);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.commerce-wishlist {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-white);
  font-size: 18px;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}
.commerce-wishlist:hover, .commerce-wishlist.is-saved {
  color: var(--color-white);
  border-color: var(--color-brand-orange);
  background: var(--color-brand-orange);
}

.commerce-product-maker {
  margin-bottom: 15px;
  color: var(--color-text-muted);
}
.commerce-product-maker a {
  color: var(--color-ink);
  font-weight: 700;
}
.commerce-product-maker i {
  color: var(--color-brand-orange);
}

.commerce-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.commerce-rating span {
  display: inline-flex;
  gap: 3px;
  color: var(--color-accent);
  font-size: 13px;
}
.commerce-rating a {
  color: var(--color-text-muted);
  font-size: 12px;
  text-decoration: underline;
}

.commerce-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin: 24px 0 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-product-price strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 41px;
  line-height: 1;
}
.commerce-product-price del {
  color: var(--color-text-muted);
  font-size: 17px;
}
.commerce-product-price span {
  padding: 6px 9px;
  color: #2F684D;
  border-radius: 15px;
  background: #E8F3EC;
  font-size: 11px;
  font-weight: 700;
}

.commerce-product-copy {
  color: var(--color-text-muted);
  line-height: 1.75;
}

.commerce-product-points {
  display: grid;
  gap: 9px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}
.commerce-product-points li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--color-ink);
  font-size: 13px;
}
.commerce-product-points i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #2F684D;
  border-radius: 50%;
  background: #E8F3EC;
  font-size: 12px;
}

.commerce-product-form {
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 16px 45px rgba(28, 27, 24, 0.06);
}
.commerce-product-form fieldset {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}
.commerce-product-form legend {
  margin-bottom: 10px;
  color: var(--color-ink);
  font-family: var(--font-intern);
  font-size: 12px;
  font-weight: 700;
}

.commerce-option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.commerce-option-grid input {
  position: absolute;
  opacity: 0;
}
.commerce-option-grid span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 7px;
  font-family: var(--font-intern);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.commerce-option-grid small {
  color: var(--color-text-muted);
  font-size: 11px;
}
.commerce-option-grid input:checked + span {
  border-color: var(--color-ink);
  box-shadow: inset 0 0 0 1px var(--color-ink);
}
.commerce-option-grid input:focus-visible + span {
  outline: 3px solid rgba(216, 95, 42, 0.22);
  outline-offset: 2px;
}

.commerce-swatch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
}
.commerce-swatch-grid label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-text-muted);
  font-size: 12px;
  cursor: pointer;
}
.commerce-swatch-grid input {
  position: absolute;
  opacity: 0;
}
.commerce-swatch-grid label > span {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 4px solid var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--color-border);
}
.commerce-swatch-grid label > span.is-oak {
  background: #B48A5B;
}
.commerce-swatch-grid label > span.is-black {
  background: #242421;
}
.commerce-swatch-grid label > span.is-white {
  background: #F3F1EC;
}
.commerce-swatch-grid input:checked + span {
  box-shadow: 0 0 0 2px var(--color-brand-orange);
}

.commerce-purchase-row {
  display: flex;
  gap: 10px;
  padding-top: 2px;
}

.commerce-quantity {
  height: 50px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 124px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 7px;
  background: var(--color-white);
}
.commerce-quantity button {
  width: 38px;
  height: 48px;
  padding: 0;
  color: var(--color-ink);
  border: 0;
  background: transparent;
  font-size: 18px;
}
.commerce-quantity input {
  width: 46px;
  min-width: 0;
  padding: 0;
  color: var(--color-ink);
  border: 0;
  background: transparent;
  font-family: var(--font-intern);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.commerce-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.commerce-quantity input:focus {
  outline: none;
}

.commerce-add-cart {
  flex: 1;
}

.commerce-delivery-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.commerce-delivery-card > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}
.commerce-delivery-card i {
  color: var(--color-brand-orange);
  font-size: 18px;
}
.commerce-delivery-card span,
.commerce-delivery-card strong {
  display: block;
}
.commerce-delivery-card span {
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1.5;
}
.commerce-delivery-card strong {
  margin-bottom: 2px;
  color: var(--color-ink);
  font-size: 12px;
}

.commerce-secure-note {
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 11px;
  text-align: center;
}
.commerce-secure-note i {
  margin-right: 5px;
  color: #2F684D;
}

.commerce-product-info {
  background: var(--color-white);
}

.commerce-info-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding-bottom: 65px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-info-grid h2 {
  margin: 10px 0 15px;
  font-size: 46px;
  line-height: 1;
}
.commerce-info-grid p {
  max-width: 500px;
  color: var(--color-text-muted);
  line-height: 1.75;
}
.commerce-info-grid dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid var(--color-border);
}
.commerce-info-grid dl > div {
  padding: 20px 12px 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.commerce-info-grid dt {
  margin-bottom: 7px;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.commerce-info-grid dd {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}

.commerce-review-summary {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  padding-top: 55px;
}
.commerce-review-summary > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.commerce-review-summary > div > strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
}
.commerce-review-summary > div > span {
  margin: 5px 0 8px;
  color: var(--color-accent);
  font-size: 13px;
}
.commerce-review-summary small {
  color: var(--color-text-muted);
  font-size: 11px;
}
.commerce-review-summary blockquote {
  margin: 0;
  padding-left: 35px;
  border-left: 2px solid var(--color-brand-orange);
}
.commerce-review-summary blockquote p {
  margin-bottom: 15px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.commerce-review-summary blockquote footer {
  color: var(--color-text-muted);
  font-size: 12px;
}

.commerce-related-section {
  background: #F7F5F0;
}

.commerce-flow-page {
  min-height: calc(100vh - 90px);
  background: #F7F5F0;
}

.commerce-simple-header {
  border-bottom: 1px solid var(--color-border);
}

.commerce-page-heading {
  padding: 55px 0 42px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}
.commerce-page-heading .commerce-breadcrumb {
  margin-bottom: 28px;
}
.commerce-page-heading h1 {
  margin: 8px 0 7px;
  color: var(--color-ink);
  font-size: 55px;
  line-height: 1;
}
.commerce-page-heading p {
  margin: 0;
  color: var(--color-text-muted);
}

.commerce-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-steps span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 17px 10px;
  color: #8A8780;
  font-size: 12px;
  font-weight: 600;
}
.commerce-steps span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}
.commerce-steps span.is-current, .commerce-steps span.is-complete {
  color: var(--color-ink);
}
.commerce-steps span.is-current::after {
  background: var(--color-brand-orange);
}
.commerce-steps span > i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-intern);
  font-size: 10px;
  font-style: normal;
}
.commerce-steps span.is-complete > i {
  color: var(--color-white);
  border-color: #3E755B;
  background: #3E755B;
}

.commerce-cart-section {
  padding: 35px 0 95px;
}

.commerce-cart-panel,
.commerce-order-summary,
.commerce-form-section,
.commerce-checkout-summary,
.commerce-confirmation-card {
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 15px 38px rgba(28, 27, 24, 0.04);
}

.commerce-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-cart-head h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: 27px;
}
.commerce-cart-head h2 span {
  color: var(--color-text-muted);
  font-family: var(--font-intern);
  font-size: 12px;
  font-weight: 500;
}

.commerce-text-button,
.commerce-remove-item {
  padding: 0;
  color: var(--color-text-muted);
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
}
.commerce-text-button:hover,
.commerce-remove-item:hover {
  color: var(--color-danger);
}

.commerce-cart-item {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 25px;
  border-bottom: 1px solid var(--color-border);
  transition: opacity 220ms ease, transform 220ms ease;
}
.commerce-cart-item.is-removing {
  opacity: 0;
  transform: translateX(-12px);
}
.commerce-cart-item > a img {
  width: 125px;
  height: 145px;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.commerce-cart-item-info {
  padding-top: 4px;
}
.commerce-cart-item-info > span {
  color: var(--color-brand-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.commerce-cart-item-info h3 {
  margin: 7px 0 5px;
  font-size: 23px;
}
.commerce-cart-item-info h3 a {
  color: var(--color-ink);
}
.commerce-cart-item-info p {
  margin-bottom: 16px;
  color: var(--color-text-muted);
  font-size: 12px;
}
.commerce-cart-item-info small {
  color: #3E755B;
  font-size: 11px;
}

.commerce-cart-item-actions {
  min-width: 125px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 15px;
}
.commerce-cart-item-actions > strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 21px;
}
.commerce-cart-item-actions .commerce-quantity {
  height: 40px;
  flex-basis: 100px;
}
.commerce-cart-item-actions .commerce-quantity button {
  width: 31px;
  height: 38px;
  font-size: 15px;
}
.commerce-cart-item-actions .commerce-quantity input {
  width: 38px;
}

.commerce-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 25px;
}
.commerce-cart-footer a,
.commerce-cart-footer span {
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 600;
}
.commerce-cart-footer a:hover {
  color: var(--color-brand-orange);
}
.commerce-cart-footer i {
  margin-right: 5px;
  color: #3E755B;
}

.commerce-cart-empty {
  padding: 70px 25px;
  text-align: center;
}
.commerce-cart-empty > i {
  color: var(--color-brand-orange);
  font-size: 42px;
}
.commerce-cart-empty h2 {
  margin: 14px 0 7px;
  font-size: 32px;
}
.commerce-cart-empty p {
  margin-bottom: 20px;
  color: var(--color-text-muted);
}

.commerce-order-summary,
.commerce-checkout-summary {
  position: sticky;
  top: 105px;
  padding: 25px;
}
.commerce-order-summary > h2,
.commerce-checkout-summary > h2 {
  margin-bottom: 21px;
  font-size: 29px;
}
.commerce-order-summary dl,
.commerce-checkout-summary dl {
  margin: 22px 0;
}
.commerce-order-summary dl > div,
.commerce-checkout-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}
.commerce-order-summary dt,
.commerce-order-summary dd,
.commerce-checkout-summary dt,
.commerce-checkout-summary dd {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.commerce-order-summary dt,
.commerce-checkout-summary dt {
  color: var(--color-text-muted);
}
.commerce-order-summary dd,
.commerce-checkout-summary dd {
  color: var(--color-ink);
  text-align: right;
}
.commerce-order-summary .commerce-order-total,
.commerce-checkout-summary .commerce-order-total {
  margin-top: 11px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
}
.commerce-order-summary .commerce-order-total dt,
.commerce-checkout-summary .commerce-order-total dt {
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 700;
}
.commerce-order-summary .commerce-order-total dd,
.commerce-checkout-summary .commerce-order-total dd {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
}
.commerce-order-summary .commerce-order-total small,
.commerce-checkout-summary .commerce-order-total small {
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 500;
}

.commerce-coupon-form {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-coupon-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 11px;
  font-weight: 700;
}
.commerce-coupon-form > div {
  display: flex;
}
.commerce-coupon-form input {
  min-width: 0;
  height: 44px;
  flex: 1;
  padding: 0 12px;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #FAF9F6;
  font-size: 12px;
}
.commerce-coupon-form button {
  padding: 0 15px;
  color: var(--color-white);
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--color-ink);
  font-size: 11px;
  font-weight: 700;
}
.commerce-coupon-form p {
  margin: 8px 0 0;
  color: #3E755B;
  font-size: 11px;
}

.commerce-discount-row {
  color: #3E755B;
}
.commerce-discount-row dt,
.commerce-discount-row dd {
  color: inherit;
  font-weight: 700;
}

.commerce-checkout-button {
  width: 100%;
  justify-content: space-between;
}
.commerce-checkout-button.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.commerce-payment-note {
  margin: 13px 0;
  color: var(--color-text-muted);
  font-size: 10px;
  text-align: center;
}

.commerce-payment-methods {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.commerce-payment-methods span {
  min-width: 38px;
  padding: 5px 7px;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.commerce-flow-footer {
  padding: 0;
}
.commerce-flow-footer .footer-bottom {
  border-top: 0;
  margin-top: 0;
  padding: 20px 0;
}

.commerce-checkout-header {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}
.commerce-checkout-header .container {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.commerce-checkout-header .navbar-brand {
  margin: 0;
}
.commerce-checkout-header .container > span,
.commerce-checkout-header .container > a:last-child {
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 600;
}
.commerce-checkout-header i {
  margin-right: 5px;
  color: #3E755B;
}

.commerce-checkout-section {
  padding: 35px 0 95px;
}

.commerce-checkout-form {
  display: grid;
  gap: 18px;
}

.commerce-form-section {
  padding: 27px;
}

.commerce-form-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
}
.commerce-form-heading > span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  color: var(--color-brand-orange);
  border: 1px solid rgba(216, 95, 42, 0.35);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.commerce-form-heading h1,
.commerce-form-heading h2 {
  margin: 0 0 3px;
  color: var(--color-ink);
  font-size: 27px;
}
.commerce-form-heading p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11px;
}

.commerce-field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.commerce-field-full {
  grid-column: 1/-1;
}

.commerce-field {
  display: block;
}
.commerce-field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--color-ink);
  font-size: 11px;
  font-weight: 650;
}
.commerce-field input,
.commerce-field select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #FCFBF8;
  font-family: var(--font-intern);
  font-size: 12px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.commerce-field input:focus,
.commerce-field select:focus {
  border-color: var(--color-brand-orange);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(216, 95, 42, 0.1);
}

.commerce-check-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--color-text-muted);
  font-size: 11px;
  cursor: pointer;
}
.commerce-check-label input {
  margin-top: 2px;
  accent-color: var(--color-brand-orange);
}

.commerce-shipping-options {
  display: grid;
  gap: 9px;
}
.commerce-shipping-options input {
  position: absolute;
  opacity: 0;
}
.commerce-shipping-options label > span {
  min-height: 70px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid var(--color-border);
  border-radius: 7px;
  cursor: pointer;
}
.commerce-shipping-options input:checked + span {
  border-color: var(--color-ink);
  box-shadow: inset 0 0 0 1px var(--color-ink);
}
.commerce-shipping-options i {
  color: var(--color-brand-orange);
  font-size: 22px;
}
.commerce-shipping-options strong,
.commerce-shipping-options small {
  display: block;
}
.commerce-shipping-options strong,
.commerce-shipping-options b {
  color: var(--color-ink);
  font-size: 12px;
}
.commerce-shipping-options small {
  margin-top: 2px;
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 500;
}

.commerce-payment-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
  border: 1px solid var(--color-border);
  border-radius: 7px;
  background: #F7F5F0;
}
.commerce-payment-tabs button {
  min-height: 45px;
  padding: 0 10px;
  color: var(--color-text-muted);
  border: 0;
  border-right: 1px solid var(--color-border);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}
.commerce-payment-tabs button:last-child {
  border-right: 0;
}
.commerce-payment-tabs button.is-active {
  color: var(--color-white);
  background: var(--color-ink);
}

.commerce-payment-panel {
  display: none;
}
.commerce-payment-panel.is-active {
  display: grid;
  gap: 15px;
}

.commerce-card-input {
  position: relative;
}
.commerce-card-input input {
  padding-right: 42px;
}
.commerce-card-input i {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--color-text-muted);
  transform: translateY(-50%);
}

.commerce-external-payment {
  padding: 32px;
  color: var(--color-text-muted);
  border: 1px dashed var(--color-border);
  border-radius: 7px;
  text-align: center;
}
.commerce-external-payment i {
  color: var(--color-brand-orange);
  font-size: 30px;
}
.commerce-external-payment p {
  max-width: 390px;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 1.6;
}

.commerce-billing-toggle {
  margin-top: 18px;
}

.commerce-place-order {
  width: 100%;
  min-height: 58px;
  justify-content: space-between;
  font-size: 13px;
}

.commerce-terms-note {
  margin: -4px 0 0;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}
.commerce-terms-note a {
  color: var(--color-ink);
  text-decoration: underline;
}

.commerce-checkout-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-checkout-summary-head h2 {
  margin: 0;
  font-size: 29px;
}
.commerce-checkout-summary-head a {
  color: var(--color-text-muted);
  font-size: 11px;
  text-decoration: underline;
}

.commerce-checkout-summary > article {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--color-border);
}
.commerce-checkout-summary > article img {
  width: 64px;
  height: 74px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.commerce-checkout-summary > article span {
  color: var(--color-brand-orange);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.commerce-checkout-summary > article h3 {
  margin: 3px 0;
  font-family: var(--font-intern);
  font-size: 12px;
  line-height: 1.35;
}
.commerce-checkout-summary > article p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 10px;
}
.commerce-checkout-summary > article > strong {
  color: var(--color-ink);
  font-size: 12px;
}

.commerce-checkout-summary dl > div:last-child {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
}
.commerce-checkout-summary dl > div:last-child dt {
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 700;
}
.commerce-checkout-summary dl > div:last-child dd {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
}
.commerce-checkout-summary dl > div:last-child small {
  font-family: var(--font-intern);
  font-size: 10px;
}

.commerce-checkout-confidence {
  display: grid;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
.commerce-checkout-confidence > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.commerce-checkout-confidence i {
  color: #3E755B;
  font-size: 18px;
}
.commerce-checkout-confidence span,
.commerce-checkout-confidence strong {
  display: block;
}
.commerce-checkout-confidence span {
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.5;
}
.commerce-checkout-confidence strong {
  margin-bottom: 2px;
  color: var(--color-ink);
  font-size: 11px;
}

.commerce-checkout-footer {
  padding: 22px 0;
  border-top: 1px solid var(--color-border);
  background: var(--color-white);
}
.commerce-checkout-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.commerce-checkout-footer span,
.commerce-checkout-footer a {
  color: var(--color-text-muted);
  font-size: 10px;
}
.commerce-checkout-footer div {
  display: flex;
  gap: 20px;
}

.commerce-result-page {
  min-height: calc(100vh - 155px);
  padding: 70px 0 90px;
  background: #F7F5F0;
}

.commerce-result-hero {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
.commerce-result-hero .commerce-result-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 23px;
  border-radius: 50%;
  font-size: 34px;
}
.commerce-result-hero.is-success .commerce-result-icon {
  color: #2F684D;
  border: 1px solid #BFD8C9;
  background: #E8F3EC;
  box-shadow: 0 0 0 12px rgba(232, 243, 236, 0.55);
}
.commerce-result-hero.is-failed .commerce-result-icon {
  color: var(--color-danger);
  border: 1px solid #E9BDB9;
  background: #FAE9E7;
  box-shadow: 0 0 0 12px rgba(250, 233, 231, 0.55);
}
.commerce-result-hero h1 {
  margin: 12px auto 13px;
  color: var(--color-ink);
  font-size: 58px;
  line-height: 0.98;
}
.commerce-result-hero > p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.commerce-result-hero.is-failed .section-kicker {
  color: var(--color-danger);
}

.commerce-result-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.commerce-result-actions .secondary-btn {
  color: var(--color-ink);
  border-color: var(--color-border);
}
.commerce-result-actions .secondary-btn:hover {
  color: var(--color-white);
  border-color: var(--color-ink);
  background: var(--color-ink);
}

.commerce-confirmation-grid,
.commerce-failure-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}

.commerce-confirmation-grid > aside {
  display: grid;
  align-content: start;
  gap: 20px;
}

.commerce-confirmation-card {
  padding: 27px;
}
.commerce-confirmation-card h2 {
  color: var(--color-ink);
  font-size: 26px;
}
.commerce-confirmation-card p,
.commerce-confirmation-card address {
  color: var(--color-text-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}
.commerce-confirmation-card > a {
  color: var(--color-brand-orange);
  font-size: 11px;
  font-weight: 700;
}

.commerce-confirmation-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr) auto;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-confirmation-head span,
.commerce-confirmation-head strong {
  display: block;
}
.commerce-confirmation-head span {
  margin-bottom: 4px;
  color: var(--color-text-muted);
  font-size: 10px;
  text-transform: uppercase;
}
.commerce-confirmation-head strong {
  color: var(--color-ink);
  font-size: 12px;
}
.commerce-confirmation-head button {
  padding: 0;
  color: var(--color-text-muted);
  border: 0;
  background: transparent;
  font-size: 11px;
}

.commerce-confirmation-product {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}
.commerce-confirmation-product img {
  width: 68px;
  height: 78px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.commerce-confirmation-product span {
  color: var(--color-brand-orange);
  font-size: 10px;
  font-weight: 700;
}
.commerce-confirmation-product h2 {
  margin: 3px 0;
  font-family: var(--font-intern);
  font-size: 13px;
}
.commerce-confirmation-product p {
  margin: 0;
  font-size: 10px;
}
.commerce-confirmation-product > strong {
  color: var(--color-ink);
  font-size: 12px;
}

.commerce-order-card dl,
.commerce-reserved-order dl {
  margin: 17px 0 0;
}
.commerce-order-card dl > div,
.commerce-reserved-order dl > div {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.commerce-order-card dl dt,
.commerce-order-card dl dd,
.commerce-reserved-order dl dt,
.commerce-reserved-order dl dd {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 500;
}
.commerce-order-card dl > div:last-child,
.commerce-reserved-order dl > div:last-child {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}
.commerce-order-card dl > div:last-child dt,
.commerce-order-card dl > div:last-child dd,
.commerce-reserved-order dl > div:last-child dt,
.commerce-reserved-order dl > div:last-child dd {
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 700;
}

.commerce-confirmation-feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: #3E755B;
  border-radius: 50%;
  background: #E8F3EC;
  font-size: 21px;
}

.commerce-next-steps ol {
  display: grid;
  gap: 15px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.commerce-next-steps li {
  display: flex;
  gap: 11px;
}
.commerce-next-steps li > span {
  width: 23px;
  height: 23px;
  display: grid;
  flex: 0 0 23px;
  place-items: center;
  color: var(--color-brand-orange);
  border: 1px solid rgba(216, 95, 42, 0.35);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.commerce-next-steps strong,
.commerce-next-steps small {
  display: block;
}
.commerce-next-steps strong {
  color: var(--color-ink);
  font-size: 11px;
}
.commerce-next-steps small {
  margin-top: 2px;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.5;
}

.commerce-help-list {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.commerce-help-list li {
  display: flex;
  gap: 15px;
  padding: 19px 0;
  border-top: 1px solid var(--color-border);
}
.commerce-help-list li > i {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  color: var(--color-brand-orange);
  border-radius: 50%;
  background: #F9EEE8;
  font-size: 17px;
}
.commerce-help-list strong {
  color: var(--color-ink);
  font-size: 12px;
}
.commerce-help-list p {
  margin: 3px 0 0;
  font-size: 11px;
}

.commerce-reserved-order {
  align-self: start;
}
.commerce-reserved-order > div:first-child {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--color-border);
}
.commerce-reserved-order > div:first-child span {
  color: var(--color-text-muted);
  font-size: 11px;
}
.commerce-reserved-order > div:first-child strong {
  color: var(--color-ink);
  font-size: 12px;
}
.commerce-reserved-order > article {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}
.commerce-reserved-order > article img {
  width: 70px;
  height: 80px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.commerce-reserved-order > article h2 {
  margin: 0 0 4px;
  font-family: var(--font-intern);
  font-size: 12px;
}
.commerce-reserved-order > article p {
  margin: 0;
  font-size: 10px;
}
.commerce-reserved-order > p {
  display: flex;
  gap: 8px;
  margin: 17px 0 0;
  padding: 12px;
  border-radius: 6px;
  background: #F7F5F0;
  font-size: 10px;
}

.commerce-support-strip {
  max-width: 1060px;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 15px;
  margin: 22px auto 0;
  padding: 20px 25px;
  color: var(--color-white);
  border-radius: 10px;
  background: var(--color-ink);
}
.commerce-support-strip > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 20px;
}
.commerce-support-strip strong {
  display: block;
  font-size: 12px;
}
.commerce-support-strip p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}
.commerce-support-strip a {
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .commerce-product-gallery {
    position: relative;
    top: auto;
  }
  .commerce-product-summary {
    padding-left: 0;
  }
  .commerce-main-image {
    min-height: 580px;
  }
  .commerce-order-summary,
  .commerce-checkout-summary {
    position: static;
  }
  .commerce-confirmation-grid,
  .commerce-failure-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .commerce-breadcrumb {
    margin-bottom: 25px;
  }
  .commerce-main-image {
    min-height: 480px;
    padding: 28px;
  }
  .commerce-product-summary h1,
  .commerce-result-hero h1 {
    font-size: 43px;
  }
  .commerce-info-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .commerce-review-summary {
    grid-template-columns: 180px 1fr;
    gap: 30px;
  }
  .commerce-cart-item {
    grid-template-columns: 100px 1fr;
  }
  .commerce-cart-item > a img {
    width: 100px;
    height: 120px;
  }
  .commerce-cart-item-actions {
    grid-column: 2;
    min-width: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .commerce-product-section,
  .commerce-product-info,
  .commerce-related-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .commerce-main-image {
    min-height: 390px;
    padding: 23px;
  }
  .commerce-main-image img {
    max-height: 345px;
  }
  .commerce-main-image > span {
    width: 40px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }
  .commerce-main-image > span i {
    font-size: 14px;
  }
  .commerce-product-badges {
    top: 12px;
    left: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .commerce-product-summary h1,
  .commerce-result-hero h1 {
    font-size: 38px;
  }
  .commerce-product-form,
  .commerce-form-section,
  .commerce-order-summary,
  .commerce-checkout-summary,
  .commerce-confirmation-card {
    padding: 19px;
  }
  .commerce-option-grid,
  .commerce-delivery-card,
  .commerce-info-grid dl,
  .commerce-field-grid {
    grid-template-columns: 1fr;
  }
  .commerce-field-full {
    grid-column: auto;
  }
  .commerce-purchase-row,
  .commerce-result-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .commerce-quantity {
    width: 100%;
    flex-basis: auto;
    justify-content: space-between;
  }
  .commerce-quantity input {
    flex: 1;
  }
  .commerce-info-grid h2 {
    font-size: 38px;
  }
  .commerce-review-summary {
    grid-template-columns: 1fr;
  }
  .commerce-review-summary blockquote {
    padding-left: 20px;
  }
  .commerce-review-summary blockquote p {
    font-size: 23px;
  }
  .commerce-page-heading {
    padding: 38px 0 32px;
  }
  .commerce-page-heading h1 {
    font-size: 42px;
  }
  .commerce-steps span {
    gap: 5px;
    padding: 13px 4px;
    font-size: 10px;
    text-align: center;
  }
  .commerce-steps span > i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 10px;
  }
  .commerce-cart-item {
    grid-template-columns: 78px 1fr;
    gap: 13px;
    padding: 18px;
  }
  .commerce-cart-item > a img {
    width: 78px;
    height: 96px;
  }
  .commerce-cart-item-info h3 {
    font-size: 19px;
  }
  .commerce-cart-item-info p {
    margin-bottom: 8px;
  }
  .commerce-cart-item-actions {
    grid-column: 1/-1;
    justify-content: space-between;
  }
  .commerce-cart-item-actions .commerce-quantity {
    width: 110px;
    flex-basis: 110px;
  }
  .commerce-cart-footer,
  .commerce-checkout-header .container,
  .commerce-checkout-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .commerce-checkout-header .container {
    min-height: 105px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .commerce-checkout-header .container > span {
    display: none;
  }
  .commerce-checkout-section,
  .commerce-result-page {
    padding-top: 25px;
    padding-bottom: 65px;
  }
  .commerce-form-heading h1,
  .commerce-form-heading h2 {
    font-size: 23px;
  }
  .commerce-payment-tabs button {
    font-size: 10px;
  }
  .commerce-checkout-summary > article {
    grid-template-columns: 56px 1fr auto;
  }
  .commerce-checkout-summary > article img {
    width: 56px;
    height: 66px;
  }
  .commerce-confirmation-head {
    grid-template-columns: 1fr 1fr;
  }
  .commerce-confirmation-head button {
    grid-column: 1/-1;
    text-align: left;
  }
  .commerce-confirmation-product {
    grid-template-columns: 55px 1fr auto;
  }
  .commerce-confirmation-product img {
    width: 55px;
    height: 66px;
  }
  .commerce-support-strip {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }
  .commerce-support-strip > i {
    width: 38px;
    height: 38px;
  }
  .commerce-support-strip > a {
    grid-column: 2;
  }
}
@media print {
  .commerce-checkout-header,
  .commerce-checkout-footer,
  .commerce-result-actions,
  .commerce-print-order {
    display: none;
  }
  .commerce-result-page {
    padding: 20px 0;
    background: var(--color-white);
  }
}
/*===========================
    34. Legal Pages
===========================*/
.legal-page {
  background: #F7F5F0;
}

.legal-page-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 82px;
  border-bottom: 1px solid var(--color-border);
  background: radial-gradient(circle at 82% 26%, rgba(216, 95, 42, 0.12), transparent 28%), linear-gradient(120deg, #FAF8F3 0%, #F3EFE6 100%);
}
.legal-page-hero::after {
  content: "LEGAL";
  position: absolute;
  right: -15px;
  bottom: -54px;
  color: rgba(27, 27, 24, 0.035);
  font-family: var(--font-display);
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.legal-page-hero.privacy-hero::after {
  content: "PRIVACY";
}
.legal-page-hero .container {
  position: relative;
  z-index: 2;
}
.legal-page-hero .page-breadcrumb {
  margin-bottom: 62px;
}
.legal-page-hero .page-breadcrumb li,
.legal-page-hero .page-breadcrumb a {
  color: var(--color-text-muted);
}
.legal-page-hero .page-breadcrumb li:last-child {
  color: var(--color-ink);
}
.legal-page-hero .page-breadcrumb li + li::before {
  color: var(--color-brand-orange);
}

.legal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  align-items: end;
  gap: 70px;
}
.legal-hero-grid > div:first-child {
  max-width: 820px;
}
.legal-hero-grid h1 {
  margin: 12px 0 19px;
  color: var(--color-ink);
  font-size: 84px;
  line-height: 0.92;
}
.legal-hero-grid p {
  max-width: 710px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.legal-update-card {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  color: var(--color-white);
  border-radius: 12px;
  background: radial-gradient(circle at 90% 10%, rgba(216, 95, 42, 0.3), transparent 36%), var(--color-ink);
  box-shadow: 0 22px 50px rgba(27, 27, 24, 0.14);
}
.legal-update-card > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #EE986F;
  border: 1px solid rgba(238, 152, 111, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  font-size: 18px;
}
.legal-update-card span,
.legal-update-card strong,
.legal-update-card small {
  display: block;
}
.legal-update-card span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.legal-update-card strong {
  margin: 5px 0;
  color: #F8F2E9;
  font-family: var(--font-display);
  font-size: 22px;
}
.legal-update-card small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.legal-content-section {
  background: #F7F5F0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 830px);
  justify-content: center;
  gap: 85px;
}

.legal-toc {
  position: sticky;
  top: 115px;
  align-self: start;
  padding: 23px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.legal-toc > span {
  display: block;
  margin-bottom: 15px;
  color: var(--color-brand-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.legal-toc nav {
  display: grid;
}
.legal-toc nav a {
  position: relative;
  padding: 8px 0 8px 14px;
  color: var(--color-text-muted);
  border-left: 1px solid var(--color-border);
  font-size: 11px;
  font-weight: 550;
}
.legal-toc nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 0;
  background: var(--color-brand-orange);
  transform: translateY(-50%);
  transition: height 180ms ease;
}
.legal-toc nav a:hover, .legal-toc nav a.is-active {
  color: var(--color-ink);
}
.legal-toc nav a.is-active {
  font-weight: 700;
}
.legal-toc nav a.is-active::before {
  height: 22px;
}
.legal-toc > div {
  margin-top: 19px;
  padding: 15px;
  border-radius: 7px;
  background: #F0ECE3;
}
.legal-toc > div > i {
  color: var(--color-brand-orange);
  font-size: 17px;
}
.legal-toc > div p {
  margin: 7px 0 4px;
  color: var(--color-ink);
  font-size: 10px;
  font-weight: 700;
}
.legal-toc > div a {
  color: var(--color-text-muted);
  font-size: 10px;
  text-decoration: underline;
}

.legal-document {
  min-width: 0;
}
.legal-document > section {
  position: relative;
  padding: 12px 0 48px;
  border-bottom: 1px solid var(--color-border);
  scroll-margin-top: 120px;
}
.legal-document > section + section {
  padding-top: 48px;
}
.legal-document > section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.legal-document h2 {
  margin: 8px 0 21px;
  color: var(--color-ink);
  font-size: 41px;
  line-height: 1.02;
}
.legal-document h3 {
  color: var(--color-ink);
  font-family: var(--font-intern);
  font-size: 13px;
}
.legal-document p,
.legal-document li {
  color: #68665F;
  font-size: 14px;
  line-height: 1.85;
}
.legal-document p {
  margin-bottom: 16px;
}
.legal-document p:last-child {
  margin-bottom: 0;
}
.legal-document ul {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.legal-document li {
  position: relative;
  padding-left: 23px;
}
.legal-document li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-orange);
  box-shadow: 0 0 0 4px rgba(216, 95, 42, 0.09);
}

.legal-section-number {
  color: var(--color-brand-orange);
  font-family: var(--font-intern);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.legal-intro-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 45px;
  padding: 21px;
  color: var(--color-ink);
  border: 1px solid rgba(216, 95, 42, 0.22);
  border-radius: 9px;
  background: #F9EDE6;
}
.legal-intro-notice i {
  margin-top: 3px;
  color: var(--color-brand-orange);
  font-size: 19px;
}
.legal-intro-notice p {
  margin: 0;
  color: #514B46;
  font-size: 12px;
  line-height: 1.7;
}

.legal-callout {
  margin: 24px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--color-brand-orange);
  background: var(--color-white);
  box-shadow: 0 10px 30px rgba(27, 27, 24, 0.05);
}
.legal-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 21px;
}
.legal-callout p {
  margin: 0;
  font-size: 12px;
}

.legal-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 25px 0 8px;
}
.legal-data-grid > div {
  padding: 21px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
}
.legal-data-grid i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--color-brand-orange);
  border-radius: 50%;
  background: #F9EDE6;
  font-size: 16px;
}
.legal-data-grid h3 {
  margin-bottom: 7px;
  font-size: 13px;
}
.legal-data-grid p {
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.legal-contact-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: var(--color-border);
}
.legal-contact-card > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  color: var(--color-ink);
  background: var(--color-white);
  font-size: 11px;
}
.legal-contact-card i {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  color: var(--color-brand-orange);
  border-radius: 50%;
  background: #F9EDE6;
  font-size: 15px;
}
.legal-contact-card span,
.legal-contact-card small {
  display: block;
}
.legal-contact-card small {
  margin-bottom: 3px;
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.legal-contact-card a {
  color: var(--color-ink);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .legal-layout {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 45px;
  }
}
@media (max-width: 767.98px) {
  .legal-page-hero {
    padding: 45px 0 65px;
  }
  .legal-page-hero .page-breadcrumb {
    margin-bottom: 42px;
  }
  .legal-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .legal-hero-grid h1 {
    font-size: 65px;
  }
  .legal-update-card {
    min-height: auto;
  }
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-toc {
    position: static;
  }
  .legal-toc nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .legal-page-hero::after {
    bottom: -25px;
    font-size: 90px;
  }
  .legal-hero-grid h1 {
    font-size: 50px;
  }
  .legal-hero-grid p {
    font-size: 15px;
  }
  .legal-content-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .legal-toc {
    padding: 18px;
  }
  .legal-toc nav {
    grid-template-columns: 1fr;
  }
  .legal-document h2 {
    font-size: 33px;
  }
  .legal-document p,
  .legal-document li {
    font-size: 13px;
  }
  .legal-data-grid,
  .legal-contact-card {
    grid-template-columns: 1fr;
  }
  .legal-intro-notice {
    padding: 17px;
  }
}/*# sourceMappingURL=style.css.map */