:root {
  --brand-deep: #6f1d46;
  --brand-primary: #8d2d5a;
  --brand-rose: #b9577b;
  --brand-blush: #f1d9e2;
  --brand-mist: #f8edf1;
  --ink: #35252e;
  --ink-soft: #695760;
  --paper: #fbf7f6;
  --surface: #fffdfc;
  --sage: var(--brand-rose);
  --sage-dark: var(--brand-primary);
  --line: rgba(111, 29, 70, .14);
  --warm: #c66b8c;
  --shadow: 0 24px 70px rgba(82, 29, 55, .11);
  --radius: 20px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; margin: 0; text-rendering: optimizeLegibility; }
img { height: auto; max-width: 100%; }
a { color: inherit; }
a:hover { color: var(--sage-dark); text-decoration: none; }
h1, h2, h3, h4 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
p { margin-top: 0; }
.site-shell { margin-inline: auto; max-width: var(--shell); padding-inline: 24px; width: 100%; }
.skip-link { background: var(--ink); color: white; left: 1rem; padding: .7rem 1rem; position: fixed; top: -100px; z-index: 9999; }
.skip-link:focus { top: 1rem; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; }

.site-header { backdrop-filter: blur(16px); background: rgba(251, 247, 246, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 1000; }
.header-inner { align-items: center; display: flex; gap: 28px; min-height: 88px; }
.brand img { display: block; height: 52px; object-fit: contain; width: 176px; }
.primary-nav { align-items: center; display: flex; gap: 24px; margin-left: auto; }
.primary-nav a { font-size: .88rem; font-weight: 650; letter-spacing: .01em; position: relative; }
.primary-nav a::after { background: var(--sage-dark); bottom: -7px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.primary-nav a:hover::after { transform: scaleX(1); }
.header-actions { align-items: center; display: flex; gap: 10px; }
.user-greeting { color: var(--ink-soft); font-size: .82rem; }
.nav-toggle { background: transparent; border: 0; display: none; padding: .6rem; }
.nav-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px; width: 24px; }

.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .88rem; font-weight: 700; justify-content: center; padding: .78rem 1.25rem; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand-deep); color: white; box-shadow: 0 10px 25px rgba(111, 29, 70, .2); }
.button-primary:hover { background: var(--brand-primary); color: white; }
.button-secondary { background: var(--surface); border-color: var(--line); color: var(--ink); }
.button-ghost { border-color: var(--line); }
.button-small { padding: .6rem 1rem; }

.hero { overflow: hidden; padding: clamp(56px, 7vw, 104px) 0 clamp(64px, 7vw, 92px); position: relative; }
.hero::before { background: radial-gradient(circle, rgba(185,87,123,.22), transparent 66%); content: ""; height: 650px; position: absolute; right: -220px; top: -270px; width: 650px; }
.hero-grid { align-items: center; display: grid; gap: clamp(48px, 7vw, 92px); grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); }
.eyebrow { color: var(--sage-dark); display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .15em; margin-bottom: 1.25rem; text-transform: uppercase; }
.hero h1 { font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.045em; margin: 0 0 1.5rem; max-width: 11ch; }
.hero-lead { color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.28rem); max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
.hero-visual { aspect-ratio: 6/7; background: var(--brand-blush); border-radius: 36px; box-shadow: 0 30px 80px rgba(82,29,55,.15); justify-self: end; max-height: 650px; max-width: 558px; min-height: 520px; padding: 10px; position: relative; width: 100%; }
.hero-visual::before { border: 1px solid rgba(141,45,90,.24); border-radius: 40px; content: ""; inset: 18px -18px -18px 18px; pointer-events: none; position: absolute; }
.hero-visual picture { display: block; height: 100%; position: relative; width: 100%; }
.hero-visual img { border-radius: 28px; display: block; height: 100%; object-fit: cover; object-position: center; position: relative; width: 100%; }
.hero-visual::after { background: linear-gradient(180deg, transparent 58%, rgba(53,37,46,.16)); border-radius: 28px; content: ""; inset: 10px; pointer-events: none; position: absolute; }
.hero-note { background: rgba(255,253,252,.94); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.72); border-radius: 16px; bottom: 26px; box-shadow: 0 18px 48px rgba(82,29,55,.16); left: -38px; max-width: 258px; padding: 1rem 1.2rem; position: absolute; z-index: 2; }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; }
.hero-note span { color: var(--ink-soft); font-size: .78rem; }

