:root {
  --bg: #0b0b0d;
  --surface: #151519;
  --surface-2: #202026;
  --text: #ffffff;
  --muted: #b9b9c2;
  --pink: #ff007a;
  --pink-strong: #e0006c;
  --line: #303038;
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.has-open-drawer { overflow: hidden; }
a { color: inherit; text-decoration-color: var(--pink); text-underline-offset: .18em; }
a:hover { color: #ff75b7; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
[hidden] { display: none !important; }

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: .7rem 1rem;
  background: #fff;
  color: #000;
}
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 13, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-header__inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { display: inline-flex; align-items: center; text-decoration: none; }
.site-logo { width: 142px; height: 52px; overflow: hidden; }
.site-logo__image { width: 142px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); }
.site-logo__text { font-size: 1.2rem; font-weight: 900; }
.desktop-nav { display: none; align-items: center; gap: 1.25rem; font-weight: 750; }
.desktop-nav a { text-decoration: none; }
.desktop-nav button,
.mobile-nav button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.mobile-header-actions { display: flex; align-items: center; gap: 4px; }
.mobile-header-actions button { width: 44px; height: 44px; border: 0; background: transparent; color: #fff; font-size: 1.35rem; cursor: pointer; }
.search-panel { padding: .85rem 0; border-top: 1px solid var(--line); background: var(--surface); }
.search-form { display: flex; gap: .65rem; width: min(100%, 680px); }
.search-form label { flex: 1; }
.search-field {
  width: 100%;
  min-height: 46px;
  padding: .7rem .9rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #09090b;
}
.search-form button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .7rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.search-form button:hover,
.button:hover { background: var(--pink-strong); color: #fff; }

.site-main { min-height: 65vh; }
.eyebrow { margin: 0 0 .25rem; color: var(--pink); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.14; }
h1 { margin: 0; font-size: clamp(2rem, 8vw, 4.25rem); letter-spacing: -.04em; }

.reels-shell { min-height: calc(100svh - 68px); display: grid; place-items: center; padding: 24px 16px 98px; }
.reels-shell__frame {
  position: relative;
  width: min(100%, 430px);
  min-height: min(720px, calc(100svh - 130px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 70% 10%, #4a0030 0, transparent 40%), linear-gradient(160deg, #1e1e24, #080809 70%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.reels-shell__brand {
  position: absolute;
  inset: 12% auto auto 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.06);
  font-size: 9rem;
  font-weight: 950;
  letter-spacing: -.08em;
}
.reels-shell__content { position: relative; z-index: 1; padding: 28px; background: linear-gradient(transparent, rgba(0,0,0,.88) 30%); }
.reels-shell__content p:not(.eyebrow) { color: #dedee5; }

.archive-hero { padding-block: clamp(42px, 8vw, 88px) 34px; }
.archive-hero > p { max-width: 650px; color: var(--muted); }
.archive-hero .search-form { margin-top: 1.5rem; }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; margin-top: 1.3rem; padding-bottom: 4px; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips a,
.filter-chips span { flex: 0 0 auto; padding: .48rem .9rem; border-radius: 9px; background: var(--surface-2); color: #fff; font-size: .82rem; font-weight: 750; text-decoration: none; }
.filter-chips .is-active { background: var(--pink); }
.filter-chips [aria-disabled="true"] { color: #777780; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 36px;
}
.gallery-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.gallery-card__media { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; background: #24242b; text-decoration: none; }
.gallery-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-card__count { position: absolute; right: 8px; bottom: 8px; padding: .25rem .5rem; border-radius: 7px; background: rgba(0,0,0,.76); color: #fff; font-size: .68rem; font-weight: 800; }
.gallery-card:hover .gallery-card__media img { transform: scale(1.025); }
.gallery-card__fallback { color: var(--pink); font-size: 2rem; font-weight: 950; }
.gallery-card__body { padding: 12px; }
.gallery-card__meta { margin: 0 0 4px; color: var(--muted); font-size: .72rem; }
.gallery-card h2 { margin: 0; font-size: clamp(.95rem, 3.8vw, 1.15rem); }
.gallery-card h2 a { text-decoration: none; }

.pagination { padding-block: 8px 48px; }
.pagination .nav-links,
.pagination ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.pagination a,
.pagination .current { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: .4rem .7rem; border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.pagination .current { background: var(--pink); border-color: var(--pink); font-weight: 850; }
.category-strip { padding-block: 8px 54px; }
.category-strip h2 { font-size: 1.35rem; }
.category-strip > div { display: flex; flex-wrap: wrap; gap: 8px; }
.category-strip a { padding: .5rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: #fff; text-decoration: none; }
.category-strip a span { color: var(--muted); }

.content-shell { width: min(calc(100% - 32px), 900px); padding-block: 42px 72px; }
.entry-header { margin-bottom: 30px; }
.entry-meta { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: var(--muted); }
.breadcrumbs { display: flex; gap: .45rem; margin-bottom: 1rem; color: var(--muted); font-size: .82rem; }
.entry-content { font-size: clamp(1rem, 2vw, 1.1rem); }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .gallery,
.entry-content > [class*="ngg"],
.entry-content > .wp-block-gallery { max-width: 100%; }
.entry-content img { border-radius: 12px; }

.site-footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.site-footer__links button { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
.has-age-gate { overflow: hidden; }
.age-gate { position: fixed; z-index: 20000; inset: 0; display: grid; place-items: center; padding: 18px; overflow: auto; }
.age-gate__backdrop { position: absolute; inset: 0; background: rgba(5,5,7,.82); backdrop-filter: blur(9px); }
.age-gate__dialog { position: relative; width: min(100%, 650px); padding: clamp(28px, 6vw, 52px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); color: var(--text); text-align: center; box-shadow: 0 28px 90px rgba(0,0,0,.7); }
.age-gate__dialog:focus { outline: none; }
.age-gate__mark { display: grid; width: 112px; aspect-ratio: 1; place-items: center; margin: 0 auto 26px; border-radius: 25px; background: linear-gradient(145deg, var(--pink-strong), var(--pink)); color: #fff; font-size: 2.65rem; font-weight: 950; box-shadow: 0 12px 30px rgba(255,0,122,.25); }
.age-gate h2 { margin: 0 0 14px; color: var(--text); font-size: clamp(1.65rem, 5vw, 2.25rem); }
.age-gate p { max-width: 540px; margin: 0 auto; color: var(--muted); line-height: 1.65; }
.age-gate__actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; margin: 30px 0 20px; }
.age-gate__actions form { display: flex; }
.age-gate__actions form .button { width: 100%; }
.age-gate .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); color: var(--text); font-weight: 850; text-decoration: none; cursor: pointer; }
.age-gate .button--primary { border-color: var(--pink); background: linear-gradient(90deg, var(--pink-strong), var(--pink)); color: #fff; }
.age-gate__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; font-size: .88rem; }
.age-gate__legal a { color: #ff75b7; }
.age-gate .age-gate__privacy { margin-top: 17px; color: #8f8f9b; font-size: .78rem; }
.consent-banner { position: fixed; z-index: 10000; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 980px; margin: 0 auto; padding: 18px 20px; border: 1px solid #34343c; border-radius: 14px; background: #17171b; color: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.45); }
.consent-banner h2 { margin: 0 0 6px; font-size: 1.1rem; }
.consent-banner p { margin: 0; color: #d6d6dc; }
.consent-banner a { color: #fff; }
.consent-banner__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.consent-banner .button { white-space: nowrap; }
.comments-consent { margin: 32px 0; padding: 22px; border: 1px solid #2d2d33; border-radius: 12px; }
@media (max-width: 680px) { .consent-banner { bottom: 70px; flex-direction: column; align-items: stretch; gap: 14px; } .consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .age-gate { padding: 10px; } .age-gate__dialog { padding: 25px 20px; border-radius: 20px; } .age-gate__mark { width: 82px; margin-bottom: 18px; border-radius: 19px; font-size: 2rem; } .age-gate__actions { grid-template-columns: 1fr; margin-top: 22px; } }
.entry-content .gallery,
.entry-content .wp-block-gallery { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.entry-content .gallery-item { width: auto !important; margin: 0 !important; }
.entry-content .gallery-icon img { width: 100%; border: 0 !important; }
.entry-content iframe { max-width: 100%; }
.entry-footer { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.entry-footer a { padding: .35rem .7rem; border-radius: 999px; background: var(--surface-2); text-decoration: none; }
.post-navigation { display: grid; gap: 12px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.standard-entry { padding-bottom: 48px; }
.empty-state { min-height: 60vh; display: grid; align-content: center; justify-items: start; gap: 14px; padding-block: 60px 100px; }
.empty-state p, .empty-state h1 { margin: 0; }
.search-results { display: grid; gap: 12px; padding-bottom: 40px; }
.search-result { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 14px; align-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.search-result__media { aspect-ratio: 16 / 10; overflow: hidden; border-radius: 10px; background: var(--surface-2); }
.search-result__media img { width: 100%; height: 100%; object-fit: cover; }
.search-result h2 { margin: 0; font-size: 1rem; }
.search-result h2 a { text-decoration: none; }
.search-result p:not(.eyebrow) { margin: .25rem 0 0; color: var(--muted); font-size: .78rem; }

.ad-slot { width: min(100% - 32px, 320px); min-height: 250px; margin: 24px auto; display: grid; place-items: center; overflow: hidden; background: #151519; border: 1px solid var(--line); }
.ad-slot--gallery_sticky { display: none; }

.menu-drawer { position: fixed; inset: 0; z-index: 300; }
.explore-drawer { position: fixed; inset: 0; z-index: 310; }
.explore-drawer__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.explore-drawer__panel { position: absolute; right: 0; bottom: 0; left: 0; max-height: min(78vh, 720px); overflow: auto; padding: 22px 18px calc(88px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; background: var(--surface); box-shadow: 0 -20px 60px rgba(0,0,0,.45); }
.explore-drawer__head { display: flex; align-items: center; justify-content: space-between; }
.explore-drawer__head h2 { margin: 0; font-size: 1.6rem; }
.explore-drawer__head button { min-height: 42px; padding: 0 .85rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #fff; }
.explore-drawer h3 { margin: 24px 0 9px; color: var(--pink); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.explore-links { display: flex; flex-wrap: wrap; gap: 8px; }
.explore-links a, .explore-empty { padding: .6rem .8rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }
.explore-links a span { color: var(--muted); }
.menu-drawer__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.menu-drawer__panel { position: absolute; inset: 0 0 0 auto; width: min(88vw, 380px); overflow: auto; padding: 24px; background: var(--surface); box-shadow: -20px 0 60px rgba(0,0,0,.35); }
.menu-drawer__close { display: block; margin-left: auto; min-height: 42px; padding: 0 .75rem; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: #fff; cursor: pointer; }
.menu-drawer__logo { display: block; width: 170px; height: 74px; margin: 12px 0 18px; }
.menu-drawer__logo img { width: 170px; height: 74px; object-fit: contain; filter: brightness(0) invert(1); }
.drawer-nav { display: grid; gap: 2px; }
.drawer-nav a { display: flex; align-items: center; gap: 14px; padding: .75rem .4rem; border-radius: 9px; text-decoration: none; }
.drawer-nav a span { width: 28px; color: #fff; font-size: 1.25rem; text-align: center; }
.drawer-nav a:hover,
.drawer-nav .is-current { color: var(--pink); background: rgba(255, 0, 122, .08); }
.drawer-nav--secondary { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }

.mobile-nav {
  position: fixed;
  z-index: 200;
  inset: auto 0 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--line);
  background: rgba(11,11,13,.97);
  backdrop-filter: blur(14px);
}
.mobile-nav a,
.mobile-nav button { display: grid; place-content: center; justify-items: center; gap: 1px; min-width: 0; color: var(--muted); font-size: .68rem; font-weight: 750; text-decoration: none; }
.mobile-nav a span:first-child,
.mobile-nav button span:first-child { color: #fff; font-size: 1.1rem; }
.mobile-nav [aria-current="page"] { color: var(--pink); }

.site-footer { padding: 36px 0 100px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }

@media (min-width: 700px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .entry-content .gallery,
  .entry-content .wp-block-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .post-navigation { grid-template-columns: 1fr 1fr; }
  .post-navigation > div:last-child { text-align: right; }
  .search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .desktop-nav { display: flex; }
  .mobile-header-actions { display: none; }
  .mobile-nav { display: none; }
  .reels-shell { padding-bottom: 36px; }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .entry-content .gallery,
  .entry-content .wp-block-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-footer { padding-bottom: 36px; }
  .ad-slot--gallery_sticky { position: fixed; z-index: 80; right: 16px; bottom: 16px; width: 320px; display: grid; }
  .explore-drawer__panel { right: 24px; bottom: 24px; left: auto; width: min(520px, calc(100vw - 48px)); padding: 24px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body.has-lightbox { overflow: hidden; }
.gallery-single .entry-content img[role="button"] { cursor: zoom-in; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; z-index: 10000; inset: 0; color: #fff; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.94); backdrop-filter: blur(10px); }
.gallery-lightbox__dialog { position: absolute; inset: 0; display: grid; grid-template-columns: 52px minmax(0,1fr) 52px; grid-template-rows: minmax(0,1fr) 58px; align-items: center; padding: max(12px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom)); }
.gallery-lightbox__stage { grid-column: 1 / -1; grid-row: 1; width: 100%; height: 100%; display: grid; place-items: center; overflow: auto; touch-action: none; }
.gallery-lightbox__stage img { max-width: 100%; max-height: calc(100vh - 88px); object-fit: contain; transform-origin: center; transition: transform .12s ease; user-select: none; }
.gallery-lightbox button { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.22); background: rgba(18,18,22,.82); color: #fff; backdrop-filter: blur(8px); }
.gallery-lightbox__close { position: absolute !important; top: max(12px, env(safe-area-inset-top)); right: 12px; width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; }
.gallery-lightbox__prev, .gallery-lightbox__next { grid-row: 1; width: 44px; height: 58px; border-radius: 12px; font-size: 2rem; }
.gallery-lightbox__prev { grid-column: 1; }
.gallery-lightbox__next { grid-column: 3; justify-self: end; }
.gallery-lightbox__tools { position: relative; z-index: 2; grid-column: 2; grid-row: 2; display: flex; justify-content: center; gap: 7px; }
.gallery-lightbox__tools button { min-width: 46px; height: 38px; border-radius: 10px; font-weight: 800; }
.gallery-lightbox__count { position: absolute; right: 14px; bottom: max(18px, env(safe-area-inset-bottom)); color: #d4d4dc; font-size: .8rem; font-variant-numeric: tabular-nums; }
@media (min-width: 760px) {
  .gallery-lightbox__dialog { grid-template-columns: 76px minmax(0,1fr) 76px; padding-inline: 18px; }
  .gallery-lightbox__prev, .gallery-lightbox__next { width: 54px; height: 70px; }
}
