/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/pages/single.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Хедер: горизонтальний ряд замість бургера. */
/* Shared section eyebrow / subtitle style — one source of truth.
   Use via `@include eyebrow;` (colour + margin stay per-block) or the
   global `.subtitle` class. */
/* ===========================================================
   Кнопки-пігулки — ОДНЕ джерело правди для розмірів.

   Раніше ту саму кнопку було написано в кількох місцях окремо, і вони
   розповзлись: .process-btn 15/30 gap 8, .cta-btn 13/22 gap 10,
   .btn-secondary 14/28. Тобто «однакова» кнопка мала різні розміри.

   Тепер геометрія лише тут; споживачі: .btn-primary / .btn-secondary
   (банер), .process-btn (CTA), .cta-btn (services), core/button (is-style-*).

   Прозора рамка 1.5px у базі — щоб обведений варіант мав ІДЕНТИЧНУ
   геометрію, а не був на 3px нижчим через товщину рамки.
   =========================================================== */
/* темна пігулка — головна кнопка (банер «Замовити сайт») */
/* амбер пігулка — CTA («Обговорити проєкт», services) */
/* обведена пігулка — вторинна кнопка (банер «Мої послуги») */
/* стрілка ↗ через CSS — для кнопок, куди SVG у розмітку не вставити
   (core/button). Там, де SVG уже є в розмітці (.btn-primary, .cta-btn),
   анімацію робить `svg` у pill-base. */
/* ===========================================================
   Single post — raw-PHP pattern (dykyiivan/single).
   Hero + content typography + author/share + related grid.
   =========================================================== */
.single-post {
  /* shared containers */
}
.single-post .container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--site-container) + var(--site-gutter) * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .single-post .container {
    padding: 0 var(--site-gutter);
  }
}
.single-post .container--narrow {
  max-width: 820px;
}
.single-post {
  /* ── HERO ── */
}
.single-post .post-hero {
  background: var(--wp--preset--color--cream);
  padding: 120px 0 44px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-hero {
    padding: 150px 0 56px;
  }
}
.single-post .post-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 14px;
  color: var(--wp--preset--color--muted);
}
.single-post .post-crumbs a {
  color: var(--wp--preset--color--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.single-post .post-crumbs a:hover {
  color: var(--wp--preset--color--amber-dark);
}
.single-post .post-crumbs .post-crumbs-sep {
  opacity: 0.5;
}
.single-post .post-crumbs .post-crumbs-current {
  color: var(--wp--preset--color--foreground);
}
.single-post .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 14px;
  color: var(--wp--preset--color--muted);
}
.single-post .post-cat {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  text-decoration: none;
}
.single-post .post-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}
.single-post .post-meta-date {
  color: var(--wp--preset--color--muted);
  font-weight: 500;
}
.single-post .post-meta-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.single-post .post-meta-read svg {
  width: 15px;
  height: 15px;
}
.single-post .post-h1 {
  margin: 0;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--wp--preset--color--foreground);
}
.single-post {
  /* ── FEATURED image ── */
}
.single-post .post-featured {
  background: linear-gradient(to bottom, var(--wp--preset--color--cream) 50%, var(--wp--preset--color--background) 50%);
}
.single-post .post-featured .post-featured-figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/8;
}
.single-post .post-featured .post-featured-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-post {
  /* ── CONTENT ── */
}
.single-post .post-body {
  background: var(--wp--preset--color--background);
  padding: 48px 0 72px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-body {
    padding: 60px 0 90px;
  }
}
.single-post .post-content {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #2b2926;
}
.single-post .post-content strong {
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}
.single-post .post-content {
  /* content links — buttons keep their own styling */
}
.single-post .post-content a:not(.btn-primary):not(.btn-secondary):not(.wp-element-button) {
  color: var(--wp--preset--color--amber-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
.single-post .post-content a:not(.btn-primary):not(.btn-secondary):not(.wp-element-button):hover {
  color: var(--wp--preset--color--primary);
}
.single-post .post-content {
  /* CTA buttons inside the article: white label, never underlined */
}
.single-post .post-content a.btn-primary,
.single-post .post-content a.btn-primary:hover {
  color: var(--wp--preset--color--background);
  text-decoration: none;
}
.single-post .post-content {
  /* headings — sizes scoped to post content */
}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--wp--preset--color--foreground);
}
.single-post .post-content h1 {
  font-size: clamp(28px, 3.6vw, 40px);
}
.single-post .post-content h2 {
  font-size: clamp(25px, 3vw, 33px);
}
.single-post .post-content h3 {
  font-size: clamp(21px, 2.3vw, 26px);
}
.single-post .post-content h4 {
  font-size: 20px;
}
.single-post .post-content h5 {
  font-size: 18px;
}
.single-post .post-content h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.single-post .post-content {
  /* decorative amber bar on h2–h6 */
}
.single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
  position: relative;
  padding-left: 18px;
}
.single-post .post-content h2::before, .single-post .post-content h3::before, .single-post .post-content h4::before, .single-post .post-content h5::before, .single-post .post-content h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.14em;
  bottom: 0.14em;
  width: 4px;
  border-radius: 4px;
  background: var(--wp--preset--color--primary);
}
.single-post .post-content {
  /* lists */
}
.single-post .post-content ul, .single-post .post-content ol {
  margin: 1.2em 0;
  padding-left: 1.4em;
}
.single-post .post-content li {
  margin-bottom: 0.5em;
}
.single-post .post-content ul li::marker {
  color: var(--wp--preset--color--amber-dark);
}
.single-post .post-content ol li::marker {
  color: var(--wp--preset--color--amber-dark);
  font-weight: 700;
}
.single-post .post-content blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 24px;
  border-left: 4px solid var(--wp--preset--color--primary);
  font-size: 19px;
  font-style: italic;
  color: var(--wp--preset--color--foreground);
}
.single-post .post-content img, .single-post .post-content .wp-block-image {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.single-post .post-content figure {
  margin: 1.6em 0;
}
.single-post .post-content {
  /* inline code */
}
.single-post .post-content :not(pre) > code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.88em;
  background: rgba(8, 8, 8, 0.06);
  padding: 2px 7px;
  border-radius: 6px;
  color: #b3541e;
}
.single-post {
  /* ── AUTHOR + SHARE ── */
}
.single-post .post-author-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(8, 8, 8, 0.1);
}
.single-post .post-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-post .post-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--amber-dark));
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 800;
  font-size: 20px;
}
.single-post .post-author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
}
.single-post .post-author-meta {
  display: flex;
  flex-direction: column;
}
.single-post .post-author-name {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--wp--preset--color--foreground);
}
.single-post .post-author-role {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 14px;
  color: var(--wp--preset--color--muted);
}
.single-post .post-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .post-share-label {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 14px;
  color: var(--wp--preset--color--muted);
  margin-right: 4px;
}
.single-post .post-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 8, 8, 0.06);
  border: none;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.single-post .post-share-btn svg {
  width: 17px;
  height: 17px;
}
.single-post .post-share-btn:hover {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  transform: translateY(-2px);
}
.single-post .post-share-btn.is-copied {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
.single-post {
  /* ── RELATED (Схожі статті) ── */
}
.single-post .related {
  background: var(--wp--preset--color--cream);
  padding: 64px 0 80px;
}
@media screen and (min-width: 1024px) {
  .single-post .related {
    padding: 80px 0 100px;
  }
}
.single-post .related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.single-post .related-heading {
  margin: 0;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--wp--preset--color--foreground);
}
.single-post .related-all svg {
  width: 16px;
  height: 16px;
}
.single-post .related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .single-post .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .single-post .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/global/_code.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===========================================================
   core/code — dark themed block with a header (language /
   filename label + copy button) and highlight.js token colours.
   Enhanced on the frontend by js/modules/code.js.
   =========================================================== */
