/* Shared customer-resource system for Junk King Sydney guides. */
.resource-guide-page .page-system-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(3.35rem, 4.9vw, 4.75rem);
}

.resource-guide-page .page-system-hero-media img {
  object-position: center;
}

.resource-guide-page .page-system-proof .proof-value {
  font-size: clamp(1.65rem, 2.25vw, 2.45rem);
}

.resource-quick-start {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 42px 5vw;
  border-bottom: 6px solid var(--brand-yellow);
  color: #ffffff;
  background: var(--brand-blue);
}

.resource-quick-start > div {
  max-width: 930px;
}

.resource-quick-start .eyebrow {
  margin-bottom: 8px;
  color: var(--brand-yellow);
}

.resource-quick-start h2 {
  max-width: 850px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 2.9rem);
  line-height: 1.06;
}

.resource-quick-start p:not(.eyebrow) {
  max-width: 800px;
  margin: 0;
  color: #ffffff;
  font-size: 1.04rem;
  line-height: 1.6;
}

.resource-quick-start .button-primary {
  min-width: 190px;
  color: #111111;
  background: var(--brand-yellow);
}

.interactive-checklist-section {
  padding: 82px 5vw;
  background: #ffffff;
}

.interactive-checklist-section > .section-heading {
  max-width: 880px;
  margin: 0 0 34px;
}

.interactive-checklist-section > .section-heading h2 {
  max-width: 760px;
  color: #111111;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.interactive-checklist-section > .section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.6;
}

.checklist-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding: 22px 24px;
  border: 1px solid #dddddd;
  border-left: 6px solid var(--brand-yellow);
  border-radius: 6px;
  background: #ffffff;
}

.checklist-toolbar .eyebrow {
  margin-bottom: 5px;
}

.checklist-progress-label {
  display: block;
  margin-bottom: 10px;
  color: #111111;
  font-size: 1.2rem;
}

.checklist-progress-track {
  width: min(520px, 100%);
  height: 10px;
  overflow: hidden;
  border-radius: 5px;
  background: #dddddd;
}

.checklist-progress-track span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--brand-blue);
  transition: width 180ms ease;
}

.checklist-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.checklist-tools button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--brand-blue);
  border-radius: 4px;
  color: var(--brand-blue);
  background: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.checklist-tools button:hover,
.checklist-tools button:focus-visible {
  border-color: var(--brand-yellow);
  outline: 0;
  color: #111111;
}

.checklist-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checklist-group {
  min-width: 0;
  margin: 0;
  padding: 0 24px 16px;
  border: 1px solid #dddddd;
  border-top: 6px solid var(--brand-blue);
  border-radius: 8px;
  background: #ffffff;
}

.checklist-group legend {
  max-width: calc(100% - 20px);
  padding: 20px 10px 12px 0;
  color: #111111;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
}

.prep-check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #dddddd;
  cursor: pointer;
}

.prep-check input {
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  accent-color: var(--brand-blue);
}

.prep-check strong,
.prep-check small {
  display: block;
}

.prep-check strong {
  margin-bottom: 5px;
  color: #111111;
  font-size: 1rem;
  line-height: 1.25;
}

.prep-check small {
  color: #666666;
  font-size: 0.88rem;
  line-height: 1.5;
}

.prep-check:has(input:checked) strong {
  color: var(--brand-blue);
}

.prep-check:has(input:checked) small {
  color: #111111;
}

.pdf-download-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 82px 5vw;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f4f5f6;
}

.pdf-preview {
  max-width: 500px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
}

.pdf-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.pdf-download-copy {
  max-width: 650px;
}

.pdf-download-copy h2 {
  margin-bottom: 16px;
  color: #111111;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.pdf-download-copy > p:not(.eyebrow) {
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.65;
}

.pdf-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0;
  border: 1px solid #dddddd;
  background: #dddddd;
}

.pdf-benefits span {
  padding: 15px;
  color: #111111;
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.call-details-section,
.customer-scenarios,
.collection-choice,
.resource-faq {
  padding: 82px 5vw;
  background: #ffffff;
}

.resource-handover-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 82px 5vw;
  border-top: 1px solid #dddddd;
  background: #ffffff;
}

.resource-handover-section figure {
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
}

.resource-handover-section img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.resource-handover-section > div {
  max-width: 630px;
}

.resource-handover-section h2 {
  margin-bottom: 16px;
  color: #111111;
  font-size: clamp(2.2rem, 3.6vw, 3.45rem);
  line-height: 1.02;
}

.resource-handover-section p:not(.eyebrow) {
  margin: 0;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.65;
}

.call-details-section .section-heading,
.customer-scenarios .section-heading,
.collection-choice .section-heading,
.resource-faq .section-heading {
  max-width: 860px;
  margin: 0 0 34px;
}

.call-details-grid,
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #dddddd;
  background: #dddddd;
}

.call-details-grid article,
.scenario-grid article {
  min-height: 230px;
  padding: 26px;
  background: #ffffff;
}

