:root {
    --updates-paper: #f7f9f8;
    --updates-ink: #15201d;
    --updates-muted: #65716d;
    --updates-line: #d8e0dc;
    --updates-blue: #3e6c8f;
    --updates-red: #b44343;
    --updates-amber: #b9791f;
    --updates-green: #2f7c61;
    --updates-service: #4a6870;
}

.store-updates-home { width: 100%; margin: 0; padding: 54px 5%; border-top: 1px solid var(--updates-line); border-bottom: 1px solid var(--updates-line); background: var(--updates-paper); color: var(--updates-ink); }
.store-updates-inner { width: min(1400px, 100%); margin: 0 auto; }
.store-updates-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.store-updates-heading-copy { min-width: 0; }
.store-updates-kicker { display: block; margin-bottom: 7px; color: var(--updates-green); font-size: 10px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.store-updates-heading h2 { margin: 0; color: var(--updates-ink); font-family: "Playfair Display", Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1.12; }
.store-updates-all { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid currentColor; color: var(--updates-ink); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.store-updates-all i { transition: transform .18s ease; }
.store-updates-all:hover i { transform: translateX(3px); }
.store-updates-list { border-top: 1px solid var(--updates-line); }
.store-update-row { --update-signal: var(--updates-blue); display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 116px; padding: 18px 0; border-bottom: 1px solid var(--updates-line); }
.store-update-row.is-important { --update-signal: var(--updates-red); }
.store-update-row.is-shipping { --update-signal: var(--updates-amber); }
.store-update-row.is-event { --update-signal: var(--updates-green); }
.store-update-row.is-service { --update-signal: var(--updates-service); }
.store-update-date { align-self: stretch; display: grid; align-content: center; justify-items: start; padding-left: 15px; border-left: 3px solid var(--update-signal); color: var(--updates-ink); font-variant-numeric: tabular-nums; }
.store-update-date strong { font-size: 25px; font-weight: 500; line-height: 1; }
.store-update-date span { margin-top: 5px; color: var(--updates-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.store-update-copy { min-width: 0; }
.store-update-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 7px; color: var(--update-signal); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.store-update-meta .is-pinned { color: var(--updates-muted); }
.store-update-copy h3 { margin: 0; font-family: Inter, Arial, sans-serif; font-size: 17px; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.store-update-copy h3 a { color: inherit; text-decoration: none; }
.store-update-copy h3 a:hover { color: var(--update-signal); }
.store-update-copy h3 a:focus-visible,
.store-updates-all:focus-visible,
.store-update-arrow:focus-visible,
.updates-filter button:focus-visible,
.updates-filter-reset:focus-visible,
.updates-filter input:focus-visible,
.updates-filter select:focus-visible,
.updates-pagination a:focus-visible,
.update-detail-back:focus-visible,
.update-detail-action:focus-visible { outline: 3px solid color-mix(in srgb, var(--update-signal, var(--updates-green)) 45%, transparent); outline-offset: 3px; }
.store-update-copy p { max-width: 840px; margin: 7px 0 0; color: var(--updates-muted); font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.store-update-aside { display: flex; align-items: center; gap: 16px; }
.store-update-thumb { width: 126px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 6px; background: #e5ebe8; }
.store-update-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.store-update-row:hover .store-update-thumb img { transform: scale(1.025); }
.store-update-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--updates-line); border-radius: 50%; color: var(--updates-ink); text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.store-update-arrow:hover { border-color: var(--updates-ink); background: var(--updates-ink); color: #fff; }

.updates-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 68px 0 110px; color: var(--updates-ink); }
.updates-page-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 60px; align-items: end; padding: 36px 0 46px; border-bottom: 1px solid var(--updates-line); }
.updates-page-hero .store-updates-kicker { margin-bottom: 13px; }
.updates-page-hero h1 { max-width: 760px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 52px; font-weight: 400; line-height: 1.06; overflow-wrap: anywhere; }
.updates-page-hero p { margin: 0; color: var(--updates-muted); font-size: 15px; line-height: 1.7; }
.updates-filter { display: grid; grid-template-columns: minmax(220px, 1fr) 220px auto; gap: 10px; align-items: end; padding: 22px 0; border-bottom: 1px solid var(--updates-line); }
.updates-filter label { display: grid; gap: 7px; color: var(--updates-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.updates-filter input, .updates-filter select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--updates-line); border-radius: 5px; background: #fff; color: var(--updates-ink); font: inherit; }
.updates-filter-actions { display: flex; gap: 8px; }
.updates-filter button, .updates-filter-reset { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--updates-ink); border-radius: 5px; background: var(--updates-ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.updates-filter-reset { background: transparent; color: var(--updates-ink); }
.updates-results { padding-top: 8px; }
.updates-empty { padding: 80px 20px; text-align: center; }
.updates-empty i { margin-bottom: 16px; color: var(--updates-muted); font-size: 28px; }
.updates-empty h2 { margin: 0 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; font-weight: 400; }
.updates-empty p { margin: 0; color: var(--updates-muted); }
.updates-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 34px; }
.updates-pagination a, .updates-pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--updates-line); border-radius: 50%; color: var(--updates-ink); font-size: 12px; text-decoration: none; }
.updates-pagination .is-current { border-color: var(--updates-ink); background: var(--updates-ink); color: #fff; }

.update-detail { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 110px; color: var(--updates-ink); }
.update-detail-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 38px; color: var(--updates-muted); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.update-detail-header { --update-signal: var(--updates-blue); padding-left: 24px; border-left: 4px solid var(--update-signal); }
.update-detail-header.is-important { --update-signal: var(--updates-red); }
.update-detail-header.is-shipping { --update-signal: var(--updates-amber); }
.update-detail-header.is-event { --update-signal: var(--updates-green); }
.update-detail-header.is-service { --update-signal: var(--updates-service); }
.update-detail-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 14px; color: var(--update-signal); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.update-detail-header h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 50px; font-weight: 400; line-height: 1.08; overflow-wrap: anywhere; }
.update-detail-summary { max-width: 760px; margin: 20px 0 0; color: var(--updates-muted); font-size: 17px; line-height: 1.65; }
.update-detail-image { width: 100%; aspect-ratio: 16 / 8.5; margin: 42px 0; overflow: hidden; border-radius: 7px; background: #e4ebe7; }
.update-detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.update-detail-body { max-width: 760px; margin: 42px auto 0; color: var(--updates-ink); font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.update-detail-action { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 30px; padding: 10px 16px; border: 1px solid var(--updates-ink); border-radius: 5px; background: var(--updates-ink); color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.update-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 50px; }
.update-detail-gallery figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 6px; background: #e4ebe7; }
.update-detail-gallery figure:only-child { grid-column: 1 / -1; }
.update-detail-gallery img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; transition: transform .3s ease; }
.update-detail-gallery figure:only-child img { aspect-ratio: 16 / 9; }
.update-detail-gallery figure:hover img { transform: scale(1.015); }
.update-related { margin-top: 76px; padding-top: 36px; border-top: 1px solid var(--updates-line); }
.update-related h2 { margin: 0 0 18px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; font-weight: 400; }

html[data-storefront-theme="dark"] .store-updates-home,
html[data-storefront-theme="dark"] .updates-page,
html[data-storefront-theme="dark"] .update-detail { --updates-paper: #151d1f; --updates-ink: #edf3f1; --updates-muted: #a7b4b0; --updates-line: #354245; }
html[data-storefront-theme="dark"] .store-updates-home { background: #151d1f; }
html[data-storefront-theme="dark"] .updates-filter input,
html[data-storefront-theme="dark"] .updates-filter select { background: #1a2325; color: #edf3f1; border-color: #354245; }
html[data-storefront-theme="dark"] .updates-filter-reset { color: #edf3f1; border-color: #edf3f1; }
html[data-storefront-theme="dark"] .updates-filter button,
html[data-storefront-theme="dark"] .update-detail-action { background: #edf3f1; color: #111719; border-color: #edf3f1; }
html[data-storefront-theme="dark"] .store-update-arrow:hover,
html[data-storefront-theme="dark"] .updates-pagination .is-current { background: #edf3f1; color: #111719; border-color: #edf3f1; }

@media (max-width: 899px) {
    .store-updates-home { padding: 42px 20px; }
    .store-updates-heading { align-items: center; margin-bottom: 18px; }
    .store-updates-heading h2 { font-size: 30px; }
    .store-update-row { grid-template-columns: 65px minmax(0, 1fr) 40px; gap: 15px; min-height: 104px; padding: 16px 0; }
    .store-update-date { padding-left: 10px; }
    .store-update-date strong { font-size: 21px; }
    .store-update-aside { display: flex; }
    .store-update-thumb { display: none; }
    .store-update-arrow { width: 40px; height: 40px; }
    .store-update-copy h3 { font-size: 15px; }
    .store-update-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; }
    .updates-page { width: min(100% - 32px, 1180px); padding: 36px 0 88px; }
    .updates-page-hero { grid-template-columns: 1fr; gap: 18px; padding: 28px 0 34px; }
    .updates-page-hero h1 { font-size: 38px; }
    .updates-filter { grid-template-columns: 1fr; }
    .updates-filter-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .update-detail { width: min(100% - 32px, 920px); padding: 36px 0 88px; }
    .update-detail-back { margin-bottom: 28px; }
    .update-detail-header { padding-left: 17px; }
    .update-detail-header h1 { font-size: 38px; }
    .update-detail-summary { font-size: 15px; }
    .update-detail-image { margin: 30px 0; aspect-ratio: 4 / 3; }
    .update-detail-body { margin-top: 30px; font-size: 15px; }
    .update-detail-gallery { grid-template-columns: 1fr; gap: 10px; margin-top: 34px; }
    .update-detail-gallery figure:only-child { grid-column: auto; }
    .update-detail-gallery img,
    .update-detail-gallery figure:only-child img { aspect-ratio: 4 / 3; }
}

@media (max-width: 420px) {
    .store-updates-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .store-updates-all { align-self: flex-start; }
    .store-update-row { grid-template-columns: 56px minmax(0, 1fr) 38px; gap: 12px; }
    .store-update-arrow { width: 38px; height: 38px; }
    .store-update-date strong { font-size: 19px; }
    .updates-page-hero h1, .update-detail-header h1 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    .store-updates-all i, .store-update-thumb img, .store-update-arrow, .update-detail-gallery img { transition: none; }
}
