/*
Theme Name: Aksoy Gemi
Author: Aksoy Gemi
Description: Video açılışlı, mobil uyumlu kurumsal tanıtım teması.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: aksoy-gemi
License: GNU General Public License v2 or later
*/

:root {
  --navy: #071936;
  --blue: #309fee;
  --red: #eb3b29;
  --paper: #f5f6f7;
  --muted: #627083;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--navy);
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.skip {
  position: fixed; left: 16px; top: -100px; z-index: 100;
  background: white; padding: 12px;
}
.skip:focus { top: 16px; }
.wrap { width: min(1240px, 88%); margin-inline: auto; }
.site-header {
  position: absolute; top: 0; left: 0; width: 100%;
  z-index: 20; color: white;
  border-bottom: 1px solid #ffffff30;
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  min-height: 104px; display: flex;
  align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img {
  width: 132px; height: 76px; object-fit: contain;
  background: white; padding: 5px;
}
.brand strong { font-size: 22px; letter-spacing: 2px; }
.brand small { display: block; font-size: 9px; letter-spacing: 5px; }
nav { display: flex; align-items: center; gap: 27px; font-size: 13px; }
nav a { padding-block: 12px; }
nav a:hover { color: #8dccff; }
.nav-contact { border-bottom: 2px solid var(--red); }
.menu-button {
  display: none; color: white; background: transparent;
  border: 1px solid #ffffff70; padding: 8px 14px;
}
.hero {
  min-height: 780px; min-height: 100svh; position: relative;
  display: flex; align-items: center; color: white;
  background: #0b2743; overflow: hidden;
}
.hero-media, .hero-shade {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.hero-media { object-fit: cover; }
.hero-shade {
  background: linear-gradient(90deg, #041427cf, #04142735),
              linear-gradient(0deg, #041427a6, transparent 60%);
}
.hero-content { position: relative; z-index: 2; padding: 170px 0 120px; }
.eyebrow {
  display: block; font-size: 11px; font-weight: bold;
  letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px;
}
.hero .eyebrow { color: #c1e5ff; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 900px; font-size: clamp(46px, 6.6vw, 94px);
  font-weight: 500; line-height: 1.06; letter-spacing: -3px;
  margin-bottom: 30px;
}
h1 em { font-family: Georgia, serif; font-weight: normal; }
.hero p { max-width: 520px; color: #e0e8f0; font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 36px; padding: 15px 23px; background: var(--red);
  color: white; font-size: 13px; border: 1px solid transparent;
}
.button:hover { background: #ca2b1b; }
.button-outline { background: transparent; border-color: #ffffff65; }
.button-outline:hover { background: #ffffff18; }
.hero-bottom {
  position: absolute; bottom: 28px; left: 6%; right: 6%;
  display: flex; justify-content: space-between; align-items: center;
  z-index: 3; font-size: 10px; letter-spacing: 2px; gap: 20px;
}
.video-toggle {
  background: #07193680; border: 1px solid #ffffff55;
  color: white; padding: 7px 12px; letter-spacing: 0;
}
.location-strip { background: var(--navy); color: white; }
.location-strip .wrap {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 15px; padding-block: 24px; font-size: 11px; letter-spacing: 2px;
}
.section { padding: 110px 0; }
.section .eyebrow { color: #34769f; }
h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.13; font-weight: 500; letter-spacing: -1.5px; }
h2 em { font-family: Georgia, serif; font-weight: normal; }
.copy { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 85px; align-items: center; }
.about-photo { position: relative; padding-bottom: 35px; }
.about-photo img { width: 100%; height: 550px; object-fit: cover; }
.photo-caption {
  position: absolute; bottom: 0; right: -22px;
  background: var(--navy); color: white; padding: 22px 32px;
  font-size: 11px; letter-spacing: 2px;
}
.text-link {
  display: inline-block; padding: 10px 0; margin-top: 20px;
  border-bottom: 1px solid var(--red); font-size: 13px;
}
.services { background: var(--paper); }
.section-heading {
  display: flex; align-items: end; justify-content: space-between;
  gap: 40px; margin-bottom: 45px;
}
.section-heading p { max-width: 360px; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.service { background: white; }
.service img { width: 100%; height: 340px; object-fit: cover; }
.service-body { padding: 30px 35px; }
.service-number { color: var(--red); font-size: 12px; letter-spacing: 2px; }
.service h3 { font-size: 28px; font-weight: 500; margin: 12px 0; }
.service p { color: var(--muted); margin-bottom: 0; }
.statement {
  min-height: 560px; position: relative; display: grid;
  place-items: center; background: var(--navy); color: white;
}
.statement img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.statement::after { content: ""; position: absolute; inset: 0; background: #04142780; }
.statement .wrap { position: relative; z-index: 1; text-align: center; padding-block: 95px; }
.statement h2 { max-width: 850px; margin-inline: auto; font-size: clamp(38px, 5vw, 70px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-grid figure { margin: 0; }
.gallery-grid a { display: block; overflow: hidden; background: var(--paper); }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; transition: transform .7s; }
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-grid figcaption { padding: 12px 0; color: var(--muted); font-size: 12px; }
.contact { background: var(--navy); color: white; }
.contact .eyebrow { color: #89caff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-details { display: grid; gap: 23px; }
.contact-details div { border-bottom: 1px solid #ffffff25; padding-bottom: 18px; }
.contact-details small { display: block; color: #9eafc4; margin-bottom: 7px; }
.contact-details a { overflow-wrap: anywhere; }
.contact-details .phone { font-size: clamp(22px, 3vw, 34px); }
footer { background: #041125; color: #a8b4c6; padding: 26px 0; font-size: 11px; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; }
.content-page { padding-top: 170px; min-height: 70vh; }
body:not(.home) .site-header { background: var(--navy); }
.content-page a { text-decoration: underline; }
.content-page img { height: auto; }
.reveal { opacity: 1; transform: none; }
.motion .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s, transform .8s; }
.motion .reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .about-grid, .contact-grid { gap: 40px; }
  nav { gap: 16px; }
  .brand strong { font-size: 17px; }
  .brand small { letter-spacing: 3px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .header-inner { min-height: 90px; }
  .brand img { width: 102px; height: 62px; }
  .brand strong { font-size: 16px; letter-spacing: 1px; }
  .brand small { font-size: 8px; }
  .menu-button { display: block; }
  nav {
    display: none; position: absolute; top: 90px;
    left: 0; right: 0; background: var(--navy); padding: 24px 6%;
  }
  nav.open { display: flex; flex-direction: column; align-items: stretch; }
  h1 { letter-spacing: -1.5px; }
  .hero-content { padding-top: 150px; }
  .hero-bottom { font-size: 8px; letter-spacing: 1px; }
  .section { padding: 70px 0; }
  .about-grid, .services-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photo img { height: 380px; }
  .photo-caption { right: -8px; }
  .section-heading { display: block; }
  .service img { height: 270px; }
  .gallery-grid { gap: 14px; }
  .gallery-grid img { height: 190px; }
  footer .wrap { flex-direction: column; gap: 8px; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .motion .reveal { opacity: 1; transform: none; }
}