/*
Theme Name: Peraslunara
Theme URI: https://peraslunara.com/
Author: Özlem Özsınmaz / Peraslunara
Author URI: https://peraslunara.com/
Description: Peraslunara için astroloji, tarot ve sembolizm danışmanlığı teması. Onaylanmış HTML tasarımının birebir WordPress karşılığıdır; kendi barındırdığı yazı tipleri, WebP görselleri ve harici istek içermeyen yapısıyla hızlı açılmak üzere kurulmuştur.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peraslunara
Tags: one-column, custom-menu, translation-ready, blog, accessibility-ready
*/

/* =========================================================================
   1. YAZI TİPLERİ
   Kendi sunucumuzda barındırılır (OFL). latin + latin-ext alt kümeleri
   Türkçe karakterleri (ğ ş ı İ ö ü ç) kapsar. Ayrı bir istek olmasın diye
   fonts.css bu dosyaya taşınmıştır.
   ========================================================================= */

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/lora-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/lora-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/lora-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/lora-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/montserrat-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/montserrat-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================================
   2. TASARIM — onaylanmış HTML teslimindeki styles.css ile birebir aynıdır.
      Renk, tipografi ve düzen kararları kilitlidir; değiştirmeyin.
   ========================================================================= */
:root {
  --page: #fcf9f2;
  --paper: #f4eee1;
  --paper-deep: #ede4d4;
  --navy: #13253f;
  --night: #070d1b;
  --ink: #172536;
  --muted: #596474;
  --gold: #aa8551;
  --gold-dark: #76572f;
  --gold-light: #d5b782;
  --line: rgba(19, 37, 63, .17);
  --line-gold: rgba(170, 133, 81, .42);
  --serif: "Lora", Georgia, serif;
  --body: "Lora", Georgia, serif;
  --ui: "Montserrat", Arial, sans-serif;
  --page-width: min(1440px, calc(100% - 128px));
  --section: 96px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.66;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  content: "";
  opacity: .07;
  pointer-events: none;
  mix-blend-mode: multiply;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--navy);
  outline-offset: 5px;
}

.page-width {
  width: var(--page-width);
  margin-inline: auto;
}

.section-space { padding-block: var(--section); }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 12px 20px;
  color: var(--page);
  background: var(--night);
  font-family: var(--ui);
}

.skip-link:focus { top: 12px; }

.eyebrow,
.journal-meta,
.service-kicker,
.contact-kicker {
  margin: 0 0 20px;
  color: var(--gold-dark);
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
}

h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3, h4 {
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 600;
}

h1 {
  margin-bottom: 32px;
  font-size: clamp(62px, calc(6.5vw - 2px), 108px);
  letter-spacing: -.045em;
  line-height: .94;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(46px, calc(4.7vw - 2px), 70px);
  letter-spacing: -.035em;
  line-height: 1.02;
}

h3 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.12;
}

h1 em,
h2 em {
  font-weight: 600;
}

p { max-width: 65ch; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, transform .25s ease-out;
}

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

.button-navy {
  color: var(--page);
  background: var(--navy);
}

.button-navy:hover { background: var(--night); }

.button-gold {
  color: var(--night);
  background: var(--gold-light);
}

.button-gold:hover { background: #c8a66b; }

.button-outline {
  color: var(--navy);
  border-color: var(--line-gold);
  background: transparent;
  cursor: pointer;
}

.button-outline:hover { border-color: var(--gold); background: var(--paper); }

.text-link {
  display: inline-flex;
  min-height: 52px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border: 1px solid var(--line-gold);
  border-radius: 3px;
  color: var(--navy);
  background: var(--page);
  font-family: var(--ui);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .25s ease-out, background-color .25s ease-out;
}

.text-link:hover { border-color: var(--gold); background: var(--paper); }
.text-link span { flex: 0 0 auto; transition: transform .25s ease-out; }
.text-link:hover span { transform: translateX(4px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line-gold);
  background: rgba(252, 249, 242, .94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.brand > img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
}

.brand-type { display: grid; gap: 1px; }

.brand-type strong {
  color: var(--navy);
  font-family: var(--ui);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.1;
}

.brand-type small {
  color: var(--gold-dark);
  font-family: var(--ui);
  font-size: 9px;
  letter-spacing: .12em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ui);
  font-size: 15px;
}

.site-header nav > a:not(.button) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--line-gold);
  border-radius: 3px;
  background: var(--paper);
  font-weight: 600;
  text-decoration: none;
}

.site-header nav > a:not(.button):hover {
  border-color: var(--gold);
  background: var(--paper);
}

.site-header nav > a[aria-current="page"] { border-color: var(--gold); background: var(--paper-deep); }

.nav-cta { margin-left: 4px; padding-inline: 26px; }

.hero {
  position: relative;
  border-bottom: 1px solid var(--line-gold);
  background: var(--page);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(56%, 760px);
  min-height: 720px;
  flex-direction: column;
  justify-content: center;
  padding: 88px 56px 88px 0;
}

.hero-copy::after {
  position: absolute;
  right: 10px;
  bottom: 52px;
  width: 76px;
  height: 76px;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  content: "";
  opacity: .55;
}

.hero-copy::before {
  position: absolute;
  right: 46px;
  bottom: 35px;
  width: 1px;
  height: 110px;
  background: var(--line-gold);
  content: "";
  opacity: .55;
}

.hero-description {
  max-width: 560px;
  margin-bottom: 40px;
  color: #455262;
  font-size: 21px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}

.hero-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--gold);
  color: var(--navy);
  font-family: var(--ui);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.hero-secondary:hover { border-bottom-color: var(--navy); }

.hero-scope {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 14px;
  line-height: 1.5;
}

.hero-aside {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 2;
  width: min(48%, 570px);
  margin: 0;
  padding: 16px 20px;
  border-left: 4px solid #829775;
  color: var(--navy);
  background: rgba(226, 234, 219, .94);
  font-size: 18px;
  line-height: 1.55;
}

.hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 0;
  background: var(--paper);
}

.hero-art::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(252,249,242,.08), transparent 55%);
  content: "";
  pointer-events: none;
}

.hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-line {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 38%;
  height: 1px;
  background: var(--gold);
}

.approach {
  display: grid;
  grid-template-columns: .58fr .86fr 1.35fr;
  align-items: center;
  gap: 48px;
}

.approach-symbol {
  display: grid;
  width: 184px;
  height: 184px;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
}

.approach-symbol img { width: 150px; height: 150px; }
.approach-heading { padding-right: 48px; border-right: 1px solid var(--line-gold); }
.approach-heading h2 { margin: 0; font-size: clamp(44px, calc(4vw - 2px), 62px); }
.approach-copy > p { margin-bottom: 28px; }

.meaning-line {
  max-width: 50ch;
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
}

.work { border-block: 1px solid var(--line); background: var(--paper); }
.section-heading { margin-bottom: 56px; }

.heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
}

.heading-row h2 { margin-bottom: 0; }
.heading-row > p { max-width: 470px; margin-bottom: 8px; color: var(--muted); }

.service-jump {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.service-jump a {
  display: grid;
  min-height: 92px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 4px 12px;
  padding: 18px 24px;
  border: 1px solid var(--line-gold);
  color: var(--navy);
  background: rgba(252, 249, 242, .68);
  text-decoration: none;
  transition: border-color .25s ease-out, background-color .25s ease-out;
}

.service-jump a:hover { border-color: var(--gold); background: var(--page); }
.service-jump a > span:first-child { grid-column: 1 / -1; color: var(--gold-dark); font-family: var(--ui); font-size: 11px; font-weight: 500; letter-spacing: .16em; }
.service-jump strong { font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.1; }
.service-jump a > span:last-child { align-self: center; font-family: var(--ui); font-size: 20px; }

.needs-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.need-card {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line-gold);
  color: var(--navy);
  background: rgba(252, 249, 242, .78);
  text-decoration: none;
  transition: border-color .25s ease-out, background-color .25s ease-out;
}

a.need-card:hover { border-color: var(--gold); background: var(--page); }
.need-number { margin-bottom: 16px; color: var(--gold-dark); font-family: var(--ui); font-size: 13px; font-weight: 600; letter-spacing: .15em; }
.need-card > strong { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(22px, 2vw, 27px); font-weight: 600; line-height: 1.2; }
.need-card > span:not(.need-number):not(.need-action):not(.need-options) { color: var(--muted); font-size: 16px; line-height: 1.5; }
.need-action { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: auto; padding-top: 12px; color: var(--gold-dark); font-family: var(--ui); font-size: 14px; font-weight: 600; }
.need-options { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: auto; padding-top: 12px; }
.need-options a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--gold-dark); font-family: var(--ui); font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: var(--line-gold); text-underline-offset: 5px; }
.need-options a:hover { color: var(--navy); text-decoration-color: var(--navy); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.service-side {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-content: stretch;
  gap: 24px;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line-gold);
  background: rgba(252, 249, 242, .76);
  transition: border-color .3s ease-out, transform .3s ease-out;
}

.service-card:hover { border-color: var(--gold); }

.service-art {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.1;
  margin: 0;
  border-bottom: 1px solid var(--line-gold);
  background: var(--paper-deep);
}

.service-card-tarot .service-art { aspect-ratio: 2.1; }

.service-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-astrology .service-art img {
  object-position: 72% center;
}
.service-card-tarot .service-art img { object-position: 50% 60%; }

.service-content { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.service-kicker { display: block; margin-bottom: 12px; }
.service-content > h3 { margin-bottom: 16px; font-size: clamp(52px, 5vw, 72px); line-height: .94; }
.service-intro { max-width: 55ch; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.service-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-gold);
  list-style: none;
}

.service-list li {
  flex: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  padding-top: 6px;
  color: var(--gold-dark);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
}

.service-preview { min-width: 0; }
.service-item-title { display: block; margin-bottom: 6px; color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.15; }
.service-item-lead { display: block; color: var(--muted); font-size: 16px; line-height: 1.48; }
.service-more { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: 9px; color: var(--gold-dark); font-family: var(--ui); font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: var(--line-gold); text-underline-offset: 5px; }
.service-more:hover { color: var(--navy); text-decoration-color: var(--navy); }
.service-more span { font-size: 20px; }

.consultation-notes {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: 40px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line-gold);
}

.notes-heading .eyebrow { margin-bottom: 12px; }
.notes-heading h3 { margin-bottom: 0; font-size: clamp(36px, 3.4vw, 50px); line-height: 1; }
.notes-copy { padding: 0; }
.notes-copy p { max-width: 70ch; margin-bottom: 20px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.notes-copy p:first-child { color: var(--ink); }
.notes-copy p:last-child { margin-bottom: 0; }

.service-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--line-gold);
  background: rgba(252, 249, 242, .72);
}

.service-footer strong { color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.15; }
.service-footer p { max-width: 52ch; margin: 8px 0 0; color: var(--muted); font-size: 17px; }
.service-footer .button { flex: none; }
.service-page-link { display: flex; justify-content: flex-end; margin: 24px 0 0; }

.process { border-bottom: 1px solid var(--line); }

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 32px 38px 24px 0;
  border-top: 1px solid var(--line-gold);
}

.process-list li + li { padding-left: 38px; border-left: 1px solid var(--line-gold); }
.process-list li::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); content: ""; }
.process-list li + li::before { left: 38px; }

.step-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 56px;
  line-height: .9;
}

.process-list h3 { margin-bottom: 8px; font-family: var(--body); font-size: 20px; }
.process-list p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.about { background: linear-gradient(90deg, var(--paper-deep), var(--paper)); }

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}

.about-art { position: relative; margin: 0; }
.about-art::after { position: absolute; right: -20px; bottom: -20px; width: 36%; height: 44%; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); content: ""; }
.about-art img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.about-copy { padding-right: 56px; }
.about-copy h2 em { display: inline-block; margin-top: 8px; font-size: .66em; line-height: 1.12; }
.about-copy .lead { margin-bottom: 20px; color: var(--navy); font-size: 21px; line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }

