/**
 * Watch service page refinement.
 * Scoped presentation layer for the original WordPress page content.
 */

body.page-watch-service {
  max-width: 100%;
  overflow-x: hidden;
}

.site-main--watch-service,
.page-shell--watch-service,
.watch-service-original {
  --md-service-display-weight: 400;
  --md-service-heading-weight: 400;
  --md-service-body-weight: 400;
  --md-service-strong-weight: 400;
  --md-service-label-weight: 400;
  --md-service-text-color: rgba(17, 17, 17, 0.68);
  --md-service-muted-color: rgba(17, 17, 17, 0.5);
  --md-service-line-color: rgba(17, 17, 17, 0.12);
  --md-service-section-space: clamp(3rem, 5vw, 4.85rem);
  background: #fff;
  color: #111;
  font-synthesis-weight: none;
}

.page-shell--watch-service {
  width: 100%;
  max-width: none;
  padding: 0;
}

.watch-service-original,
.watch-service-original *,
.watch-service-original *::before,
.watch-service-original *::after {
  box-sizing: border-box;
}

.watch-service-original__content > :is(.md-sell-your-watch, .md-elegant-authentication, .md-maintenance-service, .md-horology-warranties, .md-horology-contact) {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.watch-service-original img,
.watch-service-original picture,
.watch-service-original svg {
  max-width: 100%;
}

.watch-service-original img {
  height: auto;
}

.watch-service-original a {
  color: inherit;
}

.watch-service-original :is(.md-container, .md-sell-container, .md-container-narrow, .md-container-wide, .md-hero-container) {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: var(--gutter, 2rem);
}

.watch-service-original :is(section, .md-sell-section, .md-elegant-introduction, .md-process-elegant, .md-certificate-elegant, .md-final-cta, .md-complete-maintenance-section, .md-maintenance-process, .md-maintenance-cta, .md-warranty-section, .md-oem-section, .md-service-section, .md-cta-section, .md-contact-info-section, .md-contact-form-section, .md-service-info) {
  padding-block: var(--md-service-section-space);
}

.watch-service-original :is(.md-sell-section + .md-sell-section, .md-warranty-section + .md-oem-section, .md-oem-section + .md-service-section, .md-contact-info-section + .md-contact-form-section) {
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

/* Typography */
.watch-service-original :is(h1, h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
}

.watch-service-original :is(h1, .md-sell-hero-title, .md-hero-title) {
  max-width: min(100%, 16ch);
  margin-bottom: 0.92rem;
  font-size: clamp(2.62rem, 3.55vw, 3.52rem) !important;
  font-weight: var(--md-service-display-weight);
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  text-transform: none;
}

.watch-service-original :is(h2, .md-sell-title-h2, .md-section-heading, .md-section-heading-large, .md-section-title, .md-certificate-title, .md-form-title, .md-cta-title, .md-service-title) {
  max-width: min(100%, 36rem);
  margin-bottom: 0.62rem;
  font-size: clamp(1.74rem, 2.25vw, 2.36rem) !important;
  font-weight: var(--md-service-heading-weight);
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  text-transform: none;
}

.watch-service-original :is(h3, .md-sell-title-h3, .md-sell-step-title, .md-step-title, .md-info-title, .md-service-item-title) {
  margin-bottom: 0.48rem;
  font-size: clamp(0.98rem, 1.05vw, 1.14rem) !important;
  font-weight: var(--md-service-heading-weight);
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

.watch-service-original :is(h1, h2, h3) {
  overflow-wrap: break-word;
}

.watch-service-original :is(p, li, .md-sell-lead, .md-sell-text, .md-intro-text, .md-intro-lead, .md-section-text, .md-process-subtitle, .md-section-subtitle, .md-form-subtitle, .md-cta-text, .md-info-text, .md-service-item-text, .md-step-text, .md-overview-conclusion) {
  color: var(--md-service-text-color);
  font-size: clamp(0.9rem, 0.94vw, 0.98rem);
  font-weight: var(--md-service-body-weight);
  line-height: 1.58;
}

.watch-service-original :is(.md-hero-tagline, .md-hero-badge, .md-section-subtitle, .md-contact-label, .md-stat-label, .md-spec-title, .md-warranty-badge, .md-step-number, .md-form-label) {
  color: var(--md-service-muted-color);
  font-size: 0.62rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.16em;
  line-height: 1.32;
  text-transform: uppercase;
}

.watch-service-original :is(.md-service-title, .md-section-title, .md-section-heading, .md-section-heading-large, .md-form-title, .md-cta-title, .md-certificate-title) {
  text-wrap: balance;
}

.watch-service-original :is(.md-service-item-title, .md-info-title, .md-step-title, .md-sell-title-h3) {
  text-wrap: balance;
}

.watch-service-original :is(.md-divider-small, .md-title-divider, .md-hero-divider, .md-divider-medium) {
  width: 2.85rem;
  height: 1px;
  margin: 0.9rem 0 1.05rem;
  background: currentColor;
  opacity: 0.24;
}

/* Heroes */
.watch-service-original :is(.md-sell-hero, .md-elegant-hero, .md-maintenance-hero, .md-hero, .md-contact-hero) {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
  color: #fff;
}

.watch-service-original :is(.md-elegant-hero, .md-maintenance-hero, .md-hero, .md-contact-hero) {
  display: grid;
  align-items: center;
  min-height: clamp(27rem, 54vh, 35.5rem);
}

.watch-service-original .md-sell-hero {
  display: grid;
  align-items: center;
  min-height: clamp(27rem, 56vh, 36.5rem);
}

.watch-service-original :is(.md-sell-hero-picture, .md-sell-hero-img) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.watch-service-original :is(.md-sell-hero-img, .md-hero-image img, .md-hero-image > img, .md-hero-image picture img, .md-maintenance-hero .md-hero-image img) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watch-service-original :is(.md-sell-hero)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.06));
  pointer-events: none;
}

