/* Photography business calculators: standalone, no build dependency. */
.bc-calculator { --bc-ink: #172c2a; --bc-muted: #50635d; --bc-green: #274d43; --bc-line: #d8e1dc; --bc-cream: #f7f2e8; max-width: 1200px; overflow: visible; }
.photo-tool-page .tool-workspace { overflow: visible; }
.bc-calculator *, .bc-explainer * { box-sizing: border-box; }
.bc-calculator > header { padding: 36px 38px; border-radius: 9px 9px 0 0; }
.bc-calculator > header > span { color: #ffc0aa; }
.bc-calculator > header p { max-width: 850px; color: #d1dfd9; line-height: 1.7; }
.bc-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 16px 34px; border-bottom: 1px solid var(--bc-line); background: #f0f5ee; }
.bc-nav a { color: #315f4f; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bc-nav a:focus-visible { outline: 3px solid #b95837; outline-offset: 3px; }
#bc-results, #bc-inputs, #bc-method { scroll-margin-top: 110px; }
.bc-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .85fr); align-items: start; }
.bc-form { padding: 34px; min-width: 0; }
.bc-form fieldset { min-width: 0; margin: 0 0 32px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--bc-line); }
.bc-form legend { float: none; width: auto; margin: 0 0 10px; font-family: 'Playfair Display', Georgia, serif; font-size: 24px; line-height: 1.3; font-weight: 700; color: var(--bc-ink); }
.bc-form fieldset > p { margin: 0 0 22px; color: var(--bc-muted); font-size: 13px; line-height: 1.7; }
.bc-fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 22px 18px; }
.bc-field { display: flex; flex-direction: column; min-width: 0; margin: 0; font-size: 13px; font-weight: 700; color: var(--bc-ink); line-height: 1.5; }
.bc-field input { margin-top: 8px; }
.bc-field small { margin-top: 8px; font-size: 11.5px; font-weight: 400; line-height: 1.65; color: var(--bc-muted); }
.bc-form input:not([type='checkbox']), .bc-form select { display: block; width: 100%; min-width: 0; height: 45px; margin-bottom: 0; padding: 10px; border: 1px solid #b5c5bc; border-radius: 5px; box-shadow: none; background: #fcfdfb; font-family: 'Open Sans', sans-serif; font-size: 16px; color: var(--bc-ink); }
.bc-form input[aria-invalid='true'] { border: 2px solid #a33a28; background: #fff7f2; }
.bc-form input:focus-visible, .bc-form select:focus-visible, .bc-calculator button:focus-visible, .bc-explainer a:focus-visible, .bc-error:focus { outline: 3px solid #b95837; outline-offset: 3px; }
.bc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.bc-actions button, .bc-add { min-height: 44px; padding: 12px 16px; border: 1px solid var(--bc-green); border-radius: 5px; background: var(--bc-green); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.5; cursor: pointer; }
.bc-actions button:hover, .bc-add:hover { background: #172c2a; color: #fff; }
.bc-actions .bc-secondary, .bc-add { background: #fff; color: var(--bc-green); }
.bc-actions button i, .bc-add i { margin-right: 5px; }
.bc-actions button:disabled { opacity: .5; cursor: not-allowed; }
.bc-private { margin: 18px 0 0; color: var(--bc-muted); font-size: 11px; line-height: 1.7; }
.bc-results-wrap { min-width: 0; align-self: stretch; padding: 34px 28px; background: var(--bc-cream); border-left: 1px solid var(--bc-line); }
.bc-results { position: sticky; top: 110px; max-height: calc(100vh - 130px); overflow-y: auto; scrollbar-width: thin; }
.bc-results:focus-visible { outline: 3px solid #b95837; outline-offset: 5px; }
.bc-result-label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; color: #745240; }
.bc-primary-result { display: block; margin: 12px 0 6px; font: 700 clamp(30px, 3.4vw, 48px)/1.12 'Playfair Display', Georgia, serif; letter-spacing: -1px; color: var(--bc-ink); overflow-wrap: anywhere; }
.bc-results > p { color: var(--bc-muted); font-size: 12px; line-height: 1.65; }
.bc-results dl { margin: 22px 0; border-top: 1px solid #cbd6cf; }
.bc-results dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid #cbd6cf; }
.bc-results dt { flex: 1 1 55%; font-size: 11.5px; font-weight: 400; line-height: 1.6; color: #40554d; }
.bc-results dd { flex: 0 1 45%; margin: 0; text-align: right; font-size: 12px; font-weight: 700; line-height: 1.6; color: var(--bc-ink); overflow-wrap: anywhere; }
.bc-results .bc-result-note { margin: 20px 0 0; padding: 16px; background: #e5ede6; border-left: 3px solid #537964; color: #30483e; font-size: 12px; }
.bc-error { padding: 18px; border: 1px solid #ba654d; border-radius: 5px; background: #fff5ef; color: #7e2f1f; font-size: 14px; line-height: 1.7; }
.bc-no-script { margin: 0; padding: 22px 34px; background: #fff3d9; color: #604419; }
.bc-calculator [hidden] { display: none !important; }
.bc-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.bc-explainer { max-width: 1120px; margin: 75px auto 0; font-size: 15px; color: #40534b; line-height: 1.85; }
.bc-explainer h2 { max-width: 790px; margin: 14px 0 34px; color: #172c2a; font-size: 40px; line-height: 1.15; }
.bc-explainer h3 { margin: 0 0 16px; color: #172c2a; font-size: 25px; line-height: 1.25; }
.bc-explainer p { margin: 0 0 18px; }
.bc-explainer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.bc-explainer a { color: #315f4f; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.bc-explainer a:hover { color: #9d492e; }
.bc-formula { padding: 19px 22px; border-left: 3px solid #b86442; background: #f7f2e8; color: #263f33; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.bc-takeaway, .bc-worked { margin-top: 35px; padding: 30px 34px; border: 1px solid #d3dfd5; border-radius: 7px; background: #f1f5ef; }
.bc-worked { background: #f8f4ed; border-color: #e1dace; }
.bc-takeaway p:last-child, .bc-worked p:last-child { margin-bottom: 0; }
.bc-takeaway ol { padding-left: 22px; }
.bc-takeaway li { padding-left: 6px; margin-bottom: 10px; }
.bc-guides { padding: 85px 0; background: #fff; }
.bc-guides .container { max-width: 920px; }
.bc-guides h2 { margin: 14px 0 20px; font-size: 44px; line-height: 1.1; }
.bc-guides p { max-width: 760px; color: #53695e; line-height: 1.8; }
.bc-editorial { margin-top: 40px; }
.bc-budget-rows { display: grid; gap: 14px; margin-bottom: 18px; }
.bc-budget-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 34px; gap: 12px; padding: 17px; border: 1px solid #d7e1d9; border-radius: 5px; background: #f9faf7; }
.bc-budget-row > div { min-width: 0; }
.bc-budget-row > div:first-child { grid-column: 1 / 3; }
.bc-budget-row > div:nth-child(2) { grid-column: 1; }
.bc-budget-row > div:nth-child(3) { grid-column: 2; }
.bc-budget-row > div:nth-child(4) { grid-column: 1 / 3; }
.bc-budget-row label { display: block; margin: 0 0 6px; color: #4b6355; font-size: 11px; line-height: 1.4; font-weight: 700; }
.bc-budget-row .bc-remove { grid-column: 3; grid-row: 1; align-self: start; display: flex; align-items: center; justify-content: center; width: 34px; min-height: 44px; margin-top: 17px; border: 1px solid #d1c9bc; border-radius: 4px; color: #7c4432; background: #fff; cursor: pointer; }
.bc-remove:hover { background: #fbe8df; }
.bc-checkbox { display: flex; gap: 12px; align-items: flex-start; margin: 23px 0 10px; color: #294b3a; font-size: 13px; font-weight: 700; line-height: 1.6; cursor: pointer; }
.bc-checkbox input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 2px; accent-color: #315f4f; }
.bc-form fieldset .bc-field-note { margin: 0; font-size: 11px; }
.bc-budget-comparison { margin-top: 28px; }
.bc-budget-comparison h3 { font-size: 24px; }
.bc-budget-comparison dl { margin-top: 14px; }
@media(min-width:1200px) { .bc-budget-row { grid-template-columns: minmax(75px, .8fr) minmax(100px, 1fr) minmax(100px, 1fr) 32px; gap: 10px; } .bc-budget-row > div:first-child { grid-column: 1 / 4; } .bc-budget-row > div:nth-child(4) { grid-column: 3; } .bc-budget-row .bc-remove { grid-column: 4; grid-row: 1; } }
@media(max-width:991px) { .bc-grid { grid-template-columns: minmax(0, 1fr); } .bc-results-wrap { border-left: 0; border-top: 1px solid var(--bc-line); padding: 30px 34px; } .bc-results { position: static; max-height: none; overflow: visible; } .bc-primary-result { font-size: 48px; } .bc-results dt, .bc-results dd { font-size: 13px; } .bc-budget-row { grid-template-columns: minmax(75px,.8fr) minmax(100px,1fr) minmax(100px,1fr) 34px; } .bc-budget-row > div:first-child { grid-column: 1 / 4; } .bc-budget-row > div:nth-child(4) { grid-column: 3; } .bc-budget-row .bc-remove { grid-column: 4; } .bc-explainer-grid { gap: 30px; } }
@media(max-width:600px) { .bc-calculator > header, .bc-form, .bc-results-wrap { padding: 25px 20px; } .bc-calculator > header h2 { font-size: 29px; } .bc-fields { grid-template-columns: minmax(0,1fr); gap: 20px; } .bc-field { font-size: 14px; } .bc-field small { font-size: 12px; } .bc-primary-result { font-size: 42px; } .bc-form legend { font-size: 23px; } .bc-budget-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr) 32px; padding: 12px; gap: 11px; } .bc-budget-row > div:first-child, .bc-budget-row > div:nth-child(4) { grid-column: 1 / 3; } .bc-budget-row .bc-remove { grid-column: 3; } .bc-budget-row select { padding: 8px; font-size: 15px; } .bc-actions { flex-direction: column; } .bc-actions button { width: 100%; } .bc-explainer { margin-top: 48px; font-size: 14px; } .bc-explainer h2, .bc-guides h2 { font-size: 32px; } .bc-explainer h3 { font-size: 24px; } .bc-explainer-grid { grid-template-columns: minmax(0,1fr); gap: 30px; } .bc-takeaway, .bc-worked { padding: 24px 20px; } .bc-formula { padding: 16px; } .bc-guides { padding: 55px 0; } .photo-tool-page .tool-page-hero nav { flex-wrap: wrap; line-height: 1.8; } }
@media print {
  @page { margin: 15mm; }
  body { padding-top: 0 !important; }
  #header, #footer, body > header, body > footer, .back-to-top, .cms-status-bar, .tool-business-cta, .tool-next, .bc-guides, .photographer-profile-banner, .directory-profile-banner, .profile-acquisition-banner, .mobile-nav-toggle, .bc-nav, .bc-actions, .bc-add, .bc-remove, .tool-page-hero nav, .tool-page-hero .tools-primary-button, .tool-hero-icon { display: none !important; }
  .photo-tool-page .container { width: 100%; max-width: none; padding: 0; }
  .photo-tool-page .tool-page-hero, .photo-tool-page .tool-workspace { padding: 15px 0; background: white; }
  .photo-tool-page .tool-page-hero:after { display: none; }
  .photo-tool-page .tool-page-hero-grid { display: block; }
  .photo-tool-page .tool-page-hero h1 { font-size: 28px; letter-spacing: -.5px; }
  .bc-calculator { box-shadow: none; border: 1px solid #bbb; }
  .bc-calculator > header { padding: 18px; background: white; color: black; }
  .bc-calculator > header h2, .bc-calculator > header p, .bc-calculator > header > span { color: black; }
  .bc-calculator > header h2 { font-size: 23px; }
  .bc-grid { display: block; }
  .bc-form, .bc-results-wrap { padding: 18px; }
  .bc-fields, .bc-explainer-grid { grid-template-columns: 1fr 1fr; }
  .bc-field, .bc-results dl > div, .bc-budget-row { break-inside: avoid; }
  .bc-field input, .bc-budget-row input, .bc-budget-row select { border: 1px solid #aaa; background: white; color: black; }
  .bc-results { position: static; max-height: none; overflow: visible; }
  .bc-results-wrap { border-left: 0; }
  .bc-explainer { margin-top: 25px; font-size: 11px; }
  .bc-explainer h2 { font-size: 26px; }
  .bc-explainer h3 { font-size: 20px; }
  .bc-explainer a { color: black; }
  .bc-explainer a[href]:after { content: none; }
  .bc-budget-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .bc-budget-row { display: block; padding: 9px; }
  .bc-budget-row > div { margin-bottom: 6px; }
  .bc-budget-row input, .bc-budget-row select { height: 30px; padding: 4px; font-size: 11px; }
  .bc-budget-row label { margin-bottom: 3px; font-size: 9px; }
}
