:root {
  --gold-50: #FEFAEC;
  --gold-100: #FCF0C8;
  --gold-200: #F9E29C;
  --gold-300: #F8D468;
  --gold-400: #F6C23A;
  --gold-500: #E0A81D;
  --gold-600: #B98712;
  --gold-700: #8A5A0A;
  --gold-800: #5E3D07;
  --gold-900: #3A2504;
  --ink: #1F1A12;
  --ink-2: #2A2018;
  --ink-3: #352B1C;
  --slate: #5C4F3A;
  --muted: #7A6B52;
  --line: #E8DEC8;
  --paper: #FCF9F2;
  --surface: #FFFFFF;
  --warm-2: #F7F1E3;
  --warm-3: #EFE6D0;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 999px;
  --shadow-card: 0 2px 8px rgba(31, 26, 18, .08), 0 8px 32px rgba(31, 26, 18, .07);
  --shadow-hover: 0 8px 32px rgba(31, 26, 18, .14), 0 24px 64px rgba(31, 26, 18, .10);
  --nav-h: 72px;
  --container: 1140px;
}

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-700);
  font-weight: 500
}

.tag {
  font-size: 11px;
  font-weight: 600;
  border-radius: var(--r-pill);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em;
  white-space: nowrap
}

.tag-market {
  background: rgba(10, 80, 180, .1);
  color: #0a50b4;
  border: 1px solid rgba(10, 80, 180, .2)
}

.tag-project {
  background: var(--gold-100);
  color: var(--gold-800)
}

.tag-legal {
  background: rgba(15, 138, 95, .1);
  color: #0b6b47;
  border: 1px solid rgba(15, 138, 95, .2)
}

.tag-invest {
  background: rgba(100, 30, 180, .1);
  color: #5a1eb0;
  border: 1px solid rgba(100, 30, 180, .2)
}

.tag-news {
  background: var(--warm-3);
  color: var(--slate)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: var(--r-sm);
  padding: 11px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s
}

.btn-gold {
  background: var(--gold-700);
  color: #fff
}

.btn-gold:hover {
  background: var(--gold-800);
  color: #fff
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(246, 194, 58, .4)
}

.btn-outline:hover {
  background: rgba(246, 194, 58, .1);
  color: #fff;
  border-color: var(--gold-400)
}

/* ===== PAGE HERO ===== */
.page-hero {
  padding-top: var(--nav-h);
  background: linear-gradient(175deg, var(--ink) 0%, var(--ink-2) 55%, #3a2a0e 100%);
  position: relative;
  overflow: hidden
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 78% 45%, rgba(246, 194, 58, .14), transparent 55%)
}

.page-hero-wm {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 130px;
  font-weight: 700;
  color: rgba(246, 194, 58, .04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1
}

.ph-inner {
  padding: var(--s7) 0 var(--s8);
  position: relative;
  z-index: 1
}

.page-hero p {
  color: rgba(255, 255, 255, .52);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--s4)
}

.breadcrumb a,
.breadcrumb span {
  font-family: 'JetBrains Mono';
  font-size: 11.5px;
  letter-spacing: .08em;
  text-decoration: none !important;
  color: rgba(255, 255, 255, .38) !important;
  transition: .15s;
  background: #f000 !important;
  padding-left: 0;
}

.breadcrumb a:before,
.breadcrumb a:after {
  display: none;
}

.breadcrumb a:hover {
  color: rgba(246, 194, 58, .7)
}

.breadcrumb .sep {
  color: rgba(255, 255, 255, .18)
}

.breadcrumb .cur {
  color: var(--vang-main) !important;
}

.ph-inner h1 {
  font-family: 'Playfair Display';
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.015em;
  margin-bottom: var(--s3)
}

.ph-inner h1 em {
  font-style: italic;
  color: var(--gold-400)
}

.ph-inner .sub {
  font-size: 15px;
  color: rgba(255, 255, 255, .52);
  max-width: 500px;
  line-height: 1.7
}

/* search bar in hero */
.hero-search {
  display: flex;
  gap: 0;
  margin-top: var(--s6);
  max-width: 520px
}

.hero-search input {
  flex: 1;
  font-family: 'Inter';
  font-size: 14px;
  padding: 13px 18px;
  border: 1.5px solid rgba(246, 194, 58, .25);
  border-right: none;
  border-radius: var(--r-sm) 0 0 var(--r-sm);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  outline: none;
  transition: .2s
}

