:root {
  --mph-ink: #161814;
  --mph-forest: #000;
  --mph-moss: #555;
  --mph-bronze: #000;
  --mph-ivory: #f4f4f2;
  --mph-paper: #fff;
  --mph-line: rgba(22, 24, 20, .14);
  --mph-shadow: 0 24px 70px rgba(20, 22, 18, .18);
  --mph-serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --mph-sans: Urbanist, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
}

.mph-active > header.elementor-location-header,
.mph-active > .elementor-location-header { display: none !important; }
.mph-active { --mph-header-height: 176px; }
.mph-is-locked { overflow: hidden; }
.mph-skip-link { position: fixed; z-index: 100000; left: 16px; top: -100px; padding: 12px 18px; color: #fff; background: var(--mph-ink); }
.mph-skip-link:focus { top: 12px; }
.mph-header, .mph-header * { box-sizing: border-box; }
.mph-header { position: sticky; z-index: 9990; top: 0; width: 100%; color: var(--mph-ink); background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--mph-line); backdrop-filter: blur(16px); font-family: var(--mph-sans); }
.admin-bar .mph-header { top: 32px; }
.mph-service-bar { min-height: 46px; padding: 0 clamp(22px, 4vw, 68px); display: flex; align-items: center; color: #fff; background: #000; font-size: 18px; font-weight: 500; line-height: 1.15; letter-spacing: .015em; }
.mph-service-bar__inner { width: 100%; max-width: 1424px; margin: 0 auto; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.mph-service-bar__label { color: rgba(255,255,255,.72); font-weight: 400; }
.mph-service-bar__contacts { display: flex; align-items: center; gap: 24px; }
.mph-service-bar__contacts::before, .mph-service-bar__contacts a + a::before { content: ''; display: inline-block; width: 1px; height: 18px; margin-right: 24px; vertical-align: -3px; background: rgba(255,255,255,.28); }
.mph-service-bar a { color: inherit; text-decoration: none; transition: color .2s ease; }
.mph-service-bar a:hover, .mph-service-bar a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mph-header__inner { height: 130px; max-width: 1560px; margin: auto; padding: 0 clamp(22px, 4vw, 68px); display: grid; grid-template-columns: minmax(190px, 220px) 1fr auto; align-items: center; gap: clamp(24px, 3vw, 54px); }
.mph-logo { display: inline-flex; width: 190px; max-width: 100%; line-height: 0; }
.mph-logo__image { display: block; width: 190px; max-width: 100%; height: auto; object-fit: contain; object-position: left center; }
.mph-desktop-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.7vw, 42px); list-style: none; padding: 0; margin: 0; }
.mph-desktop-nav li { position: relative; display: flex; align-items: center; }
.mph-desktop-nav li > a { color: var(--mph-ink); font-size: 20px; font-weight: 500; letter-spacing: .005em; text-decoration: none; padding: 50px 0; }
.mph-desktop-nav li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 27px; height: 1px; background: var(--mph-bronze); transition: right .25s ease; }
.mph-desktop-nav li > a:hover::after, .mph-desktop-nav li > a:focus-visible::after { right: 0; }
.mph-has-menu > button { width: 25px; height: 36px; margin: 0 -11px 0 2px; display: grid; place-items: center; border: 0; background: none; color: inherit; cursor: pointer; }
.mph-has-menu > button svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .2s ease; }
.mph-has-menu > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.mph-dropdown { visibility: hidden; opacity: 0; position: absolute; top: calc(100% - 15px); left: -28px; width: 340px; padding: 24px 28px 26px; background: var(--mph-paper); border: 1px solid var(--mph-line); box-shadow: var(--mph-shadow); transform: translateY(8px); transition: .2s ease; }
.mph-has-menu:hover .mph-dropdown, .mph-has-menu:focus-within .mph-dropdown, .mph-has-menu > button[aria-expanded="true"] + .mph-dropdown { visibility: visible; opacity: 1; transform: none; }
.mph-dropdown p { margin: 0 0 15px; color: var(--mph-moss); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.mph-dropdown a { display: block; padding: 11px 0; color: var(--mph-ink); font-family: var(--mph-serif); font-size: 20px; text-decoration: none; border-top: 1px solid var(--mph-line); }
.mph-dropdown a span { display: block; margin-top: 4px; color: var(--mph-moss); font-family: var(--mph-sans); font-size: 18px; }
.mph-dropdown--wide { width: 440px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.mph-dropdown--wide p { grid-column: 1 / -1; }
.mph-dropdown--wide a { font-family: var(--mph-sans); font-size: 18px; }
.mph-actions { display: flex; align-items: center; gap: 4px; }
.mph-action { position: relative; min-width: 62px; height: 60px; padding: 7px 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; color: var(--mph-ink); background: transparent; cursor: pointer; font-family: var(--mph-sans); }
.mph-action::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: var(--mph-ivory); transform: scale(.3); opacity: 0; transition: .2s ease; z-index: -1; }
.mph-action:hover::before, .mph-action:focus-visible::before { transform: scale(1); opacity: 1; }
.mph-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mph-action-label { font-size: 18px; letter-spacing: .01em; }
.mph-basket-button__content { display: contents; }
.mph-count { position: absolute; top: 7px; right: 7px; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--mph-forest); font-size: 10px; font-weight: 600; }
.mph-menu-toggle { display: none; }

