/*
Theme Name: Ömer Öcal Violin
Theme URI: https://omerocalviolin.com
Author: Ömer Öcal
Description: Ömer Öcal için özel hazırlanmış, mobil uyumlu sanatçı portfolyo teması.
Version: 1.1.1
Text Domain: omer-ocal-violin
*/

:root {
  --ink: #0b0b0c;
  --ink-soft: #151518;
  --paper: #f7f4ee;
  --gold: #cda45e;
  --gold-light: #e5c98d;
  --muted: #a5a3a0;
  --line: rgba(205,164,94,.26);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,11,12,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 230px; }
.brand img { width: 230px; height: auto; }
.site-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: #ddd8cf; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a:hover, .site-nav .current-menu-item a { color: var(--gold-light); }
.menu-toggle { display: none; padding: 9px; border: 0; color: #fff; background: transparent; font-size: 1.55rem; }

.hero { position: relative; overflow: hidden; min-height: min(830px, calc(100vh - 86px)); display: grid; align-items: center; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 75% 25%, rgba(205,164,94,.18), transparent 30%),
    linear-gradient(115deg, #080809 5%, #151518 58%, #080809 100%);
}
.hero::after { content: ""; position: absolute; right: -6%; top: 11%; width: 55%; aspect-ratio: 1; border: 1px solid rgba(205,164,94,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(205,164,94,.025), 0 0 0 160px rgba(205,164,94,.018); }
.hero-inner { position: relative; z-index: 2; padding-block: 90px; }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.hero-photo { position: absolute; z-index: 1; right: 1%; bottom: 0; width: min(46vw, 720px); height: 100%; display: flex; align-items: flex-end; justify-content: flex-end; pointer-events: none; opacity: .8; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b0b0c 0%, transparent 45%), linear-gradient(0deg, #0b0b0c 0%, transparent 28%); }
.hero-photo img { width: 100%; max-height: 94%; object-fit: contain; object-position: right bottom; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 1px; background: var(--gold); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
.hero h1 { max-width: 880px; margin-top: 22px; font-size: clamp(4rem, 10vw, 8.6rem); letter-spacing: -.055em; }
.hero h1 span { color: var(--gold-light); font-style: italic; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: #c5c0b8; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--gold); color: #121212; background: var(--gold); font-weight: 800; letter-spacing: .04em; transition: .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button.ghost { color: var(--paper); background: transparent; }
.button.ghost:hover { color: #111; background: var(--gold-light); }
.bow-line { width: min(730px, 78vw); height: 40px; margin-top: 58px; opacity: .8; }

.section { padding-block: 110px; }
.section.alt { background: var(--ink-soft); }
.section.light { color: #171719; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(2.6rem, 6vw, 5.2rem); letter-spacing: -.04em; }
.section-heading p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.light .section-heading p { color: #5c5954; }
.gold { color: var(--gold); }

.stats { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.stat { padding: 38px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #b9b4ac; font-size: .83rem; letter-spacing: .11em; text-transform: uppercase; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 270px; padding: 34px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-5px); border-color: var(--gold); }
.card-number { color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .16em; }
.card h3 { margin-top: 52px; font-size: 1.65rem; }
.card p { margin: 14px 0 0; color: #aaa7a1; font-size: .95rem; }

.video-shell { position: relative; overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.video-shell iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }
.video-meta { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 22px; color: #a9a59e; }

.home-gallery-grid { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2, minmax(230px, 320px)); gap: 16px; }
.home-gallery-grid a { position: relative; overflow: hidden; border: 1px solid var(--line); background: #080809; }
.home-gallery-grid a:first-child { grid-row: 1 / 3; }
.home-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .5s ease; }
.home-gallery-grid a:first-child img { object-position: center; }
.home-gallery-grid a:hover img { transform: scale(1.035); opacity: .86; }
.home-gallery-link { display: flex; justify-content: flex-end; margin-top: 24px; }

.quote { position: relative; padding: 90px 0; text-align: center; }
.quote p { max-width: 950px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1.2; }
.quote p::before { content: "“"; color: var(--gold); }
.quote p::after { content: "”"; color: var(--gold); }

.page-hero { padding: 110px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 0, rgba(205,164,94,.15), transparent 30%); }
.page-hero h1 { margin-top: 18px; font-size: clamp(3.4rem, 8vw, 7.4rem); letter-spacing: -.05em; }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: #b9b4ad; font-size: 1.15rem; }
.prose { max-width: 850px; }
.prose h2 { margin: 60px 0 20px; color: var(--gold-light); font-size: clamp(2rem, 4vw, 3.3rem); }
.prose h3 { margin: 38px 0 14px; font-size: 1.55rem; }
.prose p, .prose li { color: #c0bbb3; }
.prose ul { padding-left: 22px; }
.prose strong { color: #fff; }
.career-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.career-item { display: grid; grid-template-columns: 180px 1fr; gap: 36px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.career-item .label { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.career-item p { margin: 0; color: #c2bdb5; }

.gallery-placeholder { min-height: 420px; display: grid; place-items: center; padding: 44px; border: 1px dashed rgba(205,164,94,.5); text-align: center; background: radial-gradient(circle, rgba(205,164,94,.08), transparent 60%); }
.gallery-placeholder svg { width: 70px; color: var(--gold); }
.gallery-placeholder h2 { margin-top: 26px; font-size: 2.4rem; }
.gallery-placeholder p { max-width: 560px; margin: 14px auto 0; color: #aaa69f; }
.photo-gallery { columns: 3 300px; column-gap: 18px; }
.gallery-item { display: block; break-inside: avoid; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--line); background: #080809; }
.gallery-item img { width: 100%; height: auto; transition: transform .45s ease, opacity .45s ease; }
.gallery-item:hover img { transform: scale(1.025); opacity: .87; }
.gallery-note { max-width: 760px; margin: -28px 0 48px; color: #aaa69f; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; }
.contact-card { padding: 38px; border: 1px solid var(--line); background: var(--ink-soft); }
.contact-card h2 { font-size: 2rem; }
.contact-list { display: grid; gap: 22px; margin-top: 34px; }
.contact-row small { display: block; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-row a, .contact-row span { display: block; margin-top: 5px; color: #e8e3da; }
.map { overflow: hidden; min-height: 520px; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(1) contrast(1.1); }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.socials a { padding: 10px 14px; border: 1px solid var(--line); color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 54px 0 32px; border-top: 1px solid var(--line); background: #070708; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.footer-logo { width: 235px; }
.footer-note { max-width: 540px; margin: 18px 0 0; color: #8f8c86; }
.footer-contact { text-align: right; }
.footer-contact a { display: block; color: #d8d2c8; }
.copyright { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #666; font-size: .78rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 86px 0 auto; padding: 24px 20px; border-bottom: 1px solid var(--line); background: #0b0b0c; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; }
  .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 80px; }
  .hero-photo { right: -20%; width: 76vw; opacity: .3; }
  .hero-photo::after { background: linear-gradient(90deg, #0b0b0c 8%, rgba(11,11,12,.2) 80%), linear-gradient(0deg, #0b0b0c 0%, transparent 35%); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--content)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 190px; }
  .site-nav { inset-block-start: 74px; }
  .hero { min-height: calc(100svh - 74px); }
  .hero-inner { padding-block: 65px; }
  .hero-photo { right: -34%; width: 108vw; opacity: .2; }
  .hero h1 { font-size: clamp(3.5rem, 19vw, 5.2rem); }
  .bow-line { margin-top: 38px; }
  .stats, .cards { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section-heading { gap: 20px; margin-bottom: 38px; }
  .career-item { grid-template-columns: 1fr; gap: 9px; }
  .video-meta, .footer-grid { display: block; }
  .footer-contact { margin-top: 28px; text-align: left; }
  .page-hero { padding: 80px 0 52px; }
  .map, .map iframe { min-height: 390px; }
  .home-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 390px 240px 240px; }
  .home-gallery-grid a:first-child { grid-row: auto; }
  .photo-gallery { columns: 2 145px; column-gap: 10px; }
  .gallery-item { margin-bottom: 10px; }
}
