:root {
  --bg: #f5f0e8;
  --paper: #fffdf9;
  --ink: #1b1b18;
  --muted: #6d685f;
  --line: #d9d1c4;
  --accent: #d15a32;
  --accent-dark: #a83f1f;
  --sand: #e7ddcf;
  --dark: #1e201c;
  --dark-2: #292b26;
  --container: min(1180px, 92vw);
  --radius: 22px;
  --shadow: 0 26px 70px rgba(41, 34, 25, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -80px;
  z-index: 999;
  background: var(--dark);
  color: #fff;
  padding: .7rem 1rem;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(5rem, 8vw, 8.5rem) 0; scroll-margin-top: 90px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.02; }
h1 { font-size: clamp(3.1rem, 7.2vw, 6.7rem); margin-bottom: 1.6rem; max-width: 10.5ch; font-weight: 760; }
h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); margin-bottom: 1.25rem; max-width: 12ch; font-weight: 730; }
h3 { font-size: clamp(1.45rem, 2.6vw, 2.25rem); margin-bottom: .8rem; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.kicker {
  margin-bottom: 1.15rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--accent-dark);
}
.kicker span { color: var(--muted); padding: 0 .25rem; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 750;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 3px solid rgba(209, 90, 50, .28);
  outline-offset: 3px;
}
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-wide { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 27, 24, .35);
  padding-bottom: .2rem;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 240, 232, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(110, 99, 83, .16);
}
.nav-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; flex-shrink: 0; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .98rem; }
.brand-copy small { color: var(--muted); font-size: .76rem; margin-top: .16rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 1.35rem; }
.main-nav a { text-decoration: none; color: #3f3c36; font-size: .92rem; font-weight: 600; }
.main-nav a:hover { color: var(--accent-dark); }
.header-cta { margin-left: .2rem; }
.menu-toggle, .mobile-menu { display: none; }

.hero { padding: clamp(2.6rem, 5vw, 5.4rem) 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.hero-copy { padding-block: 1rem; }
.hero-lead { max-width: 56ch; font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--muted); margin-bottom: 1.5rem; }
.hero-price { display: flex; align-items: baseline; gap: 1.1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.05rem 0; margin: 1.4rem 0 1.6rem; }
.hero-price span { color: var(--muted); }
.hero-price strong { font-size: clamp(1.7rem, 3vw, 2.45rem); letter-spacing: -.04em; }
.hero-price small { font-size: .78rem; font-weight: 650; color: var(--muted); letter-spacing: 0; }
.hero-actions { display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; }
.hero-meta { margin-top: 1.45rem; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; color: var(--muted); font-size: .9rem; }
.hero-meta span::before { content: "✓"; color: var(--accent-dark); font-weight: 900; margin-right: .35rem; }
.hero-media { position: relative; min-height: 560px; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: 2.3rem -5vw -2rem 18%;
  background: var(--sand);
  z-index: -1;
}
.hero-media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  box-shadow: var(--shadow);
}
.hero-stamp {
  position: absolute;
  left: -2rem;
  bottom: 2rem;
  background: var(--paper);
  padding: 1rem 1.2rem;
  box-shadow: 0 16px 45px rgba(35, 29, 22, .16);
  display: grid;
  gap: .04rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-style: italic;
}

.trust-strip { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: .9rem; color: var(--muted); }
.trust-row strong { color: var(--ink); }

.section-heading { max-width: 820px; margin-bottom: clamp(2.5rem, 5vw, 4.4rem); }
.section-heading > p:last-child { color: var(--muted); max-width: 62ch; font-size: 1.05rem; margin-bottom: 0; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; }
.section-heading-row > p { margin-bottom: .35rem !important; }

