:root {
  --pink: #e1388f;
  --blue: #0a7bdc;
  --divider-blue: #abd3ff;
  --text: #777;
  --dark: #3f3f3f;
  --line: #e5e5e5;
  --footer: #585858;
  --navy: #17324d;
  --site-content-width: 1220px;
  --homepage-component-width: var(--site-content-width);
  --homepage-body-copy: 18px;
  --header-text: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { font-size: 100%; }
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--text);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: #df257d; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #555;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-rendering: optimizeSpeed;
}

.sdbc-width {
  width: min(var(--site-content-width), calc(100% - 34px));
  margin-right: auto;
  margin-left: auto;
}

/* Header */
.sdbc-header { background: #fff; }
.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.sdbc-logo {
  display: block;
  width: 200px;
  color: #222;
  text-decoration: none;
}
.sdbc-logo:hover { text-decoration: none; }
.sdbc-logo img {
  display: block;
  width: 200px;
  height: auto;
}
.logo-top, .logo-bottom { display: none; }
.account-nav {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: var(--header-text);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.account-nav a { color: #666; }
.header-basket-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.basket-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #1887fa;
}
.basket-icon svg { display: block; }
.basket-count {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.contact-strip {
  height: 23px;
  background: #f2f2f2;
}
.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  height: 23px;
  color: #666;
  font-size: var(--header-text);
  font-weight: 700;
  line-height: 1;
}
.contact-strip-inner span { white-space: nowrap; }
.contact-strip a { color: #666; }
.staging-pill {
  padding: 1px 6px;
  border: 1px solid #efd16d;
  border-radius: 9px;
  background: #fff2bf;
  color: #69581b;
  font-size: 9px;
  font-weight: 700;
}

/* Homepage hero */
.home-hero,
.promise-grid,
.content-section,
.case-study,
.home-contact-shell {
  max-width: var(--homepage-component-width);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr);
  align-items: center;
  gap: 34px;
  height: 442px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 28px 42px 24px;
  overflow: hidden;
  border: 1px solid #e2eaf2;
  background: #f7fafc;
}
.home-hero-image { text-align: center; }
.home-hero-image img {
  display: block;
  width: 530px;
  max-width: 100%;
  max-height: 360px;
  height: auto;
  margin: 0 auto;
  image-rendering: auto;
}
.home-hero-copy { position: relative; padding-left: 0; }
.hero-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}
.home-hero-copy .hero-heading {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: clamp(29px, 3.1vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}
.hero-price {
  display: block;
  margin: 0 0 16px;
  color: var(--pink);
  font-size: 24px;
  line-height: 1.3;
}
.hero-price > span { font-size: 24px; }
.hero-price small {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  vertical-align: .18em;
}
.pink-outline-button {
  display: inline-block;
  margin: 0 0 13px;
  padding: 0 1.2em;
  border: 2px solid var(--pink);
  border-radius: 10px;
  background: #fff;
  color: var(--pink);
  font-size: 14px;
  font-weight: 700;
  line-height: 32.2px;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.pink-outline-button:hover,
.pink-outline-button:focus {
  background: var(--pink);
  color: #fff;
  text-decoration: none;
}
.sets-note {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.hero-order-button {
  min-width: 180px;
  padding: 5px 25px;
  border-radius: 3px;
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 7px 18px rgba(177, 22, 98, .16);
}
.hero-service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 3px;
  color: #536679;
  font-size: 13px;
  font-weight: 700;
}
.hero-service-points span::before {
  margin-right: 5px;
  color: #38a56a;
  content: "✓";
}

/* Guarantee and testimonial row */
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 19.6px;
  margin-bottom: 42px;
  padding: 0;
  background: transparent;
}
.promise-card {
  height: 188px;
  padding: 28px 30px;
  border: 1px solid #e1e7ed;
}
.pink-card {
  background: var(--pink);
  color: #fff;
}
.promise-card:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.promise-card:first-child strong,
.promise-card:first-child span {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.promise-card:nth-child(2) { padding: 22px 20px; }
.promise-card:nth-child(2) > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.35;
}
.promise-card:nth-child(2) > span {
  display: block;
  font-size: 17px;
  line-height: 1.45;
}
.promise-card:nth-child(2) > small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.review-card {
  padding: 12px 18px;
  border-top: 4px solid var(--blue);
  background: #f8fafc;
  color: #666;
  text-align: center;
}
.review-card p {
  margin: 7px 0 9px;
  font-size: 17px;
  font-style: italic;
  line-height: 1.35;
}
.review-card small { font-size: 13px; }
.stars {
  color: var(--pink);
  font-size: 14px;
  letter-spacing: 1px;
}

/* Homepage content */
.content-section {
  padding: 38px 0;
}
.promise-grid + .content-section,
.ruled-section {
  border-top: 1px solid #d9e4ef;
}
.content-section h2,
.case-study h2 {
  margin: 0 0 13px;
  color: #555;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.content-section h3,
.case-study h3 {
  margin: 0 0 12px;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.content-section p,
.case-study p {
  margin: 0 0 14px;
  font-size: var(--homepage-body-copy);
  line-height: 1.6;
}
.content-section > p,
.content-section > .tick-list,
.case-study > h2,
.case-study > h3,
.case-study > p {
  max-width: 1080px;
}
.home-prices {
  padding-top: 42px;
}
.home-prices h2 { color: var(--navy); font-size: 29px; }
.price-table-wrap { overflow-x: auto; }
.home-price-table {
  width: 100%;
  min-width: 650px;
  margin-bottom: 16px;
  border-collapse: collapse;
  border: 1px solid #dce5ee;
  font-size: 15px;
  line-height: 1.4;
}
.home-price-table th,
.home-price-table td {
  padding: 11px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.home-price-table thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}
.home-price-table th:first-child { text-align: left; }
.home-price-table tbody tr:nth-child(even) { background: #f9f9f9; }
.ruled-section { padding: 38px 0 20px; }
.content-section .tick-list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}
.content-section .tick-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 23px;
  font-size: var(--homepage-body-copy);
  line-height: 1.55;
}
.content-section .tick-list li::before {
  position: absolute;
  left: 0;
  color: #55a63c;
  content: "✓";
  font-weight: 700;
}
.payment-heading { margin-top: 20px !important; }
.fulfilment-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 24px 0 30px;
  padding: 20px 0;
  border-top: 1px solid #d9e4ef;
  border-bottom: 1px solid #d9e4ef;
}
.fulfilment-choices div { min-width: 0; }
.fulfilment-choices strong,
.fulfilment-choices span { display: block; }
.fulfilment-choices strong { margin-bottom: 3px; color: var(--navy); font-size: 17px; }
.fulfilment-choices span { color: #637383; font-size: 14px; line-height: 1.45; }
.urgent-order-guide {
  margin-top: 22px;
  margin-bottom: 42px;
  padding: 28px 0 42px;
  border-bottom: 1px solid #d9e4ef;
  background: #fff;
}
.urgent-order-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e4ef;
}
.urgent-order-header .section-label { margin-bottom: 3px; }
.urgent-order-header h2 { margin-bottom: 0; }
.section-label {
  margin-bottom: 7px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.urgent-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 26px;
}
.urgent-order-grid article {
  min-width: 0;
}
.urgent-step-number {
  display: block;
  margin-bottom: 13px;
  color: var(--pink);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.urgent-order-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 20px; }
.urgent-order-grid p { margin-bottom: 0; font-size: 16px; line-height: 1.6; }
.case-study {
  margin-top: 3px;
  margin-bottom: 42px;
  padding: 38px 0 30px;
  border-top: 3px solid var(--blue);
  background: #fff;
}
.case-study h2 { margin-bottom: 10px; color: var(--navy); font-size: 28px; }
.case-study h3 { margin-bottom: 24px; color: #596b7e; font-size: 20px; line-height: 1.45; }
.case-study p { margin-bottom: 18px; line-height: 1.72; }

/* Contact and map */
.home-contact-shell .questions-block {
  margin: 30px 0 44px;
  padding: 34px 26px 26px;
  border-top: 1px solid #d9e4ef;
  border-bottom: 1px solid #d9e4ef;
}
.questions-block { margin: 30px 0 40px; }
.section-heading-rule {
  position: relative;
  height: 22px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.section-heading-rule span {
  position: relative;
  top: -14px;
  padding: 0 17px;
  background: #fff;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}
.questions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  text-align: center;
}
.questions-grid > div {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.home-contact-shell .questions-grid > div { font-size: 17px; }
.home-contact-shell .questions-grid a {
  color: #244f75;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.questions-grid a { color: #4f6781; }
.questions-grid > div:nth-child(2) a {
  display: inline-block;
  text-align: left;
}
.contact-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  margin: 0 auto 10px;
  color: #314c67;
}
.contact-at {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.contact-location {
  color: #314c67;
}
.contact-symbol svg {
  width: 24px;
  height: 24px;
}
.questions-grid p { margin: 0 0 10px; }
.questions-grid small {
  font-size: 13px;
  line-height: 1.55;
}
.google-map-wrap {
  width: 100%;
  min-width: 0;
  height: 400px;
  overflow: hidden;
  border: 0;
}
.google-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.sdbc-footer {
  padding: 16px 0;
  background: #595959;
  color: #bbb;
  font-size: 13px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sdbc-footer a { color: inherit; }
.legal-page {
  padding: 48px 0 64px;
  background: #f7f7f7;
}
.legal-inner {
  width: min(960px, calc(100% - 64px));
  max-width: 900px;
  min-width: 0;
}
.legal-intro,
.legal-document {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.legal-intro {
  padding: 36px 40px 32px;
}
.legal-intro h1 {
  margin: 0 0 16px;
  color: #3f3f3f;
  font-size: 34px;
  line-height: 1.2;
}
.legal-identity {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.legal-identity p { margin: 0 0 6px; }
.legal-version {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 20px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.legal-document {
  margin-top: 22px;
  padding: 44px;
  overflow-wrap: anywhere;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.65;
}
.legal-document h1 {
  margin: 34px 0 11px;
  color: #3f3f3f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}
.legal-document h2 {
  margin-top: 42px !important;
  margin-bottom: 12px !important;
  color: #3f3f3f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
.legal-document > h2:first-child { margin-top: 0 !important; }
.legal-document h3,
.legal-document h4,
.legal-document h6 {
  margin: 22px 0 8px;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.legal-document h5,
.legal-document p:has(> strong:only-child),
.legal-document p:has(> b:only-child) {
  margin-top: 22px !important;
  margin-bottom: 8px !important;
  line-height: 1.35;
}
.legal-document h5 {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
}
.legal-document > h5:first-child,
.legal-document > p:first-child:has(> strong:only-child),
.legal-document > p:first-child:has(> b:only-child) {
  margin-top: 0 !important;
}
.legal-document :is(h1, h2, h3, h4) + h5,
.legal-document :is(h1, h2, h3, h4) + p:has(> strong:only-child),
.legal-document :is(h1, h2, h3, h4) + p:has(> b:only-child) {
  margin-top: 8px !important;
}
.legal-document > :first-child { margin-top: 0; }
.legal-document p { margin: 0 0 14px; }
.legal-document .mt5 {
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}
.legal-document ul,
.legal-document ol {
  margin: 0 0 12px;
  padding-left: 26px;
}
.legal-document li { margin-bottom: 8px; }
.legal-document li:last-child { margin-bottom: 0; }
.legal-document a {
  color: #c91f70;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-document a:hover { color: #8f164f; }
.legal-document a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.legal-document img { max-width: 100%; height: auto; }
.legal-document table { display: block; max-width: 100%; overflow-x: auto; }
.payment-marks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  color: #ccc;
}
.payment-mark {
  display: inline-flex;
  align-items: center;
  padding: 3px 5px 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .1);
}
.payment-logo {
  display: block;
  width: auto;
  height: 20px;
}

/* Product page */
.product-page {
  padding: 24px 0 28px;
}
.product-page-title {
  margin: 0 0 20px;
  color: #444;
  font-size: 24px;
  line-height: 1.3;
}
.product-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 36px;
}
.product-media {
  min-width: 0;
}
.product-image {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  image-rendering: auto;
}
.free-services {
  max-width: 520px;
  padding: 0 26px;
}
.free-services > p {
  margin-bottom: 8px;
  font-size: 16px;
}
.tick-list.compact li {
  margin-bottom: 14px;
  font-size: 15px;
}
.product-summary {
  width: 100%;
  min-width: 0;
  margin: 28px auto 0;
}
.product-search-context {
  max-width: 900px;
  margin: 24px 0 0;
}
.product-search-context h2 {
  margin: 0 0 9px;
  color: #444;
  font-size: 18px;
}
.product-search-context p {
  margin: 7px 0;
  line-height: 1.55;
}
.product-support {
  width: min(var(--site-content-width), calc(100% - 34px));
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}
.product-support .questions-block { margin: 18px 0 0; }
.product-support .questions-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-support .google-map-wrap {
  width: min(100%, 240px);
  height: auto;
  aspect-ratio: 4 / 5;
  justify-self: center;
}
.configurator-card {
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: 3px solid var(--blue);
  background: #fff;
}
.configurator-section { padding: 17px 18px; }
.configurator-section + .configurator-section { border-top: 1px solid #ddd; }
.designer-section + .order-section { padding-top: 0; border-top: 0; }
.configurator-section > h2,
.designer-instructions > h2 {
  margin: 0 0 12px;
  color: #444;
  font-size: 17px;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-option { margin: 12px 0; }
.product-options-section .product-option:last-child { margin-bottom: 0; }
.product-option > label,
.product-option-label {
  display: block;
  margin-bottom: 6px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.material-step { margin-top: 9px; }
.legacy-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.legacy-choice {
  padding: 9px 12px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background: #fff;
  color: #555;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
}
.legacy-choice:hover { border-color: #2d92e7; }
.legacy-choice.is-active {
  border-color: #0878dd;
  background: #0878dd;
  color: #fff;
}
.material-choice-row { gap: 8px; }
.material-family-row { gap: 8px; }
.material-family-choice { min-width: 95px; }
.material-choice { min-width: 95px; }
.simple-price-grid-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d5d5d5;
  -webkit-overflow-scrolling: touch;
}
.mobile-price-grid { display: none; }
.simple-price-grid {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
.simple-price-grid th,
.simple-price-grid td {
  padding: 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  white-space: nowrap;
}
.simple-price-grid th {
  padding: 10px 9px;
  background: #f4f6f8;
  color: #444;
  font-weight: 700;
}
.simple-price-grid th:first-child {
  position: sticky;
  z-index: 1;
  left: 0;
  min-width: 126px;
  box-shadow: 1px 0 #ddd;
}
.price-cell-button {
  width: 100%;
  min-width: 76px;
  min-height: 46px;
  padding: 9px 8px;
  border: 2px solid transparent;
  background: #fff;
  color: #333;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.price-cell-button:hover,
.price-cell-button:focus-visible {
  border-color: var(--pink);
  outline: 0;
}
.price-cell-button.is-selected {
  border-color: #9b1855;
  background: var(--pink);
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.price-cell-button.is-selected::after {
  margin-left: 5px;
  content: '✓';
}
.price-cell-unavailable {
  display: block;
  min-height: 46px;
  padding: 12px 8px;
  background: #fafafa;
  color: #999;
}
.selected-price-summary {
  min-height: 20px;
  margin: 8px 0 0;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}
.order-continuation[hidden] { display: none; }
.order-continuation.is-revealed {
  animation: reveal-order-continuation .18s ease-out;
}
@keyframes reveal-order-continuation {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.material-description {
  display: block;
  max-width: 820px;
  margin-top: 8px;
  padding: 8px 10px;
  border-left: 2px solid #8bbce5;
  background: #f5f8fa;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
.material-description strong,
.material-description span { display: block; }
.material-description strong { margin-bottom: 3px; }
.field-help {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.legacy-custom-size {
  margin-top: 7px;
  padding: 10px;
  border-left: 2px solid var(--pink);
  background: #f6f6f6;
}
.legacy-custom-size[hidden] { display: none; }
.legacy-custom-size label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.custom-size-heading {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.custom-size-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.custom-size-inputs label {
  display: inline-flex;
  gap: 3px;
  margin: 0;
}
.legacy-custom-size input {
  width: 85px;
  padding: 7px;
  border: 1px solid #ccc;
}
.legacy-custom-size .custom-size-error {
  color: #8b2525;
  font-weight: 700;
}
.custom-size-error[hidden] { display: none; }
.legacy-custom-size p {
  margin: 8px 0 0;
  font-size: 14px;
}
.artwork-section > p {
  max-width: 820px;
  margin: 0 0 9px;
  font-size: 14px;
}
.artwork-section > h2 { text-transform: none; }
.canva-guidance {
  border-left-color: #55a76a !important;
}
.office-guidance { border-left-color: #8bbce5 !important; }
.ai-guidance { border-left-color: #d5b66a !important; }
.figma-guidance { border-left-color: var(--pink) !important; }
.artwork-help {
  max-width: 820px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #e0b44f;
  border-left: 4px solid #d79b17;
  background: #fff8e5;
  font-size: 14px;
}
.artwork-help summary {
  color: #76520b;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}
.artwork-help div {
  margin-top: 7px;
  padding: 5px 0 5px 9px;
  border-left: 2px solid #ccc;
  line-height: 1.45;
}
.file-picker-shell {
  max-width: 820px;
  border: 2px dashed #8bbce5;
  border-radius: 6px;
  background: #f8fbfd;
  text-align: center;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.file-picker-shell input[type=file] {
  position: absolute;
  left: -9999px;
}
.file-drop-label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 22px 16px;
  color: #555;
  cursor: pointer;
}
.file-upload-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 3px;
  place-items: center;
  border-radius: 50%;
  background: #e6f2fc;
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
}
.file-drop-label strong { color: #333; font-size: 17px; }
.file-drop-label small { margin-top: 3px; color: #666; font-size: 13px; }
.file-picker-shell:hover { border-color: var(--blue); background: #f1f8fe; }
.file-picker-shell:focus-within { outline: 3px solid rgba(15, 104, 179, .28); outline-offset: 3px; }
.file-picker-shell.is-drag-over { border-color: var(--pink); background: #fff2f8; box-shadow: inset 0 0 0 1px var(--pink); }
.file-picker-shell.is-drag-over .file-upload-icon { background: var(--pink); color: #fff; }
.file-picker-shell.is-uploading { border-color: var(--blue); background: #f1f8fe; }
.file-picker-shell.is-success { border-color: #4f8a5b; background: #f4faf5; }
.file-picker-shell.is-error { border-color: #a33838; background: #fff7f7; }
.file-select-link {
  color: var(--pink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.upload-queue { max-width: 820px; margin-top: 12px; }
.upload-queue h3 { margin: 0 0 7px; color: #444; font-size: 15px; }
.upload-queue.is-empty { display: none; }
.selected-files { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.file-row { display:flex; align-items:center; justify-content:space-between; gap:12px; min-width: 0; padding: 8px 10px; border: 1px solid #ddd; border-radius: 4px; background: #fff; }
.file-details { display: grid; flex: 1 1 auto; gap: 2px; min-width: 0; text-align: left; }
.file-name { overflow-wrap: anywhere; color: #333; font-weight: 700; }
.file-status { color: #666; font-size: 13px; }
.file-row--uploaded .file-status { color: #47704e; }
.file-row--failed { border-color: #e1b5b5; background: #fff8f8; }
.file-row--failed .file-status { color: #8b2525; }
.file-progress { width: 100%; height: 7px; margin-top: 3px; accent-color: var(--blue); }
.file-row button { border:0; background:none; color:#b60067; text-decoration:underline; cursor:pointer; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.designer-instructions textarea {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  resize: vertical;
  font: inherit;
  font-size: 14px;
}
.labels-site .designer-section #designer-instructions {
  display: block;
  width: 100%;
  max-width: 820px;
  min-height: 140px;
  padding: 12px;
  box-sizing: border-box;
  resize: vertical;
  font: inherit;
}
.designer-instructions {
  max-width: 820px;
  margin: 0;
}
.designer-instructions > p {
  margin: 0 0 8px;
  line-height: 1.45;
}
.designer-help {
  margin-top: 8px;
  padding: 5px 0 5px 9px;
  border-left: 2px solid #d5b66a;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}
.designer-help ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.designer-help li + li {
  margin-top: 4px;
}
.basket-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
}
.pink-button {
  padding: 11px 20px;
  border: 0;
  background: var(--pink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.pink-button:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.basket-error {
  margin: 9px 0 0;
  color: #8b2525;
  font-size: 14px;
  font-weight: 700;
}
.basket-error[hidden] { display: none; }
.basket-page {
  padding: 30px 0 44px;
}
.basket-page h1 {
  margin: 0 0 20px;
  color: #444;
  font-size: 25px;
}
.basket-lines {
  border-top: 3px solid var(--blue);
}
.basket-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.basket-line h2 { margin: 0 0 8px; font-size: 18px; }
.basket-line dl { margin: 0; }
.basket-line dl div {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 10px;
  margin-top: 5px;
}
.basket-line dt { color: #666; font-weight: 700; }
.basket-line dd { min-width: 0; margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.basket-line .basket-artwork { align-items: start; margin-top: 7px; }
.basket-line .basket-artwork dd { white-space: normal; }
.basket-artwork-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: normal;
}
.basket-artwork-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.basket-artwork-filename { min-width: 0; overflow-wrap: anywhere; }
.basket-artwork-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 12px;
}
.basket-artwork-actions form { margin: 0; }
.basket-artwork-actions a,
.basket-artwork-remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}
.basket-artwork-remove { color: #8b2525; }
.basket-line-actions { min-width: 110px; text-align: right; }
.basket-line-actions > strong { color: var(--pink); font-size: 20px; }
.basket-item-remove { font-weight: 700; }
.basket-remove {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b2525;
  cursor: pointer;
  text-decoration: underline;
}
.basket-total {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 18px 20px;
  font-size: 20px;
}
.basket-total strong { color: var(--pink); }
.basket-continue { font-weight: 700; }
.basket-empty { padding: 24px; border: 1px solid #ddd; }
.basket-link-button { display: inline-block; text-decoration: none; }
.basket-next-stage { color: #777; font-size: 14px; }
.basket-checkout-button { display: inline-block; margin-top: 18px; }
.checkout-page,
.order-review-page { max-width: 920px; padding: 30px 0 50px; }
.checkout-page h1,
.order-review-page h1 { margin-bottom: 8px; font-size: 25px; }
.checkout-form { display: grid; gap: 20px; margin-top: 24px; }
.checkout-form fieldset {
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 3px solid var(--blue);
}
.checkout-form legend { padding: 0 8px; color: #444; font-size: 18px; font-weight: 700; }
.checkout-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.checkout-grid label { display: grid; gap: 5px; color: #555; font-weight: 700; }
.checkout-grid label span { color: #888; font-size: 13px; font-weight: 400; }
.checkout-wide { grid-column: 1 / -1; }
.checkout-grid input,
.checkout-grid textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #bbb;
  border-radius: 2px;
  color: #333;
  font: inherit;
}
.checkout-grid textarea { min-height: 88px; resize: vertical; }
.checkout-choice-row { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-bottom: 15px; }
.checkout-choice-row label,
.billing-same { color: #444; font-weight: 700; }
.billing-same { display: block; margin-bottom: 16px; }
.delivery-pricing-notice,
.checkout-error,
.order-state-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 4px solid #d79b17;
  background: #fff7dc;
  color: #59470d;
}
.checkout-error { border-left-color: #9d2f2f; background: #fff1f1; color: #7c2020; }
.billing-collection-note { margin-bottom: 14px; }
.checkout-summary { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 15px; background: #f4f6f8; }
.checkout-submit { justify-self: start; font-size: 16px; }
.basket-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; margin: 18px 0; }
.basket-actions .basket-continue { display: inline-flex; align-items: center; justify-content: center; order: 1; width: auto; height: auto; margin: 0; padding: 9px 18px; color: var(--pink); }
.basket-actions .basket-continue:hover,
.basket-actions .basket-continue:focus { border-color: var(--pink); background: var(--pink); color: #fff; }
.basket-actions .basket-continue:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.basket-actions .basket-continue:active { border-color: #a91d63; background: #a91d63; color: #fff; }
.basket-actions .basket-checkout-button { order: 2; margin-top: 0; }
.basket-actions-bottom { margin-top: 24px; }
.checkout-choice-stack { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.fulfilment-choice { display: block; padding: 13px 15px; border: 1px solid #dfe2e5; border-radius: 4px; }
.fulfilment-choice small { display: block; margin: 7px 0 0 26px; color: #59626b; line-height: 1.45; }
.checkout-help { margin: -2px 0 3px; color: #687078; font-size: 14px; }
.billing-country-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px 18px; }
.billing-country-row.has-us-state { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.billing-country-row label { min-width: 0; }
.billing-country-row select { width: 100%; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 28px; align-items: start; }
.checkout-back { display: inline-block; margin: 0 0 12px; font-weight: 700; }
.checkout-email small { display: block; margin-top: 5px; color: #687078; font-weight: 400; }
.address-section { margin-top: 14px; padding: 16px; border-radius: 4px; background: #f7f8f9; }
.collection-address { margin-top: 14px; padding: 15px; border-left: 4px solid #20c8b0; background: #f0fbf9; line-height: 1.55; }
.checkout-order-summary { position: sticky; top: 18px; padding: 20px; border: 1px solid #dfe2e5; border-radius: 5px; background: #f7f8f9; }
.checkout-order-summary h2 { margin-bottom: 14px; font-size: 21px; }
.checkout-summary-line { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid #dfe2e5; }
.checkout-summary-line dl { margin: 7px 0 0; font-size: 13px; }
.checkout-summary-line dl div { display: flex; gap: 5px; }
.checkout-summary-line dt::after { content: ':'; }
.checkout-summary-line dd { margin: 0; }
.checkout-summary-line ul { margin: 7px 0 0; padding-left: 18px; font-size: 13px; }
.checkout-summary-totals { margin: 15px 0 0; }
.checkout-summary-totals div { display: flex; justify-content: space-between; gap: 14px; padding: 6px 0; }
.checkout-summary-totals dd { margin: 0; font-weight: 700; }
.checkout-summary-totals .grand-total { margin-top: 7px; padding-top: 12px; border-top: 2px solid #34363a; font-size: 18px; font-weight: 700; }
.delivery-options-control { margin-top: 16px; }
.delivery-order-day-notice {
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 4px solid #d88a00;
  background: #fff4d6;
  color: #4a3a13;
  font-weight: 700;
}
.delivery-out-of-hours { margin: -2px 0 12px; padding: 10px 12px; border: 1px solid #e0c57f; background: #fffbef; }
.delivery-out-of-hours summary { cursor: pointer; font-weight: 700; }
.delivery-out-of-hours div { padding-top: 4px; }
.delivery-out-of-hours p { margin: 8px 0 0; }
.delivery-option { display: block; padding: 10px 0; border-bottom: 1px solid #ddd; color: #333; font-weight: 700; }
.delivery-option-pending { color: #666; font-weight: 400; }
.delivery-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid #ddd; border-top-color: #d51b5d; border-radius: 50%; vertical-align: -2px; animation: delivery-spin .8s linear infinite; }
@keyframes delivery-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .delivery-spinner { animation: none; border-top-color: #777; } }
.order-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.order-review-grid section,
.order-review-lines article { padding: 16px; border: 1px solid #ddd; }
.order-review-grid h2,
.order-review-lines h2 { font-size: 18px; }
.order-review-grid p { margin: 0; white-space: pre-line; }
.order-review-lines article + article { margin-top: 12px; }
.order-review-lines h3 { margin-bottom: 6px; font-size: 17px; }
.order-money { max-width: 440px; margin: 22px 0; }
.order-money div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px solid #ddd; }
.order-money dt { font-weight: 700; }
.order-money dd { margin: 0; }
.staging-note {
  color: #999;
  font-size: 13px;
}
.inline-error,
.inline-notice {
  margin: 9px 0;
  padding: 9px;
  font-size: 14px;
}
.inline-error {
  background: #fff1f1;
  color: #8b2525;
}
.inline-notice { background: #eef6fb; }
.cookie-bar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2f3035;
  color: #fff;
  font-size: 13px;
}
.cookie-inner {
  max-width: var(--site-content-width);
  margin: 0 auto;
  padding: 10px 16px;
  text-align: center;
}
.cookie-bar button {
  margin-left: 5px;
  padding: 6px 7px;
  border: 0;
  border-radius: 50%;
  background: #20c8b0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
}

@media (max-width: 900px) {
  :root { --homepage-body-copy: 16px; }
  .sdbc-width { width: min(var(--site-content-width), calc(100% - 24px)); }
  .top-head { height: 78px; }
  .sdbc-logo, .sdbc-logo img { width: 150px; }
  .account-nav { gap: 8px; font-size: 12px; }
  .contact-strip-inner {
    justify-content: center;
    gap: 10px;
    font-size: 12px;
  }
  .contact-strip-inner span:nth-child(2) { display: none; }
  .home-hero { grid-template-columns: minmax(0, 1fr); }
  .product-overview { grid-template-columns: minmax(0, 1fr); }
  .home-hero { gap: 18px; height: auto; margin-top: 12px; padding: 28px 24px; }
  .home-hero-image { order: 2; }
  .home-hero-image img { max-width: 310px; }
  .home-hero-copy {
    order: 1;
    padding-left: 0;
    text-align: center;
  }
  .hero-service-points { justify-content: center; }
  .sets-note { font-size: 16px; }
  .content-section h2,
  .case-study h2 { font-size: 24px; }
  .content-section h3,
  .case-study h3 { font-size: 18px; }
  .promise-grid { grid-template-columns: 1fr; padding: 0; }
  .promise-card { height: auto; min-height: 0; }
  .fulfilment-choices { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .urgent-order-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .questions-grid { grid-template-columns: 1fr 1fr; }
  .product-image { max-width: 320px; }
  .free-services {
    max-width: 470px;
    margin: auto;
  }
  .product-summary {
    width: 100%;
    margin: auto;
  }
  .product-support {
    width: min(var(--site-content-width), calc(100% - 24px));
    max-width: none;
    margin: auto;
  }
  .product-support .questions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-support .google-map-wrap {
    grid-column: auto;
  }
  .footer-inner { gap: 20px; }
  .order-review-grid { grid-template-columns: minmax(0, 1fr); }
  .checkout-layout { grid-template-columns: minmax(0, 1fr); }
  .checkout-order-summary { position: static; }
  .legal-page { padding: 36px 0 52px; }
  .legal-inner { width: min(960px, calc(100% - 48px)); }
  .legal-intro { padding: 30px 32px 28px; }
  .legal-document { padding: 34px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .order-continuation.is-revealed { animation: none; }
}

@media (min-width: 901px) {
  .contact-strip,
  .contact-strip-inner {
    height: 39px;
  }
  .contact-strip { background: #f0f0f0; }
  .contact-strip-inner { letter-spacing: .02em; }
  .home-hero { height: 442px; }
  .hero-kicker { white-space: nowrap; }
  .pink-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .promise-card:first-child strong,
  .promise-card:first-child span {
    font-size: 19px;
  }
  .promise-grid { gap: 19.6px; }
}

@media (max-width: 520px) {
  .sdbc-width { width: calc(100% - 20px); }
  .basket-label { display: none; }
  .contact-strip-inner { gap: 8px; }
  .home-hero { padding: 24px 17px 18px; }
  .home-hero-copy .hero-heading { font-size: 28px; }
  .hero-kicker { font-size: 11px; }
  .hero-order-button { width: 100%; }
  .hero-service-points { gap: 4px 10px; font-size: 12px; }
  .home-hero-image img { max-width: 230px; }
  .questions-grid { grid-template-columns: 1fr; }
  .product-support .questions-grid { grid-template-columns: minmax(0, 1fr); }
  .product-support .google-map-wrap { grid-column: auto; }
  .google-map-wrap { height: 300px; }
  .legacy-choice { padding: 8px; }
  .material-family-choice,
  .material-choice { min-width: 0; }
  .material-description { min-height: 0; }
  .custom-size-inputs { align-items: flex-end; }
  .product-summary { padding: 0; }
  .content-section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .urgent-order-guide { padding: 34px 5px; }
  .urgent-order-grid { gap: 28px; }
  .case-study { padding: 28px 5px 18px; }
  .home-contact-shell .questions-block { padding: 30px 12px 22px; }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .payment-marks { justify-content: flex-start; }
  .basket-line { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 15px; }
  .basket-line dl div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .basket-artwork-item { align-items: flex-start; flex-direction: column; gap: 3px; }
  .basket-line-actions { text-align: left; }
  .checkout-grid { grid-template-columns: minmax(0, 1fr); }
  .checkout-wide { grid-column: auto; }
  .billing-country-row.has-us-state { grid-template-columns: minmax(0, 1fr); }
  .checkout-summary { flex-direction: column; }
  .basket-actions { align-items: stretch; flex-direction: column; }
  .basket-actions .basket-checkout-button { order: 1; }
  .basket-actions .basket-continue { order: 2; }
  .basket-actions a { width: 100%; text-align: center; }
  .legal-page { padding: 24px 0 40px; }
  .legal-inner { width: calc(100% - 32px); }
  .legal-intro { padding: 24px 20px; }
  .legal-intro h1 { margin-bottom: 14px; font-size: 28px; }
  .legal-version { flex-direction: column; gap: 2px; margin-top: 16px; }
  .legal-document { margin-top: 22px; padding: 20px 18px; font-size: 16px; line-height: 1.6; }
  .legal-document h1 { margin: 26px 0 9px; font-size: 20px; }
  .legal-document h2 {
    margin-top: 32px !important;
    margin-bottom: 10px !important;
    font-size: 20px;
  }
  .legal-document .mt5 { margin-top: 13px !important; }
  .legal-document h3,
  .legal-document h4,
  .legal-document h6 { margin: 20px 0 7px; font-size: 17px; }
  .legal-document h5,
  .legal-document p:has(> strong:only-child),
  .legal-document p:has(> b:only-child) { margin-top: 18px !important; }
  .legal-document h5 { font-size: 17px; }
  .legal-document > h5:first-child,
  .legal-document > p:first-child:has(> strong:only-child),
  .legal-document > p:first-child:has(> b:only-child) { margin-top: 0 !important; }
  .legal-document :is(h1, h2, h3, h4) + h5,
  .legal-document :is(h1, h2, h3, h4) + p:has(> strong:only-child),
  .legal-document :is(h1, h2, h3, h4) + p:has(> b:only-child) { margin-top: 7px !important; }
}
.checkout-grid label .field-error { display: block; margin-top: 8px; padding-left: 2px; color: #9d0000; font-weight: 700; line-height: 1.4; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #a40000; outline: 2px solid rgba(164, 0, 0, .18); }

/* Same Day Leaflets frontend. Everything below is isolated from SDBC. */
.leaflets-site { --leaflets-ink: #444; --leaflets-soft: #f7f7f8; --leaflets-pink: #df257d; color: #666; }
.leaflets-site .leaflets-brand-logo { display: flex; width: 242px; height: 82px; align-items: center; }
.leaflets-site .leaflets-brand-logo > img { display: block; width: 100%; height: auto; max-height: 82px; object-fit: contain; object-position: left center; }
.labels-brand-logo { display: flex; width: 242px; height: 82px; align-items: center; }
.labels-brand-logo > img { display: block; width: 100%; height: auto; max-height: 82px; object-fit: contain; object-position: left center; }
.labels-site .leaflets-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.labels-site .labels-product-overview .product-image { width: 100%; height: auto; max-height: 314px; object-fit: contain; }
@media (min-width: 901px) {
  .labels-site .labels-product-overview .product-image { margin-left: 0; }
}
.leaflets-site .button-primary { border: 0; background: var(--leaflets-pink); color: #fff; font-weight: 700; }
.leaflets-site .button-primary:hover { background: #bd1e68; text-decoration: none; }
.leaflets-site .button-primary:disabled { background: #aaa; cursor: not-allowed; box-shadow: none; }
.leaflets-site .leaflets-eyebrow { margin: 0 0 10px; color: var(--leaflets-pink); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.leaflets-site .leaflets-hero { background: #fbf3f7; border-bottom: 1px solid #eee; }
.leaflets-site .leaflets-hero-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 60px; min-height: 450px; padding-top: 55px; padding-bottom: 55px; }
.leaflets-site .leaflets-hero h1 { max-width: 720px; margin-bottom: 20px; color: var(--leaflets-ink); font-size: clamp(34px, 4vw, 55px); font-weight: 700; line-height: 1.08; }
.leaflets-site .leaflets-lead { max-width: 680px; margin-bottom: 27px; font-size: 19px; line-height: 1.6; }
.leaflets-site .leaflets-cta { display: inline-flex; min-width: 180px; justify-content: center; padding: 13px 26px; border-radius: 2px; font-size: 17px; }
.leaflets-site .leaflets-hero-art { position: relative; display: flex; height: min(360px, 42vw); min-height: 280px; align-items: center; justify-content: center; overflow: hidden; padding: 18px; background: #f7edf2; box-shadow: 0 20px 38px rgba(77,24,51,.12); }
.leaflets-site .leaflets-hero-art > img { display: block; width: 100%; height: 100%; max-height: 324px; object-fit: contain; object-position: center; }
.leaflets-site .hero-sheet { position: absolute; display: block; width: 220px; height: 285px; border: 1px solid rgba(68,68,68,.15); background: #fff; box-shadow: 0 20px 38px rgba(77,24,51,.12); }
.leaflets-site .hero-sheet-one { top: 20px; left: 30px; transform: rotate(-9deg); background: #dedede; }
.leaflets-site .hero-sheet-two { top: 12px; left: 70px; transform: rotate(5deg); background: #f0a8cc; }
.leaflets-site .hero-sheet-three { top: 0; left: 48px; padding: 50px 30px; background: #fff; }
.leaflets-site .hero-sheet-three::before { display: block; width: 58px; height: 7px; margin-bottom: 22px; background: var(--leaflets-pink); content: ""; }
.leaflets-site .hero-sheet-three i, .leaflets-site .hero-sheet-three b { display: block; height: 7px; margin-bottom: 10px; background: #ddd; }
.leaflets-site .hero-sheet-three b { width: 72%; }
.leaflets-site .leaflets-products-preview, .leaflets-site .leaflets-why { padding-top: 70px; padding-bottom: 75px; }
.leaflets-site .leaflets-section-heading { max-width: 720px; margin-bottom: 32px; }
.leaflets-site .leaflets-section-heading > p { margin-bottom: 7px; color: var(--leaflets-pink); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.leaflets-site .leaflets-section-heading h2 { margin: 0; color: var(--leaflets-ink); font-size: 34px; line-height: 1.2; }
.leaflets-site .leaflets-why-intro { max-width: 980px; margin: -8px 0 34px; }
.leaflets-site .leaflets-why-intro p { margin-bottom: 13px; font-size: 18px; line-height: 1.68; }
.leaflets-site .leaflets-mini-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.leaflets-site .leaflets-mini-grid a { min-width: 0; padding: 25px 24px; border-right: 1px solid #ddd; background: #fff; color: #555; }
.leaflets-site .leaflets-mini-grid a:last-child { border-right: 0; }
.leaflets-site .leaflets-mini-grid strong, .leaflets-site .leaflets-mini-grid span { display: block; }
.leaflets-site .leaflets-mini-image { display: block; width: 100%; height: auto; max-height: 260px; margin: 0 auto 20px; object-fit: contain; object-position: center; }
.leaflets-site .leaflets-mini-grid strong { margin-bottom: 4px; color: var(--leaflets-pink); font-size: 18px; }
.leaflets-site .leaflets-mini-grid span { font-size: 14px; }
.leaflets-site .leaflets-mini-grid .leaflets-from-price { margin-top: 10px; color: var(--leaflets-ink); font-size: 16px; font-weight: 800; }
.leaflets-site .leaflets-testimonial { padding: 65px 0; background: #555; color: #fff; text-align: center; }
.leaflets-site .leaflets-testimonial > div { max-width: 960px; }
.leaflets-site .leaflets-stars { display: block; margin-bottom: 18px; color: #f3a7cb; letter-spacing: .25em; }
.leaflets-site .leaflets-testimonial blockquote { margin: 0; font-size: clamp(21px, 2.2vw, 29px); font-style: italic; line-height: 1.5; }
.leaflets-site .leaflets-testimonial cite { display: block; margin-top: 20px; color: #f3a7cb; font-style: normal; font-weight: 700; }
.leaflets-site .leaflets-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #ddd; border: 1px solid #ddd; }
.leaflets-site .leaflets-benefits article { min-width: 0; padding: 32px; background: #fff; }
.leaflets-site .leaflets-benefits article > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: #f9e5ef; color: var(--leaflets-pink); font-size: 18px; font-weight: 800; }
.leaflets-site .leaflets-benefits h3 { margin-bottom: 10px; color: var(--leaflets-ink); font-size: 19px; }
.leaflets-site .leaflets-benefits p { margin: 0; font-size: 15px; line-height: 1.65; }
.leaflets-site .leaflets-service-section { padding: 68px 0; background: var(--leaflets-soft); }
.leaflets-site .leaflets-service-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.leaflets-site .leaflets-service-section h2 { color: var(--leaflets-ink); font-size: 32px; line-height: 1.25; }
.leaflets-site .leaflets-service-section p { font-size: 17px; line-height: 1.7; }
.leaflets-site .leaflets-payment { padding-top: 40px; padding-bottom: 40px; }
.leaflets-site .leaflets-payment .leaflets-section-heading { margin-bottom: 16px; }
.leaflets-site .leaflets-payment > p { max-width: 900px; font-size: 17px; line-height: 1.7; }
.leaflets-site .leaflets-use-cases { padding: 68px 0; background: #555; color: #eee; }
.leaflets-site .leaflets-use-cases .leaflets-eyebrow { color: #ffb7da; }
.leaflets-site .leaflets-use-cases > div > header { max-width: 900px; margin-bottom: 40px; }
.leaflets-site .leaflets-use-cases h2 { color: var(--leaflets-ink); font-size: 32px; line-height: 1.25; }
.leaflets-site .leaflets-use-cases h2, .leaflets-site .leaflets-use-cases h3 { color: #fff; }
.leaflets-site .leaflets-use-cases p { font-size: 16px; line-height: 1.72; }
.leaflets-site .leaflets-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.leaflets-site .leaflets-story-grid article { padding: 32px; background: #fff; color: #666; }
.leaflets-site .leaflets-story-grid h3 { margin: 0 0 18px; color: var(--leaflets-ink); font-size: 25px; }
.leaflets-site .leaflets-stories-cta { display: inline-block; margin-top: 28px; color: #f3a7cb; font-weight: 800; }
.leaflets-site .leaflets-contact { padding-top: 24px; padding-bottom: 8px; }
.leaflets-site .leaflets-contact .questions-block { margin-bottom: 24px; }
.leaflets-site .leaflets-contact .questions-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(320px, 1.35fr); gap: 24px; }
.leaflets-site .leaflets-contact .questions-grid > div { font-size: 17px; line-height: 1.6; }
.leaflets-site .leaflets-contact .questions-grid a { color: var(--leaflets-ink); font-size: 18px; font-weight: 700; }
.leaflets-site .leaflets-contact .questions-grid small { font-size: 15px; line-height: 1.6; }
.leaflets-site .leaflets-contact .google-map-wrap { height: 440px; }

.leaflets-site .leaflets-products-page { padding-top: 60px; padding-bottom: 80px; }
.leaflets-site .leaflets-page-intro { max-width: 760px; margin-bottom: 42px; }
.leaflets-site .leaflets-page-intro h1 { margin-bottom: 12px; color: var(--leaflets-ink); font-size: 43px; line-height: 1.15; }
.leaflets-site .leaflets-page-intro > p:last-child { font-size: 18px; }
.leaflets-site .leaflets-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.leaflets-site .leaflets-product-card { display: grid; grid-template-columns: 42% 58%; min-height: 300px; overflow: hidden; border: 1px solid #ddd; background: #fff; color: #666; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.leaflets-site .leaflets-product-card:hover { border-color: #d671a3; box-shadow: 0 15px 36px rgba(70,35,52,.12); text-decoration: none; transform: translateY(-2px); }
.leaflets-site .product-card-art { position: relative; display: flex; min-height: 0; align-items: center; justify-content: center; overflow: hidden; padding: 8px; background: #f7edf2; }
.leaflets-site .product-card-visual > img { display: block; width: 100%; height: auto; max-height: 370px; object-fit: contain; }
.leaflets-site .leaflets-visual-fallback > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.leaflets-site .product-card-visual > img { object-position: center; }
.leaflets-site .product-card-art i, .leaflets-site .product-card-art b, .leaflets-site .product-card-art em { position: absolute; display: block; box-shadow: 0 10px 22px rgba(60,34,47,.13); }
.leaflets-site .art-flat i, .leaflets-site .art-flat b, .leaflets-site .art-flat em { width: 125px; height: 175px; border: 1px solid #ddd; background: #fff; }
.leaflets-site .art-flat i { top: 70px; left: 32px; transform: rotate(-10deg); background: #ddd; }
.leaflets-site .art-flat b { top: 54px; left: 52px; transform: rotate(4deg); background: #ef9fc5; }
.leaflets-site .art-flat em { top: 42px; left: 42px; border-top: 46px solid #fff; background: #df257d; }
.leaflets-site .art-folded i, .leaflets-site .art-folded b { top: 57px; width: 78px; height: 182px; border: 1px solid #d7d7d7; background: #fff; transform: skewY(-8deg); }
.leaflets-site .art-folded i { left: 33px; border-right: 1px dashed #c96a98; background: #f0a9cc; }
.leaflets-site .art-folded b { left: 111px; background: #fff; }
.leaflets-site .art-postcards i, .leaflets-site .art-postcards b, .leaflets-site .art-postcards em { width: 155px; height: 105px; border: 1px solid #ddd; background: #fff; }
.leaflets-site .art-postcards i { top: 100px; left: 25px; transform: rotate(-9deg); background: #ddd; }
.leaflets-site .art-postcards b { top: 84px; left: 42px; transform: rotate(5deg); background: #ef9fc5; }
.leaflets-site .art-postcards em { top: 72px; left: 33px; border-right: 45px solid #df257d; }
.leaflets-site .art-poster i { top: 35px; left: calc(50% - 65px); width: 130px; height: 225px; border: 7px solid #fff; border-top: 80px solid #df257d; background: #555; box-shadow: 0 15px 28px rgba(60,34,47,.18); }
.leaflets-site .product-card-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 37px 32px; }
.leaflets-site .product-card-copy h2 { margin-bottom: 12px; color: var(--leaflets-ink); font-size: 25px; }
.leaflets-site .product-card-copy p { flex: 1; line-height: 1.65; }
.leaflets-site .product-card-copy strong { color: var(--leaflets-pink); }
.leaflets-site .product-card-copy .leaflets-from-price { margin: 0 0 16px; color: var(--leaflets-ink); font-size: 18px; font-weight: 800; }
.leaflets-site .leaflets-products-help, .leaflets-site .leaflets-configurator-help { display: flex; gap: 20px; margin-top: 32px; padding: 24px 28px; border-left: 4px solid var(--leaflets-pink); background: var(--leaflets-soft); }
.leaflets-site .leaflets-products-help strong, .leaflets-site .leaflets-configurator-help strong { color: var(--leaflets-ink); }

.leaflets-site .leaflets-configurator-page { padding-top: 28px; padding-bottom: 75px; }
.leaflets-site .leaflets-breadcrumb { margin: 0 0 24px; color: #777; font-size: 14px; line-height: 1.5; }
.leaflets-site .leaflets-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 5px 8px; margin: 0; padding: 0; list-style: none; }
.leaflets-site .leaflets-breadcrumb li { display: flex; align-items: center; gap: 8px; }
.leaflets-site .leaflets-breadcrumb li + li::before { color: #aaa; content: "›"; }
.leaflets-site .leaflets-breadcrumb a { color: #666; text-decoration: underline; text-underline-offset: 2px; }
.leaflets-site .leaflets-breadcrumb a:hover, .leaflets-site .leaflets-breadcrumb a:focus-visible { color: var(--leaflets-pink); }
.leaflets-site .leaflets-breadcrumb [aria-current="page"] { color: var(--leaflets-ink); }
.leaflets-site .leaflets-vat-note { margin-top: 9px; }
.leaflets-site .leaflets-vat-why { margin-left: 3px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #555; cursor: pointer; font: inherit; font-weight: 700; }
.leaflets-site .leaflets-vat-why:hover, .leaflets-site .leaflets-vat-why:focus-visible { color: var(--leaflets-pink); }
.leaflets-site .leaflets-vat-explanation { max-width: 700px; margin-top: 7px; padding: 8px 10px; border-left: 2px solid #d79b17; background: #fff8e5; }
.leaflets-site .leaflets-vat-explanation p { margin: 0 0 5px; }
.leaflets-site .leaflets-vat-explanation a { font-weight: 700; }
.leaflets-site .leaflets-configurator-header { max-width: 850px; margin-bottom: 26px; }
.leaflets-site .leaflets-configurator-header h1 { margin-bottom: 12px; color: var(--leaflets-ink); font-size: 43px; }
.leaflets-site .leaflets-configurator-header > p:last-child { font-size: 17px; }
.leaflets-site .leaflets-commerce-notice { margin-bottom: 28px; padding: 14px 18px; border: 1px solid #e3c76d; background: #fff8db; color: #65571f; }
.leaflets-site .leaflets-commerce-notice strong { margin-right: 6px; }
.leaflets-site .leaflets-configurator-list { display: grid; gap: 30px; }
.leaflets-site .leaflets-configurator-card { border: 1px solid #ddd; background: #fff; box-shadow: 0 8px 24px rgba(45,45,45,.06); }
.leaflets-site .leaflets-option-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border-bottom: 1px solid #ddd; }
.leaflets-site .leaflets-option-heading span, .leaflets-site .leaflets-current-price span { display: block; color: #888; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.leaflets-site .leaflets-option-heading h2 { margin: 3px 0 0; color: var(--leaflets-ink); font-size: 25px; }
.leaflets-site .leaflets-current-price { min-width: 150px; text-align: right; }
.leaflets-site .leaflets-current-price strong { display: block; color: var(--leaflets-pink); font-size: 22px; }
.leaflets-site .leaflets-configurator-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.leaflets-site .leaflets-option-groups { padding: 28px; }
.leaflets-site .leaflets-option-groups fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.leaflets-site .leaflets-option-groups legend { width: 100%; margin-bottom: 14px; color: var(--leaflets-ink); font-size: 18px; font-weight: 800; }
.leaflets-site .leaflets-option-groups label, .leaflets-site .leaflets-designer-panel label { display: block; color: #555; font-weight: 700; }
.leaflets-site .leaflets-option-groups select, .leaflets-site .leaflets-designer-panel textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #bbb; border-radius: 2px; background: #fff; color: #444; font: inherit; }
.leaflets-site .leaflets-option-groups select { height: 48px; padding: 0 12px; }
.leaflets-site .leaflets-upload-box { display: flex; min-height: 145px; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 2px dashed #d1a0b8; background: #fff9fc; text-align: center; }
.leaflets-site .leaflets-upload-box strong, .leaflets-site .leaflets-upload-box span, .leaflets-site .leaflets-upload-box small { display: block; }
.leaflets-site .leaflets-upload-box strong { color: var(--leaflets-pink); font-size: 18px; }
.leaflets-site .leaflets-upload-box input { margin: 14px auto 7px; }
.leaflets-site .leaflets-designer-panel { padding: 30px; border-left: 1px solid #ddd; background: var(--leaflets-soft); }
.leaflets-site .leaflets-designer-panel h3 { color: var(--leaflets-ink); font-size: 21px; }
.leaflets-site .leaflets-designer-panel textarea { min-height: 145px; padding: 12px; resize: vertical; }
.leaflets-site .leaflets-action-area { margin-top: 25px; padding-top: 22px; border-top: 1px solid #d8d8d8; }
.leaflets-site .leaflets-action-area p { font-size: 14px; }
.leaflets-site .leaflets-action-area .button { width: 100%; min-height: 48px; }
.leaflets-site .leaflets-product-header { margin-bottom: 28px; }
.leaflets-site .leaflets-product-header h1 { margin: 0 0 10px; color: var(--leaflets-ink); font-size: 43px; line-height: 1.15; }
.leaflets-site .leaflets-header-price { display: flex; align-items: baseline; gap: 12px; }
.leaflets-site .leaflets-header-price span { color: #777; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.leaflets-site .leaflets-header-price strong { color: var(--leaflets-pink); font-size: 25px; }
.leaflets-site .leaflets-product-overview { margin-bottom: 32px; padding: 30px; background: var(--leaflets-soft); }
.leaflets-site .leaflets-product-overview .product-image { max-width: 310px; max-height: 330px; object-fit: contain; }
.leaflets-site .leaflets-product-services { max-width: 580px; padding: 0 20px; }
.leaflets-site .leaflets-product-services > p { color: var(--leaflets-ink); font-size: 18px; line-height: 1.6; }
.leaflets-site .leaflets-configurator-card select, .leaflets-site .leaflets-configurator-card textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #bbb; border-radius: 2px; background: #fff; color: #444; font: inherit; }
.leaflets-site .leaflets-configurator-card select { height: 48px; padding: 0 12px; }
.leaflets-site .leaflets-configurator-card textarea { min-height: 145px; padding: 12px; resize: vertical; }
.leaflets-site .leaflets-configurator-card { overflow: hidden; }
.leaflets-site .leaflets-configurator-card h2 { margin: 0 0 22px; color: var(--leaflets-ink); font-size: 25px; }
.leaflets-site .leaflets-configurator-controls { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 26px; padding: 30px; }
.leaflets-site .leaflets-configurator-controls h2, .leaflets-site .leaflets-material-details { grid-column: 1/-1; }
.leaflets-site .leaflets-configurator-controls label, .leaflets-site .leaflets-artwork-flow label { display: block; color: #555; font-weight: 700; }
.leaflets-site .leaflets-configurator-controls select, .leaflets-site .leaflets-artwork-flow textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #bbb; border-radius: 2px; background: #fff; color: #444; font: inherit; }
.leaflets-site .leaflets-configurator-controls select { height: 48px; padding: 0 12px; }
.leaflets-site .leaflets-material-details { padding: 16px 18px; border-left: 4px solid var(--leaflets-pink); background: var(--leaflets-soft); }
.leaflets-site .leaflets-material-details strong, .leaflets-site .leaflets-material-details span { display: block; }
.leaflets-site .leaflets-material-details strong { margin-bottom: 4px; color: var(--leaflets-ink); }
.leaflets-site .leaflets-artwork-flow { padding: 30px; border-top: 1px solid #ddd; background: var(--leaflets-soft); }
.leaflets-site .leaflets-artwork-flow > p { max-width: 850px; }
.leaflets-site .leaflets-artwork-flow .leaflets-upload-box { margin: 22px 0; }
.leaflets-site .leaflets-artwork-flow textarea { min-height: 135px; padding: 12px; resize: vertical; }
.leaflets-site .leaflets-configurator-submit { padding: 24px 30px 30px; border-top: 1px solid #ddd; text-align: right; }
.leaflets-site .leaflets-configurator-submit .button { min-width: 220px; }

@media (max-width: 900px) {
  .leaflets-site .leaflets-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 20px; min-height: 0; }
  .leaflets-site .leaflets-hero-art { height: min(420px, 64vw); min-height: 240px; }
  .leaflets-site .leaflets-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leaflets-site .leaflets-mini-grid a:nth-child(2) { border-right: 0; }
  .leaflets-site .leaflets-mini-grid a:nth-child(-n+2) { border-bottom: 1px solid #ddd; }
  .leaflets-site .leaflets-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leaflets-site .leaflets-contact .questions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leaflets-site .leaflets-contact .google-map-wrap { grid-column: span 2; }
  .leaflets-site .leaflets-service-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .leaflets-site .leaflets-product-card { grid-template-columns: minmax(0, 1fr); }
  .leaflets-site .product-card-art { min-height: 230px; }
  .leaflets-site .leaflets-configurator-grid { grid-template-columns: minmax(0, 1fr); }
  .leaflets-site .leaflets-designer-panel { border-top: 1px solid #ddd; border-left: 0; }
  .leaflets-site .leaflets-configurator-controls { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 620px) {
  .leaflets-site .leaflets-brand-logo { width: 180px; height: 69px; }
  .leaflets-site .leaflets-hero-inner { padding-top: 40px; padding-bottom: 42px; }
  .leaflets-site .leaflets-hero h1, .leaflets-site .leaflets-page-intro h1, .leaflets-site .leaflets-configurator-header h1, .leaflets-site .leaflets-product-header h1 { font-size: 32px; }
  .leaflets-site .leaflets-cta { width: 100%; }
  .leaflets-site .leaflets-products-preview, .leaflets-site .leaflets-why { padding-top: 48px; padding-bottom: 50px; }
  .leaflets-site .leaflets-mini-grid, .leaflets-site .leaflets-benefits, .leaflets-site .leaflets-product-grid { grid-template-columns: minmax(0, 1fr); }
  .leaflets-site .leaflets-contact .questions-grid { grid-template-columns: minmax(0, 1fr); }
  .leaflets-site .leaflets-contact .google-map-wrap { grid-column: auto; height: 320px; }
  .leaflets-site .leaflets-story-grid { grid-template-columns: minmax(0, 1fr); }
  .leaflets-site .leaflets-mini-grid a { border-right: 0; border-bottom: 1px solid #ddd; }
  .leaflets-site .leaflets-mini-grid a:last-child { border-bottom: 0; }
  .leaflets-site .leaflets-testimonial { padding: 48px 0; }
  .leaflets-site .leaflets-products-page { padding-top: 42px; }
  .leaflets-site .leaflets-product-card { min-height: 0; }
  .leaflets-site .leaflets-products-help, .leaflets-site .leaflets-configurator-help { flex-direction: column; gap: 5px; }
  .leaflets-site .leaflets-option-heading { align-items: flex-start; flex-direction: column; }
  .leaflets-site .leaflets-current-price { text-align: left; }
  .leaflets-site .leaflets-option-groups, .leaflets-site .leaflets-designer-panel { padding: 22px 18px; }
  .leaflets-site .leaflets-product-overview { padding: 22px 18px; }
  .leaflets-site .leaflets-product-services { padding: 0; }
  .leaflets-site .leaflets-configurator-controls, .leaflets-site .leaflets-artwork-flow { padding: 24px 18px; }
  .leaflets-site .leaflets-configurator-submit { padding: 20px 18px 24px; }
  .leaflets-site .leaflets-configurator-submit .button { width: 100%; min-width: 0; }
}
.leaflets-site .leaflets-deadline { display: inline-block; margin: 1rem 0; padding: .65rem .9rem; border-left: 4px solid var(--pink); background: rgba(255,255,255,.72); color: #303744; line-height: 1.45; }
.leaflets-site .leaflets-product-deadline, .leaflets-site .leaflets-basket-deadline, .leaflets-site .leaflets-checkout-deadline { background: #fff5fa; }
.leaflets-site .leaflets-deadline .deadline-line { display: block; }
.leaflets-site .leaflets-deadline .deadline-contact { margin-top: .12rem; font-weight: 400; }
.leaflets-site .leaflets-deadline .deadline-followup { margin-top: .12rem; color: #5b6270; font-weight: 400; }
.leaflets-site .leaflets-deadline .deadline-contact a { white-space: nowrap; }
.leaflets-site .hero-deadline-cta { display: flex; align-items: center; gap: clamp(20px, 3vw, 36px); margin-top: 27px; }
.leaflets-site .hero-deadline-cta .leaflets-deadline { flex: 1 1 auto; min-width: 0; margin: 0; padding: .2rem 0 .2rem .9rem; border-left: 3px solid var(--leaflets-pink); background: transparent; overflow-wrap: anywhere; }
.leaflets-site .hero-deadline-cta .leaflets-cta { flex: 0 0 auto; }
.leaflets-site .hero-deadline-cta .deadline-contact a { color: var(--leaflets-pink); }
.labels-site .leaflets-products-preview { padding-bottom: 30px; }
.labels-site .labels-story { padding-top: 34px; padding-bottom: 34px; }
.labels-site .labels-story .leaflets-section-heading { margin-bottom: 15px; }
.labels-site .labels-story-lead { max-width: 920px; margin: 0 0 26px; font-size: 18px; line-height: 1.6; }
.labels-site .labels-why-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr); gap: 28px; align-items: start; }
.labels-site .labels-why-layout h2, .labels-site .labels-details h2 { margin: 0 0 10px; color: var(--leaflets-ink); font-size: 25px; }
.labels-site .labels-why-layout > div > p, .labels-site .labels-details p, .labels-site .labels-branding > p { margin: 0; font-size: 16px; line-height: 1.65; }
.labels-site .labels-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.labels-site .labels-benefit-grid li { padding: 18px; background: #f9f5f7; border-left: 3px solid var(--leaflets-pink); }
.labels-site .labels-benefit-grid strong, .labels-site .labels-benefit-grid span { display: block; }
.labels-site .labels-benefit-grid strong { margin-bottom: 5px; color: var(--leaflets-ink); }
.labels-site .labels-benefit-grid span { font-size: 15px; line-height: 1.5; }
.labels-site .labels-testimonial { margin: 0; padding: 25px; background: #f6eaf0; border-radius: 3px; }
.labels-site .labels-testimonial blockquote { margin: 0; font-size: 18px; line-height: 1.6; }
.labels-site .labels-testimonial figcaption { margin-top: 14px; color: var(--leaflets-ink); font-weight: 700; }
.labels-site .labels-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.labels-site .labels-branding { padding-top: 34px; padding-bottom: 40px; }
.labels-site .labels-branding .leaflets-section-heading { margin-bottom: 12px; }
.labels-site .labels-branding > p { max-width: 920px; }
.labels-site { --leaflets-pink: #d72b7b; }
.labels-site .sdbc-header { border-top: 3px solid var(--leaflets-pink); }
.labels-site .leaflets-hero { margin: 24px auto 0; border: 0; background: #f4f4f4; }
.labels-site .leaflets-hero-inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 34px; min-height: 340px; padding: 24px 30px; }
.labels-site .leaflets-hero-inner > div:first-child { grid-column: 2; grid-row: 1; }
.labels-site .leaflets-hero-art { grid-column: 1; grid-row: 1; height: 285px; min-height: 0; padding: 0; background: transparent; box-shadow: none; }
.labels-site .leaflets-hero-art > img { max-height: 285px; }
.labels-site .leaflets-hero h1 { margin-bottom: 12px; font-size: clamp(30px, 3vw, 39px); }
.labels-site .leaflets-lead { margin-bottom: 12px; font-size: 16px; }
.labels-site .labels-hero-price { margin: 0; color: #555; font-size: 19px; font-weight: 700; }
.labels-site .hero-deadline-cta { gap: 18px; margin-top: 16px; }
.labels-site .hero-deadline-cta .leaflets-cta { border: 2px solid var(--leaflets-pink); background: transparent; color: var(--leaflets-pink); }
.labels-site .hero-deadline-cta .leaflets-cta:hover { background: var(--leaflets-pink); color: #fff; }
.labels-site .labels-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; margin-top: 18px; }
.labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { min-width: 0; margin: 0; padding: 20px; }
.labels-site .labels-highlights > div { background: var(--leaflets-pink); color: #fff; }
.labels-site .labels-highlights strong, .labels-site .labels-highlights span { display: block; }
.labels-site .labels-highlights strong { margin-bottom: 5px; font-size: 18px; }
.labels-site .labels-highlights .labels-testimonial { background: #f1f1f1; }
.labels-site .labels-highlights .labels-testimonial blockquote { font-size: 15px; line-height: 1.45; }
.labels-site .labels-highlights .labels-testimonial figcaption { margin-top: 6px; }
.labels-site .leaflets-products-preview { padding-top: 42px; padding-bottom: 38px; }
.labels-site .leaflets-section-heading { margin-bottom: 20px; }
.labels-site .leaflets-section-heading h2 { font-size: 29px; }
.labels-site .leaflets-mini-grid a { padding: 18px 15px; }
.labels-site .labels-story { border-top: 1px solid #ddd; }
.labels-site .labels-why-layout { display: block; }
.labels-site .labels-story-lead { font-size: 16px; }
.labels-site .labels-benefit-grid { grid-template-columns: minmax(0, 1fr); gap: 0; max-width: 820px; }
.labels-site .labels-benefit-grid li { position: relative; padding: 10px 12px 10px 36px; border: 0; border-bottom: 1px solid #e5e5e5; background: #fff; }
.labels-site .labels-benefit-grid li::before { position: absolute; top: 10px; left: 9px; color: var(--leaflets-pink); content: '✓'; font-weight: 700; }
.labels-site .labels-benefit-grid strong { margin: 0; }
.labels-site .labels-benefit-grid span { font-size: 15px; }
.labels-site .labels-details { display: block; padding-top: 26px; padding-bottom: 26px; }
.labels-site .labels-details > div + div { margin-top: 22px; }
.labels-site .labels-branding { margin-top: 24px; padding: 30px; background: #f4f4f4; }
.labels-site .leaflets-products-page { padding-top: 34px; }
.labels-site .leaflets-products-page .leaflets-page-intro { max-width: none; margin-bottom: 25px; }
.labels-site .leaflets-products-page .leaflets-page-intro h1 { font-size: 33px; }
.labels-site .leaflets-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.labels-site .leaflets-product-card { display: block; min-height: 0; overflow: visible; border: 0; box-shadow: none; }
.labels-site .leaflets-product-card:hover { border: 0; box-shadow: none; transform: none; }
.labels-site .leaflets-product-card .product-card-art { height: 245px; padding: 0; background: #f5f5f5; }
.labels-site .leaflets-product-card .product-card-visual > img { max-height: 235px; }
.labels-site .leaflets-product-card .product-card-copy { padding: 15px 2px; }
.labels-site .leaflets-product-card .product-card-copy h2 { margin-bottom: 4px; font-size: 20px; }
.labels-site .leaflets-product-card .leaflets-from-price { margin-bottom: 6px; font-size: 16px; }
.labels-site .labels-product-summary { font-size: 14px; line-height: 1.45; }
.labels-site .labels-overview-contact { margin-top: 44px; border-top: 1px solid #ddd; }
.labels-site .questions-block { margin-top: 42px; }
@media (max-width: 900px) {
  .labels-site .labels-why-layout { grid-template-columns: minmax(0, 1fr); }
  .labels-site .leaflets-hero-inner { gap: 20px; padding: 22px; }
  .labels-site .leaflets-product-grid { gap: 16px; }
}
@media (max-width: 620px) {
  .leaflets-site .hero-deadline-cta { flex-direction: column; align-items: stretch; gap: 20px; }
  .leaflets-site .hero-deadline-cta .leaflets-cta { width: 100%; }
  .labels-site .labels-why-layout, .labels-site .labels-details, .labels-site .labels-benefit-grid { grid-template-columns: minmax(0, 1fr); }
  .labels-site .leaflets-hero { margin-top: 12px; }
  .labels-site .leaflets-hero-inner { display: flex; flex-direction: column; gap: 12px; padding: 18px; }
  .labels-site .leaflets-hero-art { order: -1; width: 100%; height: 220px; }
  .labels-site .leaflets-hero-art > img { max-height: 220px; }
  .labels-site .labels-highlights, .labels-site .leaflets-product-grid { grid-template-columns: minmax(0, 1fr); }
  .labels-site .labels-highlights { gap: 4px; }
  .labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { padding: 16px; }
  .labels-site .labels-branding { padding: 20px; }
}

/* Labels homepage: quiet spacing and the compact legacy panels. */
.labels-site .sdbc-header { border-top: 0; }
.labels-site .leaflets-hero { margin-top: 30px; background: #f5f5f5; }
.labels-site .leaflets-hero-inner { min-height: 300px; padding: 22px 34px; }
.labels-site .leaflets-hero h1 { font-size: clamp(27px, 2.8vw, 36px); line-height: 1.2; font-weight: 400; }
.labels-site .leaflets-hero .leaflets-lead { max-width: 430px; margin-bottom: 10px; line-height: 1.5; }
.labels-site .labels-hero-price { margin-bottom: 15px; font-size: 19px; }
.labels-site .leaflets-hero .leaflets-cta { display: inline-block; min-width: 150px; border: 1px solid var(--leaflets-pink); background: var(--leaflets-pink); color: #fff; text-align: center; }
.labels-site .leaflets-hero-art { height: 260px; }
.labels-site .leaflets-hero-art > img { max-height: 260px; }
.labels-site .labels-highlights { gap: 8px; margin-top: 20px; margin-bottom: 36px; }
.labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { padding: 17px 20px; min-height: 135px; }
.labels-site .labels-highlights strong { font-size: 16px; font-weight: 700; }
.labels-site .labels-highlights span, .labels-site .labels-deadline { font-size: 14px; line-height: 1.45; }
.labels-site .labels-deadline { display: block; margin-top: 6px; }
.labels-site .labels-deadline a { color: #fff; text-decoration: underline; }
.labels-site .labels-highlights .labels-testimonial { background: #fff; border: 1px solid #e3e3e3; }
.labels-site .labels-highlights .labels-testimonial blockquote { font-size: 14px; }
.labels-site .labels-story { padding-top: 42px; padding-bottom: 42px; border-top: 2px solid #abd3ff; }
.labels-site .leaflets-section-heading h2, .labels-site .labels-why-layout h2, .labels-site .labels-details h2 { font-size: 24px; font-weight: 400; }
.labels-site .labels-story-lead { margin-bottom: 22px; }
.labels-site .labels-benefit-grid { margin-top: 15px; }
.labels-site .labels-benefit-grid li { margin-bottom: 12px; padding: 0 0 0 25px; border: 0; background: transparent; }
.labels-site .labels-benefit-grid li::before { top: 0; left: 0; }
.labels-site .labels-benefit-grid strong { font-weight: 700; }
.labels-site .labels-details { padding-top: 38px; padding-bottom: 38px; border-top: 2px solid #abd3ff; border-bottom: 0; }
.labels-site .labels-branding { margin-top: 0; padding: 30px 34px; background: #f5f5f5; }
.labels-site .labels-branding .leaflets-section-heading { margin-bottom: 8px; }
.labels-site .labels-home-contact { margin-top: 38px; border-top: 2px solid #abd3ff; }
.labels-site .labels-home-contact .questions-block { margin: 22px 0 26px; }
.labels-site .labels-home-contact .questions-grid { gap: 12px; }
.labels-site .labels-home-contact .questions-grid > div { font-size: 14px; }
.labels-site .labels-home-contact .google-map-wrap { height: 235px; }
@media (max-width: 620px) {
  .labels-site .leaflets-hero-inner { padding: 20px; }
  .labels-site .leaflets-hero-art { height: 205px; }
  .labels-site .labels-highlights { margin-bottom: 28px; }
  .labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { min-height: 0; }
  .labels-site .labels-branding { padding: 24px 20px; }
}

/* Labels uses the same page grid as its logo and utility header. */
.labels-site .sdbc-width { max-width: var(--site-content-width); }
.labels-site main:is(.labels-homepage, .labels-product-detail, .leaflets-products-page) { padding-top: 24px; }
.labels-site main.labels-product-detail > .product-page { padding-top: 0; }
@media (max-width: 620px) {
  .labels-site main:is(.labels-homepage, .labels-product-detail, .leaflets-products-page) { padding-top: 16px; }
}

/* Same Day Labels: legacy homepage proportions and restrained presentation. */
.labels-site { color: #505050; }
.labels-site .contact-strip { background: #eee; }
.labels-site .leaflets-hero { margin-top: 18px; background: #f2f2f2; }
.labels-site .leaflets-hero-inner { grid-template-columns: 54% 1fr; gap: 25px; min-height: 320px; padding: 22px 26px; }
.labels-site .leaflets-hero-art { height: 276px; }
.labels-site .leaflets-hero-art > img { max-height: 276px; }
.labels-site .leaflets-hero h1 { margin: 0 0 12px; font-size: clamp(27px, 2.7vw, 34px); line-height: 1.25; font-weight: 500; }
.labels-site .leaflets-hero .leaflets-lead { font-size: 18px; line-height: 1.45; }
.labels-site .labels-hero-price { font-size: 20px; line-height: 1.35; }
.labels-site .leaflets-hero .leaflets-cta { padding: 10px 20px; border: 2px solid #cf2772; background: transparent; color: #c4246e; font-weight: 700; }
.labels-site .leaflets-hero .leaflets-cta:hover, .labels-site .leaflets-hero .leaflets-cta:focus-visible { background: #cf2772; color: #fff; }
.labels-site .labels-highlights { gap: 0; margin-top: 0; margin-bottom: 0; }
.labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { min-height: 0; padding: 15px 20px; }
.labels-site .labels-highlights > div { background: #d52d7b; }
.labels-site .labels-highlights > div + div { background: #ca2974; }
.labels-site .labels-highlights strong { font-size: 17px; }
.labels-site .labels-highlights span, .labels-site .labels-deadline { font-size: 15px; }
.labels-site .labels-highlights .labels-testimonial { border: 1px solid #eee; border-left: 0; background: #fff; }
.labels-site .labels-highlights .labels-testimonial blockquote { font-size: 15px; line-height: 1.45; }
.labels-site .labels-story { padding-top: 28px; padding-bottom: 24px; border-top: 0; }
.labels-site .labels-story h2, .labels-site .labels-details h2, .labels-site .labels-branding h2 { margin: 0 0 11px; color: #444; font-size: 25px; line-height: 1.3; font-weight: 500; }
.labels-site .labels-story h2:not(:first-child) { margin-top: 25px; }
.labels-site .labels-story p, .labels-site .labels-details p, .labels-site .labels-branding p { max-width: 970px; margin: 0 0 13px; font-size: 17px; line-height: 1.62; }
.labels-site .labels-benefit-grid { display: block; max-width: 100%; margin: 14px 0 0; padding: 0; }
.labels-site .labels-benefit-grid li { margin: 0 0 9px; padding: 0 0 0 29px; border: 0; background: transparent; font-size: 17px; line-height: 1.5; }
.labels-site .labels-benefit-grid li::before { top: 0; left: 0; color: #79a746; font-size: 20px; }
.labels-site .labels-benefit-grid li:nth-child(even)::before { color: #d52d7b; }
.labels-site .labels-details { padding-top: 24px; padding-bottom: 22px; border-top: 1px solid #e5e5e5; }
.labels-site .labels-details > div + div { margin-top: 20px; }
.labels-site .labels-branding { padding: 27px 32px 20px; background: #f2f2f2; }
.labels-site .labels-home-contact { margin-top: 29px; border-top: 1px solid #e5e5e5; }
.labels-site .labels-home-contact .questions-block { margin: 27px 0 28px; }
.labels-site .labels-home-contact .questions-grid { grid-template-columns: 1fr 1.25fr 1.3fr 1.5fr; align-items: start; gap: 10px; }
.labels-site .labels-home-contact .questions-grid > div { font-size: 16px; }
.labels-site .labels-home-contact .questions-grid small { font-size: 14px; }
.labels-site .labels-home-contact .google-map-wrap { height: 170px; }
.labels-site .sdbc-footer { padding: 13px 0; }
.labels-site .leaflets-products-page { padding-top: 24px; }
.labels-site .leaflets-products-page .leaflets-page-intro { margin-bottom: 23px; }
.labels-site .leaflets-products-page .leaflets-page-intro h1 { font-size: 31px; font-weight: 500; }
.labels-site .leaflets-products-page .leaflets-page-intro p { font-size: 17px; }
.labels-site .leaflets-product-grid { gap: 22px; }
.labels-site .leaflets-product-card .product-card-art { height: 270px; background: #f5f5f5; }
.labels-site .leaflets-product-card .product-card-visual > img { max-height: 260px; }
.labels-site .labels-overview-contact { margin-top: 35px; border-color: #e5e5e5; }
@media (max-width: 900px) {
  .labels-site .leaflets-hero-inner { grid-template-columns: 50% 1fr; gap: 18px; }
  .labels-site .labels-home-contact .questions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
}
@media (max-width: 620px) {
  .labels-site .leaflets-hero-inner { display: flex; flex-direction: column; gap: 10px; padding: 18px; }
  .labels-site .leaflets-hero-art { order: -1; height: 215px; }
  .labels-site .leaflets-hero-art > img { max-height: 215px; }
  .labels-site .labels-highlights { grid-template-columns: 1fr; }
  .labels-site .labels-highlights .labels-testimonial { border-left: 1px solid #eee; }
  .labels-site .labels-story { padding-top: 24px; }
  .labels-site .labels-branding { padding: 22px 20px 12px; }
  .labels-site .labels-home-contact .questions-grid { grid-template-columns: 1fr 1fr; }
  .labels-site .labels-home-contact .google-map-wrap { grid-column: 1 / -1; }
  .labels-site .leaflets-product-grid { grid-template-columns: 1fr; }
}

/* Same Day Labels homepage proportions: 322px hero image and 188px panels. */
.labels-site { --leaflets-pink: #e1388f; color: #777; }
.labels-site .labels-live-composition { background: #f5f7fb; }
.labels-site .labels-live-composition .leaflets-hero-inner { width: 100%; }
.labels-site .leaflets-hero { max-width: none; margin: 0; border: 0; background: #f6f6f6; }
.labels-site .leaflets-hero-inner { grid-template-columns: 50% 50%; gap: 0; min-height: 442px; align-items: center; padding: 60px 0; }
.labels-site .leaflets-hero-inner > div:first-child { grid-column: 2; grid-row: 1; padding: 0 30px; }
.labels-site .leaflets-hero-art { grid-column: 1; grid-row: 1; width: 100%; height: 322px; min-height: 322px; padding: 0 30px; }
.labels-site .leaflets-hero-art > img { width: 100%; height: 322px; max-height: 322px; object-fit: cover; }
.labels-site .labels-hero-copy h2 { max-width: none; margin: 0 0 17px; color: #555; font-size: 20px; font-weight: 700; line-height: 1.3; }
.labels-site .labels-hero-copy h2 span { color: #e1388f; }
.labels-site .labels-price-unavailable { margin: -9px 0 12px; font-size: 14px; }
@media (min-width: 1100px) { .labels-site .labels-hero-copy h2 { white-space: nowrap; } }
.labels-site .leaflets-hero .leaflets-cta { min-width: 172px; min-height: 48px; padding: 8px 24px; border: 2px solid #e1388f; border-radius: 10px; background: #fff; color: #e1388f; font-size: 16px; font-weight: 700; line-height: 28px; text-align: center; text-transform: uppercase; }
.labels-site .leaflets-hero .leaflets-cta:hover, .labels-site .leaflets-hero .leaflets-cta:focus-visible { background: #e1388f; color: #fff; }
.labels-site .labels-highlights { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19.6px; margin: 0 auto; padding: 10px 9.8px; }
.labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { height: 188px; min-height: 0; padding: 22px 28px; }
.labels-site .labels-highlights .labels-service-panel, .labels-site .labels-highlights .labels-service-panel + .labels-service-panel { background: #e1388f; color: #fff; }
.labels-site .labels-service-panel { display: flex; flex-direction: column; justify-content: flex-start; }
.labels-site .labels-service-panel h3 { margin: 0 0 4px; color: #fff; font-size: 21px; line-height: 1; font-weight: 700; }
.labels-site .labels-highlights > .labels-service-panel:first-child { padding: 28px 33px; }
.labels-site .labels-service-panel p { margin: 0; font-size: 17px; line-height: 1.35; }
.labels-site .labels-cutoff-panel { justify-content: center; padding: 20px; text-align: left; }
.labels-site .labels-cutoff-title { display: flex; align-items: center; justify-content: center; gap: 5px; margin-bottom: 8px; }
.labels-site .labels-cutoff-panel h3 { margin: 0; font-size: 17px; line-height: 1; white-space: nowrap; text-transform: uppercase; }
.labels-site .labels-clock { display: inline-block; height: 18px; color: #fff; font-size: 18px; line-height: 1; }
.labels-site .labels-cutoff-panel p { margin: 0; font-size: 14.5px; line-height: 1.6; white-space: nowrap; }
.labels-site .labels-cutoff-panel p strong { display: inline; margin: 0; color: #fff; font-size: inherit; font-weight: 700; line-height: inherit; }
.labels-site .labels-cutoff-panel p strong:last-child { font-size: 13.5px; white-space: nowrap; }
.labels-site .labels-cutoff-panel p a, .labels-site .labels-cutoff-panel p a:hover { color: #fff; font-weight: 700; text-decoration: none; }
.labels-site .labels-deadline { display: block; margin-top: 9px; color: #fff; font-size: 13px; line-height: 1.25; white-space: nowrap; }
.labels-site .labels-deadline a { color: #fff; }
.labels-site .labels-highlights .labels-testimonial { display: flex; flex-direction: column; justify-content: center; border: 0; background: #fff; text-align: center; }
.labels-site .labels-stars { color: #e1388f; font-size: 21px; letter-spacing: 2px; line-height: 1; }
.labels-site .labels-highlights .labels-testimonial blockquote { margin: 10px 0 0; font-size: 16px; font-style: italic; line-height: 1.45; }
.labels-site .labels-highlights .labels-testimonial figcaption { margin: 9px 0 0; color: #555; font-size: 16px; font-weight: 700; }
.labels-site .labels-story { padding-top: 20px; padding-bottom: 0; border: 0; }
.labels-site .labels-story p, .labels-site .labels-why p, .labels-site .labels-details p, .labels-site .labels-branding p { margin: 0 0 21px; max-width: none; font-size: 16px; line-height: 1.6; }
.labels-site .labels-divider { height: 3px; margin-top: 16px; margin-bottom: 16px; padding: 0; background: rgba(0, 122, 255, .33); }
.labels-site .labels-why { padding: 20px 0 0; }
.labels-site .labels-why h2 { margin: 0 0 12px; color: #555; font-size: 26px; font-weight: 700; }
.labels-site .labels-benefit-grid { display: block; margin: 0; padding: 0; list-style: none; }
.labels-site .labels-benefit-grid li { position: relative; margin: 0 0 13px; padding: 0 0 0 30px; border: 0; background: none; font-size: 16px; line-height: 1.6; }
.labels-site .labels-benefit-grid li::before, .labels-site .labels-benefit-grid li:nth-child(even)::before { position: absolute; top: 3px; left: 0; display: flex; width: 20px; height: 20px; align-items: center; justify-content: center; border: 1px solid #6eab4f; border-radius: 3px; background: #6eab4f; color: #fff; content: '✓'; font-size: 14px; font-weight: 700; line-height: 1; }
.labels-site .labels-details { display: block; padding: 20px 0 0; border: 0; }
.labels-site .labels-details > div + div { margin-top: 10px; }
.labels-site .labels-details h2, .labels-site .labels-branding h2 { margin: 0 0 12px; color: #555; font-size: 20px; font-weight: 700; }
.labels-site .labels-branding { margin: 0 auto; padding: 30px; background: rgba(0, 0, 0, .08); }
.labels-site .labels-branding p:last-child { margin-bottom: 0; }
.labels-site .labels-home-contact { margin-top: 0; border: 0; }
.labels-site .labels-home-contact .questions-block { margin: 26px 0 25px; }
.labels-site .labels-home-contact .questions-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.labels-site .labels-home-contact .questions-grid > div { padding: 0 15px; font-size: 16px; }
.labels-site .labels-home-contact .contact-symbol { height: 32px; margin-bottom: 12px; }
.labels-site .labels-home-contact .contact-symbol svg { width: 28px; height: 28px; }
.labels-site .labels-home-contact .google-map-wrap { width: 250px; height: 250px; max-width: 100%; margin: 0 auto; padding: 0 !important; }
.labels-site .sdbc-footer { padding: 10px 0 15px; background: #5b5b5b; }
@media (max-width: 849px) {
  .labels-site .leaflets-hero-inner { min-height: 0; padding: 38px 15px; }
  .labels-site .leaflets-hero-art { height: 270px; min-height: 0; padding: 0 15px; }
  .labels-site .leaflets-hero-art > img { height: 270px; max-height: 270px; }
  .labels-site .labels-highlights { padding: 10px 15px; }
  .labels-site .labels-cutoff-panel p, .labels-site .labels-deadline { white-space: normal; }
  .labels-site .labels-home-contact .questions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 25px; }
}
@media (max-width: 549px) {
  .labels-site .leaflets-hero-inner { display: flex; flex-direction: column; gap: 12px; }
  .labels-site .leaflets-hero-art { order: -1; height: 260px; padding: 0; }
  .labels-site .leaflets-hero-art > img { height: 260px; max-height: 260px; }
  .labels-site .leaflets-hero-inner > div:first-child { padding: 0 15px; }
  .labels-site .labels-highlights { grid-template-columns: 1fr; }
  .labels-site .labels-highlights > div, .labels-site .labels-highlights > figure { height: auto; min-height: 188px; }
  .labels-site .labels-home-contact .questions-grid { grid-template-columns: 1fr 1fr; }
  .labels-site .labels-home-contact .google-map-wrap { grid-column: 1 / -1; }
}

/* Labels product information follows the simple live Description and Related products sequence. */
.labels-site .labels-product-description { margin-top: 26px; padding-top: 18px; border-top: 1px solid #ececec; }
.labels-site .labels-product-description h2, .labels-site .labels-related-products h2 { margin: 0 0 17px; color: #555; font-size: 20px; font-weight: 700; line-height: 1.3; }
.labels-site .labels-product-description p { max-width: 920px; margin: 0 0 14px; font-size: 16px; line-height: 1.6; }
.labels-site .labels-related-products { margin-top: 28px; padding-top: 16px; border-top: 1px solid #ececec; }
.labels-site .labels-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.labels-site .labels-related-item { display: block; min-width: 0; color: #555; }
.labels-site .labels-related-item img { display: block; width: 100%; height: 220px; object-fit: contain; object-position: center; }
.labels-site .labels-related-name, .labels-site .labels-related-price { display: block; }
.labels-site .labels-related-name { margin-top: 10px; font-size: 16px; line-height: 1.35; }
.labels-site .labels-related-price { margin-top: 4px; color: #777; font-size: 16px; }
.labels-site .labels-related-item:hover .labels-related-name { color: #e1388f; }
@media (max-width: 620px) {
  .labels-site .labels-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .labels-site .labels-related-item img { height: 160px; }
}

/* Phone price grids put each available quantity on its own row. */
@media (max-width: 520px) {
  .price-table-wrap, .simple-price-grid-wrap { overflow-x: visible; }
  .home-price-table, .simple-price-grid { display: none; }
  .mobile-price-grid {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    font-size: 13px;
  }
  .mobile-price-grid th, .mobile-price-grid td {
    min-width: 0;
    padding: 7px 4px;
    border: 1px solid #e1e1e1;
    text-align: center;
  }
  .mobile-price-grid thead th { background: #f4f6f8; color: #444; font-weight: 700; }
  .mobile-price-grid th:first-child { width: 27%; }
  .mobile-price-grid tbody th { font-weight: 700; }
  .mobile-price-grid .price-cell-button {
    min-width: 0;
    min-height: 48px;
    padding: 7px 2px;
    font-size: clamp(11px, 3vw, 14px);
    white-space: nowrap;
  }
}
