:root {
  --ink: #242823;
  --muted: #6f746e;
  --paper: #fbfaf6;
  --white: #ffffff;
  --sage: #6f7d4b;
  --sage-dark: #4e5c35;
  --sage-pale: #eef0e6;
  --teal: #55b7ac;
  --terra: #c86843;
  --sand: #e8dfd1;
  --line: #dedfd8;
  --shadow: 0 18px 45px rgba(49, 52, 40, .10);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

/* ========================================================================== 
   Lumière Edit 2.0 — women’s fashion affiliate layout
   ========================================================================== */
:root {
  --ink: #242420;
  --muted: #6d6c65;
  --paper: #fbfaf6;
  --paper-deep: #f4f0e8;
  --white: #fff;
  --sage: #7a8262;
  --sage-dark: #5e6749;
  --sage-pale: #eef0e7;
  --gold: #c69a43;
  --line: #dedcd5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --wide: 1360px;
  --shadow: 0 18px 44px rgba(62, 59, 48, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100000; width: auto; height: auto; padding: 10px 16px; margin: 0; clip: auto; background: #fff; box-shadow: var(--shadow); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 64px), var(--wide)); margin-inline: auto; }
.announcement { min-height: 33px; display: grid; place-items: center; padding: 7px 20px; color: #fff; background: var(--sage-dark); font-size: .72rem; letter-spacing: .02em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(80,80,72,.14); background: rgba(251,250,246,.96); box-shadow: none; backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 250px minmax(0, 1fr) 110px; align-items: center; gap: 28px; }
.brand-wrap { display: block; text-align: left; }
.brand { display: inline-block; color: var(--ink); font-family: var(--serif); font-size: 1.52rem; letter-spacing: .055em; white-space: nowrap; }
.brand strong { font-weight: 500; }
.brand span { color: #8c8b85; font-family: var(--sans); font-size: 1.12rem; font-weight: 300; letter-spacing: .13em; }
.custom-logo { width: auto; max-width: 220px; max-height: 58px; object-fit: contain; }
.primary-nav { display: block; position: static; min-width: 0; overflow-x: auto; padding: 0; border: 0; background: transparent; box-shadow: none; scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav .menu { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: clamp(18px, 2vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-nav .menu a { position: relative; display: block; min-height: 0; padding: 29px 0 27px; border: 0; color: var(--ink); font-size: .76rem; font-weight: 650; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.primary-nav .menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--gold); transition: right .2s ease; }
.primary-nav .menu a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { right: 0; }
.nav-actions { display: flex; justify-content: flex-end; gap: 10px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.icon-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.icon-button[aria-pressed="true"] svg { fill: var(--sage); stroke: var(--sage); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.screen-reader-text) { display: block; width: 21px; height: 1px; margin: 5px auto; background: var(--ink); transition: .2s; }
.kicker { margin: 0 0 9px; color: var(--sage-dark); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.gold-rule { display: block; width: 48px; height: 2px; margin: 18px 0 22px; background: var(--gold); }
.section { padding: 76px 0; }
.center-heading { margin-bottom: 32px; text-align: center; }
.center-heading h2, .section-heading-row h2, .look-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.25rem); font-weight: 400; line-height: 1.06; }
.center-heading .gold-rule { margin-inline: auto; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 27px; border: 1px solid transparent; border-radius: 0; font-size: .77rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(58,58,48,.14); }
.button-primary { color: #fff; background: var(--sage-dark); }
.button-light { border-color: rgba(255,255,255,.85); color: #fff; background: rgba(255,255,255,.08); }
.button-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.home-hero { min-height: 560px; display: grid; grid-template-columns: minmax(420px, 48%) 1fr; background: var(--paper-deep); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(52px, 7vw, 112px) max(40px, calc((100vw - var(--wide)) / 2)); padding-right: clamp(46px, 7vw, 112px); }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6.4vw, 6.4rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero-copy > p:not(.kicker) { max-width: 470px; margin: 0 0 30px; color: #4f504a; font-size: 1rem; }
.hero-media { min-height: 560px; display: grid; place-items: center; margin: 0; overflow: hidden; background: #fff; }
.hero-media img { width: 100%; height: 100%; max-height: 690px; padding: clamp(24px, 4vw, 58px); object-fit: contain; mix-blend-mode: multiply; }
.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.value-strip > div { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px 24px; border-right: 1px solid var(--line); }
.value-strip > div:last-child { border-right: 0; }
.value-icon { font-family: var(--serif); font-size: 1.65rem; color: var(--sage-dark); }
.value-strip p { margin: 0; line-height: 1.35; }
.value-strip strong, .value-strip small { display: block; }
.value-strip strong { font-size: .73rem; }
.value-strip small { color: var(--muted); font-size: .68rem; }
.trending-section, .picks-section { background: #fff; }
.trend-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.trend-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e5e2da; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.trend-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(62,59,48,.11); }
.trend-card-media { aspect-ratio: 4/5; display: grid; place-items: center; margin: 0; padding: 15px; overflow: hidden; background: var(--paper-deep); }
.trend-card img { width: 100%; height: 100%; padding: 0; object-fit: contain; background: transparent; mix-blend-mode: multiply; transition: transform .35s ease; }
.trend-card:hover img { transform: translateY(-3px); }
.trend-card-content { flex: 1; display: flex; flex-direction: column; padding: 13px 13px 14px; }
.trend-card span { min-height: 2.5em; display: -webkit-box; overflow: hidden; font-family: var(--serif); font-size: .9rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.trend-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.trend-card-meta strong { font-size: .72rem; white-space: nowrap; }
.trend-card-meta em { color: var(--sage-dark); font-size: .58rem; font-style: normal; font-weight: 750; letter-spacing: .045em; text-align: right; text-transform: uppercase; }
.shop-look { background: var(--paper); }
.shop-look-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; border: 1px solid var(--line); background: #fff; }
.look-photo { position: relative; height: 620px; min-height: 0; display: grid; place-items: center; margin: 0; overflow: hidden; background: #f3f0e9; }
.look-photo img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 34px; object-fit: contain; mix-blend-mode: multiply; }
.hotspot { position: absolute; width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--sage); font-size: .75rem; font-weight: 800; box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.hotspot-1 { top: 28%; left: 62%; }.hotspot-2 { top: 62%; left: 72%; }.hotspot-3 { top: 44%; left: 54%; }.hotspot-4 { bottom: 9%; left: 48%; }
.look-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 72px); }
.look-intro { max-width: 520px; margin: 0 0 18px; color: var(--muted); font-size: .88rem; }
.look-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.look-list li { display: grid; grid-template-columns: 34px 1fr auto 64px; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.look-number { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sage); font-size: .7rem; }
.look-list strong, .look-list small { display: block; }
.look-list strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.look-list small { max-width: 300px; overflow: hidden; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.look-list b { font-size: .75rem; white-space: nowrap; }
.look-list a { padding: 7px 8px; color: #fff; background: var(--sage); font-size: .62rem; text-align: center; text-transform: uppercase; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.product-grid { display: grid; gap: 20px; }
.product-grid-four { grid-template-columns: repeat(4, 1fr); }
.product-grid-three { grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #e7e4dd; border-radius: 0; background: #fff; box-shadow: none; }
.product-card:hover { transform: none; box-shadow: var(--shadow); }
.product-image-wrap { position: relative; min-height: 0; display: grid; place-items: center; padding: 18px; overflow: hidden; background: #f1eee7; }
.product-image-wrap img { width: 100%; height: 100%; aspect-ratio: 4/5; padding: 0; object-fit: contain; background: transparent; mix-blend-mode: multiply; transition: transform .4s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-image-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; color: var(--sage); font-family: var(--serif); letter-spacing: .12em; }
.sale-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 9px; color: #fff; background: var(--sage-dark); font-size: .58rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.product-info { padding: 12px 12px 14px; }
.product-info h3 { min-height: 2.5em; margin: 0 0 5px; font-family: var(--serif); font-size: 1rem; font-weight: 400; line-height: 1.25; }
.product-info > strong { font-size: .78rem; }
.card-button { display: block; margin-top: 12px; padding: 8px; color: #fff; background: var(--sage-dark); font-size: .62rem; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.collection-banner { position: relative; width: min(calc(100% - 64px), var(--wide)); min-height: 250px; display: grid; place-items: center; margin: 0 auto 58px; overflow: hidden; color: #fff; text-align: center; background: #777b69; }
.collection-banner::after { content: ""; position: absolute; inset: 0; background: rgba(45,49,39,.54); }
.collection-banner img { position: absolute; inset: 0; height: 100%; padding: 12px; object-fit: contain; mix-blend-mode: multiply; opacity: .78; }
.collection-banner > div { position: relative; z-index: 1; }
.collection-banner .kicker { color: #fff; }
.collection-banner h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; }

.listing-hero { padding: 34px 0; background: var(--paper-deep); }
.listing-hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; align-items: stretch; min-height: 315px; }
.listing-hero-grid > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px 50px 30px 30px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.listing-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.1rem); font-weight: 400; line-height: .95; }
.listing-hero-grid > div > p:last-child { max-width: 440px; margin: 0; color: var(--muted); }
.listing-hero-grid > img { width: 100%; height: 315px; padding: 22px; object-fit: contain; background: #fff; mix-blend-mode: multiply; }
.listing-hero-title-only { padding: 0; }
.listing-hero-title-only .listing-hero-grid { min-height: 0; display: block; }
.listing-hero-title-only h1 { width: 100%; padding: clamp(42px,6vw,76px) 0; overflow: hidden; font-size: clamp(2.7rem,5vw,4.8rem); line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 42px; padding-top: 42px; padding-bottom: 76px; }
.filters { display: block; align-self: start; position: sticky; top: 112px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.filter-heading { padding-bottom: 12px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.filter-heading strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: .08em; }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-group h2 { margin: 0 0 11px; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.filter-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 9px 0; color: #5e5d57; font-size: .74rem; }
.filter-link small { color: #9f9d95; }
.filter-link.active { color: var(--sage-dark); font-weight: 800; }
.catalog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 18px; }
.catalog-top strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; text-transform: uppercase; letter-spacing: .04em; }
.listing-note { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.mobile-filter-button { display: none; width: 100%; margin-bottom: 15px; }
.navigation.pagination { margin: 36px 0 0; }
.navigation.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.navigation.pagination .page-numbers { min-width: 34px; height: 34px; display: grid; place-items: center; padding: 0 9px; border: 1px solid transparent; border-radius: 0; background: transparent; font-size: .68rem; }
.navigation.pagination .current { color: #fff; background: var(--sage-dark); border-color: var(--sage-dark); }
.article-page { background: linear-gradient(#fbfaf6, #f8f5ee); }
.article-shell { padding-top: 42px; padding-bottom: 72px; }
.article-shell > .breadcrumbs { margin-bottom: 14px; }
.article-header { min-width: 0; margin-bottom: 42px; }
.article-header h1 { max-width: 1040px; margin: 0; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(3rem, 5.4vw, 5.6rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.byline { margin: 0; color: #4d4d49; font-size: .8rem; }
.byline span { margin-inline: 8px; }
.content-entry .lasso-container.lasso-lite { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; border: 0 !important; background: transparent !important; }
.content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus { position: relative !important; min-height: 0 !important; display: grid !important; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr) !important; grid-template-rows: auto auto !important; grid-template-areas: "copy image" "action image" !important; align-items: start !important; column-gap: clamp(38px,4vw,64px) !important; row-gap: 28px !important; padding: 84px clamp(34px,4vw,58px) 52px !important; overflow: visible !important; border: 1px solid #d1d0ca !important; border-radius: 18px !important; color: var(--ink) !important; background: #fff !important; box-shadow: 0 12px 36px rgba(70,68,57,.04) !important; font-family: var(--sans) !important; }
.content-entry .lasso-container .lasso-badge { position: absolute !important; z-index: 2 !important; top: 18px !important; left: -1px !important; width: auto !important; min-width: 132px !important; padding: 11px 30px !important; border: 0 !important; border-radius: 0 !important; color: #fff !important; background: var(--sage-dark) !important; font-size: .9rem !important; font-weight: 800 !important; line-height: 1.5 !important; letter-spacing: .04em !important; text-align: center !important; text-transform: uppercase !important; }
.content-entry .lasso-container .lasso-badge::after { content: ""; position: absolute; left: 0; bottom: -12px; border-top: 12px solid #3d452e; border-left: 12px solid transparent; }
.content-entry .lasso-container .lasso-box-1, .content-entry .lasso-container .lasso-box-2, .content-entry .lasso-container .lasso-box-3 { width: auto !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; padding: 0 !important; float: none !important; border: 0 !important; background: transparent !important; text-align: left !important; }
.content-entry .lasso-container .lasso-box-1 { grid-area: copy !important; }
.content-entry .lasso-container .lasso-box-2 { grid-area: image !important; width: 100% !important; max-width: 520px !important; align-self: start !important; justify-self: end !important; }
.content-entry .lasso-container .lasso-box-3 { grid-area: action !important; align-self: start !important; }
.content-entry .lasso-container .clear { display: none !important; }
.content-entry .lasso-container a.lasso-title { display: block !important; max-width: 720px !important; margin: 0 0 22px !important; padding: 0 0 19px !important; overflow-wrap: break-word !important; border: 0 !important; color: var(--ink) !important; font-family: var(--sans) !important; font-size: clamp(1.9rem,2.65vw,2.85rem) !important; font-weight: 800 !important; line-height: 1.1 !important; letter-spacing: -.035em !important; text-decoration: none !important; }
.content-entry .lasso-container a.lasso-title::after { content: ""; display: block; width: 48px; height: 2px; margin-top: 20px; background: var(--gold); }
.content-entry .lasso-container .lasso-price { display: none !important; }
.content-entry .lasso-container .lasso-lite-description, .content-entry .lasso-container .lasso-lite-description p { margin: 0 !important; padding: 0 !important; color: #3f403d !important; font-size: 1rem !important; line-height: 1.7 !important; }
.content-entry .lasso-container a.lasso-image { width: 100% !important; max-width: none !important; height: auto !important; min-height: 0 !important; aspect-ratio: 4 / 5 !important; display: grid !important; place-items: center !important; margin: 0 !important; padding: clamp(16px,2.2vw,28px) !important; overflow: hidden !important; float: none !important; border: 0 !important; border-radius: 0 !important; background: radial-gradient(circle at 50% 46%,#fff 0 33%,#f2eee5 78%) !important; }
.content-entry .lasso-container a.lasso-image img { width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; margin: 0 auto !important; padding: 0 !important; object-fit: contain !important; object-position: center !important; border: 0 !important; box-shadow: none !important; mix-blend-mode: multiply !important; }
.content-entry .lasso-container .lasso-image-placeholder { color: var(--sage); font-family: var(--serif); font-size: 1.2rem; letter-spacing: .12em; }
.content-entry .lasso-container a.lasso-button-1 { width: auto !important; min-width: 155px !important; min-height: 48px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; margin: 0 !important; padding: 0 27px !important; border: 1px solid var(--sage-dark) !important; border-radius: 999px !important; color: #fff !important; background: var(--sage-dark) !important; box-shadow: none !important; font-size: .77rem !important; font-weight: 750 !important; line-height: 1 !important; letter-spacing: .09em !important; text-transform: uppercase !important; }
.content-entry .lasso-container .lasso-disclosure { display: block !important; margin-top: 15px !important; color: var(--muted) !important; font-size: .78rem !important; font-style: italic !important; }

.site-footer { border-top: 1px solid var(--line); background: #f0ece4; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 44px; padding: 50px 0 35px; }
.footer-brand { display: inline-block; margin-bottom: 10px; font-family: var(--serif); font-size: 1.15rem; letter-spacing: .06em; }
.footer-brand strong { font-weight: 400; }
.footer-intro p { max-width: 265px; margin: 7px 0; color: var(--muted); font-size: .7rem; }
.footer-column h3 { margin: 0 0 12px; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; margin: 6px 0; color: #5c5c57; font-size: .69rem; }
.copyright { padding: 17px 0 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .64rem; text-align: center; }
.page-content { padding-block: 60px; }
.page-content-head { margin-bottom: 28px; }
.page-content .article-header h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.prose { color: #44443f; font-size: 1rem; line-height: 1.75; }
.prose h2, .prose h3 { color: var(--ink); font-family: var(--serif); font-weight: 400; }
.empty-state { padding: 50px; border: 1px dashed #b9bcae; border-radius: 0; background: rgba(255,255,255,.65); text-align: center; }
.empty-state h1, .empty-state h2, .empty-state h3 { font-family: var(--serif); font-weight: 400; }

@media (max-width: 1080px) {
  .nav-wrap { grid-template-columns: 220px minmax(0, 1fr) 90px; gap: 14px; }
  .primary-nav .menu { gap: 18px; }
  .primary-nav .menu a { font-size: .69rem; }
  .trend-grid { grid-template-columns: repeat(3,1fr); row-gap: 26px; }
  .catalog-layout { grid-template-columns: 210px 1fr; gap: 28px; }
}
@media (max-width: 860px) {
  body { padding-top: 0; }
  .container-wide { width: min(calc(100% - 40px), var(--wide)); }
  .announcement { display: grid; }
  .site-header { position: sticky; top: 0 !important; box-shadow: none; }
  .admin-bar .site-header { top: 46px !important; }
  .nav-wrap { grid-template-columns: auto 1fr auto; min-height: 68px; gap: 8px; }
  .brand-wrap { grid-column: 2; grid-row: 1; justify-self: center; overflow: visible; }
  .brand { font-size: 1.1rem; text-overflow: clip; }.brand span{font-size:.85rem}
  .menu-button { display: block; grid-column: 1; grid-row: 1; }
  .nav-actions { grid-column: 3; grid-row: 1; }
  .search-button { display: none; }
	  .primary-nav { position: fixed; z-index: 9999; top: 101px; right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; justify-content: flex-start; overflow-x: hidden; overflow-y: auto; padding: 28px; opacity: 0; border: 0; background: var(--paper); box-shadow: none; transform: translateY(-12px); transition: .2s; }
  .admin-bar .primary-nav { top: 147px; }
  .primary-nav.open { display: flex; visibility: visible; opacity: 1; transform: translateY(0); }
	  .primary-nav .menu { width: 100%; min-width: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav .menu a { width: 100%; min-height: 0; display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
  .primary-nav .menu a::after { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 52px max(28px,calc((100vw - 680px)/2)); }
  .hero-media { min-height: 500px; }
  .value-strip { grid-template-columns: repeat(2,1fr); }
  .value-strip > div:nth-child(2) { border-right: 0; }.value-strip > div:nth-child(-n+2){border-bottom:1px solid var(--line)}
	  .shop-look-grid { grid-template-columns: 1fr; }.look-photo{height:560px;min-height:0}
  .product-grid-four { grid-template-columns: repeat(2,1fr); }
  .listing-hero-grid { grid-template-columns: 1fr; }.listing-hero-grid>img{height:350px}
  .catalog-layout { grid-template-columns: 1fr; padding-top: 26px; }
  .filters { display: none; position: static; padding: 22px; border: 1px solid var(--line); background: #fff; }
  .filters.open { display: block; }
  .mobile-filter-button { display: inline-flex; }
  .content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus { grid-template-columns: 1fr !important; grid-template-rows: auto !important; grid-template-areas: "image" "copy" "action" !important; min-height: 0 !important; padding: 76px 34px 36px !important; }
  .content-entry .lasso-container .lasso-box-2 { width: min(100%,520px) !important; justify-self: center !important; }
  .content-entry .lasso-container a.lasso-image { min-height: 0 !important; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }.container-wide{width:min(calc(100% - 28px),var(--wide))}
  .announcement { font-size: .62rem; }
  .section { padding: 56px 0; }
  .hero-media { min-height: 400px; }.hero-copy{padding:40px 22px 50px}.hero-copy h1{font-size:3.35rem}
  .value-strip { grid-template-columns: 1fr; }.value-strip>div{min-height:70px;justify-content:flex-start;border-right:0;border-bottom:1px solid var(--line);padding-inline:25px}
  .trend-grid { grid-template-columns: repeat(2,1fr); }
	  .look-photo { height: 460px; min-height: 0; }.look-panel{padding:34px 22px}.look-list li{grid-template-columns:30px 1fr auto}.look-list li a{grid-column:2/-1;justify-self:start}
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .product-grid-four,.product-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); gap:16px 10px; }
  .product-info { padding: 9px; }.product-info h3{font-size:.88rem}
  .collection-banner { width: calc(100% - 28px); min-height: 280px; }
  .listing-hero { padding-top: 0; }.listing-hero-grid>div{padding:38px 8px}.listing-hero-grid>img{height:300px}
  .catalog-top { align-items: flex-start; flex-direction: column; }
	  .article-shell { padding-top: 28px; }.article-header h1{font-size:2.8rem}
  .content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus { padding: 76px 20px 28px !important; border-radius: 12px !important; }
  .content-entry .lasso-container a.lasso-image { min-height: 0 !important; padding: 12px !important; }
  .content-entry .lasso-container a.lasso-title { font-size: 1.85rem !important; }
  .content-entry .lasso-container a.lasso-button-1 { width: auto !important; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap:30px 22px; }.footer-intro{grid-column:1/-1}
  .admin-bar .site-header { top: 46px !important; }
}
@media (max-width: 390px) {
	  .trend-grid { grid-template-columns: 1fr; }
	  .product-grid-four,.product-grid-three { grid-template-columns: 1fr; }
}

/* Legacy 1.x rules are retained for reference but disabled. */
@media (max-width: 0px) {
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--terra);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section { padding: 76px 0; }
.section-soft { background: #f2f0e9; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; line-height: 1.05; }
.section-copy { color: var(--muted); max-width: 590px; margin: 12px 0 0; }
.text-link { color: var(--sage-dark); font-weight: 800; border-bottom: 1px solid var(--sage); padding-bottom: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; width: auto; height: auto; clip: auto; margin: 0; left: 16px; top: 16px; z-index: 99; background: white; padding: 12px 18px; }

.announcement {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  background: var(--sage-dark);
  color: white;
  font-size: .75rem;
  letter-spacing: .04em;
  text-align: center;
}
.site-header { background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.primary-nav, .nav-actions { display: flex; align-items: center; gap: 28px; }
.primary-nav .menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { font-size: .9rem; font-weight: 650; }
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { color: var(--sage-dark); }
.brand { font-family: var(--serif); font-size: 1.65rem; letter-spacing: .12em; text-align: center; }
.brand-wrap { display: grid; place-items: center; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 210px; max-height: 55px; object-fit: contain; }
.nav-actions { justify-content: end; }
.icon-btn { border: 0; background: transparent; padding: 8px; cursor: pointer; font-size: 1.1rem; color: var(--ink); }
.menu-btn { display: none; }

.hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #f4efe5 0%, #eef0e6 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 36px 3vw 36px 48%;
  background: var(--luna-hero-image) center / contain no-repeat;
  filter: drop-shadow(0 26px 32px rgba(41, 44, 35, .15));
}
.hero-content { position: relative; z-index: 1; width: min(560px, 82vw); padding: 90px 0; }
.hero h1 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.2rem); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.hero p { max-width: 480px; margin: 0 0 32px; color: #51574f; font-size: 1.08rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(40,42,35,.16); }
.btn-sage { background: var(--sage-dark); }
.btn-teal { background: var(--teal); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-image-link {
  display: grid;
  place-items: center;
  height: clamp(230px, 22vw, 340px);
  padding: clamp(18px, 2.2vw, 34px);
  overflow: hidden;
  background: #f3f1ea;
}
.product-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  padding: 0;
  mix-blend-mode: multiply;
}
.product-image-placeholder { display: grid; place-items: center; color: var(--sage); font-family: var(--serif); letter-spacing: .14em; }
.product-card-body { padding: 20px; }
.tag { color: var(--terra); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.product-card h3 { margin: 7px 0 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.15; }
.product-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.product-card .card-price { margin: 2px 0 8px; color: var(--ink); font-weight: 850; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.rating { color: var(--sage); letter-spacing: .12em; font-size: .86rem; }
.round-arrow { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-pale); color: var(--sage-dark); font-weight: 900; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { min-height: 360px; position: relative; overflow: hidden; border-radius: 20px; background: #ddd; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: contain; padding: 24px; background: #e8e4da; transition: transform .5s; }
.category-card:hover img { transform: scale(1.035); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(25,28,22,.72)); }
.category-card span { position: absolute; z-index: 1; left: 24px; bottom: 22px; color: white; font-family: var(--serif); font-size: 2rem; }

.feature-split { display: grid; grid-template-columns: 1.1fr .9fr; height: clamp(480px, 48vw, 650px); min-height: 0; border-radius: 24px; overflow: hidden; background: var(--sage-pale); }
.feature-media { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: clamp(34px, 5vw, 76px); background: #f3f1ea; }
.feature-media img { width: 100%; height: 100%; max-width: 680px; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.feature-copy { padding: clamp(38px, 7vw, 84px); align-self: center; }
.feature-copy h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; font-weight: 500; }
.feature-copy p { color: var(--muted); margin-bottom: 28px; }

.pin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pin { position: relative; border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 10px 30px rgba(45,47,39,.08); }
.pin img { aspect-ratio: 4/5; object-fit: contain; padding: 24px; background: #f3f1ea; mix-blend-mode: multiply; }
.pin-body { padding: 18px 20px 22px; }
.pin-body h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.pin-body p { color: var(--muted); margin: 0; font-size: .88rem; }
.pin-badge { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: #b33b32; font-family: var(--serif); font-weight: 900; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 52px 0; }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: 2.25rem; font-weight: 500; }
.newsletter p { color: var(--muted); margin: 6px 0 0; }
.newsletter-form { display: flex; }
.newsletter input { flex: 1; min-width: 0; border: 1px solid var(--line); border-right: 0; background: white; padding: 0 18px; min-height: 54px; border-radius: 999px 0 0 999px; }
.newsletter button { border-radius: 0 999px 999px 0; }

.site-footer { background: #ece8df; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 62px 0 42px; }
.footer-brand { font-family: var(--serif); font-size: 1.55rem; letter-spacing: .1em; }
.footer-about { max-width: 260px; color: var(--muted); font-size: .88rem; }
.footer-col h3 { margin: 0 0 14px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; margin: 8px 0; color: var(--muted); font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(79,84,70,.15); padding: 20px 0 26px; color: var(--muted); font-size: .78rem; }

.page-hero { padding: 54px 0 46px; background: linear-gradient(135deg, #f1eee6, #e7eadc); }
.breadcrumbs { color: var(--muted); font-size: .82rem; margin-bottom: 20px; }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; line-height: 1; }
.page-hero p { max-width: 600px; color: var(--muted); margin: 16px 0 0; }
.listing-layout { display: grid; grid-template-columns: 230px 1fr; gap: 42px; padding: 50px 0 78px; }
.filters { align-self: start; position: sticky; top: 110px; }
.filter-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px solid var(--line); font-weight: 800; }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-group h3 { margin: 0 0 12px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.check { display: flex; gap: 10px; align-items: center; margin: 9px 0; color: var(--muted); font-size: .88rem; }
.check input { accent-color: var(--sage); }
.listing-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.listing-top strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.sort-select { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 36px 10px 15px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pagination { display: flex; justify-content: center; gap: 9px; margin-top: 38px; }
.page-num { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: white; }
.page-num.active { background: var(--sage-dark); color: white; border-color: var(--sage-dark); }
.filter-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 8px 0; color: var(--muted); font-size: .9rem; }
.filter-link span { min-width: 25px; padding: 1px 7px; border-radius: 99px; background: var(--sage-pale); color: var(--sage-dark); text-align: center; font-size: .74rem; }
.filter-link.active { color: var(--sage-dark); font-weight: 800; }
.listing-note { color: var(--muted); font-size: .84rem; }
.navigation.pagination { margin-top: 38px; }
.navigation.pagination .nav-links { display: flex; justify-content: center; gap: 9px; }
.navigation.pagination .page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--line); background: white; }
.navigation.pagination .current { background: var(--sage-dark); color: white; border-color: var(--sage-dark); }

.article-head { text-align: center; padding: 62px 0 42px; }
.article-head h1 { max-width: 880px; margin: 0 auto 18px; font-family: var(--serif); font-weight: 500; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 1.04; }
.article-meta { display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--muted); font-size: .9rem; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--sage-pale); display: grid; place-items: center; color: var(--sage-dark); font-weight: 800; }
.detail-main { padding-bottom: 84px; }
.pick-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; background: white; border: 1px solid #aeb69b; border-radius: 24px; padding: 70px 56px 48px; box-shadow: var(--shadow); }
.pick-ribbon { position: absolute; top: -18px; left: -1px; padding: 13px 28px; background: var(--sage-dark); color: white; font-weight: 900; font-size: 1.15rem; border-radius: 8px 0 0 0; }
.pick-ribbon::after { content: ""; position: absolute; left: 0; bottom: -13px; border-top: 13px solid #354224; border-left: 13px solid transparent; }
.pick-copy h2 { margin: 0 0 18px; font-family: var(--sans); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.035em; }
.pick-copy p { margin: 0 0 25px; color: #444944; font-size: 1.02rem; }
.disclosure { display: block; margin-top: 17px; color: var(--muted); font-size: .8rem; font-style: italic; }
.product-cutout { aspect-ratio: 1; object-fit: contain; border-radius: 22px; background: radial-gradient(circle at 50% 44%, white 0 35%, #efebe1 70%); padding: 18px; }
.product-price { margin: -5px 0 13px !important; color: var(--sage-dark) !important; font-size: 1.45rem !important; font-weight: 850; }
.post-tools { display: flex; justify-content: space-between; align-items: center; padding: 28px 8px; color: var(--muted); font-size: .84rem; }
.share { display: flex; gap: 9px; }
.share a, .share-copy { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--sage-pale); color: var(--sage-dark); font-weight: 800; cursor: pointer; }
.content-entry > :first-child { margin-top: 0; }
.content-entry > :last-child { margin-bottom: 0; }
.content-entry .lasso-container.lasso-lite {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}
.content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas: "copy image" "action image" !important;
  column-gap: clamp(30px, 5vw, 64px) !important;
  row-gap: 22px !important;
  align-items: center !important;
  min-height: 520px;
  padding: 76px clamp(30px, 5vw, 62px) 48px !important;
  overflow: visible !important;
  border: 1px solid #aeb69b !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--shadow) !important;
  font-family: var(--sans) !important;
  color: var(--ink) !important;
}
.content-entry .lasso-container .lasso-badge {
  position: absolute !important;
  z-index: 2;
  top: -18px !important;
  left: -1px !important;
  width: auto !important;
  min-width: 132px;
  padding: 13px 28px !important;
  border: 0 !important;
  border-radius: 8px 0 0 0 !important;
  background: var(--sage-dark) !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: .08em;
  text-align: center !important;
}
.content-entry .lasso-container .lasso-badge::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  border-top: 13px solid #354224;
  border-left: 13px solid transparent;
}
.content-entry .lasso-container .lasso-box-1,
.content-entry .lasso-container .lasso-box-2,
.content-entry .lasso-container .lasso-box-3 {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}
.content-entry .lasso-container .lasso-box-1 { grid-area: copy; }
.content-entry .lasso-container .lasso-box-2 { grid-area: image; align-self: stretch; }
.content-entry .lasso-container .lasso-box-3 { grid-area: action; align-self: start; }
.content-entry .lasso-container .clear { display: none !important; }
.content-entry .lasso-container a.lasso-title {
  display: block !important;
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--ink) !important;
  font-family: var(--sans) !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-decoration: none !important;
}
.content-entry .lasso-container .lasso-price {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.content-entry .lasso-container .lasso-price-value { margin: 0 !important; padding: 0 !important; }
.content-entry .lasso-container .latest-price {
  color: var(--sage-dark) !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}
.content-entry .lasso-container .lasso-lite-description,
.content-entry .lasso-container .lasso-lite-description p {
  margin: 0 !important;
  padding: 0 !important;
  color: #444944 !important;
  font-size: 1.02rem !important;
  line-height: 1.72 !important;
}
.content-entry .lasso-container a.lasso-image {
  display: grid !important;
  place-items: center;
  width: 100% !important;
  height: 100% !important;
  min-height: 370px;
  margin: 0 !important;
  padding: 18px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px !important;
  background: radial-gradient(circle at 50% 44%, #fff 0 34%, #efebe1 72%) !important;
}
.content-entry .lasso-container a.lasso-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 440px !important;
  max-height: 430px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  box-shadow: none !important;
}
.content-entry .lasso-container a.lasso-button-1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px;
  min-width: 170px;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 1px solid var(--teal) !important;
  border-radius: 999px !important;
  background: var(--teal) !important;
  box-shadow: 0 10px 24px rgba(59, 126, 118, .2) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.content-entry .lasso-container a.lasso-button-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(59, 126, 118, .25) !important;
}
.content-entry .lasso-container .lasso-disclosure {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: .78rem;
  font-style: italic;
  line-height: 1.5;
}
.page-content { max-width: 860px; }
.page-content-head { margin-bottom: 28px; }
.prose { font-size: 1.03rem; }
.prose h2, .prose h3 { font-family: var(--serif); font-weight: 500; }
.empty-state { padding: 56px; border: 1px dashed #b9bcae; border-radius: 20px; background: rgba(255,255,255,.65); text-align: center; }
.empty-state h2, .empty-state h3 { font-family: var(--serif); font-weight: 500; }
.alignwide { width: min(1200px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .wp-caption img { max-width: 100%; }
.wp-caption-text { color: var(--muted); font-size: .8rem; }
.admin-bar .site-header { top: 32px; }

.mobile-filter { display: none; width: 100%; margin-bottom: 18px; }
@media (max-width: 920px) {
  body { padding-top: 68px; }
  .announcement { display: none; }
  .site-header {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100%;
    background: var(--paper);
    box-shadow: 0 8px 24px rgba(45, 47, 39, .08);
    backdrop-filter: none;
  }
  .nav-wrap { min-height: 68px; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; }
  .brand-wrap { min-width: 0; overflow: hidden; }
  .brand { display: block; max-width: 100%; overflow: hidden; color: var(--ink); font-size: 1.12rem; line-height: 1.1; letter-spacing: .08em; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .custom-logo { max-width: 180px; max-height: 44px; }
  .menu-btn { display: grid; place-items: center; }
  .icon-btn { width: 44px; height: 44px; padding: 0; line-height: 1; }
  .menu-btn[aria-expanded="true"] { font-size: 1.65rem; }
  .nav-actions { justify-content: end; gap: 0; }
  .primary-nav { display: none; position: absolute; z-index: 30; top: 100%; inset-inline: 0; padding: 12px 20px 22px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(45, 47, 39, .12); }
  .primary-nav.open { display: block; }
  .primary-nav .menu { gap: 0; flex-direction: column; align-items: stretch; }
  .primary-nav .menu li { width: 100%; }
  .primary-nav .menu a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 4px; border-bottom: 1px solid rgba(111, 116, 110, .14); font-size: 1rem; }
  .primary-nav .menu li:last-child a { border-bottom: 0; }
  .primary-nav .menu a::after { content: "→"; color: var(--sage); font-weight: 800; }
  .nav-actions .hide-mobile { display: none; }
  .card-grid, .pin-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 320px; }
  .feature-split { grid-template-columns: 1fr; height: auto; }
  .feature-media { height: 400px; padding: 34px; }
  .listing-layout { grid-template-columns: 1fr; }
  .filters { display: none; position: static; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; }
  .filters.open { display: block; }
  .mobile-filter { display: inline-flex; }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .pick-card { grid-template-columns: 1fr; padding: 68px 34px 34px; gap: 26px; }
  .pick-copy { order: 2; }
  .product-cutout { order: 1; max-height: 390px; }
  .content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: "image" "copy" "action" !important;
    min-height: 0;
    padding: 66px 34px 36px !important;
  }
  .content-entry .lasso-container a.lasso-image { min-height: 330px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 56px 0; }
  .hero { min-height: 650px; align-items: end; }
  .hero::after { inset: 20px 6vw 280px 6vw; background-position: center top; opacity: .95; }
  .hero-content { padding: 220px 0 46px; width: 100%; }
  .hero h1 { font-size: 3.4rem; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .card-grid, .pin-grid, .listing-grid { grid-template-columns: 1fr; }
  .product-card-image-link { height: 280px; padding: 22px; }
  .newsletter { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 40px 0 34px; }
  .listing-layout { padding-top: 30px; }
  .pick-card { padding-inline: 22px; border-radius: 18px; }
  .pick-copy h2 { font-size: 2.15rem; }
  .content-entry .lasso-container.lasso-lite .lasso-display.lasso-cactus { padding: 62px 22px 28px !important; border-radius: 18px !important; }
  .content-entry .lasso-container a.lasso-title { font-size: 2rem !important; }
  .content-entry .lasso-container a.lasso-image { min-height: 260px; padding: 10px !important; }
  .content-entry .lasso-container a.lasso-button-1 { width: 100% !important; }
  .article-head { padding: 34px 0 32px; }
  .article-head h1 { font-size: clamp(2.15rem, 11vw, 2.75rem); overflow-wrap: anywhere; }
  .post-tools { align-items: flex-start; gap: 16px; flex-direction: column; }
  .admin-bar .site-header { top: 0 !important; }
  .feature-media { height: 320px; padding: 24px; }
}
}
