@import url('https://fonts.googleapis.com/css2?family=Anton&family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --void:    #0A0A0A;
  --dark:    #111111;
  --mid:     #1A1A1A;
  --yellow:  #EAB308;
  --yellow-d:#CA9A06;
  --cream:   #F5F0E8;
  --muted:   #888888;
  --border:  rgba(234,179,8,.15);
  --ff-head: 'Anton', Impact, sans-serif;
  --ff-body: 'Work Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--void);
  color: var(--cream);
  font-family: var(--ff-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ── TYPOGRAPHY ── */
.t-hero {
  font-family: var(--ff-head);
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.t-xl {
  font-family: var(--ff-head);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.t-xl em { font-style: normal; color: var(--yellow); }
.t-body { font-size: 1rem; color: rgba(245,240,232,.7); line-height: 1.85; }
.t-eyebrow {
  font-family: var(--ff-body);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--yellow);
}

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }

/* ── HEADER ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 2.5rem;
  transition: background .3s, padding .3s;
}
.site-header.scrolled {
  background: rgba(10,10,10,.95);
  backdrop-filter: blur(10px);
  padding: 1rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.logo {
  font-family: var(--ff-head);
  font-size: 1.3rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--cream);
}
.logo span { color: var(--yellow); }
nav { display: flex; align-items: center; gap: 2.5rem; }
.nav-links { list-style: none; display: flex; gap: 2rem; }
.nav-links a {
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(245,240,232,.55); transition: color .2s;
}
.nav-links a:hover { color: var(--cream); }
.lang-toggle { display: flex; align-items: center; gap: .4rem; }
.lang-toggle button {
  background: none; border: none; cursor: pointer;
  font-family: var(--ff-body); font-size: .7rem; font-weight: 600;
  letter-spacing: .1em; color: rgba(245,240,232,.4); transition: color .2s;
}
.lang-toggle button.active { color: var(--yellow); }
.lang-toggle .sep { color: rgba(245,240,232,.2); font-size: .6rem; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .4rem;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--cream); transition: .3s; }

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: flex-end;
  overflow: hidden; padding-bottom: 5rem;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../img/dare-tattoo-antalya-tattoo2.jpg');
  background-size: cover; background-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,.95) 0%, rgba(10,10,10,.5) 50%, rgba(10,10,10,.15) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 0 2.5rem; max-width: 900px; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
}
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 2px; background: var(--yellow); }
.hero-eyebrow span { font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow); }
.hero-sub {
  font-size: 1.05rem; color: rgba(245,240,232,.7); margin: 2rem 0 2.5rem; max-width: 520px; line-height: 1.8;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; padding: 1rem 2.5rem;
  background: var(--yellow); color: var(--void);
  font-family: var(--ff-body); font-size: .75rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #FCD34D; transform: translateY(-2px); }
.btn-outline {
  display: inline-block; padding: 1rem 2.5rem;
  border: 2px solid rgba(245,240,232,.3); color: var(--cream);
  font-family: var(--ff-body); font-size: .75rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  transition: border-color .2s, background .2s;
}
.btn-outline:hover { border-color: var(--yellow); background: rgba(234,179,8,.08); }
.btn-cta {
  display: inline-block; padding: 1rem 2.5rem;
  border: 2px solid var(--yellow); color: var(--yellow);
  font-family: var(--ff-body); font-size: .75rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  transition: background .2s, color .2s;
}
.btn-cta:hover { background: var(--yellow); color: var(--void); }

/* ── TICKER / RATING BAR ── */
.stat-bar {
  display: flex; background: var(--yellow); overflow: hidden;
}
.stat-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.4rem 3rem; border-right: 1px solid rgba(10,10,10,.15);
  flex: 1; justify-content: center;
}
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--ff-head); font-size: 2rem; color: var(--void); line-height: 1; }
.stat-label { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(10,10,10,.6); }

/* ── GALLERY MASONRY ── */
.gallery-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 4px;
}
.bento-item { overflow: hidden; position: relative; background: var(--mid); }
.bento-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bento-item:hover img { transform: scale(1.04); }
.bento-item.wide { grid-column: span 2; }
.bento-item.tall { grid-row: span 2; }
.bento-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(234,179,8,.25) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.bento-item:hover .bento-overlay { opacity: 1; }

