:root{--hero-accent:#e8c547;--hero-transition-dur:.65s;--hero-duration:5.5s}.hero-root{background:#0d0d0d;width:100%;height:100svh;min-height:560px;max-height:900px;margin-top:0;position:relative;overflow:hidden}.hero-slide{opacity:0;pointer-events:none;transition:opacity var(--hero-transition-dur)ease;position:absolute;inset:0}.hero-slide.active{opacity:1;pointer-events:all}.hero-slide.exiting{opacity:0}.hero-bg{transition:transform 8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.hero-slide.active .hero-bg{transform:scale(1.06)}.hero-bg img{object-fit:cover;width:100%;height:100%;display:block}.hero-gradient{background:linear-gradient(#0000001a 0%,#00000059 50%,#000000e0 100%),linear-gradient(90deg,#00000080 0%,#0000 60%);position:absolute;inset:0}.hero-grain{opacity:.045;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.hero-grain-global{opacity:.03;pointer-events:none;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.hero-accent-bar{background:var(--hero-accent);transform-origin:0;width:100%;height:3px;transition:transform var(--hero-transition-dur)ease;position:absolute;bottom:0;left:0;transform:scaleX(0)}.hero-slide.active .hero-accent-bar{transform:scaleX(1)}.hero-content{flex-direction:column;justify-content:flex-end;align-items:flex-start;max-width:780px;padding:0 6vw 6.5rem;display:flex;position:absolute;inset:0}.hero-category{opacity:0;align-items:center;gap:8px;margin-bottom:1rem;transition:opacity .5s .1s,transform .5s .1s;display:inline-flex;transform:translateY(18px)}.hero-slide.active .hero-category{opacity:1;transform:translateY(0)}.hero-category-dot{background:var(--hero-accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero-category-label{letter-spacing:.2em;text-transform:uppercase;color:var(--hero-accent);font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.hero-title{color:#fff;letter-spacing:-.02em;opacity:0;margin:0 0 1.1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.6rem);font-weight:900;line-height:1.1;transition:opacity .55s .22s,transform .55s .22s;transform:translateY(24px)}.hero-slide.active .hero-title{opacity:1;transform:translateY(0)}.hero-excerpt{color:#ffffffb8;opacity:0;max-width:520px;margin-bottom:1.8rem;font-family:DM Sans,sans-serif;font-size:15px;font-weight:300;line-height:1.65;transition:opacity .55s .34s,transform .55s .34s;transform:translateY(20px)}.hero-slide.active .hero-excerpt{opacity:1;transform:translateY(0)}.hero-meta{opacity:0;align-items:center;gap:16px;margin-bottom:2rem;transition:opacity .5s .42s,transform .5s .42s;display:flex;transform:translateY(16px)}.hero-slide.active .hero-meta{opacity:1;transform:translateY(0)}.hero-meta-text{color:#ffffff73;letter-spacing:.04em;font-family:DM Sans,sans-serif;font-size:12px;font-weight:400}.hero-meta-sep{background:#ffffff4d;border-radius:50%;width:3px;height:3px}.hero-cta-wrap{opacity:0;align-items:center;gap:12px;transition:opacity .5s .5s,transform .5s .5s;display:flex;transform:translateY(14px)}.hero-slide.active .hero-cta-wrap{opacity:1;transform:translateY(0)}.hero-cta{color:#000;background:var(--hero-accent);letter-spacing:.02em;white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;gap:10px;padding:13px 26px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:500;text-decoration:none;transition:box-shadow .2s,filter .2s,transform .2s;display:inline-flex}.hero-cta:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 28px #00000059}.hero-cta-arrow{flex-shrink:0;transition:transform .25s}.hero-cta:hover .hero-cta-arrow{transform:translate(4px)}.hero-progress{z-index:30;background:#ffffff2e;width:100%;height:2px;position:absolute;bottom:0;left:0}.hero-progress-fill{background:var(--hero-accent);width:0%;height:100%;animation:none}.hero-progress-fill.running{animation:heroProgress var(--hero-duration)linear forwards}@keyframes heroProgress{0%{width:0%}to{width:100%}}.hero-nav{z-index:20;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:absolute;bottom:3.5rem;right:4vw}.hero-thumb{cursor:pointer;opacity:.38;text-align:right;background:0 0;border:none;align-items:center;gap:10px;padding:0;transition:opacity .3s;display:flex}.hero-thumb:hover,.hero-thumb.active{opacity:1}.hero-thumb-label{color:#fff;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;overflow:hidden}.hero-thumb-dot{background:#ffffff4d;border-radius:2px;flex-shrink:0;width:28px;height:2px;transition:width .3s,background .3s}.hero-thumb.active .hero-thumb-dot{background:var(--hero-accent);width:36px}.hero-arrows{z-index:20;gap:10px;display:flex;position:absolute;bottom:1.8rem;left:6vw}.hero-arrow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,transform .2s;display:flex}.hero-arrow:hover{background:#ffffff24;border-color:#ffffff80;transform:scale(1.06)}.hero-arrow svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hero-counter{color:#fff6;letter-spacing:.08em;z-index:20;font-family:Playfair Display,serif;font-size:13px;position:absolute;top:calc(68px + 2rem);right:4vw}.hero-counter strong{color:#ffffffd9;font-size:22px;font-weight:700}@media (max-width:768px){.hero-root{min-height:520px;max-height:100svh}.hero-content{max-width:100%;padding:0 1.5rem 5.5rem}.hero-nav{display:none}.hero-arrows{bottom:1.2rem;left:50%;transform:translate(-50%)}.hero-counter{top:calc(60px + 1.2rem);right:1.5rem}.hero-title{font-size:clamp(1.6rem,7vw,2.4rem)}.hero-excerpt{display:none}}
:root{--lp-accent:#e8c547;--lp-ink:#1a1a1a;--lp-muted:#6b7280;--lp-border:#e8e4dc;--lp-bg:#fafaf8;--lp-surface:#fff;--lp-wide:1340px}.lp-section{background:var(--lp-bg);padding:5rem 0 6rem}.lp-inner{max-width:var(--lp-wide);margin:0 auto;padding:0 clamp(1.5rem,4vw,5rem)}.lp-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.lp-eyebrow{align-items:center;gap:10px;margin-bottom:.5rem;display:flex}.lp-eyebrow-line{background:var(--lp-accent);border-radius:2px;width:32px;height:2px}.lp-eyebrow-text{letter-spacing:.22em;text-transform:uppercase;color:var(--lp-accent);font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.lp-title{color:var(--lp-ink);letter-spacing:-.03em;margin:0;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900;line-height:1.1}.lp-view-all{color:var(--lp-ink);border-bottom:1.5px solid var(--lp-accent);letter-spacing:.02em;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;padding-bottom:2px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:gap .25s,color .2s;display:inline-flex}.lp-view-all:hover{color:#b8962e;gap:14px}.lp-view-all svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.lp-filters{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:2.8rem;display:flex}.lp-filter-btn{border:1.5px solid var(--lp-border);color:var(--lp-muted);cursor:pointer;letter-spacing:.03em;white-space:nowrap;background:0 0;border-radius:100px;padding:7px 16px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500;transition:all .22s}.lp-filter-btn:hover{border-color:var(--lp-ink);color:var(--lp-ink)}.lp-filter-btn.active{background:var(--lp-ink);border-color:var(--lp-ink);color:#fff}.lp-grid{background:var(--lp-border);border:1.5px solid var(--lp-border);border-radius:16px;grid-template-rows:auto;grid-template-columns:1fr 1fr 340px;gap:1.5px;display:grid;overflow:hidden}.lp-card-featured{background:var(--lp-surface);group:true;flex-direction:column;grid-area:1/1/3/2;text-decoration:none;display:flex;position:relative;overflow:hidden}.lp-card-featured:hover .lp-card-img{transform:scale(1.04)}.lp-card-featured:hover .lp-card-title{color:#3d3422}.lp-card-img-wrap{flex-shrink:0;position:relative;overflow:hidden}.lp-card-featured .lp-card-img-wrap{height:280px}.lp-card-img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.16,1,.3,1);display:block}.lp-card-category{letter-spacing:.16em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(6px);background:#000000a6;border-radius:100px;padding:5px 11px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;position:absolute;top:14px;left:14px}.lp-card-featured .lp-card-body{flex-direction:column;flex:1;padding:1.6rem 1.8rem 2rem;display:flex}.lp-card-title{color:var(--lp-ink);letter-spacing:-.02em;font-family:Playfair Display,serif;font-weight:700;line-height:1.2;transition:color .2s}.lp-card-featured .lp-card-title{margin:0 0 .85rem;font-size:clamp(1.15rem,2vw,1.45rem)}.lp-card-excerpt{color:var(--lp-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1.2rem;font-family:DM Sans,sans-serif;font-size:14px;font-weight:300;line-height:1.65;display:-webkit-box;overflow:hidden}.lp-card-meta{align-items:center;gap:10px;margin-top:auto;display:flex}.lp-card-meta-text{color:#9ca3af;letter-spacing:.02em;font-family:DM Sans,sans-serif;font-size:11.5px}.lp-card-meta-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:3px;height:3px}.lp-read-time{color:var(--lp-accent);align-items:center;gap:4px;margin-left:auto;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.lp-read-time svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.lp-card-medium{background:var(--lp-surface);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.lp-card-medium:hover .lp-card-img{transform:scale(1.04)}.lp-card-medium:hover .lp-card-title{color:#3d3422}.lp-card-medium .lp-card-img-wrap{height:180px}.lp-card-medium .lp-card-body{flex-direction:column;flex:1;padding:1.2rem 1.4rem 1.5rem;display:flex}.lp-card-medium .lp-card-title{margin:0 0 .6rem;font-size:1rem}.lp-card-medium .lp-card-excerpt{-webkit-line-clamp:2;margin-bottom:.9rem;font-size:13px}.lp-list-col{background:var(--lp-surface);flex-direction:column;grid-area:1/3/3/4;display:flex}.lp-list-header{border-bottom:1.5px solid var(--lp-border);padding:1.4rem 1.6rem 1rem}.lp-list-label{letter-spacing:.2em;text-transform:uppercase;color:var(--lp-muted);font-family:DM Sans,sans-serif;font-size:10px;font-weight:600}.lp-list-item{border-bottom:1px solid var(--lp-border);align-items:flex-start;gap:12px;padding:1rem 1.4rem;text-decoration:none;transition:background .18s;display:flex;position:relative}.lp-list-item:last-child{border-bottom:none}.lp-list-item:hover{background:#f7f4ee}.lp-list-item:hover .lp-list-title{color:#3d3422}.lp-list-num{color:var(--lp-border);flex-shrink:0;width:28px;font-family:Playfair Display,serif;font-size:22px;font-weight:900;line-height:1;transition:color .2s}.lp-list-item:hover .lp-list-num{color:var(--lp-accent)}.lp-list-cat{letter-spacing:.16em;text-transform:uppercase;margin-bottom:4px;font-family:DM Sans,sans-serif;font-size:9.5px;font-weight:600}.lp-list-title{color:var(--lp-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;line-height:1.38;transition:color .2s;display:-webkit-box;overflow:hidden}.lp-list-date{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:11px}.lp-strip{background:var(--lp-border);border:1.5px solid var(--lp-border);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5px;margin-top:1.5rem;display:grid;overflow:hidden}.lp-strip-card{background:var(--lp-surface);align-items:flex-start;gap:14px;padding:1.3rem 1.4rem;text-decoration:none;transition:background .18s;display:flex}.lp-strip-card:hover{background:#f7f4ee}.lp-strip-card:hover .lp-strip-title{color:#3d3422}.lp-strip-thumb{object-fit:cover;background:var(--lp-border);border-radius:8px;flex-shrink:0;width:72px;height:72px}.lp-strip-cat{letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px;font-family:DM Sans,sans-serif;font-size:9.5px;font-weight:600}.lp-strip-title{color:var(--lp-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:500;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.lp-strip-meta{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:11px}.lp-load-wrap{justify-content:center;margin-top:3rem;display:flex}.lp-load-btn{color:var(--lp-ink);border:1.5px solid var(--lp-ink);cursor:pointer;letter-spacing:.04em;background:0 0;border-radius:100px;align-items:center;gap:10px;padding:12px 32px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:500;transition:background .22s,color .22s,transform .2s;display:inline-flex}.lp-load-btn:hover:not(:disabled){background:var(--lp-ink);color:#fff;transform:translateY(-1px)}.lp-load-btn:disabled{opacity:.45;cursor:not-allowed}.lp-load-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;animation:none}.lp-load-btn.loading svg{animation:.8s linear infinite lpSpin}@keyframes lpSpin{to{transform:rotate(360deg)}}.lp-skeleton{background:linear-gradient(90deg,#ede9e0 25%,#f5f2eb 50%,#ede9e0 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s infinite lpSkeleton}@keyframes lpSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.lp-animate{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}.lp-animate.visible{opacity:1;transform:translateY(0)}@media (max-width:1100px){.lp-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.lp-card-featured{grid-area:1/1/2/3}.lp-card-featured .lp-card-img-wrap{height:320px}.lp-list-col{flex-flow:wrap;grid-area:3/1/4/3}.lp-list-header{width:100%}.lp-list-item{flex:calc(50% - 2rem);min-width:220px}.lp-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.lp-grid{grid-template-columns:1fr}.lp-card-featured,.lp-card-medium,.lp-list-col{grid-area:auto/1}.lp-list-item{flex:100%}.lp-strip{grid-template-columns:1fr}.lp-header{flex-direction:column;align-items:flex-start}.lp-filters{gap:5px}}