.trust-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.5rem 2rem; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 1.1rem; }
.trust-item span { color: var(--ink-soft); font-size: .85rem; }

.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-soft { background: var(--brand-mist); }
.section-dark { background: var(--brand-deep); color: #f9edf2; }
.section-dark h2, .section-dark h3 { color: white; }
.section-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 3rem; }
.section-heading h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); letter-spacing: -.035em; margin: 0; max-width: 13ch; }
.section-heading p { color: var(--ink-soft); margin: 0; max-width: 50ch; }
.expertise-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.expertise-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); min-height: 330px; padding: 2rem; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.expertise-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.expertise-card .card-number { color: var(--brand-primary); font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }
.expertise-card h3 { font-size: 1.8rem; margin: 5rem 0 1rem; }
.expertise-card p { color: var(--ink-soft); }

.education-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.education-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.education-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.education-card-body { padding: 1.5rem; }
.education-card time { color: var(--sage-dark); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.education-card h3 { font-size: 1.55rem; margin: .7rem 0 1.2rem; }
.text-link { color: var(--sage-dark); font-size: .85rem; font-weight: 750; }
.empty-card { border: 1px dashed var(--line); border-radius: var(--radius); color: var(--ink-soft); grid-column: 1 / -1; padding: 3rem; text-align: center; }

.editorial-grid { align-items: center; display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: .9fr 1.1fr; }
.editorial-image { border-radius: var(--radius); height: min(70vh, 650px); object-fit: cover; width: 100%; }
.editorial-copy h2 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); letter-spacing: -.04em; }
.editorial-copy p { color: var(--ink-soft); max-width: 58ch; }
.editorial-list { border-top: 1px solid var(--line); list-style: none; margin: 2rem 0; padding: 0; }
.editorial-list li { border-bottom: 1px solid var(--line); display: flex; gap: 1rem; padding: 1rem 0; }
.editorial-list strong { min-width: 2rem; }

