/* ============================================================
   Blackline Studio - Stylesheet
   Palette: Black #0A0A0A | Near-Black #111 | White #FFFFFF | Red #E63946
   Fonts: Space Grotesk (headings) + Inter (body)
   Dark, editorial, minimal tattoo/creative studio aesthetic
   ============================================================ */

:root {
  --black:     #0A0A0A;
  --dark:      #111111;
  --dark2:     #1A1A1A;
  --dark3:     #252525;
  --white:     #FFFFFF;
  --off-white: #F5F5F5;
  --gray:      #8A8A8A;
  --lt-gray:   #2E2E2E;
  --red:       #E63946;
  --red-dk:    #C1121F;
  --text-dim:  rgba(255,255,255,.55);
  --border:    rgba(255,255,255,.08);
  --shadow:    0 4px 22px rgba(0,0,0,.5);
  --shadow-lg: 0 16px 56px rgba(0,0,0,.65);
  --radius:    3px;
  --ease:      all 0.26s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--white); background: var(--black); line-height: 1.65; }
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ── TOPBAR ── */
.topbar { background: var(--black); border-bottom: 1px solid var(--border); color: var(--gray); font-size: .78rem; padding: .45rem 2rem; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.topbar-left { display: flex; align-items: center; gap: 1.75rem; }
.topbar-left span { display: flex; align-items: center; gap: .4rem; }
.topbar-right a { color: var(--red); font-weight: 600; display: flex; align-items: center; gap: .4rem; transition: var(--ease); }
.topbar-right a:hover { color: rgba(230,57,70,.8); }

/* ── NAVBAR ── */
.navbar { position: sticky; top: 0; z-index: 999; background: rgba(10,10,10,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); padding: 0 2rem; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-logo { display: flex; align-items: center; gap: .75rem; }
.logo-diamond { width: 32px; height: 32px; background: var(--white); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text .brand-name { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); letter-spacing: .02em; line-height: 1.1; text-transform: uppercase; }
.logo-text .brand-tag { font-size: .58rem; color: var(--gray); letter-spacing: .18em; text-transform: uppercase; font-family: 'Inter', sans-serif; }
.nav-links { display: flex; align-items: center; gap: 2.25rem; }
.nav-links a { font-family: 'Inter', sans-serif; font-size: .87rem; font-weight: 500; color: var(--gray); letter-spacing: .04em; transition: var(--ease); text-transform: uppercase; }
.nav-links a:hover { color: var(--white); }
.btn-nav-book { background: var(--white) !important; color: var(--black) !important; padding: .42rem 1.25rem; border-radius: var(--radius) !important; font-weight: 700 !important; letter-spacing: .06em !important; }
.btn-nav-book:hover { background: var(--off-white) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 26px; height: 1.5px; background: var(--white); transition: var(--ease); }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; background: var(--black); position: relative; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .03; background-image: linear-gradient(var(--white) 1px, transparent 1px), linear-gradient(90deg, var(--white) 1px, transparent 1px); background-size: 80px 80px; }
.hero-accent-line { position: absolute; top: 0; right: 24%; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.08), transparent); }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 8rem 2rem; width: 100%; }
.hero-eyebrow { font-family: 'Inter', sans-serif; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gray); margin-bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--red); }
.hero h1 { font-size: clamp(3.5rem, 8vw, 8rem); color: var(--white); max-width: 800px; margin-bottom: 1.5rem; font-weight: 700; }
.hero h1 .accent-red { color: var(--red); }
.hero-desc { color: var(--text-dim); font-size: 1.02rem; max-width: 440px; line-height: 1.8; margin-bottom: 3rem; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 5rem; }
.hero-strip { display: flex; gap: 3rem; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 2.5rem; }
.h-stat .num { font-family: 'Space Grotesk', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.h-stat .lbl { font-family: 'Inter', sans-serif; font-size: .68rem; color: var(--gray); text-transform: uppercase; letter-spacing: .1em; margin-top: .2rem; }

/* ── BUTTONS ── */
.btn-white { display: inline-flex; align-items: center; gap: .5rem; background: var(--white); color: var(--black); padding: .9rem 2.25rem; border-radius: var(--radius); font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: none; cursor: pointer; transition: var(--ease); }
.btn-white:hover { background: var(--off-white); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(255,255,255,.12); }
.btn-outline-white { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--white); padding: .9rem 2.25rem; border-radius: var(--radius); font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: 1.5px solid rgba(255,255,255,.25); cursor: pointer; transition: var(--ease); }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.04); }
.btn-red { display: inline-flex; align-items: center; gap: .5rem; background: var(--red); color: var(--white); padding: .88rem 2.25rem; border-radius: var(--radius); font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: none; cursor: pointer; transition: var(--ease); }
.btn-red:hover { background: var(--red-dk); transform: translateY(-2px); }
.btn-outline-red { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--red); padding: .85rem 2rem; border-radius: var(--radius); font-family: 'Space Grotesk', sans-serif; font-size: .93rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: 1.5px solid var(--red); cursor: pointer; transition: var(--ease); }
.btn-outline-red:hover { background: var(--red); color: var(--white); }

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; }

