.press-section{--press-font-heading: var(--font-heading-family, Georgia, "Times New Roman", serif);--press-gap: 26px;--press-n: 3;width:100%;background:var(--press-bg);color:#3a2f26;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, 40px);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-choco)}.press-section .press-heading--tight{margin-bottom:10px}.press-section .press-subheading{max-width:62ch;margin:0 auto 32px;text-align:center;font-size:16px;line-height:1.75;color:#6b5c4c}.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{position:relative;display:flex;width:fit-content;max-width:100%;align-items:stretch;margin:0 auto 40px;padding:5px;border:1px solid var(--press-brown);border-radius:999px;overflow-x:auto;scrollbar-width:none}.press-section .press-tabs::-webkit-scrollbar{display:none}.press-section .press-tabs-indicator{position:absolute;top:5px;left:0;height:calc(100% - 10px);border-radius:999px;background:var(--press-brown);opacity:0;transition:transform .28s ease,width .28s ease;pointer-events:none}.press-section .press-tabs-indicator.is-ready{opacity:1}.press-section .press-tab{-webkit-appearance:none;appearance:none;position:relative;z-index:1;flex:none;margin:0;padding:11px 22px;border:0;border-radius:999px;background:none;color:var(--press-brown);font:inherit;font-size:15px;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:color .2s ease}.press-section .press-tab[aria-pressed=true]{color:#fff}.press-section .press-tab:focus-visible{outline:2px solid var(--press-choco);outline-offset:2px}.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:44px;height:44px;margin:0;padding:0;border:1px solid var(--press-brown);border-radius:50%;background:#fff;color:var(--press-brown);transform:translateY(-50%);cursor:pointer;transition:background-color .2s ease,color .2s ease}.press-section .press-arrow:hover{background:var(--press-brown);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-brown)}.press-section .press-arrow:focus-visible{outline:2px solid var(--press-choco);outline-offset:3px}.press-section .press-card{--spine-bg: var(--press-choco);position:relative;display:flex;min-width:0;overflow:hidden;background:#fff}.press-section .press-spine{position:relative;display:flex;flex:none;width:76px;flex-direction:column;align-items:center;justify-content:space-between;padding:20px 0;background:var(--spine-bg);overflow:hidden}.press-section .press-spine-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.press-section .press-spine-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1e120a26,#1e120a8c)}.press-section .press-spine-logo,.press-section .press-spine-name{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg)}.press-section .press-spine-logo img{display:block;width:auto;max-height:120px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}.press-section .press-spine-name{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.press-section .press-spine-mark{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid rgba(255,255,255,.55);border-radius:50%;font-family:var(--press-font-heading);font-size:12px;color:#fff}.press-section .press-card-body{display:flex;flex:1;min-width:0;flex-direction:column;padding:24px 24px 22px}.press-section .press-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.press-section .press-eyebrow{font-size:11px;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;color:var(--press-brown)}.press-section .press-date{margin-left:auto;font-size:12px;color:#96897a;font-variant-numeric:tabular-nums;white-space:nowrap}.press-section .press-title{margin:0 0 10px;font-family:var(--press-font-heading);font-size:20px;line-height:1.32;font-weight:700;color:var(--press-choco)}.press-section .press-description{flex:1;font-size:14px;line-height:1.65;color:#6b5c4c}.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;width:fit-content;margin-top:18px;padding:10px 20px;border:1px solid var(--press-brown);border-radius:999px;color:var(--press-brown);font-size:12px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background-color .2s ease,color .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{background:var(--press-brown);color:#fff}.press-section .press-readmore:focus-visible{outline:none}.press-section .press-readmore:focus-visible:after{outline:2px solid var(--press-choco);outline-offset:-4px}.press-section .press-card--stone{box-shadow:inset 0 0 0 1px #e6dccb}.press-section .press-card--cream{background:var(--press-beige)}.press-section .press-card--line .press-spine:before{content:"";position:absolute;top:0;left:0;right:0;z-index:2;height:3px;background:#cda45a}.press-section .press-card--gold{background:#f7ecd9;background:color-mix(in srgb,#cda45a 16%,#fff)}.press-section .press-empty{padding:60px 0;text-align:center;color:#96897a}@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:10px 18px;font-size:14px}.press-section .press-title{font-size:19px}}@media screen and (max-width:767px){.press-section{--press-n: 1.06;--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{display:flex;width:100%;margin-bottom:24px}.press-section .press-tab{padding:10px 16px;font-size:14px}.press-section .press-arrow{display:none}.press-section .press-grid--grid{grid-template-columns:1fr}.press-section .press-spine{width:58px}.press-section .press-spine-name{font-size:12px}.press-section .press-card-body{padding:20px 18px}.press-section .press-title{font-size:19px}.press-section .press-description{font-size:14px}}@media(prefers-reduced-motion:reduce){.press-section .press-grid.is-filtered .press-card:not([hidden]){animation:none}.press-section .press-tabs-indicator,.press-section .press-tab,.press-section .press-arrow,.press-section .press-readmore{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