.education {
  margin-top: 88px;
  padding-top: 64px;
  border-top: 1px solid var(--line-gold);
}

.education-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 32px;
}

.education-heading h3 { max-width: 15ch; margin-bottom: 0; font-size: clamp(36px, 3.8vw, 56px); line-height: 1.08; }
.education-heading > p { max-width: 40ch; margin-bottom: 4px; color: var(--muted); font-size: 17px; }
.education-group { border-top: 1px solid var(--line-gold); }
.education-group:last-child { border-bottom: 1px solid var(--line-gold); }
.education-group summary {
  display: grid;
  min-height: 84px;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}
.education-group summary::-webkit-details-marker { display: none; }
.education-group summary strong { color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1.2; }
.education-expand { display: grid; width: 36px; height: 44px; place-items: center; color: var(--gold-dark); font-family: var(--ui); font-size: 24px; transition: transform .25s ease-out; }
.education-group[open] .education-expand { transform: rotate(45deg); }
.education-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; margin: 0; padding: 0 0 32px; list-style: none; }
.education-list li { display: flex; min-width: 0; align-items: start; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.4; }
.education-list li > span { max-width: 31ch; }
.education-list li > small { min-width: 120px; color: var(--muted); font-family: var(--ui); font-size: 12px; line-height: 1.5; text-align: right; }