.call-details-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #111111;
  background: var(--brand-yellow);
  font-weight: 900;
}

.call-details-grid h3,
.scenario-grid h3 {
  margin-bottom: 10px;
  color: #111111;
  font-size: 1.2rem;
}

.call-details-grid p,
.scenario-grid p {
  margin: 0;
  color: #666666;
  line-height: 1.55;
}

.customer-scenarios {
  border-top: 1px solid #dddddd;
  background: #f4f5f6;
}

.scenario-grid article {
  border-top: 5px solid var(--brand-blue);
}

.collection-choice {
  border-top: 1px solid #dddddd;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.choice-grid article {
  padding: 30px;
  border: 1px solid #dddddd;
  border-top: 6px solid var(--brand-yellow);
  border-radius: 8px;
  background: #ffffff;
}

.choice-grid article:last-child {
  border-top-color: var(--brand-blue);
}

.choice-grid h3 {
  margin-bottom: 15px;
  color: #111111;
  font-size: 1.45rem;
}

.choice-grid ul {
  margin: 0 0 20px;
  padding-left: 20px;
  color: #666666;
}

.choice-grid li + li {
  margin-top: 9px;
}

.choice-grid a {
  color: var(--brand-blue);
  font-weight: 800;
}

.problem-waste-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 48px 5vw;
  border-top: 6px solid var(--brand-yellow);
  color: #ffffff;
  background: var(--brand-blue);
}

.problem-waste-band .eyebrow {
  color: var(--brand-yellow);
}

.problem-waste-band h2 {
  max-width: 820px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.problem-waste-band p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
}

.problem-waste-band .button-primary {
  min-width: 190px;
  color: #111111;
  background: var(--brand-yellow);
}

.resource-faq {
  border-top: 1px solid #dddddd;
}

.resource-faq .faq-list {
  max-width: 980px;
}

/* Sydney council clean-up decision guide. */
.council-guide-page .page-system-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(3.05rem, 4.55vw, 4.5rem);
}

.council-guide-page .page-system-hero-media img {
  object-position: center 38%;
}

.council-option-finder {
  padding: 82px 5vw;
  background: #ffffff;
}

.council-option-finder > .section-heading,
.council-official-links > .section-heading {
  max-width: 900px;
  margin: 0 0 34px;
}

.council-option-finder > .section-heading h2,
.council-official-links > .section-heading h2 {
  max-width: 780px;
  color: #111111;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.council-option-finder > .section-heading p:not(.eyebrow),
.council-official-links > .section-heading p:not(.eyebrow) {
  max-width: 820px;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.65;
}

.council-route-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
}

.council-route-options {
  display: grid;
  gap: 8px;
}

.council-route-options button {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-left: 5px solid #d7d7d7;
  border-radius: 6px;
  color: #111111;
  text-align: left;
  background: #ffffff;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.council-route-options button > span {
  grid-row: 1 / span 2;
  color: var(--brand-blue);
  font-size: 0.85rem;
  font-weight: 900;
}

.council-route-options button strong,
.council-route-options button small {
  display: block;
}

.council-route-options button strong {
  align-self: end;
  font-size: 1rem;
  line-height: 1.2;
}

.council-route-options button small {
  align-self: start;
  margin-top: 4px;
  color: #666666;
  font-size: 0.82rem;
  line-height: 1.35;
}

.council-route-options button:hover,
.council-route-options button:focus-visible {
  border-left-color: var(--brand-yellow);
  outline: 0;
}

.council-route-options button.is-active {
  border-color: var(--brand-blue);
  border-left-color: var(--brand-yellow);
  color: #ffffff;
  background: var(--brand-blue);
}

.council-route-options button.is-active > span,
.council-route-options button.is-active small {
  color: #ffffff;
}

.council-route-results {
  min-height: 462px;
  display: grid;
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid #d7d7d7;
  border-top: 8px solid var(--brand-yellow);
  border-radius: 8px;
  background: #f4f5f6;
}

.council-route-results article {
  align-self: center;
  max-width: 690px;
}

.council-route-results article[hidden] {
  display: none;
}

.council-route-results h3 {
  max-width: 590px;
  margin-bottom: 16px;
  color: #111111;
  font-size: clamp(2rem, 3.25vw, 3rem);
  line-height: 1.03;
}

.council-route-results p:not(.eyebrow) {
  margin: 0 0 24px;
  color: #555555;
  font-size: 1.02rem;
  line-height: 1.65;
}

.council-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.council-kerb-section > div p + p,
.council-crew-section > div p + p {
  margin-top: 14px;
}

.council-kerb-section > div > a,
.council-crew-section > div > a {
  display: inline-block;
  margin-top: 20px;
  color: var(--brand-blue);
  font-weight: 800;
}

.council-kerb-section figure {
  aspect-ratio: 4 / 3;
}

.council-kerb-section img {
  object-position: center 55%;
}

.council-left-behind {
  border-top: 1px solid #dddddd;
}