.code-block {
  margin: 1.9em 0;
  border-radius: 16px;
  overflow: hidden;
  background: #0e0e12;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.code-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: #131318;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.code-block-lang {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}

.code-block-copy {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.code-block-copy svg {
  width: 15px;
  height: 15px;
}
.code-block-copy:hover {
  color: rgba(255, 255, 255, 0.9);
}
.code-block-copy.is-copied {
  color: var(--wp--preset--color--primary);
}

.code-block pre {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px 22px;
  overflow-x: auto;
}

.code-block pre,
.code-block pre code,
.code-block code.hljs {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13.5px;
  line-height: 1.9;
  background: none;
  color: #e4e4e7;
  white-space: pre;
  padding: 0;
}

.code-block pre {
  padding: 20px 22px;
}

/* ── highlight.js token palette (amber theme) ── */
.hljs-comment,
.hljs-quote {
  color: #6f6f7b;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-meta,
.hljs-literal {
  color: var(--wp--preset--color--primary);
}

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-regexp,
.hljs-number,
.hljs-attr {
  color: #e0b25e;
}

.hljs-title,
.hljs-section,
.hljs-name {
  color: #f5f0e8;
}

.hljs-variable,
.hljs-template-variable,
.hljs-params {
  color: #cdbfa8;
}

.hljs-operator,
.hljs-punctuation {
  color: #8f8f99;
}

.hljs-tag {
  color: #8f8f99;
}

.hljs-attribute {
  color: var(--wp--preset--color--amber-dark);
}

.hljs-selector-class,
.hljs-selector-id {
  color: #e0b25e;
}

/*# sourceMappingURL=single.css.map*/