/* =====================================================
   Velvet Rituals — learn.velvetrituals.com
   Shared stylesheet — extracted from v7 design
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Playfair+Display:ital,wght@1,700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --linen: #faf0e6; --vanilla: #e4d292; --vanilla-dk: #c9b660;
  --blue: #b8ced9; --blue-dk: #5a8fa6; --black: #171715; --white: #ffffff;
  --pink: #C2527A; --mid: #5a5a57; --faint: #9a9a96;
  --border: #e8e4de; --border-dk: #d0ccc4; --r: 14px; --rs: 8px;
}

body { font-family: 'Montserrat', sans-serif; color: var(--black); background: var(--white); font-size: 15px; line-height: 1.6; }

/* ── NAV ── */
nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 80px; background: var(--black); border-bottom: 1px solid rgba(255,255,255,0.08); }
.logo-wrap { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.nav-logo { height: 64px; width: auto; object-fit: contain; display: block; }
.nav-logo-fallback { display: none; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); }
.logo { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); text-decoration: none; }
.logo em { color: var(--vanilla); font-style: normal; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-link { font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 0; border-bottom: 2px solid transparent; transition: all 0.15s; text-decoration: none; }
.nav-link:hover, .nav-link.active { color: var(--vanilla); border-color: var(--vanilla); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.nav-search { font-size: 18px; cursor: pointer; color: rgba(255,255,255,0.45); }

/* ── HERO ── */
.hero { position: relative; min-height: 460px; display: flex; align-items: center; background: #1e1220; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: 0.35; }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(23,23,21,0.88) 42%, rgba(23,23,21,0.15) 100%); }
.hero-content { position: relative; z-index: 2; padding: 60px 40px 52px; max-width: 600px; }
.eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--vanilla); margin-bottom: 14px; opacity: 0.8; }
.hero h1 { font-size: 62px; font-weight: 800; line-height: 1.06; margin-bottom: 18px; color: var(--white); }
.hero h1 em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--pink); }
.hero-content-sm h1 { font-size: 48px !important; }
.hero p { font-size: 15px; color: rgba(255,255,255,0.68); max-width: 400px; line-height: 1.7; font-weight: 400; }

/* ── DOORS ── */
.doors-section { background: var(--linen); border-bottom: 1px solid var(--border); padding: 24px 40px; }
.doors-label { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.doors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.door { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; transition: transform 0.18s; text-decoration: none; display: block; }
.door:hover { transform: translateY(-3px); }
.door:hover .door-ov { opacity: 0.42; }
.door-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.door-ov { position: absolute; inset: 0; background: rgba(23,23,21,0.54); transition: opacity 0.18s; }
.door-her { background: #c0a8c0; } .door-him { background: #1e2e36; } .door-together { background: #2e1e30; } .door-all { background: #8a6040; }
.door-txt { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; z-index: 2; }
.door-name { display: block; font-size: 18px; font-weight: 800; color: var(--white); margin-bottom: 4px; letter-spacing: -0.01em; }
.door-sub { display: block; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.65); }

/* ── SECTIONS ── */
.section { padding: 48px 40px; border-bottom: 1px solid var(--border); }
.section-linen { background: var(--linen); }
.sh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.sh h2 { font-size: 24px; font-weight: 700; }
.sh a { font-size: 12px; font-weight: 700; color: var(--pink); text-decoration: none; white-space: nowrap; }
.sh a:hover { opacity: 0.7; }

/* ── BLOG CARDS ── */
.blog-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.blog-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bc { cursor: pointer; background: transparent; transition: transform 0.15s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.bc:hover { transform: translateY(-4px); }
.bc-img { position: relative; aspect-ratio: 3/2; overflow: hidden; border-radius: var(--r); flex-shrink: 0; }
.bc-img-rect { aspect-ratio: 4/3; }
.bc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.bc:hover .bc-img img { transform: scale(1.06); }
.bc-cat { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; background: rgba(255,255,255,0.93); color: var(--black); z-index: 2; }
.bc-body { padding: 14px 2px 0; flex: 1; display: flex; flex-direction: column; }
.bc-title { font-size: 20px; font-weight: 700; line-height: 1.38; margin-bottom: 7px; color: var(--black); }
.bc-excerpt { font-size: 12px; color: var(--mid); line-height: 1.6; margin-bottom: 8px; flex: 1; }
.bc-meta { font-size: 11px; color: var(--faint); font-weight: 600; }

/* ── READ SPLIT ── */
.read-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.read-feat { text-decoration: none; border-radius: var(--r); overflow: hidden; transition: transform 0.15s; height: 100%; display: block; }
.read-feat:hover { transform: translateY(-3px); }
.read-feat-img { position: relative; height: 100%; min-height: 440px; overflow: hidden; border-radius: var(--r); background: #1e1220; }
.read-feat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.75; transition: transform 0.35s; }
.read-feat:hover .read-feat-img img { transform: scale(1.04); }
.read-feat-img-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,23,21,0.82) 0%, transparent 55%); }
.read-feat-img-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 22px; z-index: 2; }
.read-feat-cat { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; background: var(--pink); color: var(--white); margin-bottom: 10px; }
.read-feat-title { font-size: 24px; font-weight: 800; color: var(--white); line-height: 1.22; margin-bottom: 10px; }
.read-feat-excerpt { font-size: 12px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 10px; }
.read-feat-meta { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 600; display: flex; gap: 12px; }
.read-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; height: 100%; }
.read-stack-card { position: relative; text-decoration: none; border-radius: var(--r); overflow: hidden; transition: transform 0.15s, box-shadow 0.15s; min-height: 130px; display: block; }
.read-stack-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(23,23,21,0.1); }
.rsc-img { position: absolute; inset: 0; overflow: hidden; background: #1e1220; }
.rsc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; opacity: 0.6; }
.read-stack-card:hover .rsc-img img { transform: scale(1.04); }
.rsc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,23,21,0.88) 0%, rgba(23,23,21,0.05) 65%); }
.rsc-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px; z-index: 2; }
.rsc-cat { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; display: block; color: rgba(255,255,255,0.6); }
.rsc-title { font-size: 17px; font-weight: 700; line-height: 1.38; margin-bottom: 6px; color: var(--white); }
.rsc-meta { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 600; }