.blog-teaser { border-block: 1px solid var(--line-gold); background: var(--page); }
.blog-teaser-inner { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.blog-teaser h2 { margin-bottom: 16px; }
.blog-teaser p:last-child { max-width: 44ch; margin-bottom: 0; color: var(--muted); }
.blog-teaser .text-link { flex: none; }
.blog-journal h1 { margin-bottom: 0; font-size: clamp(52px, calc(6vw - 2px), 82px); }
.blog-return { display: flex; justify-content: flex-end; margin-bottom: 96px; }

.catalog-hero { padding-block: 64px; }
.catalog-hero h1 { margin-bottom: 24px; font-size: clamp(62px, calc(7vw - 2px), 102px); line-height: .96; }
.catalog-hero > p:not(.eyebrow) { max-width: 68ch; margin-bottom: 32px; color: var(--muted); }
.catalog-jump { display: flex; flex-wrap: wrap; gap: 12px; }
.catalog-section { padding-block: 64px; border-top: 1px solid var(--line-gold); background: var(--paper); }
.catalog-section-tarot { background: var(--page); }
.catalog-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: 32px; margin-bottom: 24px; }
.catalog-heading h2 { margin-bottom: 16px; }
.catalog-heading p:last-child { max-width: 60ch; margin-bottom: 0; color: var(--muted); }
.catalog-heading img { width: 100%; height: 220px; border: 1px solid var(--line-gold); object-fit: cover; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
#astroloji .catalog-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
#astroloji .catalog-card { grid-column: span 2; }
.catalog-card { display: flex; min-width: 0; flex-direction: column; padding: 28px; border: 1px solid var(--line-gold); background: var(--page); scroll-margin-top: 32px; }
.catalog-section-tarot .catalog-card { background: var(--paper); }
.catalog-number { margin-bottom: 20px; color: var(--gold-dark); font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.catalog-card h3 { margin-bottom: 16px; color: var(--navy); font-size: 30px; line-height: 1.15; }
.catalog-card > p { margin-bottom: 24px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.catalog-card .catalog-subtitle { margin-bottom: 12px; color: var(--navy); font-family: var(--ui); font-size: 14px; font-weight: 600; line-height: 1.5; }
.catalog-card .catalog-pending { margin-top: auto; margin-bottom: 0; padding-block: 16px; border-block: 1px solid var(--line); font-family: var(--ui); font-size: 14px; }
.catalog-card .button { width: 100%; margin-top: auto; text-align: center; }
.catalog-closing { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 40px; padding: 40px; border: 1px solid var(--line-gold); background: var(--paper); }
.catalog-closing h2 { margin-bottom: 12px; font-size: clamp(34px, calc(4vw - 2px), 52px); }
.catalog-closing p:last-child { max-width: 54ch; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.catalog-closing .button { flex: none; overflow-wrap: anywhere; }
.catalog-ethics { max-width: 82ch; margin: 24px 0 0; color: var(--muted); font-size: 15px; }
.catalog-ethics a { color: var(--navy); font-family: var(--ui); font-weight: 600; text-underline-offset: 4px; }

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

.journal-card {
  min-width: 0;
  align-self: start;
  border: 1px solid var(--line);
  background: transparent;
}

.journal-card summary { display: block; padding: 0 0 24px; cursor: pointer; list-style: none; }
.journal-card summary::-webkit-details-marker { display: none; }

.journal-card[open] { grid-column: 1 / -1; }
.journal-card[open] summary { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); column-gap: 40px; align-content: center; padding: 0 40px 0 0; }
.journal-card[open] .journal-image { grid-column: 1; grid-row: 1 / 4; height: 100%; min-height: 280px; margin: 0; aspect-ratio: auto; }
.journal-card[open] .journal-meta { grid-column: 2; margin: 32px 0 8px; }
.journal-card[open] .journal-title { grid-column: 2; min-height: 0; margin: 0 0 20px; }
.journal-card[open] .journal-action { grid-column: 2; margin: 0 0 32px; }
.journal-card[open] .journal-content { padding: 40px; }
.journal-card[open] .journal-content p { max-width: 76ch; }

.journal-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55;
  margin-bottom: 24px;
  background: var(--paper);
}

.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease-out; }
.journal-card:hover .journal-image img { transform: scale(1.025); }
.image-path img { object-position: 70% center; }
.image-chart img { object-position: 68% center; }
.image-mirror img { object-position: 68% center; }

.journal-meta,
.journal-title,
.journal-action { margin-inline: 24px; }

.journal-meta { display: block; margin-bottom: 10px; color: var(--gold-dark); font-size: 11px; }
.journal-title { display: block; min-height: 78px; margin-bottom: 16px; color: var(--navy); font-family: var(--serif); font-size: 30px; line-height: 1.15; }

.journal-action {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: var(--ui);
  font-size: 14px;
}

.journal-action i { color: var(--gold-dark); font-style: normal; font-size: 20px; }
.journal-action-open { display: none; }
.journal-card[open] .journal-action-closed { display: none; }
.journal-card[open] .journal-action-open { display: inline; }
.journal-card[open] .journal-action i { transform: rotate(45deg); }

.journal-content { padding: 24px; border-top: 1px solid var(--line); background: var(--paper); }
.journal-content p { margin-bottom: 16px; font-size: 16px; line-height: 1.65; }
.journal-content p:last-child { margin-bottom: 0; }
.journal-content .reflection { padding-left: 16px; border-left: 2px solid var(--gold); color: var(--navy); font-style: italic; }
.journal-content .text-link { margin-top: 10px; font-size: 14px; }

.store { padding-block: 32px; border-top: 1px solid var(--line-gold); background: var(--paper); }
.store h2 { margin-bottom: 12px; }
.store p { margin-bottom: 0; color: var(--muted); }

.faq { padding-block: 64px; border-top: 1px solid var(--line); background: var(--paper); }

.faq-grid {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: 88px;
}

.faq-heading { position: relative; padding-right: 64px; border-right: 1px solid var(--line-gold); }
.faq-heading img { width: 126px; height: 126px; margin-top: 40px; opacity: .84; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  display: grid;
  min-height: 68px;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 24px;
  padding: 16px 8px;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--ui);
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 20px; height: 20px; }
.faq-list summary span::before,
.faq-list summary span::after { position: absolute; top: 9px; left: 3px; width: 14px; height: 1px; background: var(--navy); content: ""; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .25s ease-out; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details > p { margin: 0; padding: 0 56px 24px 8px; color: var(--muted); font-size: 16px; }
.faq-list details > .text-link { margin: 0 8px 20px; }

.contact { border-block: 1px solid var(--line-gold); background: #faf5ea; }

.contact-grid {
  display: grid;
  min-height: 480px;
  grid-template-columns: .88fr .56fr 1fr;
  align-items: stretch;
}

.contact-copy,
.contact-card { display: flex; flex-direction: column; justify-content: center; padding-block: 64px; }
.contact-copy { padding-right: 48px; }
.contact-copy p:last-child { margin-bottom: 0; color: var(--muted); font-size: 20px; }

.contact-threshold { display: flex; align-items: end; justify-content: center; overflow: hidden; }

.mini-arch {
  position: relative;
  display: block;
  overflow: hidden;
  width: 82%;
  height: 86%;
  border: 1px solid var(--line-gold);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 26% 26% 0 0;
  background: var(--paper);
}

.mini-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 85% center; }

.contact-card {
  align-self: center;
  margin-block: 48px;
  padding: 40px;
  border: 1px solid var(--line-gold);
  background: rgba(252, 249, 242, .9);
}

.contact-card h3 { font-size: 42px; }
.contact-card p { margin-bottom: 24px; color: var(--muted); font-size: 17px; }
.contact-card .button { width: 100%; }
.contact-card .contact-primary { margin-top: 4px; cursor: pointer; }
#inquiry-form { display: grid; gap: 16px; }
.inquiry-field label { display: block; margin-bottom: 8px; color: var(--navy); font-family: var(--ui); font-size: 14px; font-weight: 600; line-height: 1.4; }
.inquiry-field label span { color: var(--muted); font-weight: 400; }
.inquiry-field input, .inquiry-field select, .inquiry-field textarea { display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-gold); border-radius: 3px; color: var(--ink); background: var(--page); font-family: var(--ui); font-size: 15px; line-height: 1.4; }
.inquiry-field textarea { min-height: 96px; resize: vertical; }
.inquiry-field input:focus-visible, .inquiry-field select:focus-visible, .inquiry-field textarea:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.contact-card .inquiry-privacy { margin: 0; color: var(--muted); font-family: var(--ui); font-size: 13px; line-height: 1.6; }
.contact-card .inquiry-status { min-height: 0; margin: 0; color: var(--navy); font-family: var(--ui); font-size: 13px; line-height: 1.5; }
.contact-card .inquiry-status:empty { display: none; }
.contact-card .contact-handle { margin: 20px 0 0; color: var(--muted); font-family: var(--ui); font-size: 14px; line-height: 1.5; text-align: center; }
.contact-handle a { color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 4px; }

.site-footer { background: var(--page); }

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, .65fr);
  gap: 64px;
  padding-block: 48px;
}

.footer-brand img { width: 112px; height: 112px; }
.footer-brand p { margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; color: var(--muted); font-family: var(--ui); font-size: 14px; }
.footer-column strong { margin-bottom: 10px; color: var(--navy); font-weight: 500; }
.footer-column a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; text-decoration: none; }
.footer-column a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 5px; }

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-gold);
  color: var(--muted);
  font-family: var(--ui);
  font-size: 12px;
}

.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; color: var(--navy); text-decoration: none; }

@media (max-width: 1240px) {
  :root { --page-width: calc(100% - 64px); --section: 80px; }
  .brand-type small { display: none; }
  .site-header nav { gap: 8px; font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 32px; }
  .approach { grid-template-columns: .48fr .92fr 1.3fr; gap: 32px; }
  .approach-symbol { width: 144px; height: 144px; }
  .approach-symbol img { width: 118px; height: 118px; }
  .service-content { padding: 32px; }
  .service-item-title { font-size: 25px; }
  .about-grid { gap: 48px; }
  .about-copy { padding-right: 0; }
  .contact-grid { grid-template-columns: .9fr .48fr 1fr; }
}

