/* === INK CSS — Iron & Ink Studio Tattoo Demo === */
/* Scope: All /demo/ink pages. Does not affect SiteReach landing or restaurant demo. */

:root {
  --ink-black:    #0D0D0D;
  --ink-dark:     #141414;
  --ink-charcoal: #1E1E1E;
  --ink-mid:      #2A2A2A;
  --ink-border:   #333333;
  --ink-gold:     #C8972A;
  --ink-gold-lt:  #E0AA3E;
  --ink-gold-dim: rgba(200,151,42,0.15);
  --ink-white:    #FFFFFF;
  --ink-offwhite: #F0EDE8;
  --ink-muted:    rgba(255,255,255,0.55);
  --ink-text:     rgba(255,255,255,0.85);
  --ink-red:      #C0392B;
}

*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--ink-black); color: var(--ink-text); margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: 'Bebas Neue', 'Inter', sans-serif; letter-spacing: 0.03em; line-height: 1.1; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* === NAV === */
.ink-nav { background: rgba(13,13,13,0.97); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--ink-border); }
.ink-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.ink-nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--ink-gold); text-decoration: none; letter-spacing: 0.08em; }
.ink-nav-links { list-style: none; display: flex; gap: 4px; align-items: center; margin: 0; padding: 0; }
.ink-nav-links a { color: var(--ink-muted); text-decoration: none; font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 4px; transition: color 0.2s; letter-spacing: 0.04em; text-transform: uppercase; }
.ink-nav-links a:hover { color: var(--ink-white); }
.ink-nav-cta { background: var(--ink-gold) !important; color: var(--ink-black) !important; font-weight: 700 !important; padding: 8px 18px !important; border-radius: 4px !important; }
.ink-nav-cta:hover { background: var(--ink-gold-lt) !important; }
.ink-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.ink-nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink-white); border-radius: 2px; }

/* === HERO === */
.ink-hero { position: relative; min-height: 85vh; display: flex; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; }
.ink-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,13,13,0.88) 0%, rgba(13,13,13,0.5) 60%, rgba(13,13,13,0.3) 100%); }
.ink-hero-content { position: relative; z-index: 1; max-width: 700px; padding: 80px 60px; }
.ink-hero-eyebrow { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-gold); margin-bottom: 20px; font-weight: 600; font-family: 'Inter', sans-serif; }
.ink-hero-headline { font-size: clamp(52px, 8vw, 100px); color: var(--ink-white); margin-bottom: 16px; line-height: 0.95; }
.ink-hero-sub { font-size: 20px; color: rgba(255,255,255,0.7); margin-bottom: 40px; font-weight: 300; line-height: 1.5; letter-spacing: 0.01em; }
.ink-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.ink-btn-primary { background: var(--ink-gold); color: var(--ink-black); font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; padding: 14px 28px; border-radius: 3px; text-decoration: none; display: inline-block; transition: background 0.2s; letter-spacing: 0.04em; text-transform: uppercase; }
.ink-btn-primary:hover { background: var(--ink-gold-lt); }
.ink-btn-outline { border: 2px solid rgba(255,255,255,0.5); color: var(--ink-white); font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; padding: 12px 28px; border-radius: 3px; text-decoration: none; display: inline-block; transition: border-color 0.2s; letter-spacing: 0.04em; text-transform: uppercase; }
.ink-btn-outline:hover { border-color: var(--ink-white); }
.ink-btn-ghost { border: 2px solid var(--ink-gold); color: var(--ink-gold); font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; padding: 12px 28px; border-radius: 3px; text-decoration: none; display: inline-block; transition: background 0.2s; letter-spacing: 0.04em; text-transform: uppercase; }
.ink-btn-ghost:hover { background: var(--ink-gold-dim); }
.ink-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.ink-badge { background: rgba(200,151,42,0.12); border: 1px solid rgba(200,151,42,0.35); color: var(--ink-gold); font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 2px; letter-spacing: 0.08em; text-transform: uppercase; font-family: 'Inter', sans-serif; }

/* === BOOKING BANNER === */
.ink-booking-banner { background: var(--ink-gold); color: var(--ink-black); padding: 14px 24px; }
.ink-booking-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ink-booking-banner-inner span { font-size: 14px; font-weight: 500; }
.ink-booking-btn { background: var(--ink-black); color: var(--ink-gold); font-weight: 700; font-size: 13px; padding: 8px 18px; border-radius: 3px; text-decoration: none; white-space: nowrap; letter-spacing: 0.04em; text-transform: uppercase; transition: background 0.2s; }
.ink-booking-btn:hover { background: #111; }

/* === SECTION UTILITIES === */
.ink-section-container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.ink-section-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-gold); font-weight: 600; margin-bottom: 12px; font-family: 'Inter', sans-serif; }
.ink-section-title { font-size: clamp(32px, 5vw, 52px); color: var(--ink-white); margin-bottom: 48px; }

