.press-section{--press-font-heading: var(--font-heading-family, Georgia, "Times New Roman", serif);--press-gap: 28px;--press-n: 3;width:100%;background:var(--press-bg);color:var(--press-ink);font-family:inherit}.press-section *,.press-section *:before,.press-section *:after{box-sizing:border-box}.press-section .press-container{--press-gutter: clamp(16px, 2.2vw, 43px);max-width:calc(var(--press-max, 1800px) + 2 * var(--press-gutter));margin:0 auto;padding:0 var(--press-gutter)}.press-section .press-heading{margin:0 0 14px;text-align:center;font-family:var(--press-font-heading);font-size:clamp(28px,2.8vw,40px);line-height:1.2;font-weight:700;color:var(--press-ink)}.press-section .press-heading--tight{margin-bottom:10px}.press-section .press-subheading{max-width:62ch;margin:0 auto 30px;text-align:center;font-size:16px;line-height:1.75;color:#5a5850}.press-section .press-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.press-section .press-tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:0 0 44px}.press-section .press-tab{-webkit-appearance:none;appearance:none;position:relative;flex:none;margin:0;padding:6px 22px;border:0;border-radius:0;background:none;color:#6b6759;font:inherit;font-size:15px;font-weight:600;letter-spacing:.03em;line-height:1.2;white-space:nowrap;cursor:pointer}.press-section .press-tab:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:1px;height:14px;background:#d9d2c0;transform:translateY(-50%)}.press-section .press-tab span{position:relative;padding-bottom:6px}.press-section .press-tab span:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--press-gold);transition:right .2s ease}.press-section .press-tab:hover,.press-section .press-tab[aria-pressed=true]{color:var(--press-ink)}.press-section .press-tab[aria-pressed=true] span:after{right:0}.press-section .press-tab:focus-visible{outline:2px solid var(--press-gold);outline-offset:3px}.press-section .press-viewport{position:relative}.press-section .press-grid{gap:var(--press-gap);align-items:stretch}.press-section .press-grid--grid{display:grid;grid-template-columns:repeat(var(--press-cols-d, 3),minmax(0,1fr))}.press-section .press-grid--slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.press-section .press-grid--slider::-webkit-scrollbar{display:none}.press-section .press-grid--slider .press-card{flex:0 0 calc((100% - (var(--press-n) - 1) * var(--press-gap)) / var(--press-n));scroll-snap-align:start}.press-section .press-card[hidden]{display:none}.press-section .press-grid.is-filtered .press-card:not([hidden]){animation:press-in .35s ease both}@keyframes press-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.press-section .press-arrow{-webkit-appearance:none;appearance:none;position:absolute;top:32%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 10px #00000024;color:var(--press-ink);transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.press-section .press-arrow:hover{background:var(--press-ink);color:#fff}.press-section .press-arrow--prev{left:-16px}.press-section .press-arrow--next{right:-16px}.press-section .press-arrow[hidden]{display:none}.press-section .press-arrow:disabled{opacity:.3;cursor:default}.press-section .press-arrow:disabled:hover{background:#fff;color:var(--press-ink)}.press-section .press-arrow:focus-visible{outline:2px solid var(--press-gold);outline-offset:3px}.press-section .press-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff}.press-section .press-card-body{display:flex;flex:1;flex-direction:column;padding:28px 26px 26px}.press-section .press-byline{display:flex;align-items:center;gap:12px;margin-bottom:20px}.press-section .press-avatar{flex:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;overflow:hidden;border-radius:50%;background:var(--press-cream)}.press-section .press-avatar--photo img,.press-section .press-avatar--logo img{display:block;width:100%;height:100%;object-fit:cover}.press-section .press-avatar--logo{padding:7px;background:#fff;box-shadow:inset 0 0 0 1px #e3ddcd}.press-section .press-avatar--logo img{object-fit:contain}.press-section .press-avatar--mark{border:1.5px solid var(--press-gold);font-family:var(--press-font-heading);font-size:17px;color:var(--press-gold)}.press-section .press-byline-text{display:flex;flex-direction:column;min-width:0;line-height:1.35}.press-section .press-source{font-size:14px;font-weight:700;color:var(--press-ink)}.press-section .press-date{font-size:12px;color:#8a8577;font-variant-numeric:tabular-nums}.press-section .press-eyebrow{margin:0 0 10px;font-size:12px;line-height:1.3;letter-spacing:.14em;text-transform:uppercase;color:#8a8577}.press-section .press-title{margin:0 0 10px;font-family:var(--press-font-heading);font-size:21px;line-height:1.32;font-weight:700;color:var(--press-ink)}.press-section .press-description{flex:1;font-size:15px;line-height:1.7;color:#55534c}.press-section .press-description p{margin:0 0 .7em}.press-section .press-description p:last-child{margin-bottom:0}.press-section .press-description a{position:relative;z-index:2;color:inherit;text-decoration:underline}.press-section .press-readmore{display:inline-flex;align-items:center;gap:9px;width:fit-content;margin-top:20px;padding-top:16px;border-top:1px solid #e7e1d2;color:var(--press-ink);font-size:13px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.press-section .press-readmore-text{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px;transition:text-decoration-color .2s ease}.press-section .press-readmore-arrow{flex:none;color:var(--press-gold);transition:transform .2s ease}.press-section .press-readmore:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.press-section .press-card--link:hover .press-readmore-text{text-decoration-color:currentColor}.press-section .press-card--link:hover .press-readmore-arrow{transform:translate(4px)}.press-section .press-readmore:focus-visible{outline:none}.press-section .press-readmore:focus-visible:after{outline:2px solid var(--press-gold);outline-offset:3px}.press-section .press-ribbon{position:absolute;top:18px;right:-34px;z-index:2;width:140px;padding:5px 0;background:var(--press-ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase;transform:rotate(40deg)}.press-section .press-card--clean{border-bottom:3px solid var(--press-gold)}.press-section .press-card--sand{background:var(--press-cream)}.press-section .press-card--framed{box-shadow:inset 0 0 0 1px #e3ddcd}.press-section .press-card--stamp{overflow:visible}.press-section .press-empty{padding:60px 0;text-align:center;color:#8a8577}@media screen and (min-width:768px)and (max-width:1024px){.press-section{--press-n: 2;--press-gap: 22px}.press-section .press-grid--grid{grid-template-columns:repeat(var(--press-cols-t, 2),minmax(0,1fr))}.press-section .press-tab{padding:6px 16px;font-size:14px}.press-section .press-title{font-size:20px}}@media screen and (max-width:767px){.press-section{--press-n: 1.08;--press-gap: 14px}.press-section .press-heading{margin-bottom:10px;font-size:26px}.press-section .press-subheading{margin-bottom:24px;font-size:15px}.press-section .press-tabs{flex-wrap:nowrap;justify-content:flex-start;gap:10px;margin-bottom:24px;padding:3px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.press-section .press-tabs::-webkit-scrollbar{display:none}.press-section .press-tab{padding:6px 14px;font-size:14px}.press-section .press-arrow{display:none}.press-section .press-grid--grid{grid-template-columns:1fr}.press-section .press-card-body{padding:22px 20px 24px}.press-section .press-title{font-size:20px}.press-section .press-description{font-size:14px}.press-section .press-ribbon{top:14px;right:-38px;width:130px;font-size:10px}}@media(prefers-reduced-motion:reduce){.press-section .press-grid.is-filtered .press-card:not([hidden]){animation:none}.press-section .press-tab,.press-section .press-arrow,.press-section .press-readmore-text,.press-section .press-readmore-arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/95/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAIA */
