:root {
  --site-cream: #f6f1e8;
  --site-navy: #0b1736;
  --site-gold: #c99a3c;
  --site-slate: #3e4a63;
  --site-shadow: 0 18px 45px rgba(11, 23, 54, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #18243e;
  overflow-x: hidden;
}

.site-logo {
  width: 196px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}

.site-logo.mobile {
  width: 164px;
  height: 58px;
}

.footer-logo {
  width: 210px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.navbar {
  gap: 1.5rem;
  min-height: 82px;
  display: grid;
  grid-template-columns: 220px 1fr 110px;
  align-items: center;
}

.navbar__center {
  margin-left: 0;
  justify-self: center;
}

.navbar-icons {
  margin-left: 0;
  align-items: center;
  gap: 1.45rem;
  justify-self: end;
}

.navbar-icons a {
  color: var(--site-navy);
  font-size: 1.85rem;
  text-decoration: none;
  line-height: 1;
}

.header.is-sticky {
  box-shadow: 0 12px 35px rgba(7, 18, 45, 0.08);
}

.menu__link.active,
.menu__link:hover {
  color: var(--site-gold) !important;
}

.menu__inner {
  align-items: center;
  justify-content: center;
}

.menu__link {
  color: #0b1736 !important;
  font-family: "Marcellus", serif;
  font-size: 1.05rem;
}

.submenu__title {
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
}

.single-column-menu .submenu__inner {
  min-width: 240px;
}

.submenu__list li + li {
  margin-top: 0.55rem;
}

.submenu__list a,
.footer-link,
.menu__link {
  text-decoration: none;
}

.menu-close-button {
  border: 0;
  background: transparent;
  font-size: 1.1rem;
}

.hero-home {
  padding: 0 !important;
  margin-bottom: 0;
}

.hero-shell {
  width: 100%;
}

.hero-slide {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-radius: 0;
}

.hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 18, 44, 0.82) 0%, rgba(9, 18, 44, 0.35) 45%, rgba(9, 18, 44, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 13rem 4rem 5rem 9rem;
  color: #fff;
}

.hero-content h1,
.section-title {
  font-family: "Marcellus", serif;
}

.hero-content .eyebrow {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.78rem;
  opacity: 0.8;
}

.hero-content h1 {
  font-size: clamp(3rem, 5vw, 4.65rem);
  line-height: 1.04;
  margin: 1rem 0 1.25rem;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.hero-content p {
  max-width: 560px;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.site-btn {
  border-radius: 999px;
  padding: 0.95rem 1.9rem;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-btn:hover {
  transform: translateY(-2px);
}

.site-btn-primary {
  background: linear-gradient(90deg, #f05a28 0%, #ffd44f 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(240, 90, 40, 0.28);
  min-width: 260px;
  justify-content: center;
  letter-spacing: 0.12em;
}

.site-btn-secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #ef5a29;
  border-color: #ef5a29;
  min-width: 260px;
  justify-content: center;
  letter-spacing: 0.12em;
}

.hero-nav {
  color: #fff;
  width: 48px;
  height: 48px;
}

.hero-nav::after {
  font-size: 1.4rem;
  font-weight: 700;
}

.section-shell {
  padding: 5.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
}

.section-dark {
  background: radial-gradient(circle at top left, #233052 0%, #0b1736 44%, #091128 100%);
  color: #fff;
}

.section-dark .section-kicker,
.section-dark p,
.section-dark .value-card p {
  color: rgba(255, 255, 255, 0.84);
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--site-gold);
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}

.about-photo,
.director-photo,
.banner-card img {
  border-radius: 2rem;
  overflow: hidden;
}

.about-photo img,
.director-photo img,
.banner-card img,
.product-detail-media img,
.subcategory-tile img,
.hero-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-card,
.value-card,
.group-card,
.contact-card {
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: var(--site-shadow);
  padding: 1.8rem;
  height: 100%;
}

.stat-card strong {
  display: block;
  font-size: 1.8rem;
  color: var(--site-navy);
}

.value-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.group-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  color: #fff;
  background: var(--site-navy);
}

.group-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 40, 0.1) 0%, rgba(8, 17, 40, 0.88) 100%);
}