.mph-layer { position: fixed; z-index: 9998; inset: 0; visibility: hidden; opacity: 0; transition: visibility .35s, opacity .35s; font-family: var(--mph-sans); }
.mph-layer[aria-hidden="false"] { visibility: visible; opacity: 1; }
.mph-layer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(13, 15, 12, .56); backdrop-filter: blur(4px); cursor: default; }
.mph-menu-panel, .mph-search-panel, .mph-basket-drawer { position: absolute; color: var(--mph-ink); background: var(--mph-paper); box-shadow: var(--mph-shadow); }
.mph-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 28px clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--mph-line); }
.mph-panel-head > button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--mph-line); border-radius: 50%; color: var(--mph-ink); background: transparent; cursor: pointer; }
.mph-panel-head > button:hover { color: #fff; background: var(--mph-forest); }
.mph-panel-head svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.mph-kicker { margin: 0; color: var(--mph-moss); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.mph-menu-panel { inset: 0; display: flex; flex-direction: column; transform: translateY(-3%); transition: transform .4s cubic-bezier(.22,.8,.24,1); }
.mph-menu-layer[aria-hidden="false"] .mph-menu-panel { transform: none; }
.mph-menu-panel .mph-panel-head { border-bottom: 0; }
.mph-menu-panel .mph-panel-head .mph-logo { width: 190px; }
.mph-menu-panel__body { flex: 1; min-height: 0; padding: clamp(38px, 7vh, 80px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(340px, .9fr) minmax(360px, 1.1fr); align-content: center; gap: 10vw; overflow-y: auto; background: #fff; }
.mph-overlay-nav { margin-top: 20px; }
.mph-overlay-nav > a, .mph-overlay-nav > button { width: 100%; min-height: 62px; padding: 12px 0; display: flex; align-items: center; gap: 24px; color: #000; background: none; border: 0; font: 400 clamp(25px, 3vw, 44px)/1.1 var(--mph-serif); text-align: left; text-decoration: none; cursor: pointer; }
.mph-overlay-nav > a:hover, .mph-overlay-nav > a:focus-visible, .mph-overlay-nav > button:hover, .mph-overlay-nav > button:focus-visible { color: #555; }
.mph-overlay-nav > button svg { width: 17px; margin-left: auto; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform .2s; }
.mph-overlay-nav > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.mph-overlay-submenu { padding: 12px 0 15px; columns: 2; border: 0; }
.mph-overlay-submenu a { display: block; padding: 7px 0; color: var(--mph-moss); font-size: 13px; text-decoration: none; }
.mph-menu-feature { max-width: 640px; align-self: center; }
.mph-menu-feature h2 { margin: 20px 0 24px; font: 400 clamp(36px, 5vw, 68px)/.98 var(--mph-serif); letter-spacing: -.035em; }
.mph-menu-feature > p:not(.mph-kicker) { max-width: 520px; color: var(--mph-moss); font-size: 15px; line-height: 1.7; }
.mph-menu-feature > a { display: inline-flex; gap: 28px; margin-top: 20px; padding-bottom: 7px; color: var(--mph-ink); border-bottom: 1px solid var(--mph-bronze); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.mph-panel-foot { min-height: 54px; padding: 0 clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; color: #fff; background: #000; font-size: 11px; letter-spacing: .06em; }
.mph-panel-foot a { color: inherit; }

.mph-search-panel { top: 0; left: 0; right: 0; padding-bottom: clamp(40px, 7vw, 82px); transform: translateY(-100%); transition: transform .38s cubic-bezier(.22,.8,.24,1); }
.mph-search-layer[aria-hidden="false"] .mph-search-panel { transform: none; }
.mph-search-panel form, .mph-search-links { width: min(960px, calc(100% - 48px)); margin: 54px auto 0; }
.mph-search-panel label { display: block; margin-bottom: 14px; color: var(--mph-moss); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mph-search-panel form > div { display: flex; border-bottom: 1px solid var(--mph-ink); }
.mph-search-panel input[type="search"] { flex: 1; min-width: 0; padding: 12px 0 18px; border: 0; outline: 0; color: var(--mph-ink); background: transparent; font: 400 clamp(27px, 4vw, 52px)/1.1 var(--mph-serif); }
.mph-search-panel form button { width: 110px; border: 0; color: var(--mph-ink); background: transparent; cursor: pointer; }
.mph-search-panel form button svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.mph-search-panel form button span { display: none; }
.mph-search-links { display: flex; flex-wrap: wrap; gap: 18px 26px; color: var(--mph-moss); font-size: 12px; }
.mph-search-links a { color: var(--mph-ink); text-decoration: none; border-bottom: 1px solid var(--mph-bronze); }

.mph-basket-drawer { top: 0; right: 0; bottom: 0; width: min(520px, 100%); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .38s cubic-bezier(.22,.8,.24,1); }
.mph-basket-layer[aria-hidden="false"] .mph-basket-drawer { transform: none; }
.mph-basket-drawer .mph-panel-head { padding: 25px 28px; }
.mph-basket-drawer .mph-panel-head h2 { margin: 5px 0 0; font: 400 30px/1 var(--mph-serif); }
.mph-basket-drawer__body { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.mph-swatch-list { flex: 1; overflow: auto; list-style: none; margin: 0; padding: 10px 28px; }
.mph-swatch-item { position: relative; min-height: 112px; padding: 18px 64px 18px 0; display: grid; grid-template-columns: 80px 1fr; gap: 16px; border-bottom: 1px solid var(--mph-line); }
.mph-swatch-item__image img { width: 80px; height: 80px; object-fit: cover; }
.mph-swatch-item__copy { align-self: center; }
.mph-swatch-item__copy > a, .mph-swatch-item__copy > span { color: var(--mph-ink); font: 400 18px/1.2 var(--mph-serif); text-decoration: none; }
.mph-swatch-item__eyebrow, .mph-swatch-item__quantity { margin: 0 0 6px; color: var(--mph-moss); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mph-swatch-item__quantity { margin: 7px 0 0; letter-spacing: .04em; text-transform: none; }
.mph-swatch-item__remove { position: absolute; right: 0; top: 50%; color: var(--mph-moss); font-size: 10px; text-underline-offset: 3px; }
.mph-basket-drawer__footer { padding: 24px 28px 28px; border-top: 1px solid var(--mph-line); background: var(--mph-ivory); }
.mph-basket-drawer__footer p { margin: 13px 0 0; color: var(--mph-moss); font-size: 10px; text-align: center; }
.mph-button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.mph-button--primary { width: 100%; color: #fff !important; background: var(--mph-forest); }
.mph-empty-basket { margin: auto; padding: 48px 32px; text-align: center; }
.mph-empty-basket__icon { width: 72px; height: 72px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--mph-ivory); }
.mph-empty-basket__icon svg { width: 28px; fill: none; stroke: var(--mph-forest); stroke-width: 1.2; }
.mph-empty-basket h3 { margin: 0 0 12px; font: 400 28px/1.15 var(--mph-serif); }
.mph-empty-basket p { max-width: 330px; margin: 0 auto 26px; color: var(--mph-moss); font-size: 13px; line-height: 1.6; }

@media (max-width: 1280px) {
  .mph-header__inner { grid-template-columns: 190px 1fr auto; gap: 18px; }
  .mph-desktop-nav > ul { gap: 18px; }
  .mph-action { min-width: 52px; }
  .mph-action-label { display: none; }
}

@media (max-width: 900px) {
  .mph-active { --mph-header-height: 104px; }
  .mph-service-bar, .mph-desktop-nav { display: none; }
  .mph-header__inner { height: 104px; padding: 0 18px; grid-template-columns: 150px 1fr auto; }
  .mph-logo, .mph-logo__image { width: 145px; }
  .mph-actions { grid-column: 3; }
  .mph-action { min-width: 45px; height: 52px; padding: 5px; }
  .mph-action svg { width: 20px; height: 20px; }
  .mph-action::before { inset: 5px; }
  .mph-count { top: 4px; right: 0; }
  .mph-menu-toggle { display: flex; }
  .mph-menu-panel__body { display: block; padding: 34px 24px 50px; background: var(--mph-paper); }
  .mph-menu-feature { display: none; }
  .mph-panel-foot { padding: 16px 24px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
  .mph-overlay-nav > a, .mph-overlay-nav > button { min-height: 56px; padding: 8px 0; font-family: var(--mph-sans); font-size: 20px; font-weight: 500; }
  .mph-overlay-submenu { columns: 1; }
}

@media (max-width: 520px) {
  .admin-bar .mph-header { top: 46px; }
  .mph-header__inner { grid-template-columns: 145px 1fr auto; gap: 6px; padding: 0 12px 0 16px; }
  .mph-logo, .mph-logo__image { width: 140px; }
  .mph-actions { gap: 0; }
  .mph-action { min-width: 42px; }
  .mph-search-toggle { display: none; }
  .mph-menu-panel .mph-panel-head { padding: 17px 18px; }
  .mph-menu-panel .mph-panel-head .mph-logo { width: 150px; }
  .mph-panel-head > button { width: 42px; height: 42px; }
  .mph-menu-panel__body { padding-top: 25px; }
  .mph-overlay-nav { margin-top: 12px; }
  .mph-overlay-nav > a, .mph-overlay-nav > button { font-size: 20px; }
  .mph-panel-foot span { display: none; }
  .mph-search-panel form, .mph-search-links { width: calc(100% - 36px); }
  .mph-search-panel form { margin-top: 36px; }
  .mph-search-panel input[type="search"] { font-size: 25px; }
  .mph-basket-drawer .mph-panel-head { padding: 19px 18px; }
  .mph-swatch-list { padding: 8px 18px; }
  .mph-swatch-item { grid-template-columns: 68px 1fr; padding-right: 52px; }
  .mph-swatch-item__image img { width: 68px; height: 68px; }
  .mph-basket-drawer__footer { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mph-layer, .mph-menu-panel, .mph-search-panel, .mph-basket-drawer, .mph-action::before { transition: none !important; }
}
