/* Services only. Hero and shared site styles remain the live versions. */
.services-gallery .services-image-label { display: none; }
.services-orbit { position: relative; background: transparent; color: #45523f; }
.services-stage { position: relative; min-height: 760px; height: 100svh; overflow: hidden; }
.services-copy { position: relative; z-index: 3; width: 39%; max-width: 490px; margin-left: max(32px, calc((100vw - 1320px) / 2)); padding: 124px 0 80px; }
.services-eyebrow { font: 10px/1.5 var(--font-body); text-transform: uppercase; letter-spacing: .22em; margin-bottom: 14px; }
#services-title { font: 500 clamp(42px, 4.7vw, 70px)/1 var(--font-serif); letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 1px 0 #fff, 0 2px 2px #283e3133; margin: 0 0 20px; }
.services-intro { font: 400 clamp(16px, 1.4vw, 20px)/1.5 var(--font-serif); max-width: 430px; }
.services-picker { position: relative; display: flex; flex-wrap: wrap; gap: 11px 10px; padding: 23px; margin: 26px 0 22px; max-width: 420px; border-radius: 26px; background: radial-gradient(ellipse at 20% 20%, #67676728, #97afbb6b); box-shadow: inset 1px 1px 2px #fff, inset -1px -2px 4px #ffffffb0, 0 9px 12px -9px #2c453c66; backdrop-filter: blur(10px); }
.services-picker a { position: relative; z-index: 1; display: inline-flex; align-items: center; min-height: 32px; padding: 4px 12px; border-radius: 30px; font: 400 13px/1.3 var(--font-serif); color: #405344; background: #ffffff45; box-shadow: inset 0 1px 1px #fff, 0 2px 5px #344a3e29; transition: background .2s, color .2s; }
.services-picker a[aria-current="true"] { background: #435744; color: #fffaf3; box-shadow: inset 0 1px 1px #ffffff40, 0 3px 7px #344a3e26; }
.services-picker a:hover { background: #ffffffb5; color: #233b2d; }
.services-detail { max-width: 410px; min-height: 138px; }
.services-current { display: flex; gap: 12px; align-items: baseline; margin-bottom: 10px; }
.services-number { font: 10px/1.5 var(--font-body); letter-spacing: .12em; white-space: nowrap; color: #667360; }
.services-name { font: 500 18px/1.2 var(--font-serif); }
.services-description { font: 400 15px/1.5 var(--font-serif); }
.services-actions { display: flex; gap: 20px; align-items: center; margin-top: 12px; }
.services-link { display: inline-flex; gap: 22px; padding: 10px 17px; border-radius: 30px; font: 13px/1.3 var(--font-serif); background: linear-gradient(135deg, #ffffffd9, #b2bfb584); box-shadow: inset 0 1px 1px #fff, 0 4px 7px #40513f26; }
.services-all { font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.services-leaf { position: absolute; z-index: 2; left: -98px; top: -80px; width: 190px; height: auto; transform: rotate(-20deg); pointer-events: none; }
.services-gallery { --orbit-radius: clamp(480px, 54vw, 850px); --orbit-tilt: 30deg; --orbit-projection: .8660254; --orbit-depth: calc(var(--orbit-radius) * .5); position: absolute; inset: 0; pointer-events: none; perspective: 1400px; perspective-origin: 72% 55%; }
.services-wheel { position: absolute; left: calc(72% + var(--orbit-radius) * var(--orbit-projection)); top: 55%; width: 0; height: 0; transform-style: preserve-3d; will-change: transform; }
.services-spoke { position: absolute; width: 0; height: 0; transform-style: preserve-3d; transform: rotate(var(--angle, 0deg)) translateX(calc(-1 * var(--orbit-radius))); }
.services-shadow-plane { position: absolute; inset: 0; pointer-events: none; }
.services-cast-shadow { position: absolute; width: clamp(224.64px, 22.464vw, 336.96px); aspect-ratio: 1.566; border-radius: 28px; background: #344238; pointer-events: none; }
.services-wheel { z-index: 1; }
.services-photo { position: relative; width: clamp(224.64px, 22.464vw, 336.96px); aspect-ratio: 1.566; transform: translate(-50%, -50%); border-radius: 28px; overflow: hidden; box-shadow: 0 1px 2px #263c3020; background: #809081; }
.services-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
/* Glass skin over the photograph; the detached shadow remains on its own plane. */
.services-photo::before, .services-photo::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; }
.services-photo::before { background: linear-gradient(var(--card-light-angle, 125deg), #ffffff40 0%, #d9edf51a 19%, transparent 40%, transparent 66%, #182e3524 100%); }
.services-photo::after { border: 1px solid #ffffff38; background: linear-gradient(var(--card-light-angle, 125deg), transparent 12%, #ffffff00 24%, #ffffff22 32%, #ffffff00 43%, transparent 100%); box-shadow: inset 1px 2px 2px #ffffffb3, inset 3px 4px 8px #e6f4ff38, inset -1px -2px 3px #1e393961, inset -4px -5px 12px #142d342b; opacity: var(--card-edge-light, .8); }
.services-image-label { position: absolute; left: 58%; top: calc(55% + clamp(104px, 10.5vw, 155px)); display: flex; gap: 16px; font: 12px/1.5 var(--font-body); letter-spacing: .04em; }
.services-image-label span { color: #7b8577; }
.services-scroll-hint, .services-skip { position: absolute; bottom: 28px; font: 10px/1.5 var(--font-body); letter-spacing: .08em; }
.services-scroll-hint { left: max(32px, calc((100vw - 1320px) / 2)); }
.services-scroll-hint span { margin-left: 16px; }
.services-skip { right: 30px; border: 0; border-bottom: 1px solid #64745c55; padding: 8px 0; color: #45523f; background: #fff8f1b8; cursor: pointer; z-index: 4; }
.services-orbit :focus-visible { outline: 2px solid #49654c; outline-offset: 5px; }
@media (min-width: 761px) and (max-height: 780px) {
  .services-stage { min-height: 660px; }
  .services-copy { padding-top: 100px; }
  #services-title { font-size: 46px; margin-bottom: 12px; }
  .services-eyebrow { margin-bottom: 8px; }
  .services-intro { font-size: 16px; }
  .services-picker { margin: 18px 0; padding: 16px; gap: 8px; }
  .services-detail { min-height: 124px; }
}
@media (max-width: 760px) {
  .services-stage { height: 100svh; min-height: 700px; }
  .services-copy { width: auto; max-width: none; margin: 0 22px; padding: 95px 0 0; }
  .services-eyebrow { font-size: 8px; margin-bottom: 7px; }
  #services-title { font-size: 40px; margin-bottom: 10px; }
  .services-intro { max-width: 330px; font-size: 15px; line-height: 1.35; }
  .services-picker { margin: 14px 0 0; padding: 12px; gap: 7px; max-width: 350px; border-radius: 20px; }
  .services-picker a { font-size: 11px; min-height: 30px; padding: 4px 9px; }
  .services-detail { position: absolute; top: 540px; left: 0; right: 0; min-height: 0; max-width: 460px; }
  .services-current { margin-bottom: 7px; }
  .services-name { font-size: 17px; }
  .services-description { font-size: 13px; line-height: 1.4; }
  .services-actions { position: absolute; top: 648px; gap: 16px; margin: 0; }
  .services-link { padding: 8px 14px; font-size: 12px; }
  .services-gallery { --orbit-radius: 350px; --orbit-tilt: 18deg; --orbit-projection: .9510565; --orbit-depth: calc(var(--orbit-radius) * .309017); perspective: 1000px; perspective-origin: 50% 428px; clip-path: inset(345px 0 calc(100% - 520px) 0); }
  .services-wheel { left: calc(50% + var(--orbit-radius) * var(--orbit-projection)); top: 428px; }
  .services-photo, .services-cast-shadow { width: 257.04px; aspect-ratio: 1.674; border-radius: 22px; }
  .services-image-label { display: none; }
  .services-leaf { width: 110px; left: -64px; top: 305px; }
  .services-scroll-hint { display: none; }
  .services-skip { bottom: 8px; right: 22px; font-size: 9px; }
}
@media (max-width: 359px) {
  .services-copy { margin-inline: 16px; }
  .services-picker { gap: 5px; padding: 10px; }
  .services-picker a { font-size: 10px; }
}
/* No scroll lock when motion is reduced, JavaScript is absent, or height is short. */
.services-native .services-stage { display: flex; flex-direction: column; height: auto; min-height: 0; padding: 95px 22px 50px; overflow: hidden; }
.services-native .services-copy { display: contents; }
.services-native .services-eyebrow { order: 0; }
.services-native #services-title { order: 0; }
.services-native .services-intro { order: 0; max-width: 520px; }
.services-native .services-picker { order: 1; width: 100%; max-width: 520px; margin: 18px 0 0; }
.services-native .services-gallery { order: 2; position: relative; inset: auto; width: calc(100% + 44px); margin: 8px -22px 4px; perspective: none; clip-path: none; pointer-events: auto; }
.services-native .services-wheel { position: relative; left: auto; top: auto; display: flex; gap: 16px; width: 100%; height: auto; padding: 16px 22px 24px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-inline: 22px; overscroll-behavior-x: contain; transform: none !important; transform-style: flat; will-change: auto; scrollbar-width: thin; scrollbar-color: #768c7555 transparent; }
.services-native .services-spoke { position: relative; flex: 0 0 100%; width: 100%; height: auto; transform: none; transform-style: flat; scroll-snap-align: center; }
.services-native .services-photo { width: 100%; height: auto; aspect-ratio: 1.55; margin: 0; transform: none; opacity: 1 !important; filter: none !important; box-shadow: 0 8px 18px -12px #344a3e55; }
.services-native .services-shadow-plane, .services-native .services-image-label, .services-native .services-skip { display: none; }
.services-native .services-detail { order: 3; position: static; max-width: 520px; min-height: 150px; }
.services-native .services-actions { order: 4; position: static; margin-top: 10px; flex-wrap: wrap; }
.services-native .services-scroll-hint { order: 5; display: block; position: static; margin-top: 22px; font-size: 10px; }
.services-native .services-leaf { top: 15px; left: -60px; width: 100px; }
.services-native .services-wheel:focus-visible { outline-offset: -4px; }
.services-orbit:not(.orbit-pinned) .services-skip { display: none; }
@media (prefers-reduced-motion: reduce) {
  .services-picker a { transition: none; }
  .services-wheel { will-change: auto; }
}
