/* Restoration fixes: fonts, icons, layout */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --title-font: "Cormorant Garamond", "Mort Modern", Georgia, serif;
}

/* Header utility icons (search, cart, account) */
.c-tools-navigation__link__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
}

.c-tools-navigation__link__svg svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 24px;
  max-height: 24px;
  color: #151515;
}

.c-tools-navigation__link:hover .c-tools-navigation__link__svg svg {
  color: var(--color-accent, #996e47);
}

/* Home hero: keep original absolute-position slider layout from theme CSS */
.c-header--home .c-slider-item {
  min-height: 460px;
}

.c-header--home .c-slider-item--image_left {
  display: flex;
}

@media (min-width: 992px) {
  .c-header--home .c-slider-item--image_left .c-slider-item__image {
    position: absolute;
    right: 58.3333333333%;
    top: 0;
    max-width: 452px;
    margin-left: 100px;
    margin-right: 22px;
  }

  .c-header--home .c-slider-item--image_left .c-slider-item__content {
    margin-left: 41.6666666667%;
    margin-right: 150px;
    margin-top: 100px;
    max-width: 594px;
  }

  .c-header--home .c-slider-item--image_left .c-slider-item__title {
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
  }
}

.c-header--home .c-slider-item__content > div > :not(.c-btn) {
  background-color: #fff;
  display: inline;
}

.c-header--home .c-slider-item__title {
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: -16px 0 0 #fff;
  display: inline;
  line-height: 1.35;
  padding: 10px 10px 10px 0;
}

/* Section titles spacing */
.c-section-title {
  margin-bottom: 2rem;
}

.c-section-title span {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-accent, #996e47);
  margin-bottom: 0.25rem;
}

.c-section-title h2 {
  font-family: var(--title-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  line-height: 1.2;
}

/* Navigation menu icons */
.c-navigation-link[style*="--icon"] .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: var(--icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Decorative circular textures in lower sections */
.c-section--company,
.c-section--manufacturing {
  position: relative;
  overflow: visible;
}

.c-section--company > .c-texture--1,
.c-section--company > .c-texture--2,
.c-section--company > .icon-bas {
  position: absolute;
  z-index: 1;
}