/* === INTRO STRIP === */
.ink-intro { padding: 48px 0; background: var(--ink-charcoal); border-bottom: 1px solid var(--ink-border); }
.ink-intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.ink-intro-stat { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px; border-right: 1px solid var(--ink-border); text-align: center; }
.ink-intro-stat:last-child { border-right: none; }
.ink-stat-n { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ink-gold); line-height: 1; letter-spacing: 0.02em; }
.ink-stat-l { font-size: 12px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }

/* === ARTISTS === */
.ink-artists { padding: 96px 0; background: var(--ink-dark); }
.ink-artists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ink-artist-card { background: var(--ink-charcoal); border: 1px solid var(--ink-border); border-radius: 4px; overflow: hidden; transition: border-color 0.2s; }
.ink-artist-card:hover { border-color: var(--ink-gold); }
.ink-artist-avatar { width: 100%; height: 200px; background: linear-gradient(135deg, var(--ink-mid) 0%, var(--ink-charcoal) 100%); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 64px; color: var(--ink-gold); letter-spacing: 0.05em; border-bottom: 1px solid var(--ink-border); }
.ink-artist-body { padding: 28px; }
.ink-artist-name { font-size: 26px; color: var(--ink-white); margin-bottom: 4px; }
.ink-artist-specialty { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-gold); font-weight: 600; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.ink-artist-bio { font-size: 14px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 20px; font-weight: 300; }
.ink-artist-book { font-size: 13px; color: var(--ink-gold); font-weight: 600; text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.ink-artist-book:hover { color: var(--ink-gold-lt); }

/* === GALLERY === */
.ink-gallery { padding: 96px 0; background: var(--ink-black); }
.ink-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-bottom: 24px; }
.ink-gallery-item { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 1; }
.ink-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ink-gallery-item:hover img { transform: scale(1.05); }
.ink-gallery-hover { position: absolute; inset: 0; background: rgba(13,13,13,0.7); display: flex; align-items: flex-end; padding: 16px; opacity: 0; transition: opacity 0.3s; }
.ink-gallery-item:hover .ink-gallery-hover { opacity: 1; }
.ink-gallery-hover span { font-size: 13px; color: var(--ink-gold); font-weight: 600; letter-spacing: 0.04em; font-family: 'Inter', sans-serif; }
.ink-gallery-caption { text-align: center; font-size: 14px; color: var(--ink-muted); }
.ink-gallery-caption a { color: var(--ink-gold); text-decoration: none; }
.ink-gallery-caption a:hover { color: var(--ink-gold-lt); }

/* === LIGHTBOX === */
.ink-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 1000; align-items: center; justify-content: center; flex-direction: column; gap: 16px; }
.ink-lightbox.open { display: flex; }
.ink-lightbox img { max-width: 90vw; max-height: 80vh; object-fit: contain; border: 1px solid var(--ink-border); }
.ink-lightbox p { color: var(--ink-muted); font-size: 14px; letter-spacing: 0.05em; }
.ink-lightbox-close { position: absolute; top: 24px; right: 32px; background: none; border: none; color: var(--ink-white); font-size: 36px; cursor: pointer; line-height: 1; opacity: 0.7; transition: opacity 0.2s; }
.ink-lightbox-close:hover { opacity: 1; }

/* === SERVICES === */
.ink-services { padding: 96px 0; background: var(--ink-charcoal); }
.ink-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 24px; }
.ink-service-card { background: var(--ink-dark); padding: 32px; border: 1px solid var(--ink-border); }
.ink-service-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.ink-service-name { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--ink-white); letter-spacing: 0.04em; }
.ink-service-price { font-size: 15px; color: var(--ink-gold); font-weight: 700; white-space: nowrap; padding-top: 3px; }
.ink-service-desc { font-size: 14px; color: var(--ink-muted); line-height: 1.6; font-weight: 300; }
.ink-services-note { font-size: 13px; color: var(--ink-muted); text-align: center; font-style: italic; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* === LOCATION === */
.ink-location { padding: 96px 0; background: var(--ink-dark); }
.ink-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ink-location-title { margin-bottom: 32px; }
.ink-hours-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.ink-hours-row { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink-border); padding-bottom: 12px; gap: 16px; }
.ink-hours-day { font-size: 14px; color: var(--ink-muted); font-weight: 400; }
.ink-hours-time { font-size: 14px; color: var(--ink-white); font-weight: 600; text-align: right; }
.ink-closed { color: var(--ink-muted) !important; font-style: italic; }
.ink-location-address { margin-bottom: 32px; }
.ink-location-address p { font-size: 14px; color: var(--ink-muted); margin-bottom: 8px; line-height: 1.5; }
.ink-location-address a { color: var(--ink-gold); text-decoration: none; }
.ink-location-address a:hover { color: var(--ink-gold-lt); }
.ink-location-cta { display: inline-block; }
.ink-location-map { position: sticky; top: 80px; }
.ink-map-placeholder { background: var(--ink-charcoal); border: 1px solid var(--ink-border); border-radius: 4px; height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.ink-map-pin { font-size: 48px; }
.ink-map-placeholder p { font-size: 16px; color: var(--ink-muted); margin: 0; font-weight: 500; }

/* === FAQ === */
.ink-faq { padding: 96px 0; background: var(--ink-black); }
.ink-faq-container { max-width: 800px; }
.ink-faq-list { display: flex; flex-direction: column; gap: 0; }
.ink-faq-item { border-bottom: 1px solid var(--ink-border); }
.ink-faq-q { width: 100%; background: none; border: none; color: var(--ink-white); font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; text-align: left; padding: 20px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; letter-spacing: 0.01em; }
.ink-faq-icon { font-size: 22px; color: var(--ink-gold); flex-shrink: 0; transition: transform 0.2s; font-weight: 300; }
.ink-faq-item.open .ink-faq-icon { transform: rotate(45deg); }
.ink-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.ink-faq-item.open .ink-faq-a { max-height: 200px; }
.ink-faq-a p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; padding-bottom: 20px; font-weight: 300; }

