/* Vonos brand — blue surfaces, red CTAs, light grey text on blue panels */

:root,
body {
  --vonos-blue-page: #eff6ff;
  --vonos-blue: #2563eb;
  --vonos-blue-mid: #1d4ed8;
  --vonos-blue-dark: #1e3a8a;
  --vonos-blue-panel: #1e40af;
  --vonos-blue-light: #3b82f6;
  --vonos-red: #dc2626;
  --vonos-red-dark: #b91c1c;
  --vonos-on-blue: #e2e8f0;
  --vonos-on-blue-muted: #cbd5e1;
  --color--gray-7: #eff6ff;
  --color--gray-6: #dbeafe;
  --color--gray-5: #bfdbfe;
  --_color---body-bg: #eff6ff;
  --color--primary-1: #2563eb;
  --color--primary-2: #3b82f6;
  --color--primary-1-op25: #2563eb40;
  --color--primary-2-op25: #3b82f640;
}

/* Marketing — Host Grotesk + outer/inner content shell (does not affect ERP dashboard) */
.marketing-root {
  --vonos-inner-max: 100%;
  --vonos-marketing-gutter: 16px;
  --_typography---font-family--heading: var(--font-host-grotesk), "Host Grotesk", sans-serif;
}

@media screen and (min-width: 1081px) {
  .marketing-root {
    --vonos-inner-max: 1440px;
    --vonos-marketing-gutter: 2rem;
  }
}

/*
 * Outer shell — full viewport width, edge padding only.
 * Backgrounds and section bands can span the full page.
 */
.marketing-root .container,
.marketing-root .container-full,
.marketing-root .container-medium,
.marketing-root .inner-container,
.marketing-root .nav-container {
  box-sizing: border-box;
  max-width: none !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--vonos-marketing-gutter) !important;
  padding-right: var(--vonos-marketing-gutter) !important;
}

.marketing-root .container-small,
.marketing-root .inner-container-small {
  padding-left: var(--vonos-marketing-gutter) !important;
  padding-right: var(--vonos-marketing-gutter) !important;
}

/*
 * Inner shell — centred content column (1440px above 1080px).
 * Applied to the primary wrapper inside each outer container.
 */