.council-left-behind .call-details-grid article {
  min-height: 270px;
}

.council-sorting-section {
  background: #f4f5f6;
}

.council-crew-section {
  border-bottom: 1px solid #dddddd;
}

.council-crew-section figure {
  order: 2;
}

.council-crew-section > div {
  order: 1;
}

.council-comparison {
  background: #ffffff;
}

.council-official-links {
  padding: 82px 5vw;
  border-top: 1px solid #dddddd;
  background: #f4f5f6;
}

.official-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #dddddd;
  background: #dddddd;
}

.official-link-grid article {
  min-height: 300px;
  padding: 30px;
  background: #ffffff;
}

.official-link-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--brand-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.official-link-grid h3 {
  margin-bottom: 12px;
  color: #111111;
  font-size: 1.4rem;
  line-height: 1.15;
}

.official-link-grid p {
  color: #666666;
  line-height: 1.58;
}

.official-link-grid a {
  display: inline-block;
  margin-top: 12px;
  color: var(--brand-blue);
  font-weight: 800;
}

.council-depot-note {
  border-top-color: var(--brand-yellow);
}

@media (max-width: 1050px) {
  .call-details-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .official-link-grid {
    grid-template-columns: 1fr;
  }

  .official-link-grid article {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .resource-guide-page:has(.site-header.menu-open) .mobile-cta {
    display: none;
  }

  .resource-guide-page .page-system-hero h1 {
    max-width: 11ch;
    font-size: 2.55rem;
  }

  .council-guide-page .page-system-hero h1 {
    max-width: 12ch;
    font-size: 2.45rem;
  }

  .resource-quick-start,
  .problem-waste-band {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 20px;
  }

  .resource-quick-start .button,
  .problem-waste-band .button {
    width: 100%;
  }

  .interactive-checklist-section,
  .call-details-section,
  .customer-scenarios,
  .collection-choice,
  .resource-faq,
  .council-option-finder,
  .council-official-links {
    padding: 56px 20px;
  }

  .checklist-toolbar,
  .checklist-groups,
  .pdf-download-section,
  .choice-grid,
  .resource-handover-section,
  .council-route-layout {
    grid-template-columns: 1fr;
  }

  .council-route-results {
    min-height: 440px;
  }

  .checklist-tools {
    justify-content: flex-start;
  }

  .pdf-download-section {
    gap: 38px;
    padding: 56px 20px;
  }

  .resource-handover-section {
    gap: 32px;
    padding: 56px 20px;
  }

  .council-crew-section figure,
  .council-crew-section > div {
    order: initial;
  }

  .pdf-preview {
    width: min(100%, 460px);
  }
}

@media (max-width: 600px) {
  .interactive-checklist-section > .section-heading h2,
  .pdf-download-copy h2,
  .council-option-finder > .section-heading h2,
  .council-official-links > .section-heading h2 {
    font-size: 2.2rem;
  }

  .council-route-results {
    min-height: 0;
    padding: 28px 22px;
  }

  .council-route-results h3 {
    font-size: 2rem;
  }

  .council-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .council-result-actions .button {
    width: 100%;
  }

  .official-link-grid article {
    padding: 24px;
  }

  .checklist-toolbar {
    padding: 20px;
  }

  .checklist-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checklist-tools button {
    width: 100%;
  }

  .checklist-group {
    padding-inline: 20px;
  }

  .call-details-grid,
  .scenario-grid,
  .pdf-benefits {
    grid-template-columns: 1fr;
  }

  .call-details-grid article,
  .scenario-grid article {
    min-height: 0;
    padding: 23px;
  }

  .pdf-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pdf-actions .button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .resource-guide-page .page-system-hero h1 {
    font-size: 2.3rem;
  }

  .council-guide-page .page-system-hero h1 {
    font-size: 2.1rem;
  }

  .council-route-options button {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    padding-inline: 14px;
  }

  .checklist-tools {
    grid-template-columns: 1fr;
  }

  .prep-check {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
  }
}

@media print {
  .resource-guide-page .site-header,
  .resource-guide-page .page-system-hero,
  .resource-guide-page .page-system-proof,
  .resource-guide-page .resource-quick-start,
  .resource-guide-page .checklist-tools,
  .resource-guide-page .pdf-download-section,
  .resource-guide-page .call-details-section,
  .resource-guide-page .resource-handover-section,
  .resource-guide-page .customer-scenarios,
  .resource-guide-page .collection-choice,
  .resource-guide-page .problem-waste-band,
  .resource-guide-page .resource-faq,
  .resource-guide-page .call-band,
  .resource-guide-page .useful-guides,
  .resource-guide-page .site-footer,
  .resource-guide-page .mobile-cta {
    display: none !important;
  }

  .resource-guide-page .interactive-checklist-section {
    padding: 20px;
  }

  .resource-guide-page .checklist-toolbar {
    border-left-color: #111111;
  }

  .resource-guide-page .checklist-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-guide-page .checklist-group {
    break-inside: avoid;
  }
}
