.elementor-15 .elementor-element.elementor-element-922163c{--display:flex;}body.elementor-page-15:not(.elementor-motion-effects-element-type-background), body.elementor-page-15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F2EDE4 0%, #F2EDE4 100%);}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

.psw-root {
  --bone:        #F2EDE4;
  --bone-dark:   #EDE7DC;
  --oxblood:     #6B1E2A;
  --copper:      #B5622A;
  --taupe:       #8A7B6F;
  --ink:         #1C1C1C;
  --shadow-warm: rgba(107, 30, 42, 0.08);
}

.psw-root *,
.psw-root *::before,
.psw-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.psw-root {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--bone);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.psw-root a { text-decoration: none; }
.psw-root ul { list-style: none; }
.psw-root img { display: block; max-width: 100%; }

.psw-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--bone);
  border-bottom: 0.5px solid var(--copper);
  padding: 0 56px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.psw-nav__logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}

.psw-logo-name {
  font-family: 'Cormorant Garant', serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--oxblood);
  text-transform: uppercase;
  line-height: 1;
}

.psw-logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--copper);
  text-transform: uppercase;
  line-height: 1;
}

.psw-nav__links {
  display: flex;
  gap: 40px;
  align-items: center;
}

.psw-nav__links a {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-transform: uppercase;
  transition: color 0.2s ease;
  position: relative;
}

.psw-nav__links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--copper);
  transition: width 0.25s ease;
}

.psw-nav__links a:hover { color: var(--oxblood); }
.psw-nav__links a:hover::after { width: 100%; }

.psw-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.psw-btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 30px;
  background: var(--oxblood);
  color: var(--bone);
  border: 1.5px solid var(--oxblood);
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
  border-radius: 0;
  line-height: 1;
}

.psw-btn:hover,
.psw-btn:focus-visible {
  background: transparent;
  color: var(--oxblood);
}

.psw-btn:active { opacity: 0.85; }

.psw-btn--outline {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 30px;
  background: transparent;
  color: #4A1060;
  border: 1.5px solid #4A1060;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
  border-radius: 0;
  line-height: 1;
}

.psw-btn--outline:hover,
.psw-btn--outline:focus-visible {
  background: #4A1060;
  color: #F0EAF5;
}

.psw-hero {
  position: relative;
  background: var(--bone);
  padding: 130px 56px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  min-height: 82vh;
  justify-content: center;
}

.psw-hero__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  height: 620px;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}

.psw-hero__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: var(--copper);
  text-transform: uppercase;
  margin-bottom: 26px;
  position: relative;
}

.psw-hero__heading {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(50px, 7.5vw, 92px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--oxblood);
  max-width: 840px;
  margin-bottom: 30px;
  position: relative;
}

.psw-hero__sub {
  font-family: 'Inter', sans-serif;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--taupe);
  max-width: 580px;
  margin-bottom: 52px;
  position: relative;
}

.psw-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.psw-hero__rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.psw-hero__rule-line {
  width: 40px;
  height: 0.5px;
  background: var(--copper);
  opacity: 0.5;
}

.psw-pillars {
  background: var(--bone-dark);
  padding: 108px 56px;
}

.psw-pillars__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.psw-pillars__divider {
  width: 48px;
  height: 1px;
  background: var(--copper);
  opacity: 0.4;
  margin: 0 auto 72px;
}

.psw-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.psw-pillars__grid .psw-pillar:not(:last-child) {
  border-right: 0.5px solid rgba(181, 98, 42, 0.2);
  padding-right: 56px;
}

.psw-pillar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.psw-pillar__icon {
  width: 44px;
  height: 44px;
  color: var(--copper);
  flex-shrink: 0;
}

.psw-pillar__title {
  font-family: 'Cormorant Garant', serif;
  font-size: 27px;
  font-weight: 500;
  color: var(--oxblood);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.psw-pillar__text {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  color: var(--taupe);
  line-height: 1.8;
}

.psw-products {
  background: var(--bone);
  padding: 108px 56px;
}

.psw-products__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.psw-section-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--copper);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}

.psw-section-title {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  color: var(--oxblood);
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.psw-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.psw-card {
  background: var(--bone);
  border: 1px solid rgba(181, 98, 42, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.psw-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(107, 30, 42, 0.10),
              0 6px 16px rgba(107, 30, 42, 0.06);
}

.psw-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.psw-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(8%) saturate(0.85);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.psw-card:hover .psw-card__img { transform: scale(1.04); }

.psw-card__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(107, 30, 42, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.psw-card:hover .psw-card__img-wrap::after { opacity: 1; }

.psw-card__body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 0.5px solid rgba(181, 98, 42, 0.25);
}

.psw-card__type {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--copper);
  text-transform: uppercase;
}

.psw-card__name {
  font-family: 'Cormorant Garant', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--oxblood);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.psw-card__cta {
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oxblood);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--copper);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s ease, gap 0.2s ease;
}

