.image-focused-main { padding-top: 44px; }
.image-focused-main .breadcrumbs { width: 100%; margin: 0 0 28px; }
.image-focused-main .image-hero { min-height: 0; grid-template-columns: minmax(0, 1fr) 290px; padding: 18px 0 38px; }
.image-focused-main .image-hero h1 { max-width: 860px; margin-top: 20px; font-size: clamp(48px, 6vw, 72px); }
.image-focused-main .image-workbench { margin-bottom: 34px; }
.image-focused-main [hidden] { display: none !important; }
.image-focused-header-link { justify-self: end; color: #292725; font-size: 12px; font-weight: 800; text-decoration: none; }
.image-focused-header-link span { color: var(--coral); }
.image-focus-art { height: 210px; position: relative; display: grid; place-items: center; }
.image-focus-art > div { width: 220px; height: 155px; position: relative; overflow: hidden; border: 8px solid #282622; border-radius: 24px; background: linear-gradient(145deg, #f0c7a9, #9dc8b4); box-shadow: 0 24px 48px rgba(55, 47, 37, .16); transform: rotate(2deg); }
.image-focus-art span { position: absolute; display: grid; place-items: center; border-radius: 10px; color: #fff; background: rgba(38, 37, 34, .82); font: 850 11px ui-monospace, monospace; }
.image-focus-art span:first-child { left: 17px; top: 17px; width: 64px; height: 44px; }
.image-focus-art span:nth-child(2) { right: 18px; bottom: 19px; width: 86px; height: 47px; background: #ed745a; transform: rotate(-4deg); }
.image-focus-art code { position: absolute; right: -3px; bottom: 7px; padding: 10px 12px; border-radius: 10px; color: #d9efe3; background: #315f4d; font: 700 9px/1.45 ui-monospace, monospace; box-shadow: 0 11px 24px rgba(49, 95, 77, .2); transform: rotate(-3deg); }

.focused-setting-copy { margin: 0; padding: 17px 0; border-bottom: 1px solid #403e3a; color: #98938c; font-size: 9px; line-height: 1.65; }
.focused-setting-copy strong { display: block; margin-bottom: 4px; color: #e1dcd4; font-size: 10px; }
.quality-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.quality-control input { width: 100%; accent-color: #ff8065; }
.quality-control output { min-width: 36px; color: #ff9b84; font-size: 10px; font-weight: 850; text-align: right; }
.resize-option { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: #9a958d; font-size: 9px; font-weight: 700; }
.resize-option input { accent-color: #ff8065; }
.focused-assurances { display: grid; gap: 7px; padding: 16px 0 0; }
.focused-assurances span { display: flex; gap: 8px; color: #969189; font-size: 9px; line-height: 1.45; }
.focused-assurances span::before { content: "✓"; color: #74ba94; font-weight: 900; }
.image-focused-main .local-benefits { margin-bottom: 62px; }
.image-faq { margin: 0 0 90px; }
.image-faq > span { color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.image-faq h2 { margin: 8px 0 20px; font-size: 30px; letter-spacing: -.04em; }
.image-faq details { border-top: 1px solid #ddd7cd; }
.image-faq details:last-child { border-bottom: 1px solid #ddd7cd; }
.image-faq summary { padding: 17px 2px; color: #3c3935; font-size: 12px; font-weight: 800; cursor: pointer; }
.image-faq p { max-width: 820px; margin: -5px 0 18px; color: #777169; font-size: 11px; line-height: 1.75; }

@media (max-width: 900px) {
  .image-focused-main .image-hero { grid-template-columns: 1fr; }
  .image-focus-art { display: none; }
}

@media (max-width: 700px) {
  .image-focused-main { width: calc(100% - 24px); padding-top: 25px; }
  .image-focused-main .breadcrumbs { margin-top: 0; }
  .image-focused-header-link { display: none; }
  .image-focused-main .image-hero { padding-top: 8px; }
  .image-focused-main .image-workbench { padding: 12px; }
  .image-faq { margin-bottom: 65px; }
}
