/* Waltham Chimney & Masonry -- the movement sheet.
   Blued steel and watch brass over mill brick; dial-cream ground. */

:root
  {
  --wl4-brick: #AA4A21;
  --wl4-brick-dark: #7C3314;
  --wl4-ember: #C9962E;
  --wl4-ember-glow: #E8C46A;
  --wl4-coast: #2E4A63;
  --wl4-charcoal: #16181C;
  --wl4-charcoal-2: #1F2228;
  --wl4-charcoal-3: #2B2F36;
  --wl4-cream: #F6F2E8;
  --wl4-cream-2: #ECE6D7;
  --wl4-ink: #191C21;
  --wl4-muted: #6B6A61;
  --wl4-line: rgba(22,24,28,.12);
  --wl4-gold: #D3A63C;
  --wl4-green-ok: #2F7E5A;
  --wl4-radius: 16px;
  --wl4-radius-lg: 26px;
  --wl4-shadow-sm: 0 4px 14px rgba(22,24,28,.08);
  --wl4-shadow: 0 14px 40px rgba(22,24,28,.14);
  --wl4-shadow-lg: 0 30px 70px rgba(22,24,28,.26);
  --wl4-wrap: 1200px;
  --wl4-font: 'Libre Franklin',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --wl4-display: 'Rajdhani','Arial Narrow',var(--wl4-font);
  --wl4-header-h: 76px;
  }

*,*::before,*::after
  {
  box-sizing: border-box;
  }

html
  {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
  }

body
  {
  margin: 0;
  font-family: var(--wl4-font);
  color: var(--wl4-ink);
  background: var(--wl4-cream);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  }

img
  {
  max-width: 100%;
  height: auto;
  display: block;
  }

a
  {
  color: var(--wl4-brick);
  text-decoration: none;
  }

a:hover
  {
  color: var(--wl4-brick-dark);
  }

button
  {
  font-family: inherit;
  }

h1,h2,h3,h4
  {
  font-family: var(--wl4-display);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: .4px;
  text-transform: uppercase;
  }

h1
  {
  font-size: clamp(2.15rem,5.4vw,4.15rem);
  }

h2
  {
  font-size: clamp(1.85rem,3.9vw,3rem);
  }

h3
  {
  font-size: clamp(1.15rem,1.7vw,1.45rem);
  }

p
  {
  margin: 0 0 1.1em;
  }

.casespan4
  {
  width: min(var(--wl4-wrap),92%);
  margin-inline: auto;
  }

.midface4
  {
  text-align: center;
  }

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

.springboard-link4
  {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--wl4-brick);
  color: #fff;
  padding: 12px 20px;
  z-index: 9999;
  }

.springboard-link4:focus
  {
  left: 10px;
  top: 10px;
  }

:focus-visible
  {
  outline: 3px solid var(--wl4-ember);
  outline-offset: 3px;
  }

#bg-fx-wl
  {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  }

#emberCanvas-wl
  {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
  }

.fogring4
  {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .34;
  will-change: transform;
  }

.fogring4-a
  {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%,var(--wl4-ember),transparent 68%);
  top: -140px;
  left: -120px;
  animation: float1 26s ease-in-out infinite;
  }

.fogring4-b
  {
  width: 640px;
  height: 640px;
  background: radial-gradient(circle at 60% 40%,var(--wl4-brick),transparent 66%);
  top: 38%;
  right: -220px;
  animation: float2 32s ease-in-out infinite;
  }

.fogring4-c
  {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 50% 50%,var(--wl4-gold),transparent 65%);
  bottom: -120px;
  left: 22%;
  animation: float3 29s ease-in-out infinite;
  }

@keyframes float1
  {
  0%,100%
    {
    transform: translate3d(0,0,0) scale(1);
    }
  50%
    {
    transform: translate3d(90px,120px,0) scale(1.16);
    }
  }

@keyframes float2
  {
  0%,100%
    {
    transform: translate3d(0,0,0) scale(1.05);
    }
  50%
    {
    transform: translate3d(-120px,-90px,0) scale(.9);
    }
  }

@keyframes float3
  {
  0%,100%
    {
    transform: translate3d(0,0,0) scale(.95);
    }
  50%
    {
    transform: translate3d(70px,-110px,0) scale(1.2);
    }
  }

main,header,footer,.ticker4
  {
  position: relative;
  z-index: 1;
  }

.windstem4
  {
  --wl4-bg: var(--wl4-brick);
  --wl4-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--wl4-bg);
  color: var(--wl4-fg);
  font-weight: 700;
  font-size: 1.02rem;
  padding: 16px 30px;
  border-radius: 60px;
  border: 0;
  cursor: pointer;
  letter-spacing: .3px;
  box-shadow: 0 10px 26px rgba(178,58,33,.32);
  transition: transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s,background .22s;
  position: relative;
  overflow: hidden;
  text-align: center;
  }

.windstem4:hover
  {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(178,58,33,.42);
  color: #fff;
  }

.windstem4:active
  {
  transform: translateY(-1px);
  }

.windstem4::after
  {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
  transform: skewX(-18deg);
  animation: sheen 4.5s ease-in-out infinite;
  }