.psw-card__cta:hover { color: var(--copper); gap: 10px; }

.psw-mission {
  background: var(--oxblood);
  padding: 132px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.psw-mission__rule {
  width: 32px;
  height: 0.5px;
  background: var(--copper);
  opacity: 0.6;
  margin-bottom: 48px;
}

.psw-mission__quote {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(26px, 3.6vw, 50px);
  font-weight: 300;
  font-style: italic;
  color: var(--bone);
  line-height: 1.45;
  max-width: 840px;
  letter-spacing: 0.005em;
  margin-bottom: 28px;
  position: relative;
}

.psw-mission__attr {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--copper);
  position: relative;
}

.psw-footer { background: var(--ink); }

.psw-footer__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
  padding: 64px 56px 56px;
  border-bottom: 0.5px solid rgba(138, 123, 111, 0.15);
}

.psw-footer__logo { display: flex; flex-direction: column; gap: 5px; }

.psw-footer__logo-name {
  font-family: 'Cormorant Garant', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--bone);
  text-transform: uppercase;
}

.psw-footer__logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--taupe);
  text-transform: uppercase;
}

.psw-footer__links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.psw-footer__links a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--taupe);
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.psw-footer__links a:hover { color: var(--bone); }

.psw-footer__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.psw-footer__badge-label {
  font-family: 'Inter', sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: rgba(138, 123, 111, 0.6);
  text-transform: uppercase;
}

.psw-footer__badge-text {
  font-family: 'Cormorant Garant', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--copper);
  text-align: right;
}

.psw-footer__badge-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--copper);
  opacity: 0.7;
  margin-bottom: 4px;
  align-self: flex-end;
}

.psw-footer__bottom {
  padding: 20px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psw-footer__copy {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(138, 123, 111, 0.4);
  text-align: center;
}

@media (max-width: 1024px) {
  .psw-nav { padding: 0 32px; }
  .psw-hero { padding: 100px 32px 90px; min-height: auto; }
  .psw-pillars { padding: 80px 32px; }
  .psw-pillars__grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .psw-pillars__grid .psw-pillar:not(:last-child) { padding-right: 32px; }
  .psw-products { padding: 80px 32px; }
  .psw-product-grid { grid-template-columns: repeat(2, 1fr); }
  .psw-mission { padding: 100px 32px; }
  .psw-footer__top { padding: 56px 32px 48px; gap: 32px; }
  .psw-footer__bottom { padding: 20px 32px; }
}

@media (max-width: 768px) {
  .psw-nav {
    padding: 0 16px;
    height: 64px;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: none;
  }
  .psw-nav__logo { max-width: 120px; }
 .psw-logo-name { font-size: 13px; color: #6B1E2A; letter-spacing: 0.12em; }
  .psw-logo-sub { display: none; }
  .psw-nav__links { display: none; }
  .psw-nav__actions { display: flex; gap: 8px; flex-shrink: 0; }
  .psw-btn,
  .psw-btn--outline { padding: 10px 14px; font-size: 10px; }
  .psw-hero { padding: 72px 24px 72px; min-height: auto; }
  .psw-hero__watermark { width: 340px; height: 340px; }
  .psw-hero__actions { flex-direction: column; align-items: center; }
  .psw-hero__actions .psw-btn,
  .psw-hero__actions .psw-btn--outline { width: 100%; max-width: 280px; text-align: center; }
  .psw-pillars { padding: 64px 24px; }
  .psw-pillars__grid { grid-template-columns: 1fr; gap: 48px; }
  .psw-pillars__grid .psw-pillar:not(:last-child) {
    border-right: none;
    border-bottom: 0.5px solid rgba(181, 98, 42, 0.2);
    padding-right: 0;
    padding-bottom: 48px;
  }
  .psw-products { padding: 64px 24px; }
  .psw-product-grid { grid-template-columns: 1fr; }
  .psw-mission { padding: 80px 24px; }
  .psw-footer__top {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 48px 24px 40px;
    gap: 36px;
  }
  .psw-footer__badge { align-items: center; }
  .psw-footer__badge-text { text-align: center; }
  .psw-footer__badge-dot { align-self: center; }
  .psw-footer__links { gap: 20px; }
  .psw-footer__bottom { padding: 18px 24px; }
}/* End custom CSS */