
  /* ─── 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/band-iletisim.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: sticky; top: 148px; 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-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; }
  .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; }

  /* ─── BLOG LIST ─── */
  .blog-list { padding: 74px 0 88px; }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .bl-card { display: flex; flex-direction: column; background: var(--paper); transition: transform .25s, box-shadow .25s; }
  .bl-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(27,26,22,0.18); }
  .bl-card .th { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--cream-2); }
  .bl-card .th img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  .bl-card:hover .th img { transform: scale(1.05); }
  .bl-body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
  .bl-card .tag { font-family: var(--eyebrow-font, var(--mono)); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--heading-accent); }
  .bl-card .ttl { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; margin-top: 10px; letter-spacing: -0.005em; color: var(--ink); }
  .bl-card .ex { font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); margin-top: 12px; }
  .bl-card .foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .bl-card .date { font-size: 13px; color: var(--muted); }
  .bl-card .more { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--heading-accent); }
  .bl-card:hover .more svg { transform: translateX(4px); }
  .bl-card .more svg { transition: transform .2s; }

  /* ─── ARTICLE ─── */
  .post-body { padding: 74px 0 88px; }
  .post-grid { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
  .post-main .post-meta { display: flex; gap: 16px; align-items: center; font-size: 13.5px; color: var(--muted); margin-bottom: 28px; }
  .post-main .post-meta .tag { font-family: var(--eyebrow-font, var(--mono)); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--heading-accent); }
  .post-hero img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; display: block; }
  .post-main .lede2 { font-family: var(--serif); font-size: 23px; line-height: 1.55; color: var(--ink); margin: 34px 0 30px; }
  .post-main h2 { font-family: var(--serif); font-size: 30px; font-weight: var(--heading-weight, 400); line-height: 1.15; letter-spacing: -0.01em; margin: 44px 0 16px; }
  .post-main h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.25; margin: 30px 0 12px; }
  .post-main p { font-size: 18px; line-height: 1.75; color: var(--ink-soft); }
  .post-main p + p { margin-top: 16px; }
  .post-main a { color: #B08D45; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
  .post-main a:hover { color: #8E6F32; }
  .post-main ul { list-style: none; margin: 16px 0 0; display: grid; gap: 10px; }
  .post-main li { position: relative; padding-left: 22px; font-size: 17px; line-height: 1.6; color: var(--ink-soft); }
  .post-main li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 6px; height: 6px; background: var(--heading-accent); }
  .post-figure { margin: 38px 0; }
  .post-figure img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; display: block; }
  .post-figure figcaption { font-family: var(--eyebrow-font, var(--mono)); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
  .callout { position: relative; background: var(--cream); color: var(--ink); padding: 52px 56px 54px; margin: 44px 0 0; border: 4px solid transparent; background-image: linear-gradient(var(--cream), var(--cream)), linear-gradient(100deg, #8E7A4F 0%, #C7B183 38%, #E4D2A6 55%, #A8946A 100%); background-origin: padding-box, border-box; background-clip: padding-box, border-box; }
  .callout::before { content: ""; position: absolute; inset: 9px; border: 1px solid #C7B183; pointer-events: none; }
  .callout .cap { font-family: var(--eyebrow-font, var(--mono)); font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; color: #8E7A4F; }
  .callout h4 { font-family: var(--serif); font-size: 27px; font-weight: 500; margin: 10px 0 16px; color: var(--ink); }
  .callout p { font-size: 18px; line-height: 1.75; color: var(--ink-soft); }
  .callout p + p { margin-top: 16px; }
  .callout .q { font-family: var(--serif); font-style: italic; font-size: 21px; line-height: 1.5; color: #5A3A16; margin-top: 20px; }
  .warn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
  .warn-box { border: 1px solid var(--line); padding: 22px 24px 24px; background: var(--paper); }
  .warn-box h4 { font-family: var(--serif); font-size: 20px; font-weight: 600; margin-bottom: 12px; }
  .warn-box.alert { border-color: var(--heading-accent); }
  .warn-box ul { margin-top: 0; }
  .warn-box li { font-size: 15.5px; }
  .faq-q2 { font-family: var(--serif); font-size: 19px; font-weight: 600; margin-top: 26px; }
  .post-aside { position: sticky; top: 148px; display: flex; flex-direction: column; gap: 20px; }
  .aside-posts { display: flex; flex-direction: column; }
  .aside-posts a { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: start; }
  .aside-posts a:last-child { border-bottom: 0; }
  .aside-posts img { width: 76px; height: 56px; object-fit: cover; display: block; }
  .aside-posts .t { font-size: 14.5px; line-height: 1.4; color: var(--ink); }
  .aside-posts a:hover .t { color: var(--heading-accent); }

  @media (max-width: 960px) {
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .post-grid { grid-template-columns: 1fr; gap: 40px; }
    .post-aside { position: static; }
  }
  @media (max-width: 760px) {
    .blog-list { padding: 52px 0 62px; }
    .blog-grid { grid-template-columns: 1fr; gap: 26px; }
    .post-body { padding: 48px 0 62px; }
    .post-main h2 { font-size: 25px; }
    .post-main p, .post-main li { font-size: 16.5px; }
    .post-main .lede2 { font-size: 19.5px; }
    .warn-grid { grid-template-columns: 1fr; }
    .callout { padding: 26px 22px 28px; }
  }