@keyframes sheen
  {
  0%,72%
    {
    left: -60%;
    }
  88%,100%
    {
    left: 135%;
    }
  }

.windstem4-lit
  {
  --wl4-bg: linear-gradient(135deg,var(--wl4-ember),var(--wl4-brick));
  box-shadow: 0 10px 26px rgba(240,128,60,.4);
  }

.windstem4-pale
  {
  --wl4-bg: transparent;
  --wl4-fg: #fff;
  border: 2px solid rgba(255,255,255,.6);
  box-shadow: none;
  }

.windstem4-pale:hover
  {
  background: rgba(255,255,255,.12);
  box-shadow: none;
  }

.windstem4-dark
  {
  --wl4-bg: var(--wl4-charcoal);
  box-shadow: 0 10px 26px rgba(22,24,28,.3);
  }

.windstem4-long
  {
  padding: 19px 38px;
  font-size: 1.12rem;
  }

.windstem4-full
  {
  display: flex;
  width: 100%;
  }

.ticker4
  {
  background: var(--wl4-charcoal);
  color: #DAD4C3;
  font-size: .86rem;
  letter-spacing: .3px;
  }

.ticker4 .casespan4
  {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  }

.ticker4 b
  {
  color: #fff;
  }

.ticker4 .tk4-bead
  {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  }

.liveheart-dot
  {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45C47A;
  box-shadow: 0 0 0 0 rgba(73,199,126,.7);
  animation: pulseDot 2s infinite;
  }

@keyframes pulseDot
  {
  70%
    {
    box-shadow: 0 0 0 9px rgba(73,199,126,0);
    }
  100%
    {
    box-shadow: 0 0 0 0 rgba(73,199,126,0);
    }
  }

.casetop4
  {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246,240,231,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--wl4-line);
  transition: box-shadow .3s,background .3s;
  }

.casetop4.gearworn
  {
  box-shadow: 0 8px 30px rgba(22,24,28,.13);
  background: rgba(246,240,231,.96);
  }

.casetop4 .casespan4
  {
  width: min(1360px,94%);
  }

.facia4
  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--wl4-header-h);
  }

.hallmark4
  {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wl4-ink);
  flex: 0 0 auto;
  }

.hallmark4:hover
  {
  color: var(--wl4-ink);
  }

.hallmark4-crest
  {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
  }

.hallmark4-leaf
  {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  }

.hallmark4-leaf strong
  {
  font-family: var(--wl4-display);
  font-size: 1.06rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  }

.hallmark4-leaf span
  {
  font-size: .7rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--wl4-brick);
  font-weight: 600;
  }

.gearway4
  {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

.gearway4 a
  {
  color: var(--wl4-ink);
  font-weight: 600;
  font-size: .92rem;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  }

.gearway4 a::after
  {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--wl4-brick);
  transition: width .28s;
  }

.gearway4 a:hover::after,.gearway4 a.onhour::after
  {
  width: 100%;
  }

.facia4-drive
  {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  }

.facia4-digits
  {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
  }

.facia4-digits small
  {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--wl4-muted);
  }

.facia4-digits b
  {
  font-family: var(--wl4-display);
  font-size: 1.22rem;
  color: var(--wl4-brick);
  }

.casehinge4
  {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid var(--wl4-line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  position: relative;
  }

.casehinge4 span
  {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: var(--wl4-ink);
  transition: .3s;
  }

.casehinge4 span:nth-child(1)
  {
  top: 15px;
  }

.casehinge4 span:nth-child(2)
  {
  top: 21px;
  }

.casehinge4 span:nth-child(3)
  {
  top: 27px;
  }

.casehinge4[aria-expanded="true"] span:nth-child(1)
  {
  top: 21px;
  transform: rotate(45deg);
  }

.casehinge4[aria-expanded="true"] span:nth-child(2)
  {
  opacity: 0;
  }

.casehinge4[aria-expanded="true"] span:nth-child(3)
  {
  top: 21px;
  transform: rotate(-45deg);
  }

.dialside4
  {
  position: relative;
  color: #fff;
  padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
  overflow: hidden;
  isolation: isolate;
  }

.dialside4-fog
  {
  position: absolute;
  inset: 0;
  z-index: -2;
  }

.dialside4-fog img
  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: kenburns 24s ease-in-out infinite alternate;
  }

@keyframes kenburns
  {
  to
    {
    transform: scale(1.17) translate3d(-1.5%,-1.5%,0);
    }
  }

.dialside4::before
  {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg,rgba(18,14,12,.95) 0%,rgba(26,18,14,.86) 38%,rgba(181,57,31,.6) 74%,rgba(242,145,63,.42) 100%);
  }

.dialside4-lanes
  {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 52px;
  align-items: center;
  }

.casetag4
  {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  padding: 8px 17px;
  border-radius: 60px;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  }

.dialside4 h1
  {
  color: #fff;
  text-shadow: 0 6px 30px rgba(0,0,0,.4);
  }

.dialside4 h1 .brassline4
  {
  color: var(--wl4-ember-glow);
  display: inline-block;
  }

.dialside4-under
  {
  font-size: clamp(1.02rem,1.5vw,1.2rem);
  color: #E8E2D3;
  max-width: 610px;
  }