/* ── SECTION LABELS ── */
.section-eyebrow { font-family: 'Inter', sans-serif; font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gray); margin-bottom: .5rem; display: flex; align-items: center; gap: .6rem; }
.section-eyebrow::before { content: ''; display: inline-block; width: 22px; height: 1px; background: var(--red); }
.section-title { font-size: clamp(1.9rem, 3.5vw, 3rem); color: var(--white); margin-bottom: .75rem; }
.section-sub { color: var(--gray); font-size: .95rem; line-height: 1.8; max-width: 520px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem; }
.section-header-center { text-align: center; margin-bottom: 3rem; }
.section-header-center .section-eyebrow { justify-content: center; }
.section-header-center .section-eyebrow::before { display: none; }
.section-header-center .section-sub { margin: 0 auto; }

/* ── ARTISTS ── */
.artists-section { padding: 5.5rem 2rem; background: var(--dark); border-top: 1px solid var(--border); }
.artists-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2px; margin-top: 3rem; }
.artist-card { position: relative; overflow: hidden; background: var(--dark2); cursor: pointer; }
.artist-card img { width: 100%; height: 340px; object-fit: cover; filter: saturate(.1) brightness(.75); transition: var(--ease); }
.artist-card:hover img { filter: saturate(.2) brightness(.9); transform: scale(1.04); }
.artist-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, transparent 55%); padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; }
.artist-spec { font-family: 'Inter', sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: .3rem; }
.artist-name { font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: .2rem; }
.artist-bio { font-family: 'Inter', sans-serif; font-size: .8rem; color: var(--text-dim); opacity: 0; transform: translateY(8px); transition: var(--ease); }
.artist-card:hover .artist-bio { opacity: 1; transform: translateY(0); }

/* ── SERVICES ── */
.services-section { padding: 5.5rem 2rem; background: var(--black); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1px; }
.svc-item { background: var(--dark2); padding: 2rem; border: 1px solid var(--border); transition: var(--ease); }
.svc-item:hover { background: var(--dark3); border-color: rgba(255,255,255,.15); }
.svc-num { font-family: 'Space Grotesk', sans-serif; font-size: 3rem; font-weight: 700; color: rgba(255,255,255,.05); line-height: 1; margin-bottom: .5rem; }
.svc-item h3 { font-size: 1.15rem; color: var(--white); margin-bottom: .5rem; }
.svc-item p { font-size: .875rem; color: var(--gray); line-height: 1.7; margin-bottom: 1rem; }
.svc-tag { font-family: 'Inter', sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }

/* ── ABOUT ── */
.about-section { padding: 5.5rem 2rem; background: var(--dark); border-top: 1px solid var(--border); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 500px; object-fit: cover; filter: saturate(.15); }
.about-badge { position: absolute; bottom: -1rem; right: -1rem; background: var(--red); color: var(--white); padding: 1.4rem 1.6rem; text-align: center; }
.ab-num { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; font-weight: 700; line-height: 1; display: block; }
.ab-lbl { font-family: 'Inter', sans-serif; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; display: block; margin-top: .2rem; opacity: .75; }
.about-text h2 { font-size: clamp(2rem, 3.5vw, 3rem); color: var(--white); margin-bottom: 1.25rem; }
.about-text p { color: var(--gray); font-size: .95rem; line-height: 1.85; margin-bottom: 1rem; }
.about-facts { display: flex; gap: 2.5rem; flex-wrap: wrap; margin: 2rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.fact .num { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; font-weight: 700; color: var(--white); line-height: 1; }
.fact .lbl { font-family: 'Inter', sans-serif; font-size: .7rem; color: var(--gray); text-transform: uppercase; letter-spacing: .08em; margin-top: .2rem; }

/* ── CTA BAND ── */
.cta-band { background: var(--white); padding: 3.5rem 2rem; }
.cta-band-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); color: var(--black); margin-bottom: .3rem; }
.cta-band p { color: #555; font-size: .95rem; }
.btn-black { display: inline-flex; align-items: center; gap: .5rem; background: var(--black); color: var(--white); padding: 1rem 2.25rem; border-radius: var(--radius); font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: none; cursor: pointer; transition: var(--ease); white-space: nowrap; }
.btn-black:hover { background: var(--dark2); transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--black); color: var(--gray); padding: 4.5rem 2rem 2rem; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { display: flex; align-items: center; gap: .7rem; margin-bottom: .85rem; }
.footer-logo-diamond { width: 28px; height: 28px; background: var(--white); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); flex-shrink: 0; }
.footer-logo-name { font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.footer-brand p { font-size: .87rem; line-height: 1.75; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: .6rem; }
.footer-social a { width: 36px; height: 36px; background: var(--dark2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: .85rem; transition: var(--ease); }
.footer-social a:hover { background: var(--white); color: var(--black); }
.footer-col h4 { font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--white); margin-bottom: 1.1rem; }
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { font-size: .87rem; color: var(--gray); transition: var(--ease); }
.footer-col ul li a:hover { color: var(--white); }
.footer-line { display: flex; align-items: flex-start; gap: .6rem; font-size: .87rem; margin-bottom: .7rem; }
.footer-line i { color: var(--red); font-size: .75rem; margin-top: .25rem; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .75rem; font-size: .79rem; }
.footer-bottom a { color: var(--red); }

/* ── PAGE HERO ── */
.page-hero { background: var(--dark); padding: 7rem 2rem 3.5rem; border-bottom: 1px solid var(--border); }
.page-hero .container { max-width: 1200px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-family: 'Inter', sans-serif; font-size: .72rem; color: var(--gray); margin-bottom: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: rgba(255,255,255,.5); }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: .6rem; }
.page-hero p { color: var(--gray); font-size: .95rem; max-width: 520px; }

