/* DMVJams - Rebuilt from original Video Flick theme */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font: 12px Georgia, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #4A4A4A;
  background: #111;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  margin: 35px 0 15px 0;
  padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited { color: #FFFFFF; }
h1 a:hover { color: #999999; }

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover { color: #909090; }

h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2px 0;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
h2 a:link, h2 a:active, h2 a:visited { color: #FFFFFF; }
h2 a:hover { text-decoration: underline; }

h3 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFFFFF;
}

h4 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFFFFF;
}

img { border: 0; }
p { margin: 0 0 10px 0; }

/* =====================
   WRAPPER
   ===================== */
#wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}

/* =====================
   HEADER
   ===================== */
#headwrap {
  float: left;
  width: 960px;
  border-top: 4px solid #fff;
  position: relative;
}

/* Main nav: full-width block row at top of header */
#menu {
  display: block;
  width: 960px;
  overflow: hidden;
  text-align: right;
}

/* =====================
   HEADER GROUP (968×214)
   ===================== */
#header-group {
  position: relative;
  width: 960px;
  height: 193px;
  background: #000;
  overflow: hidden;
}

/* Logo — absolutely positioned in header group */
#logo {
  position: absolute;
  left: 28px;
  top: 10px;
  width: 155px;
}
#logo img {
  display: block;
  width: 150px;
  height: auto;
}
.logo-beta {
  display: block;
  font-family: Georgia, serif;
  font-size: 10px;
  color: #29abe2;
  margin-top: 4px;
  margin-left: 2px;
}

/* Tagline: "United we Stand, Divided we Unite." */
.hdr-tagline {
  position: absolute;
  left: 170px;
  top: 34px;          /* top-aligned with image section */
  width: 136px;
  height: 62px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFEFE;
}

/* Vertical divider lines — clean 1px approach, no transform tricks */
.hdr-line {
  position: absolute;
  width: 1px;
  height: 108px;
  background: #FFFFFF;
  top: 53px; /* (214-108)/2 = 53, centered vertically */
}
.hdr-line-3 { left: 316px; } /* right of tagline (ends at 170+136=306) + 10px gap */
.hdr-line-4 { left: 519px; } /* right of image layers (ends at 335+169=504) + 15px gap */

/* Rectangle 14 — black, back layer */
.hdr-rect-14 {
  position: absolute;
  left: 335px;
  top: 34px;
  width: 169px;
  height: 146px;
  background: #000000;
  z-index: 1;
}

/* Rectangle 13 — gray, middle layer */
.hdr-rect-13 {
  position: absolute;
  left: 361px;
  top: 54px;
  width: 117px;
  height: 106px;
  background: #D9D9D9;
  z-index: 2;
}

/* Screenshot 2 — taco.png front layer */
.hdr-screenshot-2 {
  position: absolute;
  left: 349px;
  top: 42px;
  width: 129px;
  height: 130px;
  background: url('../taco.png') no-repeat center center;
  background-size: cover;
  z-index: 3;
}

/* Large headline (27px) — top-aligned with other columns */
.hdr-text-lg {
  position: absolute;
  left: 714px;
  top: 34px;
  width: 234px;
  height: 62px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #FFFEFE;
}

/* Medium text (14px) — top-aligned with other columns */
.hdr-text-med {
  position: absolute;
  left: 540px;
  top: 34px;
  width: 160px;
  height: 62px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFEFE;
}

/* Small text (9px, gray) — stacked below med */
.hdr-text-sm {
  position: absolute;
  left: 540px;
  top: 100px;
  width: 147px;
  height: 29px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  color: #B0B0B0;
}

/* Twitter handle (9px, gray) — stacked below sm */
.hdr-text-twitter {
  position: absolute;
  left: 540px;
  top: 132px;
  width: 121px;
  height: 15px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  color: #B0B0B0;
}

/* =====================
   QUICK MENU (qmenu)
   ===================== */
#qmenu {
  float: left;
  width: 960px;
  clear: both;
}
#qmenu ul {
  border-top: 1px dashed #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  float: none;
}

/* =====================
   SUPERFISH MENU
   ===================== */
