/*
Theme Name: Ahmet Cagri Yilmaz GP Child
Theme URI: https://example.local/
Description: Ahmet Cagri Yilmaz akademik web sitesi icin GeneratePress child theme.
Author: Codex
Template: generatepress
Version: 0.3.0
Text Domain: acy-gp-child
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
  --acy-navy: #0b1520;
  --acy-navy-2: #152434;
  --acy-ink: #18212d;
  --acy-muted: #626b78;
  --acy-gold: #b18a54;
  --acy-gold-2: #d7bb85;
  --acy-gold-readable: #7a5528;
  --acy-burgundy: #6f2f2d;
  --acy-cream: #f3eadc;
  --acy-paper: #fff9f0;
  --acy-line: rgba(177, 138, 84, .24);
  --acy-shadow: 0 20px 64px rgba(11, 21, 32, .12);
  --acy-radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.acy-body {
  margin: 0;
  color: var(--acy-ink);
  background: linear-gradient(180deg, #fff9f0 0%, #f2eadf 100%);
  font-family: "Aptos", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body.acy-body.admin-bar .acy-header {
  top: 32px;
}

a {
  color: inherit;
}

.acy-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.acy-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(215, 187, 133, .18);
  background: rgba(11, 21, 32, .88);
  backdrop-filter: blur(16px);
}

.acy-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.acy-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 54px;
  text-decoration: none;
}

.acy-brand img {
  max-height: 70px;
  width: auto;
  display: block;
}

.acy-logo-placeholder {
  width: 70px;
  height: 70px;
  display: block;
  border: 1px solid rgba(216, 183, 117, .34);
  border-radius: var(--acy-radius);
  object-fit: contain;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .20);
}

.acy-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.acy-menu,
.acy-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acy-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.acy-menu a {
  position: relative;
  display: inline-flex;
  padding: 30px 0 27px;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.acy-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 24px;
  height: 2px;
  background: var(--acy-gold-2);
  transition: right .22s ease;
}

.acy-menu a:hover,
.acy-menu a:focus {
  color: #fff;
}

.acy-menu a:hover::after,
.acy-menu a:focus::after {
  right: 0;
}

.acy-hero {
  min-height: 735px;
  display: grid;
  align-items: center;
  position: relative;
  color: #fff;
  background:
    url("assets/img/istanbul-bosphorus-bridge-hero.jpg") center center / cover no-repeat,
    var(--acy-navy);
  overflow: hidden;
}

.acy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 17, 29, .66);
}

.acy-hero::after {
  content: none;
}

.acy-hero__grid {
  position: relative;
  z-index: 1;
  display: block;
  padding: 150px 0 92px;
}

.acy-hero__content {
  max-width: 790px;
}

.acy-eyebrow {
  margin: 0 0 16px;
  color: var(--acy-gold-readable);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.acy-hero .acy-eyebrow,
.acy-subpage-hero .acy-eyebrow,
.acy-section--navy .acy-eyebrow,
.acy-media-strip .acy-eyebrow,
.acy-perspective-note .acy-eyebrow,
.acy-footer .acy-eyebrow {
  color: var(--acy-gold-2);
}

.acy-title,
.acy-section__heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}

.acy-title {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(3.35rem, 6.2vw, 6.15rem);
  line-height: .94;
}

.acy-hero__specialty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--acy-gold-2);
  font-size: clamp(.78rem, 1.2vw, .98rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.acy-hero__specialty span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acy-gold);
}

.acy-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.95rem, 1.14vw, 1.08rem);
  font-style: italic;
  line-height: 1.72;
}

.acy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.acy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 19px;
  border: 1px solid var(--acy-line);
  border-radius: var(--acy-radius);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.acy-button:hover,
.acy-button:focus {
  transform: translateY(-2px);
}

.acy-button--primary {
  background: var(--acy-gold);
  border-color: var(--acy-gold);
  color: #06111d;
}

.acy-button--ghost {
  color: #fff;
  border-color: rgba(216, 183, 117, .55);
}

.acy-button--light {
  min-height: 42px;
  margin-top: 20px;
  color: var(--acy-ink);
  background: transparent;
  border-color: rgba(177, 138, 84, .42);
}

.acy-section {
  padding: 84px 0;
}

.acy-subpage-main {
  background: var(--acy-paper);
}

.acy-subpage-hero {
  position: relative;
  isolation: isolate;
  padding: 156px 0 72px;
  color: #fff;
  background: #07131f;
  border-bottom: 1px solid rgba(215, 187, 133, .34);
  overflow: hidden;
}

.acy-subpage-hero::before {
  content: "";
  position: absolute;
  right: max(-150px, -8vw);
  bottom: -74px;
  z-index: -1;
  width: min(760px, 74vw);
  aspect-ratio: 3 / 1;
  background: url("assets/img/bosphorus-line.svg") center / contain no-repeat;
  opacity: .10;
}

.acy-subpage-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--acy-gold);
  opacity: .88;
}

.acy-subpage-title {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.35vw, 4.65rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.acy-subpage-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}

.acy-subpage-content {
  padding-top: 66px;
}

.acy-single-layout {
  width: min(920px, calc(100% - 48px));
}

.acy-section--navy {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, #101b28, #182838 58%, #0b1520);
}

.acy-section__heading {
  margin: 0;
  color: var(--acy-ink);
  font-size: clamp(2rem, 3.35vw, 3.65rem);
  line-height: 1.03;
}

.acy-section--navy .acy-section__heading,
.acy-section-head--inverse .acy-section__heading {
  color: #fff;
}

.acy-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.acy-section-head p:last-child {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--acy-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.acy-section-head--inverse p:last-child,
.acy-section--navy .acy-card p {
  color: rgba(255,255,255,.72);
}

.acy-two-col {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 68px);
  align-items: start;
}

.acy-prose {
  color: #344255;
  font-size: 1.02rem;
  line-height: 1.82;
}

.acy-prose p {
  margin-top: 0;
}

.acy-profile-page {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.acy-profile-portrait {
  position: sticky;
  top: 118px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(184, 148, 93, .28);
  border-radius: var(--acy-radius);
  background: rgba(255, 250, 242, .82);
  box-shadow: var(--acy-shadow);
}

.acy-profile-portrait img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: calc(var(--acy-radius) - 2px);
}

.acy-profile-portrait figcaption {
  padding: 14px 4px 2px;
  color: var(--acy-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.acy-profile-copy {
  color: #2d3b4e;
  font-size: 1.075rem;
  line-height: 1.88;
}

.acy-profile-copy p {
  margin: 0 0 24px;
}

.acy-about-subhead {
  margin: 44px 0 18px;
  color: var(--acy-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.1vw, 2.12rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.acy-profile-copy p:not(.acy-eyebrow):first-of-type {
  color: var(--acy-ink);
  font-size: 1.2rem;
  line-height: 1.78;
}

@media (min-width: 701px) {
  .acy-prose p,
  .acy-profile-copy p:not(.acy-eyebrow),
  .acy-page-content > p,
  .acy-single-content > p,
  .acy-perspective-note > p:not(.acy-eyebrow) {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }
}

.acy-course-page {
  display: grid;
  gap: 40px;
}

.acy-course-intro {
  max-width: 790px;
}

.acy-course-intro h2 {
  margin: 0;
  color: var(--acy-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.35vw, 3.7rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.acy-course-intro p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--acy-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.acy-course-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 22px;
}

.acy-course-column {
  padding: 32px;
  border: 1px solid rgba(184, 148, 93, .26);
  border-radius: var(--acy-radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,250,242,.86)),
    var(--acy-paper);
  box-shadow: var(--acy-shadow);
}

.acy-course-column--dark {
  color: #fff;
  background:
    radial-gradient(circle at 84% 16%, rgba(216, 183, 117, .18), transparent 18rem),
    linear-gradient(135deg, #06111d, #0a1f31);
}

.acy-course-label {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--acy-gold-readable);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.acy-course-column--dark .acy-course-label {
  color: var(--acy-gold-2);
}

.acy-course-column h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.acy-course-column--dark h3,
.acy-page-content .acy-course-column--dark h3 {
  color: #fff;
}

.acy-course-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.acy-course-column li {
  position: relative;
  padding-left: 24px;
  color: #334155;
  line-height: 1.6;
}

.acy-course-column--dark li {
  color: rgba(255,255,255,.78);
}

.acy-course-column li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--acy-gold);
  transform: rotate(45deg);
}

.acy-contact-page {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 8px;
}

.acy-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 7vw, 86px);
  margin: 0;
  padding: 18px 0 8px;
  list-style: none;
  border: 0;
}

.acy-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.acy-contact-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #26303b;
  border: 1px solid rgba(16, 24, 36, .04);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 10px 26px rgba(16, 24, 36, .055);
}

.acy-contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.acy-contact-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--acy-contact-icon) center / contain no-repeat;
  mask: var(--acy-contact-icon) center / contain no-repeat;
}

.acy-contact-icon--mail {
  --acy-contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4 6h16v12H4zM4 7l8 6 8-6'/%3E%3C/svg%3E");
}

.acy-contact-icon--phone {
  --acy-contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.34 1.9.63 2.81a2 2 0 0 1-.45 2.11L8.02 9.91a16 16 0 0 0 6.07 6.07l1.27-1.27a2 2 0 0 1 2.11-.45c.91.29 1.85.5 2.81.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.acy-contact-icon--map {
  --acy-contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0zM12 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.acy-contact-copy {
  min-width: 0;
}

.acy-contact-form-slot {
  margin-top: 54px;
}

.acy-contact-form-slot:empty {
  display: none;
}

.acy-contact-label {
  display: block;
  margin: 0 0 10px;
  color: var(--acy-ink);
  font-family: var(--acy-sans);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.acy-contact-address {
  margin: 0;
  color: #384454;
  font-size: .96rem;
  font-style: normal;
  line-height: 1.5;
}

.acy-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  color: #384454;
  font-family: var(--acy-sans);
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.acy-contact-link + .acy-contact-link {
  width: fit-content;
  margin-top: 8px;
}

.acy-contact-link:hover,
.acy-contact-link:focus-visible {
  color: var(--acy-gold-dark);
}

.acy-page-content--iletisim .wpcf7,
.acy-contact-form-slot .wpcf7 {
  width: 100%;
  max-width: 980px;
  margin: 52px auto 0;
}

.acy-page-content--iletisim .wpcf7 form,
.acy-contact-form,
.acy-contact-form-slot .wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
  padding-top: 42px;
  border-top: 1px solid rgba(143, 111, 70, .22);
}

.acy-page-content--iletisim .wpcf7 form > .acy-contact-form,
.acy-contact-form-slot .wpcf7 form > .acy-contact-form {
  grid-column: 1 / -1;
  width: 100%;
}

.acy-page-content--iletisim .wpcf7 br,
.acy-contact-form br,
.acy-contact-form-slot .wpcf7 br,
.acy-page-content--iletisim .wpcf7 .hidden-fields-container,
.acy-contact-form .hidden-fields-container,
.acy-contact-form-slot .wpcf7 .hidden-fields-container {
  display: none;
}

.acy-page-content--iletisim .wpcf7 form > p,
.acy-contact-form p,
.acy-contact-form-slot .wpcf7 form > p {
  margin: 0;
}

.acy-page-content--iletisim .wpcf7 form > p:nth-of-type(n+5),
.acy-contact-form > p,
.acy-contact-form .acy-form-message,
.acy-contact-form .acy-form-consent,
.acy-contact-form .acy-form-submit,
.acy-contact-form-slot .wpcf7 form > p:nth-of-type(n+5) {
  grid-column: 1 / -1;
}

.acy-contact-form .acy-form-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
}

.acy-page-content--iletisim .wpcf7 label,
.acy-contact-form label,
.acy-contact-form-slot .wpcf7 label {
  display: grid;
  gap: 9px;
  color: #384454;
  font-family: var(--acy-sans);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
}

.acy-page-content--iletisim .wpcf7-form-control-wrap,
.acy-contact-form .wpcf7-form-control-wrap,
.acy-contact-form-slot .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.acy-page-content--iletisim .wpcf7 input[type="text"],
.acy-page-content--iletisim .wpcf7 input[type="email"],
.acy-page-content--iletisim .wpcf7 input[type="tel"],
.acy-page-content--iletisim .wpcf7 textarea,
.acy-contact-form input[type="text"],
.acy-contact-form input[type="email"],
.acy-contact-form input[type="tel"],
.acy-contact-form textarea,
.acy-contact-form-slot .wpcf7 input[type="text"],
.acy-contact-form-slot .wpcf7 input[type="email"],
.acy-contact-form-slot .wpcf7 input[type="tel"],
.acy-contact-form-slot .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--acy-ink);
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 0;
  background: rgba(255, 255, 255, .68);
  box-shadow: none;
  font-family: var(--acy-sans);
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.acy-page-content--iletisim .wpcf7 textarea,
.acy-contact-form textarea,
.acy-contact-form-slot .wpcf7 textarea {
  min-height: 230px;
  resize: vertical;
}

.acy-page-content--iletisim .wpcf7 input:focus,
.acy-page-content--iletisim .wpcf7 textarea:focus,
.acy-contact-form input:focus,
.acy-contact-form textarea:focus,
.acy-contact-form-slot .wpcf7 input:focus,
.acy-contact-form-slot .wpcf7 textarea:focus {
  outline: 0;
  border-color: rgba(143, 111, 70, .58);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 3px rgba(190, 151, 88, .16);
}

.acy-page-content--iletisim .wpcf7 .wpcf7-acceptance,
.acy-contact-form .wpcf7-acceptance,
.acy-contact-form-slot .wpcf7 .wpcf7-acceptance {
  display: block;
}

.acy-page-content--iletisim .wpcf7 .wpcf7-list-item,
.acy-contact-form .wpcf7-list-item,
.acy-contact-form-slot .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.acy-page-content--iletisim .wpcf7 .wpcf7-list-item label,
.acy-contact-form .wpcf7-list-item label,
.acy-contact-form-slot .wpcf7 .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #596575;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.55;
}

.acy-page-content--iletisim .wpcf7 input[type="checkbox"],
.acy-contact-form input[type="checkbox"],
.acy-contact-form-slot .wpcf7 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: .22em 0 0;
  accent-color: var(--acy-gold-dark);
}

.acy-page-content--iletisim .wpcf7 input[type="submit"],
.acy-contact-form input[type="submit"],
.acy-contact-form-slot .wpcf7 input[type="submit"] {
  min-width: 138px;
  min-height: 52px;
  padding: 14px 26px;
  color: var(--acy-ink);
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #e1b768, #c99741);
  box-shadow: 0 16px 34px rgba(142, 97, 34, .2);
  font-family: var(--acy-sans);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.acy-page-content--iletisim .wpcf7 input[type="submit"]:hover,
.acy-page-content--iletisim .wpcf7 input[type="submit"]:focus-visible,
.acy-contact-form input[type="submit"]:hover,
.acy-contact-form input[type="submit"]:focus-visible,
.acy-contact-form-slot .wpcf7 input[type="submit"]:hover,
.acy-contact-form-slot .wpcf7 input[type="submit"]:focus-visible {
  color: #fff;
  background: var(--acy-ink);
  box-shadow: 0 18px 38px rgba(10, 19, 31, .22);
}

.acy-page-content--iletisim .wpcf7 .wpcf7-spinner,
.acy-contact-form .wpcf7-spinner,
.acy-contact-form-slot .wpcf7 .wpcf7-spinner {
  margin: 0 0 0 12px;
}

.acy-page-content--iletisim .wpcf7 .wpcf7-response-output,
.acy-contact-form .wpcf7-response-output,
.acy-contact-form-slot .wpcf7 .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-width: 1px;
  color: #384454;
  font-size: .95rem;
}

.acy-works-page {
  display: grid;
  gap: 40px;
}

.acy-works-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 34px;
  align-items: end;
}

.acy-works-intro h2 {
  margin: 0;
  color: var(--acy-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.55vw, 3.85rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.acy-works-intro p:not(.acy-eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--acy-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.acy-works-count {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 22px;
  color: #fff;
  text-align: center;
  background:
    var(--acy-navy);
  border: 1px solid rgba(184, 148, 93, .28);
  border-radius: var(--acy-radius);
}

.acy-works-count span {
  display: block;
  color: var(--acy-gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  line-height: .9;
}

.acy-works-count strong {
  display: block;
  margin-top: 8px;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.acy-works-sections {
  display: grid;
  gap: 22px;
}

.acy-works-visuals {
  order: 3;
  border: 1px solid rgba(184, 148, 93, .24);
  border-radius: var(--acy-radius);
  background: rgba(255,250,242,.78);
  box-shadow: var(--acy-shadow);
}

.acy-works-sections {
  order: 2;
}

.acy-works-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
}

.acy-works-visual-grid figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(6,17,29,.08);
  border-radius: var(--acy-radius);
  background: rgba(255,255,255,.62);
}

.acy-works-visual-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f8f1e7;
}

.acy-works-visual-grid figcaption {
  margin-top: 10px;
  color: var(--acy-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.acy-work-section {
  border: 1px solid rgba(184, 148, 93, .24);
  border-radius: var(--acy-radius);
  background: rgba(255,250,242,.78);
  box-shadow: var(--acy-shadow);
  overflow: hidden;
}

.acy-work-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(184, 148, 93, .20);
}

.acy-work-section__head h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.82rem);
  font-weight: 500;
  letter-spacing: -.03em;
}

.acy-work-section__head span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--acy-gold-2);
  background: var(--acy-navy);
  font-weight: 900;
}

.acy-work-section ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: works;
}

.acy-work-section li {
  counter-increment: works;
  position: relative;
  padding: 22px 28px 22px 78px;
  color: #2f3d50;
  line-height: 1.72;
  border-bottom: 1px solid rgba(6, 17, 29, .07);
}

.acy-work-section li:last-child {
  border-bottom: 0;
}

.acy-work-section li::before {
  content: counter(works, decimal-leading-zero);
  position: absolute;
  left: 28px;
  top: 24px;
  color: var(--acy-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.acy-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--acy-ink);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid var(--acy-gold);
}

.acy-fields {
  padding: 54px 0;
  background: var(--acy-paper);
  border-bottom: 1px solid rgba(177, 138, 84, .18);
}

.acy-fields__layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.35fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.acy-fields__intro p:not(.acy-eyebrow) {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--acy-muted);
  font-size: .96rem;
  line-height: 1.68;
}

.acy-field-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(177, 138, 84, .18);
}

.acy-field {
  min-height: 188px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px 18px;
  border-right: 1px solid rgba(177, 138, 84, .18);
  text-align: center;
  background: transparent;
}

.acy-field span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 14px;
  color: var(--acy-gold-readable);
  border: 1px solid rgba(122, 85, 40, .34);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.acy-field h3,
.acy-card h3,
.acy-media-strip h2,
.acy-footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.acy-field h3 {
  font-size: .98rem;
  line-height: 1.28;
}

.acy-field p,
.acy-card p {
  margin: 10px 0 0;
  color: var(--acy-muted);
  line-height: 1.58;
}

.acy-field p {
  font-size: .84rem;
}

.acy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.acy-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acy-card {
  min-height: 224px;
  padding: 26px;
  border: 1px solid rgba(177, 138, 84, .22);
  border-radius: var(--acy-radius);
  background: rgba(255, 249, 240, .88);
  box-shadow: 0 14px 42px rgba(11, 21, 32, .08);
}

.acy-card--post {
  display: flex;
  flex-direction: column;
}

.acy-card__media {
  display: block;
  margin: -26px -26px 22px;
  overflow: hidden;
  background: #e8dccb;
  border-radius: var(--acy-radius) var(--acy-radius) 0 0;
}

.acy-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.acy-card__link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 22px;
  color: var(--acy-gold-readable);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.acy-section--navy .acy-card__link,
.acy-media-strip .acy-card__link {
  color: var(--acy-gold-2);
}

.acy-card--empty {
  border-style: dashed;
}

.acy-section--navy .acy-card {
  background: rgba(255,255,255,.065);
  border-color: rgba(215, 187, 133, .24);
  box-shadow: 0 18px 56px rgba(0,0,0,.16);
}

.acy-card__meta {
  margin-bottom: 16px;
  color: var(--acy-gold-readable);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.acy-section--navy .acy-card__meta,
.acy-media-strip .acy-card__meta,
.acy-perspective-note .acy-card__meta {
  color: var(--acy-gold-2);
}

.acy-card h3 {
  font-size: 1.26rem;
  line-height: 1.22;
}

.acy-card h3 a {
  color: inherit;
  text-decoration: none;
}

.acy-section-actions {
  margin-top: 28px;
}

.acy-section-actions--inverse .acy-text-link {
  color: #fff;
}

.acy-page-content {
  margin: 0;
  color: #314052;
  font-size: 1.02rem;
  line-height: 1.82;
}

.acy-page-content > *:first-child {
  margin-top: 0;
}

.acy-page-content > p,
.acy-page-content > ul,
.acy-page-content > ol {
  max-width: 860px;
}

.acy-page-content h2,
.acy-page-content h3,
.acy-single-content h2,
.acy-single-content h3 {
  color: var(--acy-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.acy-page-content h2,
.acy-single-content h2 {
  margin: 42px 0 18px;
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
}

.acy-page-content h3,
.acy-single-content h3 {
  margin: 30px 0 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.62rem);
}

.acy-page-content a,
.acy-single-content a {
  color: var(--acy-burgundy);
  text-decoration-color: rgba(111, 47, 45, .32);
  text-underline-offset: 3px;
}

.acy-page-content .acy-button--primary,
.acy-single-content .acy-button--primary {
  color: #06111d;
  text-decoration: none;
}

.acy-page-content ul,
.acy-page-content ol,
.acy-single-content ul,
.acy-single-content ol {
  padding-left: 1.25rem;
}

.acy-page-intro {
  max-width: 760px;
  margin: 0 0 8px;
  color: #495669;
  font-size: 1.04rem;
  line-height: 1.75;
}

.acy-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.acy-card--archive {
  min-height: 300px;
}

.acy-archive-page {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.acy-archive-row {
  padding: 26px 0 28px;
  border-bottom: 1px solid rgba(177, 138, 84, .24);
}

.acy-archive-row:first-child {
  border-top: 1px solid rgba(177, 138, 84, .24);
}

.acy-archive-row h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.05vw, 2rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.16;
}

.acy-archive-row h2 a {
  color: inherit;
  text-decoration: none;
}

.acy-archive-row p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--acy-muted);
  line-height: 1.68;
}

.acy-perspective-note {
  margin-top: 36px;
  padding: 36px;
  color: #fff;
  background: #07131f;
  border: 1px solid rgba(184, 148, 93, .30);
  border-radius: var(--acy-radius);
  box-shadow: var(--acy-shadow);
}

.acy-perspective-note h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.65vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.acy-perspective-note p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.74);
  line-height: 1.75;
}

.acy-practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.acy-practice-card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(184, 148, 93, .26);
  border-radius: var(--acy-radius);
  background: rgba(255, 249, 240, .84);
  box-shadow: var(--acy-shadow);
  overflow: hidden;
}

.acy-practice-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--acy-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.acy-practice-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.18;
}

.acy-practice-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--acy-muted);
  line-height: 1.68;
}

.acy-single-back {
  margin-top: 42px;
}

.acy-single-content {
  color: #314052;
  font-size: 1.05rem;
  line-height: 1.84;
}

.acy-single-content > *:first-child {
  margin-top: 0;
}

.acy-single-content p,
.acy-single-content ul,
.acy-single-content ol {
  max-width: 820px;
}

.acy-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--acy-radius);
}

.acy-single-content figure {
  margin: 34px 0;
}

.acy-event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.acy-event-gallery figure {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(184, 148, 93, .24);
  border-radius: var(--acy-radius);
  background: rgba(255,250,242,.72);
  box-shadow: 0 18px 54px rgba(6, 17, 29, .08);
}

.acy-event-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.acy-lightbox-trigger {
  cursor: zoom-in;
}

.acy-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 68px 24px 24px;
  background: rgba(3, 9, 15, .94);
}

.acy-lightbox[hidden] {
  display: none;
}

.acy-lightbox__image {
  display: block;
  width: auto;
  max-width: min(100%, 1440px);
  height: auto;
  max-height: calc(100vh - 92px);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.acy-lightbox__close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(223, 196, 141, .72);
  border-radius: 4px;
  color: #fff;
  background: #0b1520;
  font: 400 2rem/1 Arial, sans-serif;
  cursor: pointer;
}

.acy-lightbox__close:focus-visible {
  outline: 3px solid var(--acy-gold-2);
  outline-offset: 3px;
}

body.acy-lightbox-open {
  overflow: hidden;
}

.acy-link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.acy-event-index-note {
  margin-top: 28px;
  padding: 24px;
  border-left: 4px solid var(--acy-gold);
  background: rgba(255,255,255,.58);
  color: #334155;
  line-height: 1.7;
}

.acy-credentials {
  background:
    linear-gradient(90deg, rgba(6, 17, 29, .04), transparent),
    var(--acy-paper);
}

.acy-note-box {
  padding: 30px;
  border-left: 4px solid var(--acy-gold);
  border-radius: var(--acy-radius);
  background: rgba(255,255,255,.58);
}

.acy-media-strip {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(135deg, #101b28, #0b1520);
}

.acy-media-strip__inner {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 46px;
  align-items: start;
}

.acy-media-strip h2 {
  font-size: clamp(1.8rem, 2.65vw, 2.75rem);
  line-height: 1.06;
}

.acy-media-strip .acy-card {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(215, 187, 133, .26);
  box-shadow: 0 18px 56px rgba(0, 0, 0, .18);
}

.acy-media-strip .acy-card h3,
.acy-media-strip .acy-card h3 a {
  color: #fff;
}

.acy-media-strip .acy-card p {
  color: rgba(255, 255, 255, .76);
}

.acy-media-strip .acy-card__media {
  background: rgba(255, 255, 255, .08);
}

.acy-footer {
  color: rgba(255,255,255,.76);
  background: #040d16;
  border-top: 1px solid rgba(216, 183, 117, .16);
}

.acy-footer__grid {
  display: grid;
  grid-template-columns: minmax(88px, .42fr) minmax(260px, 1.2fr) minmax(150px, .7fr) minmax(150px, .7fr);
  align-items: start;
  gap: clamp(26px, 4vw, 54px);
  padding: 64px 0;
}

.acy-footer__logo {
  display: flex;
  align-items: flex-start;
}

.acy-footer__summary {
  max-width: 460px;
}

.acy-footer__brand {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
}

.acy-footer__brand img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

@media (max-width: 700px) {
  .acy-footer__grid {
    grid-template-columns: 1fr;
  }

  .acy-footer__brand {
    width: 72px;
    height: 72px;
  }
}

.acy-footer__mark {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.acy-footer h2 {
  color: var(--acy-gold-2);
  font-size: 1.05rem;
}

.acy-footer-menu li {
  margin-top: 0;
}

.acy-footer-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  line-height: 1.35;
}

.acy-footer-menu a:hover,
.acy-footer-menu a:focus {
  color: #fff;
}

.acy-footer__bottom {
  padding: 18px 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  font-size: .82rem;
  color: rgba(255,255,255,.48);
}

@media (max-width: 980px) {
  body.acy-body.admin-bar .acy-header {
    top: 46px;
  }

  .acy-header {
    position: sticky;
  }

  .acy-header__inner {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
  }

  .acy-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .acy-menu {
    min-width: max-content;
  }

  .acy-menu a {
    padding: 18px 0 16px;
  }

  .acy-menu a::after {
    bottom: 10px;
  }

  .acy-two-col,
  .acy-profile-page,
  .acy-course-grid,
  .acy-contact-page,
  .acy-works-intro,
  .acy-fields__layout,
  .acy-media-strip__inner,
  .acy-footer__grid {
    grid-template-columns: 1fr;
  }

  .acy-hero {
    min-height: auto;
  }

  .acy-hero__grid {
    padding: 112px 0 90px;
  }

  .acy-subpage-hero {
    padding: 118px 0 58px;
  }

  .acy-grid,
  .acy-grid--compact,
  .acy-archive-grid,
  .acy-practice-grid {
    grid-template-columns: 1fr;
  }

  .acy-field-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(177, 138, 84, .18);
  }

  .acy-works-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acy-event-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .acy-shell {
    width: min(100% - 30px, 1180px);
  }

  .acy-header__inner {
    display: block;
  }

  .acy-brand {
    margin-bottom: 8px;
  }

  .acy-title {
    font-size: clamp(2.7rem, 12vw, 4.1rem);
    line-height: .96;
  }

  .acy-hero__specialty {
    display: block;
    font-size: .74rem;
  }

  .acy-hero__specialty span {
    display: none;
  }

  .acy-lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .acy-hero__grid {
    padding: 86px 0 76px;
  }

  .acy-subpage-hero {
    padding: 76px 0 46px;
  }

  .acy-subpage-title {
    font-size: clamp(1.95rem, 11vw, 2.9rem);
    line-height: 1.04;
  }

  .acy-subpage-lead {
    margin-top: 16px;
    font-size: .98rem;
  }

  .acy-section {
    padding: 62px 0;
  }

  .acy-subpage-content {
    padding-top: 48px;
  }

  .acy-section__heading {
    font-size: clamp(1.82rem, 10vw, 2.55rem);
    line-height: 1.08;
  }

  .acy-card,
  .acy-note-box {
    padding: 22px;
  }

  .acy-fields {
    padding: 44px 0;
  }

  .acy-field-grid {
    grid-template-columns: repeat(6, minmax(146px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .acy-field {
    min-height: 168px;
    scroll-snap-align: start;
  }

  .acy-card__media {
    margin: -22px -22px 20px;
  }

  .acy-profile-portrait {
    position: relative;
    top: auto;
  }

  .acy-course-column {
    padding: 24px;
  }

  .acy-works-visual-grid {
    grid-template-columns: 1fr;
  }
}

/* Full-bleed correction v2.1 - keeps editorial alignment, fixes shifted section backgrounds */
html,
body.acy-body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.acy-site-main,
.acy-subpage-main {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.acy-hero,
.acy-site-main > .acy-section,
.acy-subpage-hero,
.acy-subpage-content,
.acy-footer {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.acy-hero,
.acy-fields,
.acy-intro,
.acy-section--navy,
.acy-events,
.acy-media-strip,
.acy-footer {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.acy-hero {
  min-height: clamp(735px, 78vh, 860px);
}

.acy-hero__grid {
  padding: 170px 0 112px;
}

.acy-hero__content {
  max-width: 790px;
  margin: 0;
  padding-left: clamp(20px, 3vw, 34px);
  text-align: left;
}

.acy-hero__content::before {
  content: "";
}

.acy-actions {
  justify-content: flex-start;
}

.acy-section--navy {
  min-height: 640px;
}

.acy-section--navy .acy-section-head {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.acy-section--navy .acy-eyebrow,
.acy-events .acy-eyebrow,
.acy-media-strip .acy-eyebrow {
  justify-content: flex-start;
}

.acy-section--navy .acy-grid {
  margin-right: 0;
  margin-left: 0;
}

.acy-section--navy .acy-grid:has(.acy-card--empty:only-child) {
  width: min(720px, 100%);
}

.acy-section-actions {
  justify-content: flex-start;
}

.acy-events .acy-section-head {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.acy-media-strip__inner {
  text-align: left;
}

.acy-media-strip h2 {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 980px) {
  .acy-hero__grid {
    padding: 112px 0 90px;
  }

  .acy-section--navy {
    min-height: auto;
  }
}

/* Emergency layout correction - section blocks must not be shifted by legacy full-bleed rules */
.acy-hero,
.acy-fields,
.acy-intro,
.acy-section--navy,
.acy-events,
.acy-media-strip,
.acy-footer {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Editorial design layer v2 - prestige legal journal direction */
:root {
  --acy-navy: #07111c;
  --acy-navy-2: #101c29;
  --acy-ink: #101824;
  --acy-muted: #5b6573;
  --acy-gold: #b8894a;
  --acy-gold-2: #dfc48d;
  --acy-gold-readable: #765023;
  --acy-burgundy: #763733;
  --acy-cream: #efe4d3;
  --acy-paper: #fff8ed;
  --acy-paper-2: #f6edde;
  --acy-line: rgba(184, 137, 74, .28);
  --acy-shadow: 0 34px 95px rgba(7, 17, 28, .13);
  --acy-radius: 0;
  --acy-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --acy-sans: "IBM Plex Sans", "Aptos", "Segoe UI", sans-serif;
}

body.acy-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 137, 74, .10), transparent 34rem),
    linear-gradient(180deg, #fff8ed 0%, #f4eadb 58%, #fff8ed 100%);
  font-family: var(--acy-sans);
  font-feature-settings: "liga" 1, "kern" 1;
}

body.acy-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 24, 36, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 36, .018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), rgba(0,0,0,.25));
}

.acy-shell {
  width: min(1188px, calc(100% - 56px));
}

.acy-header {
  border-bottom: 1px solid rgba(223, 196, 141, .20);
  background:
    linear-gradient(90deg, rgba(7, 17, 28, .96), rgba(16, 28, 41, .91)),
    rgba(7, 17, 28, .94);
  box-shadow: 0 16px 50px rgba(3, 8, 14, .20);
}

.acy-header__inner {
  min-height: 86px;
  gap: clamp(22px, 3vw, 42px);
}

.acy-brand {
  min-width: 72px;
  padding-right: clamp(18px, 3vw, 34px);
  border-right: 1px solid rgba(223, 196, 141, .22);
}

.acy-logo-placeholder {
  width: 70px;
  height: 70px;
  border-color: rgba(223, 196, 141, .42);
  border-radius: 14px 14px 14px 3px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .26);
}