.dialside4-stems
  {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
  }

.dialside4-jewels
  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .92rem;
  color: #E4DECF;
  }

.dialside4-jewels li
  {
  display: flex;
  align-items: center;
  gap: 8px;
  }

.jewelmark4
  {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(73,199,126,.2);
  display: grid;
  place-items: center;
  }

.jewelmark4 svg
  {
  width: 12px;
  height: 12px;
  stroke: #67E098;
  fill: none;
  stroke-width: 3;
  }

.movementcard
  {
  background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
  color: var(--wl4-ink);
  border-radius: var(--wl4-radius-lg);
  padding: 30px 28px;
  box-shadow: var(--wl4-shadow-lg);
  border: 1px solid rgba(255,255,255,.6);
  position: relative;
  animation: floaty 6.5s ease-in-out infinite;
  }

@keyframes floaty
  {
  0%,100%
    {
    transform: translateY(0);
    }
  50%
    {
    transform: translateY(-13px);
    }
  }

.movementcard-seal
  {
  position: absolute;
  top: -18px;
  right: -10px;
  background: var(--wl4-brick);
  color: #fff;
  font-family: var(--wl4-display);
  font-size: .82rem;
  letter-spacing: 1.4px;
  padding: 9px 16px;
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(178,58,33,.4);
  text-transform: uppercase;
  animation: wobble 5s ease-in-out infinite;
  }

@keyframes wobble
  {
  0%,100%
    {
    transform: rotate(-3deg);
    }
  50%
    {
    transform: rotate(3deg);
    }
  }

.movementcard-figure
  {
  font-family: var(--wl4-display);
  font-size: clamp(3.4rem,7vw,4.6rem);
  line-height: 1;
  color: var(--wl4-brick);
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: center;
  margin: 6px 0 2px;
  }

.movementcard-figure sup
  {
  font-size: .42em;
  margin-top: .32em;
  }

.movementcard h2
  {
  font-size: 1.32rem;
  margin-bottom: 4px;
  text-align: center;
  }

.movementcard .movementcard-aside
  {
  text-align: center;
  color: var(--wl4-muted);
  font-size: .9rem;
  margin-bottom: 16px;
  }

.movementcard-gauges
  {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: .95rem;
  }

.movementcard-gauges li
  {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  }

.movementcard-gauges svg
  {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  stroke: var(--wl4-brick);
  fill: none;
  stroke-width: 3;
  }

.movementcard-hallmark
  {
  font-size: .76rem;
  color: var(--wl4-muted);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.5;
  }

.sweephand4
  {
  background: var(--wl4-charcoal-2);
  color: #C8C2B3;
  overflow: hidden;
  padding: 13px 0;
  border-block: 1px solid rgba(255,255,255,.07);
  }

.sweephand4-arc
  {
  display: flex;
  gap: 52px;
  white-space: nowrap;
  width: max-content;
  animation: scrollX 34s linear infinite;
  font-family: var(--wl4-display);
  letter-spacing: 2px;
  font-size: .94rem;
  text-transform: uppercase;
  }

.sweephand4-arc span
  {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  }

.sweephand4-arc b
  {
  color: var(--wl4-ember);
  }

@keyframes scrollX
  {
  to
    {
    transform: translateX(-50%);
    }
  }

section
  {
  padding: clamp(56px,7vw,100px) 0;
  position: relative;
  }

.facehead4
  {
  max-width: 760px;
  margin: 0 auto 52px;
  }

.facehead4.leftface4
  {
  margin-inline: 0;
  }

.subdial4
  {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wl4-brick);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 14px;
  }

.subdial4::before
  {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--wl4-brick);
  }

.foreleaf4
  {
  font-size: 1.06rem;
  color: var(--wl4-muted);
  }

.tone-dialcream
  {
  background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
  }

.tone-nightshift
  {
  background: var(--wl4-charcoal);
  color: #DBD5C6;
  }

.tone-nightshift h2,.tone-nightshift h3
  {
  color: #fff;
  }

.tone-nightshift .foreleaf4
  {
  color: #B4AE9F;
  }

.tone-nightshift .subdial4
  {
  color: var(--wl4-ember-glow);
  }

.tone-nightshift .subdial4::before
  {
  background: var(--wl4-ember);
  }

.dialcount
  {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  }

.dialcount-tile
  {
  background: #fff;
  border-radius: var(--wl4-radius);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--wl4-shadow-sm);
  border: 1px solid var(--wl4-line);
  transition: transform .3s,box-shadow .3s;
  }

.dialcount-tile:hover
  {
  transform: translateY(-7px);
  box-shadow: var(--wl4-shadow);
  }

.dialcount-tile b
  {
  display: block;
  font-family: var(--wl4-display);
  font-size: clamp(2rem,3.6vw,2.9rem);
  color: var(--wl4-brick);
  line-height: 1;
  }

.dialcount-tile span
  {
  font-size: .87rem;
  color: var(--wl4-muted);
  letter-spacing: .6px;
  }

.benchjob4-row
  {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
  gap: 26px;
  }

.benchjob4
  {
  background: #fff;
  border-radius: var(--wl4-radius-lg);
  overflow: hidden;
  box-shadow: var(--wl4-shadow-sm);
  border: 1px solid var(--wl4-line);
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
  }