.sf-menu, .sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-align: left;
}
.sf-menu {
  line-height: 1.0;
  float: right;
  position: relative;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 160px;
  background: #1a1a1a;
  z-index: 100;
}
.sf-menu ul li { width: 100%; }
.sf-menu li {
  float: left;
  position: relative;
  font-style: italic;
}
.sf-menu li:hover { background: orange; color: #111; }
.sf-menu li:hover > ul { top: 26px; left: 0; }
.sf-menu a {
  display: block;
  position: relative;
  border-left: 1px dashed #f1f1f1;
  text-decoration: none;
  padding: 6px 10px 8px 10px;
  font-size: 1.0em;
  color: #FFFFFF;
}
.sf-menu a:visited { color: #FFFFFF; }
.sf-menu li:hover > a { color: #111; }
.sf-menu li li {
  background: #2A2A2A;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  margin: 0 0 -1px 0;
  float: none;
}
.sf-menu li li:hover { background: orange; }
.sf-menu li li a { border-left: none; padding: 6px 10px; color: #ccc; }
.sf-menu li li:hover > a { color: #111; }

.big-li { font-size: 1.2em; }

#login {
  float: right;
  margin-top: 20px;
}

/* Search */
#searchwrap {
  float: right;
  margin: 0;
  background: none;
  width: 284px;
}
#searchForm {
  display: flex;
  align-items: center;
  padding: 4px 15px;
  background: #1a1a1a;
  border: 1px dashed #444;
}
#s {
  font-size: 13px;
  border: none;
  padding: 4px;
  background: transparent;
  color: #fff;
  flex: 1;
  font-family: Georgia, serif;
  outline: none;
}
#s::placeholder { color: #666; }
#searchsubmit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
}
#searchsubmit img { width: 16px; }

/* =====================
   VIDEO/FLASH AREA
   ===================== */
#flash1 {
  margin-top: -25px;
  width: 960px;
  border-top: 2px solid #f1f1f1;
}
#vp-wrap {
  width: 960px;
  background: #000;
}

/* Video frame — iframe fills it, shield sits on top */
#vp-frame {
  position: relative;
  width: 960px;
  height: 480px;
  overflow: hidden;
  background: #000;
  line-height: 0;
}
#vp-frame #ytplayer,
#vp-frame #ytplayer iframe {
  display: block;
  width: 960px !important;
  height: 480px !important;
  border: none;
}
/* Transparent overlay: blocks YT's own click UI, lets us control via API */
#vp-shield {
  position: absolute;
  top: 0; left: 0;
  width: 960px;
  height: 480px;
  z-index: 2;
  cursor: pointer;
}