.acy-menu {
  gap: clamp(12px, 1.7vw, 24px);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .155em;
}

.acy-menu a {
  padding: 33px 0 31px;
  color: rgba(255, 255, 255, .70);
}

.acy-menu a::after {
  bottom: 27px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acy-gold-2), transparent);
}

.acy-title,
.acy-section__heading,
.acy-subpage-title,
.acy-field h3,
.acy-card h3,
.acy-media-strip h2,
.acy-footer h2,
.acy-about-subhead,
.acy-course-intro h2,
.acy-course-column h3,
.acy-works-intro h2,
.acy-work-section__head h3,
.acy-perspective-note h2,
.acy-practice-card h2,
.acy-page-content h2,
.acy-page-content h3,
.acy-single-content h2,
.acy-single-content h3,
.acy-footer__mark {
  font-family: var(--acy-serif);
}

.acy-eyebrow,
.acy-menu,
.acy-button,
.acy-text-link,
.acy-card__meta,
.acy-card__link,
.acy-course-label,
.acy-profile-portrait figcaption {
  font-family: var(--acy-sans);
}

.acy-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: .68rem;
  letter-spacing: .24em;
  color: var(--acy-gold-readable);
}

.acy-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.acy-hero {
  min-height: 785px;
  align-items: end;
  color: var(--acy-ink);
  background:
    url("assets/img/istanbul-bosphorus-day-hero.png") center center / cover no-repeat,
    #dbeefa;
  background-position: center 48%;
}