.cms-blocks { display: grid; gap: 1.25rem; }
.cms-block { border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 2rem; grid-template-columns: .7fr 1.3fr; padding: 2rem 0; }
.cms-block h3 { font-size: 1.8rem; }
.cms-block-content { color: #f0dce4; }

.cta-band { align-items: center; background: linear-gradient(135deg, var(--brand-deep), var(--brand-primary)); border-radius: 28px; box-shadow: 0 24px 60px rgba(111,29,70,.18); color: #fff; display: flex; gap: 3rem; justify-content: space-between; padding: clamp(2rem, 5vw, 4.5rem); }
.cta-band h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); margin: 0 0 .8rem; max-width: 13ch; }
.cta-band .eyebrow, .cta-band p { color: #fff; }
.cta-band p { margin: 0; max-width: 52ch; }

.page-hero { border-bottom: 1px solid var(--line); padding: 72px 0 58px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); letter-spacing: -.045em; margin: .4rem 0 1rem; }
.page-hero p { color: var(--ink-soft); font-size: 1.1rem; max-width: 62ch; }
.content-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.content-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.content-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.content-card-body { padding: 1.5rem; }
.card-kicker { color: var(--brand-primary); display: block; font-size: .74rem; font-weight: 800; letter-spacing: .09em; margin-bottom: .65rem; text-transform: uppercase; }
.faculty-card .profile-media { aspect-ratio: 5/4; }
.faculty-card h3, .insight-card h3 { margin-top: 0; }
.insight-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.profile-media { aspect-ratio: 4/3; background: linear-gradient(145deg, var(--brand-blush), #f7e9e4); overflow: hidden; position: relative; }
.profile-media img { inset: 0; height: 100%; position: absolute; width: 100%; z-index: 1; }
.profile-placeholder { align-items: center; color: var(--ink); display: flex; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.5rem); height: 100%; justify-content: center; letter-spacing: -.04em; width: 100%; }
.legal-page { padding-block: clamp(48px, 7vw, 88px); }
.legal-content, .timeline-content { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 45px rgba(82, 29, 55, .07); padding: clamp(1.5rem, 4vw, 3rem); }
.legal-content h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 2rem; }
.legal-content strong { color: var(--ink) !important; display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; margin-top: 2rem; }
.legal-content address { background: var(--paper); border-left: 4px solid var(--warm); margin-top: 2rem; padding: 1.25rem; }
.main-timeline { display: grid; gap: 1rem; }
.timeline-content { display: grid; gap: 1rem; grid-template-columns: auto 1fr; }
.timeline-icon { align-items: center; background: var(--brand-deep); border-radius: 50%; color: #fff; display: flex; height: 42px; justify-content: center; width: 42px; }
.timeline-icon a { color: #fff; }
.timeline-content .title { font-size: 1.45rem; margin: 0 0 .6rem; }
.timeline-content .description { color: var(--ink-soft); margin: 0; }
.auth-section { background: radial-gradient(circle at 14% 18%, rgba(185,87,123,.18), transparent 34%), var(--paper); min-height: calc(100vh - 88px); padding: clamp(56px, 9vw, 120px) 0; }
.auth-grid { align-items: center; display: grid; gap: clamp(42px, 8vw, 110px); grid-template-columns: 1.1fr .9fr; }
.auth-intro h1 { font-size: clamp(3rem, 5vw, 5.6rem); letter-spacing: -.045em; margin: .4rem 0 1.5rem; max-width: 10ch; }
.auth-intro > p { color: var(--ink-soft); font-size: 1.12rem; max-width: 52ch; }
.auth-trust { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.auth-trust span { background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; padding: .55rem .85rem; }
.auth-card { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: clamp(1.6rem, 4vw, 3rem); }
.auth-card-heading h2 { font-size: 2.5rem; margin: 0 0 .65rem; }
.auth-card-heading p { color: var(--ink-soft); }
.auth-form { display: grid; gap: 1.15rem; margin-top: 2rem; }
.field-group { display: grid; gap: .45rem; }
.field-group label { font-size: .82rem; font-weight: 750; }
.field-group input { background: #fff; border: 1px solid rgba(111,29,70,.22); border-radius: 12px; color: var(--ink); font: inherit; min-height: 52px; padding: .75rem 1rem; width: 100%; }
.field-group input:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 4px rgba(185,87,123,.14); outline: none; }
.auth-submit { cursor: pointer; margin-top: .5rem; min-height: 52px; width: 100%; }
.auth-back { display: inline-block; font-size: .85rem; font-weight: 700; margin-top: 1.5rem; }
.form-alert { background: #fff1ee; border: 1px solid #d79684; border-radius: 12px; color: #792d1b; margin-top: 1.25rem; padding: .85rem 1rem; }
.content-card h2, .content-card h3 { font-size: 1.55rem; margin: .6rem 0 1rem; }
.content-card p { color: var(--ink-soft); }
.detail-grid { align-items: start; display: grid; gap: clamp(32px, 6vw, 80px); grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
.detail-media { border-radius: var(--radius); max-height: 680px; object-fit: cover; width: 100%; }
.detail-copy h1 { font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.04em; }
.detail-copy .meta { color: var(--sage-dark); font-size: .82rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.prose { color: var(--ink-soft); max-width: 76ch; }
.prose h2, .prose h3 { margin-top: 2em; }
.gallery-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-grid img { aspect-ratio: 1; border-radius: 16px; object-fit: cover; width: 100%; }
.video-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.video-frame { aspect-ratio: 16/9; background: #2c1823; border: 0; border-radius: 16px; width: 100%; }
.contact-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.contact-card h2 { font-size: 1.5rem; }
.legal-document { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); margin: 60px auto; max-width: 940px; padding: clamp(1.5rem, 5vw, 4rem); }

.site-footer { background: #3a1b2b; color: #ead9e1; padding: 72px 0 26px; }
.footer-grid { display: grid; gap: 50px; grid-template-columns: 1.6fr repeat(3, 1fr); }
.footer-intro img { filter: brightness(0) invert(1); margin-bottom: 1.4rem; }
.footer-intro p { max-width: 38ch; }
.footer-contact address { color: #ead9e1; font-size: .85rem; font-style: normal; line-height: 1.6; margin-top: .8rem; }
.site-footer h2 { color: white; font-family: "Segoe UI", Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 1.2rem; text-transform: uppercase; }
.site-footer a { color: #f1e3e9; display: block; font-size: .88rem; margin: .65rem 0; }
.social-links { display: flex; gap: 10px; margin-top: 1.2rem; }
.social-links a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; height: 38px; justify-content: center; margin: 0; width: 38px; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: grid; font-size: .75rem; gap: 1rem; grid-template-columns: 1fr auto 1fr; margin-top: 50px; padding-top: 24px; }
.footer-bottom > :nth-child(2) { text-align: center; }
.footer-credit { color: #f1e3e9; text-align: right; }

/* Eski Razor sayfalarının yeni kabuk içinde okunabilir kalması */
.bradcam_area, .slider-area2 { background: var(--brand-mist) !important; padding: 72px 0 !important; }
.bradcam_area h3, .hero-cap h2 { color: var(--ink) !important; font-size: clamp(2.4rem, 5vw, 4.5rem) !important; }
.blog_area, .department_area, .gallery-area, .contact-section, .about-area, .team-area { padding: 80px 0; }
.single-blog, .properties, .single-team, .single-gallery-image { border-radius: 16px; overflow: hidden; }

@media (max-width: 1080px) {
  .header-actions .button-ghost, .user-greeting { display: none; }
  .primary-nav { gap: 16px; }
  .hero-grid, .editorial-grid { gap: 50px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; margin-left: auto; }
  .primary-nav { align-items: stretch; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); display: none; flex-direction: column; left: 20px; padding: 1.25rem; position: absolute; right: 20px; top: 76px; }
  .primary-nav.is-open { display: flex; }
  .header-actions .button-primary { display: none; }
  .hero-grid, .editorial-grid { grid-template-columns: 1fr; }
  .hero-visual { justify-self: center; max-height: none; max-width: 620px; min-height: 0; }
  .expertise-grid, .education-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .auth-grid { grid-template-columns: 1fr; }
  .auth-intro h1 { max-width: 13ch; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-shell { padding-inline: 18px; }
  .header-inner { min-height: 76px; }
  .brand img { height: 42px; width: 145px; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: 3.1rem; }
  .hero-visual { border-radius: 26px; padding: 7px; }
  .hero-visual::before { border-radius: 28px; inset: 12px -10px -10px 12px; }
  .hero-visual img, .hero-visual::after { border-radius: 20px; }
  .hero-visual::after { inset: 7px; }
  .hero-note { bottom: 16px; left: 16px; max-width: calc(100% - 32px); }
  .footer-bottom { align-items: flex-start; display: flex; flex-direction: column; }
  .footer-bottom > :nth-child(2), .footer-credit { text-align: left; }
  .trust-grid, .expertise-grid, .education-grid, .footer-grid { grid-template-columns: 1fr; }
  .content-grid, .gallery-grid, .video-grid, .contact-grid, .detail-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading, .cta-band, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cms-block { grid-template-columns: 1fr; }
  .footer-bottom { gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
