:root {
  --pl-ink: #18294f;
  --pl-deep: #0d1832;
  --pl-blue: #687da6;
  --pl-gold: #d9bc7a;
  --pl-gold-soft: #f0dfae;
  --pl-cream: #f4f1ea;
  --pl-white: #fffdf9;
  --pl-line: rgba(24, 41, 79, .14);
  --pl-width: min(1500px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pl-home { margin: 0; color: var(--pl-ink); background: var(--pl-cream); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.5; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pl-skip-link { position: absolute; left: 12px; top: -48px; z-index: 30; padding: 10px 14px; color: var(--pl-ink); background: var(--pl-gold-soft); }
.pl-skip-link:focus { top: 12px; }

.pl-site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 249, .96); border-bottom: 1px solid var(--pl-line); backdrop-filter: blur(16px); }
.pl-header-inner { width: var(--pl-width); min-height: 91px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.pl-logo { position: relative; display: block; width: 208px; height: 70px; flex: 0 0 auto; overflow: hidden; text-decoration: none; }
.pl-logo img { position: absolute; top: -37px; left: 0; display: block; width: 145px; height: 145px; max-width: none; object-fit: contain; }
.pl-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 44px); margin-left: auto; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.pl-navigation a, .pl-header-catalogue, .pl-footer-links a { text-decoration: none; }
.pl-navigation a { position: relative; padding: 35px 0 32px; white-space: nowrap; }
.pl-navigation a::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; content: ""; background: var(--pl-gold); transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.pl-navigation a:hover::after, .pl-navigation a:focus-visible::after, .pl-navigation a.is-current::after { transform: scaleX(1); transform-origin: left; }
.pl-nav-dropdown { position: relative; padding: 35px 0 32px; }
.pl-nav-dropdown summary { position: relative; list-style: none; cursor: pointer; white-space: nowrap; }
.pl-nav-dropdown summary::-webkit-details-marker { display: none; }
.pl-nav-dropdown summary::after { position: absolute; right: 0; bottom: -23px; left: 0; height: 1px; content: ""; background: var(--pl-gold); transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.pl-nav-dropdown summary:hover::after, .pl-nav-dropdown summary:focus-visible::after, .pl-nav-dropdown[open] summary::after { transform: scaleX(1); transform-origin: left; }
.pl-nav-dropdown__menu { position: absolute; top: calc(100% - 8px); left: 50%; z-index: 25; display: none; min-width: 220px; padding: 14px 20px; background: var(--pl-white); border: 1px solid var(--pl-line); box-shadow: 0 15px 25px rgba(13,24,50,.1); transform: translateX(-50%); }
.pl-nav-dropdown[open] .pl-nav-dropdown__menu { display: grid; gap: 0; }
.pl-navigation .pl-nav-dropdown__menu a { padding: 9px 0; font-size: 11px; letter-spacing: .1em; }
.pl-navigation .pl-nav-dropdown__menu a::after { bottom: 4px; }
.pl-header-catalogue { display: inline-flex; gap: 11px; align-items: center; margin-left: auto; padding: 12px 15px; color: var(--pl-white); background: var(--pl-ink); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; transition: background .25s ease, transform .25s ease; }
.pl-header-catalogue:hover, .pl-header-catalogue:focus-visible { background: var(--pl-deep); transform: translateY(-2px); }
.pl-menu-toggle { display: none; border: 0; padding: 9px; color: var(--pl-ink); background: transparent; cursor: pointer; }
.pl-menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }

.pl-hero { position: relative; height: clamp(500px, 30.47vw, 690px); overflow: hidden; color: var(--pl-white); background: var(--pl-deep); }
.pl-slides { position: absolute; top: 0; left: 0; display: flex; width: 100%; height: 400%; flex-direction: column; overflow: visible; transition: transform 1.15s cubic-bezier(.22, .72, .2, 1); }
.pl-slide { position: relative; inset: auto; z-index: 1; display: block; width: 100%; height: 25%; flex: 0 0 25%; visibility: visible; transform: none; transition: none; }
.pl-slide.is-before, .pl-slide.is-active { transform: none; }
.pl-slide > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pl-slide.is-active > img { transform: none; }
.pl-slide--brand { background: var(--pl-deep); }
.pl-slide--brand > img { object-fit: cover; object-position: center; }
.pl-slide--brand.is-active > img { transform: none; }
.pl-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 24, 50, .86) 0%, rgba(13, 24, 50, .46) 39%, rgba(13, 24, 50, .08) 75%), linear-gradient(0deg, rgba(13, 24, 50, .37), transparent 40%); }
.pl-slide--brand .pl-slide-shade { background: linear-gradient(90deg, rgba(13, 24, 50, .98) 0%, rgba(13, 24, 50, .75) 30%, rgba(13, 24, 50, .08) 64%); }
.pl-slide-content { position: absolute; top: 50%; left: max(36px, calc((100% - 1500px) / 2)); width: min(470px, calc(100% - 72px)); transform: translateY(-47%); }
.pl-eyebrow { margin: 0 0 18px; color: var(--pl-gold-soft); font-size: 11px; font-weight: 600; letter-spacing: .35em; line-height: 1.3; text-transform: uppercase; }
.pl-eyebrow--dark { color: var(--pl-blue); }
.pl-slide h1, .pl-slide h2 { margin: 0; font-size: clamp(48px, 6.2vw, 92px); font-weight: 300; letter-spacing: -.045em; line-height: .93; }
.pl-slide h1 em, .pl-slide h2 em { color: var(--pl-gold-soft); font-style: normal; font-weight: 500; }
.pl-slide-copy { max-width: 340px; margin: 28px 0 30px; color: rgba(255, 253, 249, .82); font-size: 16px; font-weight: 300; line-height: 1.7; }
.pl-button { display: inline-flex; align-items: center; gap: 22px; min-height: 48px; padding: 0 21px; color: var(--pl-ink); background: var(--pl-gold-soft); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.pl-slide .pl-button { color: var(--pl-white); }
.pl-button:hover, .pl-button:focus-visible { color: var(--pl-white); background: var(--pl-ink); transform: translateY(-2px); }
.pl-button span { font-size: 18px; font-weight: 300; line-height: 1; }
.pl-hero-controls { position: absolute; top: 50%; right: max(28px, calc((100% - 1500px) / 2)); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 18px; transform: translateY(-50%); }
.pl-arrow { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255, 253, 249, .45); color: var(--pl-white); background: rgba(13, 24, 50, .18); cursor: pointer; transition: background .25s ease, border-color .25s ease; }
.pl-arrow:hover, .pl-arrow:focus-visible { border-color: var(--pl-gold-soft); background: var(--pl-ink); }
.pl-dots { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.pl-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255, 253, 249, .7); border-radius: 50%; background: transparent; cursor: pointer; transition: width .25s ease, border-color .25s ease, background .25s ease; }
.pl-dots button.is-active { width: 7px; height: 27px; border-color: var(--pl-gold-soft); border-radius: 5px; background: var(--pl-gold-soft); }
.pl-hero-progress { position: absolute; top: 50%; right: max(18px, calc((100% - 1500px) / 2 - 10px)); z-index: 3; width: 1px; height: 108px; background: rgba(255, 253, 249, .28); transform: translateY(-50%); }
.pl-hero-progress span { display: block; width: 100%; height: 33.33%; background: var(--pl-gold-soft); transition: transform .45s ease; transform-origin: top; }