.benchjob4:hover
  {
  transform: translateY(-10px);
  box-shadow: var(--wl4-shadow-lg);
  }

.benchjob4-plate
  {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--wl4-charcoal-3);
  }

.benchjob4-plate img
  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.3,1);
  }

.benchjob4:hover .benchjob4-plate img
  {
  transform: scale(1.09);
  }

.benchjob4-plate::after
  {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
  }

.benchjob4-jewel
  {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--wl4-brick);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(178,58,33,.45);
  }

.benchjob4-jewel svg
  {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  }

.benchjob4-notes
  {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
  }

.benchjob4-notes h3
  {
  margin-bottom: 8px;
  }

.benchjob4-notes p
  {
  font-size: .95rem;
  color: var(--wl4-muted);
  margin-bottom: 16px;
  }

.benchjob4-notes ul
  {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: .9rem;
  display: grid;
  gap: 6px;
  }

.benchjob4-notes li
  {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #464A42;
  }

.benchjob4-notes li::before
  {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wl4-ember);
  flex: 0 0 auto;
  margin-top: 8px;
  }

.benchjob4-stem
  {
  margin-top: auto;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .95rem;
  }

.benchjob4-stem svg
  {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  transition: transform .3s;
  }

.benchjob4:hover .benchjob4-stem svg
  {
  transform: translateX(5px);
  }

.losttime4-row
  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  }

.losttime4-list
  {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  }

.losttime4-list li
  {
  display: flex;
  gap: 15px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 18px;
  align-items: flex-start;
  transition: transform .3s,border-color .3s,background .3s;
  }

.losttime4-list li:hover
  {
  transform: translateX(7px);
  border-color: rgba(240,128,60,.55);
  background: rgba(240,128,60,.08);
  }

.losttime4-list .lt4
  {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: rgba(240,128,60,.16);
  display: grid;
  place-items: center;
  }

.losttime4-list .lt4 svg
  {
  width: 20px;
  height: 20px;
  stroke: var(--wl4-ember-glow);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }

.losttime4-list b
  {
  display: block;
  color: #fff;
  font-family: var(--wl4-display);
  letter-spacing: .5px;
  font-size: 1.02rem;
  text-transform: uppercase;
  }

.losttime4-list span
  {
  font-size: .92rem;
  color: #B0AA9B;
  }

.losttime4-plate
  {
  position: relative;
  border-radius: var(--wl4-radius-lg);
  overflow: hidden;
  box-shadow: var(--wl4-shadow-lg);
  }

.losttime4-plate img
  {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  }

.losttime4-tag
  {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(22,24,28,.82);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 16px 18px;
  color: #fff;
  }

.losttime4-tag b
  {
  font-family: var(--wl4-display);
  display: block;
  color: var(--wl4-ember-glow);
  letter-spacing: 1px;
  }

.losttime4-tag span
  {
  font-size: .88rem;
  color: #C4BEAF;
  }

.movements4
  {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
  }

.movements4-beat
  {
  background: #fff;
  border-radius: var(--wl4-radius);
  padding: 34px 24px 26px;
  box-shadow: var(--wl4-shadow-sm);
  border: 1px solid var(--wl4-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
  }

.movements4-beat:hover
  {
  transform: translateY(-8px);
  box-shadow: var(--wl4-shadow);
  }

.movements4-numeral
  {
  position: absolute;
  top: -20px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(140deg,var(--wl4-ember),var(--wl4-brick));
  color: #fff;
  font-family: var(--wl4-display);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(178,58,33,.35);
  }

.movements4-beat h3
  {
  font-size: 1.12rem;
  margin-top: 8px;
  }

.movements4-beat p
  {
  font-size: .93rem;
  color: var(--wl4-muted);
  margin: 0;
  }

.ledger4
  {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  }

.ledger4-page
  {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--wl4-shadow-sm);
  aspect-ratio: 1;
  background: var(--wl4-charcoal-3);
  }

.ledger4-page:nth-child(1),.ledger4-page:nth-child(6)
  {
  grid-row: span 2;
  aspect-ratio: 1/2.06;
  }

.ledger4-page img
  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.3,1);
  }

.ledger4-page:hover img
  {
  transform: scale(1.1);
  }

.ledger4-page figcaption
  {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px 16px 14px;
  background: linear-gradient(transparent,rgba(20,16,14,.86));
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  transform: translateY(6px);
  opacity: 0;
  transition: .35s;
  }

.ledger4-page:hover figcaption
  {
  transform: translateY(0);
  opacity: 1;
  }

.benchwords4
  {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  }