/* === BOTTOM CTA === */
.ink-bottom-cta { padding: 80px 0; background: var(--ink-charcoal); border-top: 1px solid var(--ink-border); }
.ink-bottom-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.ink-bottom-cta-inner h2 { font-size: clamp(32px, 4vw, 48px); color: var(--ink-white); margin-bottom: 8px; }
.ink-bottom-cta-inner p { font-size: 16px; color: var(--ink-muted); font-weight: 300; }
.ink-bottom-cta-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* === FOOTER === */
.ink-footer { background: var(--ink-dark); border-top: 1px solid var(--ink-border); padding: 64px 0 0; }
.ink-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.ink-footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--ink-gold); letter-spacing: 0.08em; margin-bottom: 10px; }
.ink-footer-tagline { font-size: 14px; color: var(--ink-muted); font-weight: 300; margin-bottom: 16px; line-height: 1.5; }
.ink-footer-ig { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-gold); text-decoration: none; font-weight: 500; transition: color 0.2s; }
.ink-footer-ig:hover { color: var(--ink-gold-lt); }
.ink-footer-col h4 { font-family: 'Bebas Neue', sans-serif; font-size: 16px; color: var(--ink-gold); letter-spacing: 0.1em; margin-bottom: 16px; }
.ink-footer-hours-row { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.ink-footer-hours-row span { font-size: 13px; color: var(--ink-muted); }
.ink-footer-hours-time { text-align: right; }
.ink-footer-col p { font-size: 13px; color: var(--ink-muted); margin-bottom: 8px; line-height: 1.5; }
.ink-footer-col a { color: var(--ink-gold); text-decoration: none; transition: color 0.2s; }
.ink-footer-col a:hover { color: var(--ink-gold-lt); }
.ink-footer-book-desc { font-size: 13px; color: var(--ink-muted); margin-bottom: 16px; line-height: 1.5; }
.ink-footer-cta { display: inline-block; background: var(--ink-gold); color: var(--ink-black); font-weight: 700; font-size: 13px; padding: 10px 20px; border-radius: 3px; text-decoration: none; letter-spacing: 0.04em; text-transform: uppercase; transition: background 0.2s; }
.ink-footer-cta:hover { background: var(--ink-gold-lt); color: var(--ink-black) !important; }
.ink-footer-bottom { max-width: 1200px; margin: 0 auto; padding: 20px 48px; border-top: 1px solid var(--ink-border); display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-muted); flex-wrap: wrap; gap: 8px; }
.ink-footer-bottom a { color: var(--ink-gold); text-decoration: none; }
.ink-footer-bottom a:hover { color: var(--ink-gold-lt); }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .ink-nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--ink-dark); flex-direction: column; padding: 16px; gap: 4px; border-bottom: 1px solid var(--ink-border); }
  .ink-nav-links.open { display: flex; }
  .ink-nav-toggle { display: flex; }
  .ink-hero-content { padding: 60px 32px; }
  .ink-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .ink-intro-stat:nth-child(2) { border-right: none; }
  .ink-artists-grid { grid-template-columns: 1fr; }
  .ink-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ink-services-grid { grid-template-columns: 1fr 1fr; }
  .ink-location-grid { grid-template-columns: 1fr; }
  .ink-location-map { display: none; }
  .ink-footer-inner { grid-template-columns: 1fr 1fr; }
  .ink-bottom-cta-inner { flex-direction: column; }
  .ink-section-container { padding: 0 24px; }
  .ink-footer-inner { padding: 0 24px 40px; }
  .ink-footer-bottom { padding: 20px 24px; }
}

@media (max-width: 540px) {
  .ink-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ink-services-grid { grid-template-columns: 1fr; }
  .ink-footer-inner { grid-template-columns: 1fr; }
  .ink-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .ink-artists-grid { grid-template-columns: 1fr; }
}