/* Nav bar below video */
#vp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-top: 1px solid #1a1a1a;
  padding: 0 18px;
  height: 38px;
}
.vp-skip {
  background: none;
  border: 1px solid #333;
  color: #999;
  font-family: Georgia, serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 18px;
  cursor: pointer;
}
.vp-skip:hover { border-color: #ff9b1a; color: #ff9b1a; }
#vp-nums { display: flex; gap: 3px; }
.vp-num {
  width: 28px;
  height: 24px;
  background: #111;
  border: 1px solid #222;
  color: #555;
  font-family: Georgia, serif;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-num:hover { border-color: #ff9b1a; color: #ff9b1a; }
.vp-num.vp-active { background: #ff9b1a; color: #000; border-color: #ff9b1a; }
.vp-num.vp-empty  { opacity: 0.2; cursor: default; }

/* =====================
   NEWSREEL
   ===================== */
#newsreel {
  width: 960px;
  height: 400px;
  float: left;
  display: flex;
  background: #080808;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #222;
  overflow: hidden;
}

.nr-col {
  flex: 1;
  padding: 18px 20px;
  border-right: 1px solid #222;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.nr-col:last-child { border-right: none; }

/* Section label — orange, uppercase, like a newspaper column header */
.nr-label {
  font-family: Georgia, serif;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ff9b1a;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

/* ── Col 1: Featured ── */
.nr-feat-img {
  width: 100%;
  height: 110px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 28px;
  margin-bottom: 10px;
}
.nr-headline {
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 0 0 8px 0;
}
.nr-excerpt {
  font-family: Georgia, serif;
  font-size: 10px;
  color: #888;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.nr-read {
  font-family: Georgia, serif;
  font-size: 9px;
  color: #ff9b1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.nr-read:hover { color: #ffa733; }

/* ── Col 2: Gallery Navigator ── */
.nr-gal-img {
  width: 100%;
  height: 150px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 32px;
  margin-bottom: 10px;
}
.nr-gal-title {
  font-family: Georgia, serif;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.35;
  min-height: 30px;
  margin-bottom: 4px;
}
.nr-gal-meta {
  font-family: Georgia, serif;
  font-size: 8px;
  letter-spacing: 1px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.nr-gal-controls {
  display: flex;
  gap: 6px;
}
.nr-gal-btn {
  flex: 1;
  background: #111;
  border: 1px solid #333;
  color: #ccc;
  font-family: Georgia, serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 4px;
  cursor: pointer;
}
.nr-gal-btn:hover { background: #ff9b1a; color: #000; border-color: #ff9b1a; }

/* ── Col 3: News Feed ── */
.nr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nr-list li {
  padding: 9px 0;
  border-bottom: 1px dashed #1e1e1e;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nr-list li:last-child { border-bottom: none; }
.nr-cat {
  font-family: Georgia, serif;
  font-size: 7px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff9b1a;
}
.nr-list a {
  font-family: Georgia, serif;
  font-size: 11px;
  color: #bbb;
  text-decoration: none;
  line-height: 1.3;
}
.nr-list a:hover { color: #fff; }

/* ── Col 4: Editorial ── */
.nr-ed-item { margin-bottom: 12px; }
.nr-ed-head {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 0 0 6px 0;
}
.nr-ed-body {
  font-family: Georgia, serif;
  font-size: 13px;
  color: #ececec;
  line-height: 1.6;
  margin: 0 0 6px 0;
}
.nr-ed-rule {
  width: 100%;
  height: 1px;
  background: #222;
  margin: 14px 0;
}

/* =====================
   CONTENT WRAP
   ===================== */
#contentwrap {
  width: 960px;
  float: left;
  padding: 30px 0 0 0;
}

/* Top info row */
#top {
  width: 660px;
  float: left;
  margin-bottom: 10px;
}
#twitter_div {
  font-size: 1.0em;
  line-height: 1.0em;
  color: #999;
  margin-bottom: 10px;
  font-style: italic;
}
#right {
  color: #999;
}
#right h1 {
  font-size: 18px;
  margin: 0 0 8px 0;
  color: #ff9b1a;
}
#right p { color: #999; }

/* =====================
   GALLERY / MAIN CONTENT
   ===================== */
#maincontent {
  width: 660px;
  float: left;
}
#maincontent img { padding-bottom: 0; }

.galleryitem {
  width: 200px;
  height: 210px;
  float: left;
  margin: 0 20px 20px 0;
  font-size: 11px;
  line-height: 1.2em;
  overflow: hidden;
}
.galleryitem img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  display: block;
}
.galleryitem h3 {
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1.4em;
  padding: 5px 5px 0 5px;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  text-transform: none;
  color: #FFFFFF;
}
.galleryitem h3 a { color: #FFFFFF; }
.galleryitem h3 a:hover { color: #ff9b1a; text-decoration: underline; }
.galleryitem p { margin: 0 5px 0 5px; }

.gallery-thumb-placeholder {
  width: 200px;
  height: 150px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 32px;
}

/* Pagination */
#pagenavi {
  width: 660px;
  float: left;
  margin: 0 0 20px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 12px;
  overflow: hidden;
}
#pagenavi a:link, #pagenavi a:visited {
  background: #101010;
  padding: 7px 12px;
  display: inline-block;
  color: #fff;
}
#pagenavi a:hover { background: #2A2A2A; }
#older { float: left; }
#newer { float: right; }

/* =====================
   SIDEBAR
   ===================== */
#sidebar {
  width: 260px;
  float: left;
  color: #999999;
  font-size: 11px;
  line-height: 1.2em;
  margin-left: 40px;
}
.widgetblock {
  width: 260px;
  float: left;
  margin: 0 0 20px 0;
  padding: 8px;
}
.widgetblock h3 {
  border-bottom: 1px solid #5A5A5A;
  padding: 0 0 5px 0;
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #fff;
}
.widgettitle {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #5A5A5A;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.sidebar_ad {
  width: 260px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
#sidebar .widget_categories select {
  background: #1a1a1a;
  color: #ccc;
  border: 1px solid #444;
  padding: 4px;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 11px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  padding: 3px 0;
  border-bottom: 1px solid #1a1a1a;
}
#sidebar ul li a { color: #999; font-size: 11px; }
#sidebar ul li a:hover { color: #ff9b1a; }

/* Sidebar email signup */
.sidebar-email-signup {
  background: #1a1a1a;
  padding: 12px;
  border: 1px solid #333;
  text-align: center;
}
.sidebar-email-signup p {
  color: #ccc;
  font-size: 11px;
  margin-bottom: 8px;
}
.sidebar-email-signup input[type="email"] {
  width: 100%;
  background: #000;
  border: 1px solid #444;
  color: #fff;
  padding: 6px;
  font-size: 11px;
  margin-bottom: 6px;
}
.sidebar-email-signup button {
  background: #ff9b1a;
  color: #000;
  border: none;
  padding: 6px 14px;
  font-family: Georgia, serif;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}
.sidebar-email-signup button:hover { background: #ffa733; }

/* =====================
   FOOTER
   ===================== */
#footer {
  width: 960px;
  float: left;
  border-top: 1px solid #333;
  margin: 10px 0 0 0;
  padding: 30px 0 50px 0;
}
#footer a:link, #footer a:visited { color: #4A4A4A; }
#footer a:hover { color: #CCCCCC; text-decoration: underline; }
#footer p {
  font-size: 11px;
  margin: 0;
  color: #4A4A4A;
}
#footer h3 {
  font-size: 12px;
  color: #FFFFFF;
  padding: 0;
  margin: 0 0 4px 0;
}