.benchword4
  {
  background: #fff;
  border-radius: var(--wl4-radius);
  padding: 28px 26px;
  box-shadow: var(--wl4-shadow-sm);
  border: 1px solid var(--wl4-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
  }

.benchword4:hover
  {
  transform: translateY(-8px);
  box-shadow: var(--wl4-shadow);
  }

.benchword4 .chimequote4
  {
  position: absolute;
  top: 16px;
  right: 22px;
  font-family: var(--wl4-display);
  font-size: 4.2rem;
  color: rgba(178,58,33,.13);
  line-height: 1;
  }

.fivepoints4
  {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
  }

.fivepoints4 svg
  {
  width: 18px;
  height: 18px;
  fill: var(--wl4-gold);
  }

.benchword4 p
  {
  font-size: .98rem;
  color: #464A42;
  }

.benchword4 footer
  {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  border-top: 1px solid var(--wl4-line);
  padding-top: 14px;
  }

.cameo4w
  {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(140deg,var(--wl4-brick),var(--wl4-ember));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--wl4-display);
  font-size: 1.05rem;
  flex: 0 0 auto;
  }

.benchword4 footer b
  {
  display: block;
  font-size: .95rem;
  }

.benchword4 footer span
  {
  font-size: .8rem;
  color: var(--wl4-muted);
  }

.roundsboard4
  {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  }

.roundsboard4 li
  {
  background: #fff;
  border: 1px solid var(--wl4-line);
  border-radius: 60px;
  padding: 10px 20px;
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--wl4-shadow-sm);
  transition: transform .25s,background .25s,color .25s,border-color .25s;
  }

.roundsboard4 li:hover
  {
  transform: translateY(-4px);
  background: var(--wl4-brick);
  color: #fff;
  border-color: var(--wl4-brick);
  }

.benchside-qa
  {
  max-width: 880px;
  margin-inline: auto;
  }

.benchside-qa details
  {
  background: #fff;
  border: 1px solid var(--wl4-line);
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: var(--wl4-shadow-sm);
  overflow: hidden;
  transition: box-shadow .3s;
  }

.benchside-qa details[open]
  {
  box-shadow: var(--wl4-shadow);
  }

.benchside-qa summary
  {
  cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  font-weight: 700;
  font-size: 1.03rem;
  position: relative;
  }

.benchside-qa summary::-webkit-details-marker
  {
  display: none;
  }

.benchside-qa summary::after
  {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2.6px solid var(--wl4-brick);
  border-bottom: 2.6px solid var(--wl4-brick);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
  }

.benchside-qa details[open] summary::after
  {
  transform: translateY(-25%) rotate(-135deg);
  }

.benchside-qa .benchside-qa-notes
  {
  padding: 0 22px 20px;
  color: var(--wl4-muted);
  font-size: .97rem;
  }

.benchside-qa .benchside-qa-notes p:last-child
  {
  margin-bottom: 0;
  }

.chimeband4
  {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  }

.chimeband4 .chimeband4-fog
  {
  position: absolute;
  inset: 0;
  z-index: -2;
  }

.chimeband4 .chimeband4-fog img
  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

.chimeband4::before
  {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(22,24,28,.9));
  }

.chimeband4 h2
  {
  color: #fff;
  font-size: clamp(2rem,4.4vw,3.3rem);
  }

.chimeband4 p
  {
  color: #EFE9DC;
  max-width: 660px;
  margin-inline: auto;
  font-size: 1.06rem;
  }

.chimeband4-stems
  {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  }

.chimeband4-digits
  {
  display: block;
  font-family: var(--wl4-display);
  font-size: clamp(2rem,5vw,2.9rem);
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  }

.chimeband4-digits:hover
  {
  color: var(--wl4-ember-glow);
  }

.wymangrid4
  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  }

.wymangrid4>*
  {
  min-width: 0;
  }

.wymangrid4-lines a,.baseplate4 address a
  {
  overflow-wrap: anywhere;
  }

.cardcase4
  {
  background: #fff;
  border-radius: var(--wl4-radius-lg);
  padding: 34px 32px;
  box-shadow: var(--wl4-shadow);
  border: 1px solid var(--wl4-line);
  }

.caseslot4
  {
  margin-bottom: 16px;
  }

.caseslot4 label
  {
  display: block;
  font-weight: 700;
  font-size: .86rem;
  margin-bottom: 7px;
  letter-spacing: .4px;
  }

.caseslot4 input,.caseslot4 select,.caseslot4 textarea
  {
  width: 100%;
  padding: 14px 16px;
  border: 1.6px solid var(--wl4-line);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  background: #FBF9F4;
  color: var(--wl4-ink);
  transition: border-color .25s,box-shadow .25s,background .25s;
  }

.caseslot4 input:focus,.caseslot4 select:focus,.caseslot4 textarea:focus
  {
  outline: none;
  border-color: var(--wl4-brick);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(178,58,33,.12);
  }

.caseslot4 textarea
  {
  resize: vertical;
  min-height: 110px;
  }

.twinface4
  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  }

.cardaside4
  {
  font-size: .79rem;
  color: var(--wl4-muted);
  margin-top: 12px;
  text-align: center;
  }

.cardline4
  {
  display: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: .94rem;
  margin-bottom: 16px;
  }

.cardline4.onbeat4
  {
  display: block;
  background: rgba(46,125,81,.1);
  color: #2F7E5A;
  border: 1px solid rgba(46,125,81,.3);
  }

.cardline4.offbeat4
  {
  display: block;
  background: rgba(178,58,33,.1);
  color: var(--wl4-brick-dark);
  border: 1px solid rgba(178,58,33,.3);
  }

.wymangrid4-lines
  {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 16px;
  }

