.jh{--jh-bg: #1a1917;--jh-surface: #222120;--jh-white: #e8e4df;--jh-ink: #e8e4df;--jh-ink-80: rgba(232, 228, 223, .8);--jh-ink-55: rgba(232, 228, 223, .55);--jh-ink-30: rgba(232, 228, 223, .3);--jh-ink-15: rgba(232, 228, 223, .15);--jh-ink-08: rgba(232, 228, 223, .08);--jh-ink-04: rgba(232, 228, 223, .04);--jh-accent: #c9a96e;--jh-c-sounds: #e8e4df;--jh-c-drinks: #d4945a;--jh-c-kitchen: #d4734a;--jh-c-spaces: #4cc9b5;--jh-c-stories: #9b85d4;--jh-c-sg: #d4b556;--jh-serif: "Lora", Georgia, "Times New Roman", serif;--jh-sans: "Inter", -apple-system, system-ui, sans-serif;--jh-wrap: 1600px;--jh-side: 300px;--jh-gap: 2rem;background:var(--jh-bg);color:var(--jh-ink);font-family:var(--jh-sans);font-size:16.5px;font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jh *,.jh *:before,.jh *:after{box-sizing:border-box}.jh a{color:inherit;text-decoration:none;cursor:pointer}.jh a:focus-visible,.jh button:focus-visible{outline:2px solid var(--jh-accent);outline-offset:3px}.jh img{display:block;max-width:100%;height:auto}.jh button{font-family:inherit;cursor:pointer}.jh__container{max-width:var(--jh-wrap);margin:0 auto;padding:0 2rem}.jh__nav{position:sticky;top:var(--sticky-area-height, 0px);z-index:50;background:transparent}.jh__nav-wrap{position:relative;max-width:var(--jh-wrap);margin:0 auto;padding:.15rem 2rem}.jh__nav-fade{position:absolute;top:0;bottom:0;width:3rem;z-index:2;pointer-events:none;opacity:0;transition:opacity .25s ease}.jh__nav-fade--left{left:0;background:linear-gradient(to right,rgba(26,25,23,.9),transparent)}.jh__nav-fade--right{right:0;background:linear-gradient(to left,rgba(26,25,23,.9),transparent)}.jh__nav-fade--visible{opacity:1}.jh__nav-scroll{display:flex;justify-content:center;align-items:center;gap:.25rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;background:#1a1917d9;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);padding:.1rem 0}.jh__nav-scroll::-webkit-scrollbar{display:none}.jh__tab{background:transparent;border:1px solid transparent;border-radius:100px;padding:.25rem 1.1rem;font-family:var(--jh-sans);font-size:.9rem;font-weight:420;letter-spacing:.01em;text-transform:lowercase;color:var(--jh-ink-55);white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease;position:relative}.jh__tab:hover{color:var(--jh-ink-80);background:var(--jh-ink-08);border-color:var(--jh-ink-08)}.jh__tab--active{color:#1a1917;background:var(--jh-accent);border-color:var(--jh-accent);font-weight:600}.jh__tab--active:hover{color:#1a1917;background:var(--jh-accent);border-color:var(--jh-accent)}.jh__cat{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.jh__cat:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.jh__cat--sounds{color:var(--jh-ink-80)}.jh__cat--sounds:before{background:var(--jh-c-sounds)}.jh__cat--drinks{color:var(--jh-c-drinks)}.jh__cat--drinks:before{background:var(--jh-c-drinks)}.jh__cat--kitchen{color:var(--jh-c-kitchen)}.jh__cat--kitchen:before{background:var(--jh-c-kitchen)}.jh__cat--spaces{color:var(--jh-c-spaces)}.jh__cat--spaces:before{background:var(--jh-c-spaces)}.jh__cat--stories{color:var(--jh-c-stories)}.jh__cat--stories:before{background:var(--jh-c-stories)}.jh__cat--sg{color:var(--jh-c-sg)}.jh__cat--sg:before{background:var(--jh-c-sg)}.jh__hero{display:grid;grid-template-columns:270px 1fr 270px;gap:0;padding:1.75rem 0 2rem;border-bottom:1px solid var(--jh-ink-15)}.jh__hero-left{padding-right:1.75rem;border-right:1px solid var(--jh-ink-08)}.jh__hero-left-item{display:block;padding:1rem 0;border-bottom:1px solid var(--jh-ink-08);cursor:pointer}.jh__hero-left-item:first-child{padding-top:0}.jh__hero-left-item:last-child{border-bottom:0}.jh__hero-left-inner{display:grid;grid-template-columns:1fr 72px;gap:.65rem;align-items:start}.jh__hero-left-title{font-family:var(--jh-serif);font-size:.98rem;font-weight:700;line-height:1.28;margin:0}.jh__hero-left-item:hover .jh__hero-left-title{color:var(--jh-ink-55)}.jh__hero-left-excerpt{font-size:.84rem;color:var(--jh-ink-55);line-height:1.5;margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jh__hero-left-thumb{width:72px;aspect-ratio:1;overflow:hidden;flex-shrink:0}.jh__hero-left-thumb img{width:100%;height:100%;object-fit:cover}.jh__hero-center{padding:0 1.75rem;display:flex;flex-direction:column}.jh__hero-center-img{width:100%;aspect-ratio:16 / 10;overflow:hidden;cursor:pointer;flex-shrink:0}.jh__hero-center-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.jh__hero-center-img:hover img{transform:scale(1.03)}.jh__hero-center-info{margin-top:1.1rem}.jh__hero-center-title{font-family:var(--jh-serif);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:700;line-height:1.13;margin:.45rem 0 0}.jh__hero-center-title a:hover{opacity:.65}.jh__hero-center-lead{font-size:1rem;color:var(--jh-ink-80);line-height:1.7;margin-top:.55rem;max-width:600px}.jh__hero-center-meta{display:flex;align-items:center;gap:.45rem;font-size:.72rem;color:var(--jh-ink-30);margin-top:.7rem;text-transform:uppercase;letter-spacing:.04em}.jh__hero-center-meta-sep{color:var(--jh-ink-15)}.jh__hero-right{padding-left:1.75rem;border-left:1px solid var(--jh-ink-08);display:flex;flex-direction:column;gap:1.25rem}.jh__hero-right-item{display:block;cursor:pointer}.jh__hero-right-img{width:100%;aspect-ratio:3 / 2;overflow:hidden}.jh__hero-right-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.jh__hero-right-item:hover .jh__hero-right-img img{transform:scale(1.03)}.jh__hero-right-title{font-family:var(--jh-serif);font-size:1.02rem;font-weight:700;line-height:1.25;margin:.55rem 0 0}.jh__hero-right-item:hover .jh__hero-right-title{color:var(--jh-ink-55)}.jh__hero-right-excerpt{font-size:.86rem;color:var(--jh-ink-55);line-height:1.5;margin-top:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jh__section{padding:3rem 0 0}.jh__section-head{position:relative;text-align:center;padding-bottom:.65rem;border-bottom:3px solid var(--jh-ink);margin-bottom:1.75rem}.jh__section-title{font-family:var(--jh-serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;text-transform:uppercase;letter-spacing:-.01em;margin:0}.jh__section-all{position:absolute;right:0;bottom:.75rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.jh__section-all:hover{text-decoration:underline}.jh__feature{display:grid;grid-template-columns:55fr 45fr;gap:0;align-items:stretch;cursor:pointer}.jh__feature-img{overflow:hidden;min-height:380px;position:relative}.jh__feature-img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s ease}.jh__feature:hover .jh__feature-img img{transform:scale(1.03)}.jh__feature-body{padding:2.5rem 3rem;display:flex;flex-direction:column;justify-content:center}.jh__feature-title{font-family:var(--jh-serif);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;line-height:1.15;margin:.5rem 0 0}.jh__feature-excerpt{font-size:1rem;color:var(--jh-ink-80);line-height:1.7;margin-top:.65rem}.jh__feature-meta{display:flex;align-items:center;gap:.45rem;font-size:.72rem;color:var(--jh-ink-30);margin-top:.85rem;text-transform:uppercase;letter-spacing:.04em}.jh__feature-cta{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.6rem 1.5rem;border:1.5px solid var(--jh-ink);margin-top:1.25rem;transition:all .15s ease;min-height:44px;line-height:2;align-self:flex-start}.jh__feature-cta:hover{background:var(--jh-ink);color:var(--jh-bg)}.jh__section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-top:2rem}.jh__card{display:block;cursor:pointer}.jh__card-img{width:100%;aspect-ratio:4 / 3;overflow:hidden;position:relative}.jh__card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.jh__card:hover .jh__card-img img{transform:scale(1.04)}.jh__card-badge{position:absolute;bottom:.55rem;left:.55rem;background:#000000bf;color:#e8e4df;font-size:.6rem;font-weight:700;letter-spacing:.06em;padding:.25rem .65rem;text-transform:uppercase}.jh__card-title{font-family:var(--jh-serif);font-size:1.08rem;font-weight:700;line-height:1.22;margin:.7rem 0 0}.jh__card:hover .jh__card-title{color:var(--jh-ink-55)}.jh__card-excerpt{font-size:.9rem;color:var(--jh-ink-55);line-height:1.55;margin-top:.3rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.jh__card-meta{font-size:.7rem;color:var(--jh-ink-30);margin-top:.45rem;text-transform:uppercase;letter-spacing:.04em}.jh__latest{display:grid;grid-template-columns:1fr var(--jh-side);gap:2.5rem;padding-top:3rem}.jh__list-item{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;padding:1.35rem 0;border-bottom:1px solid var(--jh-ink-08);align-items:start;cursor:pointer}.jh__list-item:first-child{padding-top:.25rem}.jh__list-item-img{width:100%;aspect-ratio:3 / 2;overflow:hidden}.jh__list-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.jh__list-item:hover .jh__list-item-img img{transform:scale(1.04)}.jh__list-item-body{min-width:0}.jh__list-item-title{font-family:var(--jh-serif);font-size:1.3rem;font-weight:700;line-height:1.2;margin:.3rem 0 0}.jh__list-item:hover .jh__list-item-title{color:var(--jh-ink-55)}.jh__list-item-meta{font-size:.7rem;color:var(--jh-ink-30);margin-top:.15rem;letter-spacing:.02em}.jh__list-item-excerpt{font-size:.92rem;color:var(--jh-ink-55);line-height:1.6;margin-top:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jh__list-item-cta{display:inline-block;font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem 1.1rem;border:1.5px solid var(--jh-ink);margin-top:.7rem;transition:all .15s ease;min-height:40px;line-height:2}.jh__list-item-cta:hover{background:var(--jh-ink);color:var(--jh-bg)}.jh__sidebar{border-left:1px solid var(--jh-ink-08);padding-left:2rem}.jh__sidebar-label{display:block;background:var(--jh-accent);color:var(--jh-bg);text-align:center;font-size:.64rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.65rem 1rem;margin-bottom:.25rem}.jh__popular-item{display:grid;grid-template-columns:28px 1fr 68px;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--jh-ink-08);align-items:start;cursor:pointer;min-height:44px}.jh__popular-item:last-child{border-bottom:0}.jh__popular-num{font-family:var(--jh-serif);font-size:1.6rem;font-weight:700;color:var(--jh-ink-15);line-height:1.1}.jh__popular-title{font-family:var(--jh-serif);font-size:.9rem;font-weight:700;line-height:1.28;margin:0}.jh__popular-item:hover .jh__popular-title{color:var(--jh-ink-55)}.jh__popular-excerpt{font-size:.72rem;color:var(--jh-ink-55);line-height:1.4;margin-top:.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jh__popular-thumb{width:68px;aspect-ratio:1;overflow:hidden}.jh__popular-thumb img{width:100%;height:100%;object-fit:cover}.jh__sidebar-head{font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--jh-ink-30);margin:2rem 0 .6rem;padding-bottom:.4rem;border-bottom:2px solid var(--jh-ink)}.jh__sidebar-catlist{list-style:none;margin:0;padding:0}.jh__sidebar-catitem{border-bottom:1px solid var(--jh-ink-08)}.jh__sidebar-catlink{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;font-size:.88rem;font-weight:600;min-height:48px;cursor:pointer;transition:color .15s ease}.jh__sidebar-catlink:hover{color:var(--jh-ink-55)}.jh__sidebar-catlink span{font-size:.72rem;color:var(--jh-ink-30);font-weight:400}.jh__loadmore{text-align:center;padding:2.5rem 0 1.5rem}.jh__loadmore-btn{background:none;border:1.5px solid var(--jh-ink);color:var(--jh-ink);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.75rem 2.5rem;min-height:48px;transition:all .15s ease}.jh__loadmore-btn:hover{background:var(--jh-ink);color:var(--jh-bg)}.jh__empty{text-align:center;padding:3rem 0;color:var(--jh-ink-55)}@media(max-width:1080px){.jh__hero{grid-template-columns:1fr}.jh__hero-center{order:-1;padding:0;margin-bottom:1.5rem}.jh__hero-left{padding-right:0;border-right:0;border-top:1px solid var(--jh-ink-08);padding-top:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:0 1.25rem}.jh__hero-right{padding-left:0;border-left:0;border-top:1px solid var(--jh-ink-08);padding-top:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.jh__section-grid{grid-template-columns:repeat(2,1fr)}.jh__latest{grid-template-columns:1fr}.jh__sidebar{border-left:0;border-top:2px solid var(--jh-ink);padding-left:0;padding-top:1.5rem;margin-top:.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.jh__container{padding:0 1.25rem}.jh__nav-wrap{padding:.15rem 1rem}.jh__nav-scroll{justify-content:flex-start;gap:.15rem;padding:.1rem 0}.jh__tab{padding:.2rem .8rem;font-size:.8rem}.jh__hero{padding:1rem 0 1.5rem}.jh__hero-left{grid-template-columns:1fr;gap:0}.jh__hero-right{grid-template-columns:1fr;gap:1rem}.jh__hero-center-title{font-size:clamp(1.5rem,5vw,2rem)}.jh__hero-center-lead{font-size:.9rem}.jh__section{padding:2rem 0 0}.jh__section-title{font-size:1.5rem}.jh__section-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.jh__card-title{font-size:.95rem}.jh__card-excerpt{-webkit-line-clamp:2;font-size:.82rem}.jh__feature{grid-template-columns:1fr}.jh__feature-img{min-height:240px}.jh__feature-body{padding:1.25rem 0}.jh__feature-title{font-size:1.3rem}.jh__list-item{grid-template-columns:120px 1fr;gap:1rem;padding:1rem 0}.jh__list-item-title{font-size:1rem}.jh__list-item-excerpt,.jh__list-item-cta{display:none}.jh__sidebar{grid-template-columns:1fr}}@media(max-width:480px){.jh__container{padding:0 1rem}.jh__nav-wrap{padding:.1rem .75rem}.jh__tab{padding:.18rem .65rem;font-size:.75rem}.jh__hero{padding:.75rem 0 1.25rem}.jh__hero-center-img{aspect-ratio:16 / 9}.jh__hero-center-title{font-size:1.35rem}.jh__hero-center-lead{display:none}.jh__hero-center-info{margin-top:.75rem}.jh__hero-left{display:none}.jh__hero-right{grid-template-columns:1fr 1fr;gap:.75rem;padding-top:.75rem}.jh__hero-right-excerpt{display:none}.jh__hero-right-title{font-size:.88rem;margin-top:.35rem}.jh__section{padding:1.5rem 0 0}.jh__section-head{margin-bottom:1rem}.jh__section-title{font-size:1.3rem}.jh__section-grid{grid-template-columns:1fr;gap:0}.jh__card{display:grid;grid-template-columns:100px 1fr;gap:.85rem;align-items:start;padding:.75rem 0;border-bottom:1px solid var(--jh-ink-08)}.jh__card-img{aspect-ratio:1}.jh__card-badge,.jh__card-excerpt{display:none}.jh__card-title{font-size:.92rem;margin-top:0}.jh__card .jh__cat{margin-top:0}.jh__feature-img{min-height:200px}.jh__feature-body{padding:1rem 0}.jh__feature-title{font-size:1.15rem}.jh__feature-excerpt{font-size:.88rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.jh__feature-cta{margin-top:.75rem;padding:.45rem 1rem;font-size:.6rem}.jh__list-item{grid-template-columns:85px 1fr;gap:.7rem;padding:.75rem 0}.jh__list-item-img{aspect-ratio:1}.jh__list-item-title{font-size:.9rem}.jh__list-item-meta{font-size:.65rem}.jh__popular-item{grid-template-columns:24px 1fr 55px;gap:.4rem;padding:.6rem 0}.jh__popular-num{font-size:1.2rem}.jh__popular-title{font-size:.82rem}.jh__popular-excerpt{display:none}.jh__popular-thumb{width:55px}}@media(prefers-reduced-motion:reduce){.jh *,.jh *:before,.jh *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/journal-hub.css.map */
