/* TopGirl — The After Hours Edit: local-only magazine art direction. */
:root {
  --paper: #f4efe7;
  --paper-deep: #e7dfd2;
  --ink: #161219;
  --ink-soft: #4e4650;
  --ink-faint: #766d70;
  --line: rgba(22, 18, 25, .18);
  --line-strong: rgba(22, 18, 25, .72);
  --raspberry: #ec275f;
  --raspberry-dark: #bd123f;
  --cobalt: #25379d;
  --acid: #d8f23b;
  --mustard: #e8ad32;
  --cream: #fffdf8;
  --night: #17131e;
  --shadow: 11px 12px 0 rgba(22, 18, 25, .93);
  --soft-shadow: 0 20px 44px rgba(22, 18, 25, .14);
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.58;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(22,18,25,.024) 1px, transparent 1px) 0 0 / 13px 13px,
    linear-gradient(rgba(22,18,25,.018) 1px, transparent 1px) 0 0 / 13px 13px,
    var(--paper);
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.container { width: min(100%, 1240px); margin: 0 auto; padding: 0 30px; }
h1, h2, h3, .brand, .price-name, .price-amt { font-family: var(--display); }
h1, h2, h3 { color: var(--ink); line-height: .94; }

/* Masthead */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  border-bottom: 2px solid var(--ink);
  background: rgba(244, 239, 231, .94);
  backdrop-filter: blur(12px);
}
.nav::before {
  content: "TOPGIRL / THE AFTER-HOURS EDIT / ISSUE 01";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  overflow: hidden;
  background: var(--ink);
  color: var(--acid);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 18px;
  text-align: center;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding-top: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 900; letter-spacing: -.095em; text-transform: uppercase; }
.brand img { width: 28px; height: 28px; border: 2px solid var(--ink); border-radius: 50%; filter: grayscale(1) contrast(1.35); }
.brand .b-accent { color: var(--raspberry); }
.nav-links { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.nav-links > a:not(.btn) { position: relative; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--raspberry); transition: transform .2s ease; }
.nav-links > a:not(.btn):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 1.75rem; line-height: 1; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--raspberry);
  box-shadow: 4px 4px 0 var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn:hover { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); background: var(--raspberry-dark); }