.wymangrid4-lines li
  {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  }

.wymangrid4-jewel
  {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(178,58,33,.1);
  display: grid;
  place-items: center;
  }

.wymangrid4-jewel svg
  {
  width: 22px;
  height: 22px;
  stroke: var(--wl4-brick);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  }

.wymangrid4-lines b
  {
  display: block;
  font-family: var(--wl4-display);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .95rem;
  }

.wymangrid4-lines a,.wymangrid4-lines span
  {
  color: var(--wl4-muted);
  font-size: 1rem;
  }

.wymangrid4-lines a:hover
  {
  color: var(--wl4-brick);
  }

.chartcase4
  {
  border-radius: var(--wl4-radius);
  overflow: hidden;
  box-shadow: var(--wl4-shadow-sm);
  border: 1px solid var(--wl4-line);
  line-height: 0;
  }

.chartcase4 iframe
  {
  width: 100%;
  height: 290px;
  border: 0;
  }

.windinghours4
  {
  background: #fff;
  border: 1px solid var(--wl4-line);
  border-radius: var(--wl4-radius);
  padding: 22px 24px;
  box-shadow: var(--wl4-shadow-sm);
  margin-bottom: 26px;
  }

.windinghours4 dl
  {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  margin: 0;
  font-size: .95rem;
  }

.windinghours4 dt
  {
  font-weight: 700;
  }

.windinghours4 dd
  {
  margin: 0;
  text-align: right;
  color: var(--wl4-muted);
  }

.baseplate4
  {
  background: var(--wl4-charcoal);
  color: #A6A091;
  padding: 70px 0 0;
  font-size: .95rem;
  }

.baseplate4-row
  {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 38px;
  padding-bottom: 44px;
  }

.baseplate4 h4
  {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  }

.baseplate4 a
  {
  color: #A6A091;
  }

.baseplate4 a:hover
  {
  color: var(--wl4-ember-glow);
  }

.baseplate4-lines
  {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  }

.baseplate4-crest
  {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #fff;
  }

.baseplate4-crest strong
  {
  font-family: var(--wl4-display);
  font-size: 1.1rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  }

.baseplate4-rim
  {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: .84rem;
  }

.stemlamp4
  {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 950;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg,var(--wl4-brick),var(--wl4-brick-dark));
  color: #fff;
  padding: 15px 24px 15px 17px;
  border-radius: 60px;
  font-weight: 800;
  letter-spacing: .4px;
  box-shadow: 0 16px 40px rgba(178,58,33,.5);
  transition: transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
  }

.stemlamp4:hover
  {
  transform: scale(1.06) translateY(-3px);
  color: #fff;
  box-shadow: 0 22px 52px rgba(178,58,33,.6);
  }

.stemlamp4 .sl4-halo
  {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  }

.stemlamp4 .sl4-halo::before,.stemlamp4 .sl4-halo::after
  {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  animation: ring 2.6s ease-out infinite;
  }

.stemlamp4 .sl4-halo::after
  {
  animation-delay: 1.3s;
  }

@keyframes ring
  {
  0%
    {
    transform: scale(1);
    opacity: .85;
    }
  100%
    {
    transform: scale(2.1);
    opacity: 0;
    }
  }

.stemlamp4 svg
  {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  animation: shake 3.2s ease-in-out infinite;
  }

@keyframes shake
  {
  0%,86%,100%
    {
    transform: rotate(0);
    }
  90%
    {
    transform: rotate(-14deg);
    }
  94%
    {
    transform: rotate(14deg);
    }
  }

.stemlamp4 .sl4-leaf
  {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  }

.stemlamp4 .sl4-leaf small
  {
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  opacity: .85;
  font-weight: 600;
  }

.stemlamp4 .sl4-leaf b
  {
  font-family: var(--wl4-display);
  font-size: 1.12rem;
  letter-spacing: .6px;
  }

.handrail4
  {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 960;
  background: rgba(22,24,28,.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }

.handrail4 ul
  {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
  }

.handrail4 a
  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 4px;
  border-radius: 12px;
  color: #E6E0D1;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  }

.handrail4 a svg
  {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }

.handrail4 .hr4-stem
  {
  background: linear-gradient(135deg,var(--wl4-brick),var(--wl4-brick-dark));
  color: #fff;
  box-shadow: 0 6px 18px rgba(178,58,33,.5);
  animation: mbPulse 2.4s ease-in-out infinite;
  }

@keyframes mbPulse
  {
  0%,100%
    {
    box-shadow: 0 6px 18px rgba(178,58,33,.5);
    }
  50%
    {
    box-shadow: 0 6px 26px rgba(240,128,60,.85);
    }
  }

.crownlift4
  {
  position: fixed;
  right: 26px;
  bottom: 104px;
  z-index: 940;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--wl4-charcoal);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--wl4-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  border: 0;
  cursor: pointer;
  }

.crownlift4.tickedon
  {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  }

.crownlift4 svg
  {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.6;
  }

.surfaced4
  {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
  }

.surfaced4.woundup
  {
  opacity: 1;
  transform: none;
  }

.surfaced4.wlt1
  {
  transition-delay: .1s;
  }

.surfaced4.wlt2
  {
  transition-delay: .2s;
  }