.group-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.group-card h3 {
  font-family: "Marcellus", serif;
  color: #fff;
}

.expertise-card {
  border: 1px solid #ece6de;
  background: #fff;
  height: 100%;
}

.expertise-media {
  display: block;
  aspect-ratio: 1 / 0.86;
  background: #fff;
  overflow: hidden;
  padding: 0.4rem;
}

.expertise-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.expertise-copy {
  padding: 1rem 1.05rem 1.2rem;
}

.expertise-copy h3 {
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.expertise-copy p {
  color: #5a5f68;
  font-size: 0.98rem;
  line-height: 1.85;
  min-height: 5.5rem;
}

.expertise-link {
  display: inline-block;
  color: #ef7a22;
  text-decoration: none;
  border-bottom: 1px solid #ef7a22;
  padding-bottom: 0.15rem;
}

.product-range-shell {
  background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}

.product-range-intro {
  max-width: 760px;
  color: #5b6477;
  font-size: 1.02rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}

.range-grid-wrap {
  background: #fff;
  border: 1px solid #ece4d8;
  border-radius: 2rem;
  padding: 2rem 1.4rem 1.5rem;
  box-shadow: 0 18px 40px rgba(11, 23, 54, 0.06);
}

.range-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  align-items: start;
}

.range-item {
  text-decoration: none;
  color: #2d3440;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #faf6f1 100%);
  border: 1px solid #eee5d9;
  border-radius: 1.5rem;
  padding: 1.1rem 0.8rem 1rem;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.range-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(11, 23, 54, 0.09);
}

.range-thumb {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(231, 222, 208, 0.85);
  padding: 0.8rem;
}

.range-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.02);
}

.range-title {
  font-family: "Marcellus", serif;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #233052;
}

.product-range-catalog {
  border-top: 1px solid #eee3d5;
  padding-top: 2rem;
}

.page-banner-shell {
  padding: 1.2rem 0 0.8rem;
  background: #fff;
  margin-top: 0;
}

.category-hero {
  position: relative;
  min-height: 440px;
  border-radius: 2.2rem;
  overflow: hidden;
  margin-bottom: 2.25rem;
}

.category-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 18, 44, 0.82) 0%, rgba(9, 18, 44, 0.25) 100%);
}

.category-hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  color: #fff;
  padding: 4.4rem 3.8rem;
}

.inner-hero {
  margin-top: 0.3rem;
}

.subcategory-card {
  height: 100%;
}

.subcategory-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 23, 54, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.subcategory-card a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(11, 23, 54, 0.12);
}

.subcategory-card .fliter-collection-img {
  border: 0 !important;
  border-radius: 0;
  overflow: hidden;
  min-height: 190px;
  background: linear-gradient(180deg, #fbf8f4 0%, #f4efe9 100%);
  padding: 1rem;
  display: grid;
  place-items: center;
}

.subcategory-image-shell {
  width: 100%;
  height: 100%;
  min-height: 158px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top, rgba(255,255,255,0.95) 0%, rgba(244,239,233,0.95) 100%);
  border-radius: 1.15rem;
}

.subcategory-card .fliter-collection-img img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.05) contrast(1.03);
}

.subcategory-copy {
  padding: 1rem 1rem 1.1rem;
  text-align: center;
}

.subcategory-copy p {
  font-family: "Marcellus", serif;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #24314c;
}

.premium-card .hover-img {
  background: #fbf9f5;
}

.premium-card .hover-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1rem;
}

.premium-card .second-image {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.premium-card .hover-img:hover .second-image {
  opacity: 1;
  transform: scale(1.035);
}

.premium-card .hover-img:hover .first-image {
  opacity: 0.92;
  transform: scale(1.015);
}

.quick-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--site-navy);
  box-shadow: 0 10px 30px rgba(11, 23, 54, 0.18);
}

.detail-grid {
  gap: 2rem;
}

.product-detail-media {
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
  border-radius: 2rem;
  padding: 1.4rem;
  box-shadow: var(--site-shadow);
}

.product-detail-media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-spec {
  border-bottom: 1px solid rgba(11, 23, 54, 0.08);
  padding: 0.9rem 0;
}

