:root {
  --pink: #e1388f;
  --blue: #0a7bdc;
  --divider-blue: #abd3ff;
  --text: #777;
  --dark: #3f3f3f;
  --line: #e5e5e5;
  --footer: #585858;
  --site-content-width: 1220px;
  --homepage-component-width: 1080px;
  --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-divider,
.home-contact-shell {
  max-width: var(--homepage-component-width);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  height: 442px;
  padding: 0;
}
.home-hero-image { text-align: center; }
.home-hero-image img {
  display: block;
  width: 530px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: auto;
}
.home-hero-copy { padding-left: 0; }
.home-hero-copy .hero-heading {
  margin: 0;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.hero-price {
  display: block;
  margin: 0 0 13px;
  color: var(--pink);
  font-size: 20px;
  line-height: 1.3;
}
.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-bottom: 0;
  font-size: 17px;
  line-height: 1.6;
}

/* Guarantee and testimonial row */
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 19.6px;
  margin-bottom: 32px;
  padding: 10px 7.5px;
  background: #f5f7fb;
}
.promise-card {
  height: 188px;
  padding: 28px 30px;
}
.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;
  background: #fff;
  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: 30px 0;
}
.promise-grid + .content-section,
.ruled-section {
  border-top: 3px solid var(--divider-blue);
}
.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;
}
.price-table-wrap { overflow-x: auto; }
.home-price-table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}
.home-price-table th,
.home-price-table td {
  padding: 6px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.home-price-table thead th {
  background: #d9edf7;
  color: #111;
  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: 32px 0 11px; }
.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; }
.home-divider {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background: var(--divider-blue);
}
.case-study {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px;
  background: rgba(0, 0, 0, .08);
}

/* Contact and map */
.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; }
.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;
}
.legal-intro,
.legal-document {
  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;
}
.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;
}
.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; }
.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 { height: auto; padding-top: 25px; }
  .home-hero-image img { max-width: 380px; }
  .home-hero-copy {
    padding-left: 0;
    text-align: 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: 10px; }
  .promise-card { height: auto; min-height: 0; }
  .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; }
  .home-hero-copy .hero-heading { 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;
    margin-bottom: 32px;
    padding: 10px 7.5px;
  }
}

@media (max-width: 520px) {
  .sdbc-width { width: calc(100% - 20px); }
  .basket-label { display: none; }
  .contact-strip-inner { gap: 8px; }
  .home-hero-copy .hero-heading { font-size: 20px; }
  .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;
  }
  .case-study { padding: 18px 15px 20px; }
  .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: 15px; 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); }
