.tys-site-header,
.tys-site-footer {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

/* The global header now provides the only language switcher. */
.trp-floating-switcher {
	display: none !important;
}

.tys-site-header *,
.tys-site-header *::before,
.tys-site-header *::after,
.tys-site-footer *,
.tys-site-footer *::before,
.tys-site-footer *::after {
	box-sizing: border-box;
}

.tys-site-header {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	z-index: 50;
}

.tys-site-header-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 14px 0 16px;
	width: min(1180px, calc(100% - 40px));
}

.tys-site-logo {
	display: inline-block;
	flex: 0 0 auto;
	text-decoration: none;
}

.tys-site-logo img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 330px;
}

.tys-header-actions {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: flex-end;
}

.tys-mobile-menu {
	display: none;
}

.tys-mobile-menu summary {
	cursor: pointer;
	display: none;
}

.tys-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-end;
}

.tys-site-nav a,
.tys-language-switcher a {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.tys-site-nav a:hover,
.tys-site-nav a:focus-visible,
.tys-site-nav a.is-current,
.tys-language-switcher a:hover,
.tys-language-switcher a:focus-visible,
.tys-language-switcher a.is-current {
	color: #8a6a2f;
}

.tys-site-nav a:focus-visible,
.tys-language-switcher a:focus-visible,
.tys-site-footer a:focus-visible,
.tys-mobile-menu summary:focus-visible {
	outline: 2px solid #b18a4b;
	outline-offset: 4px;
}

.tys-language-switcher {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.tys-language-switcher span {
	color: #aaa;
}

.tys-site-footer {
	background: #0b213d;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	margin: 0;
	padding: 44px 20px 28px;
}

.tys-site-footer-inner {
	display: grid;
	gap: 22px 36px;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr);
	margin: 0 auto;
	width: min(1180px, 100%);
}

.tys-footer-company strong {
	color: #fff;
	display: block;
	font-size: 20px;
	letter-spacing: .03em;
	margin-bottom: 8px;
}

.tys-footer-company span,
.tys-footer-contact span {
	display: block;
	line-height: 1.65;
}

.tys-footer-contact {
	display: grid;
	gap: 5px;
	line-height: 1.55;
}

.tys-site-footer a {
	color: rgba(255, 255, 255, .86);
	text-decoration: none;
}

.tys-site-footer a:hover {
	color: #d1ad70;
}

.tys-footer-nav,
.tys-footer-social {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.tys-footer-nav a,
.tys-footer-social a {
	font-weight: 650;
}

.tys-footer-social {
	justify-content: flex-end;
}

.tys-footer-copy {
	border-top: 1px solid rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .67);
	grid-column: 1 / -1;
	padding-top: 18px;
}

body.page-id-681 .site-main,
body.page-id-686 .site-main {
	color: #28303a;
	margin: 0 auto;
	padding: 48px 20px 72px;
	width: min(1180px, 100%);
}

body.page-id-681 .page-header,
body.page-id-686 .page-header {
	margin: 0 auto 30px;
	max-width: 920px;
	padding: 0;
}

body.page-id-681 .entry-title,
body.page-id-686 .entry-title {
	color: #17243a;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.12;
	margin: 0;
}

body.page-id-681 .page-content,
body.page-id-686 .page-content {
	line-height: 1.75;
	margin: 0 auto;
	max-width: 920px;
}

body.page-id-681 .page-content h2,
body.page-id-686 .page-content h2 {
	color: #17243a;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.2;
	margin: 36px 0 14px;
}

body.page-id-681 .page-content a,
body.page-id-686 .page-content a {
	color: #725421;
}

@media (max-width: 1024px) {
	.tys-site-header-inner {
		align-items: flex-start;
	}

	.tys-header-actions {
		align-items: flex-end;
		flex-direction: column-reverse;
		gap: 12px;
	}

	.tys-site-nav {
		gap: 14px 22px;
	}
}

@media (max-width: 760px) {
	.tys-site-header-inner {
		align-items: center;
		flex-wrap: wrap;
		padding: 16px 0;
	}

	.tys-site-logo img {
		width: 250px;
	}

	.tys-header-actions {
		align-items: center;
		flex-direction: row-reverse;
		margin-left: auto;
	}

	.tys-desktop-nav {
		display: none;
	}

	.tys-mobile-menu {
		display: block;
		position: relative;
	}

	.tys-mobile-menu summary {
		align-items: center;
		border: 1px solid #d9d9d9;
		color: #17243a;
		display: flex;
		font-size: 15px;
		font-weight: 700;
		gap: 9px;
		list-style: none;
		padding: 9px 12px;
	}

	.tys-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.tys-menu-icon,
	.tys-menu-icon::before,
	.tys-menu-icon::after {
		background: currentColor;
		content: "";
		display: block;
		height: 2px;
		transition: transform .2s ease;
		width: 18px;
	}

	.tys-menu-icon {
		position: relative;
	}

	.tys-menu-icon::before {
		left: 0;
		position: absolute;
		top: -6px;
	}

	.tys-menu-icon::after {
		left: 0;
		position: absolute;
		top: 6px;
	}

	.tys-mobile-menu[open] .tys-menu-icon {
		background: transparent;
	}

	.tys-mobile-menu[open] .tys-menu-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.tys-mobile-menu[open] .tys-menu-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.tys-mobile-nav {
		background: #fff;
		border: 1px solid #e5e5e5;
		box-shadow: 0 16px 32px rgba(11, 31, 58, .14);
		display: grid;
		gap: 0;
		min-width: 210px;
		padding: 8px;
		position: absolute;
		right: 0;
		top: calc(100% + 8px);
		z-index: 80;
	}

	.tys-site-nav a {
		padding: 10px 12px;
	}

	.tys-language-switcher a {
		font-size: 14px;
	}

	.tys-site-footer {
		padding-top: 38px;
	}

	.tys-site-footer-inner {
		grid-template-columns: 1fr;
	}

	.tys-footer-social {
		justify-content: flex-start;
	}

	.tys-footer-copy {
		grid-column: auto;
	}
}

@media (max-width: 540px) {
	.tys-site-header-inner {
		gap: 12px;
	}

	.tys-site-logo img {
		width: 210px;
	}

	.tys-header-actions {
		gap: 10px;
	}

	.tys-mobile-menu summary span:first-child {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}


/* Radanya Mahmut Ağa project page */
body.page-id-709 .site-main { margin: 0; max-width: none; padding: 0; width: 100%; }
body.page-id-709 .page-content { margin: 0; padding: 0; }
body.page-id-709 .page-content > p:empty { display: none; }

.ty-project-page {
      --navy: #07162b;
      --navy-2: #0b1f3a;
      --gold: #c9a45c;
      --cream: #f7f3eb;
      --text: #26313d;
      --muted: #667085;
      --line: rgba(11,31,58,.13);
      color: var(--text);
      background: #fff;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      overflow: hidden;
    }
    .ty-project-page * { box-sizing: border-box; }
    .ty-project-page img { max-width: 100%; }
    .ty-project-page .ty-container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .ty-project-page .ty-hero {
      min-height: 76vh;
      position: relative;
      display: flex;
      align-items: flex-end;
      background: var(--navy);
      overflow: hidden;
    }
    .ty-project-page .ty-hero > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 48%;
    }
    .ty-project-page .ty-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(7,22,43,.96) 0%, rgba(7,22,43,.69) 47%, rgba(7,22,43,.14) 100%),
        linear-gradient(0deg, rgba(7,22,43,.35), transparent 45%);
    }
    .ty-project-page .ty-hero-content {
      position: relative;
      z-index: 2;
      max-width: 930px;
      padding: 126px 0 82px;
      color: #fff;
    }
    .ty-project-page .ty-breadcrumb {
      margin: 0 0 30px;
      color: rgba(255,255,255,.72);
      font-size: 14px;
    }
    .ty-project-page .ty-breadcrumb a {
      color: inherit;
      text-decoration: none;
    }
    .ty-project-page .ty-breadcrumb a:hover { color: #fff; }
    .ty-project-page .ty-eyebrow {
      display: block;
      margin: 0 0 16px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .ty-project-page .ty-hero h1 {
      max-width: 900px;
      margin: 0;
      color: #fff;
      font-size: clamp(38px, 5.4vw, 70px);
      font-weight: 800;
      letter-spacing: -.045em;
      line-height: 1;
    }
    .ty-project-page .ty-hero-text {
      max-width: 820px;
      margin: 25px 0 0;
      color: rgba(255,255,255,.88);
      font-size: 19px;
      line-height: 1.6;
    }
    .ty-project-page .ty-facts {
      padding: 34px 0;
      color: #fff;
      background: var(--navy);
    }
    .ty-project-page .ty-fact-grid {
      display: grid;
      grid-template-columns: 1.25fr 1fr 1.25fr .8fr .8fr;
      border: 1px solid rgba(255,255,255,.12);
      gap: 1px;
      background: rgba(255,255,255,.12);
    }
    .ty-project-page .ty-fact {
      min-height: 116px;
      padding: 23px 21px;
      background: var(--navy-2);
    }
    .ty-project-page .ty-fact span {
      display: block;
      margin-bottom: 8px;
      color: var(--gold);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .ty-project-page .ty-fact strong {
      display: block;
      color: #fff;
      font-size: 15px;
      line-height: 1.5;
    }
    .ty-project-page .ty-section { padding: 88px 0; }
    .ty-project-page .ty-section-alt { background: var(--cream); }
    .ty-project-page .ty-section-dark {
      color: #fff;
      background: var(--navy);
    }
    .ty-project-page .ty-two-col {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 68px;
      align-items: start;
    }
    .ty-project-page .ty-section h2 {
      margin: 0;
      color: var(--navy);
      font-size: clamp(30px, 4vw, 48px);
      font-weight: 800;
      letter-spacing: -.035em;
      line-height: 1.08;
    }
    .ty-project-page .ty-section-dark h2 { color: #fff; }
    .ty-project-page .ty-copy p {
      margin: 0 0 18px;
      color: #344054;
      font-size: 17px;
    }
    .ty-project-page .ty-section-dark .ty-copy p {
      color: rgba(255,255,255,.79);
    }
    .ty-project-page .ty-highlight {
      margin-top: 28px;
      padding: 22px 26px;
      border-left: 4px solid var(--gold);
      background: #fff;
      box-shadow: 0 22px 55px rgba(7,22,43,.08);
    }
    .ty-project-page .ty-highlight p {
      margin: 0;
      color: var(--navy);
      font-size: 18px;
      font-weight: 700;
    }
    .ty-project-page .ty-wide-image {
      margin: 50px 0 0;
      overflow: hidden;
      background: #ddd;
    }
    .ty-project-page .ty-wide-image img {
      display: block;
      width: 100%;
      height: auto;
    }
    .ty-project-page .ty-compare-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
      margin-top: 46px;
    }
    .ty-project-page .ty-compare-card {
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 18px 46px rgba(7,22,43,.06);
    }
    .ty-project-page .ty-compare-images {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .ty-project-page .ty-compare-images figure {
      position: relative;
      min-height: 280px;
      margin: 0;
      overflow: hidden;
      background: #d9d9d9;
    }
    .ty-project-page .ty-compare-images img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
    }
    .ty-project-page .ty-photo-label {
      position: absolute;
      left: 14px;
      bottom: 14px;
      padding: 7px 11px;
      color: #fff;
      background: rgba(7,22,43,.82);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .ty-project-page .ty-compare-body { padding: 25px 26px 28px; }
    .ty-project-page .ty-compare-body h3 {
      margin: 0 0 8px;
      color: var(--navy);
      font-size: 21px;
    }
    .ty-project-page .ty-compare-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }
    .ty-project-page .ty-process-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 25px;
      margin-top: 46px;
    }
    .ty-project-page .ty-process-card {
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
    }
    .ty-project-page .ty-process-card img {
      display: block;
      width: 100%;
      height: 265px;
      object-fit: cover;
    }
    .ty-project-page .ty-process-body { padding: 24px; }
    .ty-project-page .ty-process-body small {
      color: var(--gold);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .11em;
      text-transform: uppercase;
    }
    .ty-project-page .ty-process-body h3 {
      margin: 8px 0 10px;
      color: var(--navy);
      font-size: 21px;
      line-height: 1.2;
    }
    .ty-project-page .ty-process-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }
    .ty-project-page .ty-scope-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px 42px;
      margin-top: 35px;
      padding: 0;
      list-style: none;
    }
    .ty-project-page .ty-scope-grid li {
      position: relative;
      padding: 16px 0 16px 32px;
      border-bottom: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.84);
      font-size: 16px;
    }
    .ty-project-page .ty-scope-grid li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 26px;
      width: 15px;
      height: 2px;
      background: var(--gold);
    }
    .ty-project-page .ty-architecture {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 34px;
      margin-top: 48px;
      align-items: stretch;
    }
    .ty-project-page .ty-architecture figure {
      margin: 0;
      overflow: hidden;
      background: #ddd;
    }
    .ty-project-page .ty-architecture img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 510px;
      object-fit: cover;
    }
    .ty-project-page .ty-architecture-copy {
      padding: 42px;
      background: #fff;
      border: 1px solid var(--line);
    }
    .ty-project-page .ty-architecture-copy h3 {
      margin: 0 0 22px;
      color: var(--navy);
      font-size: 26px;
      line-height: 1.2;
    }
    .ty-project-page .ty-data-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .ty-project-page .ty-data-list li {
      display: grid;
      grid-template-columns: 145px 1fr;
      gap: 18px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line);
      color: #344054;
      font-size: 15px;
    }
    .ty-project-page .ty-data-list strong { color: var(--navy); }
    .ty-project-page .ty-gallery {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 45px;
    }
    .ty-project-page .ty-gallery figure {
      position: relative;
      margin: 0;
      overflow: hidden;
      background: #ddd;
    }
    .ty-project-page .ty-gallery img {
      display: block;
      width: 100%;
      height: 310px;
      object-fit: cover;
      transition: transform .35s ease;
    }
    .ty-project-page .ty-gallery figure:first-child {
      grid-column: span 2;
    }
    .ty-project-page .ty-gallery figure:first-child img { height: 420px; }
    .ty-project-page .ty-gallery figure:nth-child(2) img { height: 420px; }
    .ty-project-page .ty-gallery figure:hover img { transform: scale(1.025); }
    .ty-project-page .ty-gallery figcaption {
      position: absolute;
      right: 12px;
      bottom: 12px;
      left: 12px;
      padding: 10px 12px;
      color: #fff;
      background: rgba(7,22,43,.78);
      font-size: 13px;
    }
    .ty-project-page .ty-result {
      text-align: center;
      background: var(--cream);
    }
    .ty-project-page .ty-result h2 {
      max-width: 890px;
      margin: 0 auto;
    }
    .ty-project-page .ty-result p {
      max-width: 790px;
      margin: 22px auto 0;
      color: var(--muted);
      font-size: 17px;
    }
    .ty-project-page .ty-cta {
      padding: 74px 0;
      text-align: center;
      color: #fff;
      background: var(--navy);
    }
    .ty-project-page .ty-cta h2 {
      max-width: 860px;
      margin: 0 auto;
      color: #fff;
    }
    .ty-project-page .ty-cta p {
      max-width: 720px;
      margin: 20px auto 0;
      color: rgba(255,255,255,.76);
      font-size: 17px;
    }
    .ty-project-page .ty-cta a {
      display: inline-block;
      margin-top: 30px;
      padding: 14px 34px;
      color: #fff;
      background: #8a6a2f;
      text-decoration: none;
      font-weight: 700;
    }
    .ty-project-page .ty-cta a:hover { background: #705526; }
    @media (max-width: 980px) {
      .ty-project-page .ty-fact-grid { grid-template-columns: repeat(2, 1fr); }
      .ty-project-page .ty-two-col,
      .ty-project-page .ty-architecture { grid-template-columns: 1fr; }
      .ty-project-page .ty-process-grid { grid-template-columns: repeat(2, 1fr); }
      .ty-project-page .ty-architecture img { min-height: 420px; }
    }
    @media (max-width: 720px) {
      .ty-project-page .ty-container { width: min(100% - 28px, 1180px); }
      .ty-project-page .ty-hero { min-height: 680px; }
      .ty-project-page .ty-hero > img { object-position: 62% center; }
      .ty-project-page .ty-hero-content { padding: 90px 0 54px; }
      .ty-project-page .ty-hero-text { font-size: 17px; }
      .ty-project-page .ty-section { padding: 64px 0; }
      .ty-project-page .ty-fact-grid,
      .ty-project-page .ty-compare-grid,
      .ty-project-page .ty-process-grid,
      .ty-project-page .ty-scope-grid,
      .ty-project-page .ty-gallery { grid-template-columns: 1fr; }
      .ty-project-page .ty-fact { min-height: auto; }
      .ty-project-page .ty-compare-images { grid-template-columns: 1fr; }
      .ty-project-page .ty-compare-images figure,
      .ty-project-page .ty-compare-images img { min-height: 235px; }
      .ty-project-page .ty-process-card img,
      .ty-project-page .ty-gallery img,
      .ty-project-page .ty-gallery figure:first-child img,
      .ty-project-page .ty-gallery figure:nth-child(2) img {
        height: auto;
      }
      .ty-project-page .ty-gallery figure:first-child { grid-column: span 1; }
      .ty-project-page .ty-architecture-copy { padding: 28px 24px; }
      .ty-project-page .ty-data-list li { grid-template-columns: 1fr; gap: 4px; }
    }