.watch-service-original :is(.md-elegant-hero, .md-maintenance-hero)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.watch-service-original :is(.md-sell-hero-inner, .md-elegant-hero .md-hero-container, .md-maintenance-hero .md-hero-container, .md-hero .md-container, .md-contact-hero .md-container) {
  position: relative;
  z-index: 1;
}

.watch-service-original .md-sell-hero-inner {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding: clamp(3.55rem, 6.8vw, 5.25rem) var(--gutter, 2rem);
}

.watch-service-original :is(.md-elegant-hero .md-hero-container, .md-maintenance-hero .md-hero-container) {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.watch-service-original :is(.md-hero-text-container, .md-hero-text, .md-hero-content) {
  min-width: 0;
}

.watch-service-original :is(.md-hero-image-container, .md-maintenance-hero .md-hero-image) {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 31rem;
  aspect-ratio: 1.08;
  background: #f5f4f1;
}

.watch-service-original :is(.md-hero-image, .md-maintenance-hero .md-hero-image picture) {
  display: block;
  width: 100%;
  height: 100%;
}

.watch-service-original :is(.md-sell-hero-lead, .md-hero-description, .md-hero-subtitle, .md-contact-hero .md-hero-subtitle, .md-sell-hero p, .md-elegant-hero p, .md-maintenance-hero p, .md-hero p, .md-contact-hero p) {
  max-width: 38rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.06rem);
  line-height: 1.6;
}