.hero-search input::placeholder {
  color: rgba(255, 255, 255, .35)
}

.hero-search input:focus {
  border-color: rgba(246, 194, 58, .6);
  background: rgba(255, 255, 255, .1)
}

.hero-search button {
  padding: 13px 20px;
  background: var(--gold-700);
  color: #fff;
  border: none;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .2s;
  white-space: nowrap
}

.hero-search button:hover {
  background: var(--gold-800)
}

.hero-search button svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* ===== CAT TABS ===== */
.cat-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  box-shadow: 0 2px 12px rgba(31, 26, 18, .07)
}

.cat-bar-inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto
}

.cat-tab {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--slate);
  padding: 16px var(--s5);
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: .15s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'Inter'
}

.cat-tab:hover {
  color: var(--ink)
}

.cat-tab.active {
  color: var(--gold-700);
  border-bottom-color: var(--gold-400);
  font-weight: 600
}

.cat-count {
  font-size: 11px;
  font-family: 'JetBrains Mono';
  background: var(--warm-3);
  color: var(--muted);
  padding: 1px 7px;
  border-radius: var(--r-pill);
  margin-left: 6px
}

.cat-tab.active .cat-count {
  background: var(--gold-100);
  color: var(--gold-800)
}

/* ===== MAIN LAYOUT ===== */
.main-wrap {
  padding: var(--s8) 0
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--s7);
  align-items: start
}

/* ===== FEATURED ARTICLE ===== */
.featured-wrap {
  margin-bottom: var(--s7)
}

.featured-label {
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin-bottom: var(--s5)
}

.featured-label .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px
}

.featured-label .fl-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-300), transparent)
}

.featured-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  cursor: pointer;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  transition: .3s
}

.featured-card:hover {
  box-shadow: var(--shadow-hover)
}

.featured-card:hover .fc-img-inner {
  transform: scale(1.04)
}

.fc-img {
  overflow: hidden;
  position: relative;
  min-height: 320px
}

.fc-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s
}

.fc-img .fc-cat {
  position: absolute;
  top: var(--s4);
  left: var(--s4);
  z-index: 2
}

.fc-img .fc-num {
  position: absolute;
  bottom: var(--s4);
  right: var(--s4);
  font-family: 'Playfair Display';
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: rgba(246, 194, 58, .12);
  z-index: 1;
  pointer-events: none
}

.fc-body {
  padding: var(--s7) var(--s6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--s4)
}

.fc-body .fc-meta {
  display: flex;
  align-items: center;
  gap: var(--s3);
  flex-wrap: wrap
}

.fc-meta .fm-date {
  font-family: 'JetBrains Mono';
  font-size: 11.5px;
  color: var(--muted);
  letter-spacing: .06em
}

.fc-meta .fm-read {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px
}

.fc-meta .fm-read svg {
  width: 12px;
  height: 12px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 2
}

.fc-body h2 {
  font-family: 'Playfair Display';
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3
}

.fc-body .fc-excerpt {
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.75
}

.fc-body .fc-author {
  display: flex;
  align-items: center;
  gap: var(--s3);
  padding-top: var(--s4);
  border-top: 1px solid var(--line)
}

.fc-author .av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold-700);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display';
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex: none
}

.fc-author .au-info .name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink)
}

.fc-author .au-info .role {
  font-size: 11.5px;
  color: var(--muted)
}

.fc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none;
  transition: .15s
}

.fc-cta:hover {
  color: var(--gold-800)
}

.fc-cta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: .2s
}

.fc-cta:hover svg {
  transform: translateX(3px)
}

/* ===== ARTICLE GRID ===== */
.sec-title {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: var(--s5);
  display: flex;
  align-items: center;
}

.sec-title a {
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 500;
  color: var(--gold-700);
  text-decoration: none
}

.sec-title a:hover {
  color: var(--gold-800)
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s5)
}

.article-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all .3s;
  display: flex;
  flex-direction: column
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover)
}

.article-card:hover .ac-img-inner {
  transform: scale(1.05)
}

.ac-img {
  height: 180px;
  overflow: hidden;
  position: relative
}

.ac-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s
}

.ac-img .ac-cat {
  position: absolute;
  top: 25px;
  left: var(--s3);
  z-index: 2
}

.ac-body {
  padding: var(--s4) var(--s4) var(--s5);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s3)
}

.ac-meta {
  display: flex;
  align-items: center;
  gap: var(--s3)
}