/* ── ARTISTS DETAIL ── */
.artists-detail { padding: 5rem 2rem; background: var(--black); }
.artist-detail-card { display: grid; grid-template-columns: 320px 1fr; gap: 3rem; align-items: start; padding: 2.5rem 0; border-bottom: 1px solid var(--border); }
.artist-detail-card:last-child { border-bottom: none; }
.adc-img { width: 100%; height: 380px; object-fit: cover; filter: saturate(.12); }
.adc-spec { font-family: 'Inter', sans-serif; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: .4rem; }
.adc-name { font-size: 2rem; color: var(--white); margin-bottom: .3rem; }
.adc-handle { font-family: 'Inter', sans-serif; font-size: .85rem; color: var(--gray); margin-bottom: 1.25rem; }
.adc-bio { font-size: .92rem; color: var(--gray); line-height: 1.85; margin-bottom: 1.5rem; }
.adc-styles { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.5rem; }
.adc-style-tag { font-family: 'Inter', sans-serif; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; padding: .25rem .8rem; border: 1px solid var(--lt-gray); color: var(--white); }
.adc-avail { font-family: 'Inter', sans-serif; font-size: .82rem; color: var(--gray); margin-bottom: 1.25rem; display: flex; align-items: center; gap: .5rem; }
.adc-avail i { color: var(--red); }

/* ── CONTACT ── */
.contact-section { padding: 5rem 2rem; background: var(--dark); }
.contact-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.contact-info h2 { font-size: 2rem; color: var(--white); margin-bottom: .75rem; }
.contact-info > p { color: var(--gray); font-size: .95rem; line-height: 1.8; margin-bottom: 2rem; }
.info-block { display: flex; align-items: flex-start; gap: .9rem; margin-bottom: 1.25rem; }
.i-icon { width: 44px; height: 44px; background: var(--dark3); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: .95rem; flex-shrink: 0; }
.i-label { font-family: 'Inter', sans-serif; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gray); margin-bottom: .2rem; }
.i-val { font-size: .93rem; color: var(--white); font-weight: 600; line-height: 1.55; }
.contact-form-box { background: var(--dark2); border: 1px solid var(--border); padding: 2.5rem; border-top: 3px solid var(--red); }
.contact-form-box h2 { font-size: 1.85rem; color: var(--white); margin-bottom: .4rem; }
.contact-form-box > p { font-size: .88rem; color: var(--gray); margin-bottom: 1.75rem; }
.form-group { display: flex; flex-direction: column; gap: .3rem; margin-bottom: 1.1rem; }
.form-group label { font-family: 'Inter', sans-serif; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gray); }
.form-group input, .form-group select, .form-group textarea { border: 1px solid var(--lt-gray); background: var(--dark3); padding: .72rem 1rem; font-size: .9rem; color: var(--white); transition: var(--ease); border-radius: 2px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: rgba(255,255,255,.3); background: var(--dark2); }
.form-group select option { background: var(--dark3); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { display: flex; align-items: center; justify-content: center; gap: .5rem; width: 100%; background: var(--white); color: var(--black); border: none; padding: .9rem; font-family: 'Space Grotesk', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: var(--ease); margin-top: .5rem; }
.form-submit:hover { background: var(--off-white); transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-badge { right: 1rem; bottom: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .artist-detail-card { grid-template-columns: 1fr; }
  .adc-img { height: 300px; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: var(--dark); padding: 1.5rem 2rem; gap: 1.25rem; border-top: 1px solid var(--border); z-index: 998; box-shadow: var(--shadow-lg); }
  .topbar { display: none; }
  .cta-band-inner { flex-direction: column; }
  .form-row-2 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .about-facts { gap: 1.5rem; }
}

/* ── YTS Demo Labels ── */
.btn-back-yts { background: rgba(30,58,138,.88) !important; color: #fff !important; padding: .42rem 1.05rem !important; border-radius: 999px !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .04em !important; white-space: nowrap !important; border: 1px solid rgba(99,162,251,.25) !important; transition: background .2s ease !important; }
.btn-back-yts::after { display: none !important; }
.btn-back-yts:hover { background: rgba(29,78,216,1) !important; color: #fff !important; }
.powered-yts { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .78rem; color: rgba(255,255,255,.45); }
.powered-yts a { color: #93c5fd; font-weight: 700; text-decoration: none; }
.powered-yts a:hover { text-decoration: underline; }