.surfaced4.wlt3
  {
  transition-delay: .3s;
  }

.surfaced4.wlt4
  {
  transition-delay: .4s;
  }

.surfaced4.wlt5
  {
  transition-delay: .5s;
  }

.surfaced4.wlt6
  {
  transition-delay: .6s;
  }

@media (max-width:1080px)
  {
  .dialside4-lanes
    {
    grid-template-columns: 1fr;
    gap: 44px;
    }
  .movementcard
    {
    max-width: 520px;
    }
  .dialcount
    {
    grid-template-columns: repeat(2,1fr);
    }
  .movements4
    {
    grid-template-columns: repeat(2,1fr);
    row-gap: 38px;
    }
  .benchwords4
    {
    grid-template-columns: 1fr;
    }
  .baseplate4-row
    {
    grid-template-columns: 1fr 1fr;
    }
  .ledger4
    {
    grid-template-columns: repeat(3,1fr);
    }
  }

@media (max-width:1440px)
  {
  .gearway4
    {
    gap: 18px;
    }
  .gearway4 a
    {
    font-size: .9rem;
    }
  .facia4-digits
    {
    display: none;
    }
  }

@media (max-width:1240px)
  {
  .gearway4
    {
    gap: 15px;
    }
  .gearway4 a
    {
    font-size: .86rem;
    }
  .gearway4 li:has(.facia4-dim)
    {
    display: none;
    }
  .facia4-dim
    {
    display: none;
    }
  }

