@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Mulish:wght@300;400;600;700&display=swap');

:root {
  --void:    #060E0D;
  --dark:    #091916;
  --mid:     #0F2420;
  --teal:    #14B8A6;
  --teal-lt: #2DD4BF;
  --mint:    #99F6E4;
  --frost:   #F0FDFA;
  --muted:   #6B9E98;
  --border:  rgba(20,184,166,.16);
  --ff-head: 'Syne', system-ui, sans-serif;
  --ff-body: 'Mulish', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--dark); color: var(--frost); font-family: var(--ff-body); font-size: 1rem; line-height: 1.7; overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* Typography */
.t-hero { font-family: var(--ff-head); font-size: clamp(3.2rem,8vw,7.5rem); font-weight: 800; line-height: .95; letter-spacing: -.03em; color: var(--frost); }
.t-hero em { font-style: normal; color: var(--teal); }
.t-xl   { font-family: var(--ff-head); font-size: clamp(2rem,5vw,4rem); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.t-xl em { font-style: normal; color: var(--teal); }
.t-body  { font-size: 1.05rem; color: rgba(240,253,250,.72); }
.t-eyebrow { font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: .5rem; }

/* Buttons */
.btn-primary { display: inline-block; background: var(--teal); color: var(--void); font-family: var(--ff-head); font-weight: 700; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; padding: .85rem 2rem; border-radius: 2px; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--teal-lt); transform: translateY(-2px); }
.btn-outline { display: inline-block; border: 1.5px solid var(--teal); color: var(--teal); font-family: var(--ff-head); font-weight: 700; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; padding: .8rem 1.9rem; border-radius: 2px; transition: background .2s, color .2s, transform .15s; }
.btn-outline:hover { background: var(--teal); color: var(--void); transform: translateY(-2px); }
.btn-cta { display: inline-block; background: transparent; border: 2px solid var(--teal); color: var(--frost); font-family: var(--ff-head); font-weight: 700; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; padding: 1rem 2.4rem; border-radius: 2px; transition: background .25s, color .25s; }
.btn-cta:hover { background: var(--teal); color: var(--void); }

/* Container */
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.4rem 2rem; display: flex; align-items: center; justify-content: space-between; transition: background .3s, padding .3s; }
.site-header.scrolled { background: rgba(6,14,13,.95); backdrop-filter: blur(10px); padding: 1rem 2rem; border-bottom: 1px solid var(--border); }
.logo { font-family: var(--ff-head); font-weight: 800; font-size: 1.2rem; letter-spacing: .04em; color: var(--frost); }
.logo span { color: var(--teal); }
nav { display: flex; align-items: center; gap: 2.5rem; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-family: var(--ff-head); font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(240,253,250,.75); transition: color .2s; }
.nav-links a:hover { color: var(--teal); }
.lang-toggle { display: flex; align-items: center; gap: .4rem; }
.lang-toggle button { background: none; border: none; font-family: var(--ff-head); font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: rgba(240,253,250,.5); cursor: pointer; padding: .2rem .35rem; transition: color .2s; }
.lang-toggle button.active { color: var(--teal); }
.lang-toggle .sep { color: rgba(240,253,250,.25); font-size: .7rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: .3rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--frost); transition: transform .25s, opacity .25s; }

/* Hero */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('../img/live-tattoo-antalya-tattoo1.jpg'); background-size: cover; background-position: center; transform: scale(1.08); transition: transform 8s ease; }
.hero:hover .hero-bg { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,14,13,.88) 40%, rgba(20,184,166,.12) 100%); }
.hero-content { position: relative; z-index: 2; padding: 7rem 2rem 5rem; max-width: 820px; margin-left: max(2rem, calc((100vw - 1160px)/2 + 1.5rem)); }
.hero-tag { display: inline-flex; align-items: center; gap: .6rem; background: rgba(20,184,166,.12); border: 1px solid var(--border); padding: .45rem 1rem; border-radius: 2px; margin-bottom: 2rem; }
.hero-tag span { font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.hero-sub { font-size: 1.15rem; color: rgba(240,253,250,.7); margin: 1.6rem 0 2.4rem; max-width: 540px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Rating bar */
.rating-bar { background: var(--mid); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem; }
.rating-item { display: flex; flex-direction: column; align-items: center; gap: .2rem; }
.rating-num { font-family: var(--ff-head); font-size: 1.7rem; font-weight: 800; color: var(--teal); line-height: 1; }
.rating-stars { color: var(--teal); font-size: 1rem; letter-spacing: .1em; }
.rating-label { font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(240,253,250,.55); }

/* About strip */
.about-strip { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.about-strip-img { overflow: hidden; }
.about-strip-text { background: var(--mid); display: flex; align-items: center; padding: 5rem 4rem; }
.line-teal { display: block; width: 3.5rem; height: 3px; background: var(--teal); margin-bottom: 1.8rem; }
.badge { display: inline-block; font-family: var(--ff-head); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); border: 1px solid var(--border); padding: .3rem .9rem; border-radius: 2px; margin-bottom: 1rem; }

/* Gallery grid */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; gap: 8px; }
.g-item { position: relative; overflow: hidden; }
.g-item.tall { grid-row: span 2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.g-item:hover img { transform: scale(1.05); }
.g-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,14,13,.5) 0%, transparent 50%); opacity: 0; transition: opacity .3s; }
.g-item:hover .g-overlay { opacity: 1; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5px; }
.service-card { background: var(--mid); padding: 2.5rem 2rem; border: 1px solid var(--border); }
.service-icon { display: block; font-size: 1.6rem; color: var(--teal); margin-bottom: 1.2rem; }
.service-card h3 { font-family: var(--ff-head); font-size: 1.2rem; font-weight: 700; margin-bottom: .8rem; color: var(--frost); }
.service-card p { color: rgba(240,253,250,.65); font-size: .95rem; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5px; }
.review-card { background: var(--mid); padding: 2rem; border: 1px solid var(--border); }
.review-stars { color: var(--teal); font-size: 1.1rem; margin-bottom: .8rem; }
.review-text { font-size: .95rem; color: rgba(240,253,250,.72); line-height: 1.7; margin-bottom: 1rem; }
.review-author { font-family: var(--ff-head); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

/* Split feature */
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.split-img { overflow: hidden; }
.split-txt { background: var(--dark); display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem; gap: 1.2rem; }
.split-txt h2 { font-family: var(--ff-head); font-size: clamp(2rem,3.5vw,3rem); font-weight: 700; line-height: 1.1; }
.split-txt p { color: rgba(240,253,250,.68); max-width: 380px; }

/* About values */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-story-img { overflow: hidden; border-radius: 2px; height: 520px; }
.about-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; }
.value-card { background: var(--dark); border: 1px solid var(--border); padding: 2rem 1.8rem; }
.value-card h3 { font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700; margin-bottom: .6rem; color: var(--teal); }
.value-card p { font-size: .9rem; color: rgba(240,253,250,.65); }