.pl-hero--panorama .pl-slides { display: block; width: 100%; height: 100%; transform: none !important; transition: none; }
.pl-hero--panorama .pl-slide--panorama { position: absolute; inset: 0; width: 100%; height: 100%; }
.pl-hero--panorama .pl-slide--panorama > img:not(.pl-hero-symbol) { position: absolute; top: 0; left: 0; width: 100%; height: 300%; max-width: none; object-fit: cover; object-position: center top; animation: pl-panorama-up 26s ease-in-out infinite alternate; will-change: transform; transform: translate3d(0, 0, 0); backface-visibility: hidden; }
.pl-hero--panorama .pl-slide-shade { background: radial-gradient(ellipse at center, rgba(244, 241, 234, .76) 0%, rgba(244, 241, 234, .32) 42%, rgba(13, 24, 50, .2) 100%); }
.pl-hero--panorama .pl-slide-content { top: 50%; left: 50%; z-index: 3; width: min(700px, calc(100% - 72px)); color: #3b3b3b; text-align: center; transform: translate(-50%, -50%); }
.pl-hero--panorama .pl-hero-symbol { display: block; width: 130px; height: 130px; margin: -20px auto 2px; object-fit: contain; }
.pl-hero--panorama .pl-eyebrow { margin: 0 0 12px; color: #818182; font-size: 14px; letter-spacing: 4px; }
.pl-hero--panorama h1 { margin: 0 0 -7px; color: #3b3b3b; font-family: Montserrat, Arial, sans-serif; font-size: clamp(45px, 3.4vw, 65px); font-weight: 700; letter-spacing: 0; line-height: 1.05; text-transform: uppercase; }
.pl-hero--panorama h2 { margin: 0 0 12px; color: #7a7a7a; font-family: Montserrat, Arial, sans-serif; font-size: clamp(30px, 2.65vw, 51px); font-weight: 700; letter-spacing: 0; line-height: 1.06; text-transform: uppercase; }
.pl-hero--panorama .pl-slide-copy { max-width: 600px; margin: 26px auto 72px; color: #6f6f70; font-size: 18px; font-style: italic; line-height: 1.45; }
.pl-hero--panorama .pl-button { display: inline-flex; min-height: 0; padding: 0; gap: 16px; color: #7a7a7a; background: transparent; font-size: 20px; letter-spacing: 0; }
.pl-hero--panorama .pl-button::before, .pl-hero--panorama .pl-button::after { display: block; width: 37px; height: 2px; content: ""; background: #7a7a7a; }
.pl-hero--panorama .pl-button span { display: none; }
.pl-hero--panorama .pl-hero-controls, .pl-hero--panorama .pl-hero-progress { display: none; }

@keyframes pl-panorama-up {
  from { transform: translateY(0); }
  to { transform: translateY(-66.6667%); }
}

@keyframes pl-mobile-panorama-slide {
  from { background-position: center top; }
  to { background-position: center bottom; }
}

.pl-selection { width: var(--pl-width); margin: 0 auto; padding: 104px 0 116px; }
.pl-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.pl-section-heading h2, .pl-note h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); font-weight: 300; letter-spacing: -.045em; line-height: 1; }
.pl-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--pl-ink); font-size: 12px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.pl-text-link span { font-size: 17px; }
.pl-category-grid { display: grid; grid-template-columns: 1.22fr .78fr .78fr; gap: 18px; }
.pl-category-card { position: relative; display: block; aspect-ratio: 1 / 1.12; overflow: hidden; color: var(--pl-white); background: var(--pl-ink); text-decoration: none; }
.pl-category-card--large { aspect-ratio: 1 / 1.12; }
.pl-category-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(13, 24, 50, .76), transparent 55%); }
.pl-category-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .65, .2, 1); }
.pl-category-card:hover img, .pl-category-card:focus-visible img { transform: scale(1.05); }
.pl-category-label { position: absolute; right: 24px; bottom: 21px; left: 24px; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 20px; font-weight: 300; letter-spacing: .03em; }
.pl-category-label i { color: var(--pl-gold-soft); font-size: 19px; font-style: normal; }
.pl-note { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 24px; width: var(--pl-width); margin: 0 auto 110px; padding: 41px 48px; color: var(--pl-white); background: var(--pl-ink); }
.pl-note .pl-eyebrow { margin-bottom: 10px; }
.pl-note h2 { max-width: 610px; color: var(--pl-white); font-size: clamp(26px, 3.2vw, 43px); }
.pl-note-mark { display: grid; width: 53px; height: 53px; place-items: center; border: 1px solid var(--pl-gold); border-radius: 50%; color: var(--pl-gold-soft); font-size: 21px; }
.pl-note-mark img { display: block; width: 31px; height: 31px; object-fit: contain; }
.pl-button--dark { color: var(--pl-white); background: transparent; border: 1px solid rgba(240, 223, 174, .7); }
.pl-button--dark:hover, .pl-button--dark:focus-visible { color: var(--pl-ink); background: var(--pl-gold-soft); }

