/*
Theme Name: Kervan Tel Cit
Theme URI: https://kervantelcit.com
Author: Kervan Tel Cit
Description: Kervan Tel Cit icin gercek saha fotograflariyla hazirlanmis cok sayfali kurumsal WordPress temasi.
Version: 2.0.0
Text Domain: kervan-tel-cit
*/

:root {
  --green-950: #071c12;
  --green-900: #0b2819;
  --green-800: #103b25;
  --green-700: #165230;
  --green-600: #1d6a3c;
  --green-100: #e7f0e9;
  --lime: #b8dc56;
  --ink: #18201b;
  --muted: #657069;
  --paper: #f7f8f5;
  --white: #ffffff;
  --line: #dce2dd;
  --shadow: 0 18px 45px rgba(8, 31, 18, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-container { max-width: 900px; margin-left: max(24px, calc((100vw - 1180px) / 2)); margin-right: 24px; }
.section { padding: 104px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--green-800); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: rgba(255,255,255,.72); background: var(--green-950); font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.topbar-contact { display: flex; align-items: center; gap: 20px; }
.topbar-contact a { color: white; font-weight: 750; letter-spacing: .03em; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.site-brand { flex: 0 0 auto; line-height: 0; }
.site-brand img, .custom-logo { width: 220px; height: auto; }
.custom-logo-link { display: block; line-height: 0; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { padding: 33px 0 31px; border-bottom: 3px solid transparent; color: #38443c; font-size: 13px; font-weight: 700; transition: color .2s ease, border-color .2s ease; }
.desktop-nav a:hover { color: var(--green-700); border-color: var(--green-700); }
.header-call { display: flex; flex-direction: column; min-width: 150px; padding: 11px 17px; color: white; background: var(--green-700); line-height: 1.2; }
.header-call span { margin-bottom: 4px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-call strong { font-size: 14px; }
.mobile-menu { display: none; position: relative; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0c2114; background: var(--lime); }
.button-primary:hover { background: #c8e874; }
.button-light { color: var(--green-900); background: white; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.62); background: rgba(4,23,13,.12); }
.button-outline-light:hover { border-color: white; background: rgba(255,255,255,.08); }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; color: var(--green-700); font-size: 13px; font-weight: 800; }
.arrow-link span, .arrow-link b { font-size: 17px; transition: transform .2s ease; }
.arrow-link:hover span, .arrow-link:hover b { transform: translateX(4px); }
.section-kicker { display: block; margin-bottom: 16px; color: var(--green-700); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .19em; }
.section-kicker-light { color: var(--lime); }

.home-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--green-950); }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; object-position: center; }
.home-hero-shade { background: linear-gradient(90deg, rgba(4,24,13,.96) 0%, rgba(4,24,13,.78) 36%, rgba(4,24,13,.28) 69%, rgba(4,24,13,.08) 100%); }
.home-hero-content { position: relative; z-index: 2; padding: 72px 0 148px; }
.hero-location { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.hero-location::before { content: ""; width: 34px; height: 2px; background: var(--lime); }
.home-hero h1 { max-width: 770px; margin-bottom: 23px; font-size: clamp(48px, 5.6vw, 78px); line-height: .99; letter-spacing: -.045em; }
.home-hero-content > p { max-width: 610px; margin-bottom: 31px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-info-bar { position: absolute; z-index: 3; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; background: white; transform: translateX(-50%); box-shadow: var(--shadow); }
.hero-info-bar > div { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 20px 29px; border-right: 1px solid var(--line); color: var(--ink); }
.hero-info-bar > div:last-child { border-right: 0; }
.hero-info-bar strong { margin-bottom: 3px; color: var(--green-800); font-size: 15px; }
.hero-info-bar span { color: var(--muted); font-size: 12px; }

.section-title-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: end; gap: 80px; margin-bottom: 46px; }
.section-title-row h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.section-title-row > p { margin: 0; padding-left: 24px; border-left: 3px solid var(--lime); color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-image { display: block; height: 290px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-image img { transform: scale(1.025); }
.service-card-body { padding: 28px 30px 31px; }
.service-card h3 { margin-bottom: 11px; color: var(--green-900); font-size: 24px; line-height: 1.25; }
.service-card p { min-height: 52px; margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.company-band { color: white; background: var(--green-950); }
.company-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: stretch; min-height: 650px; }
.company-photo { margin-left: calc((1180px - 100vw) / 2); overflow: hidden; }
.company-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 0 78px 74px; }
.company-copy h2 { max-width: 560px; margin-bottom: 25px; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.07; letter-spacing: -.04em; }
.company-copy > p { max-width: 560px; margin-bottom: 14px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; }
.check-list { display: grid; gap: 11px; margin: 16px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: 14px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.company-copy .button { align-self: flex-start; }

.work-section { background: #eef1ed; }
.compact-title-row { grid-template-columns: 1fr auto; align-items: end; }
.home-project-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; height: 520px; }
.home-project { position: relative; overflow: hidden; background: var(--green-900); }
.home-project::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(3,18,10,.86)); }
.home-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-project:hover img { transform: scale(1.025); }
.home-project span { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 22px; color: white; font-size: 13px; font-weight: 800; }

.process-section { padding: 96px 0 105px; background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { padding: 30px 28px; border-top: 3px solid var(--green-700); background: var(--paper); }
.process-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 25px; border-radius: 50%; color: var(--green-950); background: var(--lime); font-size: 13px; font-weight: 900; }
.process-grid h3 { margin-bottom: 9px; font-size: 22px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-cta { padding: 73px 0; color: white; background: var(--green-700); }
.contact-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; }
.contact-cta-inner > div:first-child > span { display: block; margin-bottom: 8px; color: var(--lime); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.contact-cta h2 { max-width: 720px; margin: 0; font-size: clamp(30px, 3.6vw, 47px); line-height: 1.1; letter-spacing: -.03em; }
.contact-cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 250px; }

.site-footer { padding: 78px 0 24px; color: rgba(255,255,255,.68); background: #06140d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 64px; padding-bottom: 58px; }
.footer-brand img { width: 218px; height: auto; margin-bottom: 20px; }
.footer-brand p { max-width: 310px; margin: 0; font-size: 13px; line-height: 1.75; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 13px; }
.footer-grid a { font-size: 12px; transition: color .2s ease; }
.footer-grid a:hover { color: var(--lime); }
.footer-contact p { margin: 0; font-size: 12px; line-height: 1.75; }
.footer-phone { color: var(--lime); font-size: 17px !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

.floating-actions { position: fixed; z-index: 70; right: 18px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.floating-action { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 7px 15px 7px 8px; border-radius: 36px; color: white; box-shadow: 0 11px 28px rgba(0,0,0,.23); }
.floating-action svg { width: 39px; height: 39px; padding: 10px; border-radius: 50%; fill: white; background: rgba(255,255,255,.14); }
.floating-action span { display: flex; flex-direction: column; min-width: 104px; font-size: 11px; font-weight: 800; line-height: 1.25; }
.floating-action small { margin-bottom: 2px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.floating-phone { background: var(--green-800); }
.floating-whatsapp { background: #1fb85a; }

.page-hero { padding: 115px 0 105px; }
.page-hero-simple { color: white; background: var(--green-900); }
.page-hero .section-kicker { color: var(--lime); }
.page-hero h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(46px, 5vw, 70px); line-height: 1.03; letter-spacing: -.045em; }
.page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }

.service-detail-list { display: grid; gap: 30px; }
.service-detail-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; border: 1px solid var(--line); background: white; }
.service-detail-card:nth-child(even) img { order: 2; }
.service-detail-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.service-detail-card > div { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.service-detail-card > div > span { margin-bottom: 22px; color: var(--green-600); font-size: 12px; font-weight: 850; }
.service-detail-card h2 { margin-bottom: 15px; font-size: 34px; line-height: 1.15; }
.service-detail-card p { margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.service-page-hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; color: white; background: var(--green-900); }
.service-page-photo { overflow: hidden; }
.service-page-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-page-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px clamp(45px, 7vw, 105px); }
.service-page-copy h1 { margin-bottom: 24px; font-size: clamp(43px, 4.7vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
.service-page-copy p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.75; }
.service-info-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.service-info-grid h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.large-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.large-check-list li { position: relative; min-height: 86px; display: flex; align-items: center; padding: 22px 22px 22px 58px; border: 1px solid var(--line); background: white; font-size: 14px; font-weight: 700; }
.large-check-list li::before { content: "✓"; position: absolute; left: 22px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: white; background: var(--green-700); font-size: 12px; }
.detail-split { padding: 95px 0; background: #e9eee9; }
.detail-split-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.detail-split h2 { margin: 0; font-size: clamp(35px, 4vw, 51px); line-height: 1.1; letter-spacing: -.035em; }
.detail-split p { color: var(--muted); font-size: 15px; line-height: 1.8; }

.project-page-section { background: #eef1ed; }
.project-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 290px; gap: 18px; }
.project-gallery figure { position: relative; grid-column: span 6; margin: 0; overflow: hidden; background: var(--green-900); }
.project-gallery .gallery-wide { grid-column: span 12; }
.project-gallery .gallery-tall { grid-column: span 4; grid-row: span 2; }
.project-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-gallery figure:hover img { transform: scale(1.02); }
.project-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 22px 20px; color: white; background: linear-gradient(transparent, rgba(3,17,10,.86)); font-size: 13px; font-weight: 800; }

.about-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.about-page-photo img { width: 100%; min-height: 590px; object-fit: cover; }
.about-page-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.about-page-copy > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.value-grid div { display: flex; flex-direction: column; padding: 23px; background: white; }
.value-grid strong { color: var(--green-800); font-size: 15px; }
.value-grid span { color: var(--muted); font-size: 12px; }

.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-panel { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px; border: 1px solid var(--line); background: white; }
.contact-panel-dark { color: white; background: var(--green-900); }
.contact-panel > span { margin-bottom: 15px; color: var(--green-600); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.contact-panel-dark > span { color: var(--lime); }
.contact-panel h2 { margin-bottom: 20px; font-size: 36px; }
.contact-panel p { margin-bottom: 25px; color: var(--muted); line-height: 1.8; }
.contact-big-link { margin-bottom: 28px; color: var(--lime); font-size: clamp(28px, 3.4vw, 45px); font-weight: 800; letter-spacing: -.03em; }
.prose { max-width: 800px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 46px; height: 46px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 11px; border: 1px solid var(--line); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; height: 2px; background: var(--green-900); }
  .mobile-menu nav { position: absolute; top: 56px; right: 0; width: min(310px, calc(100vw - 32px)); display: flex; flex-direction: column; padding: 10px; background: white; box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: 11px 12px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .mobile-menu nav a:last-child { border: 0; }
  .mobile-menu-phone { margin-top: 7px; color: white !important; background: var(--green-700); text-align: center; }
  .company-grid { grid-template-columns: 1fr 1fr; }
  .company-photo { margin-left: -24px; }
  .company-copy { padding-left: 52px; }
  .home-project-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .home-project { min-height: 340px; }
  .home-project-wide { grid-column: 1 / 3; min-height: 430px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
  .service-page-hero { grid-template-columns: 1fr 1fr; }
  .service-info-grid { gap: 48px; }
  .about-page-grid { gap: 48px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 74px 0; }
  .topbar { display: none; }
  .header-inner { min-height: 72px; gap: 12px; }
  .site-brand img, .custom-logo { width: 184px; }
  .header-call { display: none; }
  .mobile-menu { margin-left: auto; }
  .home-hero { min-height: 680px; align-items: flex-start; }
  .home-hero-image { object-position: 67% center; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(3,22,12,.94), rgba(3,22,12,.7)); }
  .home-hero-content { padding: 87px 0 245px; }
  .home-hero h1 { font-size: 50px; }
  .home-hero-content > p { font-size: 16px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-info-bar { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .hero-info-bar > div { min-height: 64px; padding: 12px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-info-bar > div:last-child { border-bottom: 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-title-row h2 { font-size: 39px; }
  .section-title-row > p { padding-left: 16px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-image { height: 235px; }
  .service-card-body { padding: 24px; }
  .service-card p { min-height: 0; }
  .company-grid { width: 100%; grid-template-columns: 1fr; }
  .company-photo { min-height: 380px; margin: 0; }
  .company-copy { padding: 70px 24px; }
  .company-copy h2 { font-size: 42px; }
  .compact-title-row { grid-template-columns: 1fr; }
  .home-project-grid { grid-template-columns: 1fr; }
  .home-project, .home-project-wide { grid-column: auto; min-height: 310px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { padding: 25px; }
  .contact-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: 11px; bottom: 11px; }
  .floating-action { min-height: 49px; padding: 6px; }
  .floating-action svg { width: 37px; height: 37px; }
  .floating-action span { display: none; }
  .page-hero { padding: 83px 0 78px; }
  .page-hero h1 { font-size: 45px; }
  .page-hero p { font-size: 16px; }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-card:nth-child(even) img { order: 0; }
  .service-detail-card img { min-height: 250px; max-height: 300px; }
  .service-detail-card > div { padding: 30px 25px; }
  .service-detail-card h2 { font-size: 29px; }
  .service-page-hero { grid-template-columns: 1fr; }
  .service-page-photo { min-height: 330px; }
  .service-page-copy { padding: 60px 24px 70px; }
  .service-page-copy h1 { font-size: 45px; }
  .service-info-grid, .detail-split-inner { grid-template-columns: 1fr; gap: 34px; }
  .large-check-list { grid-template-columns: 1fr; }
  .detail-split { padding: 70px 0; }
  .project-gallery { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .project-gallery figure, .project-gallery .gallery-wide, .project-gallery .gallery-tall { grid-column: auto; grid-row: auto; }
  .project-gallery .gallery-tall { min-height: 430px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .about-page-photo img { min-height: 370px; }
  .about-page-copy h2 { font-size: 41px; }
  .value-grid { grid-template-columns: 1fr; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-panel { min-height: 360px; padding: 38px 26px; }
  .contact-big-link { font-size: 30px; }
}

@media (max-width: 390px) {
  .site-brand img, .custom-logo { width: 165px; }
  .home-hero h1 { font-size: 44px; }
  .home-hero-content { padding-top: 72px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}
