/* /lifestyle/_curated.css — extracted from inline blocks on 7 curated-list pages */

/* === Base curated-list styles (was inline style #1) === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'DM Sans',sans-serif;background:#FAFAF8;color:#1A2B4A;line-height:1.65;-webkit-font-smoothing:antialiased;}

/* ── Hero ─────────────────────────────────────────────────── */
.eats-hero{background:#1A2B4A;color:#fff;padding:42px 28px 36px;border-bottom:6px solid #E8720C;}
.eats-hero-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:26px;flex-wrap:wrap;}
.eats-hero-eyebrow{font-size:11px;font-weight:800;letter-spacing:3.6px;text-transform:uppercase;color:#FFB85A;margin-bottom:10px;}
.eats-hero h1{font-family:'Fraunces',serif;font-weight:900;font-size:clamp(40px,6.5vw,86px);line-height:.92;letter-spacing:-2px;color:#fff;}
.eats-hero h1 em{font-style:italic;font-weight:400;color:#FFB85A;display:block;font-size:.6em;letter-spacing:-.5px;margin-top:6px;}
.eats-hero-meta{font-size:13px;color:rgba(255,255,255,.7);font-style:italic;line-height:1.55;max-width:340px;text-align:right;}
@media(max-width:760px){.eats-hero-meta{text-align:left;max-width:none;}}

/* ── Filters (nodmag-style text tabs, no pills) ──────────── */
.eats-filters{max-width:1280px;margin:0 auto;padding:30px 28px 0;}
.eats-filters-row{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;border-bottom:1px solid #E5E7EB;padding:0 0 0;margin-bottom:16px;}
@media(max-width:760px){
  .eats-filters{padding:20px 0 0;}
  .eats-filters-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;justify-content:flex-start;gap:22px;padding:0 18px 6px;margin:0 0 12px;scrollbar-width:none;-ms-overflow-style:none;}
  .eats-filters-row::-webkit-scrollbar{display:none;}
  .eats-filters-row > *{flex-shrink:0;scroll-snap-align:start;}
  .eats-filters-label{margin-right:0;font-size:9.5px;letter-spacing:1.2px;}
}
@media(max-width:560px){.eats-filters-row{gap:18px;}}
.eats-filters-label{font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#9A3412;flex-shrink:0;margin-right:8px;}
.eats-chip{display:inline-block;font-family:'Fraunces',serif;font-size:17px;font-weight:600;color:#1A2B4A;background:transparent;border:none;padding:10px 0;cursor:pointer;transition:color .15s;user-select:none;position:relative;letter-spacing:-.2px;}
@media(max-width:560px){.eats-chip{font-size:14.5px;padding:8px 0;}}
.eats-chip:hover{color:#9A3412;}
.eats-chip.active{color:#1A2B4A;}
.eats-chip.active::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#E8720C;}
.eats-results{font-size:12px;color:#6B7280;margin:0 0 6px;font-style:italic;text-align:center;}

/* ── Two-column layout ────────────────────────────────────── */
.eats-wrap{max-width:1280px;margin:0 auto;padding:24px 28px 64px;display:grid;grid-template-columns:340px 1fr;gap:36px;}
@media(max-width:980px){.eats-wrap{grid-template-columns:1fr;gap:0;}}

/* ── Left: vertical FEATURE thumbnail column ──────────────── */
.eats-list{position:sticky;top:84px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto;padding-right:8px;}
@media(max-width:980px){.eats-list{position:static;max-height:none;overflow:visible;padding:0 0 30px;border-bottom:1px solid #E5E7EB;margin-bottom:30px;}}
.eats-list::-webkit-scrollbar{width:5px;}
.eats-list::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:3px;}
.eats-list-label{font-size:10.5px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#9A3412;margin-bottom:12px;padding-bottom:10px;border-bottom:1.5px solid #E5E7EB;}
.eats-thumb{display:flex;gap:14px;padding:14px 4px;border-bottom:1px solid #E5E7EB;text-decoration:none;color:inherit;transition:padding .2s ease, opacity .2s ease;cursor:pointer;background:transparent;border-left:3px solid transparent;padding-left:8px;}
.eats-thumb:hover{padding-left:14px;border-left-color:var(--sf-peach);}
.eats-thumb.active{background:linear-gradient(90deg,var(--cream-2) 0%,transparent 100%);padding-left:14px;border-left-color:#9A3412;}
.eats-thumb-img{flex:0 0 96px;height:120px;background-size:cover;background-position:center;border-radius:4px;background-color:#1A2B4A;}
.eats-thumb-body{flex:1;min-width:0;}
.eats-thumb-num{font-family:'Fraunces',serif;font-style:italic;font-size:13px;color:var(--accent-pink);letter-spacing:.3px;margin-bottom:4px;}
.eats-thumb-title{font-family:'Fraunces',serif;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:-.3px;color:#1A2B4A;margin-bottom:6px;}
.eats-thumb-title em{font-style:italic;font-weight:400;}
.eats-thumb-meta{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#6B7280;}
.eats-thumb.dimmed{opacity:.18;pointer-events:none;}
.eats-thumb.dimmed .eats-thumb-img{filter:grayscale(1);}
.eats-thumb.coming-soon .eats-thumb-img{filter:grayscale(.5);}

/* ── Right: feature write-up area ─────────────────────────── */
.eats-feature{background:#fff;border:1px solid #E5E7EB;border-radius:6px;overflow:hidden;}
.eats-feature-img{width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;background-color:#1A2B4A;position:relative;}
@media(max-width:760px){.eats-feature-img{aspect-ratio:4/3;}}
.eats-feature-tag{position:absolute;top:18px;left:22px;font-size:10px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:#1A2B4A;background:#fff;padding:5px 12px;border-radius:999px;}
.eats-feature-body{padding:36px 36px 38px;}
@media(max-width:560px){.eats-feature-body{padding:24px 22px 28px;}}
.eats-feature-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase;color:var(--accent-pink);margin-bottom:10px;}
.eats-feature h2{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(30px,4.4vw,50px);line-height:1.05;letter-spacing:-.7px;color:#1A2B4A;margin-bottom:14px;}
.eats-feature h2 em{font-style:italic;font-weight:400;}
.eats-feature-lead{font-family:'Fraunces',serif;font-size:18px;line-height:1.55;color:#4B5563;font-style:italic;font-weight:400;margin-bottom:24px;}
.eats-feature-byline{font-size:12px;color:#6B7280;letter-spacing:.5px;margin-bottom:24px;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;padding:14px 0;}
.eats-feature-byline strong{color:#1A2B4A;font-weight:700;}
.eats-feature-text{font-size:14.5px;color:var(--text-2);line-height:1.7;margin-bottom:14px;}
.eats-feature-text strong{color:#1A2B4A;}
.eats-feature-cta{display:inline-block;background:#1A2B4A;color:#fff;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.5px;padding:14px 30px;border-radius:0;transition:background .2s;margin-top:8px;}
.eats-feature-cta:hover{background:#E8720C;}
.eats-feature-cta:after{content:' →';margin-left:6px;}
.eats-feature-soon{padding:60px 30px;text-align:center;background:#FAFAF8;border-radius:6px;margin-top:20px;}
.eats-feature-soon p{font-size:14px;color:#6B7280;line-height:1.6;}

/* ── Restaurant directory grid (below the magazine layout) ── */
.eats-directory{max-width:1280px;margin:32px auto 0;padding:36px 28px 48px;border-top:1px solid #E5E7EB;}
.eats-directory-head{text-align:center;margin-bottom:22px;}
.eats-directory-eyebrow{font-size:11px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase;color:var(--accent-pink);margin-bottom:8px;}
.eats-directory h2{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(28px,4vw,42px);line-height:1.05;letter-spacing:-.5px;color:#1A2B4A;}
.eats-directory h2 em{font-style:italic;font-weight:400;}
.eats-directory-sub{font-size:13.5px;color:#6B7280;font-style:italic;margin-top:8px;}
.eats-restos{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:24px;}
.eats-resto{background:#fff;border:1px solid #E5E7EB;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .2s ease;}
.eats-resto:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(26,43,74,.12);border-color:var(--sf-peach);}
.eats-resto-img{aspect-ratio:4/3;background-size:cover;background-position:center;background-color:#1A2B4A;}
.eats-resto-body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;}
.eats-resto-num{font-family:'Fraunces',serif;font-style:italic;font-size:12px;color:var(--accent-pink);margin-bottom:4px;}
.eats-resto-name{font-family:'Fraunces',serif;font-weight:700;font-size:19px;color:#1A2B4A;line-height:1.2;letter-spacing:-.3px;margin-bottom:5px;}
.eats-resto-name em{font-style:italic;font-weight:400;}
.eats-resto-hood{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#6B7280;margin-bottom:10px;}
.eats-resto-lead{font-size:13px;color:var(--text-2);line-height:1.55;margin-bottom:12px;flex:1;}
.eats-resto-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#9A3412;background:var(--sf-pale);padding:3px 8px;border-radius:999px;margin-right:4px;margin-bottom:4px;}
.eats-resto-link{display:inline-block;font-size:12px;font-weight:700;color:#9A3412;text-decoration:none;margin-top:auto;padding-top:8px;}
.eats-resto.dimmed{display:none;}
.eats-resto-deep{grid-column:span 2;}
@media(max-width:760px){.eats-resto-deep{grid-column:auto;}}
.eats-resto-deep .eats-resto-img{aspect-ratio:21/9;}
.eats-directory-empty{text-align:center;padding:60px 20px;color:#6B7280;font-size:14px;}
.eats-directory-empty strong{color:#1A2B4A;}

.eats-deep{margin:8px 0 14px;padding:14px 14px 12px;background:var(--cream-2);border:1px solid var(--sf-peach);border-radius:6px;display:flex;flex-direction:column;gap:9px;}
.eats-deep-row{font-size:13px;color:#1A2B4A;line-height:1.55;}
.eats-deep-lab{display:inline-block;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:#fff;padding:3px 9px;border-radius:3px;margin-right:8px;vertical-align:1px;}
.eats-deep-order{background:#16a34a;}
.eats-deep-skip{background:#DC2626;}
.eats-deep-val{font-size:13px;color:var(--text-2);line-height:1.55;}
.eats-deep-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;font-size:11.5px;color:#4B5563;line-height:1.45;border-top:1px dashed var(--sf-peach);padding-top:9px;}
@media(max-width:560px){.eats-deep-meta{grid-template-columns:1fr;gap:5px;}}
.eats-deep-meta-lab{font-weight:800;color:#9A3412;font-size:9.5px;letter-spacing:1px;text-transform:uppercase;display:inline-block;margin-right:4px;}
.eats-deep-insider{font-size:12.5px;color:var(--text-2);line-height:1.55;font-style:italic;border-top:1px dashed var(--sf-peach);padding-top:9px;}
.eats-deep-insider-lab{font-style:normal;font-weight:800;font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#7C2D12;margin-right:6px;}

/* ── Subscription modal ───────────────────────────────────── */
.eats-modal-overlay{position:fixed;inset:0;background:rgba(26,43,74,.65);backdrop-filter:blur(4px);z-index:9000;display:none;align-items:center;justify-content:center;padding:20px;animation:eatsModalFade .35s ease-out;}
.eats-modal-overlay.open{display:flex;}
@keyframes eatsModalFade{from{opacity:0;}to{opacity:1;}}
.eats-modal{background:#fff;border-radius:14px;width:100%;max-width:720px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.4);animation:eatsModalRise .45s ease-out;}
@keyframes eatsModalRise{from{transform:translateY(20px);opacity:0;}to{transform:translateY(0);opacity:1;}}
@media(max-width:560px){.eats-modal{grid-template-columns:1fr;max-width:440px;border-radius:12px;}}
.eats-modal-img{aspect-ratio:auto;min-height:100%;background-size:cover;background-position:center;background-color:#1A2B4A;}
@media(max-width:560px){.eats-modal-img{aspect-ratio:16/9;min-height:auto;}}
.eats-modal-body{padding:42px 36px 36px;display:flex;flex-direction:column;justify-content:center;}
@media(max-width:560px){.eats-modal-body{padding:30px 26px 28px;}}
.eats-modal-close{position:absolute;top:12px;right:12px;background:#fff;border:none;font-size:18px;color:#1A2B4A;cursor:pointer;line-height:1;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;z-index:10;box-shadow:0 4px 14px rgba(0,0,0,.18);transition:transform .15s, background .15s;}
.eats-modal-close:hover{background:#1A2B4A;color:#fff;transform:rotate(90deg);}
.eats-modal-eyebrow{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#9A3412;background:var(--sf-pale);padding:4px 11px;border-radius:999px;margin-bottom:14px;align-self:flex-start;}
.eats-modal h3{font-family:'Fraunces',serif;font-weight:700;font-size:26px;line-height:1.15;color:#1A2B4A;margin-bottom:10px;letter-spacing:-.4px;}
.eats-modal h3 em{font-style:italic;font-weight:400;color:#9A3412;}
.eats-modal p{font-size:14px;color:#4B5563;line-height:1.6;margin-bottom:20px;}
.eats-modal input{width:100%;padding:14px 16px;font-size:14px;border:1.5px solid #E5E7EB;border-radius:8px;font-family:inherit;background:#fff;color:#1A2B4A;outline:none;margin-bottom:12px;transition:border-color .15s, box-shadow .15s;}
.eats-modal input:focus{border-color:#9A3412;box-shadow:0 0 0 3px rgba(232,114,12,.15);}
.eats-modal button{width:100%;padding:14px;font-size:13.5px;font-weight:700;letter-spacing:.4px;color:#fff;background:#E8720C;border:none;border-radius:8px;cursor:pointer;transition:background .15s, transform .15s, box-shadow .15s;box-shadow:0 4px 14px rgba(232,114,12,.28);}
.eats-modal button:hover{background:#D4640A;transform:translateY(-1px);box-shadow:0 8px 22px rgba(232,114,12,.38);}
.eats-modal-fineprint{font-size:11px;color:#6B7280;text-align:center;margin-top:10px;line-height:1.5;}
.eats-modal-fineprint a{color:#6B7280;text-decoration:underline;}
.eats-modal-status{font-size:12px;font-weight:600;margin-top:8px;min-height:18px;}
.eats-modal-status.success{color:#065F46;}
.eats-modal-status.error{color:#991B1B;}

/* === Cross-section grid (was inline style #2) === */
.bk-cross-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1180px;margin:48px auto 0;padding:0 24px;}
@media(max-width:980px){.bk-cross-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.bk-cross-grid{grid-template-columns:1fr;}}
.bk-cross-card{background:#fff;border:1.5px solid #E5E7EB;border-radius:12px;padding:18px 20px;text-decoration:none;color:var(--text-2);display:flex;flex-direction:column;gap:6px;transition:all .15s;}
.bk-cross-card:hover{border-color:#E8720C;transform:translateY(-1px);}
.bk-cross-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9A3412;}
.bk-cross-title{font-family:'Fraunces',serif;font-size:16px;font-weight:700;color:#1A2B4A;line-height:1.3;}
.bk-cross-sub{font-size:12.5px;color:#6B7280;line-height:1.5;}

/* Places live data wrapper — sibling to .eats-resto link to avoid nested-anchor issue */
.eats-resto-wrap{display:flex;flex-direction:column;gap:0;}
.eats-resto-wrap .eats-resto{margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.eats-resto-wrap .places-live{background:#FAFAF8;border:1.5px solid #E5E7EB;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:10px 14px;font-size:12.5px;color:#374151;line-height:1.55;}
.eats-resto-wrap .places-live:empty{display:none;}
.eats-resto-wrap .places-live a{color:#9A3412;text-decoration:none;font-weight:600;margin-right:14px;}
.eats-resto-wrap .places-live a:hover{text-decoration:underline;}
.eats-resto-wrap .pl-row{display:flex;flex-wrap:wrap;gap:6px 12px;margin-bottom:4px;}
.eats-resto-wrap .pl-attribution{display:none;}
.eats-resto-wrap.eats-resto-deep{grid-column:span 2;}
@media(max-width:760px){.eats-resto-wrap.eats-resto-deep{grid-column:auto;}}
