/* Cakmak Pro — Ofisler sayfası + tek ofis */

/* Hero */
.ph-ofisler { padding: 110px 0 70px !important; position: relative; overflow: hidden; }
.ph-ofisler::before {
  content: ""; position: absolute; top: -120px; right: -120px;
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(145,0,0,.18) 0%, transparent 68%);
  pointer-events: none; z-index: 0;
}
.ph-ofisler .container { position: relative; z-index: 1; max-width: 920px; }
.ph-ofisler .ph-eyebrow { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: #c9a25c; margin-bottom: 18px; }
.ph-ofisler .ph-title { font-family: 'Playfair Display', Georgia, serif; color: #f0ebe3; font-size: clamp(34px, 5vw, 60px); line-height: 1.08; margin: 0 0 18px; font-weight: 500; }
.ph-ofisler .ph-title em { color: #c9a25c; font-style: italic; }
.ph-ofisler .ph-sub { color: rgba(240,235,227,.78); font-size: 16px; line-height: 1.7; max-width: 720px; margin: 0; }

/* Sec heads */
.ofx-sec-label { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #8a6a2a; margin-bottom: 14px; }
.ofx-sec-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(24px, 3.2vw, 34px); line-height: 1.2; margin: 0; color: #1d1612; }

/* Intro */
.ofx-intro { padding: 80px 0 40px; background: #faf8f5; }
.ofx-intro-grid { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: 60px; align-items: start; }
.ofx-intro-r p { font-size: 16px; line-height: 1.85; color: #4a3f33; margin: 0; }
@media (max-width: 860px) { .ofx-intro-grid { grid-template-columns: 1fr; gap: 24px; } }

/* List */
.ofx-list-sec { padding: 60px 0 100px; background: #faf8f5; }
.ofx-list { display: flex; flex-direction: column; gap: 28px; }
.ofx-card {
  display: grid; grid-template-columns: 1fr minmax(280px, 460px); gap: 0;
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(120,90,40,.12);
  box-shadow: 0 20px 50px -40px rgba(60,40,10,.25);
}
.ofx-card:nth-child(even) { grid-template-columns: minmax(280px, 460px) 1fr; }
.ofx-card:nth-child(even) .ofx-card-l { order: 2; }
.ofx-card:nth-child(even) .ofx-card-r { order: 1; }
.ofx-card-l { padding: 38px 40px; display: flex; flex-direction: column; gap: 12px; }
.ofx-card-num { font-family: 'Playfair Display', Georgia, serif; font-size: 56px; line-height: 1; color: #c9a25c; font-style: italic; opacity: .85; }
.ofx-card-country { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #8a6a2a; }
.ofx-card-title { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; line-height: 1.15; margin: 0; color: #1d1612; }
.ofx-card-title a { color: inherit; text-decoration: none; }
.ofx-card-title a:hover { color: #910000; }
.ofx-card-addr { font-size: 14px; line-height: 1.6; color: #5a4d3e; margin: 0; }
.ofx-card-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 13px; }
.ofx-card-meta a { color: #6a5535; text-decoration: none; border-bottom: 1px dashed rgba(120,90,40,.4); }
.ofx-card-meta a:hover { color: #910000; border-color: #910000; }
.ofx-card-feat { list-style: none; padding: 0; margin: 6px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.ofx-card-feat li { position: relative; padding-left: 18px; font-size: 13.5px; color: #4a3f33; }
.ofx-card-feat li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: #c9a25c; transform: rotate(45deg); }
.ofx-card-link { margin-top: 14px; font-size: 13px; color: #910000; text-decoration: none; letter-spacing: .04em; align-self: flex-start; }
.ofx-card-link:hover { color: #1d1612; }
.ofx-card-r { background: #f0ebe3; min-height: 320px; overflow: hidden; }
.ofx-card-photo { width: 100%; height: 100%; }
.ofx-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }
.ofx-empty { text-align: center; padding: 60px 0; color: #6a5535; }

@media (max-width: 860px) {
  .ofx-card, .ofx-card:nth-child(even) { grid-template-columns: 1fr; }
  .ofx-card:nth-child(even) .ofx-card-l { order: 0; }
  .ofx-card:nth-child(even) .ofx-card-r { order: 0; }
  .ofx-card-l { padding: 26px; }
  .ofx-card-feat { grid-template-columns: 1fr; }
  .ofx-card-r { min-height: 220px; }
  .ofx-card-photo img { min-height: 220px; }
}

/* Single */
.ph-ofisler-single { padding: 100px 0 60px !important; }
.ofx-back { margin-bottom: 18px; }
.ofx-back a { color: #c9a25c; font-size: 13px; text-decoration: none; letter-spacing: .04em; }
.ofx-back a:hover { color: #f0ebe3; }
.ofx-single { padding: 60px 0 100px; background: #faf8f5; }
.ofx-single-grid { display: grid; grid-template-columns: minmax(260px, 340px) 1fr; gap: 50px; align-items: start; }
.ofx-single-grid--solo { grid-template-columns: minmax(260px, 480px); justify-content: center; }
.ofx-single-photo { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: #f0ebe3; }
.ofx-single-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ofx-single-info { margin-top: 22px; display: flex; flex-direction: column; gap: 22px; }
.ofx-single-block { padding: 18px 20px; background: #fff; border-radius: 12px; border: 1px solid rgba(120,90,40,.12); }
.ofx-single-label { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: #8a6a2a; margin-bottom: 12px; }
.ofx-single-info ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ofx-single-info li { display: flex; flex-direction: column; gap: 2px; font-size: 14px; color: #1d1612; }
.ofx-single-info li span { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: #8a6a2a; }
.ofx-single-info li a { color: #1d1612; text-decoration: none; }
.ofx-single-info li a:hover { color: #910000; }
.ofx-single-info li em { font-style: normal; }
.ofx-single-feat { display: flex; flex-direction: column; gap: 8px; }
.ofx-single-feat li { position: relative; padding-left: 16px; font-size: 13.5px; color: #4a3f33; display: block; }
.ofx-single-feat li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: #c9a25c; transform: rotate(45deg); }
.ofx-single-body { font-size: 15.5px; line-height: 1.8; color: #2c241b; }
.ofx-single-body p { margin: 0 0 16px; }
.ofx-single-body h2, .ofx-single-body h3 { font-family: 'Playfair Display', Georgia, serif; color: #1d1612; margin: 28px 0 12px; }
.ofx-single-map { margin-top: 30px; }
@media (max-width: 860px) { .ofx-single-grid { grid-template-columns: 1fr; gap: 30px; } }

/* CTA */
.ofx-cta { padding: 0 0 100px; background: #faf8f5; }
.ofx-cta-card {
  display: flex; gap: 30px; align-items: center; justify-content: space-between;
  background: #1d1612; padding: 36px 40px; border-radius: 16px;
  border: 1px solid rgba(201,162,92,.20);
  box-shadow: 0 30px 60px -40px rgba(0,0,0,.4);
  flex-wrap: wrap;
}
.ofx-cta-body h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(20px, 2.4vw, 26px); margin: 0 0 8px; color: #f0ebe3; }
.ofx-cta-body p { font-size: 14px; color: rgba(240,235,227,.7); margin: 0; max-width: 560px; }
@media (max-width: 720px) { .ofx-cta-card { flex-direction: column; align-items: flex-start; padding: 26px; } }
