/*
Theme Name: GNG Magazine
Theme URI: https://gngmagazine.in
Author: GNG Magazine
Description: Premium fashion magazine theme - G&G Magazine. Full-width Moevir-style layout.
Version: 3.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: gng-magazine
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Raleway:wght@300;400;500;600&display=swap');

/* ─── VARIABLES ─── */
:root {
  --black:  #000000;
  --white:  #ffffff;
  --off:    #f9f9f9;
  --mid:    #777777;
  --border: #e0e0e0;
  --gold:   #b8a070;
  --dark:   #111111;
  --covers-bg: #0f0b08;
  --serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:   'Raleway', 'Helvetica Neue', Arial, sans-serif;
  --gap:    1px;
}

/* ─── RESET ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--white);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ─── FULL WIDTH ─── */
/* No max-width on the body — everything goes edge to edge */
/* Inner content uses padding for breathing room */

/* ════════════════════════════════════
   TOP BAR — thin strip, edge to edge
   ════════════════════════════════════ */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 32px;
  border-bottom: 0.5px solid var(--border);
  background: var(--white);
}
.top-bar__social { display: flex; gap: 9px; align-items: center; }
.top-bar__icon {
  width: 28px; height: 28px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s ease;
}
.top-bar__icon:hover { background: var(--black); border-color: var(--black); }
.top-bar__icon svg { width: 12px; height: 12px; fill: var(--black); transition: fill .2s; }
.top-bar__icon:hover svg { fill: var(--white); }
.top-bar__icon .si { fill: none; stroke: var(--black); stroke-width: 1.6; transition: stroke .2s; }
.top-bar__icon:hover .si { stroke: var(--white); }
.top-bar__adv {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 0.5px solid transparent;
  padding-bottom: 1px;
  transition: all .2s;
}
.top-bar__adv:hover { color: var(--black); border-bottom-color: var(--black); }

/* ════════════════════════════════════
   MASTHEAD — large centered title
   ════════════════════════════════════ */
.masthead {
  text-align: center;
  padding: 28px 0 18px;
  background: var(--white);
}
.masthead a { display: inline-block; }
.masthead__title {
  font-family: var(--serif);
  font-size: 110px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--black);
  display: block;
}
.masthead__amp { font-style: italic; }
.masthead__reg {
  font-family: var(--serif);
  font-size: 16px;
  vertical-align: super;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
.masthead__sub {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 7px;
}

/* ════════════════════════════════════
   NAVIGATION — edge to edge
   ════════════════════════════════════ */
.main-nav {
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  background: var(--white);
}
.main-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav__inner a {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--black);
  padding: 15px 24px;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all .2s;
  white-space: nowrap;
}
.main-nav__inner a:hover { border-bottom-color: var(--black); }
.main-nav__inner a.current,
.main-nav__inner .current-menu-item a,
.main-nav__inner .current_page_item a {
  color: var(--mid);
  border-bottom-color: transparent;
  pointer-events: none;
}

/* ════════════════════════════════════
   HERO — full width, edge to edge
   ════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: #1a1a1a;
}
.hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.2) 45%,
    rgba(0,0,0,0.0) 100%);
}
.hero__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 44px 48px;
}
.hero__kicker {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.hero__title {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 300;
  line-height: 1.06;
  color: var(--white);
  max-width: 620px;
  margin-bottom: 14px;
}
.hero__title em { font-style: italic; }
.hero__excerpt {
  font-family: var(--sans);
  font-size: 12px; font-weight: 300;
  color: rgba(255,255,255,0.65);
  max-width: 400px;
  line-height: 1.75;
}
.hero__cta {
  margin-top: 20px;
  display: inline-block;
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  border-bottom: 0.5px solid rgba(255,255,255,0.5);
  padding-bottom: 3px;
}
.hero__cta:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ════════════════════════════════════
   SECTION HEADERS
   ════════════════════════════════════ */
.sec-hdr {
  display: flex; align-items: center; gap: 16px;
  padding: 36px 32px 18px;
  background: var(--white);
}
.sec-hdr__label {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--mid);
  white-space: nowrap;
}
.sec-hdr__line { flex: 1; height: 0.5px; background: var(--border); }
.sec-hdr__accent {
  font-family: var(--serif);
  font-size: 13px; font-style: italic; font-weight: 400;
  color: var(--mid);
  white-space: nowrap;
}