/* Piercing section */
.piercing-strip { background: var(--mid); padding: 5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.piercing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5px; margin-top: 3rem; }
.piercing-card { background: var(--dark); border: 1px solid var(--border); padding: 2rem; text-align: center; }
.piercing-card .icon { font-size: 2rem; color: var(--teal); display: block; margin-bottom: 1rem; }
.piercing-card h3 { font-family: var(--ff-head); font-weight: 700; margin-bottom: .5rem; }
.piercing-card p { font-size: .88rem; color: rgba(240,253,250,.6); }

/* Contact */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 5rem 2rem; max-width: 1160px; margin: 0 auto; }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; gap: 1.2rem; align-items: flex-start; }
.contact-icon { font-size: 1.2rem; color: var(--teal); flex-shrink: 0; margin-top: .2rem; }
.contact-detail h4 { font-family: var(--ff-head); font-size: .9rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin-bottom: .3rem; }
.contact-detail a, .contact-detail p { color: rgba(240,253,250,.75); font-size: .97rem; }
.contact-detail a:hover { color: var(--teal); }
.contact-map iframe { width: 100%; height: 380px; border: none; border-radius: 2px; filter: brightness(.85) saturate(.9); }

/* Form */
.form-section { background: var(--mid); }
.contact-form { max-width: 720px; }
.form-note { background: rgba(20,184,166,.08); border: 1px solid var(--border); padding: 1rem 1.4rem; border-radius: 2px; font-size: .88rem; color: rgba(240,253,250,.65); margin-bottom: 2rem; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field.full { grid-column: 1/-1; }
label { font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(240,253,250,.6); }
input, textarea, select { background: var(--dark); border: 1px solid rgba(20,184,166,.2); color: var(--frost); font-family: var(--ff-body); font-size: .97rem; padding: .8rem 1rem; border-radius: 2px; outline: none; transition: border-color .2s; width: 100%; }
input:focus, textarea:focus { border-color: var(--teal); }
textarea { resize: vertical; min-height: 120px; }

/* Page header */
.page-header { background: var(--mid); padding: 8rem 2rem 4rem; border-bottom: 1px solid var(--border); }
.page-header .container { max-width: 1160px; margin: 0 auto; }

/* Footer */
.site-footer { background: var(--void); border-top: 1px solid var(--border); padding: 4rem 2rem 2rem; }
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-brand .logo { font-size: 1.3rem; display: inline-block; margin-bottom: 1rem; }
.footer-brand p { font-size: .88rem; color: rgba(240,253,250,.5); max-width: 280px; }
.footer-col h4 { font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .6rem; }
.footer-col a { font-size: .88rem; color: rgba(240,253,250,.55); transition: color .2s; }
.footer-col a:hover { color: var(--teal); }
.footer-bottom { max-width: 1160px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(20,184,166,.1); }
.footer-bottom p { font-size: .82rem; color: rgba(240,253,250,.35); }
.disclaimer { max-width: 1160px; margin: .5rem auto 0; font-size: .78rem; color: rgba(240,253,250,.28); font-style: italic; }

/* Reveals */
.reveal, .reveal-left, .stagger-child { opacity: 0; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .stagger-child { opacity: 1 !important; transform: none !important; }
  .hero-bg { transform: none !important; }
}

/* Mobile */
@media (max-width: 900px) {
  .about-strip, .split-feature { grid-template-columns: 1fr; }
  .about-strip-img { height: 320px; }
  .about-story { grid-template-columns: 1fr; }
  .about-story-img { height: 280px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-txt { padding: 3rem 2rem; }
  .about-strip-text { padding: 3rem 2rem; }
}
@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: fixed; inset: 0; background: rgba(6,14,13,.97); justify-content: center; align-items: center; gap: 2rem; z-index: 200; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.3rem; }
  .nav-toggle { display: flex; z-index: 201; }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-item.tall { grid-row: span 1; }
  form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .rating-bar { gap: 1.5rem; }
  .hero-content { padding: 7rem 1.5rem 4rem; }
}