/* ── DISCOVER ── */
.discover-section { padding: 48px 40px; border-bottom: 1px solid var(--border); }
.discover-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.discover-header h2 { font-size: 24px; font-weight: 700; }
.discover-header a { font-size: 12px; font-weight: 700; color: var(--pink); text-decoration: none; }
.discover-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 0; }
.coll-card { border-radius: var(--r); padding: 22px 20px; transition: all 0.15s; position: relative; overflow: hidden; border: 2px solid transparent; text-decoration: none; display: block; color: inherit; }
.coll-card:hover, .coll-card.active { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(23,23,21,0.1); }
.coll-card.active { border-color: var(--pink); }
.coll-touch { background: var(--blue); } .coll-depth { background: var(--vanilla); } .coll-play { background: var(--linen); border: 1px solid var(--border-dk); }
.coll-card.active.coll-play { border-color: var(--pink); }
.coll-bgn { position: absolute; bottom: -8px; right: 10px; font-size: 80px; font-weight: 800; color: rgba(23,23,21,0.06); line-height: 1; pointer-events: none; }
.coll-cnt { position: absolute; top: 18px; right: 18px; font-size: 10px; color: rgba(23,23,21,0.38); font-weight: 600; }
.coll-num { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: rgba(23,23,21,0.4); margin-bottom: 6px; }
.coll-name { font-size: 24px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.coll-desc { font-size: 12px; color: rgba(23,23,21,0.62); line-height: 1.6; margin-bottom: 12px; }
.coll-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.pill { font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px; border: 1px solid rgba(23,23,21,0.2); color: var(--black); background: rgba(255,255,255,0.55); }
.badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 20px; }
.badge-b { background: rgba(255,255,255,0.7); color: #1a5c3a; }
.badge-i { background: rgba(255,255,255,0.7); color: #7a5200; }
.badge-a { background: rgba(255,255,255,0.7); color: #5a2060; }
.coll-link { font-size: 12px; font-weight: 700; color: var(--pink); display: block; margin-top: 10px; }

/* ── TOPIC PREVIEW PANEL ── */
.topic-preview { margin-top: 20px; border-radius: var(--r); background: var(--white); border: 1px solid var(--border); overflow: hidden; }
.tp-header { padding: 16px 24px; background: var(--linen); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.tp-header-left { font-size: 13px; font-weight: 700; }
.tp-header-right { font-size: 12px; font-weight: 700; color: var(--pink); text-decoration: none; }
.tp-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--border); }
.tp-tab { font-size: 16px; font-weight: 700; padding: 10px 20px; cursor: pointer; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); border-bottom: 2px solid transparent; transition: all 0.12s; }
.tp-tab.active { color: var(--pink); border-color: var(--pink); }
.tp-panel { display: none; }
.tp-panel.active { display: block; }
.tp-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; border-bottom: 1px solid var(--border); transition: background 0.1s; text-decoration: none; color: inherit; }
.tp-row:last-child { border-bottom: none; }
.tp-row:hover { background: var(--linen); }
.tp-row-left { display: flex; align-items: flex-start; gap: 14px; }
.tp-num { font-size: 12px; color: var(--faint); font-weight: 700; width: 20px; flex-shrink: 0; padding-top: 1px; }
.tp-name { font-size: 16px; font-weight: 700; }
.tp-desc { font-size: 11px; color: var(--mid); margin-top: 2px; }
.tp-row-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* ── GUIDE CARDS ── */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gc { text-decoration: none; color: inherit; border-radius: var(--r); overflow: hidden; background: var(--white); border: 1px solid var(--border); transition: transform 0.15s, box-shadow 0.15s; display: flex; flex-direction: column; }
.gc:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(23,23,21,0.08); }
.gc-img { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--linen); flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--border); }
.gc-icon { font-size: 36px; }
.gc-body { padding: 16px; flex: 1; }
.gc-title { font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 6px; color: var(--black); }
.gc-tag { font-size: 11px; color: var(--faint); font-weight: 500; }
.gc-top-bar { height: 3px; background: var(--vanilla-dk); transition: background 0.15s; }
.gc:hover .gc-top-bar { background: var(--pink); }

