.page-brother-printers-auckland {
  --brother-blue: #0056b8;
  --brother-blue-dark: #003d82;
  --brother-ink: #0c1727;
  --brother-muted: #526173;
  --brother-line: #dbe2e9;
  --brother-cloud: #f2f5f8;
  --brother-canvas: #fbfcfd;
  --brother-bronze: #b96232;
}

.page-brother-printers-auckland main {
  overflow: clip;
  background: var(--brother-canvas);
}

.brother-page,
.brother-page * {
  box-sizing: border-box;
}

.brother-page {
  color: var(--brother-ink);
  background: var(--brother-canvas);
}

.brother-page h1,
.brother-page h2,
.brother-page h3,
.brother-page p,
.brother-page figure,
.brother-page ul {
  margin: 0;
}

.brother-page img {
  display: block;
  max-width: 100%;
}

.brother-shell {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

.brother-section {
  padding-block: 72px;
}

.brother-kicker {
  display: block;
  color: var(--brother-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.brother-section-heading {
  max-width: 610px;
}

.brother-section-heading h2,
.brother-partner__copy h2,
.brother-enquiry__intro h2 {
  margin-top: 12px;
  color: var(--brother-ink);
  font-size: clamp(2rem, 7.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.brother-section-heading p,
.brother-partner__copy > p,
.brother-enquiry__intro > p {
  margin-top: 20px;
  color: var(--brother-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.brother-btn.btn {
  min-height: 48px;
  border-color: var(--brother-blue);
  border-radius: 3px;
  background: var(--brother-blue);
  color: #fff;
  box-shadow: none;
  padding-inline: 22px;
}

.brother-btn.btn:hover,
.brother-btn.btn:focus-visible {
  border-color: var(--brother-blue-dark);
  background: var(--brother-blue-dark);
  color: #fff;
}

.brother-text-link,
.brother-page article a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--brother-blue);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 4px;
}

.brother-text-link:hover,
.brother-text-link:focus-visible,
.brother-page article a:not(.btn):hover,
.brother-page article a:not(.btn):focus-visible {
  color: var(--brother-blue-dark);
  text-decoration: underline;
}

.brother-hero {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0 47%, rgba(238, 242, 246, 0.72) 100%),
    var(--brother-canvas);
  padding-block: 48px 42px;
}

.brother-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 58%;
  background: repeating-linear-gradient(90deg, transparent 0 120px, rgba(12, 23, 39, 0.035) 120px 121px);
  content: "";
}

.brother-hero__grid {
  display: grid;
  gap: 34px;
}

.brother-hero__copy {
  position: relative;
  z-index: 2;
}

.brother-hero__partnership {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 82px;
}

.brother-wordmark {
  width: 168px;
  height: auto;
}

.brother-partnership-divider {
  width: 1px;
  height: 62px;
  background: var(--brother-line);
}

.brother-hero__badge {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brother-hero__copy > .brother-kicker {
  margin-top: 32px;
}

.brother-hero h1 {
  max-width: 11ch;
  margin-top: 12px;
  color: var(--brother-ink);
  font-size: clamp(2.75rem, 13vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.brother-hero__copy > p {
  max-width: 48ch;
  margin-top: 24px;
  color: var(--brother-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.brother-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 28px;
}

.brother-hero__products {
  position: relative;
  min-height: 285px;
  margin-top: 4px;
}

.brother-hero__plinth {
  position: absolute;
  right: 2%;
  bottom: 5%;
  left: 2%;
  height: 13%;
  border-radius: 50%;
  background: rgba(12, 23, 39, 0.1);
  filter: blur(18px);
}

.brother-hero-product {
  position: absolute;
  z-index: 1;
  bottom: 4%;
}

.brother-hero-product--1 {
  z-index: 2;
  left: -2%;
  width: 40%;
}

.brother-hero-product--2 {
  z-index: 3;
  left: 29%;
  width: 38%;
}

.brother-hero-product--3 {
  right: -3%;
  width: 52%;
}

.brother-hero-product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brother-hero-product figcaption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.brother-proof {
  border-block: 1px solid var(--brother-line);
  background: #fff;
}

.brother-proof__grid {
  display: grid;
}

.brother-proof article {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 20px;
  min-width: 0;
  border-bottom: 1px solid var(--brother-line);
  padding: 22px 0;
}

.brother-proof article:last-child {
  border-bottom: 0;
}

.brother-proof__icon {
  display: block;
  width: 108px;
  height: 82px;
}

.brother-proof__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brother-proof strong,
.brother-proof article div > span {
  display: block;
}

.brother-proof strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.brother-proof article div > span {
  margin-top: 5px;
  color: var(--brother-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.brother-brand-story {
  padding-bottom: 0;
  background: #f1f4f6;
}

.brother-brand-story__grid {
  display: grid;
  gap: 36px;
}

.brother-brand-story__image {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: #fff;
}

.brother-brand-story__image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: 58% 46%;
  mix-blend-mode: multiply;
  transform: scale(1.28);
}

.brother-brand-story__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border-left: 3px solid var(--brother-blue);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
}

.brother-brand-story__image figcaption span,
.brother-brand-story__image figcaption strong {
  display: block;
}

.brother-brand-story__image figcaption span {
  color: var(--brother-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brother-brand-story__image figcaption strong {
  margin-top: 3px;
  font-size: 0.9rem;
}

.brother-products {
  background: #fff;
}

.brother-section-heading--wide::before {
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--brother-blue);
  content: "";
}

.brother-products__grid {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.brother-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(120px, 0.9fr);
  align-items: center;
  min-height: 210px;
  background: var(--brother-cloud);
}

.brother-product__image {
  align-self: stretch;
  overflow: hidden;
  min-width: 0;
}

.brother-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 18px;
}

.brother-product__copy {
  min-width: 0;
  padding: 22px 18px 22px 4px;
}

.brother-product__copy > span {
  color: var(--brother-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.brother-product h3 {
  margin-top: 4px;
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.brother-product a {
  margin-top: 18px;
  font-size: 0.78rem;
}

.brother-products__action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.brother-konica {
  border-block: 1px solid var(--brother-line);
  background: #f2f5f8;
  padding-block: 68px;
  scroll-margin-top: 96px;
}

.brother-konica__grid {
  display: grid;
  gap: 36px;
}

.brother-konica h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 7.5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.brother-konica p {
  margin-top: 12px;
  color: var(--brother-muted);
  line-height: 1.7;
}

.brother-konica__copy > a {
  margin-top: 22px;
}

.brother-konica__product {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  justify-items: center;
  min-height: 340px;
  overflow: hidden;
  background: #fff;
  padding: 28px 28px 0;
}

.brother-konica__product img {
  align-self: end;
  width: min(72%, 240px);
  max-height: 370px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brother-konica__product figcaption {
  display: grid;
  gap: 4px;
  align-self: end;
  justify-self: start;
  border-left: 3px solid var(--brother-blue);
  margin-bottom: 28px;
  padding-left: 16px;
}

.brother-konica__product figcaption strong,
.brother-konica__product figcaption span {
  display: block;
}

.brother-konica__product figcaption span {
  max-width: 18ch;
  color: var(--brother-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.brother-partner {
  background: #fff;
}

.brother-partner__grid {
  display: grid;
  gap: 40px;
}

.brother-partner__badge-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  isolation: isolate;
}

.brother-partner__badge-wrap::before {
  position: absolute;
  z-index: -1;
  width: min(90%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 98, 50, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 98, 50, 0.13), rgba(185, 98, 50, 0.035) 58%, transparent 59%);
  content: "";
}

.brother-partner__badge {
  width: min(78%, 390px);
  height: auto;
  filter: drop-shadow(0 24px 28px rgba(95, 51, 28, 0.18));
}

.brother-partner__copy ul,
.brother-enquiry__intro ul {
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.brother-partner__copy li {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid var(--brother-line);
  padding-block: 15px;
}

.brother-partner__copy li:first-child {
  border-top: 1px solid var(--brother-line);
}

.brother-partner__copy li strong {
  font-size: 0.98rem;
}

.brother-partner__copy li span {
  color: var(--brother-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.brother-partner__cta {
  margin-top: 24px;
}

.brother-routes {
  background: var(--brother-cloud);
}

.brother-routes__grid {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  background: var(--brother-line);
}

.brother-routes article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  background: #fff;
  padding: 28px;
}

.brother-routes article > span {
  color: var(--brother-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brother-routes h3 {
  margin-top: 26px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.brother-routes p {
  margin-top: 12px;
  color: var(--brother-muted);
  line-height: 1.6;
}

.brother-routes a {
  margin-top: auto;
  padding-top: 24px;
}

.brother-enquiry {
  border-top: 1px solid var(--brother-line);
  background: linear-gradient(145deg, #fff, #edf2f6);
  color: var(--brother-ink);
  padding-block: 72px;
}

.brother-enquiry__grid {
  display: grid;
  max-width: 1040px;
}

.brother-enquiry__main {
  min-width: 0;
}

.brother-enquiry__form {
  min-width: 0;
  margin-top: 34px;
  border: 1px solid var(--brother-line);
  background: #fff;
  color: var(--brother-ink);
  padding: 24px;
}

.brother-form-fields {
  display: grid;
  grid-column: 1 / -1;
  gap: 16px;
}

.brother-form-fields label {
  min-width: 0;
}

.brother-enquiry .harness-form input,
.brother-enquiry .harness-form select,
.brother-enquiry .harness-form textarea {
  border-radius: 2px;
  background: #fff;
}

.brother-enquiry .harness-form textarea {
  min-height: 120px;
}

.brother-enquiry .form-actions .btn {
  width: min(100%, 230px);
  border-color: var(--brother-blue);
  border-radius: 3px;
  background: var(--brother-blue);
  box-shadow: none;
}

.brother-enquiry .form-actions .btn:hover,
.brother-enquiry .form-actions .btn:focus-visible {
  border-color: var(--brother-blue-dark);
  background: var(--brother-blue-dark);
}

@media (min-width: 560px) {
  .brother-shell {
    width: min(100% - 48px, 1200px);
  }

  .brother-actions {
    flex-direction: row;
    align-items: center;
  }

  .brother-konica__product {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brother-konica__product img {
    width: min(100%, 270px);
  }

  .brother-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brother-form-fields .form-field--full,
  .brother-form-fields .form-actions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 760px) {
  .brother-section,
  .brother-enquiry {
    padding-block: 92px;
  }

  .brother-hero {
    padding-block: 70px 56px;
  }

  .brother-wordmark {
    width: 210px;
  }

  .brother-partnership-divider {
    height: 72px;
  }

  .brother-hero__badge {
    width: 90px;
    height: 90px;
  }

  .brother-hero__grid {
    grid-template-columns: minmax(300px, 0.88fr) minmax(410px, 1.12fr);
    align-items: center;
    gap: 28px;
  }

  .brother-hero__products {
    min-height: 500px;
  }

  .brother-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brother-proof article {
    border-right: 1px solid var(--brother-line);
    border-bottom: 0;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 12px;
    padding: 24px 24px 28px;
  }

  .brother-proof__icon {
    width: 118px;
    height: 88px;
  }

  .brother-proof article:last-child {
    border-right: 0;
  }

  .brother-brand-story {
    padding-block: 0;
  }

  .brother-brand-story__grid {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 56px;
    width: min(100%, 1440px);
    max-width: none;
    margin-right: 0;
  }

  .brother-brand-story .brother-section-heading {
    justify-self: end;
    max-width: 470px;
    padding-block: 72px;
  }

  .brother-brand-story__image,
  .brother-brand-story__image img {
    min-height: 520px;
  }

  .brother-products__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: repeat(2, minmax(210px, 1fr));
  }

  .brother-product--1 {
    grid-row: 1 / 3;
    grid-template-columns: 1fr;
  }

  .brother-product--1 .brother-product__copy {
    padding: 0 34px 34px;
  }

  .brother-product--1 .brother-product__image {
    min-height: 360px;
  }

  .brother-konica__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 64px;
  }

  .brother-partner__grid {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 70px;
  }

  .brother-routes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brother-enquiry__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brother-enquiry__form {
    padding: 34px;
  }
}

@media (min-width: 1100px) {
  .brother-hero {
    min-height: 650px;
    padding-block: 82px 64px;
  }

  .brother-hero__grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 32px;
  }

  .brother-wordmark {
    width: 250px;
  }

  .brother-partnership-divider {
    height: 88px;
  }

  .brother-hero__badge {
    width: 106px;
    height: 106px;
  }

  .brother-hero h1 {
    max-width: none;
    font-size: 4rem;
  }

  .brother-hero__products {
    min-height: 550px;
    margin-right: -32px;
  }

  .brother-proof article {
    padding-block: 26px;
  }

  .brother-section-heading--wide {
    max-width: 720px;
  }

  .brother-routes article {
    min-height: 300px;
    padding: 38px;
  }

}

@media (max-width: 359px) {
  .brother-shell {
    width: min(100% - 24px, 1200px);
  }

  .brother-hero h1 {
    font-size: 2.55rem;
  }

  .brother-wordmark {
    width: 140px;
  }

  .brother-hero__badge {
    width: 64px;
    height: 64px;
  }

  .brother-product {
    grid-template-columns: minmax(0, 1fr) 120px;
  }

  .brother-product__copy {
    padding-right: 12px;
  }

  .brother-enquiry__form {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brother-page *,
  .brother-page *::before,
  .brother-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