/* =====================
   SHOP PAGE
   ===================== */
.page-header {
  float: left;
  width: 960px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
}
.page-header h1 {
  font-size: 28px;
  color: #ff9b1a;
  margin: 0 0 8px 0;
}
.page-header p { color: #999; font-size: 14px; }

.packages-grid {
  float: left;
  width: 960px;
  margin-bottom: 40px;
}
.package-card {
  width: 290px;
  float: left;
  margin-right: 30px;
  background: #0d0d0d;
  border: 1px solid #222;
  padding: 24px 20px 28px;
  font-family: Georgia, serif;
  position: relative;
  transition: border-color 0.2s;
}
.package-card:last-child { margin-right: 0; }
.package-card:hover { border-color: #ff9b1a; }
.package-card.featured {
  border-color: #ff9b1a;
  background: #0d0d0d;
}
.package-card.featured::before {
  content: "MOST POPULAR";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff9b1a;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  font-family: Georgia, serif;
  letter-spacing: 1px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.package-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.package-price {
  font-size: 40px;
  color: #ff9b1a;
  margin: 12px 0 4px 0;
  line-height: 1;
}
.package-price span {
  font-size: 16px;
  color: #666;
  vertical-align: super;
}
.package-period {
  font-size: 11px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.package-features {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}
.package-features li {
  color: #999;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #1a1a1a;
}
.package-features li::before {
  content: "✓ ";
  color: #ff9b1a;
  font-weight: bold;
}
.btn-purchase {
  display: block;
  width: 100%;
  background: #ff9b1a;
  color: #000;
  border: none;
  padding: 12px 0;
  font-family: Georgia, serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}
.btn-purchase:hover { background: #ffa733; color: #000; }
.featured .btn-purchase { background: #ff9b1a; }

/* How it works section */
.how-it-works {
  float: left;
  width: 960px;
  padding: 30px 0;
  border-top: 1px solid #222;
}
.how-it-works h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.step {
  text-align: center;
  padding: 16px;
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
}
.step-num {
  width: 36px;
  height: 36px;
  background: #ff9b1a;
  color: #000;
  font-size: 18px;
  font-family: Georgia, serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.step h4 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.step p { color: #777; font-size: 11px; }

/* =====================
   PAGE CONTENT (About, Submit, etc.)
   ===================== */
#page {
  margin: 0 0 20px 0;
  float: left;
  width: 660px;
}
.postcontent {
  width: 624px;
  float: left;
  margin: 0 20px 0 0;
  padding: 8px;
  background: #101010;
  color: #999999;
}
.postcontent h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  margin-bottom: 10px;
}
.postcontent p { color: #999; }

/* =====================
   MOBILE HAMBURGER BUTTON
   ===================== */
.mob-menu-btn {
  display: none;
  background: none;
  border: 1px solid #555;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 5px 13px;
  cursor: pointer;
  font-family: Georgia, serif;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1060px) {
  #wrapper { width: 100%; max-width: 960px; }
}

@media (max-width: 768px) {

  /* ── Core ── */
  #wrapper { width: 100%; overflow-x: hidden; }

  /* ── Header ── */
  #headwrap { width: 100%; float: none; }
  #menu { width: 100%; overflow: visible; min-height: 40px; }

  /* Show hamburger on mobile */
  .mob-menu-btn { display: block; float: right; margin: 6px 10px 6px 0; }

  /* Main nav: hidden by default, shown by JS toggle */
  #main-nav {
    display: none;
    float: none;
    width: 100%;
    background: #111;
    border-top: 1px solid #333;
    position: relative;
    z-index: 200;
  }
  #main-nav.mob-open  { display: block; }
  #main-nav > li      { float: none; display: block; border-bottom: 1px solid #222; }
  #main-nav > li > a  { border-left: none; padding: 12px 16px; display: block; }
  #main-nav ul        { display: none !important; }
  #searchwrap         { float: none; width: 100%; }
  #searchForm         { border: none; border-top: 1px solid #333; }

  /* Logo: pages where it sits directly in headwrap (shop, submit) */
  #headwrap > #logo {
    position: static;
    display: block;
    float: none;
    width: auto;
    padding: 8px 14px;
  }

  /* Header group (index.html): flex row — logo | tagline | screenshot */
  #header-group {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    gap: 12px;
  }
  #header-group > * { position: static; left: auto; top: auto; }

  #header-group #logo   { width: 90px; flex-shrink: 0; padding: 0; }
  .hdr-tagline          { flex: 1; width: auto; height: auto; font-size: 11px; line-height: 1.35; }
  .hdr-screenshot-2     { width: 64px; height: 64px; flex-shrink: 0; }

  .hdr-line,
  .hdr-rect-14,
  .hdr-rect-13,
  .hdr-text-lg,
  .hdr-text-med,
  .hdr-text-sm,
  .hdr-text-twitter     { display: none; }

  /* Quick menu: wrap onto multiple lines */
  #qmenu              { width: 100%; float: none; clear: both; }
  #qmenu .sf-menu     { display: flex; flex-wrap: wrap; float: none; }
  #qmenu .sf-menu li  { float: none; }
  #qmenu .sf-menu a   { border-left: none; padding: 8px 10px; font-size: 10px; }
  #qmenu .sf-menu ul  { display: none !important; }

  /* ── Video player: responsive 16:9 ── */
  #flash1   { width: 100%; margin-top: 0; }
  #vp-wrap  { width: 100%; }
  #vp-frame { width: 100%; height: 0; padding-bottom: 56.25%; }
  #vp-frame #ytplayer,
  #vp-frame #ytplayer iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #vp-shield { position: absolute; width: 100%; height: 100%; }
  #vp-bar    { width: 100%; padding: 0 8px; flex-wrap: wrap; gap: 4px; height: auto; }
  #vp-nums   { flex-wrap: wrap; justify-content: center; }

  /* ── Newsreel: stack columns ── */
  #newsreel           { width: 100%; height: auto; flex-direction: column; float: none; }
  .nr-col             { border-right: none; border-bottom: 1px solid #1e1e1e; }
  .nr-col:last-child  { border-bottom: none; }

  /* ── Content ── */
  #contentwrap { width: 100%; float: none; padding: 16px; box-sizing: border-box; }
  #top         { width: 100%; float: none; }

  #maincontent {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }
  #maincontent > div:not(.galleryitem) { width: 100%; overflow: hidden; }
  #maincontent a > div[style]          { width: 100% !important; height: auto !important; min-height: 60px; }

  /* Gallery: 2-column grid */
  .galleryitem { width: calc(50% - 6px); float: none; margin: 0; height: auto; }
  .galleryitem img,
  .gallery-thumb-placeholder { width: 100%; height: 110px; }

  #pagenavi { width: 100%; float: none; }

  /* ── Sidebar ── */
  #sidebar      { width: 100%; float: none; margin-left: 0; margin-top: 24px; }
  .widgetblock  { width: 100%; }
  .sidebar_ad   { width: 100%; }

  /* ── Footer ── */
  #footer { width: 100%; float: none; padding: 20px 16px 40px; box-sizing: border-box; }

  /* ── Shop page ── */
  .page-header   { width: 100%; float: none; padding: 20px 0 16px; }
  .packages-grid { width: 100%; float: none; }
  .package-card  { width: 100%; float: none; margin-right: 0; margin-bottom: 24px; }
  .package-card:last-child { margin-bottom: 0; }
  .how-it-works  { width: 100%; float: none; }
  .steps-grid    { grid-template-columns: repeat(2, 1fr); }
  /* FAQ and other inline-width divs */
  #contentwrap > div[style] { width: 100% !important; float: none !important; }

  /* ── Submit / other pages ── */
  #page        { width: 100%; float: none; }
  .postcontent { width: 100%; float: none; margin: 0; box-sizing: border-box; }
  .submit-wrap { width: 100%; box-sizing: border-box; padding: 20px 0 40px; }
}