/* ── INNER HEADER (section pages) ── */
.ihead { position: relative; min-height: 240px; overflow: hidden; display: flex; align-items: flex-end; border-bottom: 1px solid var(--border); background: #1e1220; }
.ihead-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ihead-ov { position: absolute; inset: 0; background: rgba(23,23,21,0.6); }
.ihead-content { position: relative; z-index: 2; padding: 32px 40px; width: 100%; }
.ihead-ey { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.ihead-title { font-size: 52px; font-weight: 800; color: var(--white); margin-bottom: 8px; line-height: 1; }
.ihead-desc { font-size: 14px; color: rgba(255,255,255,0.7); max-width: 480px; font-weight: 400; line-height: 1.6; }
.back-btn { font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; margin-bottom: 14px; transition: color 0.12s; color: rgba(255,255,255,0.6); text-decoration: none; }
.back-btn:hover { color: var(--vanilla); }
.back-btn-dark { color: var(--mid); }
.back-btn-dark:hover { color: var(--pink); }

/* ── FILTER BAR ── */
.filter-bar { display: flex; gap: 8px; padding: 14px 40px; border-bottom: 1px solid var(--border); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.filter-bar::-webkit-scrollbar { display: none; }
.fp { font-size: 11px; font-weight: 600; padding: 6px 14px; border: 1px solid var(--border-dk); border-radius: 20px; cursor: pointer; white-space: nowrap; background: var(--white); transition: all 0.12s; color: var(--mid); flex-shrink: 0; }
.fp:hover, .fp.active { background: var(--pink); color: var(--white); border-color: var(--pink); }

/* ── TOPIC ROWS (collection pages) ── */
.tw { padding: 32px 40px; }
.tgt { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--faint); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); margin-top: 28px; display: flex; align-items: center; gap: 10px; }
.tgt:first-child { margin-top: 0; }
.tl { display: flex; flex-direction: column; }
.tr { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-radius: var(--rs); transition: background 0.12s; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; }
.tr:last-child { border-bottom: none; }
.tr:hover { background: var(--linen); }
.trl { display: flex; align-items: flex-start; gap: 16px; }
.tn { font-size: 13px; color: var(--faint); width: 24px; font-weight: 700; flex-shrink: 0; padding-top: 2px; }
.tnm { font-size: 18px; font-weight: 700; }
.tds { font-size: 12px; color: var(--mid); margin-top: 3px; max-width: 460px; }
.trr { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 16px; }

/* ── ARTICLE PAGE ── */
.art-page { max-width: 100%; }
.art-hero-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); min-height: 360px; }
.ahv { position: relative; background: var(--black); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; }
.ahv img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }
.ahv::after { content:""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,23,21,0.96) 0%, rgba(23,23,21,0.15) 100%); }
.ahv-in { position: relative; z-index: 1; }
.aht { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--vanilla); margin-bottom: 12px; display: block; }
.ahtitle { font-size: 28px; font-weight: 800; color: var(--white); line-height: 1.22; }
.ahm { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 14px; display: flex; gap: 16px; font-weight: 500; }
.ahs { padding: 44px; background: var(--linen); display: flex; flex-direction: column; justify-content: center; }
.bil { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--faint); margin-bottom: 14px; }
.bi { font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; line-height: 1.65; color: var(--black); border-left: 3px solid var(--pink); padding-left: 20px; }
.art-body-row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid var(--border); }
.asb { padding: 32px 24px; border-right: 1px solid var(--border); position: sticky; top: 80px; height: fit-content; }
.asl { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--faint); margin-bottom: 14px; }
.asblink { display: block; font-size: 13px; font-weight: 500; color: var(--mid); padding: 8px 0 8px 12px; cursor: pointer; border-left: 2px solid transparent; transition: all 0.12s; text-decoration: none; }
.asblink:hover, .asblink.active { color: var(--pink); border-color: var(--pink); }
.ac { padding: 44px 56px; max-width: 720px; }
.article-intro { font-size: 17px; line-height: 1.8; margin-bottom: 28px; color: var(--black); font-weight: 500; }
.ch2 { font-size: 22px; font-weight: 700; margin-bottom: 14px; padding-top: 8px; }
.cp { font-size: 15px; line-height: 1.85; margin-bottom: 16px; color: var(--black); }
.callout { background: var(--linen); border-left: 3px solid var(--pink); border-radius: 0 var(--rs) var(--rs) 0; padding: 18px 22px; margin: 24px 0; font-size: 14px; line-height: 1.7; }
.callout strong { color: var(--pink); font-weight: 700; }
.big-idea { font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; line-height: 1.65; color: var(--black); border-left: 3px solid var(--pink); padding-left: 20px; margin: 28px 0; }
.src { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }
.src h2 { font-size: 14px; font-weight: 700; margin-bottom: 12px; color: var(--mid); }
.src ol { padding-left: 20px; }
.src li { font-size: 12px; color: var(--mid); line-height: 1.7; margin-bottom: 6px; }
.src a { color: var(--pink); }
.rel { padding: 36px 40px; background: var(--linen); }
.rel h3 { font-size: 16px; font-weight: 700; margin-bottom: 18px; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rel-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--rs); padding: 16px; text-decoration: none; color: inherit; transition: border-color 0.12s; display: block; }
.rel-card:hover { border-color: var(--pink); }
.rel-card p { font-size: 13px; font-weight: 700; margin-bottom: 4px; line-height: 1.35; }
.rel-card span { font-size: 11px; color: var(--faint); font-weight: 500; }