.audience { background: var(--paper); }
.business-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px; gap: 1rem; }
.business-shot { position: relative; overflow: hidden; background: #ddd; }
.business-shot-tall { grid-row: 1 / 3; }
.business-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.business-shot:hover img { transform: scale(1.025); }
.shot-label { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(20, 20, 17, .88); color: #fff; padding: .85rem 1rem; backdrop-filter: blur(6px); }
.shot-label { display: grid; gap: .08rem; }
.shot-label strong { font-size: 1.05rem; }
.shot-label span { color: rgba(255,255,255,.72); font-size: .82rem; }
.more-industries { max-width: 820px; color: var(--muted); margin: 1.4rem 0 0; }

.offer-section { background: var(--bg); }
.main-offer { background: var(--ink); color: #fff; padding: clamp(2rem, 5vw, 4rem); }
.main-offer-top { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; }
.offer-number { color: var(--accent); font-weight: 850; letter-spacing: .1em; font-size: .8rem; margin-bottom: 1.2rem; }
.main-offer h3 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.offer-desc { max-width: 54ch; color: rgba(255,255,255,.68); margin-bottom: 0; }
.big-price { text-align: right; display: grid; }
.big-price strong { font-size: clamp(2.7rem, 6vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.big-price span { color: rgba(255,255,255,.58); }
.offer-details { border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); margin: 2.6rem 0 1.8rem; padding: 2rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: .85rem; }
.check-list li { color: rgba(255,255,255,.86); }
.check-list li::before { content: "✓"; color: #ff946f; font-weight: 900; margin-right: .6rem; }
.offer-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.offer-footer p { max-width: 58ch; color: rgba(255,255,255,.58); font-size: .9rem; margin: 0; }
.secondary-offers { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.secondary-offer { padding: clamp(1.6rem, 3vw, 2.3rem); border: 1px solid var(--line); background: rgba(255,255,255,.3); min-height: 290px; display: flex; flex-direction: column; }
.secondary-offer h3 { margin-bottom: 1rem; }
.secondary-offer > p:not(.offer-number) { color: var(--muted); max-width: 54ch; }
.secondary-price { margin-top: auto; display: flex; align-items: baseline; gap: .55rem; padding-top: 1rem; }
.secondary-price strong { font-size: 2rem; letter-spacing: -.04em; }
.secondary-price span { color: var(--muted); font-size: .85rem; }
.package { margin-top: 1rem; background: var(--sand); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: clamp(1.5rem, 3vw, 2.4rem); }
.package h3 { font-size: clamp(1.8rem, 3.4vw, 3rem); margin-bottom: .45rem; }
.package p { margin-bottom: 0; color: #575147; }
.package-price { display: grid; text-align: right; }
.package-price > span { color: var(--muted); text-decoration: line-through; font-size: .85rem; }
.package-price strong { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; }
.package-price small { font-size: .78rem; color: var(--muted); letter-spacing: 0; }

.process-section { padding: clamp(5rem, 8vw, 8.5rem) 0; background: var(--dark); color: #fff; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.55); }
.section-heading.light .kicker { color: #ff946f; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list > li > span { font-size: 2rem; color: #ff946f; font-family: Georgia, serif; font-style: italic; }
.process-list h3 { margin: 0 0 .35rem; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.process-list p { margin: 0; color: rgba(255,255,255,.58); max-width: 60ch; }

.why-simple { background: #efe6da; }
.quote-layout { display: grid; grid-template-columns: .35fr 1.25fr .65fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.quote-layout blockquote { margin: 0; font-size: clamp(2.1rem, 4.7vw, 4.3rem); line-height: 1.06; letter-spacing: -.04em; font-family: Georgia, "Times New Roman", serif; }
.quote-copy { color: var(--muted); margin-top: .45rem; }

.local-section { background: var(--paper); }
.local-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.local-photo { position: relative; }
.local-photo img { height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.photo-caption { position: absolute; bottom: 0; right: 0; background: var(--paper); padding: .75rem 1rem; font-size: .82rem; color: var(--muted); }
.local-copy p:not(.kicker) { color: var(--muted); max-width: 56ch; }
.local-copy .text-link { color: var(--ink); margin-top: .5rem; }

.faq-section { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.faq-list summary { list-style: none; cursor: pointer; font-weight: 750; padding-right: 2rem; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .1rem; top: -.2rem; font-size: 1.5rem; font-weight: 400; color: var(--accent-dark); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); max-width: 66ch; margin: .8rem 0 .1rem; }

.contact-section { background: var(--accent); color: #fff; padding: clamp(5rem, 9vw, 8rem) 0; scroll-margin-top: 90px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy .kicker { color: #ffe0d5; }
.contact-copy h2 { max-width: 11ch; }
.contact-copy > p:not(.kicker) { color: rgba(255,255,255,.74); max-width: 55ch; }
.contact-direct { margin-top: 2.2rem; display: grid; gap: 1rem; }
.contact-direct div { border-top: 1px solid rgba(255,255,255,.26); padding-top: .75rem; display: grid; }
.contact-direct span { color: rgba(255,255,255,.58); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-direct strong { font-size: 1.1rem; }
.contact-form { background: var(--paper); color: var(--ink); padding: clamp(1.5rem, 3.5vw, 2.5rem); box-shadow: 0 24px 60px rgba(90, 31, 13, .2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; margin-bottom: 1rem; color: #4f4a42; font-size: .9rem; font-weight: 650; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfc5b7; border-radius: 0; background: transparent; padding: .82rem .1rem; color: var(--ink); resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9b9388; }
.form-note { color: var(--muted); font-size: .78rem; margin: .75rem 0 0; }

.mobile-contactbar { display: none; }
.site-footer { background: var(--dark); color: #fff; padding: 2.6rem 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; align-items: start; }
.footer-brand .brand-mark { background: #fff; color: var(--ink); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.55); }
.footer-grid > p { color: rgba(255,255,255,.58); max-width: 38ch; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; }
.footer-grid nav a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.2rem; margin: 0; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { animation: reveal .62s cubic-bezier(.2,.72,.2,1) forwards; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--ink); display: block; }
  .mobile-menu { position: fixed; inset: 78px 0 auto 0; background: var(--paper); padding: 1.2rem 4vw 1.6rem; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(50,42,32,.12); }
  .mobile-menu.open { display: grid; gap: .5rem; }
  .mobile-menu > a:not(.btn) { text-decoration: none; padding: .75rem 0; border-bottom: 1px solid #eee5d8; font-weight: 700; }

  .hero-grid, .local-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: .5rem; }
  .hero-media { min-height: 480px; }
  .hero-media img { min-height: 480px; }
  .hero-media::before { inset: 2rem -5vw -1.3rem 26%; }
  .hero-stamp { left: 1rem; }
  .section-heading-row { grid-template-columns: 1fr; gap: 1rem; }
  .quote-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .quote-copy { max-width: 65ch; }
  .package { grid-template-columns: 1fr auto; }
  .package .btn { grid-column: 1 / -1; width: fit-content; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .section { padding: 4.7rem 0; }
  .nav-row { min-height: 68px; }
  .header-cta { display: none; }
  .mobile-menu { inset: 68px 0 auto 0; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }

  .hero { padding-top: 2.2rem; }
  .hero-grid { gap: 2.3rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-meta { gap: .45rem 1rem; }
  .hero-media, .hero-media img { min-height: 390px; height: 390px; }
  .hero-media img { object-position: 56% center; }
  .hero-stamp { bottom: 1rem; }
  .trust-row { overflow-x: auto; justify-content: flex-start; white-space: nowrap; padding: .85rem 0; min-height: auto; }

  .business-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .business-shot, .business-shot-tall { grid-row: auto; height: 360px; }
  .business-shot:nth-child(2) { height: 420px; }

  .main-offer { margin-inline: -4vw; padding: 2rem 4vw; }
  .main-offer-top { grid-template-columns: 1fr; }
  .big-price { text-align: left; }
  .offer-details { grid-template-columns: 1fr; gap: .8rem; }
  .offer-footer { align-items: flex-start; flex-direction: column; }
  .secondary-offers { grid-template-columns: 1fr; }
  .secondary-offer { min-height: 240px; }
  .package { grid-template-columns: 1fr; }
  .package-price { text-align: left; }
  .package .btn { grid-column: auto; width: 100%; }

  .process-list li { grid-template-columns: 62px 1fr; gap: .7rem; }
  .process-list > li > span { font-size: 1.55rem; }

  .local-photo img { height: 420px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .mobile-contactbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-contactbar a { min-height: 64px; display: grid; place-items: center; text-decoration: none; font-weight: 800; }
  .mobile-contact-primary { background: var(--accent); color: #fff; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* WordPress + redesign additions */
.admin-bar .site-header { top: 32px; }
.brand-logo img { display: block; width: auto; max-height: 48px; max-width: 230px; }
.custom-logo-link { display: inline-flex; }

.portfolio-section { background: #fffaf3; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.portfolio-card { background: var(--paper); border-bottom: 1px solid var(--line); }
.portfolio-image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.portfolio-card:hover .portfolio-image img { transform: scale(1.025); }
.portfolio-copy { padding: 1.35rem 0 1.6rem; }
.portfolio-tag { margin-bottom: .55rem; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 850; }
.portfolio-copy h3 { font-size: clamp(1.5rem, 2.5vw, 2.15rem); margin-bottom: .55rem; }
.portfolio-copy h3 a { text-decoration: none; }
.portfolio-copy > p:last-child { color: var(--muted); margin-bottom: 0; }

.blog-section { background: var(--dark-2); color: #fff; }
.blog-section .section-heading > p:last-child { color: rgba(255,255,255,.58); }
.blog-section .kicker { color: #ff946f; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.blog-card { background: var(--dark-2); padding: clamp(1.5rem, 3vw, 2.25rem); min-height: 330px; display: flex; flex-direction: column; }
.blog-card h3 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); }
.blog-card h3 a { text-decoration: none; }
.blog-card > p:not(.blog-meta) { color: rgba(255,255,255,.6); }
.blog-meta { color: #ffb59c; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.blog-card .text-link { color: #fff; border-color: rgba(255,255,255,.34); margin-top: auto; width: fit-content; }

.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { padding: .9rem 1rem; margin: 0 0 1rem; font-weight: 700; }
.form-status.success { background: #e6f3e8; color: #1b5c2a; }
.form-status.error { background: #f8e3df; color: #842f22; }

.content-shell { background: var(--paper); min-height: 70vh; padding: clamp(4rem, 8vw, 8rem) 0; }
.content-layout, .article-wrap { max-width: 900px; }
.content-header { margin-bottom: 3rem; }
.content-header h1, .article-content > h1, .error-page h1 { max-width: 13ch; }
.posts-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-card { background: var(--paper); padding: clamp(1.5rem, 4vw, 2.5rem); }
.post-card h2 { font-size: clamp(1.8rem, 4vw, 3rem); max-width: 18ch; }
.post-card h2 a { text-decoration: none; }
.post-card > p:not(.blog-meta) { color: var(--muted); max-width: 65ch; }
.article-meta { color: var(--muted); }
.article-hero { margin: 2.5rem 0; }
.article-hero img { max-height: 620px; object-fit: cover; }
.prose { font-size: 1.06rem; }
.prose > * { max-width: 72ch; }
.prose h2, .prose h3 { margin-top: 2.4rem; max-width: 20ch; }
.prose h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.prose h3 { font-size: clamp(1.45rem, 3vw, 2.2rem); }
.prose p, .prose li { color: #4f4a42; }
.prose img, .prose figure { max-width: 100%; }
.prose a { color: var(--accent-dark); }
.article-back { margin-top: 2rem; }
.error-page { max-width: 900px; }
.error-page > p:not(.kicker) { color: var(--muted); max-width: 55ch; }
.navigation.pagination { margin-top: 2rem; }
.nav-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.page-numbers { padding: .55rem .8rem; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }

.wp-block-image img, .wp-post-image { height: auto; }
.alignwide { max-width: 1080px; margin-left: 50%; transform: translateX(-50%); width: min(1080px, 92vw); }
.alignfull { max-width: none; margin-left: 50%; transform: translateX(-50%); width: 100vw; }

@media (max-width: 980px) {
  .portfolio-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .portfolio-grid, .blog-grid { grid-template-columns: 1fr; }
  .portfolio-copy { padding-inline: .1rem; }
  .blog-card { min-height: 260px; }
  .content-shell { padding-top: 3rem; }
}

/* v1.2 — edytowalne kafle „Dla kogo” */
.business-shot-link { display: block; width: 100%; height: 100%; color: inherit; text-decoration: none; }
.business-shot-link:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