.marketing-root .vonos-inner-shell,
.marketing-root .container > *:only-child,
.marketing-root .container-medium > *:only-child,
.marketing-root .container-full > *:only-child,
.marketing-root .nav-container > *:only-child {
  box-sizing: border-box;
  max-width: var(--vonos-inner-max) !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Footer — full-width blue band, inner content aligned to page shell */
.marketing-root .vonos-footer-outer {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none !important;
  width: 100%;
}

.marketing-root .vonos-footer-bleed {
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* CTA image band — full viewport width, rounded top corners only */
.marketing-root .footer {
  padding-bottom: 0 !important;
}

.marketing-root .vonos-footer-cta-band {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  min-height: clamp(32rem, 58vw, 48rem);
  overflow: hidden;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: relative;
  width: 100vw;
}

.marketing-root .vonos-footer-cta-media {
  border-top-left-radius: var(--border-radius--md, 1rem);
  border-top-right-radius: var(--border-radius--md, 1rem);
}

.marketing-root .vonos-footer-cta-content {
  inset: 0;
  justify-content: center;
  max-width: 700px;
  padding: 2rem 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.marketing-root .vonos-footer-blue-band {
  background-color: var(--vonos-blue-dark) !important;
  color: var(--vonos-on-blue) !important;
  overflow: hidden;
}

.marketing-root .vonos-footer-blue-band .footer-info,
.marketing-root .vonos-footer-blue-band .footer-center,
.marketing-root .vonos-footer-blue-band .footer-bottom {
  background-color: var(--vonos-blue-dark) !important;
  color: var(--vonos-on-blue) !important;
}

.marketing-root .footer-info {
  background-color: var(--vonos-blue-dark) !important;
  border-radius: 0 !important;
  padding-bottom: 0 !important;
}

.marketing-root .footer-info-inner {
  box-sizing: border-box;
  padding: 6.25rem var(--vonos-marketing-gutter) 1.875rem;
}

.marketing-root .footer-info .grid-footer-top {
  max-width: none !important;
  width: 100%;
}

.marketing-root .footer-center {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  border-top: 1px solid rgb(255 255 255 / 10%);
  display: block;
  overflow: hidden;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  width: 100%;
}

.marketing-root .footer-marquee-list {
  align-items: center;
  display: flex;
  flex: none;
  width: max-content;
}

.marketing-root .footer-bottom {
  max-width: var(--vonos-inner-max) !important;
  padding: 1.875rem var(--vonos-marketing-gutter) 0;
  width: 100%;
}

.marketing-root .footer-bottom .footer-copyright,
.marketing-root .footer-bottom .footer-copyright-link {
  color: var(--vonos-on-blue-muted) !important;
}

/* Full-bleed heroes — background spans viewport; content aligns via nested grids */
.marketing-root section.none > .container-full > .hero-detail,
.marketing-root section:has(.hero-bg-item) > .container-full > .hero-service-detail {
  max-width: none !important;
}

/* Tickers run edge-to-edge inside the outer shell padding */
.marketing-root .marquee-section > .container-full > *,
.marketing-root .marquee-simple-section > .container-full > * {
  max-width: none !important;
}

body,
.body {
  background-color: var(--vonos-blue-page) !important;
  color: var(--color--gray-3, #334155);
}

main.main:not(.main--subpage) > section:not(.none),
main.main--subpage > section:not(.hero-section):not(:has(.hero-service-detail)),
main.main--subpage > section.hero-section {
  background-color: var(--vonos-blue-page) !important;
}

.bg-gray-7,
.bg-gray-6,
.bg-gray-5 {
  background-color: var(--vonos-blue-page) !important;
}

/* Primary buttons — red with white label */
.button-primary:not(.w-variant-a364a7e4-709c-fd40-1d74-83c477702af1):not(.w-variant-66141dc8-12be-af3f-9039-776e66b77489):not(.w-variant-95e02382-2ec5-771e-b2f9-d61832bffd6d),
.button-primary.contact-button,
.button-primary.w-button,
input.button-primary.w-button {
  background-color: var(--vonos-red) !important;
  border-color: var(--vonos-red) !important;
  color: #fff !important;
}

.button-primary:not(.w-variant-a364a7e4-709c-fd40-1d74-83c477702af1):not(.w-variant-66141dc8-12be-af3f-9039-776e66b77489):not(.w-variant-95e02382-2ec5-771e-b2f9-d61832bffd6d) .button-title,
.button-primary.w-button .button-title {
  color: #fff !important;
}

.button-primary:not(.w-variant-a364a7e4-709c-fd40-1d74-83c477702af1):hover,
.button-primary.contact-button:hover,
.button-primary.w-button:hover,
input.button-primary.w-button:hover {
  background-color: var(--vonos-red-dark) !important;
  border-color: var(--vonos-red-dark) !important;
}

.button-hover-bg.transparent-3 {
  background-color: var(--vonos-red-dark) !important;
}

/* Blue accent panels */
.bg-primary-1,
.bg-primary-2 {
  background-color: var(--vonos-blue) !important;
  color: var(--vonos-on-blue) !important;
}

.footer .button-primary.w-inline-block,
.footer .button-primary.w-button {
  background-color: var(--vonos-red) !important;
  border-color: var(--vonos-red) !important;
  color: #fff !important;
}

.footer .button-primary.w-inline-block .button-title {
  color: #fff !important;
}

.footer-info {
  background-color: var(--vonos-blue-dark) !important;
  color: var(--vonos-on-blue) !important;
}

.footer .marquee-text {
  color: var(--vonos-blue-light) !important;
}

/* Light grey text on blue surfaces */
.bg-primary-1,
.bg-primary-2,
.guarantee-badge-info,
.footer-info,
.contact-icon-wrap.bg-primary-1,
.why-choose-wrap.bg-primary-1,
.shop-cart-summary {
  color: var(--vonos-on-blue) !important;
}

.bg-primary-1 .text-black,
.bg-primary-2 .text-black,
.guarantee-badge-info .text-black,
.footer-info .text-black,
.bg-primary-1 h1,
.bg-primary-1 h2,
.bg-primary-1 h3,
.bg-primary-1 h4,
.bg-primary-1 p,
.bg-primary-2 h1,
.bg-primary-2 h2,
.bg-primary-2 h3,
.guarantee-badge-info h1,
.guarantee-badge-info h2,
.guarantee-badge-info h3,
.guarantee-top,
.guarantee-month-title,
.footer-info .footer-link,
.footer-info .footer-contact-link,
.footer-info .text-white,
.footer-info .text-sm-uppercase,
.footer-info .footer-brand-text,
.footer-info .footer-copyright,
.shop-cart-summary,
.shop-cart-summary .shop-cart-label {
  color: var(--vonos-on-blue) !important;
}

.bg-primary-1 .button-primary,
.bg-primary-2 .button-primary,
.footer-info .button-primary {
  background-color: var(--vonos-red) !important;
  color: #fff !important;
}

.bg-primary-1 .button-primary .button-title,
.footer-info .button-primary .button-title {
  color: #fff !important;
}

/* Subpage hero headlines */
main.main--subpage .hero-about-caption > h1,
main.main--subpage .hero-contact-caption > h1,
main.main--subpage .track-section .hero-contact-caption > h1,
main.main--subpage h1.hero-service-title {
  font-family: var(--_typography---font-family--heading) !important;
  font-size: var(--_typography---h1--h1, 6rem) !important;
  line-height: var(--_typography---h1--line-height-3, 1.2em) !important;
  font-weight: var(--_typography---h1--font-weight-1, 600) !important;
  letter-spacing: var(--_typography---h1--letter-spacing, -0.02em) !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}

main.main--subpage h1.hero-service-title {
  color: var(--color--white, #fff) !important;
  max-width: 69%;
}

/* Shop page */
.shop-catalog-section {
  padding: 3.125rem 0 4rem;
}

.shop-catalog-header {
  align-items: end;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
  margin-bottom: 2rem;
}

.shop-catalog-intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 720px;
}

.shop-catalog-lead {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.5rem;
  align-items: start;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.shop-filter {
  border: 1px solid rgb(37 99 235 / 25%);
  background: #fff;
  border-radius: 999px;
  color: var(--vonos-blue-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.shop-filter.is-active {
  background: var(--vonos-blue);
  border-color: var(--vonos-blue);
  color: var(--vonos-on-blue);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.shop-card {
  background: #fff;
  border: 1px solid rgb(37 99 235 / 12%);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.shop-card-media {
  align-items: center;
  background: linear-gradient(145deg, #dbeafe, #eff6ff);
  display: flex;
  height: 140px;
  justify-content: center;
  padding: 1.25rem;
}

.shop-card-icon {
  height: 72px;
  object-fit: contain;
  width: 72px;
}

.shop-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.125rem 1.125rem;
}

.shop-card-category {
  color: var(--vonos-blue);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-card-title {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.shop-card-desc {
  color: #64748b;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.shop-card-footer {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.shop-card-price {
  color: var(--vonos-blue-dark);
  font-size: 1.125rem;
  font-weight: 700;
}

.shop-card .button-primary {
  font-size: 0.8125rem;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
}

.shop-cart-summary {
  background: var(--vonos-blue-dark);
  border-radius: 0.75rem;
  padding: 1.25rem;
  position: sticky;
  top: 6.5rem;
}

.shop-cart-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.shop-cart-line {
  align-items: center;
  border-bottom: 1px solid rgb(226 232 240 / 15%);
  display: flex;
  font-size: 0.875rem;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.625rem 0;
}

.shop-cart-line:last-of-type {
  border-bottom: none;
}

.shop-cart-empty {
  color: var(--vonos-on-blue-muted);
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

.shop-cart-note {
  color: var(--vonos-on-blue-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.shop-cart-total {
  border-top: 1px solid rgb(226 232 240 / 20%);
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  margin: 0.75rem 0 1rem;
  padding-top: 0.75rem;
}

.shop-cart-summary .button-primary {
  width: 100%;
}

.shop-toast {
  background: var(--vonos-blue-dark);
  border-radius: 0.5rem;
  box-shadow: 0 12px 40px rgb(15 23 42 / 25%);
  color: var(--vonos-on-blue);
  font-size: 0.875rem;
  left: 50%;
  padding: 0.75rem 1.25rem;
  position: fixed;
  top: 5.5rem;
  transform: translateX(-50%);
  z-index: 50;
}

.shop-nav-badge {
  align-items: center;
  background: var(--vonos-red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  height: 1.125rem;
  justify-content: center;
  margin-left: 0.375rem;
  min-width: 1.125rem;
  padding: 0 0.3125rem;
  vertical-align: middle;
}

.shop-cart-line--detailed {
  align-items: stretch;
  flex-direction: column;
  gap: 0.5rem;
}

.shop-cart-line-info {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
}

.shop-cart-line-name {
  flex: 1;
  line-height: 1.35;
}

.shop-cart-line-price {
  flex-shrink: 0;
  font-weight: 600;
}

.shop-cart-qty {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}

.shop-qty-btn {
  align-items: center;
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(226 232 240 / 25%);
  border-radius: 0.375rem;
  color: var(--vonos-on-blue);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1rem;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.shop-qty-value {
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 1.25rem;
  text-align: center;
}

.shop-remove-btn {
  background: none;
  border: none;
  color: var(--vonos-on-blue-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  margin-left: auto;
  text-decoration: underline;
}

.shop-continue-link {
  color: var(--vonos-on-blue-muted);
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.75rem;
  text-align: center;
  text-decoration: underline;
}

.shop-continue-link--dark {
  color: var(--vonos-blue-dark);
}

.shop-checkout-section {
  padding-top: 2rem;
}

.shop-checkout-layout {
  align-items: start;
}

.shop-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.shop-checkout-panel {
  background: #fff;
  border: 1px solid rgb(37 99 235 / 12%);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}

.shop-fulfillment-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-fulfillment-option {
  align-items: flex-start;
  border: 1px solid rgb(37 99 235 / 18%);
  border-radius: 0.625rem;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
}

.shop-fulfillment-option:has(input:checked) {
  background: #eff6ff;
  border-color: var(--vonos-blue);
}

.shop-fulfillment-option input {
  margin-top: 0.25rem;
}

.shop-fulfillment-option strong {
  display: block;
  margin-bottom: 0.25rem;
}

.shop-fulfillment-desc {
  color: #64748b;
  display: block;
  font-size: 0.875rem;
  line-height: 1.45;
}

.shop-checkout-summary-inline {
  background: #fff;
  border: 1px solid rgb(37 99 235 / 12%);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.shop-checkout-lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.shop-checkout-lines li {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
}

.shop-cart-total--light {
  border-top-color: rgb(15 23 42 / 10%);
  color: var(--vonos-blue-dark);
}

.shop-form-error {
  color: var(--vonos-red);
  font-size: 0.875rem;
  margin: 0;
}

.shop-confirmation-section {
  padding-top: 2.5rem;
}

.shop-confirmation-card {
  background: #fff;
  border: 1px solid rgb(37 99 235 / 12%);
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 960px;
  padding: 2rem;
}

.shop-confirmation-badge {
  background: #dcfce7;
  border-radius: 999px;
  color: #166534;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.375rem 0.875rem;
  text-transform: uppercase;
  width: fit-content;
}

.shop-confirmation-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-confirmation-steps {
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding-left: 1.25rem;
}

.shop-confirmation-meta {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.shop-confirmation-meta div {
  display: grid;
  gap: 0.125rem;
}

.shop-confirmation-meta dt {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-confirmation-meta dd {
  color: var(--vonos-blue-dark);
  font-size: 0.9375rem;
  margin: 0;
}

.shop-confirmation-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.shop-confirmation-empty {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
}

/* Homepage — replace remaining brown scrape panels with Vonos blue */
.case-study-item,
.technician-right,
.grid-guarantee-header,
.guarantee-amount-top,
.bg-gray-2 {
  background-color: var(--vonos-blue-panel) !important;
  color: var(--vonos-on-blue) !important;
}

.guarantee-quote-code,
.guarantee-amount-top,
.guarantee-amount-top .text-sm-uppercase {
  color: #fff !important;
}

.guarantee-amount {
  color: #fff !important;
}

.case-study-item .case-info-title,
.case-study-item .case-study-text,
.case-study-item .case-client-review,
.case-study-item .case-client-name,
.technician-right .technician-review {
  color: var(--vonos-on-blue) !important;
}

.case-study-bottom .button-primary,
.technician-right .button-primary,
.vonos-diagnosis-panel .button-primary {
  background-color: var(--vonos-red) !important;
  border-color: var(--vonos-red) !important;
}

.case-study-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

/* Diagnosis pricing block (replaces price table) */
.vonos-diagnosis-section {
  padding-bottom: 3rem;
}

.vonos-diagnosis-panel {
  align-items: center;
  background: linear-gradient(135deg, var(--vonos-blue-dark), var(--vonos-blue-panel));
  border-radius: 1rem;
  color: var(--vonos-on-blue);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  justify-content: space-between;
  padding: 2rem 2.25rem;
}

.vonos-diagnosis-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 640px;
}

.vonos-diagnosis-panel h2,
.vonos-diagnosis-panel .pre-title {
  color: #fff !important;
}

.vonos-diagnosis-lead {
  color: var(--vonos-on-blue-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.vonos-diagnosis-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vonos-diagnosis-panel .shop-continue-link,
.vonos-diagnosis-panel .shop-continue-link--dark {
  color: #fff !important;
  margin-top: 0;
  text-align: left;
  text-decoration-color: rgb(255 255 255 / 45%);
}

.vonos-diagnosis-panel .shop-continue-link:hover {
  color: var(--vonos-on-blue) !important;
  text-decoration-color: #fff;
}

/* FAQ — white plus icons on blue accordion rows */
.faqs-right .accordion-item,
.faqs-right .accordion-active-item {
  background-color: var(--vonos-blue-panel);
  border-bottom: none !important;
  border-radius: 0.75rem;
  padding: 0 1.25rem;
  width: 100%;
}

.faqs-right .accordion-heading {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.faqs-right .accordion-title,
.faqs-right .accordion-description {
  color: var(--vonos-on-blue) !important;
}

.faqs-right .accordion-icon-wrap {
  background-color: rgb(255 255 255 / 15%) !important;
  border: 1px solid rgb(255 255 255 / 35%);
}

.faqs-right .accordion-divider-hr,
.faqs-right .accordion-divider-vr {
  background-color: #fff !important;
}

.faqs-right .accordion-divider-vr {
  transform-origin: 50% 50%;
}

.faqs-right .accordion-content {
  padding-bottom: 1rem;
}

.faqs-right .accordion-item .accordion-content {
  padding-bottom: 0;
}

/* Shop order receipt */
.shop-receipt-block {
  border-top: 1px solid rgb(37 99 235 / 12%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
}

.shop-receipt-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.shop-receipt-print-btn {
  border: none;
  cursor: pointer;
  font: inherit;
}

.shop-receipt {
  background: #fff;
  border: 1px dashed rgb(37 99 235 / 25%);
  border-radius: 0.75rem;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
}

.shop-receipt-header {
  align-items: center;
  border-bottom: 1px solid rgb(15 23 42 / 8%);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.shop-receipt-logo {
  height: 2.5rem;
  object-fit: contain;
  width: auto;
}

.shop-receipt-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.shop-receipt-subtitle {
  color: #64748b;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}

.shop-receipt-meta-grid {
  display: grid;
  gap: 0.75rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.shop-receipt-meta-grid div {
  display: grid;
  gap: 0.125rem;
}

.shop-receipt-meta-grid dt {
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-receipt-meta-grid dd {
  font-size: 0.9375rem;
  margin: 0;
}

.shop-receipt-table {
  border-collapse: collapse;
  font-size: 0.875rem;
  width: 100%;
}

.shop-receipt-table th,
.shop-receipt-table td {
  border-bottom: 1px solid rgb(15 23 42 / 8%);
  padding: 0.625rem 0.5rem;
  text-align: left;
}

.shop-receipt-table th:last-child,
.shop-receipt-table td:last-child,
.shop-receipt-table tfoot td:last-child {
  text-align: right;
}

.shop-receipt-table thead th {
  color: #64748b;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-receipt-notes {
  color: #475569;
  font-size: 0.875rem;
  margin: 0;
}

.shop-receipt-footer {
  border-top: 1px solid rgb(15 23 42 / 8%);
  color: #64748b;
  display: grid;
  font-size: 0.8125rem;
  gap: 0.25rem;
  margin: 0;
  padding-top: 0.75rem;
}

@media print {
  .shop-confirmation-print-hide,
  .site-nav,
  .footer,
  .shop-cart-sidebar {
    display: none !important;
  }

  .shop-confirmation-card {
    border: none;
    box-shadow: none;
    max-width: none;
    padding: 0;
  }

  .shop-receipt {
    border-style: solid;
  }
}

.shop-load-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  main.main--subpage .hero-about-caption > h1,
  main.main--subpage .hero-contact-caption > h1,
  main.main--subpage .track-section .hero-contact-caption > h1,
  main.main--subpage h1.hero-service-title {
    font-size: var(--_typography---h1--h1, 4.375rem) !important;
  }

  main.main--subpage h1.hero-service-title {
    max-width: 100%;
  }

  .shop-catalog-header {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    justify-content: flex-start;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

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

  .shop-cart-summary {
    position: static;
  }

  .shop-confirmation-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  main.main--subpage .hero-about-caption > h1,
  main.main--subpage .hero-contact-caption > h1,
  main.main--subpage .track-section .hero-contact-caption > h1,
  main.main--subpage h1.hero-service-title {
    font-size: var(--_typography---h1--h1, 3.125rem) !important;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Vonos shop (Gearz-style ecommerce) ─── */

.vonos-shop-hero {
  padding: 0 0 2rem;
}

.vonos-shop-hero-inner {
  border-radius: 1rem;
  min-height: clamp(420px, 52vh, 560px);
  overflow: hidden;
  position: relative;
}

.vonos-shop-hero-bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.vonos-shop-hero-bg-image {
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  width: 100%;
}

.vonos-shop-hero-bg-shade {
  background: linear-gradient(
    105deg,
    rgb(15 23 42 / 88%) 0%,
    rgb(15 23 42 / 55%) 45%,
    rgb(15 23 42 / 25%) 100%
  );
  inset: 0;
  position: absolute;
}

.vonos-shop-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 560px;
  padding: clamp(2rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}

.vonos-shop-hero-eyebrow {
  color: rgb(226 232 240 / 85%);
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.vonos-shop-hero-title {
  color: #fff;
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

.vonos-shop-hero-lead {
  color: rgb(226 232 240 / 90%);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.vonos-shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.vonos-shop-hero-stats {
  backdrop-filter: blur(12px);
  background: rgb(15 23 42 / 55%);
  border-top: 1px solid rgb(255 255 255 / 12%);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.vonos-shop-hero-stats li {
  border-right: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
}

.vonos-shop-hero-stats li:last-child {
  border-right: none;
}

.vonos-shop-hero-stats strong {
  color: #fff;
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.vonos-shop-hero-stats span {
  color: rgb(203 213 225 / 90%);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vonos-shop-btn {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vonos-shop-btn--primary {
  background: var(--vonos-red);
  border-color: var(--vonos-red);
  color: #fff;
}

.vonos-shop-btn--primary:hover {
  background: var(--vonos-red-dark);
  border-color: var(--vonos-red-dark);
  color: #fff;
}

.vonos-shop-btn--ghost {
  background: transparent;
  border-color: rgb(255 255 255 / 45%);
  color: #fff;
}

.vonos-shop-btn--ghost:hover {
  background: rgb(255 255 255 / 10%);
  color: #fff;
}

.vonos-shop-btn--sm {
  font-size: 0.8125rem;
  padding: 0.625rem 1.125rem;
}

.vonos-shop-section {
  padding: 3rem 0;
}

.vonos-shop-section--tight {
  padding-top: 0;
}

.vonos-shop-section-title {
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1.75rem;
}

.vonos-shop-muted {
  color: #64748b;
  margin: 0;
}

.vonos-shop-error {
  color: #b42318;
  margin: 0 0 1rem;
}

.vonos-shop-category-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.vonos-shop-category-card {
  align-items: stretch;
  background: #f1f5f9;
  border: 1px solid rgb(37 99 235 / 8%);
  border-radius: 0.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  overflow: hidden;
  padding: 1rem;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.vonos-shop-category-card:hover {
  border-color: rgb(37 99 235 / 28%);
  box-shadow: 0 8px 24px rgb(15 23 42 / 8%);
}

.vonos-shop-category-name {
  color: #0f172a;
  display: block;
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}

.vonos-shop-category-meta {
  color: #64748b;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.vonos-shop-category-img {
  align-self: center;
  height: 72px;
  margin-top: 0.75rem;
  object-fit: contain;
  width: 72px;
}

.vonos-shop-product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vonos-shop-product-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vonos-shop-product {
  background: #fff;
  border: 1px solid rgb(15 23 42 / 8%);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.vonos-shop-product:hover {
  box-shadow: 0 12px 32px rgb(15 23 42 / 8%);
}

.vonos-shop-product-media {
  align-items: center;
  background: #f8fafc;
  display: flex;
  height: 200px;
  justify-content: center;
  padding: 1.5rem;
}

.vonos-shop-product-img {
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
}

.vonos-shop-product-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.125rem 1.125rem;
}

.vonos-shop-product-name {
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.vonos-shop-product-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.vonos-shop-product-price {
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 700;
}

.vonos-shop-product-add {
  background: transparent;
  border: 1px solid rgb(37 99 235 / 35%);
  border-radius: 0.375rem;
  color: var(--vonos-blue);
  cursor: pointer;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
}

.vonos-shop-product-add:hover:not(:disabled) {
  background: var(--vonos-blue);
  border-color: var(--vonos-blue);
  color: #fff;
}

.vonos-shop-product-add:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.vonos-shop-promo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1.2fr;
}

.vonos-shop-promo-card {
  border-radius: 0.75rem;
  min-height: 220px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.vonos-shop-promo-card--accent {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.vonos-shop-promo-card--dark {
  background: linear-gradient(135deg, var(--vonos-blue-dark), var(--vonos-blue-panel));
}

.vonos-shop-promo-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.vonos-shop-promo-card--accent .vonos-shop-promo-eyebrow {
  color: #92400e;
}

.vonos-shop-promo-card--dark .vonos-shop-promo-eyebrow {
  color: rgb(226 232 240 / 80%);
}

.vonos-shop-promo-title {
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.vonos-shop-promo-card--accent .vonos-shop-promo-title {
  color: #0f172a;
}

.vonos-shop-promo-card--dark .vonos-shop-promo-title {
  color: #fff;
}

.vonos-shop-promo-text {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  max-width: 36ch;
}

.vonos-shop-promo-card--accent .vonos-shop-promo-text {
  color: #44403c;
}

.vonos-shop-promo-card--dark .vonos-shop-promo-text {
  color: rgb(226 232 240 / 90%);
}

.vonos-shop-promo-card--dark .vonos-shop-btn--ghost {
  border-color: rgb(255 255 255 / 35%);
}

.vonos-shop-latest-header {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.vonos-shop-catalog-meta {
  color: #64748b;
  font-size: 0.8125rem;
  margin: 0.35rem 0 0;
}

.vonos-shop-search {
  align-items: center;
  background: #fff;
  border: 1px solid rgb(15 23 42 / 10%);
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 4%);
  display: flex;
  gap: 0.5rem;
  min-width: min(100%, 18rem);
  padding: 0.5rem 0.7rem;
}

.vonos-shop-search--header {
  flex: 1 1 16rem;
  max-width: 22rem;
}

.vonos-shop-search--sidebar {
  margin-bottom: 1.25rem;
  min-width: 0;
  width: 100%;
}

.vonos-shop-search-icon {
  color: #94a3b8;
  flex-shrink: 0;
}

.vonos-shop-search input {
  background: transparent;
  border: 0;
  color: #0f172a;
  flex: 1;
  font: inherit;
  font-size: 0.8125rem;
  min-width: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

.vonos-shop-search input::placeholder {
  color: #94a3b8;
}

.vonos-shop-search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vonos-shop-latest-layout {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 240px minmax(0, 1fr);
}

.vonos-shop-filter-card {
  background: #f1f5f9;
  border: 1px solid rgb(15 23 42 / 8%);
  border-radius: 0.75rem;
  padding: 1rem;
  position: sticky;
  top: 6rem;
}

.vonos-shop-filter-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.vonos-shop-filter-card-title {
  color: #0f172a;
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0;
}

.vonos-shop-filter-clear {
  background: none;
  border: 0;
  color: #dc2626;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
}

.vonos-shop-filter-block {
  margin-bottom: 1rem;
}

.vonos-shop-filter-label {
  color: #64748b;
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  text-transform: none;
}

.vonos-shop-filter-select,
.vonos-shop-filter-input {
  appearance: none;
  background: #fff;
  border: 1px solid rgb(15 23 42 / 12%);
  border-radius: 0.375rem;
  color: #0f172a;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 0.65rem;
  width: 100%;
}

.vonos-shop-filter-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-position: right 0.65rem center;
  background-repeat: no-repeat;
  padding-right: 1.75rem;
}

.vonos-shop-filter-price-row {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.vonos-shop-filter-price-sep {
  color: #94a3b8;
  flex-shrink: 0;
  font-size: 0.75rem;
}

.vonos-shop-filter-list {
  display: grid;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  max-height: 18rem;
  overflow: auto;
  padding: 0;
}

.vonos-shop-filter-option {
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  color: #334155;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4rem 0.5rem;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.vonos-shop-filter-option:hover {
  background: #fff;
}

.vonos-shop-filter-option.is-active {
  background: #fff;
  color: #dc2626;
  font-weight: 700;
}

.vonos-shop-filter-check {
  align-items: center;
  color: #334155;
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 0.5rem;
}

.vonos-shop-filter-check input {
  accent-color: #dc2626;
}

.vonos-shop-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.vonos-shop-page-btn {
  align-items: center;
  background: #fff;
  border: 1px solid rgb(15 23 42 / 12%);
  border-radius: 0.5rem;
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.25rem;
  padding: 0.55rem 0.9rem;
}

.vonos-shop-page-btn:hover:not(:disabled) {
  border-color: #dc2626;
  color: #dc2626;
}

.vonos-shop-page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.vonos-shop-page-indicator {
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  min-width: 4.5rem;
  text-align: center;
}

.vonos-shop-trust {
  background: #f1f5f9;
  border-top: 1px solid rgb(15 23 42 / 6%);
  padding: 2rem 0;
}

.vonos-shop-trust-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.vonos-shop-trust-item {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
}

.vonos-shop-trust-icon {
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-shrink: 0;
  font-size: 1.25rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.vonos-shop-trust-item strong {
  color: #0f172a;
  display: block;
  font-family: var(--font-host-grotesk), "Host Grotesk", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}

.vonos-shop-trust-item span {
  color: #64748b;
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
}

@media screen and (max-width: 991px) {
  .vonos-shop-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vonos-shop-product-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vonos-shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vonos-shop-promo-grid {
    grid-template-columns: 1fr;
  }

  .vonos-shop-latest-layout {
    grid-template-columns: 1fr;
  }

  .vonos-shop-filter-card {
    position: static;
  }

  .vonos-shop-search--header {
    max-width: none;
  }

  .vonos-shop-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vonos-shop-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .vonos-shop-hero-stats li:nth-child(2) {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .vonos-shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vonos-shop-product-grid,
  .vonos-shop-product-grid--4 {
    grid-template-columns: 1fr;
  }

  .vonos-shop-trust-grid {
    grid-template-columns: 1fr;
  }

  .vonos-shop-hero-inner {
    min-height: 480px;
  }

  .vonos-shop-hero-stats {
    position: relative;
  }
}