.ac-date {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .05em
}

.ac-read {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px
}

.ac-read svg {
  width: 11px;
  height: 11px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 2
}

.ac-body a {
  font-family: 'Playfair Display';
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  flex: 1
}

.fc-body a {
  color: var(--ink);
}

.ac-link {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: var(--gold-700) !important;
  text-decoration: none !important;
  text-align: right;
  font-family: 'Inter' !important;
}

.ac-body .ac-excerpt {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.ac-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--s3);
  border-top: 1px solid var(--line)
}

.ac-author {
  display: flex;
  align-items: center;
  gap: 6px
}

.ac-author .av-sm {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold-600);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display';
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  flex: none
}

.ac-author span {
  font-size: 12px;
  color: var(--muted)
}

.ac-link {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none
}

.ac-link:hover {
  color: var(--gold-800)
}

.article-list .lc-body a {
  color: #1f1a12;
}

/* ===== HORIZONTAL LIST ARTICLES (below grid) ===== */
.article-list {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  margin-top: var(--s6)
}

.list-card {
  background: var(--surface);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-card);
  display: flex;
  gap: var(--s4);
  padding: var(--s4);
  cursor: pointer;
  transition: all .25s;
  align-items: flex-start
}

.list-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateX(4px)
}

.list-card:hover .lc-img-inner {
  transform: scale(1.06)
}

.lc-img {
  width: 120px;
  height: 90px;
  border-radius: var(--r-md);
  overflow: hidden;
  flex: none;
  position: relative
}

.lc-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .45s
}

.lc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s2)
}

.lc-cat-row {
  display: flex;
  align-items: center;
  gap: var(--s2)
}

.lc-body h3 {
  font-family: 'Playfair Display';
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35
}

.lc-body .lc-excerpt {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.lc-meta {
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin-top: 2px
}

.lc-date {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted)
}

.lc-read {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px
}

.lc-read svg {
  width: 11px;
  height: 11px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 2
}

/* ===== PAGINATION ===== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  margin-top: var(--s7)
}

.page-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--slate);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .15s;
  font-family: 'JetBrains Mono';
  text-decoration: none
}

.page-btn:hover {
  border-color: var(--gold-400);
  color: var(--gold-700)
}

.page-btn.active {
  background: var(--gold-700);
  color: #fff;
  border-color: var(--gold-700)
}

.page-btn.wide {
  width: auto;
  padding: 0 var(--s4);
  font-size: 13px;
  font-family: 'Inter'
}

.page-dots {
  color: var(--muted);
  font-family: 'JetBrains Mono';
  padding: 0 4px
}

/* ===== SIDEBAR ===== */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--s5);
  position: sticky;
  top: calc(var(--nav-h) + var(--s5))
}

.sb-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden
}

.sb-header {
  padding: var(--s4) var(--s5);
  border-bottom: 1px solid var(--line);
  background: var(--warm-2)
}

.sb-header h4 {
  font-family: 'Playfair Display';
  font-size: 15px;
  font-weight: 700;
  color: var(--ink)
}

.sb-body {
  padding: var(--s4) var(--s5)
}

/* Popular posts */
.pop-list {
  display: flex;
  flex-direction: column;
  gap: var(--s4)
}

.pop-item {
  display: flex;
  gap: var(--s3);
  align-items: flex-start;
  cursor: pointer
}

.pop-item:hover .pop-title {
  color: var(--gold-700)
}

.pop-num {
  font-family: 'Playfair Display';
  font-size: 26px;
  font-weight: 700;
  color: var(--gold-200);
  line-height: 1;
  flex: none;
  width: 28px;
  padding-top: 2px
}

.pop-body .pop-cat {
  font-family: 'JetBrains Mono';
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 3px
}

.pop-body .pop-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  transition: .15s
}

.pop-body .pop-date {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 3px
}

/* Categories widget */
.cat-list {
  display: flex;
  flex-direction: column;
  gap: 0
}

.cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s3) 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: .15s
}

.cat-item:last-child {
  border-bottom: none
}

.cat-item:hover .ci-name {
  color: var(--gold-700)
}

.ci-name {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .15s
}

.ci-name svg {
  width: 14px;
  height: 14px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ci-badge {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  background: var(--warm-3);
  color: var(--muted);
  padding: 2px 8px;
  border-radius: var(--r-pill)
}

/* Newsletter */
.nl-card {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 60%, #3a2a10 100%);
  border-radius: var(--r-xl);
  padding: var(--s5);
  position: relative;
  overflow: hidden
}

.nl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 85% 15%, rgba(246, 194, 58, .18), transparent 55%)
}