.btn-lg { min-height: 55px; padding: 15px 24px; font-size: 12px; }
.btn-gold { background: var(--mustard); color: var(--ink); }
.btn-gold:hover { background: var(--acid); }
.btn-ghost { background: var(--paper); color: var(--ink); }
.btn-ghost:hover { background: var(--cobalt); color: #fff; }
.nav-cta { min-height: 37px; padding: 8px 13px; font-size: 10px; }

/* Cover story */
.hero { position: relative; overflow: hidden; padding: clamp(52px, 9vw, 120px) 0 82px; border-bottom: 2px solid var(--ink); }
.hero::before { content: ""; position: absolute; z-index: -1; top: 42px; right: -20vw; width: 70vw; height: 82%; transform: rotate(-7deg); background: var(--acid); }
.hero::after { content: "NO. 01"; position: absolute; z-index: -1; right: 3vw; bottom: 13px; color: transparent; font-family: var(--display); font-size: clamp(7rem, 20vw, 20rem); font-weight: 700; line-height: .7; -webkit-text-stroke: 1px rgba(22,18,25,.25); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .74fr); gap: clamp(34px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.pill-tag { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid var(--ink); background: var(--cream); color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .13em; line-height: 1.15; text-transform: uppercase; }
.pill-tag::before { content: "●"; margin-right: 7px; color: var(--raspberry); font-size: 12px; }
.hero h1 { max-width: 760px; margin: 20px 0 22px; font-size: clamp(3.25rem, 7.6vw, 7.3rem); font-weight: 700; letter-spacing: -.085em; }
.hero h1 em { display: block; font-style: italic; }
.grad-text { color: var(--raspberry); text-decoration: underline 5px var(--acid); text-underline-offset: 5px; }
.gold-text { color: var(--mustard); }
.hero p.lede { max-width: 570px; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 520; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin: 31px 0 32px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; max-width: 610px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line-strong); }
.hero-stats > div { flex: 1 1 118px; min-height: 71px; padding: 11px 17px 9px 0; border-right: 1px solid var(--line-strong); }
.hero-stats > div + div { padding-left: 17px; }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats .num { font-family: var(--display); font-size: 1.55rem; font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.hero-stats .lbl { color: var(--ink-faint); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hero-art { position: relative; width: min(100%, 430px); justify-self: end; }
.hero-portrait { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 4 / 5; border: 3px solid var(--ink); background: var(--cobalt); box-shadow: var(--shadow); }
.hero-portrait::after { content: "TOPGIRL"; position: absolute; z-index: 1; top: 18px; right: -22px; padding: 5px 28px; transform: rotate(90deg); background: var(--acid); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; filter: saturate(.82) contrast(1.07); }
.hero-chip { position: absolute; z-index: 3; top: -15px; left: -22px; padding: 9px 12px; border: 2px solid var(--ink); background: var(--raspberry); box-shadow: 4px 4px 0 var(--ink); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-chip::before { content: "●"; margin-right: 5px; color: var(--acid); }
.hero-bubble { position: absolute; z-index: 3; right: -48px; bottom: 38px; max-width: 260px; padding: 15px 17px; border: 2px solid var(--ink); background: var(--cream); box-shadow: 5px 5px 0 var(--ink); color: var(--ink); font-size: 12px; line-height: 1.35; }
.hero-bubble b { color: var(--raspberry); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

/* Editorial sections */
.section { position: relative; padding: clamp(70px, 10vw, 136px) 0; }
.section:nth-of-type(even) { background: rgba(231, 223, 210, .48); }
.section-head { max-width: 735px; margin: 0 0 clamp(32px, 5vw, 58px); }
.section-head .kicker { display: inline-block; margin-bottom: 14px; color: var(--raspberry); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-head h2 { max-width: 720px; font-size: clamp(2.7rem, 6vw, 5.7rem); font-weight: 700; letter-spacing: -.07em; }
.section-head h2::after { content: ""; display: block; width: 76px; height: 8px; margin-top: 20px; background: var(--acid); }
.section-head p { max-width: 610px; margin-top: 20px; color: var(--ink-soft); font-size: 1.05rem; }

.girls-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.girl-card { position: relative; overflow: hidden; min-height: 395px; border: 2px solid var(--ink); background: var(--night); box-shadow: 5px 5px 0 var(--ink); }
.girl-card:nth-child(2n) { transform: translateY(26px); }
.girl-card:nth-child(3n) { transform: translateY(-11px); }
.girl-card:hover { z-index: 3; transform: translate(-3px, -3px) rotate(-1deg); box-shadow: 9px 10px 0 var(--raspberry); }
.girl-media { height: 100%; background: var(--cobalt); }
.girl-media img { width: 100%; height: 100%; min-height: 395px; object-fit: cover; object-position: center top; filter: saturate(.7) contrast(1.12); transition: filter .25s ease, transform .35s ease; }
.girl-card:hover .girl-media img { transform: scale(1.045); filter: saturate(1.06) contrast(1.04); }
.girl-rate { position: absolute; z-index: 2; top: 10px; left: 10px; display: inline-flex; gap: 4px; align-items: center; padding: 5px 7px; background: var(--acid); color: var(--ink); font-size: 10px; font-weight: 900; }
.girl-rate svg { width: 12px; height: 12px; fill: var(--ink); }
.girl-info { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 45px 13px 14px; background: linear-gradient(transparent, rgba(20,16,20,.96) 54%); color: #fff; }
.girl-info h3 { color: #fff; font-size: 1.62rem; letter-spacing: -.055em; }
.girl-info p { margin-top: 4px; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.35; }

.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.feature-card { min-height: 285px; padding: 28px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--cream); transition: color .2s ease, background .2s ease; }
.feature-card:nth-child(2) { background: var(--cobalt); color: #fff; }
.feature-card:hover { background: var(--raspberry); color: #fff; }
.feature-ico { display: grid; width: 53px; height: 53px; margin-bottom: 38px; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: var(--raspberry); }
.feature-card:nth-child(2) .feature-ico, .feature-card:hover .feature-ico { color: var(--acid); }
.feature-ico svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.65rem; letter-spacing: -.05em; }
.feature-card p { color: var(--ink-soft); font-size: .93rem; }
.feature-card:nth-child(2) p, .feature-card:hover p { color: rgba(255,255,255,.82); }

.shots-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.shot { position: relative; overflow: hidden; border: 2px solid var(--ink); background: var(--night); box-shadow: 5px 5px 0 var(--ink); cursor: zoom-in; }
.shot:nth-child(2n) { margin-top: 30px; }
.shot:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--mustard); }
.shot img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.78) contrast(1.1); transition: transform .35s ease, filter .35s ease; }
.shot:hover img { transform: scale(1.035); filter: saturate(1.04); }
.shot figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 37px 12px 11px; background: linear-gradient(transparent, rgba(20,16,20,.92)); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: 31px 25px; border: 2px solid var(--ink); background: var(--cream); box-shadow: 5px 5px 0 var(--ink); }
.price-card.featured { transform: translateY(-18px); background: var(--cobalt); color: #fff; box-shadow: 9px 10px 0 var(--ink); }
.price-card.featured::before { content: "EDITOR'S PICK"; position: absolute; top: 13px; right: 15px; color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.price-badge { position: absolute; top: -14px; left: 17px; padding: 5px 8px; border: 2px solid var(--ink); background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-name { color: var(--raspberry); font-size: 2.2rem; font-weight: 700; letter-spacing: -.07em; }
.featured .price-name, .featured .price-amt { color: #fff; }
.price-amt { margin: 13px 0 3px; font-size: 3.45rem; font-weight: 700; letter-spacing: -.085em; line-height: .92; }
.price-amt span { color: var(--ink-faint); font-family: var(--body); font-size: .9rem; font-weight: 700; letter-spacing: 0; }
.featured .price-amt span { color: rgba(255,255,255,.72); }
.price-desc { min-height: 48px; margin-top: 15px; color: var(--ink-soft); font-size: .91rem; }
.featured .price-desc { color: rgba(255,255,255,.78); }
.price-features { display: flex; flex-direction: column; gap: 12px; margin: 25px 0 28px; list-style: none; }
.price-features li { display: flex; gap: 9px; align-items: flex-start; padding-top: 9px; border-top: 1px solid var(--line); font-size: .88rem; line-height: 1.35; }
.featured .price-features li { border-color: rgba(255,255,255,.25); }
.price-features svg { width: 16px; height: 16px; flex: none; margin-top: 1px; fill: none; stroke: var(--raspberry); stroke-width: 2.8; }
.featured .price-features svg { stroke: var(--acid); }
.price-card .btn { margin-top: auto; }

.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 2px solid var(--ink); }
.faq-q { display: flex; width: 100%; gap: 18px; align-items: center; justify-content: space-between; padding: 20px 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--display); font-size: clamp(1.28rem, 2.2vw, 1.8rem); font-weight: 700; letter-spacing: -.035em; text-align: left; }
.faq-q:hover { color: var(--raspberry); }
.faq-q .ico { display: grid; width: 30px; height: 30px; flex: none; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: var(--raspberry); font-family: var(--body); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease, color .2s ease; }
.faq-item.open .faq-q .ico { transform: rotate(45deg); color: var(--cobalt); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { max-width: 760px; padding: 0 44px 25px 0; color: var(--ink-soft); }

.cta-band { background: var(--night) !important; color: #fff; }
.cta-band .box { position: relative; overflow: hidden; padding: clamp(45px, 8vw, 94px) clamp(24px, 7vw, 105px); border: 2px solid var(--acid); background: var(--raspberry); box-shadow: 9px 10px 0 var(--acid); text-align: center; }
.cta-band .box::before { content: "TOPGIRL"; position: absolute; top: -26px; left: -5px; color: rgba(255,255,255,.14); font-family: var(--display); font-size: clamp(6rem, 16vw, 14rem); font-weight: 700; letter-spacing: -.12em; line-height: 1; }
.cta-band h2 { position: relative; max-width: 810px; margin: 0 auto; color: #fff; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.08em; }
.cta-band p { position: relative; max-width: 530px; margin: 20px auto 28px; color: rgba(255,255,255,.86); }
.cta-band .btn { position: relative; background: var(--acid); color: var(--ink); }
.cta-band .btn:hover { background: var(--cream); }

.footer { padding: 65px 0 28px; border-top: 2px solid var(--ink); background: var(--paper-deep); }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 45px; padding-bottom: 44px; }
.footer-brand { max-width: 370px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p, .footer-col a, .footer-bottom { color: var(--ink-soft); font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 62px; }
.footer-col h4 { margin-bottom: 14px; color: var(--raspberry); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 8px; }
.footer-col a:hover, .footer-langs a:hover { color: var(--raspberry); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.footer-langs { display: flex; flex-wrap: wrap; gap: 16px; }

.lightbox { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 32px; background: rgba(22,18,25,.95); }
.lightbox.show { display: flex; }
.lightbox img { max-width: min(92vw, 960px); max-height: 86vh; border: 2px solid var(--acid); box-shadow: 9px 9px 0 var(--raspberry); }
.lightbox-close { position: absolute; top: 18px; right: 23px; color: #fff; cursor: pointer; font-size: 38px; font-weight: 200; line-height: 1; }

.reveal, html.js .reveal, html.js .reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(275px, .65fr); gap: 34px; }
  .girls-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 36px; }
  .girls-grid .girl-card:nth-child(4) { transform: translateY(12px); }
  .features-grid, .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-grid .feature-card:last-child { grid-column: span 2; }
  .price-card:last-child { grid-column: span 2; }
  .shots-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
}
@media (max-width: 710px) {
  .container { padding: 0 19px; }
  .nav { min-height: 72px; }
  .nav-inner { min-height: 72px; padding-top: 18px; }
  .brand { font-size: 1.75rem; }
  .nav-links { position: fixed; top: 72px; right: 0; left: 0; display: grid; gap: 0; padding: 13px 19px 20px; transform: translateY(-150%); border-bottom: 2px solid var(--ink); background: var(--paper); box-shadow: 0 13px 23px rgba(22,18,25,.15); transition: transform .24s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links > a:not(.btn) { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-links > a:not(.btn)::after { display: none; }
  .nav-links .btn { width: max-content; margin-top: 15px; }
  .nav-toggle { display: block; }
  .hero { padding-top: 46px; }
  .hero::before { top: 44%; right: -35vw; width: 95vw; height: 52%; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(82vw, 360px); justify-self: center; margin-top: 12px; }
  .hero-bubble { right: -18px; bottom: 24px; max-width: 218px; }
  .hero-stats > div { min-height: 68px; padding-right: 9px; }
  .hero-stats > div + div { padding-left: 9px; }
  .girls-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; row-gap: 30px; }
  .girl-card { min-height: 315px; }
  .girl-media img { min-height: 315px; }
  .girl-card:nth-child(2n), .girl-card:nth-child(3n), .girls-grid .girl-card:nth-child(4) { transform: none; }
  .girl-card:nth-child(2n) { transform: translateY(16px); }
  .features-grid, .pricing-grid { grid-template-columns: 1fr; }
  .features-grid .feature-card:last-child, .price-card:last-child { grid-column: auto; }
  .feature-card { min-height: 225px; }
  .feature-ico { margin-bottom: 24px; }
  .shots-row { grid-template-columns: 1fr; gap: 18px; }
  .shot:nth-child(2n) { margin-top: 0; }
  .shot img { aspect-ratio: 1.55 / 1; object-position: top; }
  .price-card.featured { transform: none; }
  .price-card { min-height: auto; }
  .footer-links { gap: 35px; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 3rem; }
  .hero-stats { gap: 0; }
  .hero-stats > div { flex-basis: 92px; }
  .hero-stats .num { font-size: 1.32rem; }
  .hero-bubble { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