.acy-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 248, 237, .96) 0%, rgba(255, 248, 237, .82) 34%, rgba(255, 248, 237, .38) 58%, rgba(255, 248, 237, .08) 100%),
    linear-gradient(180deg, rgba(255, 248, 237, .28), rgba(255, 248, 237, .70));
  backdrop-filter: saturate(.92);
}

.acy-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 196, 141, .58), transparent);
}

.acy-hero__grid {
  padding: 190px 0 118px;
}

.acy-hero__content {
  position: relative;
  max-width: 870px;
  padding-left: clamp(20px, 3vw, 34px);
}

.acy-hero__content::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--acy-gold-2), transparent);
  opacity: .72;
}

.acy-hero .acy-eyebrow {
  color: var(--acy-gold-readable);
  text-transform: none;
}

.acy-title {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(4.5rem, 7.4vw, 7.35rem);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.052em;
  text-wrap: balance;
  color: var(--acy-ink);
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.acy-hero .acy-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .09em;
}

.acy-title__given,
.acy-title__surname {
  display: block;
}

.acy-title__surname {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: .86;
  letter-spacing: inherit;
}

.acy-lead {
  max-width: 690px;
  color: rgba(16, 24, 36, .78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  font-style: italic;
  line-height: 1.82;
}

.acy-hero .acy-button--ghost {
  color: var(--acy-ink);
  background: rgba(255,255,255,.36);
  border-color: rgba(118, 80, 35, .36);
}

.acy-button {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .14em;
}

.acy-button--primary {
  background: linear-gradient(135deg, #d9ba7c, #ad7a3d);
  border-color: rgba(255, 230, 176, .55);
  box-shadow: 0 18px 45px rgba(184, 137, 74, .24);
}

.acy-button--ghost {
  background: rgba(255,255,255,.045);
  border-color: rgba(223, 196, 141, .50);
}

.acy-section {
  padding: clamp(82px, 9vw, 124px) 0;
}

.acy-site-main > .acy-section {
  scroll-margin-top: 110px;
}

.acy-section__heading {
  font-size: clamp(2.65rem, 4.8vw, 5.1rem);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.acy-fields {
  position: relative;
  padding: clamp(72px, 8vw, 104px) 0;
  background:
    linear-gradient(90deg, rgba(255,248,237,.96), rgba(246,237,222,.80)),
    var(--acy-paper);
}

.acy-fields::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(184, 137, 74, .14);
  pointer-events: none;
}

.acy-fields__layout {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}

.acy-fields__intro {
  position: sticky;
  top: 124px;
  padding-top: 8px;
}

.acy-fields__intro p:not(.acy-eyebrow) {
  max-width: 440px;
  font-size: 1.04rem;
  line-height: 1.78;
}

.acy-field-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

.acy-field {
  min-height: 238px;
  justify-items: start;
  align-content: space-between;
  padding: 28px;
  border: 1px solid rgba(184, 137, 74, .22);
  background: rgba(255, 252, 246, .70);
  text-align: left;
  box-shadow: 0 18px 48px rgba(16, 24, 36, .06);
}

.acy-field span {
  width: auto;
  height: auto;
  margin: 0 0 34px;
  border: 0;
  border-radius: 0;
  color: rgba(118, 80, 35, .58);
  font-family: var(--acy-serif);
  font-size: 2.1rem;
  line-height: 1;
}

.acy-field h3 {
  max-width: 210px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.03;
}

.acy-field p {
  max-width: 230px;
  margin-top: 16px;
  font-size: .94rem;
  line-height: 1.68;
}

.acy-intro {
  background:
    radial-gradient(circle at 86% 20%, rgba(118, 55, 51, .08), transparent 25rem),
    var(--acy-paper);
}

.acy-two-col {
  gap: clamp(44px, 7vw, 88px);
}

.acy-prose {
  color: #2d3b4c;
  font-size: 1.08rem;
  line-height: 1.9;
}

.acy-section--navy,
.acy-media-strip {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(223, 196, 141, .12), transparent 30rem),
    linear-gradient(135deg, #07111c 0%, #142335 54%, #07111c 100%);
}

.acy-section--navy {
  min-height: 640px;
  display: grid;
  align-items: center;
}

.acy-section--navy::before,
.acy-media-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 78%);
  pointer-events: none;
}