.nl-card h4 {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 6px
}

.nl-card p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .5);
  position: relative;
  z-index: 1;
  margin-bottom: var(--s4)
}

.nl-input {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s2)
}

.nl-input input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid rgba(246, 194, 58, .2);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 13px;
  font-family: 'Inter';
  outline: none;
  transition: .2s
}

.nl-input input::placeholder {
  color: rgba(255, 255, 255, .3)
}

.nl-input input:focus {
  border-color: rgba(246, 194, 58, .5);
  background: rgba(255, 255, 255, .1)
}

.nl-input button {
  padding: 10px;
  background: var(--gold-700);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Inter';
  transition: .2s
}

.nl-input button:hover {
  background: var(--gold-800)
}

/* Tags cloud */
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2)
}

.tc-tag {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  background: var(--warm-2);
  border: 1px solid var(--line);
  color: var(--slate);
  cursor: pointer;
  transition: .15s;
  font-weight: 500
}

.tc-tag:hover {
  background: var(--gold-50);
  border-color: var(--gold-300);
  color: var(--gold-700)
}

.tc-tag.active {
  background: var(--gold-100);
  color: var(--gold-800);
  font-weight: 600
}

#tag-page span.tag {
  padding: 3px 10px;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 45%, #3a2a0e 100%);
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(246, 194, 58, .18), transparent 55%)
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
  position: relative;
  z-index: 1;
  padding: var(--s8) var(--s5)
}

.cta-inner .title-cta-bottom {
  font-family: 'Playfair Display';
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  max-width: 480px
}

.cta-inner .title-cta-bottom em {
  color: var(--gold-400);
  font-style: italic
}

.cta-actions {
  display: flex;
  gap: var(--s3);
  flex-wrap: wrap;
  flex: none
}

/* ===== CSS SCENE HELPERS ===== */
.scene {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.gold-win {
  background: rgba(246, 194, 58, .65);
  border-radius: 1px
}

.dim-win {
  background: rgba(246, 194, 58, .25);
  border-radius: 1px
}

.off-win {
  background: rgba(10, 14, 24, .75);
  border-radius: 1px
}

/* Scene background presets */
.s-deep-night {
  background: linear-gradient(175deg, #060810 0%, #0a1020 40%, #0c1828 70%, #080e1a 100%)
}

.s-dusk {
  background: linear-gradient(180deg, #1a1008 0%, #2a1a08 35%, #1e1206 65%, #120e06 100%)
}

.s-coastal {
  background: linear-gradient(180deg, #060e18 0%, #0a1824 40%, #0c1e10 75%, #080e08 100%)
}

.s-urban {
  background: linear-gradient(175deg, #0a0610 0%, #100814 40%, #0c1020 100%)
}

.s-warm {
  background: linear-gradient(175deg, #180a06 0%, #221008 40%, #1a1006 100%)
}

.s-green {
  background: linear-gradient(175deg, #081208 0%, #0e1c0a 40%, #0c1808 100%)
}


/* Tablet */
@media (min-width:768px) and (max-width:1024px) {
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  #overlay.open {
    display: block;
    top: 134px;
    left: 0;
    transform: translateY(0);
  }

  #overlay {
    background: #fff;
    border-top: 1px solid #eef1f8;
    padding: 20px 24px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    z-index: 999;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:960px) {
  .main-grid {
    grid-template-columns: 1fr
  }

  .sidebar {
    position: static
  }

  .featured-card {
    grid-template-columns: 1fr
  }

  .fc-img {
    min-height: 240px
  }

  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .cta-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

}

@media (max-width: 768px) {
  .ph-inner {
    padding: var(--s7) 10px var(--s8) 10px;
  }

  .page-hero {
    padding-top: 0;
  }

  .breadcrumb a,
  .breadcrumb span {
    padding-left: 0;
  }

  .list-card {
    flex-wrap: wrap;
  }

  .lc-img {
    width: 100%;
    height: auto;
  }

  .lc-meta {
    justify-content: center;
  }

  .ac-img {
    height: auto;
  }
}

@media(max-width:640px) {

  .nav-links,
  .nav-cta .btn-gold {
    display: none
  }

  .article-grid {
    grid-template-columns: 1fr
  }
}

@media(prefers-reduced-motion:reduce) {}