.pl-footer { color: #8491a4; background: #f1f1f1; }
.pl-footer-top { padding: 62px 0 72px; }
.pl-footer-grid { width: var(--pl-width); margin: 0 auto; display: grid; grid-template-columns: 1.08fr 1.08fr 1fr .92fr; gap: clamp(28px, 5vw, 82px); }
.pl-footer-grid section { min-width: 0; }
.pl-footer-logo { display: block; width: 58px; height: 58px; }
.pl-footer-logo img { display: block; width: 58px; height: 58px; object-fit: contain; }
.pl-footer-about p { max-width: 310px; margin: 17px 0 21px; font-size: 14px; line-height: 1.75; }
.pl-footer-discover { display: inline-flex; align-items: center; gap: 10px; color: var(--pl-ink); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.pl-footer-discover span { color: var(--pl-gold); font-size: 17px; }
.pl-footer-grid h3 { margin: 12px 0 29px; color: #3f4b5c; font-size: 17px; font-weight: 600; letter-spacing: 0; }
.pl-footer-quote { display: grid; grid-template-columns: 21px 1fr; gap: 11px; margin-bottom: 19px; }
.pl-footer-quote > span { color: var(--pl-blue); font-size: 14px; }
.pl-footer-quote p { margin: 0; font-size: 14px; line-height: 1.75; }
.pl-tags { display: flex; flex-wrap: wrap; gap: 7px 5px; }
.pl-tags a { padding: 5px 13px; border: 1px solid rgba(104, 125, 166, .35); border-radius: 18px; color: #8491a4; font-size: 13px; line-height: 1.2; text-decoration: none; transition: color .25s ease, border-color .25s ease, background .25s ease; }
.pl-tags a:hover, .pl-tags a:focus-visible { color: var(--pl-ink); border-color: var(--pl-gold); background: rgba(240, 223, 174, .28); }
.pl-footer-information { text-align: right; }
.pl-footer-information ul { margin: 0; padding: 0; list-style: none; }
.pl-footer-information li { display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; font-size: 14px; line-height: 1.45; }
.pl-footer-information li span { color: #9aa3b0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.pl-footer-information a, .pl-footer-bottom a { color: #8491a4; text-decoration: none; }
.pl-footer-information a:hover, .pl-footer-information a:focus-visible, .pl-footer-bottom a:hover, .pl-footer-bottom a:focus-visible { color: var(--pl-ink); }
.pl-footer-bottom { background: #fff; }
.pl-footer-bottom-inner { position: relative; width: var(--pl-width); min-height: 98px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pl-footer-bottom p { margin: 0; font-size: 13px; }
.pl-footer-bottom p:nth-child(2) { margin-left: auto; }
.pl-footer-bottom a:first-child { color: var(--pl-ink); font-weight: 600; }
.pl-back-top { width: 61px; height: 61px; margin-left: 26px; border: 0; border-radius: 5px; color: #fff; background: #1b2c58; font-size: 31px; line-height: 1; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.pl-back-top:hover, .pl-back-top:focus-visible, .pl-back-top:active { color: #1b2c58; background: #cab388; transform: translateY(-3px); }

@media (max-width: 1100px) {
  :root { --pl-width: min(100% - 48px, 1500px); }
  .pl-header-inner { gap: 18px; }
  .pl-logo { width: 175px; }
  .pl-logo img { width: 150px; }
  .pl-navigation { gap: 17px; font-size: 11px; }
  .pl-header-catalogue span:first-child { display: none; }
  .pl-header-catalogue { padding: 12px 14px; font-size: 18px; }
}

@media (max-width: 760px) {
  :root { --pl-width: calc(100% - 32px); }
  .pl-site-header { position: relative; }
  .pl-header-inner { min-height: 75px; justify-content: space-between; }
  .pl-logo { width: 168px; height: 63px; }
  .pl-logo img { top: -39px; width: 145px; height: 145px; }
  .pl-menu-toggle { display: block; order: 2; }
  .pl-header-catalogue { order: 3; margin-left: 0; padding: 10px 12px; }
  .pl-navigation { position: absolute; top: 75px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px var(--pl-width) 14px; background: var(--pl-white); border-bottom: 1px solid var(--pl-line); box-shadow: 0 15px 25px rgba(13, 24, 50, .08); }
  .pl-navigation.is-open { display: flex; }
  .pl-navigation a { padding: 13px 0; }
  .pl-navigation a::after { bottom: 6px; right: auto; width: 35px; }
  .pl-nav-dropdown { padding: 13px 0; }
  .pl-nav-dropdown summary { display: block; padding: 0; }
  .pl-nav-dropdown summary::after { bottom: -7px; right: auto; width: 35px; }
  .pl-nav-dropdown__menu { position: static; min-width: 0; margin: 10px 0 0; padding: 4px 0 4px 16px; border: 0; box-shadow: none; transform: none; }
  .pl-navigation .pl-nav-dropdown__menu a { padding: 9px 0; }
  .pl-hero { height: 650px; }
  .pl-hero--panorama { height: calc(100svh - 75px); min-height: 600px; max-height: 820px; background: transparent; }
  .pl-slide > img { object-position: 62% center; }
  .pl-slide--brand > img { object-position: center bottom; }
  /* Keep the mobile hero as one full-width image frame, with the editorial
     message layered over the photograph like the desktop composition. */
  .pl-hero--panorama .pl-slides { position: absolute; inset: 0; height: 100%; }
  .pl-hero--panorama .pl-slide--panorama {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: transparent;
  }
  .pl-hero--panorama .pl-slide--panorama::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../logo/slider-home-fashion.jpg?v=20260730-home-panorama");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 128%;
    animation: pl-mobile-panorama-slide 18s ease-in-out infinite alternate;
    will-change: background-position;
  }
  .pl-hero--panorama .pl-slide--panorama > img:not(.pl-hero-symbol) {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    animation: none;
    transform: none !important;
  }
  .pl-hero--panorama .pl-slide-shade {
    display: block;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(244, 241, 234, .55) 0%, rgba(244, 241, 234, .2) 47%, rgba(13, 24, 50, .24) 100%);
  }
  .pl-hero--panorama .pl-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: calc(100% - 24px);
    padding: 0 12px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .pl-hero--panorama .pl-hero-symbol { width: 76px; height: 76px; margin: 0 auto 14px; }
  .pl-hero--panorama .pl-eyebrow { margin-bottom: 12px; color: #fff; font-size: 9px; letter-spacing: 2.6px; }
  .pl-hero--panorama .pl-slide h1 { margin-bottom: 10px; font-size: clamp(42px, 12vw, 54px); line-height: .94; }
  .pl-hero--panorama .pl-slide h2 { margin-bottom: 0; font-size: clamp(33px, 9.6vw, 42px); line-height: .96; }
  .pl-hero--panorama .pl-slide-copy { max-width: 320px; margin: 18px auto 27px; font-size: 12px; line-height: 1.45; }
  .pl-hero--panorama .pl-button { gap: 16px; color: #fff; background: transparent; font-size: 12px; letter-spacing: .12em; }
  .pl-hero--panorama .pl-button::before,
  .pl-hero--panorama .pl-button::after { background-color: #fff; }
  .pl-slide-shade { background: linear-gradient(90deg, rgba(13, 24, 50, .88), rgba(13, 24, 50, .25)), linear-gradient(0deg, rgba(13, 24, 50, .55), transparent 55%); }
  .pl-slide-content { top: 43%; left: 16px; width: calc(100% - 32px); }
  .pl-slide h1, .pl-slide h2 { font-size: clamp(48px, 15vw, 70px); }
  .pl-slide-copy { max-width: 300px; margin-top: 23px; font-size: 14px; }
  .pl-hero-controls { top: 50%; right: 16px; }
  .pl-hero-progress { top: 50%; right: 7px; }
  .pl-selection { padding: 70px 0 76px; }
  .pl-section-heading { align-items: start; flex-direction: column; margin-bottom: 26px; }
  .pl-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pl-category-card--large { grid-column: 1 / -1; aspect-ratio: 1.25 / 1; }
  .pl-category-card { aspect-ratio: 1 / 1.15; }
  .pl-category-label { right: 14px; bottom: 14px; left: 14px; font-size: 16px; }
  .pl-note { grid-template-columns: 48px 1fr; gap: 17px; margin-bottom: 70px; padding: 28px 20px; }
  .pl-note-mark { width: 43px; height: 43px; font-size: 17px; }
  .pl-note-mark img { width: 25px; height: 25px; }
  .pl-note .pl-button { grid-column: 1 / -1; justify-self: start; }
  .pl-footer-top { padding: 48px 0 52px; }
  .pl-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .pl-footer-information { text-align: left; }
  .pl-footer-bottom-inner { min-height: 135px; align-items: flex-start; flex-wrap: wrap; padding: 25px 0; gap: 13px 22px; }
  .pl-footer-bottom p:nth-child(2) { margin-left: 0; }
  .pl-back-top { position: absolute; right: 0; bottom: 25px; width: 48px; height: 48px; font-size: 25px; }
}

@media (max-width: 520px) {
  .pl-footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .pl-footer-grid h3 { margin: 7px 0 17px; }
  .pl-footer-bottom-inner { padding-right: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .pl-hero--panorama .pl-slide--panorama > img:not(.pl-hero-symbol) { animation: none !important; transform: none !important; }
}

/* Homepage catalogue preview follows the template's sidebar + product-list rhythm. */
.pl-selection-browser { display: grid; grid-template-columns: 214px minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.pl-selection-filters { padding: 5px 18px 0 0; border-right: 1px solid var(--pl-line); }
.pl-selection-filters__eyebrow { margin: 0 0 7px; color: var(--pl-blue); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.pl-selection-filters h3 { margin: 0 0 18px; color: var(--pl-ink); font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.pl-selection-filters nav { display: grid; gap: 8px; }
.pl-selection-filters nav a { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; color: var(--pl-blue); font-size: 12px; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, padding-left .2s ease; }
.pl-selection-filters nav a span { color: var(--pl-gold); font-size: 15px; opacity: 0; transition: opacity .2s ease; }
.pl-selection-filters nav a:hover, .pl-selection-filters nav a:focus-visible, .pl-selection-filters nav a.is-active { padding-left: 7px; color: var(--pl-ink); }
.pl-selection-filters nav a:hover span, .pl-selection-filters nav a:focus-visible span, .pl-selection-filters nav a.is-active span { opacity: 1; }
.pl-selection-filters__all { display: inline-flex; gap: 9px; margin-top: 29px; color: var(--pl-ink); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.pl-selection-filters__all span { color: var(--pl-gold); font-size: 18px; }
.pl-selection-preview { min-width: 0; }
.pl-selection-preview__head { display: flex; justify-content: space-between; gap: 15px; margin: 0 0 18px; color: var(--pl-blue); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.pl-selection-preview__head span:last-child { color: var(--pl-gold); }
.pl-selection-preview .pl-category-grid { grid-template-columns: 1.22fr .78fr .78fr; }

/* Homepage banner frame: native homepage1 layout, with local brand imagery. */
.pl-home-template-banners {
  padding: 20px 0 86px;
  background: var(--pl-cream);
}

.pl-home-template-banners > .container {
  width: 1230px;
  max-width: calc(100% - 30px);
}

/* Restore homepage1's original puzzle composition: tall / stacked / tall. */
#pl-home-banner-frame {
  display: flex;
  width: 1222px;
  max-width: 100%;
  margin: 0 auto;
  padding: 23px 0 0;
  overflow: hidden;
}

#pl-home-banner-frame > .banner-1,
#pl-home-banner-frame > .banner-4 {
  float: none;
  flex: 0 0 385px;
  width: 385px;
  height: 480px;
  margin: 0 11px;
}

#pl-home-banner-frame > .banner-box.first {
  float: none;
  flex: 0 0 408px;
  width: 408px;
}

#pl-home-banner-frame .banner-box.first .banner-2,
#pl-home-banner-frame .banner-box.first .banner-3 {
  float: none;
  width: 385px;
  height: 225px;
  margin: 0 11px 20px;
}

#pl-home-banner-frame > .banner-1 > img,
#pl-home-banner-frame .banner-2 > img,
#pl-home-banner-frame .banner-3 > img,
#pl-home-banner-frame > .banner-4 > img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}

#pl-home-banner-frame .banner-1 .holder,
#pl-home-banner-frame .banner-4 .holder {
  background: linear-gradient(180deg, rgba(10, 22, 48, .08), rgba(10, 22, 48, .62));
}

#pl-home-banner-frame .banner-2 .holder,
#pl-home-banner-frame .banner-3 .holder {
  background: linear-gradient(180deg, rgba(10, 22, 48, 0), rgba(10, 22, 48, .52));
}

#pl-home-banner-frame h2,
#pl-home-banner-frame .price,
#pl-home-banner-frame .shop,
#pl-home-banner-frame .btn-shop span,
#pl-home-banner-frame .btn-shop .fa {
  color: #fff;
}

#pl-home-banner-frame .btn-shop .fa {
  border-color: rgba(255, 255, 255, .8);
}

#pl-home-banner-frame .banner-1 .holder,
#pl-home-banner-frame .banner-4 .holder {
  padding-top: 40px;
}

#pl-home-banner-frame .banner-4 h2 span {
  display: inline;
}

#pl-home-banner-frame .pl-mobile-break {
  display: none;
}

@media (max-width: 767px) {
  .pl-home-template-banners { padding: 10px 0 62px; }

  .pl-home-template-banners > .container {
    width: calc(100% - 30px);
  }

  #pl-home-banner-frame {
    display: block;
    width: 100%;
    padding-top: 10px;
  }

  #pl-home-banner-frame > .banner-1,
  #pl-home-banner-frame > .banner-4 {
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
  }

  #pl-home-banner-frame > .banner-box.first {
    width: 100%;
  }

  #pl-home-banner-frame .banner-box.first .banner-2,
  #pl-home-banner-frame .banner-box.first .banner-3 {
    width: 100%;
    height: 225px;
    margin: 0 0 20px;
  }

  #pl-home-banner-frame > .banner-1 > img,
  #pl-home-banner-frame .banner-2 > img,
  #pl-home-banner-frame .banner-3 > img,
  #pl-home-banner-frame > .banner-4 > img {
    height: 100% !important;
    max-height: none;
  }

  #pl-home-banner-frame .banner-4 h2 {
    max-width: 270px;
    font-size: clamp(22px, 7vw, 31px);
    line-height: 1.12;
    white-space: normal !important;
  }

  #pl-home-banner-frame .banner-4 h2 span {
    display: block !important;
    width: 100%;
  }

  #pl-home-banner-frame .pl-mobile-break {
    display: block;
  }
}

@media (max-width: 760px) {
  .pl-selection-browser { display: block; }
  .pl-selection-filters { margin-bottom: 28px; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--pl-line); }
  .pl-selection-filters nav { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .pl-selection-filters__all { margin-top: 20px; }
  .pl-selection-preview__head { margin-bottom: 13px; }
  .pl-selection-preview .pl-category-grid { grid-template-columns: 1fr 1fr; }
}
