﻿/*
Theme Name: Salih Aycicek Child
Theme URI: https://salihaycicek.com.tr
Description: Astra child theme for Salih Aycicek portfolio.
Author: Salih Aycicek
Template: astra
Version: 1.0.0
Text Domain: salih-aycicek
*/

:root {
  --sa-black: #242424;
  --sa-ink: #284b63;
  --sa-panel: rgba(255, 255, 255, 0.08);
  --sa-white: #ffffff;
  --sa-soft: #d9d9d9;
  --sa-muted: #bfcacc;
  --sa-line: rgba(255, 255, 255, 0.16);
  --sa-red: #3c6e71;
  --sa-burgundy: #284b63;
  --sa-cyan: #ffffff;
  --sa-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  --sa-radius: 8px;
  --sa-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sa-black);
  color: var(--sa-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .38;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.site-content, .ast-container { padding: 0 !important; max-width: none !important; }
.sa-container { width: min(var(--sa-max), calc(100% - 36px)); margin: 0 auto; }

.sa-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(36,36,36,.86);
  border-bottom: 1px solid var(--sa-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.sa-nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.sa-brand { display: inline-flex; align-items: center; min-width: 170px; }
.sa-brand img { width: 332px; max-height: 78px; object-fit: contain; }
.sa-brand-fallback { font-weight: 800; font-size: 20px; }
.sa-primary-menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.sa-primary-menu a, .sa-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--sa-radius);
  color: var(--sa-soft);
  font-size: 14px;
  font-weight: 700;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.sa-primary-menu a:hover, .sa-primary-menu .current-menu-item > a, .sa-social-icon:hover { color: var(--sa-white); background: rgba(60,110,113,.22); }
.sa-header-socials { display: flex; align-items: center; gap: 8px; }
.sa-social-icon {
  width: 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}
.sa-social-icon svg { width: 22px; height: 22px; display: block; }
.sa-brand-svg .sa-brand-bg { fill: currentColor; }
.sa-brand-svg .sa-brand-mark { fill: #fff; }
.sa-youtube-svg { color: #ff0000; }
.sa-spotify-svg { color: #1db954; }
.sa-spotify-svg .sa-brand-mark { fill: #111; }
.sa-instagram-svg .sa-brand-bg { fill: url(#saInstagramGradient); }
.sa-instagram-svg .sa-brand-mark { fill: #fff; }
.sa-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius);
  background: rgba(255,255,255,.04);
  color: var(--sa-white);
  align-items: center;
  justify-content: center;
}
.sa-menu-toggle svg { width: 22px; height: 22px; stroke: currentColor; }

.sa-main { background: var(--sa-black); }
.sa-hero {
  position: relative;
  min-height: 92vh;
  padding: 128px 0 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(36,36,36,.96) 0%, rgba(36,36,36,.76) 34%, rgba(36,36,36,.22) 67%, rgba(36,36,36,.72) 100%), var(--sa-hero-image) center / cover no-repeat;
  animation: sa-hero-drift 18s ease-in-out infinite alternate;
}
.sa-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--sa-black));
}
.sa-hero-content {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--sa-radius);
  background: rgba(20,20,20,.44);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sa-hero-light {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.08) 44%, transparent 58%);
  transform: translateX(-60%);
  animation: sa-hero-light 7s ease-in-out infinite;
  mix-blend-mode: screen;
}
.sa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--sa-cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.sa-kicker::before { content: ""; width: 34px; height: 2px; background: var(--sa-red); }
.sa-hero h1, .sa-page-hero h1 { margin: 0; color: var(--sa-white); font-size: 64px; line-height: .98; font-weight: 900; }
.sa-hero p { margin: 24px 0 0; max-width: 610px; color: var(--sa-soft); font-size: 19px; line-height: 1.75; }
.sa-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.sa-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--sa-radius);
  font-size: 14px;
  font-weight: 850;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.sa-button:hover { transform: translateY(-2px); }
.sa-button-primary { background: var(--sa-red); color: var(--sa-white); box-shadow: 0 16px 34px rgba(227,27,47,.25); }
.sa-button-secondary { background: rgba(255,255,255,.06); border-color: var(--sa-line); color: var(--sa-white); }

