
  /* ─── INNER PAGE ─── */
  .page-band { background: var(--cream); color: var(--ink); padding: 38px 0 42px; position: relative; overflow: hidden; }
  .page-band::before { content: ""; position: absolute; inset: 0; background: url("/assets/hakkimda.jpg") center 30%/cover no-repeat; opacity: 0.12; pointer-events: none; }
  .page-band .pb-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; position: relative; }
  .page-band .pb-eyebrow { font-family: var(--eyebrow-font, var(--mono)); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
  .page-band h1, .page-band .pb-title { font-family: var(--serif); font-size: 50px; font-weight: var(--heading-weight, 400); line-height: 1.03; letter-spacing: -0.015em; }
  .page-band h1 em, .page-band .pb-title em { display: block; font-style: italic; color: var(--heading-accent); }
  .page-band .pb-intro { font-family: var(--serif); font-style: italic; font-size: 21px; line-height: 1.55; color: var(--ink-soft); max-width: 46ch; padding-bottom: 10px; text-align: right; justify-self: end; }
  .page-band .crumbs { display: flex; gap: 10px; font-size: 15px; color: var(--muted); margin-top: 26px; }
  .page-band .crumbs a { color: var(--muted); }
  .page-band .crumbs a:hover { color: var(--heading-accent); }

  .page-body { padding: 84px 0 92px; }
  .page-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
  .page-aside { position: static; display: flex; flex-direction: column; gap: 20px; }

  .doc-card { background: var(--forest-deep); color: var(--cream); overflow: hidden; }
  .doc-card img { width: 100%; height: 260px; object-fit: cover; object-position: center 22%; display: block; }
  .doc-card .dc-body { padding: 20px 22px 24px; }
  .doc-card .dc-name { font-family: var(--serif); font-size: 23px; line-height: 1.15; }
  .doc-card .dc-role { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(243,237,226,0.55); margin-top: 8px; }

  .aside-box { background: var(--cream-2); padding: 26px 24px 28px; }
  .aside-posts { display: flex; flex-direction: column; }
  .aside-posts a { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); align-items: start; }
  .aside-posts a:last-child { border-bottom: 0; }
  .aside-posts img { width: 64px; height: 46px; object-fit: cover; display: block; }
  .aside-posts .t { font-size: 14px; line-height: 1.4; color: var(--ink); }
  .aside-posts a:hover .t { color: var(--heading-accent); }

  .aside-box h4 { font-family: var(--serif); font-size: 24px; font-weight: 500; margin-bottom: 18px; }
  .aside-nav { display: flex; flex-direction: column; }
  .aside-nav a { padding: 12px 0; font-size: 17px; color: var(--ink-soft); border-bottom: 1px solid var(--line); transition: color .2s, padding-left .2s; }
  .aside-nav a:last-child { border-bottom: 0; }
  .aside-nav a:hover, .aside-nav a.on { color: var(--heading-accent); padding-left: 6px; }
  .aside-box p { font-size: 16px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 18px; }
  .aside-box .cta { width: 100%; justify-content: center; }
  .aside-tel { display: flex; align-items: center; gap: 9px; margin-top: 14px; font-size: 16px; font-weight: 500; color: var(--ink); justify-content: center; }
  .aside-tel svg { color: var(--heading-accent); }

  .page-main > * + * { margin-top: 46px; }
  .page-main h2 { font-family: var(--serif); font-size: 38px; font-weight: var(--heading-weight, 400); line-height: 1.12; letter-spacing: -0.01em; }
  .page-main h2 em { font-style: italic; color: var(--heading-accent); }
  .page-main p { font-size: 18px; line-height: 1.75; color: var(--ink-soft); }
  .page-main p + p { margin-top: 18px; }
  .lede { font-size: 21px !important; line-height: 1.6 !important; color: var(--ink) !important; }
  .page-photo img { width: 100%; height: auto; display: block; aspect-ratio: 16/9; object-fit: cover; }
  .photo-duo .page-photo img { aspect-ratio: 4/3; }
  .page-photo .cap { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
  .photo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

  .cv-list { border-top: 1px solid var(--line); }
  .cv-row { display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .cv-row .yr { font-family: var(--eyebrow-font, var(--mono)); font-size: 13px; letter-spacing: 0.06em; color: var(--heading-accent); padding-top: 3px; }
  .cv-row .txt { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); }
  .cv-row .txt b { color: var(--ink); font-weight: 600; }

  .pdf-list { display: grid; gap: 12px; }
  .pub-group { margin-top: 40px; }
  .pub-list.sq { counter-reset: none; }
  .pub-list.sq li { counter-increment: none; padding-left: 26px; }
  .pub-list.sq li::before { content: ""; left: 4px; top: 10px; width: 6px; height: 6px; background: var(--heading-accent); }

  .pub-list li b { display: block; color: var(--ink); font-weight: 600; }
  .pub-list li .sub { display: block; margin-top: 4px; font-size: 14.5px; color: var(--muted); }

  .mem-list { list-style: none; display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); }
  .mem-list li { position: relative; padding: 15px 0 15px 26px; font-size: 16.5px; line-height: 1.5; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
  .mem-list li::before { content: ""; position: absolute; left: 4px; top: 23px; width: 6px; height: 6px; background: var(--heading-accent); }

  .pub-group:first-child { margin-top: 0; }
  .pub-title { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.3; margin-bottom: 18px; color: var(--ink); }
  .pub-list { list-style: none; counter-reset: pub; display: grid; gap: 14px; margin: 0; padding: 0; }
  .pub-list li { counter-increment: pub; position: relative; padding-left: 44px; font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding-bottom: 14px; }
  .pub-list li:last-child { border-bottom: 0; }
  .pub-list li::before { content: counter(pub); position: absolute; left: 0; top: 2px; font-family: var(--eyebrow-font, var(--mono)); font-size: 11px; letter-spacing: 0.08em; color: var(--heading-accent); }

  .pdf-item { display: grid; grid-template-columns: 40px 1fr auto; gap: 18px; align-items: center; background: var(--paper); border: 1px solid var(--line); padding: 18px 20px; transition: border-color .2s, transform .2s; }
  .pdf-item:hover { border-color: var(--heading-accent); transform: translateX(3px); }
  .pdf-item .ico { width: 40px; height: 40px; display: grid; place-items: center; background: var(--cream-2); color: var(--heading-accent); font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; }
  .pdf-item .ttl { display: block; font-size: 16px; line-height: 1.45; color: var(--ink); font-weight: 500; }
  .pdf-item .src { display: block; font-size: 13px; color: var(--muted); margin-top: 5px; }
  .pdf-item .dl { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--heading-accent); white-space: nowrap; }

  @media (max-width: 960px) {
    .page-band .pb-inner { grid-template-columns: 1fr; gap: 26px; align-items: start; }
    .page-band h1, .page-band .pb-title { font-size: 44px; }
    .page-grid { grid-template-columns: 1fr; gap: 40px; }
    .page-aside { position: static; }
    .doc-card img { height: 300px; }
  }
  @media (max-width: 760px) {
    .page-band { padding: 46px 0 52px; }
    .page-band h1, .page-band .pb-title { font-size: 36px; }
    .page-body { padding: 56px 0 64px; }
    .page-main h2 { font-size: 29px; }
    .page-main p { font-size: 16.5px; }
    .lede { font-size: 18.5px !important; }
    .photo-duo { grid-template-columns: 1fr; }
    .cv-row { grid-template-columns: 72px 1fr; gap: 16px; }
    .pdf-item { grid-template-columns: 34px 1fr; gap: 14px; padding: 15px 16px; }
    .pdf-item .dl { grid-column: 2; }
  }

  /* ─── APPOINTMENT CALLOUT ─── */
  .apt { background: var(--forest-deep); color: var(--cream); padding: 62px 0; position: relative; overflow: hidden; }
  .apt::after { content: ""; position: absolute; right: -140px; top: -80px; width: 460px; height: 460px; border-radius: 50%; background: rgba(243,237,226,0.035); }
  .apt-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: center; position: relative; }
  .apt h2 { font-family: var(--serif); font-size: 40px; font-weight: var(--heading-weight, 400); line-height: 1.1; letter-spacing: -0.01em; }
  .apt h2 em { font-style: italic; color: var(--heading-accent); }
  .apt p { margin-top: 16px; font-size: 17px; line-height: 1.7; color: rgba(243,237,226,0.72); max-width: 52ch; }
  .apt-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
  .apt-actions .cta { background: var(--cream); color: var(--forest-deep); }
  .apt-actions .cta:hover { background: #fff; }
  .apt-wa { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 2px; border: 1px solid rgba(243,237,226,0.3); color: var(--cream); font-size: 15px; font-weight: 600; transition: border-color .2s, background .2s; }
  .apt-wa:hover { border-color: #25D366; background: rgba(37,211,102,0.1); }
  .apt-wa svg { color: #25D366; }
  .apt-card { border: 1px solid rgba(243,237,226,0.18); padding: 30px 32px; display: flex; align-items: center; gap: 22px; }
  .apt-card .ring { width: 58px; height: 58px; flex: none; border-radius: 50%; background: var(--heading-accent); display: grid; place-items: center; color: var(--forest-deep); }
  .apt-card .cap { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(243,237,226,0.55); }
  .apt-card .num { font-family: var(--serif); font-size: 30px; line-height: 1.1; margin-top: 8px; white-space: nowrap; }
  @media (max-width: 960px) { .apt-inner { grid-template-columns: 1fr; gap: 34px; } .apt h2 { font-size: 32px; } }
  @media (max-width: 760px) { .apt { padding: 48px 0; } .apt h2 { font-size: 27px; } .apt-card { padding: 22px 20px; gap: 16px; } .apt-card .num { font-size: 24px; } }

  /* ─── COMPACT BLOG (inner pages) ─── */
  .media.compact { padding: 62px 0 68px; }
  .media.compact .section-head { margin-bottom: 34px; }
  .media.compact .section-title { font-size: 32px; }
  .media.compact .media-inner { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .media.compact .media-col > h3, .media.compact .media-col > .meta { display: none; }
  .media.compact .media-col:first-child { display: contents; }
  .media.compact .featured-blog { display: none; }
  .media.compact .media-col:last-child { display: contents; }
  .media.compact .blog-card { grid-template-columns: 1fr; gap: 14px; padding: 0 0 20px; }
  .media.compact .blog-thumb { width: 100%; aspect-ratio: 16/10; }
  .media.compact .blog-card .ttl { font-size: 17px; }
  @media (max-width: 760px) { .media.compact .media-inner { grid-template-columns: 1fr; } .media.compact .section-title { font-size: 26px; } }

  .portrait-figure { float: left; width: 320px; margin: 6px 34px 22px 0; }
  .portrait-figure img { width: 100%; height: auto; display: block; }
  .portrait-figure .cap { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
  .page-main .cv-list, .page-main .photo-duo, .page-main .pdf-list { clear: both; }
  @media (max-width: 760px) { .portrait-figure { float: none; width: 100%; margin: 0 0 22px; } }

  .aside-box.dark { background: var(--forest-deep); color: var(--cream); }
  .aside-box.dark h4 { background: linear-gradient(100deg, #8E7A4F 0%, #C7B183 38%, #E4D2A6 55%, #A8946A 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; width: fit-content; }
  .aside-box.dark p { color: rgba(243,237,226,0.72); }
  .aside-box.dark .cta { background: var(--cream); color: var(--forest-deep); }
  .aside-box.dark .cta:hover { background: #fff; }
  .aside-box.dark .aside-tel { color: var(--cream); }

  .nav a.navlink.current { color: #F3D08A; }
  .nav a.navlink.current::after { right: 0; }
