/* NightProwl — article layout. Load after the legacy shared styles. */

:root {
  --np-wine:#6d222c;
  --np-ink:#321116;
  --np-muted:#7d6669;
  --np-gold:#bf7a2c;
  --np-ivory:#fffaf7;
  --np-line:rgba(109,34,44,.13);
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  background:var(--np-ivory);
  color:var(--np-ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.np-article-page *, .np-article-page *:before,.np-article-page *:after {
  box-sizing:border-box;
}

.np-container {
  width:calc(100% - 40px);
  max-width:1120px;
  margin:0 auto;
}

body>header {
  position:relative;
  background:linear-gradient(135deg,#6d222c,#42151c);
  border:0;
  box-shadow:none;
  padding:0;
  z-index:10;
}

body>header .headerWrap {
  position:relative;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  box-sizing:border-box;
  height:auto;
  isolation:isolate;
  width:calc(100% - 40px);
  max-width:1120px;
  margin:0 auto;
  padding:18px 0;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  float:none;
  background:transparent;
}

body>header .headerLeft,body>header .headerRight {
  position:static;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  transform:none;
  float:none;
  width:auto;
  display:flex;
  align-items:center;
  gap:24px;
  margin:0;
  padding:0;
}

body>header .headerWrap:before,body>header .headerWrap:after {
  content:none;
  display:none;
  background:none;
}

body>header .headerLeft {
  flex:0 0 auto;
}

body>header .headerRight {
  margin-left:auto;
}

body>header .logo {
  float:none;
  width:126px;
  margin:0;
  padding:0;
}

body>header .logo a {
  display:block;
  background:url('/images/logo-alb.png') left center / contain no-repeat;
}

body>header .logo img {
  display:block;
  width:126px;
  height:auto;
  opacity:0;
}

body>header .realGirls {
  display:none;
}

body>header nav {
  float:none;
  margin:0;
  padding:0;
}

body>header nav ul {
  display:flex;
  gap:24px;
  margin:0;
  padding:0;
  list-style:none;
}

body>header nav li {
  float:none;
  margin:0;
  padding:0;
  border:0;
}

body>header nav a {
  color:#fff;
  font:700 12px Arial,Helvetica,sans-serif;
  letter-spacing:.02em;
  padding:10px 0;
  display:block;
}

body>header .contactUs {
  float:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:12px 19px;
  background:#f2d59a;
  border:0;
  border-radius:999px;
  color:#6d222c;
  font:800 11px Arial,Helvetica,sans-serif;
  white-space:nowrap;
}

body>header .contactUs strong {
  font:inherit;
  color:inherit;
}

.np-article-hero {
  position:relative;
  overflow:hidden;
  padding:36px 0 64px;
  color:#fff;
  background:radial-gradient(circle at 88% 8%,rgba(242,213,154,.2),transparent 25%),radial-gradient(circle at 10% 92%,rgba(229,121,121,.2),transparent 30%),linear-gradient(135deg,#a33843,#6d222c 65%,#41151c);
}

.np-article-hero:before {
  content:'JOURNAL';
  position:absolute;
  right:0;
  top:8px;
  font:700 clamp(90px,15vw,210px)/1 Georgia,serif;
  letter-spacing:-.06em;
  color:rgba(255,255,255,.04);
  pointer-events:none;
}

.np-article-hero .np-container {
  position:relative;
}

.np-breadcrumb {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 32px;
  color:rgba(255,255,255,.76);
  font-size:11px;
  line-height:1.6;
}

.np-breadcrumb a {
  color:inherit;
  text-decoration:none;
}

.np-breadcrumb a:hover {
  color:#fff;
  text-decoration:underline;
}

.np-eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font:800 10px/1.5 Arial,Helvetica,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin:0 0 16px;
  color:#f2d59a;
}

.np-eyebrow:before {
  content:'';
  width:30px;
  height:1px;
  background:currentColor;
}

.np-article-hero h1 {
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(36px,4.7vw,64px);
  font-weight:700;
  line-height:1.06;
  letter-spacing:-.035em;
  color:#fff;
  margin:0;
  max-width:1030px;
  text-transform:none;
  overflow-wrap:break-word;
}

.np-article-surface {
  padding:54px 0 70px;
}

.np-article-surface .blogbody {
  max-width:900px;
  margin:0 auto;
  padding:0;
  font:17px/1.8 Arial,Helvetica,sans-serif;
  color:#5f4b4e;
  overflow-wrap:break-word;
  float:none;
  width:100%;
}

.np-article-surface .blogbody:after {
  content:'';
  display:table;
  clear:both;
}

.np-article-surface .blogbody p {
  font:inherit;
  color:inherit;
  margin:0 0 22px;
  padding:0;
}

.np-article-surface .blogbody h2 {
  font:700 clamp(29px,3.2vw,40px)/1.15 Georgia,serif;
  letter-spacing:-.025em;
  color:var(--np-wine);
  margin:40px 0 18px;
  padding:0;
}

.np-article-surface .blogbody h3 {
  font:700 28px/1.2 Georgia,serif;
  color:var(--np-ink);
  margin:32px 0 14px;
  padding:0;
}

.np-article-surface .blogbody h4 {
  font:700 23px/1.25 Georgia,serif;
  color:var(--np-ink);
  margin:26px 0 12px;
  padding:0;
}

.np-article-surface .blogbody a {
  color:var(--np-wine);
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.np-article-surface .blogbody a:hover {
  color:#a33843;
}

.np-article-page a:focus-visible {
  outline:3px solid var(--np-gold);
  outline-offset:5px;
}

.np-article-surface .blogbody ul,.np-article-surface .blogbody ol {
  margin:0 0 24px;
  padding-left:26px;
  list-style-position:outside;
}

.np-article-surface .blogbody ul {
  list-style-type:disc;
}

.np-article-surface .blogbody ol {
  list-style-type:decimal;
}

.np-article-surface .blogbody li {
  margin:8px 0;
  font:inherit;
  color:inherit;
}

.np-article-surface .blogbody img {
  max-width:100%;
  height:auto;
  border-radius:18px;
}

.np-article-surface .blogbody .posterx {
  float:right;
  width:34%;
  max-width:310px;
  margin:6px 0 24px 30px;
  border:1px solid var(--np-line);
  box-shadow:0 14px 36px rgba(81,29,36,.08);
}

.np-article-surface .articleposter {
  margin:30px 0;
  clear:both;
}

.np-article-surface .articleposter img {
  display:block;
  margin:auto;
}

.np-article-surface .blogbody .videomargins {
  margin:0 0 32px;
  clear:both;
}

.np-article-surface .nvhere {
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#2d0d13;
}

.np-article-surface .nvhere a {
  display:block;
  position:relative;
}

.np-article-surface .nvhere a>img {
  display:block;
  width:100%;
  border-radius:0;
}

.np-article-surface .nvhere i {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
}

.np-article-surface .nvhere i img {
  width:72px;
  height:auto;
  border-radius:0;
}

.np-article-surface .blogbody iframe {
  max-width:100%;
}

.np-article-surface .blogbody blockquote {
  margin:28px 0;
  padding:24px 28px;
  background:#f8e5e2;
  border-left:3px solid var(--np-gold);
  border-radius:0 18px 18px 0;
  color:var(--np-wine);
}

.np-article-surface .blogbody table {
  display:block;
  max-width:100%;
  overflow-x:auto;
  border-collapse:collapse;
  margin:24px 0;
}

.np-article-surface .blogbody th,.np-article-surface .blogbody td {
  padding:12px 16px;
  border:1px solid var(--np-line);
  text-align:left;
}

.np-article-surface .ranking {
  display:block;
  max-width:680px;
  margin:28px auto;
  padding:14px;
  list-style:none;
  background:white;
  border:1px solid var(--np-line);
  border-radius:22px;
  clear:both;
}

.np-article-surface .ranking li {
  display:block;
  min-height:42px;
  margin:5px 0;
  padding:8px 12px;
  border-radius:9px;
  background:var(--np-ivory);
  font:16px/1.6 Arial,Helvetica,sans-serif;
  list-style:none;
}

.np-article-surface .ranking li img {
  float:right;
  width:auto;
  max-width:110px;
  height:23px;
  margin:2px 0 0 12px;
  border-radius:0;
}

.np-article-surface .ranking li span {
  margin-right:10px;
  color:var(--np-muted);
}

.np-article-surface .photoG {
  clear:both;
  margin:28px 0;
}

.np-article-surface .photoG .item {
  padding:5px;
}

.np-article-surface .owl-dots {
  text-align:center;
  margin-top:14px;
}

.np-article-surface .owl-dot span {
  display:block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#dcc4c5;
  margin:5px;
}

.np-article-surface .owl-dot.active span {
  background:var(--np-wine);
}

.np-article-end {
  margin:38px auto 0;
  max-width:900px;
  padding-top:24px;
  border-top:1px solid var(--np-line);
  clear:both;
}

.np-article-end a {
  color:var(--np-wine);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.np-studios {
  padding:64px 0;
  background:linear-gradient(180deg,#fcedea,#fffaf7);
  border-top:1px solid var(--np-line);
}

.np-studios .np-eyebrow {
  color:var(--np-wine);
}

.np-studios h2 {
  font:700 clamp(34px,4vw,50px)/1.05 Georgia,serif;
  letter-spacing:-.03em;
  color:var(--np-ink);
  margin:0 0 28px;
}

.np-studios-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.np-studio-card {
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#fff;
  border:1px solid var(--np-line);
  border-radius:24px;
  color:var(--np-wine);
  text-decoration:none;
  box-shadow:0 18px 44px rgba(81,29,36,.04);
}

.np-studio-card strong {
  display:block;
  font:700 30px/1.15 Georgia,serif;
  color:var(--np-wine);
}

.np-studio-card small {
  display:block;
  margin-top:8px;
  color:var(--np-muted);
  font:13px/1.5 Arial,Helvetica,sans-serif;
}

.np-studio-card>span:last-child {
  font-size:28px;
  color:var(--np-gold);
}

.np-home-link {
  display:inline-block;
  margin-top:26px;
  color:var(--np-wine);
  font:700 13px/1.5 Arial,Helvetica,sans-serif;
  text-decoration:underline;
  text-underline-offset:4px;
}

body>footer {
  padding:30px 0;
  background:#2d0d13;
  color:rgba(255,255,255,.72);
  border:0;
  height:auto;
  min-height:0;
}

body>footer .centerwrap {
  width:calc(100% - 40px);
  max-width:1120px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex-wrap:wrap;
  height:auto;
  min-height:0;
}

body>footer .footerLeft,body>footer .footerRight {
  float:none;
  width:auto;
  margin:0;
  padding:0;
}

body>footer a {
  color:rgba(255,255,255,.85);
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

body>footer .copyrights {
  font:11px/1.6 Arial,Helvetica,sans-serif;
  color:rgba(255,255,255,.65);
  margin:0;
  padding:0;
  letter-spacing:normal;
}

/* Footer: override legacy logo, separators, link colors and fixed heights. */
body>footer .fLogo {
  display:none;
}

body>footer .footerLeft {
  min-width:0;
  flex:1 1 460px;
}

body>footer .footerLeft p {
  position:static;
  top:auto;
  margin:0;
  padding:0;
  border:0;
  color:rgba(255,255,255,.4);
  font:13px/2 Arial,Helvetica,sans-serif;
  letter-spacing:normal;
}

body>footer .footerLeft p:before,body>footer .footerLeft p:after {
  content:none;
  display:none;
}

body>footer .footerLeft p a,body>footer .footerLeft p a:visited {
  display:inline-block;
  margin:0 6px;
  color:#f7e9e5;
  font:inherit;
  text-decoration:none;
}

body>footer .footerLeft p a:first-child {
  margin-left:0;
}

body>footer .footerLeft p a:hover,body>footer .footerLeft p a:focus-visible {
  color:#f2d59a;
  text-decoration:underline;
  text-underline-offset:4px;
}

body>footer a:focus-visible {
  outline:2px solid #f2d59a;
  outline-offset:4px;
}

body>footer .footerRight {
  flex:0 1 auto;
}

@media(max-width:820px) {
  body>footer .centerwrap {
    align-items:flex-start;
    gap:16px;
  }
  body>footer .footerLeft,body>footer .footerRight {
    flex:0 1 auto;
    width:100%;
    align-items:flex-start;
  }
  body>footer .footerLeft p {
    font-size:12px;
  }
}

@media(max-width:820px) {
  .np-container {
    width:calc(100% - 28px);
  }
  .np-article-hero {
    padding:28px 0 42px;
  }
  .np-breadcrumb {
    margin-bottom:24px;
  }
  .np-article-surface {
    padding:34px 0 46px;
  }
  .np-article-surface .blogbody {
    font-size:16px;
    line-height:1.75;
  }
  .np-studios {
    padding:44px 0;
  }
  .np-studios-grid {
    grid-template-columns:1fr;
  }
  .np-studio-card {
    padding:23px;
  }
  body>header .headerWrap {
    width:calc(100% - 28px);
    gap:14px;
    flex-wrap:wrap;
  }
  body>header .headerRight {
    gap:16px;
    flex-wrap:wrap;
  }
  body>header nav ul {
    gap:14px;
  }
  body>header nav a {
    font-size:10px;
  }
  body>header .logo,body>header .logo img {
    width:108px;
  }
  body>header .contactUs {
    padding:10px 14px;
  }
  .np-article-surface .blogbody .posterx {
    width:38%;
    margin:4px 0 20px 20px;
  }
  .np-article-surface .nvhere i img {
    width:54px;
  }
}

@media(max-width:767px) {
  body>header .headerLeft {
    display:none;
  }
  .mean-container .mean-bar {
    z-index:20;
  }
  .mean-container .mean-nav ul {
    display:none;
  }
  .mean-container .mean-nav ul li {
    width:100%;
  }
}

@media(max-width:520px) {
  .np-article-surface .blogbody .posterx {
    float:none;
    display:block;
    width:100%;
    max-width:100%;
    max-height:440px;
    object-fit:contain;
    margin:0 0 28px;
  }
  .np-article-hero h1 {
    font-size:36px;
  }
  .np-article-surface .ranking li {
    font-size:14px;
  }
  .np-article-surface .ranking li img {
    max-width:86px;
    height:auto;
  }
  .np-article-surface .blogbody blockquote {
    padding:20px;
  }
  .np-studio-card strong {
    font-size:27px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
}

/* Same mobile contact controls as the homepage, scoped to this component. */
#mobileCta {
  display:none;
  position:fixed;
  right:12px;
  bottom:calc(22px + env(safe-area-inset-bottom));
  z-index:120;
  flex-direction:column;
  align-items:center;
  gap:10px;
  transform:translateX(90px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:transform .35s cubic-bezier(.22,.8,.24,1),opacity .35s ease,visibility .35s;
}

#mobileCta.show {
  transform:none;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#mobileCta a {
  box-sizing:border-box;
  width:56px;
  height:56px;
  padding:0;
  margin:0;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 38px rgba(44,11,16,.22);
  backdrop-filter:blur(12px);
}

#mobileCta a svg {
  width:24px;
  height:24px;
  display:block;
  fill:currentColor;
}

#mobileCta .sticky-wa {
  background:#25D366;
}

#mobileCta .sticky-contact {
  background:linear-gradient(145deg,#d45560,#8f2e39);
}

#mobileCta a:focus-visible {
  outline:3px solid #f2d59a;
  outline-offset:4px;
}

@media(max-width:720px) {
  #mobileCta {
    display:flex;
  }
  body>footer {
    padding-bottom:160px;
  }
}

@media(prefers-reduced-motion:reduce) {
  #mobileCta {
    transition:none;
  }
}

/* Keep the mobile menu trigger and application button in the same flex row. */
@media(max-width:767px) {
  body>header .headerWrap {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:14px;
    min-height:72px;
    padding:16px 0;
  }
  body>header .headerRight {
    flex:0 0 auto;
    flex-wrap:nowrap;
    margin-left:auto;
    padding:0;
  }
  body>header .contactUs {
    box-sizing:border-box;
    min-height:40px;
    line-height:20px;
    padding:10px 18px;
  }
  body>header .headerWrap>.mean-bar {
    box-sizing:border-box;
    position:relative;
    flex:0 0 40px;
    float:none;
    top:auto;
    right:auto;
    width:40px;
    min-height:40px;
    height:40px;
    padding:0;
    margin:0;
    z-index:20;
  }
  body>header .mean-bar a.meanmenu-reveal {
    box-sizing:border-box;
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    padding:8px 9px;
    line-height:24px;
    border-radius:10px;
    background:#a33843;
  }
  body>header .mean-bar .mean-nav {
    position:absolute;
    float:none;
    top:100%;
    right:0;
    width:220px;
    max-width:calc(100vw - 28px);
    margin:12px 0 0;
    padding:0;
    border-radius:12px;
    overflow:hidden;
    background:#42151c;
  }
  body>header .mean-bar .mean-nav ul {
    display:none;
    margin:0;
    padding:0;
    gap:0;
    list-style:none;
  }
  body>header .mean-bar .mean-nav ul li {
    display:block;
    float:none;
    width:100%;
    margin:0;
    padding:0;
  }
  body>header .mean-bar .mean-nav ul li a {
    box-sizing:border-box;
    display:block;
    float:none;
    width:100%;
    padding:14px 18px;
    margin:0;
    color:#fff;
    font:700 12px/1.5 Arial,Helvetica,sans-serif;
    border-bottom:1px solid rgba(255,255,255,.12);
    border-radius:0;
    text-align:left;
  }
}
