:root {
  --navy: #071a2f;
  --navy-2: #0d2947;
  --blue: #145ec3;
  --blue-soft: #e9f1fb;
  --orange: #e96b2c;
  --sand: #f4f0e8;
  --paper: #fffdf8;
  --ink: #102238;
  --muted: #657181;
  --line: rgba(7, 26, 47, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: radial-gradient(rgba(7,26,47,.15) .45px, transparent .45px); background-size: 8px 8px; z-index: 20; mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, select { font: inherit; }
.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; transform: translateY(-160%); padding: 10px 16px; z-index: 100; background: white; color: var(--navy); border: 2px solid var(--blue); }
.skip-link:focus { transform: none; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.lede { margin: 0; max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.9vw, 1.32rem); line-height: 1.65; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-row { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--navy); font-family: var(--serif); font-size: 1.05rem; }
.brand-word { font-size: .84rem; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.site-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 5px; }
.site-nav a { position: relative; padding: 10px 9px; color: #3c4b5c; font-size: .73rem; font-weight: 720; letter-spacing: .045em; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 9px; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--navy); }
.language-select { height: 40px; max-width: 116px; padding: 0 28px 0 10px; border: 1px solid var(--line); color: var(--navy); background: white; font-size: .75rem; font-weight: 750; cursor: pointer; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: white; color: var(--navy); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 18px; height: 1.5px; margin: 4px auto; background: currentColor; transition: .2s; }

.hero { position: relative; overflow: hidden; background: var(--sand); }
.hero::after { content: ""; position: absolute; width: 700px; height: 700px; right: -210px; bottom: -500px; border: 1px solid rgba(20,94,195,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(20,94,195,.035), 0 0 0 110px rgba(20,94,195,.025); }
.hero-grid { position: relative; z-index: 1; min-height: 695px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .75fr); align-items: center; gap: clamp(50px, 8vw, 112px); padding-block: 74px; }
.hero h1, .page-hero h1 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 840px; font-size: clamp(3.6rem, 7.4vw, 7.2rem); }
.hero .lede { margin-top: 30px; max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); }
.button-primary:hover { background: var(--blue); border-color: var(--blue); }
.button-secondary { background: transparent; }
.button-light { color: var(--navy); background: white; border-color: white; }
.portrait-wrap { position: relative; }
.portrait { position: relative; margin: 0; border: 11px solid var(--paper); box-shadow: 0 26px 70px rgba(7,26,47,.18); }
.portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,26,47,.24), transparent 40%); pointer-events: none; }
.portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; }
.portrait-caption { position: absolute; z-index: 2; inset-inline-start: -34px; bottom: 27px; width: min(280px, 80%); padding: 17px 20px; color: white; background: var(--navy); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.portrait-caption b { display: block; color: #9fc5f7; font-size: .64rem; margin-bottom: 4px; }

.stats { position: relative; z-index: 2; margin-top: -1px; background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 145px; padding: 28px; display: flex; flex-direction: column; justify-content: center; border-inline-end: 1px solid rgba(255,255,255,.15); }
.stat:last-child { border: 0; }
.stat strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 400; line-height: 1; }
.stat span { margin-top: 10px; color: #bdc9d7; font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.section { padding-block: clamp(76px, 9vw, 126px); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: start; margin-bottom: 52px; }
.section-heading h2 { margin: 0; max-width: 620px; font-family: var(--serif); color: var(--navy); font-size: clamp(2.3rem, 4.6vw, 4.6rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.section-heading .lede { margin-top: 8px; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.story-card { padding: clamp(28px, 4vw, 56px); background: var(--paper); }
.story-card.dark { color: white; background: var(--navy-2); }
.story-card .number { color: var(--orange); font-family: var(--serif); font-size: 1.4rem; }
.story-card h3 { margin: 50px 0 14px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.15; }
.story-card p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.story-card.dark p { color: #cad4df; }
.capability-list { list-style: none; margin: 36px 0 0; padding: 0; }
.capability-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.capability-list li::before { content: "+"; color: var(--orange); }
.feature-band { color: white; background: var(--blue); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.feature-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.feature-band p { color: #dceaff; }
.feature-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(84px, 10vw, 148px); background: var(--sand); border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; width: 440px; height: 440px; inset-inline-end: -120px; top: -280px; border: 1px solid rgba(20,94,195,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(20,94,195,.035), 0 0 0 110px rgba(20,94,195,.025); }
.page-hero h1 { max-width: 900px; font-size: clamp(3.3rem, 7vw, 7rem); }
.page-hero .lede { margin-top: 28px; }
.prose-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(40px, 8vw, 120px); }
.prose-grid h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.12; }
.prose { max-width: 790px; }
.prose p { margin: 0 0 24px; color: #435163; font-size: 1.1rem; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 44px; padding: 1px; background: var(--line); }
.principle { min-height: 130px; padding: 27px; background: var(--paper); font-family: var(--serif); font-size: 1.25rem; }
.principle span { display: block; color: var(--orange); font: 700 .7rem/1 var(--sans); letter-spacing: .12em; margin-bottom: 22px; }

.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; inset-inline-start: 176px; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 145px 1fr; gap: 62px; position: relative; padding: 0 0 64px; }
.timeline-item::before { content: ""; position: absolute; inset-inline-start: 171px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px var(--paper); }
.timeline-years { padding-top: 2px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .11em; }
.timeline-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 400; }
.timeline-meta { margin: 7px 0 17px; color: var(--muted); font-size: .73rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.timeline-content p { max-width: 790px; margin: 0; color: #4e5b69; }
.navy-service { margin-inline-start: 207px; padding: 24px 28px; border-inline-start: 3px solid var(--blue); background: var(--blue-soft); font-size: .82rem; font-weight: 750; letter-spacing: .06em; }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.info-card { min-height: 240px; padding: 34px; border: 1px solid var(--line); background: white; transition: transform .2s, border-color .2s; }
.info-card:hover { transform: translateY(-3px); border-color: rgba(20,94,195,.48); }
.info-card .index { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.info-card h2, .info-card h3 { margin: 46px 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.15; }
.info-card p { margin: 0; color: var(--muted); }
.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.credential { min-height: 250px; padding: 32px; background: white; }
.credential::before { content: "✓"; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--blue); }
.credential h2 { margin: 44px 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.credential p { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 72px; }
.training-grid h2 { font-family: var(--serif); font-weight: 400; font-size: 2rem; }
.training-grid p, .training-grid li { color: var(--muted); }
.training-grid ul { padding-inline-start: 20px; }
.note { margin-top: 42px; padding: 24px 28px; border-inline-start: 3px solid var(--orange); background: var(--sand); color: #4a5664; }

.milena-hero { color: white; background: var(--navy); }
.milena-hero h1 { color: white; }
.milena-hero .lede { color: #bdcbd9; }
.milena-hero::before { border-color: rgba(255,255,255,.1); box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.vessel-mark { margin-top: 36px; color: #91bdf2; font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.spec { padding: 28px; background: white; }
.spec strong { display: block; font-family: var(--serif); color: var(--navy); font-size: 2.15rem; font-weight: 400; line-height: 1; }
.spec span { display: block; margin-top: 10px; color: var(--muted); font-size: .66rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.responsibility-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 56px; border: 1px solid var(--line); background: var(--line); }
.responsibility-list div { padding: 26px; background: var(--sand); font-weight: 700; }
.responsibility-list span { color: var(--orange); margin-inline-end: 10px; }
.source-line { margin-top: 28px; color: var(--muted); font-size: .8rem; }
.source-line a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.journal-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.journal-card { min-height: 355px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; border: 1px solid var(--line); background: var(--sand); }
.journal-card:first-child { color: white; background: linear-gradient(145deg, rgba(7,26,47,.78), rgba(20,94,195,.86)), url("./cengiz-malatyali.jpg") center 25%/cover; }
.journal-card .index { margin-bottom: auto; color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.journal-card h2 { margin: 0 0 13px; font-family: var(--serif); font-size: 1.9rem; font-weight: 400; line-height: 1.1; }
.journal-card p { margin: 0; color: var(--muted); }
.journal-card:first-child p { color: #dce7f2; }
.instagram-bar { margin-top: 22px; padding: 28px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: white; background: var(--navy); }
.instagram-bar strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.instagram-bar p { margin: 3px 0 0; color: #aebdca; font-size: .8rem; }

.contact-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: start; }
.contact-primary { padding: clamp(34px, 5vw, 66px); color: white; background: var(--navy); }
.contact-primary h2 { margin: 0 0 40px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; }
.contact-item { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-item span { display: block; color: #91bdf2; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 2rem); font-weight: 400; overflow-wrap: anywhere; }
.contact-aside { padding-top: 18px; }
.contact-aside p { color: var(--muted); font-size: 1.05rem; }
.contact-aside .button { margin-top: 20px; }

.site-footer { padding-block: 55px 35px; color: #c4cfda; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 48px; padding-bottom: 48px; }
.footer-brand { color: white; font-family: var(--serif); font-size: 2rem; }
.footer-role { margin-top: 12px; max-width: 430px; color: #9eacba; font-size: .8rem; }
.footer-title { margin: 0 0 15px; color: #7f91a4; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav { display: grid; gap: 7px; font-size: .82rem; }
.footer-nav a:hover { color: white; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #8291a1; font-size: .72rem; }

html[dir="rtl"] .language-select { padding: 0 10px 0 28px; }
html[dir="rtl"] .hero::after { right: auto; left: -210px; }
html[dir="rtl"] .portrait-caption { text-align: right; }
html[dir="rtl"] .timeline-years { direction: ltr; text-align: right; }
html[dir="rtl"] .timeline-meta { direction: ltr; text-align: right; }
html[dir="rtl"] .brand-mark, html[dir="rtl"] .brand-word { direction: ltr; }

@media (max-width: 1080px) {
  .site-nav { display: none; position: absolute; top: 81px; inset-inline: 0; padding: 18px 24px 28px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; font-size: .82rem; }
  .site-nav a::after { inset-inline: 0 auto; width: 32px; }
  .menu-button { display: block; margin-inline-start: auto; }
  .language-select { order: 2; }
  .hero-grid { grid-template-columns: 1fr .63fr; gap: 50px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:first-child { grid-row: span 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--max)); }
  .header-row { min-height: 72px; gap: 10px; }
  .site-nav { top: 71px; }
  .brand-word { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .language-select { max-width: 102px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 64px 48px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.8rem); }
  .portrait-wrap { width: min(88%, 440px); margin-inline-start: auto; }
  .portrait-caption { inset-inline-start: -22px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 120px; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .section-heading, .prose-grid, .feature-grid, .contact-layout, .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-grid, .card-grid, .credential-grid, .training-grid, .journal-grid { grid-template-columns: 1fr; }
  .journal-card:first-child { grid-row: auto; }
  .principles, .responsibility-list { grid-template-columns: 1fr; }
  .timeline::before { inset-inline-start: 10px; }
  .timeline-item { grid-template-columns: 1fr; gap: 7px; padding-inline-start: 40px; }
  .timeline-item::before { inset-inline-start: 6px; }
  .navy-service { margin-inline-start: 40px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .instagram-bar, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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