.sa-section { padding: 86px 0; border-top: 1px solid rgba(255,255,255,.06); }
.sa-section-light { background: #d9d9d9; color: #111; }
.sa-section-head { display: grid; grid-template-columns: minmax(0,.78fr) minmax(280px,.42fr); gap: 36px; align-items: end; margin-bottom: 34px; }
.sa-section-head h2, .sa-page-copy h2, .sa-rich-text h2 { margin: 0; color: inherit; font-size: 42px; line-height: 1.08; font-weight: 900; }
.sa-section-head p, .sa-page-copy p, .sa-card p, .sa-rich-text p, .sa-footer p { color: var(--sa-muted); line-height: 1.75; }
.sa-section:not(.sa-section-light) .sa-section-head h2,
.sa-section:not(.sa-section-light) .sa-page-copy h2,
.sa-section:not(.sa-section-light) .sa-card h3 { color: #fff; }
.sa-section-light .sa-section-head p, .sa-section-light .sa-card p, .sa-section-light .sa-rich-text p { color: #555; }
.sa-split { display: grid; grid-template-columns: minmax(0,.94fr) minmax(320px,.72fr); gap: 34px; align-items: center; }
.sa-image-frame { overflow: hidden; border-radius: var(--sa-radius); border: 1px solid var(--sa-line); box-shadow: var(--sa-shadow); background: #151518; }
.sa-image-frame img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }

.sa-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.sa-area-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.sa-area-card, .sa-card, .sa-contact-card, .sa-article {
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.055));
  box-shadow: var(--sa-shadow);
}
.sa-section-light .sa-card, .sa-section-light .sa-area-card, .sa-section-light .sa-contact-card, .sa-section-light .sa-article {
  background: #fff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 14px 35px rgba(0,0,0,.08);
}
.sa-area-card { min-height: 180px; padding: 18px; }
.sa-area-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: var(--sa-radius);
  background: rgba(227,27,47,.14);
  color: var(--sa-red);
}
.sa-area-icon svg { width: 22px; height: 22px; stroke: currentColor; }
.sa-area-card h3, .sa-card h3 { margin: 0 0 10px; color: inherit; font-size: 20px; line-height: 1.25; }
.sa-area-card p { margin: 0; color: var(--sa-muted); font-size: 14px; line-height: 1.65; }
.sa-post-card { overflow: hidden; }
.sa-post-thumb { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #191919; }
.sa-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .26s ease, filter .26s ease; }
.sa-post-card:hover .sa-post-thumb img { transform: scale(1.04); filter: saturate(1.08); }
.sa-post-body { padding: 22px; }
.sa-post-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--sa-cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sa-post-body h3 { margin: 0 0 12px; font-size: 22px; }
.sa-post-body p { margin: 0; font-size: 15px; }
.sa-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--sa-red); font-weight: 850; }
.sa-platform-card {
  min-height: 250px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.sa-platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.34);
  background: rgba(40,75,99,.92);
}
.sa-platform-mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--sa-radius);
  background: rgba(255,255,255,.92);
  color: #284b63;
  font-weight: 900;
}
.sa-platform-mark svg { width: 32px; height: 32px; display: block; }
.sa-platform-mark .sa-youtube-svg { color: #ff0000; }
.sa-platform-mark .sa-spotify-svg { color: #1db954; }
.sa-platform-card strong { color: #fff; margin-top: 20px; }

.sa-media-band {
  min-height: 440px;
  display: flex;
  align-items: end;
  background: linear-gradient(90deg, rgba(53,53,53,.96), rgba(53,53,53,.58), rgba(40,75,99,.88)), var(--sa-surgery-image) center / cover no-repeat;
}
.sa-media-band .sa-container { padding: 82px 0; }
.sa-media-band h2 { width: min(760px, 100%); margin: 0; color: var(--sa-white); font-size: 42px; line-height: 1.14; }
.sa-contact-strip { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.42fr); gap: 18px; align-items: stretch; }
.sa-contact-card { padding: 24px; }
.sa-contact-card strong { display: block; margin-bottom: 8px; color: inherit; }

.sa-page-hero {
  padding: 144px 0 72px;
  background: linear-gradient(90deg, rgba(53,53,53,.94), rgba(40,75,99,.76)), var(--sa-page-image) center / cover no-repeat;
}
.sa-page-hero p { max-width: 760px; margin: 20px 0 0; color: var(--sa-soft); font-size: 18px; line-height: 1.75; }
.sa-content-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(320px,.28fr); gap: 28px; }
.sa-rich-text, .sa-sidebar-card { padding: 28px; }
.sa-rich-text { color: var(--sa-soft); font-size: 17px; }
.sa-rich-text h2, .sa-rich-text h3, .sa-rich-text h4 { color: var(--sa-white); margin: 30px 0 14px; }
.sa-rich-text p, .sa-rich-text li { color: var(--sa-soft); }
.sa-rich-text a { color: var(--sa-red); font-weight: 800; }
.sa-sidebar-card { border: 1px solid var(--sa-line); border-radius: var(--sa-radius); background: var(--sa-panel); position: sticky; top: 104px; }
.sa-sidebar-card h2 { margin: 0 0 12px; font-size: 24px; }

.sa-footer { background: #202020; border-top: 1px solid var(--sa-line); padding: 54px 0 26px; }
.sa-footer-grid { display: grid; grid-template-columns: minmax(0,.72fr) repeat(2, minmax(180px,.2fr)); gap: 30px; }
.sa-footer-logo { width: 230px; margin-bottom: 18px; }
.sa-footer h2, .sa-footer h3 { margin: 0 0 16px; color: var(--sa-white); }
.sa-footer a { display: block; margin: 10px 0; color: var(--sa-muted); }
.sa-footer a:hover { color: var(--sa-white); }
.sa-footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--sa-line); color: var(--sa-muted); font-size: 14px; }