/* BIG SECTION TITLE — like FASHION, BEAUTY on Moevir */
.big-title {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 32px 18px;
  border-top: 0.5px solid var(--border);
  margin-top: 40px;
  color: var(--black);
  background: var(--white);
}

/* ════════════════════════════════════
   CARDS — white background, black text
   ════════════════════════════════════ */
.card {
  background: var(--white);
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.card__thumb { overflow: hidden; }
.card__thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.card:hover .card__thumb img { transform: scale(1.04); }

/* Placeholder */
.img-ph {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0eeeb;
  transition: transform 0.6s ease;
}
.card:hover .img-ph { transform: scale(1.04); }
.img-ph span {
  font-family: var(--sans);
  font-size: 10px; font-weight: 400;
  color: #bbb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card__body { padding: 16px 16px 20px; background: var(--white); }
.card__cat {
  font-family: var(--sans);
  font-size: 8px; font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}
.card__title {
  font-family: var(--serif);
  font-size: 22px; font-weight: 400;
  line-height: 1.18;
  color: var(--black);
  margin-bottom: 8px;
}
.card__title--lg { font-size: 34px; line-height: 1.08; }
.card__title--sm { font-size: 17px; }
.card__title--xs { font-size: 14px; }
.card__excerpt {
  font-family: var(--sans);
  font-size: 11px; font-weight: 300;
  color: var(--mid);
  line-height: 1.72;
}
.card__meta {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 10px;
}

/* ════════════════════════════════════
   EDITORIAL GRID — full width, no margins
   ════════════════════════════════════ */
.ed-wrap { padding: 0; }

.ed-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--gap);
  background: var(--border);
}
.ed-feature { background: var(--white); overflow: hidden; }
.ed-feature .card__thumb img,
.ed-feature .img-ph { height: 420px; }

.ed-portraits {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--gap);
  background: var(--border);
}
.ed-portrait {
  background: var(--white);
  display: grid;
  grid-template-columns: 160px 1fr;
  overflow: hidden;
}
.ed-portrait:hover .card__thumb img,
.ed-portrait:hover .img-ph { transform: scale(1.04); }
.ed-portrait .card__thumb img,
.ed-portrait .img-ph { width: 160px; height: 210px; }

.ed-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  background: var(--border);
  margin-top: var(--gap);
}
.ed-bottom .card__thumb img,
.ed-bottom .img-ph { height: 260px; width: 100%; }

/* ════════════════════════════════════
   FASHION GRID — full width portrait cards
   ════════════════════════════════════ */
.fashion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
  background: var(--border);
}
.fashion-grid .card__thumb img,
.fashion-grid .img-ph { height: 420px; }

.fashion-grid--row2 .card__thumb img,
.fashion-grid--row2 .img-ph { height: 280px; }

/* ════════════════════════════════════
   OUR COVERS — dark background, full width
   ════════════════════════════════════ */
.covers-section {
  background: var(--covers-bg);
  padding: 56px 0 60px;
  margin-top: 48px;
  overflow: hidden;
}
.covers-section__hdr {
  text-align: center;
  padding: 0 32px 36px;
}
.covers-section__eye {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 12px;
}
.covers-section__title {
  font-family: var(--serif);
  font-size: 52px; font-weight: 300;
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 1;
}
.covers-section__title em { font-style: italic; color: rgba(255,255,255,0.7); }

/* SCROLL TRACK */
.covers-outer { padding: 0 32px; }
.covers-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
  cursor: grab;
}
.covers-track::-webkit-scrollbar { display: none; }
.covers-track:active { cursor: grabbing; }

/* SCROLLBAR */
.covers-scrollbar {
  margin: 22px 32px 0;
  position: relative;
  height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  cursor: pointer;
}
.covers-scrollbar__thumb {
  height: 2px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  position: absolute;
  left: 0; top: 0;
  min-width: 44px;
  cursor: grab;
  transition: left 0.04s linear;
}
.covers-scrollbar__thumb:hover { background: var(--white); }