.product-spec:last-child {
  border-bottom: 0;
}

.listing-search {
  border-radius: 999px;
  border: 1px solid rgba(11, 23, 54, 0.16);
  padding: 0.85rem 1.1rem;
  width: 100%;
}

.director-panel {
  border-radius: 2rem;
  background: #fff;
  box-shadow: var(--site-shadow);
  overflow: hidden;
}

.director-copy {
  padding: 2.4rem;
}

.contact-card h5,
.group-card h3,
.stat-card h5,
.value-card h5 {
  font-family: "Marcellus", serif;
}

.footer-contact p,
.footer-link,
.copyright p {
  color: #5b6477;
}

.footer-link:hover {
  color: var(--site-gold);
}

.copyright {
  background: #fff;
}

.mobile-mega-title {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .navbar {
    grid-template-columns: 180px 1fr;
  }

  .navbar__center {
    margin-left: 0;
    justify-self: end;
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: min(86vw, 360px);
    height: 100vh;
    background: #fff;
    z-index: 1200;
    overflow-y: auto;
    transition: left 0.28s ease;
    box-shadow: 0 20px 50px rgba(11, 23, 54, 0.16);
    padding-bottom: 2rem;
  }

  .menu.is-active {
    left: 0;
  }

  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 23, 54, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 1190;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  .menu__header {
    padding: 1rem 1.25rem 0;
  }

  .menu__inner {
    display: block;
  }

  .menu__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(11, 23, 54, 0.08);
  }

  .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
  }

  .submenu {
    display: none;
  }

  .submenu.is-active {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: 1px solid rgba(11, 23, 54, 0.08);
  }

  .submenu .container {
    display: block !important;
    padding: 1rem 1.25rem !important;
  }

  .submenu__inner + .submenu__inner {
    margin-top: 1rem;
  }

  .submenu__list li + li {
    margin-top: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    gap: 0.5rem;
  }

  .hero-slide {
    min-height: 620px;
  }

  .hero-slide > img {
    object-position: center 30%;
  }

  .hero-content {
    padding: 10rem 2rem 4rem 2.5rem;
  }

  .category-hero-content {
    padding: 2.25rem;
  }

  .range-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (max-width: 767.98px) {
  .site-logo {
    width: 152px;
    height: 52px;
  }

  .hero-home {
    padding-bottom: 0 !important;
  }

  .hero-slide {
    min-height: 500px;
  }

  .hero-slide > img {
    object-position: 62% 24%;
  }

  .hero-content h1 {
    font-size: 2.35rem;
  }

  .hero-content {
    padding: 8rem 1.2rem 3.2rem 1.2rem;
    max-width: 100%;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .section-shell {
    padding: 4rem 0;
  }

  .category-hero {
    min-height: 300px;
    border-radius: 1.4rem;
  }

  .category-hero-content {
    padding: 2rem 1.35rem;
  }

  .expertise-media {
    aspect-ratio: 1 / 0.8;
    padding: 0.2rem;
  }

  .subcategory-card .fliter-collection-img {
    min-height: 150px;
    padding: 0.75rem;
  }

  .subcategory-image-shell {
    min-height: 118px;
  }

  .subcategory-card .fliter-collection-img img {
    max-height: 100px;
  }

  .subcategory-copy {
    padding: 0.85rem 0.75rem 0.95rem;
  }

  .subcategory-copy p {
    font-size: 0.95rem;
  }

  .premium-card .hover-img img {
    padding: 0.65rem;
  }

  .site-btn,
  .site-btn-primary,
  .site-btn-secondary {
    width: 100%;
    min-width: 0;
  }

  .expertise-copy p {
    min-height: 0;
  }

  .range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .range-thumb {
    width: 96px;
    height: 96px;
  }

  .range-grid-wrap {
    padding: 1.2rem 0.9rem 1rem;
    border-radius: 1.4rem;
  }

  .range-item {
    border-radius: 1.1rem;
    padding: 0.85rem 0.55rem 0.9rem;
  }

  .product-range-intro {
    font-size: 0.95rem;
    margin-bottom: 1.35rem;
  }
}