@media (max-width: 1180px) {
  html { scroll-padding-top: 24px; }
  .site-header { position: relative; }
  .header-inner { flex-wrap: wrap; gap: 8px 16px; padding-block: 8px 16px; }
  .site-header nav { width: 100%; flex-wrap: wrap; justify-content: center; gap: 8px; }
  .nav-cta { margin-left: 0; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 24px; }
  .site-header { position: relative; }
  .header-inner { min-height: 84px; flex-wrap: wrap; gap: 8px 16px; padding-block: 8px 16px; }
  .brand { min-height: 64px; gap: 12px; }
  .brand > img { width: 62px; height: 62px; flex-basis: 62px; }
  .brand-type strong { font-size: 18px; }
  .site-header nav { width: 100%; flex-wrap: wrap; justify-content: center; gap: 8px; }
  .nav-cta { margin-left: 0; }
  .hero-grid { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { width: 100%; min-height: 0; padding: 80px 0 64px; }
  .hero-copy::before, .hero-copy::after { display: none; }
  .hero-art { position: relative; inset: auto; width: 100%; aspect-ratio: 3 / 2; }
  .hero-art > img { object-position: right center; }
  .hero-aside { bottom: 24px; left: 24px; width: min(70%, 570px); }
  .approach { grid-template-columns: .55fr 1.1fr; }
  .approach-symbol { justify-self: center; }
  .approach-heading { padding-right: 0; border: 0; }
  .approach-copy { grid-column: 1 / -1; padding-top: 40px; border-top: 1px solid var(--line-gold); }
  .service-grid { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #astroloji .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #astroloji .catalog-card { grid-column: auto; }
  .catalog-heading { grid-template-columns: 1fr; gap: 24px; }
  .catalog-heading img { height: 260px; }
  .catalog-closing { align-items: flex-start; flex-direction: column; }
  .needs-guide { grid-template-columns: 1fr; }
  .need-card { min-height: 0; }
  .service-art, .service-card-tarot .service-art { aspect-ratio: 2.2; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .journal-card:last-child { grid-column: 1 / -1; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { padding: 28px 0; border-top: 1px solid var(--line-gold); border-left: 0; }
  .process-list li + li::before { left: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-art { width: min(82%, 760px); }
  .journal-title { min-height: 96px; font-size: 27px; }
  .faq-grid { grid-template-columns: .6fr 1.4fr; gap: 48px; }
  .faq-heading { padding-right: 32px; }
  .contact-grid { grid-template-columns: 1fr .72fr; }
  .contact-copy { padding-right: 40px; }
  .contact-card { grid-column: 1 / -1; margin: 0 0 72px; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 720px) {
  :root { --page-width: calc(100% - 40px); --section: 60px; }
  body { font-size: 17px; }
  .brand-type strong { font-size: 15px; letter-spacing: .12em; }
  .site-header nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-header nav > a:not(.button) { width: 100%; padding-inline: 8px; text-align: center; }
  .nav-cta { grid-column: 1 / -1; width: 100%; }
  h1 { font-size: clamp(52px, calc(16vw - 2px), 74px); }
  h2 { font-size: clamp(41px, calc(12vw - 2px), 56px); }
  .hero-copy { padding: 64px 0 48px; }
  .hero-description { font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-scope { max-width: 42ch; }
  .hero-art { aspect-ratio: 4 / 5; }
  .hero-art > img { object-position: right center; }
  .hero-aside { right: 16px; bottom: 16px; left: 16px; width: auto; padding: 12px 16px; font-size: 16px; }
  .approach { grid-template-columns: 1fr; gap: 32px; }
  .approach-symbol { width: 132px; height: 132px; justify-self: start; }
  .approach-symbol img { width: 108px; height: 108px; }
  .approach-copy { grid-column: auto; padding-top: 32px; }
  .heading-row { display: block; }
  .heading-row > p { margin-top: 24px; }
  .blog-teaser-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .blog-journal h1 { font-size: clamp(46px, calc(12vw - 2px), 62px); }
  .section-heading { margin-bottom: 40px; }
  .service-grid, .journal-grid { grid-template-columns: 1fr; gap: 24px; }
  .catalog-hero { padding-block: 52px; }
  .catalog-hero h1 { font-size: clamp(54px, calc(14vw - 2px), 70px); }
  .catalog-section { padding-block: 56px; }
  .catalog-grid { grid-template-columns: 1fr; }
  #astroloji .catalog-grid { grid-template-columns: 1fr; }
  .catalog-heading img { height: 200px; }
  .catalog-card { padding: 24px; }
  .catalog-closing { padding: 28px 24px; }
  .catalog-closing .button { width: 100%; }
  .needs-guide { gap: 12px; }
  .need-card { padding: 24px; }
  .journal-card:last-child { grid-column: auto; }
  .service-art, .service-card-tarot .service-art { aspect-ratio: 1.2; }
  .service-content { padding: 32px 24px; }
  .service-content > h3 { font-size: 56px; }
  .service-list li { min-height: auto; grid-template-columns: 40px 1fr; gap: 12px; padding: 20px 0; }
  .service-item-title { font-size: 24px; }
  .service-footer { padding: 32px 24px; }
  .consultation-notes { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; padding-top: 24px; }
  .process-list li { grid-template-columns: 68px 1fr; gap: 16px; }
  .step-number { font-size: 48px; }
  .about-art { width: calc(100% - 16px); }
  .about-art::after { right: -16px; bottom: -16px; }
  .about-copy { padding-top: 20px; }
  .education { margin-top: 64px; padding-top: 48px; }
  .education-heading { display: block; }
  .education-heading h3 { margin-bottom: 20px; }
  .education-group summary { grid-template-columns: 1fr 36px; gap: 12px; padding-block: 12px; }
  .education-expand { grid-column: 2; grid-row: 1; }
  .education-list { grid-template-columns: 1fr; gap: 0; }
  .education-list li { display: block; }
  .education-list li > small { display: block; margin-top: 4px; text-align: left; }
  .journal-title { min-height: auto; }
  .journal-card[open] summary { display: block; padding: 0 0 24px; }
  .journal-card[open] .journal-image { height: auto; min-height: 0; margin-bottom: 24px; aspect-ratio: 1.55; }
  .journal-card[open] .journal-meta { margin: 0 24px 10px; }
  .journal-card[open] .journal-title { margin: 0 24px 16px; }
  .journal-card[open] .journal-action { margin: 0 24px; }
  .journal-card[open] .journal-content { padding: 24px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-heading { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--line-gold); }
  .faq-heading img { width: 96px; height: 96px; margin-top: 24px; }
  .faq-list summary { font-size: 15px; }
  .contact-grid { grid-template-columns: 1fr; }
  .faq { padding-block: 48px; }
  .contact-copy { padding: 64px 0 48px; }
  .contact-threshold { min-height: 330px; }
  .mini-arch { width: 70%; height: 330px; }
  .contact-card { margin: 0 0 48px; padding: 32px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 540px) {
  .site-header nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-header nav > a:not(.button) { font-size: 12px; line-height: 1.25; }
}

@media (max-width: 430px) {
  :root { --page-width: calc(100% - 32px); }
  .header-inner { min-height: 76px; }
  .brand > img { width: 56px; height: 56px; flex-basis: 56px; }
  .brand-type strong { font-size: 13px; }
  .hero-copy { padding-top: 52px; }
  .eyebrow { font-size: 12px; letter-spacing: .16em; }
  .hero-actions .button { width: 100%; }
  .service-jump { grid-template-columns: 1fr; gap: 10px; }
  .service-jump a { min-height: 78px; }
  .contact-threshold { min-height: 280px; }
  .mini-arch { width: 82%; height: 280px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .service-card:hover { transform: none; }
}

/* Direct Instagram link: one fixed, keyboard-accessible control on every page. */
.service-side .consultation-notes-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin: 0; padding: 32px; border: 1px solid var(--line-gold); border-radius: 0; background: rgba(252, 249, 242, .72); }
.consultation-notes-card .notes-heading h3 { font-size: 28px; line-height: 1.15; }
.consultation-notes-card .notes-heading .eyebrow { margin-bottom: 12px; }
.consultation-notes-card .notes-copy p { font-size: 16px; line-height: 1.65; margin-bottom: 16px; }
.consultation-notes-card .notes-copy p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
  .service-side .consultation-notes-card { padding: 32px 24px; }
}
.site-header nav > a[aria-current], .site-header nav > a[aria-current]:hover { background: var(--navy); color: var(--page); border-color: var(--navy); }
.service-details-body > p:last-child { margin-bottom: 0; }
.instagram-glyph { flex: 0 0 auto; }
.footer-social { min-width: 0; }
.footer-social .footer-social-link { display: inline-flex; align-items: center; gap: 8px; }
.social-glyph { display: block; width: 24px; height: 24px; flex-shrink: 0; }
.social-cutout { fill: var(--page); }
.floating-instagram { position: fixed; z-index: 110; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--navy); color: var(--page); text-decoration: none; box-shadow: 0 4px 16px rgba(7, 13, 27, .18); transition: background .25s ease-out, transform .25s ease-out; }
.floating-instagram .instagram-glyph { width: 28px; height: 28px; }
.floating-instagram:hover { background: var(--night); transform: translateY(-2px); }
.floating-instagram:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; box-shadow: 0 0 0 4px var(--page); }
.site-footer { padding-bottom: 72px; }
html { scroll-padding-bottom: 96px; }
.education-page { display: grid; align-content: center; justify-items: start; min-height: 48vh; padding-block: 64px; }
.education-page h1 { margin-bottom: 32px; font-size: clamp(48px, 7vw, 80px); line-height: 1.1; }
.education-page .button { min-height: 48px; }
@media (max-width: 600px) {
  .floating-instagram { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); }
  .education-page { min-height: 320px; padding-block: 48px; }
}
@media (prefers-reduced-motion: reduce) { .floating-instagram, .floating-instagram:hover { transition: none; transform: none; } }
@media print { .floating-instagram { display: none; } .site-footer { padding-bottom: 0; } }

/* A readable, separate disclosure page. Uses the approved ivory design. */
.privacy-page { max-width: 800px; color: var(--navy); }
.privacy-page h1 { font-size: clamp(32px, 5vw, 52px); line-height: 1.15; overflow-wrap: anywhere; }
.privacy-intro { margin-top: 16px; }
.privacy-date { font-family: var(--ui); font-size: 14px; color: var(--muted); margin-top: 16px; }
.privacy-page section { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line-gold); }
.privacy-page h2 { font-size: clamp(24px, 3vw, 30px); margin-bottom: 16px; line-height: 1.3; }
.privacy-page p, .privacy-page li { font-size: 17px; line-height: 1.7; overflow-wrap: anywhere; }
.privacy-page section p + p { margin-top: 16px; }
.privacy-page ul { padding-left: 24px; margin-block: 16px; }
.privacy-page li + li { margin-top: 16px; }
.privacy-page a:not(.button), .inquiry-privacy .privacy-link { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.privacy-draft { margin-block: 24px; padding: 24px; background: #EEF1EB; border: 1px solid #D2DBD0; }
.privacy-draft strong { display: block; font-family: var(--ui); font-size: 16px; line-height: 1.5; }
.privacy-draft p { margin-top: 8px; font-size: 16px; }
.privacy-review { margin-block: 32px; border: 1px solid var(--line-gold); }
.privacy-review summary { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px; cursor: pointer; font-family: var(--ui); font-size: 16px; }
.privacy-review > div { padding: 16px; border-top: 1px solid var(--line-gold); }
.privacy-review p + p { margin-top: 16px; }
.privacy-sources { display: grid; gap: 8px; margin-top: 16px; font-family: var(--ui); font-size: 14px; }
.inquiry-privacy .privacy-link { gap: 8px; margin-top: 8px; font-size: 14px; color: var(--navy); font-weight: 600; }
.inquiry-privacy .privacy-link span { flex-shrink: 0; }
@media (max-width: 430px) { .privacy-draft { padding: 16px; } }

/* Consultation content from the client guide. */
.service-details { margin-top: 16px; border: 1px solid var(--line-gold); border-radius: 3px; background: var(--page); }
.service-details > summary, .booking-terms > summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; color: var(--navy); cursor: pointer; font-family: var(--ui); font-size: 14px; font-weight: 600; line-height: 1.4; list-style: none; }
.service-details > summary::-webkit-details-marker, .booking-terms > summary::-webkit-details-marker { display: none; }
.details-sign { flex: 0 0 auto; color: var(--gold-dark); font-size: 22px; font-weight: 400; }
details[open] > summary .details-sign { transform: rotate(45deg); }
.service-details-body { padding: 16px; border-top: 1px solid var(--line); }
.service-details-body > p { margin-bottom: 20px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-details-body > p strong { color: var(--navy); }
.consultation-facts { margin: 0; padding: 0; border-top: 1px solid var(--line-gold); font-family: var(--ui); }
.consultation-facts > div { display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: baseline; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.consultation-facts dt { color: var(--muted); font-size: 13px; }
.consultation-facts dd { min-width: 0; margin: 0; color: var(--navy); font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.consultation-facts .fact-price dd { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.catalog-card .consultation-facts { margin-top: auto; margin-bottom: 24px; }
.catalog-card .button { margin-top: auto; }
.booking-notes { padding-bottom: 48px; }
.booking-terms { border: 1px solid var(--line-gold); background: var(--page); }
.booking-terms > summary { min-height: 56px; padding: 16px 24px; font-size: 16px; }
.booking-terms-body { padding: 24px; border-top: 1px solid var(--line); }
.booking-terms-body p { max-width: 85ch; margin-bottom: 16px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.booking-terms-body p:last-child { margin-bottom: 0; }
.booking-terms-body strong { color: var(--navy); }
.inquiry-field input, .inquiry-field select, .inquiry-field textarea { min-width: 0; font-size: 16px; }
.contact-handle a, .catalog-ethics a { display: inline-flex; min-height: 44px; max-width: 100%; align-items: center; overflow-wrap: anywhere; }
.footer-column { gap: 8px; }
@media (max-width: 430px) {
  .site-header nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-header nav > a:not(.button) { font-size: 14px; line-height: 1.35; }
  .booking-terms > summary { padding-inline: 16px; }
  .booking-terms-body { padding: 16px; }
}

/* =========================================================================
   3. TESLİM SÜRÜMÜ SERTLEŞTİRMELERİ
   Onaylanmış tek dosyalık HTML teslimindeki portable.css'ten gelen mobil,
   dokunma ve yazdırma düzeltmeleri. Tek sayfa yönlendirmesine ait kurallar
   WordPress'te gerekmediği için alınmamıştır.
   ========================================================================= */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
main:focus { outline: none; }
.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea { min-width: 0; font-size: 16px; } /* iOS'ta odaklanınca yakınlaştırmayı önler */
.contact-grid > *, .footer-main > * { min-width: 0; }
.footer-column { gap: 8px; }
.contact-handle a,
.catalog-ethics a { display: inline-flex; min-height: 44px; max-width: 100%; align-items: center; overflow-wrap: anywhere; }
.inquiry-copy-actions { display: flex; }
.inquiry-copy { width: 100%; }
.contact-card .inquiry-status { font-size: 14px; }
.inquiry-manual-copy { width: 100%; min-height: 180px; margin-top: 12px; padding: 12px; border: 1px solid var(--line-gold); color: var(--ink); background: var(--page); font: 16px/1.5 var(--ui); }
.inquiry-manual-copy:focus { outline: 3px solid var(--navy); outline-offset: 3px; }
html:not(.js) .inquiry-copy-actions { display: none; }

@media (hover: none) {
  .button:hover, .service-card:hover { transform: none; }
}

@media print {
  .site-header { position: static; }
  body::before, .skip-link { display: none; }
  a { overflow-wrap: anywhere; }
  .service-card, .catalog-card, .education-group { break-inside: avoid; }
}

/* =========================================================================
   4. WORDPRESS UYARLAMASI
   Yönetim çubuğu, çekirdek sınıflar, yazı sayfası, sayfalama, arama ve 404.
   Renkler ve tipografi yukarıdaki token'lardan gelir; yeni renk tanımlanmaz.
   ========================================================================= */

/* Yönetim çubuğu açıkken sabit başlık onun altında kalmasın. */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { position: relative; top: 0; } }

/* Ekran okuyucu metni — WordPress çekirdeğinin beklediği sınıf. */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 120;
  top: 8px; left: 8px;
  width: auto; height: auto;
  clip: auto;
  padding: 12px 20px;
  color: var(--page);
  background: var(--navy);
  font-family: var(--ui);
  font-size: 14px;
}

/* Editörden gelen hizalama ve görsel altyazıları. */
.alignleft { float: left; margin: 8px 24px 16px 0; }
.alignright { float: right; margin: 8px 0 16px 24px; }
.aligncenter { display: block; margin-inline: auto; }
.alignwide, .alignfull { margin-block: 32px; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-element-caption, figcaption {
  margin-top: 8px;
  font-family: var(--ui);
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.wp-block-image img { height: auto; }

/* Tek yazı sayfası — Eşik Notları. */
.note-single { max-width: 760px; color: var(--navy); }
.note-single .note-head { padding-bottom: 24px; border-bottom: 1px solid var(--line-gold); }
.note-single h1 { font-size: clamp(32px, 5vw, 52px); line-height: 1.15; overflow-wrap: anywhere; }
.note-meta { margin-top: 16px; font-family: var(--ui); font-size: 14px; color: var(--muted); }
.note-meta > * + *::before { content: " · "; }
.note-figure { margin: 32px 0 0; }
.note-figure img { width: 100%; height: auto; }
.note-body { margin-top: 32px; }
.note-body p, .note-body li { font-size: 17px; line-height: 1.7; overflow-wrap: anywhere; }
.note-body p + p, .note-body > * + * { margin-top: 16px; }
.note-body h2 { margin-top: 32px; font-size: clamp(24px, 3vw, 30px); line-height: 1.3; }
.note-body h3 { margin-top: 24px; font-size: 22px; line-height: 1.35; }
.note-body ul, .note-body ol { padding-left: 24px; }
.note-body li + li { margin-top: 8px; }
.note-body a:not(.button) { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.note-body blockquote {
  margin: 24px 0;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: var(--navy);
  font-style: italic;
}
.note-body .reflection {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: var(--navy);
  font-style: italic;
}
.note-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-gold);
}
.note-terms { font-family: var(--ui); font-size: 14px; color: var(--muted); }

/* Sayfalama ve yazı arası gezinme. */
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
  font-family: var(--ui);
  font-size: 15px;
}
.nav-links .page-numbers {
  display: inline-flex;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  border: 1px solid var(--line-gold);
  text-decoration: none;
}
.nav-links .page-numbers:hover { background: var(--paper-deep); }
.nav-links .page-numbers.current { color: var(--page); background: var(--navy); border-color: var(--navy); }

/* Arama ve 404. */
.search-page, .error-page { max-width: 760px; }
.search-form { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.search-form label { flex: 1 1 240px; }
.search-form input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line-gold);
  color: var(--ink);
  background: var(--page);
  font: 16px/1.5 var(--ui);
}
.search-form input[type="search"]:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.search-results-list { margin-top: 32px; display: grid; gap: 24px; }
.search-result { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.search-result h2 { font-size: 24px; line-height: 1.3; }
.search-result p { margin-top: 8px; font-size: 16px; }

/* Yazı listesinde öne çıkan görsel yoksa kart yüksekliği bozulmasın. */
.journal-image.is-empty {
  display: grid;
  place-items: center;
  background: var(--paper-deep);
  color: var(--muted);
}

/* Yazıdan yazıya geçiş bağlantıları. */
.post-navigation .nav-links { justify-content: space-between; }
.post-navigation .nav-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--line-gold);
  font-family: var(--ui);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}
.post-navigation .nav-links a:hover { background: var(--paper-deep); }

/* Yorumlar — varsayılan olarak kapalıdır, açılırsa sade görünür. */
.comment-list { margin-top: 24px; padding-left: 0; list-style: none; }
.comment-list ol { padding-left: 24px; list-style: none; }
.comment-list li { margin-top: 24px; }
.comment-list .comment-body { padding: 16px; border: 1px solid var(--line); background: var(--paper); }
.comment-list .comment-meta { font-family: var(--ui); font-size: 14px; color: var(--muted); }
.comment-form { display: grid; gap: 16px; margin-top: 32px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line-gold);
  color: var(--ink);
  background: var(--page);
  font: 16px/1.5 var(--ui);
}
.comment-form textarea { min-height: 140px; }

/* =========================================================================
   5. DÜZELTMELER — 1.0.1
   ========================================================================= */

/* Menüde bulunduğunuz sayfanın işareti.

   Tasarımın CSS'inde bu vurgu iki kez tanımlanmıştır:
     · 272. satır  → altın kenarlık + bir ton koyu kâğıt zemin (sakin hâli)
     · 1134. satır → lacivert dolgu + fildişi metin (sonradan eklenmiş)
   İkincisi sonra geldiği için birinciyi eziyor ve menüdeki tek bir öğe dolu
   lacivert bir blok olarak görünüyordu. Masaüstünde öğeler dar olduğu için
   göze batmıyor; mobilde öğeler tam genişliğe yayılınca baskın hâle geliyordu.

   Aşağıdaki kural tasarımın kendi sakin hâline döner. "Şu an buradasınız"
   bilgisi korunur: görsel olarak altın kenarlık, ekran okuyucular için
   aria-current="page" niteliği. */
.site-header nav > a[aria-current]:not(.button),
.site-header nav > a[aria-current]:not(.button):hover {
  border-color: var(--gold);
  background: var(--paper-deep);
  color: var(--ink);
}

/* =========================================================================
   6. MOBİL SANDVİÇ MENÜ — 1.0.2
   ========================================================================= */

/* 720 px altında menü tek bir düğmenin arkasına toplanır. Bu genişlikte menü
   ızgaraya dönüşüp iki-üç satıra yayılıyor ve başlık ekranın üçte birini
   kaplıyordu.

   JavaScript kapalıyken düğme gizlenir ve menü olduğu gibi açık kalır; site
   her durumda gezilebilir olmalıdır. Bu yüzden gizleme kuralları html.js
   ile sınırlandırılmıştır. */

.menu-toggle { display: none; }
html:not(.js) .menu-toggle { display: none; }

@media (max-width: 720px) {
  html.js .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 44px;
    min-height: 48px;
    padding: 10px 16px;
    border: 1px solid var(--line-gold);
    border-radius: 3px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--ui);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }

  /* Açıkken, menüdeki "buradasınız" işaretiyle aynı dil: altın kenarlık. */
  html.js .menu-toggle[aria-expanded="true"] {
    border-color: var(--gold);
    background: var(--paper-deep);
  }

  html.js .site-header nav { display: none; }

  /* Açıldığında ızgara düzeni geri gelir; sütun sayısı alttaki kırılma
     noktalarından (3 ve 2 sütun) gelmeye devam eder. */
  html.js .site-header.menu-acik nav {
    display: grid;
    margin-top: 8px;
    animation: peraslunara-menu-ac .24s ease-out;
  }
}

.menu-toggle-icon {
  display: grid;
  gap: 4px;
  width: 20px;
  flex: 0 0 20px;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform .24s ease-out, opacity .24s ease-out;
}

/* Açıkken çubuklar çarpıya döner. */
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@keyframes peraslunara-menu-ac {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle-icon span { transition: none; }
  html.js .site-header.menu-acik nav { animation: none; }
}