/* COVER CARD */
.cover-card { flex: 0 0 200px; }
.cover-card:hover .cover-card__img img { transform: scale(1.05); }
.cover-card:hover .cover-card__overlay { opacity: 1; }
.cover-card__img {
  width: 200px; height: 283px;
  overflow: hidden;
  position: relative;
}
.cover-card__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.cover-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  transition: transform 0.5s ease;
}
.cover-card:hover .cover-ph { transform: scale(1.05); }
.cover-ph__logo {
  font-family: var(--serif);
  font-size: 30px; font-weight: 300;
  letter-spacing: 6px;
  color: rgba(255,255,255,0.28);
}
.cover-ph__hint {
  font-family: var(--sans);
  font-size: 7px; letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.16);
}
.cover-card__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0; transition: opacity .3s;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
}
.cover-card__overlay-lbl {
  font-family: var(--serif);
  font-size: 14px; font-style: italic;
  color: var(--white);
}
.cover-card__overlay-btn {
  font-family: var(--sans);
  font-size: 8px; font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  border: 0.5px solid rgba(255,255,255,0.6);
  padding: 7px 18px;
  transition: all .2s;
}
.cover-card__overlay-btn:hover { background: var(--white); color: var(--black); }
.cover-card__meta { padding: 12px 2px 0; }
.cover-card__issue {
  font-family: var(--sans);
  font-size: 8px; font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 4px;
}
.cover-card__name {
  font-family: var(--serif);
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.8);
  line-height: 1.3;
}

/* ════════════════════════════════════
   BEAUTY / TECH / LIFESTYLE / NIT
   ════════════════════════════════════ */
.beauty-feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap); background: var(--border);
}
.beauty-feat .card__thumb img, .beauty-feat .img-ph { height: 340px; }

.beauty-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--gap); background: var(--border);
  margin-top: var(--gap);
}
.beauty-grid .card__thumb img, .beauty-grid .img-ph { height: 300px; }

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--gap); background: var(--border);
}
.tech-grid .card__thumb img, .tech-grid .img-ph { height: 260px; }

.life-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: var(--gap); background: var(--border);
}
.life-grid .card__thumb img, .life-grid .img-ph { height: 340px; }

.nit-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: var(--gap); background: var(--border);
}
.nit-grid .card__thumb img, .nit-grid .img-ph { height: 260px; }

/* ════════════════════════════════════
   VIEW ALL LINK
   ════════════════════════════════════ */
.view-all { text-align: center; padding: 20px 0; background: var(--white); }
.view-all a {
  font-family: var(--sans);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 0.5px solid var(--border);
  padding-bottom: 2px;
  transition: all .2s;
}
.view-all a:hover { color: var(--black); border-bottom-color: var(--black); }

/* ════════════════════════════════════
   ARCHIVE PAGES
   ════════════════════════════════════ */
.page-hdr {
  border-bottom: 1px solid var(--black);
  padding: 0 32px 20px;
  margin: 36px 32px 28px;
}
.page-hdr__cat {
  font-family: var(--sans);
  font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--mid); margin-bottom: 8px;
}
.page-hdr__title {
  font-family: var(--serif);
  font-size: 52px; font-weight: 300;
}
.page-hdr__title em { font-style: italic; }

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--gap); background: var(--border);
  margin: 0 32px;
}
.archive-grid .card__thumb img, .archive-grid .img-ph { height: 260px; }

/* ════════════════════════════════════
   SINGLE POST
   ════════════════════════════════════ */
.single-post { max-width: 820px; margin: 0 auto; padding: 48px 32px 72px; }
.single-post__cat { font-family: var(--sans); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--mid); margin-bottom: 14px; }
.single-post__title { font-family: var(--serif); font-size: 50px; font-weight: 300; line-height: 1.06; margin-bottom: 18px; }
.single-post__meta { font-family: var(--sans); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--mid); margin-bottom: 30px; border-bottom: .5px solid var(--border); padding-bottom: 20px; display: flex; gap: 20px; flex-wrap: wrap; }
.single-post__img { width: 100%; height: 520px; object-fit: cover; display: block; margin-bottom: 40px; }
.single-post__content { font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.85; color: var(--black); }
.single-post__content p { margin-bottom: 1.5em; }
.single-post__content h2 { font-family: var(--serif); font-size: 32px; font-weight: 300; margin: 2em 0 .7em; }
.single-post__content h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin: 1.6em 0 .6em; }
.single-post__content blockquote { border-left: 2px solid var(--black); padding-left: 24px; margin: 2em 0; font-family: var(--serif); font-size: 26px; font-style: italic; color: var(--mid); line-height: 1.4; }

