:root {
  --race-red: #e31b2b;
  --hot-red: #ff3347;
  --deep-red: #9e101b;
  --asphalt: #0b0b0d;
  --graphite: #17171a;
  --steel: #9da0a8;
  --alloy: #f4f4f2;
  --white: #fff;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --utility: "Roboto Mono", monospace;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--asphalt); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
address { font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--asphalt); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--hot-red); outline-offset: 3px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 64px); transition: background .25s, height .25s, border .25s; }
.site-header.is-scrolled { height: 68px; background: rgba(11,11,13,.93); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand { position: relative; z-index: 2; width: clamp(168px, 18vw, 244px); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 12px 0; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; bottom: 4px; left: 0; width: 100%; height: 2px; background: var(--race-red); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.4); }
.menu-toggle { display: none; position: relative; z-index: 2; width: 42px; height: 42px; background: transparent; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(.8) contrast(1.05); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(8,8,10,.97) 0%, rgba(8,8,10,.79) 38%, rgba(8,8,10,.16) 70%), linear-gradient(0deg, rgba(8,8,10,.94) 0%, transparent 46%, rgba(8,8,10,.4) 100%); }
.tire-line { position: absolute; z-index: -1; top: 0; right: 14%; width: 88px; height: 115%; display: flex; gap: 10px; transform: rotate(10deg); opacity: .65; }
.tire-line span { width: 20px; background: repeating-linear-gradient(0deg, transparent 0 10px, var(--race-red) 10px 28px, transparent 28px 40px); }
.tire-line span:nth-child(2) { transform: translateY(20px); }
.hero-content { width: min(980px, 100%); padding: 150px clamp(24px, 8vw, 120px) clamp(98px, 10vh, 130px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--white); font: 600 11px/1 var(--utility); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: var(--race-red); }
.eyebrow.dark { color: var(--asphalt); }
.hero h1, .section-head h2, .section-intro h2, .about h2, .final-cta h2, .inner-hero h1 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 { max-width: 820px; font-size: clamp(68px, 10vw, 142px); }
.hero h1 em, .about h2 em, .final-cta h2 em { color: var(--race-red); font-style: italic; }
.hero-copy { max-width: 560px; margin: 30px 0 0; color: #d2d2d4; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: currentColor; }
.button-primary { background: var(--race-red); color: var(--white); }
.button-primary:hover { background: var(--hot-red); }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.button-light { background: var(--white); color: var(--asphalt); }
.button-outline-light { border-color: rgba(255,255,255,.6); }
.hero-side-label { position: absolute; right: 34px; bottom: 122px; writing-mode: vertical-rl; color: rgba(255,255,255,.7); font: 500 10px/1 var(--utility); letter-spacing: .22em; }
.scroll-cue { position: absolute; right: clamp(80px, 10vw, 150px); bottom: 36px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font: 500 9px/1 var(--utility); letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { width: 56px; height: 1px; background: rgba(255,255,255,.5); }

.quick-links { background: var(--alloy); color: var(--asphalt); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: clamp(72px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-intro h2, .section-head h2 { font-size: clamp(54px, 7vw, 98px); }
.link-stack { border-top: 1px solid #c9c9c7; }
.link-stack > a { display: grid; grid-template-columns: 54px 1fr 22px; gap: 18px; align-items: center; min-height: 94px; border-bottom: 1px solid #c9c9c7; transition: padding .2s, background .2s; }
.link-stack > a:hover { padding-left: 12px; background: #fff; }
.link-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; }
.link-icon svg { width: 22px; height: 22px; fill: currentColor; }
.link-icon.instagram svg, .link-icon.route svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.link-icon.whatsapp { background: #1fae62; }
.link-icon.instagram { background: var(--race-red); }
.link-icon.route { background: var(--asphalt); }
.link-stack small { display: block; margin-bottom: 5px; color: #77787d; font-size: 10px; letter-spacing: .06em; }
.link-stack strong { font-size: clamp(15px, 1.4vw, 19px); }
.link-stack .arrow { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.partner-strip { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px max(24px, calc((100vw - var(--max)) / 2)); background: var(--race-red); overflow: hidden; }
.partner-strip p { margin: 0; font: 600 10px/1 var(--utility); letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.partner-strip div { display: flex; align-items: center; justify-content: flex-end; gap: clamp(30px, 6vw, 90px); font-family: var(--display); font-size: clamp(24px, 3.3vw, 48px); font-style: italic; line-height: 1; }
.partner-strip span { font-weight: 700; letter-spacing: -.05em; }

.section-pad { padding: clamp(80px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.services { background: var(--asphalt); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin-bottom: clamp(48px, 6vw, 90px); }
.section-head > p { max-width: 430px; margin: 0 0 8px; color: #a8a8ad; font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #38383d; border-left: 1px solid #38383d; }
.service-card { position: relative; min-height: 330px; padding: 26px; border-right: 1px solid #38383d; border-bottom: 1px solid #38383d; display: flex; flex-direction: column; justify-content: flex-end; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--graphite); transform: translateY(-5px); }
.service-card.featured { background: var(--race-red); border-color: var(--race-red); }
.service-number { position: absolute; top: 24px; left: 26px; color: #7d7d83; font: 500 11px/1 var(--utility); }
.featured .service-number { color: rgba(255,255,255,.65); }
.service-card > svg { position: absolute; top: 58px; right: 28px; width: 100px; fill: none; stroke: currentColor; stroke-width: 2; opacity: .8; }
.service-card h3 { margin: 0 0 14px; font: 800 clamp(28px, 2.4vw, 38px)/.95 var(--display); text-transform: uppercase; }
.service-card p { min-height: 68px; margin: 0; color: #a8a8ad; font-size: 12px; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.8); }
.text-link { width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-bottom: 8px; border-bottom: 2px solid var(--race-red); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--race-red); font-size: 18px; }
.text-link.dark { color: var(--asphalt); }

.branches { background: var(--alloy); color: var(--asphalt); }
.branches .section-head > p { color: #5f6065; }
.branch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.branch-card { position: relative; min-height: 530px; color: var(--white); overflow: hidden; background: var(--graphite); }
.branch-card::before { content: ""; position: absolute; inset: 0; opacity: .33; background: linear-gradient(135deg, transparent 42%, var(--race-red) 42% 44%, transparent 44%), repeating-radial-gradient(circle at 100% 100%, transparent 0 38px, rgba(255,255,255,.1) 39px 41px); }
.branch-card.menemen::before { background: linear-gradient(135deg, transparent 42%, #efb71b 42% 44%, transparent 44%), repeating-radial-gradient(circle at 100% 100%, transparent 0 38px, rgba(255,255,255,.1) 39px 41px); }
.branch-top { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 0 28px; border-bottom: 1px solid rgba(255,255,255,.16); text-transform: uppercase; }
.branch-top span { font: 600 10px/1 var(--utility); letter-spacing: .14em; }
.branch-top b { font: 800 22px/1 var(--display); font-style: italic; }
.branch-body { position: relative; min-height: 462px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 64px); }
.branch-partner { margin: 0 0 14px; color: var(--race-red); font: 700 14px/1 var(--utility); letter-spacing: .08em; }
.menemen .branch-partner { color: #efb71b; }
.branch-body h2, .branch-body h3 { max-width: 440px; margin: 0 0 30px; font: 800 clamp(42px, 4.6vw, 68px)/.9 var(--display); text-transform: uppercase; }
.branch-body address { color: #b8b8bd; font-size: 13px; line-height: 1.7; }
.branch-phone { margin-top: 22px; font: 600 clamp(22px, 2.4vw, 32px)/1 var(--utility); letter-spacing: -.05em; }
.branch-actions { width: 100%; display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; margin-top: auto; padding-top: 30px; }
.branch-actions a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.branch-actions .primary { background: var(--race-red); border-color: var(--race-red); }
.menemen .branch-actions .primary { background: #e6aa00; border-color: #e6aa00; color: #16120b; }

.about { display: grid; grid-template-columns: 1fr 1fr; background: var(--graphite); }
.about-image { min-height: 720px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s ease; }
.about-image:hover img { transform: scale(1.025); }
.about-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: clamp(40px, 7vw, 110px); padding-right: clamp(40px, 7vw, 110px); }
.about h2, .final-cta h2 { font-size: clamp(60px, 7vw, 104px); }
.about-copy > p:not(.eyebrow) { max-width: 500px; margin: 36px 0 0; color: #b4b4b8; font-size: 14px; line-height: 1.9; }
.about blockquote { margin: 46px 0 36px; color: var(--white); font: italic 700 clamp(24px, 2.8vw, 38px)/1 var(--display); text-transform: uppercase; }

.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--asphalt); }
.gallery figure { position: relative; min-height: min(54vw, 650px); margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s, filter .4s; }
.gallery figure:hover img { transform: scale(1.03); filter: saturate(1); }
.gallery figcaption { position: absolute; left: 28px; bottom: 24px; padding: 9px 12px; background: rgba(11,11,13,.8); font: 600 9px/1 var(--utility); letter-spacing: .12em; text-transform: uppercase; }

.final-cta { position: relative; overflow: hidden; background: var(--race-red); }
.final-cta::after { content: ""; position: absolute; width: 650px; height: 650px; right: -140px; top: -270px; border: 90px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.05), 0 0 0 95px rgba(255,255,255,.035); }
.final-cta .eyebrow span { background: var(--asphalt); }
.final-cta h2 { position: relative; z-index: 1; }
.final-cta h2 em { color: var(--asphalt); }
.final-actions { position: relative; z-index: 1; display: flex; gap: 12px; margin-top: 40px; }

.site-footer { padding: 54px max(24px, calc((100vw - var(--max)) / 2)) 110px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; border-top: 1px solid #2f2f33; }
.site-footer > img { width: 190px; }
.footer-links { display: flex; gap: 28px; color: #b7b7bb; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { grid-column: 1/-1; margin: 0; color: #6f6f75; font-size: 10px; }
.mobile-dock { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* İç sayfalar */
.inner-page { background: var(--alloy); color: var(--asphalt); }
.inner-page .site-header { background: var(--asphalt); }
.inner-hero { min-height: 66svh; display: flex; align-items: flex-end; padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 80px; background: var(--asphalt); color: var(--white); }
.inner-hero h1 { font-size: clamp(72px, 11vw, 156px); }
.inner-hero p:last-child { max-width: 630px; margin: 30px 0 0; color: #b8b8bd; line-height: 1.75; }
.content-section { padding: clamp(70px, 9vw, 125px) max(24px, calc((100vw - var(--max)) / 2)); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-card { padding: 30px; background: #fff; border-top: 4px solid var(--race-red); }
.detail-card h2, .detail-card h3 { margin: 0 0 16px; font: 800 32px/1 var(--display); text-transform: uppercase; }
.detail-card p, .prose p { color: #5d5e63; line-height: 1.8; font-size: 14px; }
.prose { max-width: 820px; }
.prose h2 { margin: 0 0 24px; font: 900 clamp(46px, 6vw, 78px)/.9 var(--display); text-transform: uppercase; }
.inner-page .site-footer { background: var(--asphalt); color: white; }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand { width: 164px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 90px 30px 110px; background: var(--asphalt); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav a { width: 100%; padding: 12px 0; font: 800 42px/.95 var(--display); }
  .site-nav .nav-cta { margin-top: 20px; padding: 15px; text-align: center; font: 800 14px/1 var(--body); }
  .hero { min-height: 860px; }
  .hero-media img { object-position: center 53%; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,10,.98) 0%, rgba(8,8,10,.56) 57%, rgba(8,8,10,.25) 100%); }
  .hero-content { padding: 130px 24px 116px; }
  .hero h1 { font-size: clamp(64px, 18vw, 94px); }
  .hero-copy { max-width: 440px; }
  .tire-line { right: -28px; opacity: .43; }
  .hero-side-label, .scroll-cue { display: none; }
  .quick-links { grid-template-columns: 1fr; gap: 52px; }
  .partner-strip { align-items: flex-start; flex-direction: column; }
  .partner-strip div { width: 100%; justify-content: space-between; gap: 18px; }
  .section-head { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .branch-grid { grid-template-columns: 1fr; }
  .branch-card { min-height: 500px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 620px; max-height: 85svh; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure { min-height: 70vw; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .hero { min-height: 100svh; }
  .hero-media img { object-position: 51% center; }
  .hero-content { padding-bottom: 96px; }
  .hero h1 { font-size: clamp(62px, 19vw, 82px); }
  .hero-copy { margin-top: 22px; font-size: 14px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .button { min-height: 50px; padding: 0 15px; font-size: 10px; }
  .tire-line { width: 54px; gap: 6px; }
  .tire-line span { width: 13px; }
  .section-intro h2, .section-head h2 { font-size: clamp(54px, 16vw, 74px); }
  .quick-links { padding-top: 70px; padding-bottom: 70px; }
  .link-stack > a { grid-template-columns: 48px 1fr 18px; gap: 12px; }
  .link-icon { width: 42px; height: 42px; }
  .partner-strip { min-height: 120px; }
  .partner-strip div { flex-wrap: wrap; font-size: 26px; }
  .section-pad { padding-top: 82px; padding-bottom: 82px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card > svg { width: 78px; }
  .branch-card { min-height: 530px; }
  .branch-body { min-height: 462px; padding: 34px 26px; }
  .branch-body h2, .branch-body h3 { font-size: 46px; }
  .branch-actions { grid-template-columns: .9fr 1.4fr; }
  .about-image { min-height: 520px; }
  .about-copy { padding-left: 24px; padding-right: 24px; }
  .about h2, .final-cta h2 { font-size: 62px; }
  .gallery figure { min-height: 82vw; }
  .final-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 42px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .site-footer p { grid-column: auto; }
  .mobile-dock { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 72px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; background: rgba(15,15,17,.97); border-top: 1px solid #333338; padding-bottom: env(safe-area-inset-bottom); backdrop-filter: blur(14px); }
  .mobile-dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #c4c4c7; font-size: 9px; font-weight: 700; }
  .mobile-dock svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .mobile-dock .dock-main { margin: -13px 5px 7px; background: var(--race-red); color: white; box-shadow: 0 8px 24px rgba(227,27,43,.32); }
  .mobile-dock .dock-main svg { fill: currentColor; stroke: none; }
  .inner-hero { min-height: 58svh; padding-top: 120px; }
  .inner-hero h1 { font-size: 72px; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
