.header-actions { display: flex; align-items: center; gap: 24px; }
.gallery-shortcut { display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.gallery-shortcut:hover { color: var(--terra); }
.gallery-shortcut:focus-visible { outline: 3px solid rgba(189, 96, 53, .35); outline-offset: 4px; }
#source-text:focus { padding: 25px 14px; border-radius: 18px; background: rgba(255, 253, 249, .5); box-shadow: inset 0 0 0 1px rgba(189, 96, 53, .16); }
#source-text:focus-visible { outline: 0; }

@media (max-width: 520px) {
  .site-header { padding-inline: 18px; }
  .brand { font-size: 24px; }
  .header-actions { gap: 0; }
  .private-mark { display: none; }
  .gallery-shortcut { padding-left: 16px; }
}

@media (prefers-reduced-motion: reduce) { .gallery-shortcut { transition: none; } }

/* Editorial Writing Studio entrance */
.site-header { position: sticky; top: 0; z-index: 20; min-height: 82px; height: auto; }
.brand { font-size: 24px; line-height: 1; letter-spacing: .02em; }
.brand span { display: inline; }
.brand span + span::before { content: " "; }
.editorial-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .62fr); gap: 64px; align-items: center; padding: 58px 0; }
.editorial-hero-image-wrap { order: 2; width: 100%; height: 480px; overflow: hidden; border: 1px solid rgba(189, 96, 53, .18); border-radius: 32px; background: rgba(255, 253, 249, .62); box-shadow: 0 18px 60px rgba(62, 38, 22, .06); }
.editorial-hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 63%; }
.editorial-hero-copy { order: 1; max-width: 790px; padding: 0; }
.editorial-hero-copy .eyebrow { margin-bottom: 16px; }
.editorial-hero-title { margin: 0; color: var(--brown); font: 600 clamp(54px, 6.2vw, 82px) / .92 "Cormorant Garamond", Georgia, serif; letter-spacing: -.04em; }
.editorial-hero-title em { color: var(--olive); font-weight: 500; }
.editorial-hero-lede { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.editorial-hero-promises { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; padding: 0; color: var(--olive); font-size: 11px; font-weight: 600; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.editorial-hero-transition { display: flex; align-items: baseline; gap: 18px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(232, 207, 177, .82); }
.editorial-hero-transition span { color: var(--olive); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.editorial-hero-transition strong { color: var(--brown); font: 600 27px / 1 "Cormorant Garamond", Georgia, serif; }
#writing-form, #my-articles { scroll-margin-top: 106px; }

@media (max-width: 800px) {
  .editorial-hero { grid-template-columns: 1fr; gap: 32px; padding: 44px 0; }
  .editorial-hero-image-wrap { order: -1; height: 360px; aspect-ratio: auto; }
  .editorial-hero-copy { order: 2; padding: 0; }
  .editorial-hero-title { font-size: 54px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 88px; }
  .brand { max-width: 128px; font-size: 27px; line-height: .92; letter-spacing: -.02em; }
  .brand span { display: block; }
  .brand span + span::before { content: none; }
  .header-actions { gap: 18px; }
  .gallery-shortcut { padding-left: 0; font-size: 9px; }
  #writing-form, #my-articles { scroll-margin-top: 112px; }
  .editorial-hero { padding: 34px 0 38px; }
  .editorial-hero-image-wrap { height: 360px; border-radius: 27px; }
  .editorial-hero-image { object-position: center 54%; }
  .editorial-hero-copy { padding-top: 0; }
  .editorial-hero-copy .eyebrow { margin-bottom: 16px; }
  .editorial-hero-title { font-size: clamp(48px, 14vw, 54px); }
  .editorial-hero-lede { margin-top: 24px; font-size: 15px; line-height: 1.7; }
  .editorial-hero-promises { gap: 12px 20px; margin-top: 24px; font-size: 9px; }
  .editorial-hero-transition { margin-top: 30px; padding-top: 18px; }
  .editorial-hero-transition strong { font-size: 24px; }
}