@keyframes sa-hero-light {
  0%, 35% { transform: translateX(-62%); opacity: 0; }
  52% { opacity: .75; }
  78%, 100% { transform: translateX(62%); opacity: 0; }
}
@keyframes sa-hero-drift {
  from { background-position: center center; }
  to { background-position: 54% center; }
}

@media (max-width: 1100px) { .sa-area-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 900px) {
  .sa-menu-toggle { display: inline-flex; }
  .sa-header-socials { display: none; }
  .sa-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    padding: 12px;
    border: 1px solid var(--sa-line);
    border-radius: var(--sa-radius);
    background: rgba(8,8,9,.96);
    box-shadow: var(--sa-shadow);
  }
  .sa-nav.is-open { display: block; }
  .sa-primary-menu { display: grid; gap: 4px; }
  .sa-primary-menu a { justify-content: flex-start; min-height: 46px; }
  .sa-hero { min-height: 86vh; background-position: 62% center; }
  .sa-hero h1, .sa-page-hero h1 { font-size: 46px; }
  .sa-hero p, .sa-page-hero p { font-size: 17px; }
  .sa-section-head, .sa-split, .sa-contact-strip, .sa-content-layout, .sa-footer-grid { grid-template-columns: 1fr; }
  .sa-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .sa-container { width: min(100% - 24px, var(--sa-max)); }
  .sa-brand img { width: 250px; }
  .sa-hero {
    min-height: 100svh;
    padding: 100px 0 34px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(36,36,36,.18) 0%, rgba(36,36,36,.08) 34%, rgba(36,36,36,.58) 68%, rgba(36,36,36,.96) 100%),
      url("./assets/images/mobile-hero.png") center 18% / cover no-repeat;
    animation: none;
  }
  .sa-hero::after { height: 120px; }
  .sa-hero-light { display: none; }
  .sa-hero-content {
    padding: 18px;
    background: rgba(24,24,24,.58);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .sa-hero h1, .sa-page-hero h1 { font-size: 38px; }
  .sa-section { padding: 64px 0; }
  .sa-section-head h2, .sa-media-band h2, .sa-page-copy h2, .sa-rich-text h2 { font-size: 32px; }
  .sa-card-grid, .sa-area-grid { grid-template-columns: 1fr; }
  .sa-image-frame img { min-height: 360px; }
  .sa-footer-bottom { display: grid; }
}