/* ── ABOUT ── */
.about-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
  padding: 6rem 0;
}
.about-img { overflow: hidden; position: relative; }
.about-img img { width: 100%; height: 540px; object-fit: cover; }
.about-img::after {
  content: ''; position: absolute;
  bottom: -12px; right: -12px;
  width: 180px; height: 180px;
  border: 3px solid var(--yellow);
  pointer-events: none;
}
.line-yellow { display: block; width: 56px; height: 3px; background: var(--yellow); margin-bottom: 1.5rem; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.service-card {
  padding: 3rem 2.5rem; background: var(--dark);
  border-top: 3px solid transparent;
  transition: border-color .3s, background .3s;
}
.service-card:hover { border-color: var(--yellow); background: var(--mid); }
.service-num {
  font-family: var(--ff-head); font-size: 3.5rem; color: rgba(234,179,8,.2);
  line-height: 1; margin-bottom: 1.2rem;
}
.service-card h3 {
  font-family: var(--ff-head); font-size: 1.5rem;
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: .8rem; color: var(--cream);
}
.service-card p { font-size: .9rem; color: rgba(245,240,232,.55); line-height: 1.7; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card {
  padding: 2.5rem; background: var(--dark);
  border-left: 3px solid var(--yellow);
}
.review-stars { color: var(--yellow); font-size: .9rem; margin-bottom: 1rem; }
.review-text { font-size: .88rem; color: rgba(245,240,232,.7); line-height: 1.8; margin-bottom: 1.2rem; font-style: italic; }
.review-author { font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

/* ── SPLIT CTA ── */
.split-cta {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 520px;
}
.split-img { overflow: hidden; }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-txt {
  background: var(--yellow);
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem; gap: 1.5rem;
}
.split-txt .t-eyebrow { color: rgba(10,10,10,.6); }
.split-txt h2 {
  font-family: var(--ff-head); font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--void); line-height: 1;
}
.split-txt p { font-size: .95rem; color: rgba(10,10,10,.7); line-height: 1.8; max-width: 360px; }
.split-cta .btn-cta { border-color: var(--void); color: var(--void); }
.split-cta .btn-cta:hover { background: var(--void); color: var(--yellow); }

/* ── ABOUT VALUES ── */
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3rem; }
.value-card { padding: 2.5rem 2rem; background: var(--dark); }
.value-card h3 {
  font-family: var(--ff-head); font-size: 1.1rem; text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: .7rem; color: var(--yellow);
}
.value-card p { font-size: .88rem; color: rgba(245,240,232,.55); line-height: 1.7; }

/* ── PAGE HEADER ── */
.page-header {
  padding: 10rem 0 4rem; background: var(--dark);
  border-bottom: 1px solid var(--border);
}

/* ── CONTACT ── */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
  padding: 6rem 2rem; max-width: 1200px; margin: 0 auto;
}
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; gap: 1.5rem; align-items: flex-start; }
.contact-icon {
  width: 48px; height: 48px; background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--void); flex-shrink: 0;
}
.contact-detail h4 {
  font-family: var(--ff-body); font-size: .7rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; margin-bottom: .3rem; color: var(--yellow);
}
.contact-detail a, .contact-detail p { font-size: .95rem; color: rgba(245,240,232,.7); }
.contact-detail a:hover { color: var(--yellow); }
.contact-map iframe { width: 100%; height: 360px; border: none; filter: grayscale(80%) contrast(1.1); }

/* ── FORM ── */
.contact-form { max-width: 700px; }
.form-section { background: var(--dark); }
.form-note {
  padding: 1rem 1.5rem;
  background: rgba(234,179,8,.08); border-left: 3px solid var(--yellow);
  font-size: .82rem; color: rgba(245,240,232,.6); margin-bottom: 2.5rem;
}
.form-field { margin-bottom: 1.5rem; }
label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
input, textarea, select {
  width: 100%; padding: .9rem 1.1rem;
  background: var(--mid); border: 1px solid rgba(245,240,232,.1);
  color: var(--cream); font-family: var(--ff-body); font-size: .95rem;
  outline: none; transition: border-color .2s;
  appearance: none; -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--yellow); }
textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-field.full { grid-column: 1 / -1; }

/* ── FOOTER ── */
.site-footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem 3rem;
  border-bottom: 1px solid var(--border);
}
.footer-brand .logo { font-size: 1.2rem; }
.footer-brand p { margin-top: .8rem; font-size: .85rem; color: var(--muted); line-height: 1.7; }
.footer-col h4 {
  font-family: var(--ff-body); font-size: .68rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-col a { font-size: .88rem; color: var(--muted); transition: color .2s; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 2rem 2rem 0; }
.footer-bottom p { font-size: .78rem; color: var(--muted); }
.disclaimer {
  text-align: center; margin-top: 1rem;
  font-size: .72rem; color: rgba(136,136,136,.4);
  max-width: 1200px; margin: 1rem auto 0; padding: 0 2rem;
}

/* ── REVEAL ── */
.reveal, .reveal-left, .stagger-child { visibility: hidden; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .stagger-child { visibility: visible !important; opacity: 1 !important; transform: none !important; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-block, .split-cta, .contact-wrap { grid-template-columns: 1fr; }
  .services-grid, .reviews-grid, .about-values { grid-template-columns: 1fr 1fr; }
  .gallery-bento { grid-template-columns: 1fr 1fr; }
  .stat-bar { flex-wrap: wrap; }
  .stat-item { width: 50%; border-right: none; border-bottom: 1px solid rgba(10,10,10,.15); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-txt { padding: 3rem 2rem; }
  .about-img::after { display: none; }
}
@media (max-width: 640px) {
  nav { display: none; }
  nav.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem;
    position: fixed; inset: 0; background: rgba(10,10,10,.98);
    padding: 5rem 2.5rem 2.5rem; z-index: 99;
  }
  .nav-links { flex-direction: column; gap: 1.2rem; }
  .nav-links a { font-size: 1.2rem; letter-spacing: .05em; }
  .nav-toggle { display: flex; z-index: 101; }
  .gallery-bento { grid-template-columns: 1fr; }
  .bento-item.wide { grid-column: span 1; }
  .services-grid, .reviews-grid, .about-values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stat-item { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
}