/* ── PAGINATION ── */
.pg-btn { font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: var(--rs); border: 1px solid var(--border-dk); background: var(--white); color: var(--mid); cursor: pointer; transition: all 0.12s; }
.pg-btn:hover { border-color: var(--pink); color: var(--pink); }
.pg-btn-active { background: var(--pink); color: var(--white); border-color: var(--pink); }
.pg-btn-next { margin-left: 8px; background: var(--black); color: var(--white); border-color: var(--black); }
.pg-btn-next:hover { background: var(--pink); border-color: var(--pink); }

/* ── COMING SOON (placeholder pages) ── */
.coming-soon { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 40vh; padding: 60px 40px; text-align: center; background: var(--linen); }
.coming-soon .cs-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--vanilla-dk); margin-bottom: 16px; }
.coming-soon h2 { font-size: 32px; font-weight: 800; margin-bottom: 12px; line-height: 1.2; }
.coming-soon h2 em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--pink); }
.coming-soon p { font-size: 15px; color: var(--mid); max-width: 400px; line-height: 1.7; margin-bottom: 24px; }
.btn-pink { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 28px; border-radius: 30px; background: var(--pink); color: var(--white); text-decoration: none; transition: opacity 0.15s; }
.btn-pink:hover { opacity: 0.85; }

/* ── FOOTER ── */
footer { padding: 20px 40px; background: var(--black); display: flex; justify-content: space-between; align-items: center; }
footer p { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 600; letter-spacing: 0.08em; }
footer span { font-size: 11px; color: var(--vanilla); font-weight: 700; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  nav { padding: 0 20px; height: 70px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { min-height: 340px; }
  .hero-content { padding: 36px 20px; }
  .hero h1 { font-size: 34px; }
  .doors-section { padding: 18px 20px; }
  .doors-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .section, .discover-section { padding: 32px 20px; }
  .blog-grid-4 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .blog-grid-3 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .read-split { grid-template-columns: 1fr; gap: 14px; }
  .read-feat-img { aspect-ratio: 16/9; min-height: unset; }
  .read-feat-title { font-size: 17px; }
  .read-stack { gap: 10px; }
  .discover-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ihead { min-height: 180px; }
  .ihead-content { padding: 24px 20px; }
  .ihead-title { font-size: 36px; }
  .filter-bar { padding: 12px 20px; }
  .tw { padding: 24px 20px; }
  .tp-tabs { overflow-x: auto; }
  .art-hero-row { grid-template-columns: 1fr; }
  .ahv { min-height: 200px; padding: 28px 24px; }
  .ahtitle { font-size: 22px; }
  .ahs { padding: 24px; }
  .bi { font-size: 16px; }
  .art-body-row { grid-template-columns: 1fr; }
  .asb { display: none; }
  .ac { padding: 28px 20px; }
  .rel { padding: 28px 20px; }
  .rel-grid { grid-template-columns: 1fr; gap: 8px; }
  footer { padding: 16px 20px; flex-direction: column; gap: 6px; text-align: center; }
}
@media (max-width: 480px) {
  .blog-grid-4 { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 28px; }
}