/* ════════════════════════════════════
   PAGINATION
   ════════════════════════════════════ */
.pagination { display: flex; justify-content: center; gap: 4px; padding: 40px 0; flex-wrap: wrap; }
.pagination .page-numbers { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; padding: 9px 16px; border: 0.5px solid var(--border); color: var(--mid); transition: all .2s; }
.pagination a.page-numbers:hover { color: var(--black); border-color: var(--black); }
.pagination .current { background: var(--black); color: var(--white); border-color: var(--black); }

/* ════════════════════════════════════
   FOOTER
   ════════════════════════════════════ */
.site-footer {
  margin-top: 56px;
  border-top: 1px solid var(--black);
  padding: 36px 32px 24px;
  background: var(--white);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}
.footer-brand__title { font-family: var(--serif); font-size: 30px; font-weight: 300; letter-spacing: .1em; margin-bottom: 12px; text-transform: uppercase; }
.footer-brand__desc { font-family: var(--sans); font-size: 11px; font-weight: 300; color: var(--mid); line-height: 1.8; }
.footer-col__title { font-family: var(--sans); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; margin-bottom: 14px; font-weight: 500; color: var(--black); }
.footer-col a { display: block; font-family: var(--sans); font-size: 11px; font-weight: 300; color: var(--mid); margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: var(--black); }
.site-footer__bottom { border-top: 0.5px solid var(--border); padding-top: 16px; display: flex; justify-content: space-between; font-family: var(--sans); font-size: 9px; font-weight: 300; color: var(--mid); letter-spacing: .07em; }