@media (max-width:1150px)
  {
  .gearway4
    {
    position: fixed;
    inset: var(--wl4-header-h) 0 auto 0;
    background: var(--wl4-cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 6% 26px;
    border-bottom: 1px solid var(--wl4-line);
    box-shadow: var(--wl4-shadow);
    transform: translateY(-135%);
    transition: transform .4s cubic-bezier(.2,.8,.3,1);
    max-height: calc(100vh - var(--wl4-header-h));
    overflow: auto;
    }
  .gearway4.sprungwide
    {
    transform: translateY(0);
    }
  .gearway4 li:has(.facia4-dim)
    {
    display: block;
    }
  .facia4-dim
    {
    display: block;
    }
  .gearway4 li
    {
    border-bottom: 1px solid var(--wl4-line);
    }
  .gearway4 a
    {
    display: block;
    padding: 15px 0;
    font-size: 1.05rem;
    }
  .casehinge4
    {
    display: block;
    }
  .facia4-digits
    {
    display: none;
    }
  .facia4-drive .windstem4
    {
    padding: 12px 20px;
    font-size: .92rem;
    }
  .losttime4-row,.wymangrid4
    {
    grid-template-columns: 1fr;
    gap: 34px;
    }
  .stemlamp4
    {
    display: none;
    }
  .handrail4
    {
    display: block;
    }
  body
    {
    padding-bottom: 74px;
    }
  .crownlift4
    {
    bottom: 88px;
    right: 16px;
    }
  }

@media (max-width:640px)
  {
  body
    {
    font-size: 16px;
    }
  .ticker4 .casespan4
    {
    justify-content: center;
    text-align: center;
    font-size: .8rem;
    gap: 6px 16px;
    padding: 7px 0;
    }
  .ticker4 .tk4-stow,.ticker4 .tk4-crier
    {
    display: none;
    }
  .facia4-stem-leaf
    {
    display: none;
    }
  .facia4-drive .windstem4
    {
    padding: 12px 14px;
    border-radius: 50%;
    }
  .facia4-drive
    {
    gap: 9px;
    }
  .dialcount,.movements4
    {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    }
  .ledger4
    {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    }
  .ledger4-page:nth-child(1),.ledger4-page:nth-child(6)
    {
    grid-row: span 1;
    aspect-ratio: 1;
    }
  .twinface4
    {
    grid-template-columns: 1fr;
    }
  .cardcase4
    {
    padding: 26px 20px;
    }
  .baseplate4-row
    {
    grid-template-columns: 1fr;
    gap: 30px;
    }
  .dialside4-stems .windstem4
    {
    flex: 1 1 100%;
    }
  .facia4
    {
    gap: 8px;
    }
  .hallmark4
    {
    min-width: 0;
    gap: 9px;
    }
  .hallmark4-crest
    {
    width: 38px;
    height: 38px;
    }
  .hallmark4-leaf
    {
    min-width: 0;
    }
  .hallmark4-leaf span
    {
    font-size: .56rem;
    letter-spacing: 1.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .hallmark4-leaf strong
    {
    font-size: .85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .dialcount .dialcount-tile
    {
    padding: 20px 12px;
    }
  .benchjob4-notes,.cardcase4
    {
    overflow-wrap: break-word;
    }
  }

@media (max-width:400px)
  {
  .casespan4
    {
    width: 94%;
    }
  .movements4
    {
    grid-template-columns: 1fr;
    row-gap: 34px;
    }
  .dialcount
    {
    gap: 10px;
    }
  .hallmark4-crest
    {
    width: 34px;
    height: 34px;
    }
  .hallmark4-leaf strong
    {
    font-size: .8rem;
    }
  .facia4-drive .windstem4
    {
    padding: 11px 13px;
    }
  .casehinge4
    {
    width: 44px;
    }
  }

@media (prefers-reduced-motion:reduce)
  {
  *,*::before,*::after
    {
    animation-duration: .001ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .001ms!important;
    }
  html
    {
    scroll-behavior: auto;
    }
  .surfaced4
    {
    opacity: 1;
    transform: none;
    }
  }

@media print
  {
  .casetop4,.stemlamp4,.handrail4,.crownlift4,#bg-fx-wl,.sweephand4
    {
    display: none!important;
    }
  body
    {
    background: #fff;
    color: #000;
    }
  }

.movementcard-zero
  {
  font-family: var(--wl4-display);
  font-size: clamp(3rem,6.4vw,4.3rem);
  line-height: 1;
  color: var(--wl4-brick);
  text-align: center;
  letter-spacing: 2px;
  margin: 8px 0 2px;
  }

.movementcard-zero small
  {
  display: block;
  font-family: var(--wl4-font);
  font-size: .31em;
  letter-spacing: 3.4px;
  color: var(--wl4-coast);
  font-weight: 800;
  margin-top: 6px;
  }

.movementcard .movementcard-gauges svg
  {
  stroke: var(--wl4-coast);
  }

.seal-zero
  {
  background: var(--wl4-coast);
  box-shadow: 0 8px 20px rgba(30,111,104,.42);
  }

.jewelmark4-blue
  {
  background: rgba(30,111,104,.22);
  }

.jewelmark4-blue svg
  {
  stroke: #9FB6C9;
  }

.tremoraside4
  {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(242,145,63,.1);
  border: 1px solid rgba(242,145,63,.34);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 24px;
  }

.tremoraside4 svg
  {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: var(--wl4-brick);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }

.tremoraside4 p
  {
  margin: 0;
  font-size: .94rem;
  }

.pickup-card4
  {
  background: linear-gradient(158deg,var(--wl4-charcoal) 0%,var(--wl4-charcoal-2) 55%,#3B2A18 100%);
  color: #D9D3C4;
  border-radius: var(--wl4-radius-lg);
  padding: 38px 34px;
  box-shadow: var(--wl4-shadow-lg);
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  overflow: hidden;
  }

.pickup-card4::before
  {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(242,145,63,.34),transparent 68%);
  filter: blur(14px);
  animation: float1 18s ease-in-out infinite;
  }

.pickup-card4>*
  {
  position: relative;
  z-index: 1;
  }

.pickup-tag4
  {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wl4-ember-glow);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .74rem;
  margin-bottom: 12px;
  }

.pickup-tag4::before
  {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--wl4-ember);
  }

.pickup-card4 h3
  {
  color: #fff;
  font-size: clamp(1.4rem,2.4vw,1.9rem);
  margin-bottom: 10px;
  }

.pickup-card4 p
  {
  color: #B2AC9D;
  font-size: .99rem;
  }

.pickup-digits4
  {
  display: block;
  font-family: var(--wl4-display);
  font-size: clamp(2.1rem,4.6vw,3rem);
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0 18px;
  text-align: center;
  transition: color .25s,transform .25s;
  }

.pickup-digits4:hover
  {
  color: var(--wl4-ember-glow);
  transform: scale(1.03);
  }

.pickup-watch4
  {
  text-align: center;
  font-size: .92rem;
  margin: 18px 0 0;
  color: #B2AC9D;
  }

.pickup-watch4 strong
  {
  color: #fff;
  }

.pickup-orders4
  {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  }

.pickup-orders4 h4
  {
  color: #fff;
  font-size: .92rem;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  }

.pickup-orders4 ol
  {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ce;
  display: grid;
  gap: 12px;
  }

.pickup-orders4 li
  {
  counter-increment: ce;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: .94rem;
  color: #C0BAAB;
  }

.pickup-orders4 li::before
  {
  content: counter(ce);
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(242,145,63,.18);
  color: var(--wl4-ember-glow);
  font-family: var(--wl4-display);
  font-size: .9rem;
  display: grid;
  place-items: center;
  margin-top: 1px;
  }

@media (max-width:640px)
  {
  .pickup-card4
    {
    padding: 28px 22px;
    }
  }

.benchword4 p
  {
  font-size: .95rem;
  line-height: 1.62;
  }

.benchword4 footer b
  {
  font-size: .92rem;
  line-height: 1.3;
  }

.benchword4 .cameo4w svg
  {
  display: block;
  }

@media (max-width:1080px)
  {
  .benchwords4
    {
    gap: 22px;
    }
  }

.handrail4 ul.hr4-pair
  {
  grid-template-columns: 1.7fr 1fr;
  }

/* narrow-case allowances */
@media (max-width: 392px)
  {
  .hallmark4-leaf strong
    {
    max-width: 46vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
  .facia4-stem
    {
    padding-inline: 13px;
    }
  }

.handrail4 ul
  {
  grid-template-columns: 1fr;
  }

.movements4 > *
  {
  min-width: 0;
  }

.movements4-beat h3
  {
  overflow-wrap: anywhere;
  }

.dialcount-tile b span
  {
  font-size: inherit;
  color: inherit;
  letter-spacing: 0;
  }