.watch-service-original :is(.md-hero-tagline, .md-hero-badge, .md-warranty-badge) {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Buttons */
.watch-service-original :is(.md-sell-btn, .md-elegant-button, .md-cta-button, .md-submit-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.76rem;
  padding: 0 1.16rem;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.watch-service-original :is(.md-sell-hero .md-sell-btn, .md-elegant-hero .md-elegant-button, .md-maintenance-hero .md-cta-button) {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.watch-service-original :is(.md-sell-btn--secondary, .md-button-secondary, .md-button-cta-secondary) {
  background: transparent;
  color: #111;
}

.watch-service-original .md-sell-hero .md-sell-btn--secondary {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(0, 0, 0, 0.16) !important;
  color: #fff !important;
}

.watch-service-original :is(.md-sell-btn, .md-elegant-button, .md-cta-button, .md-submit-button):is(:hover, :focus-visible) {
  border-color: #111;
  background: #fff;
  color: #111;
}

.watch-service-original :is(.md-sell-hero .md-sell-btn, .md-elegant-hero .md-elegant-button, .md-maintenance-hero .md-cta-button):is(:hover, :focus-visible),
.page-watch-service--warranties-and-repairs .md-cta-section .md-cta-button:is(:hover, :focus-visible),
.page-watch-service--watch-authentication .md-final-cta .md-button-cta-primary:is(:hover, :focus-visible) {
  border-color: #111;
  background: #111;
  color: #fff;
}

.watch-service-original :is(.md-sell-btn--secondary, .md-button-secondary, .md-button-cta-secondary):is(:hover, :focus-visible) {
  border-color: #111;
  background: #111;
  color: #fff;
}

.watch-service-original .md-sell-hero .md-sell-btn--secondary:is(:hover, :focus-visible),
.page-watch-service--watch-authentication .md-final-cta .md-button-cta-secondary:is(:hover, :focus-visible) {
  border-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}

.watch-service-original :is(.md-sell-hero-cta, .md-sell-cta-row, .md-cta-buttons) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  margin-top: clamp(1.15rem, 2vw, 1.45rem);
}

.watch-service-original :is(.md-cta-text + .md-cta-buttons, .md-hero-description + .md-cta-buttons) {
  margin-top: clamp(1.25rem, 2.4vw, 1.7rem);
}

.watch-service-original :is(.md-cta-buttons + .md-cta-note, .md-cta-buttons + .md-cta-assurance) {
  margin-top: clamp(1.15rem, 2vw, 1.55rem);
}

/* Cards and compact grids */
.watch-service-original :is(.md-sell-benefits-grid, .md-sell-steps-grid, .md-sell-trust-grid, .md-info-grid, .md-statistics-grid, .md-spec-grid, .md-service-grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(1.2rem, 2.4vw, 1.85rem);
  padding: 0;
  border: 1px solid var(--md-service-line-color);
  background: var(--md-service-line-color);
  list-style: none;
}

.watch-service-original :is(.md-sell-benefit, .md-sell-step, .md-sell-trust-item, .md-info-card, .md-stat-item, .md-spec-item, .md-service-item) {
  display: grid;
  align-content: start;
  gap: 0.62rem;
  min-width: 0;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  background: #fff;
}

.watch-service-original :is(.md-sell-benefit-icon, .md-sell-step-icon, .md-info-icon svg, .md-service-icon svg) {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.watch-service-original :is(.md-sell-trust-image, .md-certificate-image-wrapper, .md-overview-image, .md-step-image, .md-image-frame) {
  overflow: hidden;
  background: #f6f5f2;
}

.watch-service-original :is(.md-sell-trust-img, .md-certificate-main-image, .md-overview-image img, .md-step-image img, .md-image-frame img, .md-hero-image img, .md-maintenance-hero .md-hero-image img) {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.watch-service-original .md-sell-trust-image {
  aspect-ratio: 1.22;
}

.watch-service-original :is(.md-stat-number, .md-spec-detail) {
  display: block;
  color: #111;
  font-size: clamp(1.02rem, 1.2vw, 1.2rem);
  font-weight: var(--md-service-heading-weight);
}

/* Process and split sections */
.watch-service-original :is(.md-process-steps, .md-process-elegant .md-process-steps, .md-maintenance-process .md-process-steps, .md-service-section .md-process-steps) {
  margin-top: clamp(1.25rem, 2.4vw, 1.9rem);
}

.watch-service-original :is(.md-process-step, .md-maintenance-process .md-process-step, .md-horology-warranties .md-process-step) {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  padding: clamp(1.35rem, 2.5vw, 2rem) 0;
  border-top: 1px solid var(--md-service-line-color);
}

.watch-service-original :is(.md-process-step:last-child) {
  border-bottom: 1px solid var(--md-service-line-color);
}

.watch-service-original .md-step-number {
  padding-top: 0.18rem;
  color: rgba(17, 17, 17, 0.38);
}

.watch-service-original :is(.md-step-content, .md-maintenance-overview, .md-form-wrapper, .md-certificate-container) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
  gap: clamp(1.4rem, 4vw, 3.6rem);
  align-items: center;
  min-width: 0;
}

.watch-service-original :is(.md-step-text, .md-overview-content, .md-certificate-content, .md-form-intro, .md-form-container) {
  min-width: 0;
}

.watch-service-original :is(.md-step-image, .md-image-frame) {
  aspect-ratio: 1.18;
}

.watch-service-original :is(.md-maintenance-overview .md-overview-image) {
  aspect-ratio: 1.16;
}

.watch-service-original :is(.md-step-features, .md-maintenance-list, .md-certificate-features-list) {
  display: grid;
  gap: 0.46rem;
  margin: 0.8rem 0 0;
  padding-left: 1.05rem;
}

.watch-service-original :is(.md-highlight-box, .md-oem-highlight, .md-form-notes) {
  margin-top: 1.15rem;
  padding: clamp(1rem, 1.7vw, 1.35rem);
  border: 1px solid var(--md-service-line-color);
  background: #f8f7f4;
}

/* FAQs */
.watch-service-original :is(.md-sell-faq-list) {
  margin-top: clamp(1.3rem, 3vw, 2.2rem);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.watch-service-original :is(details, .md-sell-faq-item) {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.watch-service-original :is(summary, .md-sell-faq-question) {
  cursor: pointer;
  padding: 0.88rem 0;
  font-size: 0.66rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Contact form */
.watch-service-original :is(.md-contact-value) {
  display: inline-block;
  margin-top: 0.3rem;
  overflow-wrap: anywhere;
  font-size: 0.92rem;
  font-weight: var(--md-service-strong-weight);
  line-height: 1.4;
  text-decoration: none;
}

.watch-service-original :is(.wpcf7 form, .wpcf7-form, .md-horology-form, .md-fallback-form) {
  display: grid;
  gap: 0.95rem;
}

.watch-service-original :is(.wpcf7 p) {
  margin: 0;
}

.watch-service-original :is(.wpcf7 label, .md-form-label) {
  display: grid;
  gap: 0.38rem;
  color: rgba(17, 17, 17, 0.62);
}

.watch-service-original :is(.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select, .md-form-input, .md-form-textarea) {
  width: 100%;
  min-height: 2.74rem;
  padding: 0.68rem 0.78rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.35;
}

.watch-service-original :is(.wpcf7 textarea, .md-form-textarea) {
  min-height: 8.2rem;
  resize: vertical;
}

.watch-service-original :is(.wpcf7 input[type="submit"], .md-submit-button) {
  width: fit-content;
  min-width: 12rem;
  cursor: pointer;
}

.page-watch-service--watch-contact-us .md-contact-form:has(.wpcf7) + .md-fallback-form {
  display: none !important;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form > p {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  min-width: 0;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form > p:nth-of-type(7),
.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form > p:nth-of-type(8),
.page-watch-service--watch-contact-us .md-contact-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form label {
  display: grid;
  gap: 0.36rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.62rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.13em;
  line-height: 1.32;
  text-transform: uppercase;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7 input:not([type="submit"]),
.page-watch-service--watch-contact-us .md-contact-form .wpcf7 textarea,
.page-watch-service--watch-contact-us .md-contact-form .wpcf7 select {
  display: block;
  width: 100%;
  min-height: 2.82rem;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7 textarea {
  min-height: 9rem;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-submit {
  margin-top: 0.22rem;
  min-height: 2.82rem;
  padding-inline: 1.34rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-submit:is(:hover, :focus-visible) {
  border-color: #111;
  background: #fff;
  color: #111;
}

.page-watch-service--watch-contact-us .md-contact-form .wpcf7-spinner {
  margin-left: 0.75rem;
}

/* Jewellery care page refinements */
.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-service-grid {
  align-items: stretch;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-service-item {
  min-height: 100%;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-content {
  display: block;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-process-step {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start;
  align-content: start;
  min-height: auto !important;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-number {
  display: block;
  margin-bottom: 0.55rem;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-content {
  display: block !important;
  width: 100%;
  max-width: none;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-title {
  margin-bottom: 0.42rem;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-section-header {
  grid-column: 1 / -1;
  padding: clamp(1.5rem, 2.4vw, 2.25rem);
  background: #fff;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-container {
  background: #fff !important;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-process-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-title {
  max-width: none;
  text-wrap: normal;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-step-text {
  max-width: 62rem;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service .md-jewellery-expertise-note {
  margin-top: clamp(1rem, 2vw, 1.45rem);
  color: rgba(17, 17, 17, 0.66);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.72;
}

.page-watch-service--jewellery-care-service .md-jewellery-care-service,
.page-watch-service--jewellery-care-service .md-jewellery-care-service * {
  min-width: 0;
}

@media (min-width: 981px) {
  .watch-service-original .md-sell-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .watch-service-original :is(.md-process-elegant .md-step-image, .md-maintenance-process .md-step-image) {
    max-height: 24rem;
  }

  .watch-service-original :is(.md-horology-warranties .md-section-header, .md-contact-form-section .md-form-intro) {
    max-width: 34rem;
  }
}

@media (max-width: 1100px) {
  .watch-service-original :is(.md-elegant-hero .md-hero-container, .md-maintenance-hero .md-hero-container) {
    grid-template-columns: minmax(0, 0.9fr) minmax(17rem, 0.82fr);
    gap: 2rem;
  }

  .watch-service-original :is(.md-hero-image-container, .md-maintenance-hero .md-hero-image) {
    max-height: 24rem;
  }

  .watch-service-original :is(.md-form-wrapper, .md-certificate-container) {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 820px) {
  .watch-service-original :is(.md-elegant-hero, .md-maintenance-hero, .md-hero, .md-contact-hero, .md-sell-hero) {
    min-height: auto;
  }

  .watch-service-original :is(.md-elegant-hero .md-hero-container, .md-maintenance-hero .md-hero-container) {
    grid-template-columns: 1fr;
    padding-block: clamp(3rem, 8vw, 4.5rem);
  }

  .watch-service-original :is(.md-hero-image-container, .md-maintenance-hero .md-hero-image) {
    max-height: 23rem;
    aspect-ratio: 1.45;
  }

  .watch-service-original :is(.md-sell-benefits-grid, .md-sell-steps-grid, .md-sell-trust-grid, .md-info-grid, .md-statistics-grid, .md-spec-grid, .md-service-grid) {
    grid-template-columns: 1fr;
  }

  .watch-service-original :is(.md-process-step, .md-maintenance-process .md-process-step, .md-horology-warranties .md-process-step) {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .watch-service-original :is(.md-step-content, .md-maintenance-overview) {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  body.page-watch-service--jewellery-care-service,
  .page-watch-service--jewellery-care-service .site-main--watch-service,
  .page-watch-service--jewellery-care-service .page-shell--watch-service,
  .page-watch-service--jewellery-care-service .watch-service-original,
  .page-watch-service--jewellery-care-service .watch-service-original__content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service :is(.md-container, .md-container-narrow, .md-container-wide, .md-hero-container) {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service :is(.md-hero-text, .md-overview-content, .md-section-header, .md-service-item, .md-step-content, .md-certificate-content, .md-maintenance-cta .md-container-narrow) {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service .md-cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service .md-cta-button {
    width: 100%;
    min-height: 2.72rem;
    padding-inline: 0.9rem;
    text-align: center;
    white-space: normal;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service :is(.md-hero-description, .md-cta-assurance, .md-section-text, .md-service-item-text, .md-step-text, .md-jewellery-expertise-note) {
    overflow-wrap: anywhere;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service :is(.md-hero-image, .md-overview-image, .md-certificate-image-wrapper) {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service :is(.md-maintenance-overview, .md-certificate-container, .md-service-grid, .md-maintenance-process .md-container) {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-process-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-watch-service--jewellery-care-service .md-jewellery-care-service .md-maintenance-process .md-process-step {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-main--watch-service,
  .page-shell--watch-service,
  .watch-service-original {
    --md-service-section-space: 2.38rem;
  }

  .watch-service-original :is(.md-container, .md-sell-container, .md-container-narrow, .md-container-wide, .md-hero-container) {
    padding-inline: 1rem;
  }

  .watch-service-original :is(section, .md-sell-section, .md-elegant-introduction, .md-process-elegant, .md-certificate-elegant, .md-final-cta, .md-complete-maintenance-section, .md-maintenance-process, .md-maintenance-cta, .md-warranty-section, .md-oem-section, .md-service-section, .md-cta-section, .md-contact-info-section, .md-contact-form-section, .md-service-info) {
    padding-block: var(--md-service-section-space);
  }

  .watch-service-original .md-sell-hero-inner {
    padding: 2.95rem 1rem;
  }

  .watch-service-original :is(.md-elegant-hero .md-hero-container, .md-maintenance-hero .md-hero-container) {
    padding-block: 2.45rem;
  }

  .watch-service-original :is(h1, .md-sell-hero-title, .md-hero-title) {
    max-width: 100%;
    font-size: clamp(2rem, 7.8vw, 2.32rem) !important;
    line-height: 1 !important;
  }

  .watch-service-original :is(h2, .md-sell-title-h2, .md-section-heading, .md-section-heading-large, .md-section-title, .md-certificate-title, .md-form-title, .md-cta-title, .md-service-title) {
    max-width: 100%;
    font-size: clamp(1.48rem, 6.15vw, 1.84rem) !important;
    line-height: 1.08 !important;
  }

  .watch-service-original :is(h3, .md-sell-title-h3, .md-sell-step-title, .md-step-title, .md-info-title, .md-service-item-title) {
    font-size: 1rem !important;
  }

  .watch-service-original :is(.md-sell-hero-lead, .md-hero-description, .md-hero-subtitle, .md-contact-hero .md-hero-subtitle) {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .watch-service-original :is(.md-sell-hero-cta, .md-sell-cta-row, .md-cta-buttons) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .watch-service-original :is(.md-sell-btn, .md-elegant-button, .md-cta-button, .md-submit-button) {
    width: 100%;
    min-height: 2.72rem;
  }

  .watch-service-original :is(.md-process-step, .md-maintenance-process .md-process-step, .md-horology-warranties .md-process-step) {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .watch-service-original :is(.md-step-image, .md-image-frame, .md-overview-image, .md-sell-trust-image) {
    aspect-ratio: 1.28;
  }
}

/* Page-specific production layouts */
@media (min-width: 981px) {
  .page-watch-service--sell-your-watch .md-sell-benefits .md-sell-container,
  .page-watch-service--trade-watch .md-sell-benefits .md-sell-container {
    display: grid;
    grid-template-columns: minmax(20rem, 0.74fr) minmax(0, 1.26fr);
    column-gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
  }

  .page-watch-service--sell-your-watch .md-sell-benefits .md-sell-title-h2,
  .page-watch-service--sell-your-watch .md-sell-benefits .md-sell-lead,
  .page-watch-service--trade-watch .md-sell-benefits .md-sell-title-h2,
  .page-watch-service--trade-watch .md-sell-benefits .md-sell-lead {
    grid-column: 1;
  }

  .page-watch-service--sell-your-watch .md-sell-benefits .md-sell-title-h2,
  .page-watch-service--trade-watch .md-sell-benefits .md-sell-title-h2 {
    max-width: 15ch;
    font-size: clamp(1.72rem, 1.95vw, 2.12rem) !important;
    text-wrap: balance;
  }

  .page-watch-service--sell-your-watch .md-sell-benefits-grid,
  .page-watch-service--trade-watch .md-sell-benefits-grid {
    grid-column: 2;
    margin-top: 0;
  }

  .page-watch-service--sell-your-watch .md-sell-section:not(.md-sell-benefits):not(.md-sell-faq):not(.md-sell-section--compact) .md-sell-container,
  .page-watch-service--trade-watch .md-sell-section:not(.md-sell-benefits):not(.md-sell-faq):not(.md-sell-section--compact) .md-sell-container {
    display: grid;
    grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr);
    column-gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
  }

  .page-watch-service--sell-your-watch .md-sell-steps-grid,
  .page-watch-service--trade-watch .md-sell-steps-grid {
    grid-column: 2;
    grid-row: 1 / span 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .page-watch-service--sell-your-watch .md-sell-step,
  .page-watch-service--trade-watch .md-sell-step {
    min-height: 11.5rem;
  }

  .page-watch-service--sell-your-watch .md-sell-faq .md-sell-container,
  .page-watch-service--trade-watch .md-sell-faq .md-sell-container {
    display: grid;
    grid-template-columns: minmax(16rem, 0.5fr) minmax(0, 1.5fr);
    column-gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
  }

  .page-watch-service--sell-your-watch .md-sell-faq-list,
  .page-watch-service--trade-watch .md-sell-faq-list {
    grid-column: 2;
    margin-top: 0;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-grid,
  .page-watch-service--trade-watch .md-sell-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-watch-service--sell-your-watch .md-sell-trust-item,
  .page-watch-service--trade-watch .md-sell-trust-item {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .page-watch-service--sell-your-watch .md-sell-trust-title,
  .page-watch-service--trade-watch .md-sell-trust-title {
    order: 1;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-text,
  .page-watch-service--trade-watch .md-sell-trust-text {
    order: 2;
    max-width: 40rem;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-image,
  .page-watch-service--trade-watch .md-sell-trust-image {
    order: 3;
    margin-top: 0.6rem;
  }

 .page-watch-service--watch-authentication .md-process-header,
  .page-watch-service--watch-maintenance-service .md-process-header {
    display: grid;
    grid-template-columns: minmax(18rem, 0.6fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: end;
  }

  .page-watch-service--watch-authentication .md-process-header > *,
  .page-watch-service--watch-maintenance-service .md-process-header > * {
    min-width: 0;
  }

  .page-watch-service--watch-authentication .md-process-subtitle,
  .page-watch-service--watch-maintenance-service .md-section-subtitle {
    max-width: 44rem;
    margin-bottom: 0;
  }

  .page-watch-service--watch-authentication .md-process-step {
    grid-template-columns: 4rem minmax(0, 1fr);
    padding-block: clamp(1.45rem, 2.5vw, 2.1rem);
  }

  .page-watch-service--watch-authentication .md-step-content {
    grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.82fr);
    align-items: center;
  }

  .page-watch-service--watch-authentication .md-step-reverse .md-step-text {
    order: 2;
  }

  .page-watch-service--watch-authentication .md-step-reverse .md-step-image {
    order: 1;
  }

  .page-watch-service--watch-authentication .md-step-image,
  .page-watch-service--watch-authentication .md-image-frame {
    aspect-ratio: 1.34;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(17, 17, 17, 0.12);
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-header {
    grid-column: 1 / -1;
    padding: clamp(1.5rem, 2.4vw, 2.25rem);
    background: #fff;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-step {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 23rem;
    padding: clamp(1.1rem, 1.55vw, 1.42rem);
    border: 0;
    background: #fff;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-step:last-child {
    border-bottom: 0;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-step-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-content: start;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-step-image {
    aspect-ratio: 1.55;
    max-height: 14rem;
  }

  .page-watch-service--warranties-and-repairs .md-warranty-section .md-container,
  .page-watch-service--warranties-and-repairs .md-oem-section .md-container,
  .page-watch-service--warranties-and-repairs .md-service-section .md-container {
    display: grid;
    grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1.38fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
  }

  .page-watch-service--warranties-and-repairs .md-section-header {
    grid-column: 1;
  }

  .page-watch-service--warranties-and-repairs .md-spec-grid,
  .page-watch-service--warranties-and-repairs .md-highlight-box,
  .page-watch-service--warranties-and-repairs .md-process-steps {
    grid-column: 2;
    margin-top: 0;
  }

  .page-watch-service--warranties-and-repairs .md-process-step {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .page-watch-service--watch-contact-us .md-contact-form-section .md-form-wrapper {
    grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
    align-items: start;
  }
}

.page-watch-service--watch-maintenance-service .md-complete-maintenance-section .md-maintenance-header,
.page-watch-service--watch-maintenance-service .md-process-header,
.page-watch-service--warranties-and-repairs .md-section-header,
.page-watch-service--watch-contact-us .md-form-intro {
  position: relative;
}

.page-watch-service--watch-maintenance-service .md-complete-maintenance-section .md-maintenance-overview {
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
}

.page-watch-service--watch-maintenance-service .md-maintenance-list {
  padding-left: 0;
  list-style: none;
}

.page-watch-service--watch-maintenance-service .md-maintenance-list li {
  padding-block: 0.7rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.page-watch-service--watch-maintenance-service .md-maintenance-list li:first-child {
  border-top: 0;
}

.page-watch-service--watch-maintenance-service .md-maintenance-cta .md-cta-content {
  max-width: 46rem;
}

.page-watch-service--watch-maintenance-service .md-maintenance-cta .md-cta-note {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  max-width: 38rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
}

.page-watch-service--watch-maintenance-service .md-maintenance-cta .md-cta-note svg {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  stroke-width: 1.4;
}

.page-watch-service--watch-authentication .md-certificate-elegant {
  background: #f7f6f3;
}

.page-watch-service--watch-authentication .md-certificate-container,
.page-watch-service--watch-authentication .md-final-cta .md-cta-container {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: var(--gutter, 2rem);
}

.page-watch-service--watch-authentication .md-certificate-container {
  align-items: center;
}

.page-watch-service--watch-authentication .md-certificate-content {
  padding: clamp(1rem, 2vw, 1.6rem);
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.page-watch-service--watch-authentication .md-certificate-features-list {
  padding-left: 0;
  list-style: none;
}

.page-watch-service--watch-authentication .md-certificate-feature {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: 0.7rem;
  padding-block: 0.75rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.page-watch-service--watch-authentication .md-certificate-feature:first-child {
  border-top: 0;
}

.page-watch-service--watch-authentication .md-certificate-feature p {
  margin-bottom: 0;
}

.page-watch-service--watch-authentication .md-certificate-visual {
  position: relative;
  min-width: 0;
}

.page-watch-service--watch-authentication .md-certificate-image-wrapper {
  aspect-ratio: 1.02;
}

.page-watch-service--watch-authentication .md-certificate-badge {
  padding: 0.72rem 0.85rem;
  background: #111;
  color: #fff;
  font-size: 0.62rem;
  font-weight: var(--md-service-label-weight);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-watch-service--warranties-and-repairs .md-cta-section,
.page-watch-service--watch-contact-us .md-service-info,
.page-watch-service--watch-authentication .md-final-cta {
  background: #0e0e0e;
  color: #fff;
}

.page-watch-service--warranties-and-repairs .md-cta-section :is(.md-cta-title, .md-cta-text),
.page-watch-service--watch-contact-us .md-service-info :is(.md-service-title, .md-service-item-title, .md-service-item-text),
.page-watch-service--watch-authentication .md-final-cta :is(.md-cta-title, .md-cta-text, .md-cta-assurance) {
  color: inherit;
}

.page-watch-service--warranties-and-repairs .md-cta-section .md-cta-button {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.page-watch-service--watch-authentication .md-final-cta .md-cta-container {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.page-watch-service--watch-authentication .md-final-cta .md-cta-title,
.page-watch-service--watch-authentication .md-final-cta .md-cta-text {
  margin-bottom: 0;
}

.page-watch-service--watch-authentication .md-final-cta .md-cta-buttons {
  margin-top: 0;
}

.page-watch-service--watch-authentication .md-final-cta .md-button-cta-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.page-watch-service--watch-authentication .md-final-cta .md-button-cta-primary {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.page-watch-service--watch-contact-us .md-form-container {
  padding: clamp(1rem, 2vw, 1.55rem);
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
}

.page-watch-service--watch-contact-us .md-form-group.md-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.page-watch-service--watch-contact-us .md-service-info .md-service-grid {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.page-watch-service--watch-contact-us .md-service-info .md-service-item {
  background: #141414;
  color: #fff;
}

.page-watch-service--watch-contact-us .md-service-info .md-service-item-text {
  color: rgba(255, 255, 255, 0.74) !important;
}

.page-watch-service--watch-contact-us .md-service-info .md-service-icon svg,
.page-watch-service--watch-contact-us .md-service-info .md-service-svg {
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

/* Maison/Montblanc-inspired editorial tone */
.watch-service-original :is(.md-certificate-feature strong, .md-note-text strong, strong) {
  font-weight: var(--md-service-strong-weight);
}

.watch-service-original :is(.md-sell-benefit-icon, .md-sell-step-icon, .md-info-icon, .md-service-icon, .md-note-icon, .md-feature-icon) {
  width: 1.45rem;
  height: 1.45rem;
  color: currentColor;
  opacity: 0.72;
}

.watch-service-original :is(.md-sell-benefit-icon svg, .md-sell-step-icon svg, .md-info-icon svg, .md-service-icon svg, .md-note-icon svg, .md-feature-icon svg) {
  width: 1.45rem;
  height: 1.45rem;
}

.watch-service-original :is(.md-info-icon svg, .md-service-icon svg, .md-note-icon svg, .md-feature-icon svg) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.watch-service-original :is(.md-info-card, .md-service-item, .md-sell-benefit, .md-sell-step, .md-spec-item, .md-stat-item) {
  font-weight: var(--md-service-body-weight);
}

.watch-service-original :is(.md-sell-text, .md-info-text, .md-service-item-text, .md-step-text, .md-section-text, .md-form-subtitle) {
  max-width: 68ch;
}

@media (min-width: 641px) and (max-width: 980px) {
  .page-watch-service--sell-your-watch .md-sell-benefits-grid,
  .page-watch-service--trade-watch .md-sell-benefits-grid,
  .page-watch-service--sell-your-watch .md-sell-steps-grid,
  .page-watch-service--trade-watch .md-sell-steps-grid,
  .page-watch-service--sell-your-watch .md-sell-trust-grid,
  .page-watch-service--trade-watch .md-sell-trust-grid,
  .page-watch-service--watch-contact-us .md-info-grid,
  .page-watch-service--watch-contact-us .md-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(17, 17, 17, 0.12);
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-header {
    grid-column: 1 / -1;
    padding: 1.6rem;
    background: #fff;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-step {
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1.2rem;
    border: 0;
    background: #fff;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-step-content {
    grid-template-columns: 1fr;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-step-image {
    aspect-ratio: 1.55;
  }

  .page-watch-service--watch-authentication .md-final-cta .md-cta-container {
    grid-template-columns: 1fr;
  }
}

.page-watch-service--watch-authentication .md-final-cta .md-button-cta-secondary:is(:hover, :focus-visible) {
  border-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}

/* Production hover contract: scoped button inversion for service pages */
.watch-service-original :is(
  .md-sell-btn,
  .md-elegant-button,
  .md-cta-button,
  .md-submit-button
):is(:hover, :focus-visible),
.page-watch-service--watch-contact-us .md-contact-form .wpcf7-submit:is(:hover, :focus-visible) {
  border-color: #111 !important;
  background: #fff !important;
  color: #111 !important;
}

.watch-service-original :is(
  .md-sell-btn--secondary,
  .md-button-secondary,
  .md-button-cta-secondary
):is(:hover, :focus-visible) {
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
}

.watch-service-original :is(
  .md-sell-hero .md-sell-btn:not(.md-sell-btn--secondary),
  .md-elegant-hero .md-elegant-button:not(.md-button-secondary),
  .md-maintenance-hero .md-cta-button:not(.md-button-secondary),
  .md-cta-section .md-cta-button:not(.md-button-secondary),
  .md-final-cta .md-button-cta-primary
):is(:hover, :focus-visible) {
  border-color: #fff !important;
  background: #111 !important;
  color: #fff !important;
}

.watch-service-original :is(
  .md-sell-hero .md-sell-btn--secondary,
  .md-final-cta .md-button-cta-secondary
):is(:hover, :focus-visible) {
  border-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}

@media (max-width: 640px) {
  .page-watch-service--watch-authentication .md-step-reverse .md-step-text,
  .page-watch-service--watch-authentication .md-step-reverse .md-step-image {
    order: initial;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-process-step,
  .page-watch-service--watch-authentication .md-process-step,
  .page-watch-service--warranties-and-repairs .md-process-step {
    padding-block: 1.35rem;
  }

  .page-watch-service--watch-maintenance-service .md-maintenance-process .md-step-content,
  .page-watch-service--watch-authentication .md-step-content {
    gap: 0.9rem;
  }

  .page-watch-service--watch-contact-us .md-form-group.md-two-column {
    grid-template-columns: 1fr;
  }

  .page-watch-service--watch-contact-us .md-contact-form .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .page-watch-service--watch-contact-us .md-contact-form .wpcf7-form > p {
    grid-column: 1 / -1;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-title,
  .page-watch-service--trade-watch .md-sell-trust-title {
    order: 1;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-text,
  .page-watch-service--trade-watch .md-sell-trust-text {
    order: 2;
  }

  .page-watch-service--sell-your-watch .md-sell-trust-image,
  .page-watch-service--trade-watch .md-sell-trust-image {
    order: 3;
  }

  .page-watch-service--watch-authentication .md-certificate-container,
  .page-watch-service--watch-authentication .md-final-cta .md-cta-container {
    padding-inline: 1rem;
  }

  .page-watch-service--watch-authentication .md-final-cta .md-cta-container {
    grid-template-columns: 1fr;
  }
}