.acy-section--navy > *,
.acy-media-strip > * {
  position: relative;
  z-index: 1;
}

.acy-section-head {
  max-width: 820px;
  margin-bottom: 44px;
}

.acy-section--navy .acy-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.acy-section--navy .acy-eyebrow,
.acy-media-strip .acy-eyebrow {
  justify-content: center;
}

.acy-section-head p:last-child {
  font-size: 1.06rem;
  line-height: 1.78;
}

.acy-section--navy .acy-grid {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.acy-section--navy .acy-grid:has(.acy-card--empty:only-child) {
  width: min(720px, 100%);
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

.acy-section--navy .acy-card--empty {
  position: relative;
  min-height: 260px;
  padding: 34px;
  border-style: solid;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 26px 80px rgba(0,0,0,.22);
  text-align: center;
}

.acy-section--navy .acy-card--empty::after {
  content: "AYM / AİHM";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(223, 196, 141, .12);
  font-family: var(--acy-serif);
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -.04em;
}

.acy-events {
  background:
    linear-gradient(180deg, #fff8ed, #f7eddf);
}

.acy-events .acy-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.acy-events .acy-eyebrow {
  justify-content: center;
}

.acy-events .acy-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  align-items: stretch;
}

.acy-events .acy-card--post:first-child {
  grid-row: span 2;
}

.acy-events .acy-card--post:first-child .acy-card__media img {
  aspect-ratio: 16 / 12;
}

.acy-events .acy-card--post:first-child h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .98;
}

.acy-events .acy-card--post:not(:first-child) {
  min-height: 0;
}

.acy-card {
  border-color: rgba(184, 137, 74, .24);
  background: rgba(255, 252, 246, .82);
  box-shadow: 0 24px 70px rgba(16, 24, 36, .10);
}

.acy-card__media {
  background: #d9c7ad;
}

.acy-card__media img {
  filter: saturate(.92) contrast(1.02);
}

.acy-card__meta {
  color: var(--acy-gold-readable);
  font-size: .66rem;
  letter-spacing: .18em;
}

.acy-card h3 {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.acy-card p {
  margin-top: 14px;
  line-height: 1.72;
}

.acy-media-strip {
  padding: clamp(84px, 9vw, 124px) 0;
}

.acy-media-strip__inner {
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
  align-items: start;
}

.acy-media-strip__inner > div:first-child {
  align-self: center;
}

.acy-media-strip h2 {
  max-width: 390px;
  font-size: clamp(2.45rem, 4vw, 4.55rem);
  font-weight: 600;
  line-height: .92;
}

.acy-media-strip .acy-grid--compact {
  gap: 20px;
}

.acy-subpage-hero {
  padding: 172px 0 82px;
  background:
    radial-gradient(circle at 84% 8%, rgba(223, 196, 141, .12), transparent 30rem),
    linear-gradient(135deg, #07111c, #132335 58%, #07111c);
}

.acy-subpage-title {
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  font-weight: 600;
  line-height: .86;
}

.acy-subpage-lead {
  font-size: 1.12rem;
  line-height: 1.82;
}

.acy-practice-grid,
.acy-archive-grid {
  gap: 20px;
}

.acy-practice-card {
  min-height: 285px;
  padding: 34px;
  background: rgba(255, 252, 246, .82);
}

.acy-practice-card span {
  margin-bottom: 48px;
  color: rgba(118, 80, 35, .66);
  font-size: 2.1rem;
}

.acy-practice-card h2 {
  font-size: 1.75rem;
  line-height: 1.02;
}

.acy-works-count,
.acy-work-section__head span {
  background: linear-gradient(135deg, #07111c, #172739);
}

.acy-footer {
  background:
    linear-gradient(135deg, #030911, #07111c);
}

.acy-footer__mark {
  font-size: 1.85rem;
  line-height: 1.05;
}

@media (max-width: 980px) {
  .acy-header__inner {
    padding: 16px 0;
  }

  .acy-brand {
    border-right: 0;
    padding-right: 0;
  }

  .acy-hero__grid {
    padding: 136px 0 92px;
  }

  .acy-title {
    font-size: clamp(3.8rem, 12vw, 5.65rem);
  }

  .acy-title__surname {
    font-size: 1em;
    letter-spacing: inherit;
  }

  .acy-fields__intro {
    position: relative;
    top: auto;
  }

  .acy-field-grid,
  .acy-events .acy-grid {
    grid-template-columns: 1fr;
  }

  .acy-section--navy {
    min-height: auto;
  }

  .acy-events .acy-card--post:first-child {
    grid-row: auto;
  }

  .acy-media-strip__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .acy-shell {
    width: min(100% - 32px, 1188px);
  }

  .acy-menu {
    gap: 18px;
    font-size: .66rem;
  }

  .acy-hero__content {
    padding-left: 18px;
  }

  .acy-title {
    font-size: clamp(3.05rem, 15vw, 4.25rem);
  }

  .acy-title__surname {
    font-size: 1em;
  }

  .acy-field-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .acy-field {
    min-height: 210px;
  }

  .acy-section__heading,
  .acy-media-strip h2,
  .acy-subpage-title {
    text-wrap: balance;
  }
}

/* Final alignment guard - keeps full-width section backgrounds locked to the viewport */
html,
body.acy-body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.acy-site-main,
.acy-subpage-main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.acy-hero,
.acy-fields,
.acy-intro,
.acy-section--navy,
.acy-events,
.acy-media-strip,
.acy-footer {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

.acy-section--navy .acy-section-head,
.acy-section--navy .acy-grid,
.acy-events .acy-section-head,
.acy-media-strip h2 {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.acy-section--navy .acy-eyebrow,
.acy-events .acy-eyebrow,
.acy-media-strip .acy-eyebrow,
.acy-section-actions {
  justify-content: flex-start;
}

/* Vertical rhythm correction - remove excessive empty space below compact sections */
.acy-section--navy {
  min-height: auto !important;
  padding-top: clamp(72px, 7vw, 102px) !important;
  padding-bottom: clamp(48px, 5vw, 68px) !important;
  display: block !important;
}

.acy-events {
  padding-top: clamp(76px, 7vw, 108px) !important;
  padding-bottom: clamp(46px, 5vw, 66px) !important;
}

.acy-media-strip {
  padding-top: clamp(72px, 6vw, 98px) !important;
  padding-bottom: clamp(46px, 5vw, 68px) !important;
}

.acy-section--navy .acy-section-head,
.acy-events .acy-section-head {
  margin-bottom: clamp(30px, 4vw, 46px);
}

.acy-section-actions {
  margin-top: clamp(22px, 3vw, 34px);
}

.acy-events .acy-card--post:first-child {
  grid-row: auto !important;
}

.acy-events .acy-card--post:first-child .acy-card__media img {
  aspect-ratio: 16 / 10 !important;
}

.acy-media-strip__inner {
  align-items: center;
}

.acy-media-strip .acy-section-actions {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .acy-section--navy,
  .acy-events,
  .acy-media-strip {
    padding-top: 64px !important;
    padding-bottom: 52px !important;
  }
}

/* Remove unintended cream separator between the final dark section and footer */
.acy-media-strip {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.acy-media-strip + .acy-footer,
.acy-footer {
  margin-top: 0 !important;
}

.acy-site-main {
  margin-bottom: 0 !important;
}

/* Remove decorative separator bands between homepage sections */
.acy-site-main > .acy-section,
.acy-hero,
.acy-fields,
.acy-intro,
.acy-section--navy,
.acy-events,
.acy-media-strip,
.acy-footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none;
}

.acy-site-main > .acy-section + .acy-section,
.acy-hero + .acy-section,
.acy-media-strip + .acy-footer {
  margin-top: 0 !important;
}

.acy-section--navy + .acy-events,
.acy-events + .acy-media-strip {
  border-top: 0 !important;
}

/* Alternate homepage rhythm: make practice fields a dark prestige section */
.acy-fields {
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 82% 16%, rgba(223, 196, 141, .13), transparent 30rem),
    linear-gradient(135deg, #07111c 0%, #142335 56%, #07111c 100%) !important;
}

.acy-fields::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 78%);
  pointer-events: none;
}

.acy-fields > * {
  position: relative;
  z-index: 1;
}

.acy-fields .acy-eyebrow {
  color: var(--acy-gold-2);
}

.acy-fields .acy-section__heading,
.acy-fields h2,
.acy-fields h3 {
  color: #fff;
}

.acy-fields p {
  color: rgba(255, 255, 255, .72);
}

.acy-fields .acy-field {
  border-color: rgba(223, 196, 141, .22);
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 24px 70px rgba(0,0,0,.18);
}

.acy-fields .acy-field span {
  color: rgba(223, 196, 141, .72);
}

.acy-fields .acy-button--light {
  color: #fff;
  border-color: rgba(223, 196, 141, .42);
  background: transparent;
}

.acy-fields .acy-button--light:hover {
  color: #07111c;
  background: var(--acy-gold-2);
}

/* Mobile foundation fixes - navigation, hero rhythm and homepage field cards */
.acy-nav-toggle,
.acy-nav-toggle-label {
  display: none;
}

@media (max-width: 980px) {
  .acy-header {
    position: sticky;
    top: 0;
  }

  body.acy-body.admin-bar .acy-header {
    top: 46px;
  }

  .acy-header__inner {
    position: relative;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 16px;
  }

  .acy-brand {
    min-width: 68px;
    min-height: 60px;
    margin: 0;
    padding: 0;
  }

  .acy-logo-placeholder,
  .acy-brand img {
    max-height: 60px;
  }

  .acy-nav-toggle {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .acy-nav-toggle-label {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(215, 187, 133, .42);
    border-radius: var(--acy-radius);
    background: rgba(255, 255, 255, .04);
    box-shadow: none;
    cursor: pointer;
  }

  .acy-nav-toggle-label span {
    width: 20px;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, .86);
    border-radius: 999px;
    transition: transform .22s ease, opacity .22s ease;
  }

  .acy-nav-toggle:focus-visible + .acy-nav-toggle-label {
    outline: 2px solid var(--acy-gold-2);
    outline-offset: 4px;
  }

  .acy-nav-toggle:checked + .acy-nav-toggle-label span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .acy-nav-toggle:checked + .acy-nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .acy-nav-toggle:checked + .acy-nav-toggle-label span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .acy-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: 0;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(223, 196, 141, .22);
    background:
      linear-gradient(135deg, rgba(7, 17, 28, .98), rgba(16, 28, 41, .98));
    box-shadow: 0 24px 70px rgba(3, 8, 14, .30);
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
  }

  .acy-nav-toggle:checked + .acy-nav-toggle-label + .acy-nav {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
  }

  .acy-menu {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    font-size: .72rem;
    letter-spacing: .13em;
  }

  .acy-menu a {
    width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(223, 196, 141, .12);
  }

  .acy-menu li:last-child a {
    border-bottom: 0;
  }

  .acy-menu a::after {
    content: none;
  }

  .acy-hero {
    min-height: auto;
  }

  .acy-site-main,
  .acy-subpage-main {
    margin-top: 0;
  }

  .acy-hero__grid {
    padding: 88px 0 72px;
  }

  .acy-subpage-hero {
    padding: 92px 0 56px;
  }

  .acy-fields__layout {
    grid-template-columns: 1fr !important;
  }

  .acy-field-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  body.acy-body.admin-bar .acy-header {
    top: 0;
  }

  .acy-header__inner {
    min-height: 76px;
    padding: 8px 0;
  }

  .acy-logo-placeholder,
  .acy-brand img {
    max-height: 56px;
  }

  .acy-nav {
    top: calc(100% + 8px);
  }

  .acy-hero__grid {
    padding: 70px 0 64px;
  }

  .acy-hero__content {
    padding-left: 14px;
  }

  .acy-title {
    font-size: clamp(2.9rem, 14vw, 3.85rem);
    line-height: .9;
  }

  .acy-hero .acy-title {
    gap: .08em;
  }

  .acy-title__surname {
    font-size: 1em;
    letter-spacing: inherit;
  }

  .acy-lead {
    font-size: .96rem;
    line-height: 1.64;
  }

  .acy-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .acy-button {
    width: 100%;
    max-width: 252px;
    min-height: 46px;
  }

  .acy-subpage-hero {
    padding: 72px 0 42px;
  }

  .acy-subpage-title {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    line-height: .98;
  }

  .acy-subpage-lead {
    font-size: .96rem;
    line-height: 1.62;
  }

  .acy-fields {
    padding: 56px 0;
  }

  .acy-field-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .acy-field {
    min-height: 0;
    padding: 24px;
  }

  .acy-field span {
    margin-bottom: 24px;
  }
}

/* Mobile experience refinements - compact long pages without hiding real content */
.acy-mobile-section-nav,
.acy-work-toggle,
.acy-mobile-list-action {
  display: none;
}

/* Header hierarchy: frameless mark, single-line primary navigation and About dropdown */
@media (min-width: 981px) {
  .acy-header__inner {
    min-height: 96px;
    gap: clamp(28px, 4vw, 58px);
  }

  .acy-brand {
    min-width: 88px;
    min-height: 88px;
    padding-right: 0;
    border-right: 0;
  }

  .acy-brand img,
  .acy-logo-placeholder {
    width: 88px;
    height: 88px;
    max-height: 88px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
  }

  .acy-menu {
    gap: clamp(22px, 3vw, 48px);
    font-size: .72rem;
    letter-spacing: .12em;
  }

  .acy-menu > li {
    position: relative;
  }

  .acy-menu > li > a {
    min-height: 96px;
    align-items: center;
    padding: 0;
    white-space: nowrap;
  }

  .acy-menu > .menu-item-has-children > a {
    padding-right: 18px;
  }

  .acy-menu > .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
  }

  .acy-menu > li > a::after {
    bottom: 22px;
  }

  .acy-menu .sub-menu {
    position: absolute;
    z-index: 80;
    top: calc(100% - 14px);
    left: -20px;
    min-width: 250px;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(223, 196, 141, .22);
    background: rgba(7, 17, 28, .98);
    box-shadow: 0 22px 54px rgba(0, 0, 0, .30);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .acy-menu li:hover > .sub-menu,
  .acy-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .acy-menu .sub-menu a {
    width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 11px 14px;
    white-space: nowrap;
  }

  .acy-menu .sub-menu a::after {
    content: none;
  }
}

.acy-footer-menu .sub-menu {
  margin: 4px 0 0;
  padding: 0 0 0 14px;
  list-style: none;
}

@media (max-width: 980px) {
  .acy-header.is-menu-open .acy-nav,
  .acy-nav-toggle:checked ~ .acy-nav {
    max-height: 720px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .acy-brand,
  .acy-logo-placeholder,
  .acy-brand img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .acy-menu .sub-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 4px 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    list-style: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .acy-menu .sub-menu a {
    min-height: 44px;
    padding: 11px 12px 11px 24px;
    color: rgba(255, 255, 255, .66);
    font-size: .68rem;
  }
}

@media (max-width: 700px) {
  .acy-profile-portrait {
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .acy-profile-portrait figcaption {
    padding-top: 10px;
    font-size: .68rem;
    letter-spacing: .09em;
    text-align: center;
  }

  .acy-mobile-section-nav {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0 34px 8px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 38px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 38px), transparent);
  }

  .acy-mobile-section-nav button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(184, 137, 74, .30);
    border-radius: 999px;
    color: var(--acy-ink);
    background: rgba(255, 252, 246, .78);
    font-family: var(--acy-sans);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    scroll-snap-align: start;
    text-transform: uppercase;
  }

  .acy-work-section {
    scroll-margin-top: 92px;
  }

  .acy-work-section__head {
    padding: 14px 18px;
  }

  .acy-work-section__head h3 {
    display: none;
  }

  .acy-work-toggle {
    min-height: 44px;
    min-width: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0;
    border: 0;
    color: var(--acy-ink);
    background: transparent;
    font-family: var(--acy-serif);
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.08;
    text-align: left;
  }

  .acy-work-toggle::after {
    content: "-";
    flex: 0 0 auto;
    color: var(--acy-gold-readable);
    font-family: var(--acy-sans);
    font-size: 1rem;
  }

  .acy-work-toggle[aria-expanded="false"]::after {
    content: "+";
  }

  .acy-work-section.is-collapsed ol,
  .acy-work-section.is-collapsed .acy-works-visual-grid {
    display: none;
  }

  .acy-work-section li {
    padding: 18px 18px 18px 58px;
    font-size: .95rem;
    line-height: 1.62;
  }

  .acy-work-section li::before {
    left: 18px;
    top: 20px;
  }

  .acy-mobile-hidden-card {
    display: none !important;
  }

  .acy-mobile-list-action {
    display: flex;
    margin-top: 22px;
  }

  .acy-mobile-list-action .acy-button {
    width: 100%;
    max-width: none;
  }

  .acy-text-link,
  .acy-card__link,
  .acy-card h3 a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 9px 0;
  }

  .acy-subpage-hero--eserler + .acy-subpage-content {
    padding-top: 32px;
  }

  .acy-page-content--eserler .acy-works-page {
    gap: 18px;
  }

  .acy-page-content--eserler .acy-works-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .acy-page-content--eserler .acy-works-intro h2 {
    display: none;
  }

  .acy-page-content--eserler .acy-works-intro p:not(.acy-eyebrow) {
    margin-top: 10px;
    font-size: .98rem;
    line-height: 1.62;
  }

  .acy-page-content--eserler .acy-works-count {
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    gap: 14px;
    padding: 16px 18px;
    text-align: left;
  }

  .acy-page-content--eserler .acy-works-count span {
    min-width: 48px;
    font-size: 2.45rem;
  }

  .acy-page-content--eserler .acy-works-count strong {
    margin-top: 0;
    font-size: .72rem;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .acy-subpage-hero--hukuki-perspektifler .acy-subpage-title {
    font-size: clamp(2.2rem, 9.4vw, 2.78rem);
    line-height: 1.02;
  }

  .acy-subpage-hero--hukuki-perspektifler .acy-subpage-lead {
    max-width: 330px;
  }

  .acy-page-content--hukuki-perspektifler .acy-perspective-note {
    padding: 30px 26px;
  }

  .acy-page-content--hukuki-perspektifler .acy-perspective-note h2 {
    font-size: clamp(1.42rem, 6.4vw, 1.72rem);
    line-height: 1.12;
    letter-spacing: -.025em;
  }

  .acy-footer__grid {
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 18px;
    padding: 30px 0 24px;
  }

  .acy-footer__mark {
    font-size: 1.28rem;
  }

  .acy-footer p {
    margin: 10px 0 0;
    font-size: .92rem;
    line-height: 1.55;
  }

  .acy-footer h2 {
    margin: 0 0 8px;
  }

  .acy-footer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 2px;
  }

  .acy-footer-menu li {
    margin-top: 0;
  }

  .acy-footer-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: .9rem;
    line-height: 1.35;
  }

  .acy-footer__bottom {
    padding: 14px 18px;
    font-size: .75rem;
  }
}

@media (max-width: 980px) {
  main.acy-site-main,
  main.acy-subpage-main {
    margin-top: 0 !important;
  }
}

@media (max-width: 700px) {
  .acy-footer__grid {
    grid-template-columns: 1fr;
  }

  .acy-contact-item {
    padding: 0 0 18px;
  }

  .acy-contact-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .acy-contact-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .acy-contact-icon::before {
    width: 20px;
    height: 20px;
  }

  .acy-page-content--iletisim .wpcf7,
  .acy-contact-form-slot .wpcf7 {
    margin-top: 36px;
  }

  .acy-page-content--iletisim .wpcf7 form,
  .acy-contact-form,
  .acy-contact-form-slot .wpcf7 form,
  .acy-contact-form .acy-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .acy-page-content--iletisim .wpcf7 form,
  .acy-contact-form,
  .acy-contact-form-slot .wpcf7 form {
    padding-top: 30px;
  }

  .acy-page-content--iletisim .wpcf7 textarea,
  .acy-contact-form textarea,
  .acy-contact-form-slot .wpcf7 textarea {
    min-height: 190px;
  }

  .acy-page-content--iletisim .wpcf7 input[type="submit"],
  .acy-contact-form input[type="submit"],
  .acy-contact-form-slot .wpcf7 input[type="submit"] {
    width: 100%;
  }
}