/* ════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════ */
@media (max-width: 1200px) {
  .masthead__title { font-size: 88px; }
  .big-title { font-size: 48px; }
}
@media (max-width: 900px) {
  .masthead__title { font-size: 64px; }
  .big-title { font-size: 38px; }
  .ed-top { grid-template-columns: 1fr; }
  .ed-portrait { grid-template-columns: 1fr; }
  .ed-portrait .card__thumb img, .ed-portrait .img-ph { width: 100%; height: 220px; }
  .ed-bottom { grid-template-columns: 1fr; }
  .fashion-grid { grid-template-columns: 1fr 1fr; }
  .beauty-feat { grid-template-columns: 1fr; }
  .beauty-grid { grid-template-columns: 1fr 1fr; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .life-grid { grid-template-columns: 1fr; }
  .nit-grid { grid-template-columns: 1fr 1fr; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .top-bar { padding: 10px 16px; }
  .masthead__title { font-size: 44px; }
  .main-nav__inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding: 0 8px; }
  .main-nav__inner a { padding: 13px 14px; font-size: 9px; }
  .hero { height: 440px; }
  .hero__content { padding: 24px 20px; }
  .hero__title { font-size: 32px; }
  .sec-hdr { padding: 24px 16px 14px; }
  .big-title { font-size: 30px; padding: 28px 16px 14px; }
  .fashion-grid { grid-template-columns: 1fr 1fr; }
  .fashion-grid .card__thumb img, .fashion-grid .img-ph { height: 260px; }
  .fashion-grid--row2 .card__thumb img, .fashion-grid--row2 .img-ph { height: 200px; }
  .nit-grid { grid-template-columns: 1fr 1fr; }
  .archive-grid { grid-template-columns: 1fr; margin: 0 16px; }
  .page-hdr { margin: 20px 16px 16px; }
  .covers-outer { padding: 0 16px; }
  .covers-scrollbar { margin: 18px 16px 0; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .single-post { padding: 24px 16px; }
  .single-post__title { font-size: 34px; }
}

/* ════════════════════════════════════
   FOOTER — BLACK like Moevir
   ════════════════════════════════════ */
.site-footer {
  margin-top: 56px;
  background: #000000 !important;
  border-top: none !important;
  padding: 72px 56px 32px;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}
.footer-left {}
.footer-brand__logo {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.footer-brand__mag {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 36px;
  display: block;
}
.footer-brand__desc {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 44px;
}
.footer-social {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-social__ico {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .22s;
}
.footer-social__ico:hover { background: #ffffff; border-color: #ffffff; }
.footer-social__ico svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.7); transition: fill .22s; }
.footer-social__ico:hover svg { fill: #000000; }
.footer-social__ico .fsi { fill: none; stroke: rgba(255,255,255,0.7); stroke-width: 1.5; transition: stroke .22s; }
.footer-social__ico:hover .fsi { stroke: #000000; }

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 12px;
}
.footer-col__title {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  transition: color .2s;
}
.footer-col a:hover { color: #ffffff; }

.site-footer__divider {
  height: 0.5px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 24px;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
  border-top: none !important;
  padding-top: 0 !important;
}
.site-footer__bottom a { color: rgba(255,255,255,0.3); transition: color .2s; }
.site-footer__bottom a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 768px) {
  .site-footer { padding: 48px 24px 28px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-brand__logo { font-size: 52px; }
  .footer-right { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════
   FULL WIDTH FIX — All Pages
   ════════════════════════════════════ */

/* Remove any body/html max-width restrictions */
html, body { max-width: 100% !important; width: 100% !important; }

/* Single post — full width with thin margins */
.single-post {
  max-width: 100% !important;
  padding: 48px 48px 72px !important;
}
.single-post__img {
  width: 100% !important;
  height: 580px !important;
  object-fit: cover;
  margin-bottom: 44px;
}
.single-post__title { font-size: 52px !important; }
.single-post__content {
  max-width: 860px;
  margin: 0 auto;
}

/* Archive / Category pages — full width */
.page-hdr {
  margin: 36px 48px 28px !important;
  padding: 0 0 20px !important;
}
.archive-grid {
  margin: 0 !important;
  padding: 0 48px;
  background: transparent !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1px;
  background: #e0e0e0 !important;
}
.archive-grid .card__thumb img,
.archive-grid .img-ph { height: 300px !important; }

/* Grids — remove side margins, go full width */
.fashion-grid,
.fashion-grid--row2,
.beauty-feat,
.beauty-grid,
.tech-grid,
.life-grid,
.nit-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Editorial grid */
.ed-wrap { padding: 0 !important; }
.ed-top, .ed-bottom { margin: 0 !important; }

/* Section headers — thin side padding */
.sec-hdr { padding-left: 48px !important; padding-right: 48px !important; }
.big-title { padding-left: 48px !important; padding-right: 48px !important; }
.view-all { padding-left: 48px !important; padding-right: 48px !important; }

/* Covers */
.covers-outer { padding: 0 48px !important; }
.covers-scrollbar { margin-left: 48px !important; margin-right: 48px !important; }

/* Top bar and footer */
.top-bar { padding: 12px 48px !important; }
.masthead { padding: 28px 48px 18px !important; }
.site-footer { padding: 72px 48px 32px !important; }

/* Bollywood section */
.bollywood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0e0e0;
  margin: 0 !important;
}
.bollywood-grid .card__thumb img,
.bollywood-grid .img-ph { height: 320px; }

/* Page (static pages like About, Contact) */
.single-post.page-content {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 60px 48px !important;
}

/* Pagination */
.pagination { padding: 40px 48px !important; }

/* Related posts grid */
.archive-grid.related { 
  padding: 0 !important; 
  grid-template-columns: repeat(3,1fr) !important;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .single-post { padding: 32px 24px 48px !important; }
  .page-hdr { margin: 24px 24px 20px !important; }
  .archive-grid { padding: 0 24px; grid-template-columns: repeat(2,1fr) !important; }
  .sec-hdr { padding-left: 24px !important; padding-right: 24px !important; }
  .big-title { padding-left: 24px !important; padding-right: 24px !important; }
  .top-bar { padding: 10px 24px !important; }
  .site-footer { padding: 48px 24px 28px !important; }
  .covers-outer { padding: 0 24px !important; }
  .covers-scrollbar { margin-left: 24px !important; margin-right: 24px !important; }
}
@media (max-width: 600px) {
  .single-post { padding: 24px 16px 40px !important; }
  .archive-grid { padding: 0 !important; grid-template-columns: 1fr !important; }
  .sec-hdr { padding-left: 16px !important; padding-right: 16px !important; }
  .big-title { padding-left: 16px !important; padding-right: 16px !important; }
  .top-bar { padding: 10px 16px !important; }
  .site-footer { padding: 40px 16px 24px !important; }
}
