/* MRK-FINAL-VISUAL-R12-DIRECT-20260802
   Direct-upload visual completion built from the captured live V3 source.
*/

.mrk42-hidden{display:none!important}
.mrk42-empty{display:none!important}
.mrk42-stack-copy{grid-column:1/-1!important;width:100%!important;max-width:none!important}
.mrk42-stack-section .mrk42-nowrap-title,
.mrk42-stack-section .mrk42-nowrap-subtitle{max-width:none!important}
.mrk42-stack-section .mrk42-nowrap-subtitle{display:block!important;margin-top:14px!important}

@media (min-width:1180px){
  .mrk42-nowrap-title,
  .mrk42-nowrap-subtitle,
  .mrk42-shop-hero-line{white-space:nowrap!important}
  .mrk42-stack-section .mrk42-nowrap-title{
    font-size:clamp(2.25rem,3.15vw,3.45rem)!important;
    line-height:1.06!important;
  }
}

/* Home collections: elegant card containers with cleaner proportions and SEO-friendly descriptions. */
.mrk42-home-categories [data-v37-home-categories]{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.mrk42-home-categories .category-card{
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid var(--sand)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  box-shadow:0 10px 22px rgba(48,36,28,.05)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.mrk42-home-categories .category-card:hover{
  background:#fff!important;
  border-color:#d7c8b2!important;
  box-shadow:0 14px 26px rgba(48,36,28,.08)!important;
  transform:translateY(-3px)!important;
}
.mrk42-home-categories .category-card>img,
.mrk42-home-categories .category-card .mrk42-category-img{
  display:block!important;
  width:100%!important;
  height:236px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:18px!important;
  margin:0!important;
  background:linear-gradient(180deg,#faf7f2 0%,#f6f0e8 100%)!important;
  mix-blend-mode:multiply!important;
  transition:none!important;
}
.mrk42-home-categories .category-card .pad{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:10px!important;
  padding:20px 18px 22px!important;
  min-height:212px!important;
  text-align:center!important;
}
.mrk42-home-categories .category-card h3{
  margin:0!important;
  font-size:1.08rem!important;
}
.mrk42-home-categories .mrk42-category-desc{
  margin:0!important;
  font-size:.94rem!important;
  line-height:1.65!important;
  color:var(--soft-text)!important;
  max-width:34ch!important;
}
.mrk42-home-categories .mrk42-category-count{
  display:block!important;
  margin-top:auto!important;
  font-size:.8rem!important;
  line-height:1.4!important;
  color:var(--gold-deep)!important;
  letter-spacing:.02em!important;
}
.mrk42-home-categories .category-card .link{
  margin-top:2px!important;
}

/* Home watch cards: price visible and media fully occupied. */
.v37g-home-watch-preview .mrk42-watch-media,
.v37g-home-watch-preview .watch-image.mrk42-watch-media,
.v37g-home-watch-preview .image-wrap.mrk42-watch-media{
  display:block!important;
  position:relative!important;
  width:100%!important;
  height:286px!important;
  min-height:286px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  padding:0!important;
  border:0!important;
  background:#eee8df!important;
}
.v37g-home-watch-preview .mrk42-watch-card-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:scale(1.24)!important;
  transform-origin:center!important;
  background:#eee8df!important;
}
.mrk42-watch-price{
  display:block!important;
  margin:12px 0 16px!important;
  font-weight:700!important;
  color:var(--text,#1f1a16)!important;
}

/* Story product: full piece visible, frame and detached white canvas removed. */
.mrk42-story-media{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:visible!important;
  padding:0!important;
}
.mrk42-story-img{
  display:block!important;
  width:min(82%,560px)!important;
  height:auto!important;
  max-height:440px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
  background:transparent!important;
  mix-blend-mode:multiply!important;
}

/* Visit gallery: slightly smaller while map remains untouched. */
.mrk42-visit-img{
  display:block!important;
  width:92%!important;
  height:auto!important;
  max-height:290px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0 auto 14px!important;
}

/* Global footer: elegant headings and exactly two visual tagline lines. */
.mrk42-footer-heading,
.footer h3,.footer h4,
.v37-footer h3,.v37-footer h4,
.final-footer h3,.final-footer h4,
.v37-footer .mrk42-footer-heading,
.final-footer .mrk42-footer-heading{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:1rem!important;
  line-height:1.2!important;
  font-weight:500!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}
.mrk42-footer-tagline{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:14px!important;
  font-size:.86rem!important;
  line-height:1.55!important;
}
.mrk42-footer-tagline-line{
  display:block!important;
  white-space:nowrap!important;
}

/* Global mega menu: real published product and product-detail link. */
.mrk42-mega-product-media{
  overflow:hidden!important;
  background:#f5f1ea!important;
}
.mrk42-mega-product-link{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.mrk42-mega-product-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:10px!important;
  background:#f5f1ea!important;
  mix-blend-mode:multiply!important;
}

/* Shop filter: page scroll only, no internal scrollbar. */
.mrk42-filter-panel{
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
}
.mrk42-filter-ancestor{
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
}

/* Booking page: full content restored, form retained and loader anchored inside form host. */
.mrk42-booking-page-hero p:last-of-type{
  max-width:860px!important;
}
.mrk42-booking-intro .section-head p{
  max-width:720px!important;
}
.mrk42-booking-form-section{
  padding-top:10px!important;
}
.mrk42-booking-host{
  position:relative!important;
  min-height:500px!important;
  overflow:visible!important;
}
.mrk42-booking-loader{
  position:absolute!important;
  z-index:20!important;
  top:42px!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:min(680px,calc(100% - 32px))!important;
  transform:translateX(-50%)!important;
  margin:0!important;
}

/* Watches hero actions: compact and one row. */
.mrk42-watch-actions{
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
}
.mrk42-watch-actions a,
.mrk42-watch-actions button{
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 18px!important;
  font-size:.92rem!important;
  line-height:1!important;
  white-space:nowrap!important;
}

/* Watches collection chips: a single desktop row. */
@media (min-width:1180px){
  .mrk42-watch-model-row{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px!important;
    width:100%!important;
    overflow:visible!important;
  }
  .mrk42-watch-model-row > *{
    flex:0 0 auto!important;
    min-width:0!important;
    padding:8px 9px!important;
    font-size:.72rem!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
}

/* Education: preserve each original media container and give every image its own tone-filled frame. */
body[data-page="education"] .v37-education-media{
  align-items:stretch!important;
  background:transparent!important;
  overflow:visible!important;
}
.mrk42-education-image-frame{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  border:1px solid var(--sand,#e8ded0)!important;
  border-radius:24px!important;
  background:#f4f0e9!important;
  isolation:isolate!important;
}
.mrk42-education-image-frame::before{
  content:"";
  position:absolute;
  inset:-10%;
  z-index:0;
  background-image:var(--mrk42-image-url)!important;
  background-position:center!important;
  background-size:cover!important;
  filter:blur(24px) saturate(.85)!important;
  opacity:.22!important;
  transform:scale(1.12)!important;
}
.mrk42-education-image-frame::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:rgba(248,245,239,.34)!important;
}
.mrk42-education-img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:10px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body[data-page="education"] .v37-education-media-single{
  grid-template-columns:minmax(0,540px)!important;
  justify-content:center!important;
}

@media (max-width:1179px){
  .mrk42-watch-actions{flex-wrap:wrap!important}
  .mrk42-watch-model-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
  .mrk42-booking-loader{top:24px!important}
}
@media (max-width:760px){
  .mrk42-category-media{aspect-ratio:1/1!important}
  .v37g-home-watch-preview .mrk42-watch-media,
  .v37g-home-watch-preview .watch-image.mrk42-watch-media,
  .v37g-home-watch-preview .image-wrap.mrk42-watch-media{height:250px!important;min-height:250px!important}
  .mrk42-footer-tagline{font-size:.82rem!important}
  .mrk42-education-image-frame{aspect-ratio:4/3!important;border-radius:20px!important}
}


@media (max-width: 980px){
  .mrk42-home-categories [data-v37-home-categories]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width: 680px){
  .mrk42-home-categories [data-v37-home-categories]{grid-template-columns:1fr!important}
  .mrk42-home-categories .category-card>img,
  .mrk42-home-categories .category-card .mrk42-category-img{height:220px!important}
  .mrk42-home-categories .category-card .pad{min-height:auto!important}
}


/* R10 overrides */

.mrk42-home-categories .mrk42-category-count{display:none!important}
.mrk42-home-categories .category-card .pad{min-height:160px!important;padding:18px 18px 20px!important}
.mrk42-home-categories .category-card>img,
.mrk42-home-categories .category-card .mrk42-category-img{
  height:228px!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#f5f0e8!important;
  mix-blend-mode:normal!important;
}
.mrk42-home-categories .mrk42-category-desc{max-width:32ch!important}

/* Featured pieces image area: visually filled with no empty margins */
[data-v39-home-slot="featured-jewellery"] .product-card .image-wrap{
  height:286px!important;
  overflow:hidden!important;
  background:#f7f2ea!important;
}
[data-v39-home-slot="featured-jewellery"] .product-card img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.08)!important;
  background:#f7f2ea!important;
}
[data-v39-home-slot="featured-jewellery"] .section-head > div,
[data-v39-home-slot="featured-jewellery"] .section-head h2,
[data-v39-home-slot="featured-jewellery"] .section-head .eyebrow{background:transparent!important}

/* Story slider */
.mrk42-story-split{align-items:center!important}
.mrk42-story-slider{
  position:relative!important;
  width:100%!important;
  min-height:360px!important;
  height:360px!important;
  overflow:hidden!important;
  border-radius:32px!important;
  border:1px solid var(--sand)!important;
  background:#f4efe7!important;
}
.mrk42-story-slide{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  animation:mrk42StoryFade 18s infinite!important;
}
.mrk42-story-slide:nth-child(1){animation-delay:0s!important}
.mrk42-story-slide:nth-child(2){animation-delay:6s!important}
.mrk42-story-slide:nth-child(3){animation-delay:12s!important}
.mrk42-story-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
@keyframes mrk42StoryFade{
  0%, 27% {opacity:1}
  33%, 94% {opacity:0}
  100% {opacity:1}
}

/* Custom design page */
.mrk42-custom-hero p{max-width:860px!important}
.mrk42-custom-main{align-items:start!important}
.mrk42-custom-media{display:grid!important;gap:18px!important}
.mrk42-custom-primary img,
.mrk42-custom-secondary img{
  width:100%!important;
  display:block!important;
  border-radius:28px!important;
  border:1px solid var(--sand)!important;
  background:#f5f0e8!important;
  object-fit:cover!important;
}
.mrk42-custom-primary img{height:360px!important}
.mrk42-custom-secondary{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
.mrk42-custom-secondary img{height:260px!important}
@media (max-width:980px){
  .mrk42-story-slider{height:320px!important;min-height:320px!important}
  .mrk42-custom-secondary{grid-template-columns:1fr!important}
  .mrk42-custom-secondary img,.mrk42-custom-primary img{height:auto!important}
}


/* R11 overrides */

/* Story slider: reliable fade with visible first image fallback */
.mrk42-story-slider{position:relative!important;min-height:360px!important;height:360px!important;overflow:hidden!important}
.mrk42-story-slide{position:absolute!important;inset:0!important;opacity:0!important;animation:none!important;transition:opacity .8s ease!important}
.mrk42-story-slide:first-child,
.mrk42-story-slide.is-active{opacity:1!important}
.mrk42-story-slide img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important}

/* Booking loader: hard-anchor inside the actual form host */
.mrk42-booking-form-section{padding-top:18px!important}
.mrk42-booking-host{position:relative!important;min-height:520px!important;padding-top:110px!important;overflow:visible!important}
.mrk42-booking-loader{position:absolute!important;top:20px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;width:min(680px,calc(100% - 32px))!important;max-width:680px!important;margin:0!important;z-index:30!important}
.mrk42-booking-loader .v40-booking-loader-panel{min-height:88px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:18px 20px!important;border-radius:22px!important}
@media (max-width:1179px){.mrk42-booking-loader{top:16px!important}}

/* Education media: remove rigid frames so images can use their natural ratio cleanly */
body[data-page="education"] .v37-education-media{align-items:start!important;gap:20px!important}
.mrk42-education-image-frame{display:block!important;width:100%!important;aspect-ratio:auto!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;isolation:auto!important}
.mrk42-education-image-frame::before,.mrk42-education-image-frame::after{display:none!important;content:none!important}
.mrk42-education-img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;padding:0!important;border:1px solid var(--sand,#e8ded0)!important;border-radius:24px!important;background:#f6f2eb!important}
body[data-page="education"] .v37-education-media-single{grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important}

/* Diamond shape cards with custom images */
.v37-shape-card .mrk42-shape-photo{display:block!important;margin:0 0 18px!important;border:1px solid var(--sand,#e8ded0)!important;border-radius:24px!important;overflow:hidden!important;background:#f2efea!important;aspect-ratio:4/3!important}
.v37-shape-card .mrk42-shape-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:#efefef!important}
@media (max-width:760px){
  .mrk42-story-slider{height:300px!important;min-height:300px!important}
  .mrk42-booking-host{padding-top:100px!important}
}


/* R12 targeted overrides: shop typography, mega media and story slider. */
body[data-page="shop"] .v37-filter-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body[data-page="shop"] .v37-filter-head h2{
  margin:0!important;
  font-size:1.28rem!important;
  line-height:1.1!important;
  letter-spacing:-.015em!important;
  white-space:nowrap!important;
}
body[data-page="shop"] .v37-filter-head [data-v37-clear]{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  font-size:.84rem!important;
}
body[data-page="shop"] .v37-product-card h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:4!important;
  overflow:hidden!important;
  max-height:4.64em!important;
  margin:12px 0 10px!important;
  font-size:clamp(1.12rem,1.35vw,1.42rem)!important;
  line-height:1.16!important;
  letter-spacing:-.015em!important;
  text-wrap:balance!important;
}
body[data-page="shop"] .v37-card-summary.mrk42-card-summary-removed{
  display:none!important;
}

/* Mega-menu product media: retain the complete product while filling the frame visually. */
.mrk42-mega-product-media{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#eee8de!important;
}
.mrk42-mega-product-media::before{
  content:"";
  position:absolute;
  inset:-14%;
  z-index:0;
  background-image:var(--mrk42-mega-image)!important;
  background-position:center!important;
  background-size:cover!important;
  filter:blur(22px) saturate(.72) brightness(1.08)!important;
  opacity:.36!important;
  transform:scale(1.1)!important;
}
.mrk42-mega-product-media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:rgba(244,239,231,.38)!important;
}
.mrk42-mega-product-link{
  position:relative!important;
  z-index:1!important;
}
.mrk42-mega-product-img{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  mix-blend-mode:multiply!important;
  transform:scale(1.1)!important;
  transform-origin:center!important;
}

/* Story slider: exactly five seconds per image, full product visible, no blank canvas. */
.mrk42-story-slider{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#eee8de!important;
}
.mrk42-story-slide{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  animation:none!important;
  transition:opacity .72s ease!important;
  overflow:hidden!important;
}
.mrk42-story-slide.is-active{opacity:1!important}
.mrk42-story-slide::before{
  content:"";
  position:absolute;
  inset:-12%;
  z-index:0;
  background-image:var(--mrk42-story-image)!important;
  background-position:center!important;
  background-size:cover!important;
  filter:blur(24px) saturate(.72) brightness(1.08)!important;
  opacity:.34!important;
  transform:scale(1.1)!important;
}
.mrk42-story-slide::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:rgba(245,240,232,.36)!important;
}
.mrk42-story-slide img{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  mix-blend-mode:multiply!important;
}
