/* inline-style-1 */
/* Encounters compact music control below the Prayer Wall button */
.enc-music-row{
  width:100%;
  margin:14px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.enc-music-toggle{
  flex:0 0 calc(50% - 7px);
  max-width:330px;
  min-height:46px;
  border:1px solid rgba(38,100,84,.18);
  border-radius:999px;
  background:#286b59;
  color:#fff;
  font:700 15px/1.1 Arial,sans-serif;
  letter-spacing:.01em;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(38,100,84,.14);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.enc-music-toggle:hover{filter:brightness(1.04);box-shadow:0 10px 24px rgba(38,100,84,.18)}
.enc-music-toggle:active{transform:translateY(1px)}
.enc-music-toggle:focus-visible{outline:3px solid rgba(90,183,143,.32);outline-offset:3px}
.enc-equalizer{
  flex:0 1 270px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:7px 11px;
  border:1px solid rgba(38,100,84,.15);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  box-shadow:0 7px 18px rgba(34,74,63,.08);
  overflow:hidden;
}
.enc-eq-bar{
  width:8px;
  height:14%;
  min-height:5px;
  border-radius:999px;
  background:linear-gradient(to top,#235f51,#3c8a70,#77b985);
  transform-origin:center bottom;
  transition:height 75ms linear,opacity .18s ease;
  opacity:.88;
}
.enc-equalizer[data-playing="false"] .enc-eq-bar{opacity:.48}
@media(max-width:560px){
  .enc-music-row{gap:9px;margin-top:11px;align-items:center}
  .enc-music-toggle{flex-basis:46%;min-height:43px;font-size:14px}
  .enc-equalizer{flex:1 1 auto;height:48px;gap:4px;padding:6px 8px;border-radius:16px}
  .enc-eq-bar{width:6px}
}

/* Full-width 10,000 Reasons control: matches the Prayer Wall oval above. */
.enc-reasons-toggle{
  width:100% !important;
  margin:14px 0 0 !important;
  min-height:58px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#286b59 !important;
  color:#fff !important;
  font-weight:700 !important;
}
@media(max-width:560px){
  .enc-reasons-toggle{margin-top:11px !important;min-height:58px !important;}
}

/* inline-style-2 */
#workHardButtonMount{display:block;width:100%;height:58px;min-height:58px;overflow:hidden}

/* ---- original style block ---- */


html body .hero .workHardHeroBlock {
  display: block !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

html body .hero .workHardHeroBlock .workHardHeroButton.button {
  appearance: none !important;
  display: flex !important;
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 1px solid #276655 !important;
  border-radius: 999px !important;
  background: #276655 !important;
  color: #fff !important;
  font: 700 16px/1 Arial, Helvetica, sans-serif !important;
  box-sizing: border-box !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}



/* ---- original style block ---- */


/* Encounters mini soundtrack player — 2026-08-14 */
.teamJoyMiniPlayer{
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  gap:13px!important;
  align-items:center!important;
  padding:11px 14px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(239,245,240,.78))!important;
  border:1px solid rgba(39,93,80,.17)!important;
  box-shadow:none!important;
  backdrop-filter:blur(8px);
}
.teamJoyMiniPlayer .teamJoySoundtrackLabel{gap:1px!important;text-align:left!important;align-items:flex-start!important;}
.teamJoyMiniPlayer .teamJoySoundtrackEyebrow{font-size:9px!important;letter-spacing:.18em!important;color:#8b6a35!important;}
.teamJoyMiniPlayer .teamJoySoundtrackLabel strong{font-size:14px!important;color:#183b33!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.teamJoyArtist{font-size:11px;color:#5c746c;font-weight:700;}
.teamJoyPlayButton{justify-self:auto!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:50%!important;background:#275d50!important;box-shadow:none!important;}
.teamJoyPlayButton:hover{background:#183b33!important;}
.teamJoyPlayIcon{font-size:15px;line-height:1;transform:translateX(1px);}
.teamJoyMiniPlayer.is-playing .teamJoyPlayIcon{font-size:0;transform:none;}
.teamJoyMiniPlayer.is-playing .teamJoyPlayIcon:before{content:'Ⅱ';font-size:15px;font-weight:900;letter-spacing:-2px;}
.teamJoyEqualizer{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:34px;height:25px;padding-bottom:2px;}
.teamJoyEqualizer i{display:block;width:3px;height:6px;border-radius:999px;background:#c4974c;transform-origin:bottom;animation:teamJoyBeat .72s ease-in-out infinite alternate;animation-play-state:paused;}
.teamJoyEqualizer i:nth-child(2){height:13px;animation-duration:.52s}.teamJoyEqualizer i:nth-child(3){height:20px;animation-duration:.83s}.teamJoyEqualizer i:nth-child(4){height:10px;animation-duration:.61s}.teamJoyEqualizer i:nth-child(5){height:16px;animation-duration:.75s}
.teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{animation-play-state:running;}
@keyframes teamJoyBeat{from{transform:scaleY(.35);opacity:.65}to{transform:scaleY(1);opacity:1}}
.teamJoyTime{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:10px;font-weight:800;color:#567067;font-variant-numeric:tabular-nums;}
.teamJoyTimeDivider{opacity:.45}
@media(max-width:700px){
  .teamJoyMiniPlayer{grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important;padding:10px 12px!important;}
  .teamJoyMiniPlayer .teamJoySoundtrackLabel{align-items:flex-start!important;text-align:left!important;}
  .teamJoyMiniPlayer .teamJoyMusicToggle{justify-self:auto!important;min-width:44px!important;}
  .teamJoyTime{display:none;}
  .teamJoyEqualizer{width:30px;}
}
@media(prefers-reduced-motion:reduce){.teamJoyEqualizer i{animation:none!important;}}

/* Audio-reactive equalizer: movement is controlled by Web Audio API, not CSS animation. */

#teamJoyMiniPlayer .teamJoySoundtrackEyebrow{
  display:none!important;
}

/* REWORKED REAL AUDIO EQUALIZER */


@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:48px minmax(0,1fr) 47px!important;
  }
  
}

/* All-seven live equalizer + clear Music On/Off button */
#teamJoyMiniPlayer.teamJoyMiniPlayer{
  grid-template-columns:auto minmax(0,1fr) 55px auto!important;
}
#teamJoyMiniPlayer .teamJoyPlayButton{
  width:auto!important;
  min-width:112px!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  font-size:14px!important;
  white-space:nowrap!important;
}
#teamJoyMiniPlayer .teamJoyButtonLabel{
  display:inline-block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
}


@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:118px minmax(0,1fr) 55px!important;
    gap:8px!important;
  }
  #teamJoyMiniPlayer .teamJoyPlayButton{
    min-width:118px!important;
    width:118px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
  #teamJoyMiniPlayer .teamJoyButtonLabel{
    font-size:13px!important;
  }
  #teamJoyMiniPlayer .teamJoyTime{
    display:none!important;
  }
}

/* FINAL: seven visibly moving audio-driven bars + unmistakable music control */
#teamJoyMiniPlayer.teamJoyMiniPlayer{
  grid-template-columns:132px minmax(0,1fr) 59px auto!important;
  gap:10px!important;
}
#teamJoyMiniPlayer .teamJoyPlayButton{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:132px!important;
  min-width:132px!important;
  max-width:132px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:inherit!important;
}
#teamJoyMiniPlayer .teamJoyButtonText{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  color:#fff!important;
  line-height:1!important;
}
#teamJoyMiniPlayer .teamJoyButtonText strong{
  display:block!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  white-space:nowrap!important;
}
#teamJoyMiniPlayer .teamJoyButtonText small{
  display:block!important;
  color:rgba(255,255,255,.86)!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  white-space:nowrap!important;
}


@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:126px minmax(0,1fr) 59px!important;
    gap:8px!important;
  }
  #teamJoyMiniPlayer .teamJoyPlayButton{
    width:126px!important;
    min-width:126px!important;
    max-width:126px!important;
  }
  #teamJoyMiniPlayer .teamJoyTime{
    display:none!important;
  }
}

/* FINAL WAVEFORM-DRIVEN 7-BAR EQUALIZER */
#teamJoyMiniPlayer.teamJoyMiniPlayer{
  grid-template-columns:132px minmax(0,1fr) 64px auto!important;
  gap:12px!important;
}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{
  padding-left:18px!important;
  margin-left:8px!important;
}
#teamJoyMiniPlayer .teamJoyPlayButton{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:132px!important;
  min-width:132px!important;
  max-width:132px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 12px!important;
  border-radius:999px!important;
}
#teamJoyMiniPlayer .teamJoyButtonText{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  line-height:1!important;
}
#teamJoyMiniPlayer .teamJoyButtonText strong{
  display:block!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  white-space:nowrap!important;
}
#teamJoyMiniPlayer .teamJoyButtonText small{
  display:block!important;
  color:rgba(255,255,255,.86)!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  white-space:nowrap!important;
}


@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:126px minmax(0,1fr) 64px!important;
    gap:9px!important;
  }
  #teamJoyMiniPlayer .teamJoySoundtrackLabel{
    padding-left:22px!important;
    margin-left:7px!important;
  }
  #teamJoyMiniPlayer .teamJoyPlayButton{
    width:126px!important;
    min-width:126px!important;
    max-width:126px!important;
  }
  #teamJoyMiniPlayer .teamJoyTime{display:none!important}
}

/* GUARANTEED ALL-SEVEN LIVE MOVEMENT */


#teamJoyMiniPlayer .teamJoySoundtrackLabel{
  padding-left:22px!important;
  margin-left:7px!important;
}

/* ACTUAL FIX: no bar has a CSS-locked height. JS controls all seven. */


/* Six-band true equalizer */


#teamJoyMiniPlayer .teamJoySoundtrackLabel{
  padding-left:22px!important;
  margin-left:7px!important;
}


/* FIVE-BAND ENCOUNTERS BLUE VISUALIZER */
#teamJoyMiniPlayer .teamJoyEqualizer{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:5px!important;
  width:52px!important;
  height:50px!important;
  min-height:50px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
#teamJoyMiniPlayer .eqBand{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  width:6px!important;
  height:50px!important;
}
#teamJoyMiniPlayer .eqBar{
  --level:.18;
  display:block!important;
  position:absolute!important;
  bottom:0!important;
  width:6px!important;
  min-width:6px!important;
  height:8px;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.94) 0%, #5ba5c2 24%, #5ba5c2 100%)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:none!important;
  animation:none!important;
  transform:none!important;
  transition:height 18ms linear,opacity 22ms linear,box-shadow 24ms linear!important;
  will-change:height,opacity,box-shadow;
}
#teamJoyMiniPlayer .eqBand:nth-child(1) .eqBar{width:7px!important}
#teamJoyMiniPlayer .eqBand:nth-child(2) .eqBar{width:6px!important}
#teamJoyMiniPlayer .eqBand:nth-child(3) .eqBar{width:7px!important}
#teamJoyMiniPlayer .eqBand:nth-child(4) .eqBar{width:6px!important}
#teamJoyMiniPlayer .eqBand:nth-child(5) .eqBar{width:5px!important}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{
  padding-left:22px!important;
  margin-left:7px!important;
}

/* FINAL: simple Encounters blue bars, 15% smaller, tighter spacing, no glow cloud */
#teamJoyMiniPlayer .teamJoyEqualizer{
  width:44px!important;          /* ~15% smaller than 52px */
  height:43px!important;         /* ~15% smaller than 50px */
  min-height:43px!important;
  gap:3px!important;             /* closer together */
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#teamJoyMiniPlayer .eqBand{
  width:5px!important;
  height:43px!important;
}
#teamJoyMiniPlayer .eqBar{
  width:5px!important;
  min-width:5px!important;
  border-radius:999px!important;
  background:#5ba5c2!important;
  border:0!important;
  box-shadow:none!important;
}
#teamJoyMiniPlayer .eqBand:nth-child(1) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(2) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(3) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(4) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(5) .eqBar{
  width:5px!important;
  min-width:5px!important;
  box-shadow:none!important;
}

/* Live audio spectrum visualizer */
#teamJoyMiniPlayer .spectrumViz{
  width:96px!important;
  height:46px!important;
  min-height:46px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  display:block!important;
  width:96px!important;
  height:46px!important;
  background:transparent!important;
  border:0!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz,
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:90px!important;
    height:44px!important;
  }
}

/* PURPLE RAINBOW LIVE SPECTRUM — taller and shifted left */
#teamJoyMiniPlayer.teamJoyMiniPlayer{
  grid-template-columns:126px minmax(0,1fr) 104px!important;
  column-gap:8px!important;
}
#teamJoyMiniPlayer .spectrumViz{
  width:104px!important;
  height:71px!important;
  min-height:71px!important;
  margin-left:-14px!important;
  margin-right:0!important;
  padding:0!important;
  overflow:visible!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:104px!important;
  height:71px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:126px minmax(0,1fr) 100px!important;
    column-gap:6px!important;
  }
  #teamJoyMiniPlayer .spectrumViz{
    width:100px!important;
    height:68px!important;
    min-height:68px!important;
    margin-left:-16px!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:100px!important;
    height:68px!important;
  }
}

/* GREEN-TO-RAINBOW SPECTRUM — shifted right and dead tail trimmed */
#teamJoyMiniPlayer .spectrumViz{
  width:90px!important;
  height:71px!important;
  min-height:71px!important;
  margin-left:-2px!important;
  margin-right:4px!important;
  overflow:hidden!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:90px!important;
  height:71px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    width:86px!important;
    height:68px!important;
    min-height:68px!important;
    margin-left:0!important;
    margin-right:4px!important;
    overflow:hidden!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:86px!important;
    height:68px!important;
  }
}


/* FINAL REQUEST 2026-08-14: +0.25cm right, crop 0.333cm from right, lower 1cm, 25% taller. */
#teamJoyMiniPlayer .spectrumViz{
  width:calc(90px - .333cm)!important;
  height:88.75px!important;
  min-height:88.75px!important;
  margin-left:calc(-2px + .25cm)!important;
  margin-right:4px!important;
  position:relative!important;
  top:1cm!important;
  overflow:hidden!important;
  align-self:center!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:90px!important;
  height:88.75px!important;
  display:block!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    width:calc(86px - .333cm)!important;
    height:85px!important;
    min-height:85px!important;
    margin-left:.25cm!important;
    top:1cm!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{width:86px!important;height:85px!important;}
}


/* FINAL ALIGNMENT UPDATE 2026-08-14: vertically center spectrum and make it 10% taller. */
#teamJoyMiniPlayer .spectrumViz{height:97.625px!important;min-height:97.625px!important;top:0!important;align-self:center!important}
#teamJoyMiniPlayer .spectrumViz canvas{height:97.625px!important}
@media(max-width:700px){#teamJoyMiniPlayer .spectrumViz{height:93.5px!important;min-height:93.5px!important;top:0!important}#teamJoyMiniPlayer .spectrumViz canvas{height:93.5px!important}}



/* ---- original style block ---- */

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--ink:#183b33;--green:#275d50;--sage:#dbe7dd;--cream:#f7f2e8;--gold:#c4974c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#243c36;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#fffc;border-bottom:1px solid #e4e7e3;justify-content:space-between;align-items:center;height:84px;padding:0 6vw;display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:11px;font-family:Georgia,serif;font-size:22px;display:flex}.brand small{letter-spacing:2px;text-transform:uppercase;margin-top:3px;font:700 9px Arial,sans-serif;display:block}.mark{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:25px;display:grid}.navlinks{gap:28px;font-size:14px;display:flex}.navlinks a:hover{color:var(--gold)}.button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:3px;padding:15px 22px;font-weight:700;display:inline-block}.button.small{padding:11px 17px;font-size:13px}.hero{background:linear-gradient(115deg,#eef4ee 0%,#f8f2e7 62%,#e6d7bc 100%);grid-template-columns:1.3fr .7fr;align-items:center;gap:7vw;min-height:680px;padding:105px 8vw;display:grid;position:relative;overflow:hidden}.heroGlow{background:#fff8;border-radius:50%;width:480px;height:480px;position:absolute;top:9%;right:5%}.heroCopy,.heroCard{position:relative}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;color:#986d2f;font-size:12px;font-weight:800}.hero h1{letter-spacing:-2px;color:var(--ink);max-width:820px;margin:18px 0 25px;font:500 clamp(48px,6vw,78px)/1.02 Georgia,serif}.lead{color:#4f645e;max-width:670px;font-size:19px;line-height:1.75}.actions{align-items:center;gap:28px;margin:34px 0;display:flex}.textLink{color:var(--ink);font-weight:700}.textLink span{margin-left:8px}.assurance{color:#536b64;flex-wrap:wrap;gap:24px;font-size:13px;display:flex}.heroCard{text-align:center;background:#fffc;border:1px solid #fff;padding:55px 42px;box-shadow:0 25px 70px #244b3c20}.cross{color:var(--gold);font-size:31px}blockquote{color:var(--ink);margin:25px 0 12px;font:italic 28px/1.4 Georgia,serif}.heroCard p{letter-spacing:2px;text-transform:uppercase;font-size:11px}.intro,.team,.contact{grid-template-columns:1fr 1fr;gap:8vw;padding:110px 8vw;display:grid}.intro h2,.sectionHead h2,.team h2,.prayer h2,.contact h2{color:var(--ink);margin:15px 0;font:500 clamp(36px,4vw,55px)/1.12 Georgia,serif}.intro>div:last-child{color:#566963;font-size:17px;line-height:1.9}.services{background:var(--cream);grid-template-columns:.75fr 1.25fr;gap:9vw;padding:105px 8vw;display:grid}.sectionHead>p:last-child{color:#687a74}.serviceList details{border-top:1px solid #c8c5ba;padding:0 5px}.serviceList details:last-child{border-bottom:1px solid #c8c5ba}.serviceList summary{cursor:pointer;color:var(--ink);justify-content:space-between;padding:24px 0;font:500 20px Georgia,serif;list-style:none;display:flex}.serviceList summary::-webkit-details-marker{display:none}.serviceList summary b{font:300 25px Arial}.serviceList details[open] summary b{transform:rotate(45deg)}.serviceList details p{color:#5b6d67;margin:0 40px 25px 0;line-height:1.7}.team{background:#fff}.teamText p{max-width:640px;font-size:17px;line-height:1.8}.button.muted{color:#52645e;background:#bbc9c0;margin-top:18px}.adie{border-left:4px solid var(--gold);background:#e7efe9;padding:50px}.paw{font-size:48px}.adie h3{color:var(--ink);margin:9px 0;font:500 39px Georgia,serif}.adie p{line-height:1.75}.adie .script{color:#80612d;font:italic 21px Georgia,serif}.prayer{background:var(--green);color:#fff;grid-template-columns:1fr 1fr;gap:9vw;padding:100px 8vw;display:grid}.prayer h2{color:#fff}.prayer>div>p:last-child{color:#dae6e1;line-height:1.8}.eyebrow.light{color:#e1c28f}.prayer form{color:var(--ink);background:#fff;flex-direction:column;gap:14px;padding:38px;display:flex}.prayer label{font-size:13px;font-weight:700}.prayer textarea{resize:vertical;border:1px solid #ccd5d1;min-height:125px;padding:14px;font:16px Arial}.check{align-items:center;gap:10px;display:flex}.button.cream{background:var(--gold);color:#1f3a33}.prayer small{color:#72807c;line-height:1.5}.contact{background:#f7f7f3}.contact>div>p:last-child{max-width:520px;line-height:1.7}.contactGrid{gap:14px;display:grid}.contactGrid>a,.contactGrid>div{background:#fff;border:1px solid #e0e5e1;padding:23px}.contactGrid span{text-transform:uppercase;letter-spacing:2px;color:#8b9a94;margin-bottom:8px;font-size:10px;display:block}.contactGrid strong{color:var(--ink);font:500 18px/1.5 Georgia,serif}footer{color:#d6e0dc;background:#142f29;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;padding:45px 8vw;font-size:12px;display:grid}footer .brand{color:#fff}footer>p:last-child{text-align:right}@media (width<=900px){.navlinks{display:none}.hero,.intro,.services,.team,.prayer,.contact{grid-template-columns:1fr}.hero{padding-top:70px}.heroCard{max-width:520px}.services,.intro,.team,.prayer,.contact{padding-top:75px;padding-bottom:75px}footer{grid-template-columns:1fr}footer>p:last-child{text-align:left}}@media (width<=560px){.nav{padding:0 5vw}.nav .button{display:none}.hero{padding:60px 6vw}.hero h1{font-size:46px}.actions{flex-direction:column;align-items:flex-start}.intro,.services,.team,.prayer,.contact{padding-left:6vw;padding-right:6vw}.assurance{flex-direction:column;gap:9px}.adie,.prayer form{padding:28px}}.team{background:linear-gradient(135deg,#fff 0%,#f4f7f4 100%);align-items:center}.adie{background:#f7f2e8;border:0;border-radius:28px;box-shadow:0 24px 65px #183b331f}.adiePhoto{aspect-ratio:630/955;background:#dbe7dd;border:7px solid #fff;border-radius:28px;width:100%;margin-bottom:34px;position:relative;overflow:hidden;transform:rotate(-1deg)}.adiePhoto img{width:109.37%;max-width:none;height:auto;position:absolute;top:-26.2%;left:-4.76%}.adie .script{border-top:1px solid #c4974c59;padding-top:20px;font-weight:700}.prayerWall{background:radial-gradient(circle at 90% 8%,#5ba5c21f,#0000 22%),linear-gradient(145deg,#fbf7ed 0%,#eef4ee 100%);padding:105px 8vw}.wallIntro{max-width:820px}.wallIntro h2,.wallForm h2{color:var(--ink);margin:15px 0 20px;font:500 clamp(42px,5vw,68px)/1.05 Georgia,serif}.wallIntro>p:last-child{color:#5d706a;max-width:720px;font-size:19px;line-height:1.75}.wallFilters{gap:12px;margin:38px 0 32px;padding-bottom:5px;display:flex;overflow-x:auto}.wallFilters button{color:var(--green);cursor:pointer;background:#ffffffbd;border:1px solid #cbd8d2;border-radius:999px;flex:none;padding:12px 20px;font-weight:800}.wallFilters button.active{border-color:var(--green);background:var(--green);color:#fff}.wallCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.wallCard,.weeklyPrayer{border-radius:28px;padding:38px}.wallCard{background:#ffffffed;border:1px solid #dde4df;flex-direction:column;min-height:315px;display:flex;box-shadow:0 18px 45px #183b3314}.wallLabel{letter-spacing:2px;text-transform:uppercase;margin:0;font-weight:900;color:#aa7b33!important;font-size:12px!important}.wallCard h3,.weeklyPrayer h3{color:var(--ink);margin:22px 0 15px;font:500 31px/1.2 Georgia,serif}.wallCard>p:not(.wallLabel){color:#65756f;font-size:17px;line-height:1.7}.wallResponse{color:#77857f;border-top:1px solid #e5e9e6;justify-content:space-between;align-items:center;gap:20px;margin-top:auto;padding-top:23px;font-size:13px;font-weight:700;display:flex}.wallResponse button{color:var(--green);cursor:pointer;background:0 0;border:0;font-weight:900}.weeklyPrayer{color:#f8f2e7;background:linear-gradient(135deg,#204e43,#2f6d65)}.weeklyPrayer>span{background:var(--gold);width:55px;height:55px;color:var(--ink);border-radius:50%;place-items:center;font-size:25px;display:grid}.weeklyPrayer h3{color:#fff}.weeklyPrayer p{color:#e2ece8;margin:0;font-size:17px;line-height:1.75}.wallForm{background:#fffffff2;border:1px solid #d9e1dc;border-radius:30px;flex-direction:column;gap:15px;max-width:900px;margin:65px auto 0;padding:52px;display:flex;box-shadow:0 22px 60px #183b3317}.wallForm>p:not(.eyebrow):not(.formNote):not(.formSuccess){color:#62736d;margin:0 0 8px;font-size:18px;line-height:1.7}.wallForm .formNote{color:#77857f;margin:0 0 25px;line-height:1.65}.wallForm label{color:var(--ink);margin-top:8px;font-size:14px;font-weight:900}.wallForm select,.wallForm textarea{color:#364d46;background:#fbfcfa;border:1px solid #cad6d0;border-radius:16px;width:100%;font:16px Arial,sans-serif}.wallForm select{height:58px;padding:0 18px}.wallForm textarea{resize:vertical;min-height:165px;padding:18px}.wallForm .button{align-self:flex-start;margin-top:8px}.formSuccess{color:var(--green);margin:5px 0 0;font-weight:800}@media (width<=900px){.prayerWall{padding:75px 6vw}.wallCards{grid-template-columns:1fr}}@media (width<=560px){.adie{padding:22px}.prayerWall{padding:68px 5vw}.wallIntro h2,.wallForm h2{font-size:43px}.wallCard,.weeklyPrayer{padding:28px}.wallCard h3,.weeklyPrayer h3{font-size:27px}.wallResponse{flex-direction:column;align-items:flex-start;gap:13px}.wallForm{margin-top:42px;padding:28px 22px}}.brand{align-items:center;display:flex}.logoCrop{isolation:isolate;background:#fff;display:block;position:relative;overflow:hidden}.logoCrop img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.08)}.navLogo{width:250px;height:63px}.heroCard{box-shadow:none;background:0 0;border:0;padding:0;overflow:hidden}.versePostIt{filter:drop-shadow(0 25px 45px #244b3c2e);width:100%;height:auto;display:block}.heroLogo{width:min(100%,320px);height:78px;margin:0 auto 22px}.tintedLogo img{filter:hue-rotate(18deg)saturate(.82)contrast(1.04)}.footerLogoCard{background:#fff;width:max-content;max-width:100%;padding:7px 10px}.footerLogo{width:min(270px,65vw);height:66px}@media (width<=560px){.navLogo{width:min(240px,72vw);height:57px}.heroLogo{width:min(100%,350px);height:82px}.footerLogo{width:min(300px,78vw);height:71px}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}


/* ---- original style block ---- */


.modalitiesFeature{padding:72px 6vw;background:#fbf8ef;text-align:center}
.modalitiesFeatureInner{max-width:980px;margin:0 auto;padding:34px 24px;border:1px solid rgba(11,77,92,.12);border-radius:26px;background:rgba(255,255,255,.78);box-shadow:0 18px 50px rgba(7,63,76,.08)}
.modalitiesFeature .eyebrow{margin-bottom:8px}
.modalitiesFeature h2{margin:0 auto 12px;max-width:760px}
.modalitiesFeature p{max-width:720px;margin:0 auto 22px}
.modalitiesLaunch{appearance:none;border:0;cursor:pointer}
.modalitiesOverlay{position:fixed;inset:0;z-index:99999;background:rgba(4,31,38,.78);display:none;align-items:center;justify-content:center;padding:18px}
.modalitiesOverlay.open{display:flex}
.modalitiesShell{position:relative;width:min(1040px,100%);height:min(92vh,980px);background:#f4f6f4;border-radius:22px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.modalitiesFrame{width:100%;height:100%;border:0;background:#f4f6f4}
.modalitiesClose{position:absolute;z-index:2;right:12px;top:12px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(7,63,76,.92);color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.18)}
@media(max-width:700px){
 .modalitiesFeature{padding:48px 18px}
 .modalitiesFeatureInner{padding:26px 18px;border-radius:20px}
 .modalitiesOverlay{padding:0}
 .modalitiesShell{width:100%;height:100vh;max-height:none;border-radius:0}
 .modalitiesClose{right:10px;top:10px}
}

/* Mobile usability fix: close control stays clear of floating menu and easy to reach */
.modalitiesClose{
  top:auto!important;right:18px!important;bottom:18px!important;
  width:auto!important;min-width:112px!important;height:52px!important;
  padding:0 20px!important;border-radius:999px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  background:#073f4c!important;color:#fff!important;font-size:24px!important;font-weight:800!important;
  border:2px solid rgba(255,255,255,.85)!important;box-shadow:0 8px 24px rgba(0,0,0,.28)!important;
  z-index:8!important;
}
.modalitiesClose span{font-size:16px;line-height:1;}
@media(max-width:680px){
  .modalitiesClose{right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;height:54px!important;min-width:120px!important;}
}


/* ---- original style block ---- */


.modalitiesHomeLink{padding:64px 6vw;background:#fbf8ef}
.modalitiesHomeLink .modalitiesInner{max-width:980px;margin:0 auto;text-align:center}
.modalitiesHomeLink .modalitiesPreview{display:block;margin-top:24px;text-decoration:none}
.modalitiesHomeLink .modalitiesPreview img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 18px 50px rgba(7,63,76,.10)}
@media(max-width:700px){
  .modalitiesHomeLink{padding:44px 18px}
  .modalitiesHomeLink .modalitiesPreview img{border-radius:18px}
}


/* ---- original style block ---- */


.modalitiesHomeLink .modalitiesHint{
  margin: 12px auto 0;
  max-width: 760px;
  color: #21434b;
  font-size: 1rem;
}
.modalitiesHomeLink .modalitiesPreview{
  position: relative;
  display: block;
}
.modalitiesHomeLink .modalitiesVisibleTag{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: rgba(7,63,76,.92);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.modalitiesHomeLink .modalitiesVisibleCta{
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
  background: rgba(255,255,255,.95);
  color: #123942;
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
  width: calc(100% - 36px);
  max-width: 560px;
}
.modalitiesHomeLink .modalitiesVisibleCta b{
  font-weight: 900;
}
@media (max-width:700px){
  .modalitiesHomeLink .modalitiesVisibleTag{
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    font-size: .84rem;
  }
  .modalitiesHomeLink .modalitiesVisibleCta{
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 12px 14px;
    font-size: .94rem;
    border-radius: 14px;
  }
}


/* ---- original style block ---- */


.services .servicesLabel{
  margin-top:18px;
  margin-bottom:8px;
}


/* ---- original style block ---- */


/* Compact only the three Prayer Request / Encouragement / Gratitude example cards. */
.wallCards > .wallCard{
  min-height:220px !important;
  padding:24px 26px !important;
  border-radius:22px !important;
}
.wallCards > .wallCard .wallLabel{
  font-size:10px !important;
  letter-spacing:1.5px !important;
}
.wallCards > .wallCard h3{
  margin:14px 0 9px !important;
  font-size:24px !important;
  line-height:1.18 !important;
}
.wallCards > .wallCard > p:not(.wallLabel){
  margin:0 !important;
  font-size:15px !important;
  line-height:1.5 !important;
}
.wallCards > .wallCard .wallResponse{
  gap:12px !important;
  padding-top:14px !important;
  margin-top:18px !important;
  font-size:11px !important;
}
.wallCards > .wallCard .wallResponse button{
  font-size:12px !important;
}
.wallCards{
  gap:16px !important;
}
@media (max-width:560px){
  .wallCards > .wallCard{
    min-height:0 !important;
    padding:20px 21px !important;
    border-radius:18px !important;
  }
  .wallCards > .wallCard h3{
    font-size:21px !important;
    margin:11px 0 7px !important;
  }
  .wallCards > .wallCard > p:not(.wallLabel){
    font-size:14px !important;
    line-height:1.45 !important;
  }
  .wallCards > .wallCard .wallResponse{
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-top:14px !important;
    padding-top:12px !important;
    gap:8px !important;
  }
}


/* ---- original style block ---- */


/* Make the whole Prayer & Encouragement Wall section a bit less dominant */
.prayerWall{
  padding: 82px 7vw !important;
}
.wallIntro{
  max-width: 760px !important;
}
.wallIntro h2{
  margin: 12px 0 16px !important;
  font-size: clamp(36px, 4.4vw, 58px) !important;
  line-height: 1.04 !important;
}
.wallIntro > p:last-child{
  max-width: 660px !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}
.wallFilters{
  gap: 10px !important;
  margin: 28px 0 24px !important;
  padding-bottom: 2px !important;
}
.wallFilters button{
  padding: 10px 17px !important;
  font-size: 13px !important;
  border-radius: 999px !important;
}

/* Prayer / encouragement cards slightly smaller and more compact */
.wallCards{
  gap: 16px !important;
}
.wallCard,
.weeklyPrayer{
  border-radius: 22px !important;
  padding: 28px !important;
}
.wallCard{
  min-height: 250px !important;
  box-shadow: 0 12px 28px rgba(24,59,51,.08) !important;
}
.wallLabel{
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
}
.wallCard h3,
.weeklyPrayer h3{
  margin: 16px 0 10px !important;
  font-size: 25px !important;
  line-height: 1.18 !important;
}
.wallCard > p:not(.wallLabel),
.weeklyPrayer p{
  font-size: 15px !important;
  line-height: 1.55 !important;
}
.wallResponse{
  margin-top: 16px !important;
  padding-top: 16px !important;
  font-size: 12px !important;
}
.wallResponse button{
  font-size: 12px !important;
}

/* Keep the form section a touch more compact too */
.wallForm{
  margin-top: 46px !important;
  max-width: 840px !important;
  padding: 38px !important;
  border-radius: 24px !important;
}
.wallForm h2{
  margin: 12px 0 14px !important;
  font-size: clamp(34px, 4.2vw, 50px) !important;
}
.wallForm > p:not(.eyebrow):not(.formNote):not(.formSuccess){
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.wallForm .formNote{
  margin: 0 0 18px !important;
  font-size: 14px !important;
}
.wallForm label{
  font-size: 13px !important;
}
.wallForm select{
  height: 52px !important;
}
.wallForm select,
.wallForm textarea{
  font-size: 15px !important;
}
.wallForm textarea{
  min-height: 145px !important;
  padding: 15px !important;
}

@media (max-width: 900px){
  .prayerWall{
    padding: 66px 6vw !important;
  }
}

@media (max-width: 560px){
  .prayerWall{
    padding: 56px 5vw !important;
  }
  .wallIntro h2{
    font-size: 32px !important;
    margin: 10px 0 14px !important;
  }
  .wallIntro > p:last-child{
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  .wallFilters{
    gap: 8px !important;
    margin: 22px 0 20px !important;
  }
  .wallFilters button{
    padding: 9px 15px !important;
    font-size: 12px !important;
  }
  .wallCard,
  .weeklyPrayer{
    padding: 22px !important;
    border-radius: 18px !important;
  }
  .wallCard{
    min-height: 0 !important;
  }
  .wallCard h3,
  .weeklyPrayer h3{
    font-size: 21px !important;
    margin: 12px 0 8px !important;
  }
  .wallCard > p:not(.wallLabel),
  .weeklyPrayer p{
    font-size: 14px !important;
    line-height: 1.48 !important;
  }
  .wallResponse{
    margin-top: 14px !important;
    padding-top: 14px !important;
    gap: 8px !important;
  }
  .wallForm{
    margin-top: 34px !important;
    padding: 26px 20px !important;
    border-radius: 20px !important;
  }
  .wallForm h2{
    font-size: 30px !important;
  }
}


/* ---- original style block ---- */


/* Smush the entire Prayer & Encouragement Wall area tighter overall */
.prayerWall{
  padding: 44px 5vw 42px !important;
}
.wallIntro{
  max-width: 700px !important;
}
.wallIntro h2{
  margin: 8px 0 10px !important;
  font-size: clamp(30px, 4.1vw, 50px) !important;
  line-height: 1.02 !important;
  max-width: 520px !important;
}
.wallIntro > p:last-child{
  max-width: 650px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}
.wallFilters{
  gap: 8px !important;
  margin: 18px 0 16px !important;
  padding-bottom: 0 !important;
}
.wallFilters button{
  padding: 8px 14px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

/* Smush the cards */
.wallCards{
  gap: 12px !important;
}
.wallCard,
.weeklyPrayer{
  padding: 20px 20px 18px !important;
  border-radius: 18px !important;
}
.wallCard{
  min-height: 0 !important;
}
.wallLabel{
  font-size: 9px !important;
  letter-spacing: 1.3px !important;
}
.wallCard h3,
.weeklyPrayer h3{
  margin: 10px 0 8px !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
}
.wallCard > p:not(.wallLabel),
.weeklyPrayer p{
  font-size: 13px !important;
  line-height: 1.42 !important;
}
.wallResponse{
  margin-top: 12px !important;
  padding-top: 12px !important;
  gap: 8px !important;
  font-size: 11px !important;
}
.wallResponse button{
  font-size: 11px !important;
}

/* Weekly prayer tighter */
.weeklyPrayer > span{
  width: 42px !important;
  height: 42px !important;
  font-size: 18px !important;
  margin-bottom: 4px !important;
}
.weeklyPrayer h3{
  font-size: 17px !important;
}
.weeklyPrayer p{
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* Share anonymously form tighter as well */
.wallForm{
  margin-top: 24px !important;
  max-width: 760px !important;
  padding: 22px 20px !important;
  border-radius: 18px !important;
  gap: 10px !important;
}
.wallForm h2{
  margin: 8px 0 10px !important;
  font-size: clamp(24px, 3.3vw, 34px) !important;
  line-height: 1.08 !important;
}
.wallForm > p:not(.eyebrow):not(.formNote):not(.formSuccess){
  font-size: 14px !important;
  line-height: 1.48 !important;
  margin-bottom: 2px !important;
}
.wallForm .formNote{
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin: 0 0 10px !important;
}
.wallForm label{
  font-size: 12px !important;
  margin-top: 2px !important;
}
.wallForm select{
  height: 46px !important;
  padding: 0 14px !important;
}
.wallForm select,
.wallForm textarea{
  font-size: 14px !important;
  border-radius: 12px !important;
}
.wallForm textarea{
  min-height: 110px !important;
  padding: 12px !important;
}
.wallForm .button{
  margin-top: 4px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
}
.formSuccess{
  font-size: 13px !important;
}

/* Mobile: even tighter */
@media (max-width: 560px){
  .prayerWall{
    padding: 36px 5vw 36px !important;
  }
  .wallIntro h2{
    font-size: 28px !important;
    margin: 6px 0 9px !important;
    max-width: 360px !important;
  }
  .wallIntro > p:last-child{
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .wallFilters{
    gap: 8px !important;
    margin: 16px 0 14px !important;
  }
  .wallFilters button{
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
  .wallCard,
  .weeklyPrayer{
    padding: 16px 16px 15px !important;
    border-radius: 16px !important;
  }
  .wallCard h3,
  .weeklyPrayer h3{
    font-size: 16px !important;
    margin: 8px 0 6px !important;
  }
  .wallCard > p:not(.wallLabel),
  .weeklyPrayer p{
    font-size: 12px !important;
    line-height: 1.38 !important;
  }
  .wallResponse{
    margin-top: 10px !important;
    padding-top: 10px !important;
    font-size: 10px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .wallResponse button{
    font-size: 10px !important;
  }
  .weeklyPrayer > span{
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
  .wallForm{
    margin-top: 18px !important;
    padding: 18px 16px !important;
    border-radius: 16px !important;
  }
  .wallForm h2{
    font-size: 22px !important;
    margin: 6px 0 8px !important;
  }
  .wallForm > p:not(.eyebrow):not(.formNote):not(.formSuccess){
    font-size: 13px !important;
  }
  .wallForm .formNote{
    font-size: 11px !important;
    margin-bottom: 8px !important;
  }
  .wallForm select{
    height: 42px !important;
  }
  .wallForm textarea{
    min-height: 94px !important;
    padding: 10px !important;
  }
}


/* ---- original style block ---- */


/* 1) Tighter top/header so content begins sooner */
.nav{
  min-height:72px !important;
  padding-top:6px !important;
  padding-bottom:6px !important;
}
.navLogo{
  width:220px !important;
  height:52px !important;
}
.hero{
  padding-top:44px !important;
  padding-bottom:58px !important;
}
.hero h1{
  margin-top:10px !important;
  margin-bottom:16px !important;
}
.hero .lead{
  margin-bottom:20px !important;
}
.hero .actions{
  margin:22px 0 !important;
}

/* 4) Stronger, cleaner final contact / consultation section */
.contact{
  background:linear-gradient(145deg,#f7f7f3 0%,#eef4ee 100%) !important;
  padding-top:74px !important;
  padding-bottom:78px !important;
}
.contact > div:first-child{
  max-width:680px;
}
.contact > div:first-child::after{
  content:"You don’t have to figure out the next step alone.";
  display:block;
  margin-top:20px;
  color:var(--ink);
  font:500 26px/1.28 Georgia,serif;
}
.contactGrid{
  gap:12px !important;
}
.contactGrid > a,
.contactGrid > div{
  padding:18px 20px !important;
  border-radius:16px !important;
  box-shadow:0 10px 28px rgba(24,59,51,.06);
}
.contactGrid > a:first-child{
  border:2px solid rgba(31,93,80,.18) !important;
}
.contactGrid span{
  margin-bottom:5px !important;
}
.contactGrid strong{
  font-size:17px !important;
}
.contact .button{
  margin-top:18px !important;
}

/* Mobile-specific compression and stronger ending */
@media (max-width:560px){
  .nav{
    min-height:62px !important;
    padding:4px 5vw !important;
  }
  .navLogo{
    width:min(205px,68vw) !important;
    height:48px !important;
  }
  .hero{
    padding-top:34px !important;
    padding-bottom:44px !important;
  }
  .hero h1{
    font-size:40px !important;
    margin-top:8px !important;
    margin-bottom:13px !important;
  }
  .hero .lead{
    font-size:17px !important;
    line-height:1.6 !important;
  }
  .hero .actions{
    margin:18px 0 !important;
    gap:14px !important;
  }
  .contact{
    padding-top:52px !important;
    padding-bottom:56px !important;
  }
  .contact h2{
    font-size:34px !important;
    margin-bottom:12px !important;
  }
  .contact > div:first-child::after{
    margin-top:16px;
    font-size:21px;
    line-height:1.25;
  }
  .contactGrid > a,
  .contactGrid > div{
    padding:15px 16px !important;
    border-radius:14px !important;
  }
}


/* ---- original style block ---- */


.heroActions{display:block!important;margin:24px 0 22px!important}
.heroActionRow{display:grid;grid-template-columns:1fr 1.35fr;gap:12px;max-width:560px}
.heroActionRow .button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0!important}
.missionButton{background:#e8efe9!important;color:var(--ink)!important;border:1px solid #bfd0c7!important;cursor:pointer}
.consultationButton{background:var(--green)!important;color:#fff!important}
.heroServicesLink{display:inline-block;margin-top:18px}
.missionOverlay{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(10,38,33,.72)}
.missionOverlay.open{display:flex}
.missionModal{position:relative;width:min(720px,100%);max-height:88vh;overflow:auto;background:#fbf8ef;color:var(--ink);border-radius:26px;padding:38px;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.missionModal h2{margin:10px 0 18px;font:500 36px/1.12 Georgia,serif}
.missionModal p:not(.eyebrow){color:#566963;font-size:16px;line-height:1.68}
.missionClose{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:#fff;font-size:26px;cursor:pointer}
@media(max-width:560px){
.heroActionRow{grid-template-columns:1fr 1.3fr;gap:9px;max-width:none}
.heroActionRow .button{min-height:52px;padding:10px 12px!important;font-size:14px!important}
.missionModal{padding:30px 22px 24px;border-radius:20px}
.missionModal h2{font-size:28px}
.missionModal p:not(.eyebrow){font-size:14px}
}


/* ---- original style block ---- */


/* Compress the How We Can Help / Our Services section vertically */
.services{
  padding-top:72px !important;
  padding-bottom:72px !important;
  gap:6vw !important;
}
.sectionHead h2{
  margin:10px 0 12px !important;
}
.services .servicesLabel{
  margin-top:10px !important;
  margin-bottom:5px !important;
}
.sectionHead > p:last-child{
  margin-top:6px !important;
  margin-bottom:10px !important;
}
.serviceList details{
  padding:0 4px !important;
}
.serviceList summary{
  padding:18px 0 !important;
  font-size:19px !important;
  line-height:1.22 !important;
}
.serviceList summary b{
  font-size:23px !important;
}
.serviceList details p{
  margin:0 34px 17px 0 !important;
  line-height:1.55 !important;
  font-size:15px !important;
}

/* Mobile gets the strongest reduction */
@media (max-width:560px){
  .services{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
  .services .sectionHead{
    margin-bottom:8px !important;
  }
  .sectionHead h2{
    margin:7px 0 9px !important;
    font-size:38px !important;
    line-height:1.04 !important;
  }
  .services .servicesLabel{
    margin-top:7px !important;
    margin-bottom:4px !important;
  }
  .sectionHead > p:last-child{
    margin:4px 0 8px !important;
    font-size:15px !important;
    line-height:1.4 !important;
  }
  .serviceList summary{
    padding:14px 0 !important;
    font-size:17px !important;
    line-height:1.18 !important;
  }
  .serviceList summary b{
    font-size:21px !important;
  }
  .serviceList details p{
    margin:0 26px 13px 0 !important;
    font-size:14px !important;
    line-height:1.45 !important;
  }
}


/* ---- original style block ---- */


/* Further compress the prayer wall section and its cards */
.prayerWall{
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.wallIntro h2{
  margin: 6px 0 8px !important;
}
.wallIntro > p:last-child{
  margin-bottom: 0 !important;
}
.wallFilters{
  margin: 14px 0 12px !important;
  gap: 7px !important;
}
.wallFilters button{
  padding: 7px 12px !important;
  font-size: 11px !important;
}
.wallCards{
  gap: 10px !important;
}
.wallCard,
.weeklyPrayer{
  padding: 14px 14px 13px !important;
  border-radius: 15px !important;
}
.wallCard h3,
.weeklyPrayer h3{
  margin: 7px 0 5px !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
}
.wallCard > p:not(.wallLabel),
.weeklyPrayer p{
  font-size: 11px !important;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}
.wallLabel{
  font-size: 8px !important;
  letter-spacing: 1.15px !important;
}
.wallResponse{
  margin-top: 8px !important;
  padding-top: 8px !important;
  font-size: 9px !important;
}
.wallResponse button{
  font-size: 9px !important;
}
.weeklyPrayer > span{
  width: 32px !important;
  height: 32px !important;
  font-size: 14px !important;
  margin-bottom: 3px !important;
}
.wallForm{
  margin-top: 16px !important;
}

/* Mobile-first extra tightening */
@media (max-width:560px){
  .prayerWall{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .wallIntro h2{
    font-size: 25px !important;
    line-height: 1.0 !important;
    max-width: 320px !important;
  }
  .wallIntro > p:last-child{
    font-size: 12px !important;
    line-height: 1.38 !important;
  }
  .wallFilters{
    margin: 12px 0 10px !important;
    gap: 6px !important;
  }
  .wallFilters button{
    padding: 6px 10px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
  }
  .wallCards{
    gap: 9px !important;
  }
  .wallCard,
  .weeklyPrayer{
    padding: 12px 12px 11px !important;
    border-radius: 14px !important;
  }
  .wallCard h3,
  .weeklyPrayer h3{
    margin: 6px 0 4px !important;
    font-size: 13px !important;
    line-height: 1.16 !important;
  }
  .wallCard > p:not(.wallLabel),
  .weeklyPrayer p{
    font-size: 10px !important;
    line-height: 1.32 !important;
  }
  .wallLabel{
    font-size: 7px !important;
    letter-spacing: 1.05px !important;
  }
  .wallResponse{
    margin-top: 7px !important;
    padding-top: 7px !important;
    font-size: 8px !important;
    gap: 6px !important;
  }
  .wallResponse button{
    font-size: 8px !important;
  }
  .weeklyPrayer > span{
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }
}


/* ---- original style block ---- */


/* Three primary hero actions */
.heroActionRow{grid-template-columns:1fr 1fr 1.45fr!important;max-width:760px!important}
.supportButton{background:#f5f1e7!important;color:var(--ink)!important;border:1px solid #d7ccb6!important;cursor:pointer}

/* Faith section directly below the John 15:5 post-it */
.heartbeat{padding:78px 7vw;background:#f8f5eb}
.heartbeatInner{max-width:980px;margin:0 auto}
.heartbeat h2{margin:8px 0 18px;font:500 clamp(36px,5vw,58px)/1.06 Georgia,serif;color:var(--ink)}
.heartbeatLead{max-width:820px;font-size:18px;line-height:1.72;color:#586a64;margin:0 0 28px}
.prayerHourCard{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;max-width:820px;padding:22px 24px;background:#fff;border:1px solid #ded8c8;border-radius:18px;box-shadow:0 10px 30px rgba(31,67,56,.06)}
.prayerIcon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf2ea;color:var(--green);font-size:18px}
.prayerHourCard strong{font-size:18px;color:var(--ink)}
.prayerHourCard p{margin:7px 0 0;color:#5c6b66;line-height:1.6}
.spiritNote{max-width:820px;margin-top:28px;padding-top:24px;border-top:1px solid #ddd6c6}
.spiritNote h3{margin:0 0 10px;font:500 27px/1.18 Georgia,serif;color:var(--ink)}
.spiritNote p{margin:0;color:#5c6b66;line-height:1.68}
.heartbeatButton{display:inline-flex!important;margin-top:24px!important}

/* Reuse the mission dialog styling for Real Support */
.supportOverlay{position:fixed;inset:0;z-index:100001;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(10,38,33,.72)}
.supportOverlay.open{display:flex}
.supportModal{position:relative;width:min(720px,100%);max-height:88vh;overflow:auto;background:#fbf8ef;color:var(--ink);border-radius:26px;padding:38px;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.supportModal h2{margin:10px 0 18px;font:500 36px/1.12 Georgia,serif}
.supportModal p:not(.eyebrow){color:#566963;font-size:16px;line-height:1.68}
.supportClose{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:#fff;font-size:26px;cursor:pointer}
@media(max-width:700px){
  .heroActionRow{grid-template-columns:1fr 1fr!important}
  .heroActionRow .consultationButton{grid-column:1 / -1}
  .heartbeat{padding:52px 6vw}
  .heartbeat h2{font-size:39px}
  .heartbeatLead{font-size:16px}
  .prayerHourCard{padding:18px;gap:12px}
  .prayerHourCard strong{font-size:16px}
  .spiritNote h3{font-size:24px}
  .supportModal{padding:30px 22px 24px;border-radius:20px}
  .supportModal h2{font-size:28px}
  .supportModal p:not(.eyebrow){font-size:14px}
}


/* ---- original style block ---- */


.heartbeatButton{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:min(100%, 560px);
  min-height:58px;
  padding:16px 22px !important;
  text-align:center;
  line-height:1.25;
  font-weight:800 !important;
  letter-spacing:.1px;
  box-shadow:0 10px 24px rgba(24,59,51,.14);
}
.heartbeatButton:hover{transform:translateY(-1px);}
@media(max-width:560px){
  .heartbeatButton{width:100%;font-size:16px !important;padding:15px 16px !important;}
}


/* ---- original style block ---- */


#prayer{scroll-margin-top:90px;}


/* ---- original style block ---- */


#prayerPageOverlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:99999;
  background:#f7f5eb;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
#prayerPageOverlay.is-open{display:block;}
#prayerPageOverlay .prayerPageTop{
  position:sticky;
  top:0;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px max(20px,6vw);
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(24,59,51,.10);
  backdrop-filter:blur(10px);
}
#prayerPageOverlay .prayerPageBrand{
  font-weight:800;
  color:#183b33;
  letter-spacing:.1px;
}
#prayerPageOverlay .prayerBackButton{
  border:0;
  border-radius:999px;
  background:#1f6657;
  color:#fff;
  padding:11px 17px;
  font:700 14px/1 inherit;
  cursor:pointer;
}
#prayerPageOverlay .prayerWall{
  display:block !important;
  margin:0 !important;
}
body.prayer-page-open{
  overflow:hidden !important;
}
@media(max-width:560px){
  #prayerPageOverlay .prayerPageTop{
    padding:12px 18px;
  }
  #prayerPageOverlay .prayerPageBrand{
    font-size:14px;
  }
  #prayerPageOverlay .prayerBackButton{
    padding:10px 14px;
    font-size:13px;
  }
}


/* ---- original style block ---- */


.fullFaithCopy{max-width:820px;margin-top:28px}
.fullFaithCopy p{margin:0;color:#5c6b66;font-size:18px;line-height:1.72}
.spiritNote p{font-size:18px}
@media(max-width:700px){
  .fullFaithCopy p,.spiritNote p{font-size:16px;line-height:1.7}
}


/* ---- original style block ---- */


.heartbeatPrayerCta{
  margin:30px 0 38px;
}
.heartbeatPrayerCta .heartbeatButton{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}


/* ---- original style block ---- */


.spiritNoteCompact{
  max-width:860px;
  margin-top:10px;
  padding:24px 26px;
  border:1px solid rgba(31,102,87,.14);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,250,247,.92));
  box-shadow:0 12px 30px rgba(24,59,51,.06);
}
.spiritCompactHeader{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:12px;
}
.spiritMark{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e8f0ec;
  color:#1f6657;
  font-size:18px;
  font-weight:800;
}
.spiritEyebrow{
  margin:0 0 3px !important;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px !important;
  font-weight:800;
  color:#758f66 !important;
}
.spiritNoteCompact h3{
  margin:0;
  font-size:clamp(24px,3vw,34px);
  line-height:1.1;
}
.spiritNoteCompact > p{
  margin:0;
  font-size:16px !important;
  line-height:1.62 !important;
  color:#5c6b66;
}
@media(max-width:700px){
  .spiritNoteCompact{
    padding:20px 18px;
    border-radius:18px;
  }
  .spiritNoteCompact > p{
    font-size:15.5px !important;
    line-height:1.58 !important;
  }
}


/* ---- original style block ---- */


.enc-language-switch{position:fixed;right:64px;top:14px;z-index:2147483000;display:flex;align-items:center;gap:7px;padding:8px 11px;background:rgba(255,255,255,.96);border:1px solid rgba(30,65,50,.18);border-radius:999px;box-shadow:0 4px 16px rgba(0,0,0,.14);font-family:Arial,sans-serif;font-size:13px;line-height:1;color:#315847;backdrop-filter:blur(5px)}
.enc-language-switch button{appearance:none;border:0;background:transparent;padding:2px 3px;margin:0;font:inherit;color:#315847;cursor:pointer;font-weight:600}
.enc-language-switch button.active{font-weight:800;text-decoration:underline;text-underline-offset:3px}
.enc-language-switch button:focus-visible{outline:2px solid #315847;outline-offset:2px;border-radius:4px}
@media (max-width:520px){.enc-language-switch{right:58px;top:10px;font-size:12px;padding:7px 9px}}


/* ---- original style block ---- */


  .prayerHourCard{
    width:calc(100% + 22px) !important;
    margin-left:-11px !important;
    margin-right:-11px !important;
    padding-top:16px !important;
    padding-bottom:16px !important;
    row-gap:6px !important;
  }
  .prayerHourCard p{
    margin-top:6px !important;
    margin-bottom:6px !important;
    line-height:1.34 !important;
  }
  .prayerHourCard strong{
    line-height:1.15 !important;
  }
  @media(max-width:560px){
    .prayerHourCard{
      width:calc(100% + 18px) !important;
      margin-left:-9px !important;
      margin-right:-9px !important;
      padding-top:14px !important;
      padding-bottom:14px !important;
    }
  }


/* ---- original style block ---- */


#encountersTeamJoyEmbed{
  display:none!important;
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  background:rgba(15,34,29,.72)!important;
  padding:4px!important;
  overflow:auto!important;
  box-sizing:border-box!important;
}
#encountersTeamJoyEmbed.team-joy-open{display:block!important}
#encountersTeamJoyEmbed iframe{
  display:block!important;
  width:min(1180px,99vw)!important;
  height:88vh!important;
  margin:4px auto 0!important;
  border:0!important;
  border-radius:12px 12px 0 0!important;
  background:#f7f1e5!important;
}
#encountersTeamJoyCloseWrap{
  width:min(1180px,99vw);
  margin:0 auto 4px;
  background:#f7f1e5;
  display:flex;
  justify-content:flex-end;
  padding:5px 8px 7px;
  box-sizing:border-box;
  border-radius:0 0 12px 12px;
}
#encountersTeamJoyClose{
  width:42px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#173f63;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(0,0,0,.16);
}
@media(max-width:700px){
  #encountersTeamJoyEmbed{padding:2px!important}
  #encountersTeamJoyEmbed iframe{
    width:100%!important;
    height:89vh!important;
    margin:2px auto 0!important;
    border-radius:9px 9px 0 0!important;
  }
  #encountersTeamJoyCloseWrap{
    width:100%!important;
    margin:0 auto 2px!important;
    padding:4px 6px 5px!important;
    border-radius:0 0 9px 9px!important;
  }
}

/* 2026-08-13 Team Joy: dynamic content-height frame; no lower overhang */
#encountersTeamJoyEmbed iframe{height:1px!important;min-height:0!important;margin-bottom:0!important}
#encountersTeamJoyCloseWrap{margin-top:0!important;padding-top:2px!important}
@media(max-width:700px){#encountersTeamJoyEmbed iframe{height:1px!important;min-height:0!important}}


/* ---- original style block ---- */


.workHardHeroBlock{
  width:100%;
  margin:8px 0 0;
  padding:0;
}
.workHardHeroButton{
  margin:0;
}
.workHardHeroDescription{
  width:100%;
  max-width:none;
  margin:7px 0 0;
  padding:0;
  font-size:.98rem;
  line-height:1.42;
}
@media(max-width:700px){
  .workHardHeroBlock{margin-top:7px}
  .workHardHeroDescription{
    margin-top:6px;
    line-height:1.38;
  }
}


/* ---- original style block ---- */

/* Restore the original clean Adi crop. The 9+ polish accidentally forced the full
   framed source image into view, exposing the graphic border/caption. */
.adiePhoto{
  position:relative!important;
  overflow:hidden!important;
}
.adiePhoto img{
  width:109.37%!important;
  max-width:none!important;
  height:auto!important;
  position:absolute!important;
  top:-26.2%!important;
  left:-4.76%!important;
  object-fit:initial!important;
  margin-top:0!important;
  margin-bottom:0!important;
}


/* ---- original style block ---- */

/* Adi photo refinement: compact clean photo with a subtle Encounters green edge. */
.adiePhoto{
  position:relative!important;
  width:min(100%,480px)!important;
  margin:0 auto 18px!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
  border:4px solid #276655!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(20,60,53,.08)!important;
}
.adiePhoto img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
}
@media(max-width:560px){
  .adiePhoto{
    width:min(100%,430px)!important;
    border-width:3px!important;
    border-radius:16px!important;
    margin-bottom:16px!important;
  }
}


/* ---- original style block ---- */


/* FINAL  player override */
#teamJoyMiniPlayer.teamJoyMiniPlayer{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 34px auto!important;
  gap:11px!important;
  align-items:center!important;
  margin:0 0 14px!important;
  padding:10px 12px!important;
  border:1px solid rgba(39,93,80,.17)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,245,240,.86))!important;
  box-shadow:0 10px 28px rgba(30,68,58,.09)!important;
}
#teamJoyMiniPlayer .teamJoyPlayButton{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  max-width:44px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  background:#275d50!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(39,93,80,.20)!important;
  font-size:0!important;
}
#teamJoyMiniPlayer .teamJoyPlayIcon{
  display:block!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1!important;
  transform:translateX(1px);
}
#teamJoyMiniPlayer.is-playing .teamJoyPlayIcon{
  font-size:0!important;
  transform:none!important;
}
#teamJoyMiniPlayer.is-playing .teamJoyPlayIcon::before{
  content:"Ⅱ";
  font-size:16px!important;
  font-weight:900;
  letter-spacing:-2px;
}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  text-align:left!important;
  gap:1px!important;
}
#teamJoyMiniPlayer .teamJoySoundtrackEyebrow{
  font-size:9px!important;
  letter-spacing:.18em!important;
}
#teamJoyMiniPlayer .teamJoySoundtrackLabel strong{
  font-size:14px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
}
#teamJoyMiniPlayer .teamJoyArtist{
  display:block!important;
  font-size:11px!important;
  color:#5c746c!important;
  font-weight:700!important;
}
#teamJoyMiniPlayer .teamJoyEqualizer{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:3px!important;
  width:34px!important;
  height:26px!important;
}
#teamJoyMiniPlayer .teamJoyEqualizer i{
  display:block!important;
  width:3px!important;
  min-width:3px!important;
  border-radius:999px!important;
  background:#c4974c!important;
  transform-origin:bottom!important;
  animation:none!important;
  animation:none!important;
}





#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{
  animation:none!important;
}
#teamJoyMiniPlayer .teamJoyTime{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  font-size:10px!important;
  font-weight:800!important;
  color:#567067!important;
}
@keyframes teamJoyBeatFinal{
  from{transform:scaleY(.30);opacity:.55}
  to{transform:scaleY(1);opacity:1}
}
@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:48px minmax(0,1fr) 34px!important;
    gap:9px!important;
  }
  #teamJoyMiniPlayer .teamJoyTime{display:none!important}
  #teamJoyMiniPlayer .teamJoySoundtrackLabel strong{font-size:13px!important}
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer{width:47px!important;height:44px!important;min-height:44px!important;display:flex!important;align-items:flex-end!important;gap:3px!important;overflow:visible!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{
animation:none!important;transition:height 28ms linear,opacity 40ms linear!important;width:4px!important;min-width:4px!important;transform:none!important
}
@media(max-width:700px){#teamJoyMiniPlayer.teamJoyMiniPlayer{grid-template-columns:48px minmax(0,1fr) 47px!important}}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyPlayIcon{display:none!important}
#teamJoyMiniPlayer .teamJoyPlayButton{
display:flex!important;align-items:center!important;justify-content:center!important;
width:auto!important;min-width:112px!important;max-width:none!important;height:44px!important;
padding:0 18px!important;border-radius:999px!important;font-size:14px!important
}
#teamJoyMiniPlayer .teamJoyButtonLabel{display:inline-block!important;color:#fff!important;font-size:14px!important;font-weight:800!important}
#teamJoyMiniPlayer .teamJoyEqualizer{display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:3px!important;width:55px!important;height:48px!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{
display:block!important;width:4px!important;min-width:4px!important;animation:none!important;transform:none!important;
transition:height 22ms linear,opacity 30ms linear!important
}
@media(max-width:700px){
#teamJoyMiniPlayer.teamJoyMiniPlayer{grid-template-columns:118px minmax(0,1fr) 55px!important;gap:8px!important}
#teamJoyMiniPlayer .teamJoyPlayButton{width:118px!important;min-width:118px!important;padding:0 12px!important}
#teamJoyMiniPlayer .teamJoyButtonLabel{font-size:13px!important}
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyPlayIcon{display:none!important}
#teamJoyMiniPlayer .teamJoyPlayButton{display:flex!important;width:132px!important;min-width:132px!important;max-width:132px!important;height:48px!important;padding:0 12px!important;border-radius:999px!important}
#teamJoyMiniPlayer .teamJoyButtonText{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important}
#teamJoyMiniPlayer .teamJoyButtonText strong{display:block!important;color:white!important;font-size:12px!important;font-weight:900!important}
#teamJoyMiniPlayer .teamJoyButtonText small{display:block!important;color:rgba(255,255,255,.86)!important;font-size:8px!important;font-weight:800!important}
#teamJoyMiniPlayer .teamJoyEqualizer{display:flex!important;align-items:flex-end!important;gap:3px!important;width:59px!important;height:56px!important;overflow:visible!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{display:block!important;width:5px!important;min-width:5px!important;animation:none!important;transform:none!important;transition:height 18ms linear,opacity 24ms linear!important}
@media(max-width:700px){#teamJoyMiniPlayer .teamJoyPlayButton{width:126px!important;min-width:126px!important;max-width:126px!important}}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyPlayIcon{display:none!important}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{padding-left:22px!important;margin-left:7px!important}
#teamJoyMiniPlayer .teamJoyEqualizer{display:flex!important;align-items:flex-end!important;gap:4px!important;width:64px!important;height:58px!important;overflow:visible!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{
display:block!important;width:5px!important;min-width:5px!important;animation:none!important;transform:none!important;
transition:height 14ms linear,opacity 18ms linear,box-shadow 18ms linear!important
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer{display:flex!important;align-items:flex-end!important;gap:4px!important;width:66px!important;height:60px!important;overflow:visible!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{display:block!important;width:5px!important;min-width:5px!important;animation:none!important;transform:none!important;transition:height 8ms linear,opacity 12ms linear,box-shadow 12ms linear!important}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{padding-left:22px!important;margin-left:7px!important}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer i,
#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{
  animation:none!important;
  transform:none!important;
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer{display:flex!important;align-items:flex-end!important;gap:5px!important;width:62px!important;height:58px!important;overflow:visible!important}
#teamJoyMiniPlayer .teamJoyEqualizer i,#teamJoyMiniPlayer.is-playing .teamJoyEqualizer i{display:block!important;width:6px!important;min-width:6px!important;animation:none!important;transform:none!important;transition:height 16ms linear,opacity 20ms linear,box-shadow 20ms linear!important}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{padding-left:22px!important;margin-left:7px!important}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer{width:52px!important;height:50px!important;display:flex!important;align-items:flex-end!important;gap:5px!important;background:transparent!important;border:0!important;box-shadow:none!important}
#teamJoyMiniPlayer .teamJoySoundtrackLabel{padding-left:22px!important;margin-left:7px!important}


/* ---- original style block ---- */


#teamJoyMiniPlayer .teamJoyEqualizer{
  width:44px!important;
  height:43px!important;
  min-height:43px!important;
  gap:3px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#teamJoyMiniPlayer .eqBand{
  width:5px!important;
  height:43px!important;
}
#teamJoyMiniPlayer .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(1) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(2) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(3) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(4) .eqBar,
#teamJoyMiniPlayer .eqBand:nth-child(5) .eqBar{
  width:5px!important;
  min-width:5px!important;
  background:#5ba5c2!important;
  border:0!important;
  box-shadow:none!important;
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .spectrumViz{width:96px!important;height:46px!important;min-height:46px!important;background:transparent!important;border:0!important;box-shadow:none!important}
#teamJoyMiniPlayer .spectrumViz canvas{display:block!important;width:96px!important;height:46px!important}


/* ---- original style block ---- */


#teamJoyMiniPlayer.teamJoyMiniPlayer{
  grid-template-columns:126px minmax(0,1fr) 104px!important;
  column-gap:8px!important;
}
#teamJoyMiniPlayer .spectrumViz{
  width:104px!important;
  height:71px!important;
  min-height:71px!important;
  margin-left:-14px!important;
  margin-right:0!important;
  overflow:visible!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:104px!important;
  height:71px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:126px minmax(0,1fr) 100px!important;
    column-gap:6px!important;
  }
  #teamJoyMiniPlayer .spectrumViz{
    width:100px!important;
    height:68px!important;
    min-height:68px!important;
    margin-left:-16px!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:100px!important;
    height:68px!important;
  }
}


/* ---- original style block ---- */


#teamJoyMiniPlayer .spectrumViz{
  width:90px!important;
  height:71px!important;
  min-height:71px!important;
  margin-left:-2px!important;
  margin-right:4px!important;
  overflow:hidden!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:90px!important;
  height:71px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    width:86px!important;
    height:68px!important;
    min-height:68px!important;
    margin-left:0!important;
    margin-right:4px!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:86px!important;
    height:68px!important;
  }
}


/* ---- original style block ---- */


/* Updated geometry: keep the horizontal placement/crop, center the equalizer vertically with the button, and make it 10% taller. */
#teamJoyMiniPlayer .spectrumViz{width:calc(90px - .333cm)!important;height:97.625px!important;min-height:97.625px!important;margin-left:calc(-2px + .25cm)!important;margin-right:4px!important;overflow:hidden!important;position:relative!important;top:0!important;align-self:center!important}
#teamJoyMiniPlayer .spectrumViz canvas{width:90px!important;height:97.625px!important;display:block!important}
@media(max-width:700px){#teamJoyMiniPlayer .spectrumViz{width:calc(86px - .333cm)!important;height:93.5px!important;min-height:93.5px!important;margin-left:.25cm!important;margin-right:4px!important;top:0!important}#teamJoyMiniPlayer .spectrumViz canvas{width:86px!important;height:93.5px!important}}


/* ---- original style block ---- */


/* Keep prior lower position.
   Make equalizer another 0.25 cm narrower on the right.
   Move the entire equalizer 0.5 cm to the right.
*/
#teamJoyMiniPlayer .spectrumViz{
  width:calc(90px - 1.083cm)!important;
  height:97.625px!important;
  min-height:97.625px!important;
  position:relative!important;
  left:.5cm!important;
  top:.5cm!important;
  overflow:hidden!important;
  align-self:center!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:100%!important;
  height:97.625px!important;
  display:block!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    width:calc(86px - 1.083cm)!important;
    height:93.5px!important;
    min-height:93.5px!important;
    left:.5cm!important;
    top:.5cm!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:100%!important;
    height:93.5px!important;
  }
}


/* ---- original style block ---- */


/* Final equalizer crop: shave 1 cm from the RIGHT edge without compressing the visualization.
   Keep the existing position and height; the canvas stays full width and the wrapper clips the right side. */
#teamJoyMiniPlayer .spectrumViz{
  width:calc(90px - 1cm)!important;
  height:97.625px!important;
  min-height:97.625px!important;
  position:relative!important;
  left:.5cm!important;
  top:.5cm!important;
  overflow:hidden!important;
  align-self:center!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  width:90px!important;
  min-width:90px!important;
  height:97.625px!important;
  display:block!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    width:calc(86px - 1cm)!important;
    height:93.5px!important;
    min-height:93.5px!important;
    left:.5cm!important;
    top:.5cm!important;
    overflow:hidden!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    width:86px!important;
    min-width:86px!important;
    height:93.5px!important;
  }
}


/* ---- original style block ---- */


/* FINAL UPDATE: visual equalizer 15% taller vertically; all widths/positioning unchanged */
#teamJoyMiniPlayer .spectrumViz{
  height:112.2687px!important;
  min-height:112.2687px!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  height:112.2687px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    height:107.5250px!important;
    min-height:107.5250px!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    height:107.5250px!important;
  }
}


/* ---- original style block ---- */


/* Team Joy label: slightly left and a little larger; all other layout unchanged */
.teamJoyModalHeader > .eyebrow{
  text-align:left !important;
  font-size:1.08rem !important;
  width:auto !important;
  max-width:max-content !important;
  margin-left:0 !important;
  margin-right:auto !important;
  padding-left:5.5% !important;
}
@media (max-width:700px){
  #encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow{
    text-align:left !important;
    font-size:11.5px !important;
    width:auto !important;
    max-width:max-content !important;
    margin-left:0 !important;
    margin-right:auto !important;
    padding-left:6% !important;
  }
}


/* ---- original style block ---- */


/* Requested header-only adjustment: larger centered Team Joy label and slightly larger title */
#encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow{
  text-align:center !important;
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  font-size:1.22rem !important;
  line-height:1.15 !important;
}
#encountersTeamJoyEmbed .teamJoyModalHeader > #teamJoyModalTitle{
  text-align:center !important;
  font-size:clamp(2.15rem,4.7vw,3.45rem) !important;
  line-height:1.04 !important;
}
@media(max-width:700px){
  #encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow{
    font-size:13.5px !important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader > #teamJoyModalTitle{
    font-size:clamp(31px,8.8vw,42px) !important;
  }
}


/* ---- original style block ---- */


/* 2026-08-14 requested: equalizer 20% taller and slightly lower; everything else unchanged */
#teamJoyMiniPlayer .spectrumViz{height:117.15px!important;min-height:117.15px!important;transform:translateY(6px)!important;}
#teamJoyMiniPlayer .spectrumViz canvas{height:117.15px!important;}
@media(max-width:700px){#teamJoyMiniPlayer .spectrumViz{height:112.2px!important;min-height:112.2px!important;transform:translateY(5px)!important;}#teamJoyMiniPlayer .spectrumViz canvas{height:112.2px!important;}}


/* ---- original style block ---- */


/* Requested change only: lower equalizer more, stretch 20% taller, move Close button right. */
#teamJoyMiniPlayer .spectrumViz{
  height:140.58px!important;
  min-height:140.58px!important;
  transform:translateY(11px)!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  height:140.58px!important;
}
#encountersTeamJoyEmbed .teamJoyModalFooter{
  justify-content:flex-end!important;
  padding-right:8px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    height:134.64px!important;
    min-height:134.64px!important;
    transform:translateY(10px)!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    height:134.64px!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalFooter{
    justify-content:flex-end!important;
    padding-right:8px!important;
  }
}


/* ---- original style block ---- */


/* Requested change only: move the enlarged Team Joy/title copy 0.5 cm left and make the audio visualizer 25% taller. */
#encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow,
#encountersTeamJoyEmbed .teamJoyModalHeader > #teamJoyModalTitle{
  position:relative!important;
  left:-0.5cm!important;
}
#teamJoyMiniPlayer .spectrumViz{
  height:175.725px!important;
  min-height:175.725px!important;
}
#teamJoyMiniPlayer .spectrumViz canvas{
  height:175.725px!important;
}
@media(max-width:700px){
  #teamJoyMiniPlayer .spectrumViz{
    height:168.3px!important;
    min-height:168.3px!important;
  }
  #teamJoyMiniPlayer .spectrumViz canvas{
    height:168.3px!important;
  }
}


/* ---- original style block ---- */


/* Prevent the older intermediate layout from flashing during first paint. */


/* Requested: language control at top-left; four-dot quick-nav at top-right. */
.enc-language-switch{
  left:10px!important;
  right:auto!important;
  top:10px!important;
}
.enc-quick-nav-button{
  right:10px!important;
  left:auto!important;
  top:10px!important;
}
.enc-quick-nav-menu{
  right:10px!important;
  left:auto!important;
  top:54px!important;
}

/* Center the Team Joy / Beyond the Therapy Room copy at the top. */
#encountersTeamJoyEmbed .teamJoyModalHeader{
  text-align:center!important;
  padding-left:76px!important;
  padding-right:76px!important;
}
#encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow,
#encountersTeamJoyEmbed .teamJoyModalHeader > #teamJoyModalTitle,
#encountersTeamJoyEmbed .teamJoyModalHeader > p:last-child{
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#encountersTeamJoyEmbed .teamJoyModalHeader > p:last-child{
  max-width:680px!important;
}

@media(max-width:700px){
  .enc-language-switch{left:10px!important;right:auto!important;top:10px!important;}
  .enc-quick-nav-button{right:10px!important;left:auto!important;top:10px!important;}
  .enc-quick-nav-menu{right:10px!important;left:auto!important;top:54px!important;}
  #encountersTeamJoyEmbed .teamJoyModalHeader{
    padding-top:38px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    text-align:center!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader > .eyebrow,
  #encountersTeamJoyEmbed .teamJoyModalHeader > #teamJoyModalTitle,
  #encountersTeamJoyEmbed .teamJoyModalHeader > p:last-child{
    text-align:center!important;
  }
}


/* ---- original style block ---- */


/* Homepage logo only: centered, slightly lower, and larger. Everything else unchanged. */
.nav{position:sticky!important;justify-content:center!important;}
.nav>.brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-44%)!important;margin:0!important;}
.navLogo{width:300px!important;height:76px!important;}
@media(max-width:700px){
  .nav{height:128px!important;padding-left:5vw!important;padding-right:5vw!important;}
  .nav>.brand{left:50%!important;top:62px!important;transform:translate(-50%,0)!important;}
  .navLogo{width:min(76vw,340px)!important;height:86px!important;}
}


/* ---- original style block ---- */


/* Homepage header cleanup only: keep logo size, remove divider/box feel, move logo up and keep centered. */
.nav{border-bottom:none!important;box-shadow:none!important;}
.nav>.brand{left:50%!important;transform:translate(-50%,0)!important;}
.navLogo{background:transparent!important;border:0!important;box-shadow:none!important;}
@media(max-width:700px){
  .nav{height:112px!important;min-height:112px!important;padding-top:0!important;padding-bottom:0!important;}
  .nav>.brand{top:31px!important;left:50%!important;transform:translate(-50%,0)!important;}
  .navLogo{width:min(76vw,340px)!important;height:86px!important;}
}


/* ---- original style block ---- */


/* Homepage logo alignment only: preserve logo size; shift visual logo right and add a little header clearance. */
@media(max-width:700px){
  .nav{height:120px!important;min-height:120px!important;}
  .nav>.brand{left:calc(50% + 36px)!important;top:37px!important;transform:translate(-50%,0)!important;}
  .navLogo{width:min(76vw,340px)!important;height:86px!important;}
}


/* ---- original style block ---- */


/* Homepage mobile header only: preserve the logo size, move it upward, place the language control at the bottom-right, remove divider lines, and shorten this header area by 20%. */
@media(max-width:700px){
  .nav{
    height:96px!important;
    min-height:96px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    border-top:none!important;
    border-bottom:none!important;
    box-shadow:none!important;
    background:#fff!important;
    position:sticky!important;
  }
  .nav::before,.nav::after{display:none!important;content:none!important;border:0!important;}
  .nav>.brand{
    left:calc(50% + 36px)!important;
    top:7px!important;
    transform:translate(-50%,0)!important;
    margin:0!important;
  }
  .navLogo{
    width:min(76vw,340px)!important;
    height:86px!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
  }
  .enc-language-switch{
    left:auto!important;
    right:9px!important;
    top:62px!important;
    bottom:auto!important;
    z-index:2147483001!important;
  }
}


/* ---- original style block ---- */


.enc-music-row{width:100%;margin:12px auto 0;display:flex!important;align-items:center;justify-content:center;gap:10px;box-sizing:border-box}.enc-music-toggle{display:flex!important;align-items:center;justify-content:center;flex:0 0 48%;max-width:310px;min-height:44px;border:1px solid rgba(38,100,84,.18);border-radius:999px;background:#286b59;color:#fff;font:700 15px/1.1 Arial,sans-serif;cursor:pointer}.enc-equalizer{display:flex!important;flex:1 1 48%;max-width:310px;height:48px;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border:1px solid rgba(38,100,84,.15);border-radius:16px;background:rgba(255,255,255,.72);box-sizing:border-box;overflow:hidden}.enc-eq-bar{display:block!important;width:6px;height:14%;min-height:5px;border-radius:999px;background:linear-gradient(to top,#235f51,#3c8a70,#77b985);opacity:.88}.enc-equalizer[data-playing="false"] .enc-eq-bar{opacity:.48}@media(max-width:560px){.enc-music-row{gap:8px}.enc-music-toggle{flex-basis:47%;font-size:14px;min-height:42px}.enc-equalizer{height:44px;gap:3px}.enc-eq-bar{width:5px}}


/* ---- original style block ---- */


  #services.services{
    padding-top:28px !important;
    padding-bottom:28px !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  #services .servicesCompactHead{
    max-width:980px;
    width:100%;
    margin:0 auto;
    padding:18px 22px;
    border:1px solid rgba(11,77,92,.12);
    border-radius:18px;
    background:rgba(255,255,255,.66);
    cursor:pointer;
  }
  #services .servicesCompactHead h2{margin:5px 0 6px !important;}
  #services .servicesCompactHead > p:last-child{margin-bottom:0 !important;}
  #services .serviceList{display:none;max-width:980px;width:100%;margin:18px auto 0;}
  #services.servicesOpen .serviceList{display:block;}
  @media(max-width:560px){
    #services.services{padding-top:20px !important;padding-bottom:20px !important;}
    #services .servicesCompactHead{padding:15px 18px;border-radius:15px;}
    #services .servicesCompactHead h2{font-size:34px !important;line-height:1.02 !important;}
    #services .serviceList{margin-top:12px;}
  }


/* ---- original style block ---- */


#modalities.modalitiesHomeLink{padding-top:18px!important;padding-bottom:18px!important;}
#modalities .modalitiesInner{max-width:900px!important;}
#modalities h2{margin:0 0 6px!important;}
#modalities .modalitiesHint{margin:0 0 12px!important;line-height:1.25!important;}
#modalities .modalitiesPreview{max-width:92%!important;margin-left:auto!important;margin-right:auto!important;}
#modalities .modalitiesVisibleTag{top:14px!important;left:14px!important;}
#modalities .modalitiesVisibleCta{bottom:14px!important;left:4%!important;right:4%!important;}
@media(max-width:560px){
  #modalities.modalitiesHomeLink{padding-top:14px!important;padding-bottom:14px!important;}
  #modalities h2{margin-bottom:4px!important;}
  #modalities .modalitiesHint{margin-bottom:10px!important;font-size:16px!important;}
  #modalities .modalitiesPreview{max-width:94%!important;}
}


/* ---- original style block ---- */


/* Therapies & Modalities: visible whiteboard + direct dropdown */
#modalities.modalitiesHomeLink{padding:34px 18px!important;background:#fbf8ef;}
#modalities .modalitiesInner{max-width:900px!important;margin:0 auto;text-align:left!important;background:rgba(255,255,255,.86);border:1px solid rgba(18,83,72,.10);border-radius:28px;padding:28px 30px;box-shadow:0 16px 46px rgba(20,60,53,.08);}
#modalities .eyebrow{margin:0 0 8px;color:#829e50;}
#modalities h2{margin:0 0 10px!important;color:#123f36;}
#modalities .modalitiesDirectIntro{margin:0 0 18px;max-width:720px;color:#556a65;line-height:1.55;}

#modalities .modalitiesWhiteboard{display:block;width:min(100%,760px);height:auto;margin:4px auto 18px;border-radius:22px;box-shadow:0 14px 34px rgba(20,60,53,.10);object-fit:cover;}
#modalities .modalitiesDropdownToggle{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;border:0;border-radius:999px;background:#276b5c;color:white;font-weight:800;font-size:1.02rem;cursor:pointer;box-shadow:none;}
#modalities .modalitiesDropdownToggle span{font-size:1.35rem;transition:transform .2s ease;line-height:1;}
#modalities .modalitiesDropdownToggle[aria-expanded="true"] span{transform:rotate(180deg);}
#modalities .modalitiesDropdownList{margin-top:12px;border:1px solid rgba(18,83,72,.14);border-radius:22px;background:#fffdf8;padding:8px;overflow:hidden;}
#modalities .modalitiesDropdownList[hidden]{display:none!important;}
#modalities .modalitiesDropdownList button{appearance:none;width:100%;border:0;border-bottom:1px solid rgba(18,83,72,.09);background:transparent;color:#173f36;padding:14px 15px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;font:inherit;font-weight:700;cursor:pointer;border-radius:12px;}
#modalities .modalitiesDropdownList button:last-child{border-bottom:0;}
#modalities .modalitiesDropdownList button:hover,#modalities .modalitiesDropdownList button:focus-visible{background:#eef4ed;outline:none;}
#modalities .modalitiesDropdownList b{font-size:1.2rem;color:#276b5c;}
@media(max-width:700px){
  #modalities.modalitiesHomeLink{padding:18px 18px!important;}
  #modalities .modalitiesInner{padding:22px 16px;border-radius:22px;}
  #modalities .modalitiesDirectIntro{font-size:16px;line-height:1.45;margin-bottom:14px;}
  #modalities .modalitiesWhiteboard{width:100%;margin:2px auto 14px;border-radius:18px;}
  #modalities .modalitiesDropdownToggle{min-height:54px;padding:12px 18px;font-size:16px;}
  #modalities .modalitiesDropdownList button{padding:13px 12px;font-size:15px;}
}


/* ---- original style block ---- */


  .adie{
    padding-top:16px !important;
    padding-bottom:16px !important;
  }
  .adie .eyebrow{
    margin-top:0 !important;
    margin-bottom:5px !important;
  }
  .adie h2,
  .adie h3{
    margin-top:0 !important;
    margin-bottom:7px !important;
  }
  .adie p{
    margin-top:0 !important;
    margin-bottom:7px !important;
  }
  .adie .pawline{
    margin-top:5px !important;
    margin-bottom:0 !important;
  }
  .adie img{
    margin-top:0 !important;
    margin-bottom:10px !important;
  }


/* ---- original style block ---- */


/* Requested Team Joy label adjustment only */
.teamJoyModalHeader > .eyebrow{
  text-align:center !important;
  font-size:1rem !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* ---- original style block ---- */


  .enc-quick-nav-button{
    position:fixed;right:14px;top:14px;z-index:2147483001;
    width:40px;height:40px;border:1px solid rgba(30,65,50,.18);border-radius:11px;
    background:rgba(255,255,255,.96);box-shadow:0 4px 16px rgba(0,0,0,.14);
    display:grid;grid-template-columns:repeat(2,6px);grid-template-rows:repeat(2,6px);
    gap:4px;place-content:center;cursor:pointer;backdrop-filter:blur(5px);
  }
  .enc-quick-nav-button span{width:6px;height:6px;border-radius:2px;background:#315847;display:block}
  .enc-quick-nav-button:focus-visible{outline:2px solid #315847;outline-offset:2px}
  .enc-quick-nav-menu{
    position:fixed;right:14px;top:62px;z-index:2147483001;
    width:220px;padding:8px;background:rgba(255,255,255,.98);
    border:1px solid rgba(30,65,50,.16);border-radius:15px;
    box-shadow:0 10px 28px rgba(0,0,0,.16);backdrop-filter:blur(7px);
    display:none;font-family:Arial,sans-serif;
  }
  .enc-quick-nav-menu.open{display:block}
  .enc-quick-nav-menu a,.enc-quick-nav-menu button{
    width:100%;display:block;border:0;background:transparent;text-decoration:none;
    color:#315847;text-align:left;padding:10px 12px;border-radius:10px;
    font:600 14px/1.2 Arial,sans-serif;cursor:pointer;
  }
  .enc-quick-nav-menu a:hover,.enc-quick-nav-menu button:hover{background:#eef3e6}
  @media(max-width:520px){
    .enc-quick-nav-button{right:10px;top:10px;width:38px;height:38px;border-radius:10px}
    .enc-quick-nav-menu{right:10px;top:56px;width:205px}
  }


/* ---- original style block ---- */

/* Final multi-file polish: reliable interactions + mobile spacing */

/* Decorative glow must never steal taps. */
.heroGlow{pointer-events:none!important;}
.heroCopy{z-index:2;}

/* One intentional two-color button system. */
.heroActions{
  display:block!important;
  width:min(100%,760px)!important;
  margin:32px 0 28px!important;
}
.heroActionRow{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  max-width:none!important;
  width:100%!important;
}
.heroActionRow .button,
.workHardHeroButton{
  position:relative!important;
  z-index:3!important;
  pointer-events:auto!important;
  min-height:58px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-size:16px!important;
  line-height:1.15!important;
  padding:14px 20px!important;
  margin:0!important;
  box-sizing:border-box!important;
  cursor:pointer!important;
}
.missionButton,.supportButton{
  background:#469fbe!important;
  color:#fff!important;
  border:1px solid #469fbe!important;
}
.consultationButton,.workHardHeroButton{
  background:#276655!important;
  color:#fff!important;
  border:1px solid #276655!important;
}
#requestConsultationHero{
  grid-column:1 / -1!important;
  width:100%!important;
  margin-top:0!important;
}
.workHardHeroBlock{
  width:100%!important;
  max-width:none!important;
  margin-top:12px!important;
}
.workHardHeroButton{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:58px!important;
}
.workHardHeroDescription{
  width:100%!important;
  max-width:690px!important;
  margin:20px 0 0!important;
  line-height:1.65!important;
}
.heroServicesLink{display:inline-flex!important;margin-top:25px!important;}

/* Mission/support dialogs: guaranteed visible and tappable when open. */
.missionOverlay,.supportOverlay{
  position:fixed!important;
  inset:0!important;
  z-index:100200!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(15,45,38,.72)!important;
  padding:20px!important;
}
.missionOverlay.open,.supportOverlay.open{display:flex!important;}
.missionModal,.supportModal{
  display:block!important;
  position:relative!important;
  width:min(92vw,650px)!important;
  max-height:86vh!important;
  overflow:auto!important;
  background:#fffdf8!important;
  border-radius:24px!important;
  padding:34px 30px!important;
  box-shadow:0 24px 80px rgba(0,0,0,.25)!important;
}
.missionClose,.supportClose{z-index:2!important;cursor:pointer!important;}

/* Prayer wall is an accordion in the Faith section, never a pseudo-page. */
#prayerPageOverlay{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  width:100%!important;
  height:auto!important;
  max-height:0!important;
  overflow:hidden!important;
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  background:transparent!important;
  transition:max-height .45s ease,opacity .25s ease!important;
  margin:0!important;
  padding:0!important;
}
#prayerPageOverlay.is-open{
  max-height:8000px!important;
  visibility:visible!important;
  opacity:1!important;
  margin-top:16px!important;
}
#prayerPageOverlay .prayerPageTop{display:none!important;}
#prayerPageOverlay .prayerWall{
  position:static!important;
  min-height:0!important;
  padding:38px 28px!important;
  border-radius:24px!important;
  box-shadow:none!important;
}
body.prayer-page-open{overflow:auto!important;}
.heartbeatPrayerCta{display:block!important;}
.heartbeatButton{
  border-radius:999px!important;
  width:min(100%,620px)!important;
}
.heartbeatButton[aria-expanded="true"]{box-shadow:0 0 0 3px rgba(39,102,85,.13)!important;}

/* Mobile reading margins and rhythm. */
@media (max-width:560px){
  .hero{padding-left:5.25vw!important;padding-right:5.25vw!important;}
  .heroActionRow{gap:11px!important;}
  .heroActionRow .button,.workHardHeroButton{min-height:58px!important;font-size:15.5px!important;padding:13px 14px!important;}
  .workHardHeroDescription{margin-top:18px!important;line-height:1.58!important;}
  #prayerPageOverlay .prayerWall{padding:28px 18px!important;border-radius:20px!important;}
  #prayerPageOverlay .wallIntro h2,#prayerPageOverlay .wallForm h2{font-size:38px!important;}
  #prayerPageOverlay .wallForm{padding:24px 18px!important;}
}


/* ---- original style block ---- */

/* Encounters 9+ consistency pass
   Purpose: unify spacing, typography, controls, imagery and mobile behavior
   without changing the site's content or visual identity. */

:root{
  --enc-content:1120px;
  --enc-pad:clamp(20px,6vw,88px);
  --enc-mobile-pad:18px;
  --enc-radius:22px;
  --enc-radius-mobile:18px;
  --enc-gap:16px;
  --enc-blue:#469fbe;
  --enc-green:#276655;
  --enc-cream:#fbf8ef;
  --enc-text:#4f645e;
}

/* Predictable anchor landings beneath the sticky navigation. */
#home,#about,#services,#modalities,#team,#contact{scroll-margin-top:92px;}

/* Consistent readable rhythm across the top-level page. */
.hero,.heartbeat,.services,.modalitiesHomeLink,.team,.contact{box-sizing:border-box;}
.heroCopy,.heartbeatInner,.modalitiesInner,.contact>div,.contactGrid{min-width:0;}
.hero .lead,.heartbeatLead,.workHardHeroDescription,.teamText>p,.adie>p,.contact>div>p:last-child{
  text-wrap:pretty;
}

/* Keep headings related to the copy beneath them. */
.heartbeat h2,#modalities h2,.contact h2,.adie h3{letter-spacing:-.02em;}
.eyebrow{line-height:1.35;}

/* One interaction language: tactile, accessible, and visually consistent. */
.button,
.modalitiesDropdownToggle,
.heartbeatButton,
.enc-quick-nav-menu a,
.enc-quick-nav-menu button{
  -webkit-tap-highlight-color:transparent;
}
.button:focus-visible,
.modalitiesDropdownToggle:focus-visible,
.modalitiesDropdownList button:focus-visible,
.heartbeatButton:focus-visible,
.missionClose:focus-visible,
.supportClose:focus-visible,
.modalitiesClose:focus-visible{
  outline:3px solid rgba(70,159,190,.34)!important;
  outline-offset:3px!important;
}

/* Mission and Real Support now use the same easy-close pattern as Modalities. */
.missionModal,.supportModal{padding-bottom:88px!important;}
.missionClose,.supportClose{
  position:absolute!important;
  top:auto!important;
  right:20px!important;
  bottom:18px!important;
  width:auto!important;
  min-width:112px!important;
  height:48px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--enc-green)!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:0 8px 24px rgba(23,63,53,.18)!important;
}

/* Faith / prayer area: compact when closed and orderly when expanded. */
.heartbeatPrayerCta{margin-top:20px!important;}
.heartbeatButton{
  min-height:54px!important;
  padding:13px 20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
#prayerPageOverlay.is-open{margin-top:14px!important;}
#prayerPageOverlay .prayerWall{border:1px solid rgba(39,102,85,.10)!important;}
#prayerPageOverlay .wallCard,
#prayerPageOverlay .weeklyPrayer,
#prayerPageOverlay .wallForm{border-radius:18px!important;}

/* Services accordion gets the same measured spacing as the other dropdowns. */
#services .serviceList{border-radius:18px;overflow:hidden;}
#services .serviceList details{background:rgba(255,255,255,.48);}
#services .serviceList summary{min-height:58px;align-items:center;}
#services .serviceList details[open]{background:rgba(255,255,255,.82);}

/* Modalities: keep the whiteboard, but make image treatment match the site. */
#modalities .modalitiesWhiteboard{
  border:1px solid rgba(18,83,72,.10)!important;
  box-shadow:0 12px 30px rgba(20,60,53,.09)!important;
}
#modalities .modalitiesDropdownList{box-shadow:0 10px 28px rgba(20,60,53,.06);}

/* Team / Adi area: consistent image framing and less visual drift. */
.team{align-items:start!important;}
.adie{border-radius:var(--enc-radius)!important;overflow:hidden;}
.adiePhoto{border-radius:18px!important;overflow:hidden!important;}
.adiePhoto img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important;}

/* Contact cards align with the rounded language used elsewhere. */
.contactGrid>a,.contactGrid>div{border-radius:16px!important;}
.contact .button{border-radius:999px!important;min-height:52px;display:inline-flex;align-items:center;justify-content:center;}

/* Floating quick navigation must never obscure a panel's close action. */
body.enc-dialog-open .enc-quick-nav-button,
body.enc-dialog-open .enc-quick-nav-menu{visibility:hidden!important;pointer-events:none!important;}

@media (max-width:900px){
  .team,.contact{gap:28px!important;}
  .adie{padding:28px!important;}
}

@media (max-width:560px){
  /* Unified mobile gutters: near the edge, but never against it. */
  .hero,.heartbeat,#services.services,#modalities.modalitiesHomeLink,.team,.contact{
    padding-left:var(--enc-mobile-pad)!important;
    padding-right:var(--enc-mobile-pad)!important;
  }

  /* Reduce scrolling without squeezing type. */
  .hero{min-height:auto!important;padding-top:58px!important;padding-bottom:52px!important;}
  .heartbeat{padding-top:44px!important;padding-bottom:44px!important;}
  #services.services{padding-top:18px!important;padding-bottom:18px!important;}
  #modalities.modalitiesHomeLink{padding-top:18px!important;padding-bottom:18px!important;}
  .team{padding-top:46px!important;padding-bottom:46px!important;gap:22px!important;}
  .contact{padding-top:52px!important;padding-bottom:52px!important;gap:24px!important;}

  .hero h1{margin-top:13px!important;margin-bottom:18px!important;line-height:1.04!important;}
  .hero .lead{line-height:1.58!important;}
  .heroActions{margin-top:24px!important;margin-bottom:22px!important;}
  .heroActionRow{gap:10px!important;}
  .heroActionRow .button,.workHardHeroButton{min-height:54px!important;}
  .workHardHeroBlock{margin-top:10px!important;}
  .workHardHeroDescription{margin-top:14px!important;line-height:1.52!important;}
  .heroServicesLink{margin-top:19px!important;}
  .assurance{gap:10px 16px!important;line-height:1.4!important;}

  .heartbeatLead{line-height:1.58!important;margin-bottom:20px!important;}
  .heartbeatPrayerCta{margin-top:16px!important;}
  .heartbeatButton{width:100%!important;min-height:54px!important;}

  #modalities .modalitiesInner{padding:20px 16px!important;border-radius:var(--enc-radius-mobile)!important;}
  #modalities .modalitiesWhiteboard{border-radius:16px!important;margin-bottom:12px!important;}
  #modalities .modalitiesDropdownList{border-radius:16px!important;}

  .adie{padding:22px!important;border-radius:var(--enc-radius-mobile)!important;}
  .adiePhoto{border-radius:16px!important;}
  .adie h3{margin-top:7px!important;margin-bottom:8px!important;}
  .adie p{line-height:1.58!important;}

  .contactGrid{gap:10px!important;}
  .contactGrid>a,.contactGrid>div{padding:19px!important;border-radius:14px!important;}

  .missionOverlay,.supportOverlay{padding:14px!important;align-items:center!important;}
  .missionModal,.supportModal{width:100%!important;max-height:88vh!important;border-radius:20px!important;padding:26px 20px 84px!important;}
  .missionClose,.supportClose{right:16px!important;bottom:14px!important;min-width:118px!important;height:50px!important;}

  /* Easy close for modalities stays clear of Android/browser edges. */
  .modalitiesClose{
    right:16px!important;
    bottom:calc(14px + env(safe-area-inset-bottom))!important;
    min-width:122px!important;
    height:52px!important;
  }
}


/* ---- original style block ---- */


/* Work Hard / Play Hard — reliable direct modal, no iframe */
#encountersTeamJoyEmbed.teamJoyModalOverlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:100500;
  background:rgba(15,34,29,.74);
  padding:14px;
  overflow:auto;
  overscroll-behavior:contain;
}
#encountersTeamJoyEmbed.team-joy-open{display:flex!important;align-items:flex-start;justify-content:center;}
.teamJoyModalPanel{
  width:min(980px,100%);
  margin:auto;
  background:#f8f1e5;
  border-radius:22px;
  padding:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.teamJoyModalHeader{text-align:center;max-width:820px;margin:0 auto 16px;}
.teamJoyModalHeader h2{color:#153f64;margin:5px 0 10px;font:500 clamp(32px,5vw,52px)/1.04 Georgia,serif;}
.teamJoyModalHeader>p:last-child{margin:0;color:#4f645e;line-height:1.5;font-size:16px;}
.teamJoyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;}
.teamJoyGrid img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:13px;border:1px solid rgba(21,63,100,.12);}
.teamJoyModalFooter{display:flex;justify-content:flex-end;padding-top:12px;}
#encountersTeamJoyClose{min-width:112px;min-height:46px;border:0;border-radius:999px;background:#275d50;color:#fff;font-weight:800;font-size:16px;padding:10px 18px;cursor:pointer;}
@media(max-width:700px){
  #encountersTeamJoyEmbed.teamJoyModalOverlay{padding:8px;}
  .teamJoyModalPanel{border-radius:16px;padding:14px 10px 10px;margin:8px auto;}
  .teamJoyModalHeader{margin-bottom:12px;}
  .teamJoyModalHeader h2{font-size:32px;}
  .teamJoyModalHeader>p:last-child{font-size:14px;line-height:1.4;}
  .teamJoyGrid{gap:6px;}
  .teamJoyGrid img{border-radius:8px;}
  .teamJoyModalFooter{padding-top:9px;}
  #encountersTeamJoyClose{min-width:124px;min-height:48px;font-size:16px;}
}

/* Work Hard soundtrack — full local song with on/off control */
.consultationButton,.workHardHeroButton,.teamJoyMusicToggle,#encountersTeamJoyClose{
  animation:none!important;
  transition:none!important;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  -webkit-tap-highlight-color:transparent;
}
.consultationButton,.workHardHeroButton{
  will-change:auto;
}
.teamJoySoundtrack{
  display:grid;
  grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);
  gap:12px;
  align-items:center;
  margin:0 0 14px;
  padding:10px 12px;
  border:1px solid rgba(21,63,100,.14);
  border-radius:15px;
  background:rgba(255,255,255,.52);
}
.teamJoySoundtrackLabel{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.25;color:#153f64;}
.teamJoySoundtrackLabel strong{font-size:14px;font-weight:800;}
.teamJoySoundtrackEyebrow{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#275d50;font-weight:800;}
.teamJoyMusicToggle{justify-self:end;min-width:150px;min-height:48px;border:0;border-radius:999px;background:#275d50;color:#fff;font-weight:900;font-size:15px;padding:11px 20px;cursor:pointer;box-shadow:0 7px 18px rgba(39,93,80,.2);}
.teamJoyMusicToggle:hover{background:#153f64;}
.teamJoyMusicToggle:focus-visible{outline:3px solid #c4974c;outline-offset:3px;}
#teamJoyAudio{display:none;}
@media(max-width:700px){
  .teamJoySoundtrack{grid-template-columns:1fr;gap:7px;margin-bottom:10px;padding:8px 9px;border-radius:12px;}
  .teamJoySoundtrackLabel{align-items:center;text-align:center;}
  .teamJoySoundtrackLabel strong{font-size:13px;}
  .teamJoyMusicToggle{justify-self:center;min-width:165px;}
}


/* ---- original style block ---- */


/* Centered photo zoom — additive only; preserves the smooth first-paint/startup system. */
.teamJoyGrid .teamJoyZoomable{
  cursor:zoom-in;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
.teamJoyGrid .teamJoyZoomable:focus-visible{
  outline:3px solid #c4974c;
  outline-offset:3px;
}
#teamJoyPhotoFocusLayer{
  position:fixed;
  inset:0;
  z-index:100650;
  display:none;
  background:rgba(8,18,16,.48);
  backdrop-filter:blur(1.5px);
  -webkit-backdrop-filter:blur(1.5px);
}
#teamJoyPhotoFocusLayer.is-open{display:block;}
#teamJoyPhotoFocusImage{
  position:fixed;
  margin:0;
  object-fit:cover;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  cursor:zoom-out;
  will-change:left,top,width,height;
  transition:left 280ms cubic-bezier(.2,.8,.2,1),top 280ms cubic-bezier(.2,.8,.2,1),width 280ms cubic-bezier(.2,.8,.2,1),height 280ms cubic-bezier(.2,.8,.2,1);
}
@media (prefers-reduced-motion:reduce){
  #teamJoyPhotoFocusImage{transition:none!important;}
}


/* ---- original style block ---- */


#encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr) calc(90px - 1cm) auto!important;
  column-gap:8px!important;
  align-items:center!important;
}
#encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  text-align:left!important;
  min-width:0!important;
  padding-left:0!important;
  margin-left:0!important;
}
#encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
#encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:calc(90px - 1cm)!important;
  min-width:calc(90px - 1cm)!important;
  height:112.2688px!important;
  min-height:112.2688px!important;
  margin-left:.25cm!important;
  margin-right:4px!important;
  overflow:hidden!important;
  position:relative!important;
  top:0!important;
  align-self:center!important;
}
#encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
#encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:90px!important;
  height:112.2688px!important;
}
@media(max-width:700px){
  #encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
    grid-template-columns:126px minmax(0,1fr) calc(86px - 1cm)!important;
    column-gap:6px!important;
  }
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
    width:calc(86px - 1cm)!important;
    min-width:calc(86px - 1cm)!important;
    height:107.525px!important;
    min-height:107.525px!important;
  }
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
    width:86px!important;
    height:107.525px!important;
  }
}


/* ---- original style block ---- */


/* FINAL COMPACT PLAYER + FULL 3x4 GALLERY VIEW */

/* Keep the music bubble narrow vertically while preserving its width. */
#encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:68px!important;
  height:68px!important;
  margin:0 0 8px!important;
  padding:6px 10px!important;
  display:grid!important;
  grid-template-columns:126px minmax(0,1fr) 44px!important;
  column-gap:8px!important;
  align-items:center!important;
  overflow:hidden!important;
}

/* Leave the button and writing sizes intact and centered vertically. */
#encountersTeamJoyEmbed #teamJoyMusicToggle{
  align-self:center!important;
  justify-self:start!important;
}
#encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel{
  align-self:center!important;
  justify-self:center!important;
  text-align:center!important;
  align-items:center!important;
  padding:0!important;
  margin:0!important;
}

/* Equalizer: slightly narrower, pulled safely inside the right border. */
#encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
#encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:44px!important;
  min-width:44px!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  justify-self:end!important;
  align-self:center!important;
  position:relative!important;
  left:-4px!important;
  top:0!important;
  overflow:hidden!important;
}
#encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
#encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:72px!important;
  height:52px!important;
}

/* Fit header + player + 3x4 gallery + Close button in one phone viewport. */
@media(max-width:700px){
  #encountersTeamJoyEmbed.teamJoyModalOverlay{
    padding:4px!important;
    overflow:hidden!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalPanel{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:calc(100dvh - 8px)!important;
    max-height:calc(100dvh - 8px)!important;
    margin:4px auto!important;
    padding:8px 8px 6px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader{
    flex:0 0 auto!important;
    margin:0 auto 6px!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader .eyebrow{
    margin:0 0 2px!important;
    font-size:10px!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader h2{
    margin:0 0 4px!important;
    font-size:29px!important;
    line-height:1!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader>p:last-child{
    margin:0!important;
    font-size:12px!important;
    line-height:1.25!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
    flex:0 0 62px!important;
    height:62px!important;
    min-height:62px!important;
    margin:6px 0!important;
    padding:4px 7px!important;
    grid-template-columns:118px minmax(0,1fr) 42px!important;
    column-gap:6px!important;
  }
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
    width:42px!important;
    min-width:42px!important;
    height:48px!important;
    min-height:48px!important;
    left:-5px!important;
  }
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
    width:70px!important;
    height:48px!important;
  }

  /* Keep exactly 3 columns x 4 rows, using the remaining viewport height. */
  #encountersTeamJoyEmbed .teamJoyGrid{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  #encountersTeamJoyEmbed .teamJoyGrid img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:8px!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalFooter{
    flex:0 0 42px!important;
    min-height:42px!important;
    padding-top:4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  #encountersTeamJoyEmbed #encountersTeamJoyClose{
    min-width:124px!important;
    min-height:38px!important;
    height:38px!important;
    padding:5px 16px!important;
    font-size:15px!important;
  }
}


/* ---- original style block ---- */


/* FINAL MOBILE LAYOUT — matches the user's reference screenshot */
@media(max-width:700px){

  /* Keep the gallery panel compact enough to show the full 3x4 grid and bottom clothes box */
  #encountersTeamJoyEmbed.teamJoyModalOverlay{
    padding:4px!important;
    overflow:auto!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalPanel{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:8px 8px 6px!important;
    border-radius:16px!important;
  }

  /* Header: leave enough horizontal room so "Therapy Room" stays readable */
  #encountersTeamJoyEmbed .teamJoyModalHeader{
    position:relative!important;
    padding-right:86px!important;
    margin:0 0 6px!important;
    text-align:left!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader .eyebrow{
    text-align:center!important;
    margin:0 0 2px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader h2{
    margin:0 0 4px!important;
    font-size:28px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader>p:last-child{
    margin:0!important;
    font-size:11px!important;
    line-height:1.22!important;
  }

  /* Move language selector to the far right and put the 4-square icon directly underneath */
  #encountersTeamJoyEmbed .languageToggle,
  #encountersTeamJoyEmbed .langToggle,
  #encountersTeamJoyEmbed .language-switcher,
  #encountersTeamJoyEmbed [class*="language"][class*="toggle"],
  #encountersTeamJoyEmbed [class*="lang"][class*="toggle"]{
    position:absolute!important;
    top:0!important;
    right:0!important;
    margin:0!important;
    z-index:4!important;
  }

  #encountersTeamJoyEmbed .menuButton,
  #encountersTeamJoyEmbed .menuToggle,
  #encountersTeamJoyEmbed .gridMenuButton,
  #encountersTeamJoyEmbed [class*="menu"][class*="button"],
  #encountersTeamJoyEmbed [class*="grid"][class*="button"]{
    position:absolute!important;
    top:40px!important;
    right:8px!important;
    margin:0!important;
    z-index:4!important;
  }

  /* Compact white music oval */
  #encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:6px 0!important;
    padding:4px 8px!important;
    grid-template-columns:112px minmax(0,1fr) 42px!important;
    column-gap:6px!important;
    align-items:center!important;
    border-radius:14px!important;
  }

  #encountersTeamJoyEmbed #teamJoyMusicToggle{
    justify-self:start!important;
    align-self:center!important;
    width:112px!important;
    min-width:112px!important;
    max-width:112px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0 8px!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel{
    justify-self:center!important;
    align-self:center!important;
    text-align:center!important;
    align-items:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1.05!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel strong{
    font-size:11px!important;
    line-height:1.05!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoyArtist{
    font-size:10px!important;
    line-height:1.05!important;
  }

  /* Equalizer slightly narrower and safely inside right border */
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
    width:38px!important;
    min-width:38px!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    left:-3px!important;
    top:0!important;
    justify-self:end!important;
    align-self:center!important;
    overflow:hidden!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
    width:62px!important;
    height:42px!important;
  }

  /* Exactly 3 across x 4 down */
  #encountersTeamJoyEmbed .teamJoyGrid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(4,1fr)!important;
    gap:5px!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
  }

  #encountersTeamJoyEmbed .teamJoyGrid img{
    width:100%!important;
    aspect-ratio:1/0.86!important;
    height:auto!important;
    object-fit:cover!important;
    border-radius:8px!important;
  }

  /* Make bottom clothes box visible without needing to scroll */
  #encountersTeamJoyEmbed .teamJoyModalFooter{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:34px!important;
    padding-top:4px!important;
    margin:0!important;
  }

  #encountersTeamJoyEmbed #encountersTeamJoyClose{
    min-height:32px!important;
    height:32px!important;
    padding:4px 14px!important;
    font-size:13px!important;
  }

  /* If the clothes/shop block exists inside the panel, keep it compact and visible */
  #encountersTeamJoyEmbed [class*="shop"],
  #encountersTeamJoyEmbed [class*="clothes"],
  #encountersTeamJoyEmbed [class*="gear"]{
    margin-top:5px!important;
    padding-top:5px!important;
    padding-bottom:5px!important;
  }
}


/* ---- original style block ---- */


@media(max-width:700px){

  #encountersTeamJoyEmbed.teamJoyModalOverlay{
    padding:0!important;
    overflow:hidden!important;
    align-items:flex-start!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalPanel{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:8px 8px 6px!important;
    border-radius:0!important;
    display:grid!important;
    grid-template-rows:auto 54px minmax(0,1fr) 44px!important;
    row-gap:6px!important;
    overflow:hidden!important;
  }

  /* Header like the reference image */
  #encountersTeamJoyEmbed .teamJoyModalHeader{
    position:relative!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 90px 0 0!important;
    text-align:left!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader .eyebrow{
    margin:0 0 2px!important;
    text-align:center!important;
    font-size:10px!important;
    letter-spacing:.16em!important;
    line-height:1!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader h2{
    margin:0 0 4px!important;
    font-size:27px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  #encountersTeamJoyEmbed .teamJoyModalHeader>p:last-child{
    margin:0!important;
    font-size:10.7px!important;
    line-height:1.22!important;
  }

  /* Language box upper-right, four-square icon directly below it */
  #encountersTeamJoyEmbed .languageToggle,
  #encountersTeamJoyEmbed .langToggle,
  #encountersTeamJoyEmbed .language-switcher,
  #encountersTeamJoyEmbed [class*="language"][class*="toggle"],
  #encountersTeamJoyEmbed [class*="lang"][class*="toggle"]{
    position:absolute!important;
    top:0!important;
    right:0!important;
    margin:0!important;
    z-index:10!important;
    transform:none!important;
  }

  #encountersTeamJoyEmbed .menuButton,
  #encountersTeamJoyEmbed .menuToggle,
  #encountersTeamJoyEmbed .gridMenuButton,
  #encountersTeamJoyEmbed [class*="menu"][class*="button"],
  #encountersTeamJoyEmbed [class*="grid"][class*="button"]{
    position:absolute!important;
    top:38px!important;
    right:10px!important;
    margin:0!important;
    z-index:10!important;
    transform:none!important;
  }

  /* Narrow music bubble like the screenshot */
  #encountersTeamJoyEmbed #teamJoyMiniPlayer.teamJoyMiniPlayer{
    box-sizing:border-box!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
    padding:4px 8px!important;
    border-radius:13px!important;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr) 54px!important;
    column-gap:6px!important;
    align-items:center!important;
    overflow:hidden!important;
  }

  #encountersTeamJoyEmbed #teamJoyMusicToggle{
    width:108px!important;
    min-width:108px!important;
    max-width:108px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 8px!important;
    justify-self:start!important;
    align-self:center!important;
    font-size:11px!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoyButtonText strong{
    font-size:10px!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoyButtonText small{
    font-size:7px!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel{
    justify-self:center!important;
    align-self:center!important;
    text-align:center!important;
    align-items:center!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoySoundtrackLabel strong{
    font-size:10.5px!important;
    line-height:1.05!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .teamJoyArtist{
    font-size:9.5px!important;
    line-height:1!important;
  }

  /* Equalizer like reference: compact and safely inside right edge */
  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoyEqualizer{
    width:50px!important;
    min-width:50px!important;
    height:38px!important;
    min-height:38px!important;
    justify-self:end!important;
    align-self:center!important;
    margin:0!important;
    position:relative!important;
    left:-5px!important;
    top:0!important;
    overflow:hidden!important;
  }

  #encountersTeamJoyEmbed #teamJoyMiniPlayer .spectrumViz canvas,
  #encountersTeamJoyEmbed #teamJoyMiniPlayer #teamJoySpectrumCanvas{
    width:70px!important;
    height:38px!important;
  }

  /* Exact 3 wide x 4 down, consuming remaining height */
  #encountersTeamJoyEmbed .teamJoyGrid{
    min-height:0!important;
    height:100%!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    overflow:hidden!important;
  }

  #encountersTeamJoyEmbed .teamJoyGrid img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:7px!important;
  }

  /* Bottom box visible without scrolling */
  #encountersTeamJoyEmbed .teamJoyModalFooter{
    min-height:44px!important;
    height:44px!important;
    margin:0!important;
    padding:4px 0 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  #encountersTeamJoyEmbed #encountersTeamJoyClose{
    min-width:138px!important;
    min-height:34px!important;
    height:34px!important;
    padding:4px 14px!important;
    font-size:13px!important;
  }

  /* Keep any team-clothes/shop strip compact if it exists in this build */
  #encountersTeamJoyEmbed [class*="shop"],
  #encountersTeamJoyEmbed [class*="clothes"],
  #encountersTeamJoyEmbed [class*="gear"]{
    max-height:44px!important;
    margin:0!important;
    padding:4px 8px!important;
    overflow:hidden!important;
  }
}


/* ---- original style block ---- */


/* FINAL POSITION FIX: language box at far right, four-dot button directly below it */
.enc-language-switch{
  position:fixed!important;
  top:10px!important;
  right:10px!important;
  left:auto!important;
  margin:0!important;
  z-index:2147483640!important;
}
.enc-quick-nav-button{
  position:fixed!important;
  top:56px!important;
  right:60px!important;
  left:auto!important;
  margin:0!important;
  z-index:2147483641!important;
}
.enc-quick-nav-menu{
  position:fixed!important;
  top:102px!important;
  right:10px!important;
  left:auto!important;
  z-index:2147483641!important;
}
@media(max-width:520px){
  .enc-language-switch{
    top:10px!important;
    right:10px!important;
  }
  .enc-quick-nav-button{
    top:54px!important;
    right:58px!important;
  }
  .enc-quick-nav-menu{
    top:98px!important;
    right:10px!important;
  }
}


/* ---- original style block ---- */


/* User-requested mobile fix: four-dot control at far right; title/print clears the language switch. */
.enc-quick-nav-button{
  right:10px!important;
}
@media(max-width:700px){
  #encountersTeamJoyEmbed .teamJoyModalHeader{
    padding-right:0!important;
    padding-top:36px!important;
  }
  #encountersTeamJoyEmbed .teamJoyModalHeader h2{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-width:100%!important;
    margin-top:0!important;
    font-size:25px!important;
    line-height:1.02!important;
  }
  .enc-language-switch{
    right:10px!important;
    top:10px!important;
  }
  .enc-quick-nav-button{
    right:10px!important;
    top:54px!important;
  }
  .enc-quick-nav-menu{
    right:10px!important;
    top:98px!important;
  }
}


/* ---- original style block ---- */


@media(max-width:700px){
  /* Raise the four-dot button slightly while keeping it at the far right. */
  .enc-quick-nav-button{top:49px!important;right:10px!important;}
  .enc-quick-nav-menu{top:93px!important;right:10px!important;}

  /* Keep the copy readable beneath the language control. */
  #encountersTeamJoyEmbed .teamJoyModalHeader>p:last-child{
    font-size:12.3px!important;
    line-height:1.28!important;
    margin-top:3px!important;
    max-width:100%!important;
  }
}


/* ---- original style block ---- */


/* Final control placement requested for the Work Hard. Play Hard. gallery.
   Everything else remains unchanged. */
.enc-language-switch{
  position:fixed!important;
  left:10px!important;
  right:auto!important;
  top:10px!important;
  margin:0!important;
  z-index:2147483640!important;
}
.enc-quick-nav-button{
  position:fixed!important;
  right:10px!important;
  left:auto!important;
  top:10px!important;
  margin:0!important;
  z-index:2147483641!important;
}
.enc-quick-nav-menu{
  position:fixed!important;
  right:10px!important;
  left:auto!important;
  top:54px!important;
  z-index:2147483641!important;
}
@media(max-width:700px){
  .enc-language-switch{left:10px!important;right:auto!important;top:10px!important;}
  .enc-quick-nav-button{right:10px!important;left:auto!important;top:10px!important;}
  .enc-quick-nav-menu{right:10px!important;left:auto!important;top:54px!important;}
}


/* ---- original style block ---- */


/* Homepage logo cleanup only: preserve size/position, remove the visible line and make the logo/header field uniform. */
nav.nav{
  background:#fff!important;
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
  outline:0!important;
}
nav.nav::before,nav.nav::after{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
nav.nav .brand,
nav.nav .logoCrop.navLogo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}


/* ---- original style block ---- */


/* Homepage only: make the language tab smaller and tuck it into the bottom-right of the compact header without changing the Work Hard / Play Hard controls. */
@media(max-width:700px){
  body:not(:has(#encountersTeamJoyEmbed.team-joy-open)) .enc-language-switch{
    position:fixed!important;
    left:auto!important;
    right:5px!important;
    top:70px!important;
    bottom:auto!important;
    gap:3px!important;
    padding:4px 6px!important;
    font-size:10px!important;
    line-height:1!important;
    border-radius:999px!important;
    z-index:2147483001!important;
  }
  body:not(:has(#encountersTeamJoyEmbed.team-joy-open)) .enc-language-switch button{
    padding:1px 2px!important;
    font-size:10px!important;
    line-height:1!important;
  }
}


/* ---- original style block ---- */


.navAccountActions{display:flex;gap:8px;align-items:center}
@media(max-width:760px){.nav{flex-wrap:wrap}.navAccountActions{width:100%;display:grid;grid-template-columns:1fr 1fr}.navAccountActions .button{width:100%;justify-content:center;text-align:center}.authTop h2{font-size:24px}}

/* inline-style-3 */
/* Encounters Talk teaser + overlay */
.talkTeaser{margin:26px 0 8px;padding:0}.talkTeaserInner{border:1px solid rgba(31,91,75,.16);background:linear-gradient(135deg,#fbfaf3,#f2f7f1);border-radius:24px;padding:22px 20px;box-shadow:0 10px 28px rgba(24,74,62,.08)}
.talkEyebrow{margin:0 0 6px;font-weight:800;color:#214f43;font-size:1.12rem}.talkCopy{margin:0 0 16px;color:#526861;font-size:1rem;line-height:1.45}.talkLaunchButton{width:100%;border:1px solid rgba(177,140,229,.55);border-radius:999px;background:linear-gradient(135deg,#101015 0%,#2b183d 42%,#7043a5 76%,#111116 100%);color:white;font-weight:800;font-size:1rem;padding:15px 18px;cursor:pointer;box-shadow:0 8px 20px rgba(60,28,90,.28)}
.etOverlay{position:fixed;inset:0;background:rgba(12,30,26,.48);backdrop-filter:blur(8px);z-index:99998;display:none;align-items:flex-start;justify-content:center;padding:18px;overflow:auto}.etOverlay.open{display:flex}.etShell{width:min(1120px,100%);margin:18px auto;background:#f7f8f4;border-radius:28px;box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;position:relative}.etTop{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:white;border-bottom:1px solid #e4e9e5}.etBrand{display:flex;align-items:center;gap:11px}.etLogoMark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#e9f6f1;color:#286c5b;font-size:20px}.etBrandText b{display:block;color:#1d4f43;font-size:1.08rem}.etBrandText span{font-size:.78rem;color:#718078}.etClose{width:42px;height:42px;border:1px solid #dce5df;background:#fff;border-radius:14px;font-size:24px;color:#415a52;cursor:pointer}.etBody{display:grid;grid-template-columns:190px 1fr;min-height:610px}.etSide{padding:22px 14px;background:#eef3ef;border-right:1px solid #dfe7e1}.etSideLabel{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#819087;padding:0 10px 9px}.etNavBtn{display:block;width:100%;text-align:left;border:0;background:transparent;border-radius:13px;padding:11px 12px;margin:3px 0;font-weight:700;color:#496159;cursor:pointer}.etNavBtn.active{background:#fff;color:#246b58;box-shadow:0 2px 10px rgba(20,70,55,.06)}.etMain{padding:24px}.etIntro{display:flex;gap:20px;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.etIntro h2{margin:0;color:#173f36;font-size:clamp(1.5rem,3vw,2.15rem)}.etIntro p{margin:5px 0 0;color:#65766f}.etSearch{display:flex;gap:9px;flex-wrap:wrap}.etPill{border:1px solid #d9e2dc;background:white;border-radius:999px;padding:10px 13px;font-weight:700;color:#486259;cursor:pointer}.etPill.active{background:#286f5d;color:white;border-color:#286f5d}.etGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.etCard{background:white;border:1px solid #e0e7e2;border-radius:20px;padding:17px;box-shadow:0 6px 20px rgba(22,62,50,.05)}.etCardHead{display:flex;gap:13px;align-items:center}.etAvatar{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#d9efe7,#eef6f1);display:grid;place-items:center;font-weight:900;color:#276b59}.etWho{min-width:0}.etWho b{display:block;color:#1b4439;font-size:1rem}.etWho span{display:block;color:#6d7c76;font-size:.82rem;margin-top:2px}.etStatus{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#28745f;font-size:.79rem;font-weight:800}.etDot{width:8px;height:8px;border-radius:50%;background:#3ba777}.etBlurb{font-size:.88rem;line-height:1.45;color:#596d65;margin:13px 0 14px}.etActions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.etBtn{border-radius:12px;padding:11px 10px;font-weight:800;cursor:pointer}.etBtn.profile{background:#fff;border:1px solid #cfdad4;color:#365b50}.etBtn.schedule{background:#2b705e;border:1px solid #2b705e;color:#fff}.etFootnote{margin-top:17px;padding:12px 14px;background:#fff9df;border:1px solid #ece1ad;border-radius:13px;color:#716638;font-size:.78rem;line-height:1.45}
.etMiniOverlay{position:fixed;inset:0;background:rgba(9,27,23,.58);z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.etMiniOverlay.open{display:flex}.etModal{width:min(520px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.3);padding:22px;position:relative}.etModalClose{position:absolute;right:16px;top:14px;border:0;background:#eef3ef;width:38px;height:38px;border-radius:12px;font-size:22px;cursor:pointer;color:#496057}.etModal h3{margin:4px 45px 5px 0;color:#18483b;font-size:1.35rem}.etModalSub{margin:0 0 16px;color:#6b7c75;font-size:.9rem}.etProfileHero{display:flex;align-items:center;gap:14px;margin-bottom:16px}.etProfileHero .etAvatar{width:66px;height:66px;border-radius:20px}.etDetailBox{background:#f5f8f5;border-radius:16px;padding:14px;margin:10px 0;color:#52685f;line-height:1.5;font-size:.9rem}.etTimes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.etTime{border:1px solid #d6e1db;background:#fff;border-radius:12px;padding:10px 5px;font-weight:800;color:#355e51;cursor:pointer}.etTime.selected{background:#2b705e;color:#fff;border-color:#2b705e}.etDateRow{display:flex;gap:7px;overflow:auto;padding-bottom:4px}.etDate{min-width:66px;border:1px solid #dce5df;background:#f8faf8;border-radius:13px;padding:9px 6px;text-align:center;font-size:.78rem;font-weight:800;color:#486159;cursor:pointer}.etDate.selected{background:#e3f3ed;border-color:#7db6a5;color:#245c4d}.etConfirm{width:100%;margin-top:10px;border:0;border-radius:14px;background:#2b705e;color:#fff;padding:13px;font-weight:900;cursor:pointer}.etLoginBox{text-align:center}.etLoginIcon{width:58px;height:58px;margin:0 auto 12px;border-radius:18px;background:#e9f5f0;display:grid;place-items:center;font-size:24px}.etLoginChoices{display:grid;gap:9px;margin-top:15px}.etLoginChoices button{border-radius:13px;padding:12px;font-weight:800;cursor:pointer}.etLoginChoices .primary{background:#2b705e;color:white;border:1px solid #2b705e}.etLoginChoices .secondary{background:white;color:#315f51;border:1px solid #cddbd4}
@media(max-width:760px){.etOverlay{padding:0;align-items:stretch}.etShell{margin:0;border-radius:0;min-height:100vh}.etBody{grid-template-columns:1fr}.etSide{display:flex;gap:6px;overflow:auto;border-right:0;border-bottom:1px solid #dfe7e1;padding:10px}.etSideLabel{display:none}.etNavBtn{white-space:nowrap;width:auto;margin:0;padding:9px 11px}.etMain{padding:18px 14px 28px}.etIntro{display:block}.etSearch{margin-top:14px}.etGrid{grid-template-columns:1fr}.etTop{position:sticky;top:0;z-index:4}.etTimes{grid-template-columns:repeat(2,1fr)}}

/* inline-style-4 */
.lv-seo-highlight{color:#176b9b;font-weight:800;}

/* inline-style-5 */
/* Homepage FAQ callout: keeps the phone action and adds a clear FAQ link. */
.contactGrid .callFaqCard{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e0e5e1;padding:23px;}
.contactGrid .callFaqCard .callInfo{min-width:0;}
.contactGrid .callFaqCard .callInfo span{display:block;}
.contactGrid .callFaqCard .callInfo a{display:inline-block;}
.contactGrid .faqBlueButton{flex:0 0 auto;background:#55b8d5;color:#fff;border-radius:6px;padding:12px 18px;font:700 14px/1 Arial,Helvetica,sans-serif;letter-spacing:.2px;box-shadow:0 2px 5px rgba(24,59,51,.14);}
.contactGrid .faqBlueButton:hover,.contactGrid .faqBlueButton:focus{background:#3ca7c7;outline:2px solid rgba(85,184,213,.28);outline-offset:2px;}
@media (max-width:420px){.contactGrid .callFaqCard{gap:12px}.contactGrid .faqBlueButton{padding:11px 14px;font-size:13px}}

/* inline-style-6 */
body.enc-talk-open #encQuickNavButton,
body.enc-talk-open #encQuickNavMenu{display:none !important;}

/* inline-style-7 */


/* inline-style-8 */
#encountersTalkHomepageLink{max-width:1120px;margin:30px auto;padding:20px 22px;border:1px solid #b18ce5;border-radius:22px;background:linear-gradient(135deg,#f8fbf7 0%,#f4effb 58%,#efe4ff 100%);box-shadow:0 14px 34px rgba(83,48,118,.14);font-family:Arial,sans-serif;color:#204b42;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}#encountersTalkHomepageLink h2{margin:0 0 5px;font-size:25px;color:#28594e}#encountersTalkHomepageLink p{margin:0;color:#5e6e68;font-size:16px}#encountersTalkHomepageLink .talkBottomButton{display:inline-block;border:1px solid rgba(191,150,236,.65);font-weight:800;color:white;background:linear-gradient(135deg,#08080b 0%,#21142d 38%,#7043a5 75%,#121217 100%);padding:13px 22px;border-radius:999px;box-shadow:0 8px 20px rgba(70,35,100,.28);cursor:pointer;font-size:16px}@media(max-width:620px){#encountersTalkHomepageLink{margin:22px 14px;padding:18px}#encountersTalkHomepageLink .talkBottomButton{width:100%;text-align:center}}


/* Restored animated equalizer under 10,000 Reasons */
.enc-music-row{
  justify-content:center !important;
  margin-top:12px !important;
}
.enc-equalizer{
  flex:0 1 360px !important;
  width:min(100%,360px) !important;
  max-width:360px !important;
  height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  padding:8px 12px !important;
  cursor:pointer !important;
  user-select:none;
  overflow:hidden;
}
.enc-eq-bar{
  display:block !important;
  width:6px !important;
  height:10px;
  min-height:8px !important;
  transform-origin:center bottom;
}
25%{height:20px; transform:scaleY(1)}
  50%{height:34px; transform:scaleY(.95)}
  75%{height:16px; transform:scaleY(1)}
  100%{height:42px; transform:scaleY(1)}
}
@media(max-width:560px){
  .enc-equalizer{
    width:min(100%,320px) !important;
    height:54px !important;
    gap:4px !important;
  }
  .enc-eq-bar{width:5px !important;}
}

/* JS-driven equalizer: bar heights are derived from live audio frequencies */
.enc-eq-bar{
  transition:height 70ms linear, transform 70ms linear !important;
  height:8px;
  transform:scaleY(1);
}


/* === 2026-08-25 final responsive polish ===
   Desktop receives the expanded visual treatment. Mobile retains the established
   layout, with the Google Reviews button as the only hero-action addition. */
:root{--encounters-sky:#66b3d1;--encounters-green:#0e4f43;--encounters-gold:#f4bf27;}

/* Shared review stars */
.reviewStars{color:var(--encounters-gold);letter-spacing:1px;line-height:1;display:block;font-size:14px;margin-top:2px}
.googleReviewHeroMobile{display:none!important}
.desktopTrustBar{display:none}

@media (min-width:701px){
  /* Header: prevent crowding/overlap at desktop and tablet widths */
  .nav{display:grid!important;grid-template-columns:minmax(210px,320px) 1fr auto!important;gap:22px!important;align-items:center!important;padding-left:3.2vw!important;padding-right:3.2vw!important;}
  .nav .brand{min-width:0!important}.navLogo{max-width:300px!important}
  .navlinks{display:flex!important;justify-content:center!important;gap:clamp(16px,2vw,34px)!important;white-space:nowrap!important;min-width:0!important}
  .navAccountActions{display:flex!important;gap:10px!important;white-space:nowrap!important}
  .navAccountActions .button{background:var(--encounters-sky)!important;border-color:var(--encounters-sky)!important;color:#fff!important}

  /* Desktop hero */
  .hero{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)!important;gap:clamp(42px,6vw,100px)!important;padding:54px max(5vw,70px) 34px!important;background:linear-gradient(115deg,#f7f7f1 0%,#fbf4e9 62%,#f4e6ce 100%)!important;}
  .hero h1{font-size:clamp(52px,5.1vw,76px)!important;max-width:760px!important;line-height:1.03!important}
  .hero .lead{max-width:660px!important}.lv-seo-highlight{color:var(--encounters-sky)!important}
  .heroCard{justify-self:center!important;width:min(100%,520px)!important;max-width:520px!important}
  .versePostIt{width:100%!important;height:auto!important;display:block!important}
  .heroActions{max-width:100%!important;margin-top:18px!important}
  .heroActionRow{display:grid!important;grid-template-columns:1fr 1fr 1.45fr 1.45fr!important;gap:12px!important;max-width:100%!important;align-items:stretch!important}
  .heroActionRow .missionButton{grid-column:1!important;order:1!important}
  .heroActionRow .supportButton{grid-column:2!important;order:2!important}
  .heroActionRow .consultationButton{grid-column:3!important;order:3!important}
  #workHardButtonMount{grid-column:4!important;order:4!important;display:block!important;min-width:0!important}
  #workHardButtonMount>.button{width:100%!important;height:100%!important;min-height:54px!important;margin:0!important}
  .heroActionRow .button,#workHardButtonMount>.button{background:var(--encounters-sky)!important;border-color:var(--encounters-sky)!important;color:white!important;border-radius:8px!important;box-shadow:none!important;font-weight:800!important}
  .workHardHeroBlock{margin-top:14px!important}
  .workHardHeroDescription{margin:0!important;max-width:840px!important}
  .heroServicesLink{color:#176f97!important;font-weight:800!important}
  .assurance{margin-top:14px!important;gap:26px!important}

  /* Trust / review row below the hero */
  .desktopTrustBar{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr 1.55fr;gap:0;align-items:stretch;max-width:1280px;margin:0 auto;padding:18px 34px;background:#fff;border-top:1px solid #edf0ed;border-bottom:1px solid #edf0ed;}
  .trustMetric{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #e8ece9;color:#145d86;padding:6px 14px}
  .trustMetric strong{font:800 28px/1 Arial,Helvetica,sans-serif;color:#187aa8;margin-bottom:5px}.trustMetric span{font:700 12px/1.2 Arial,Helvetica,sans-serif}
  .trustMetric.trustText strong{font-size:34px;color:#1a79aa}
  .desktopGoogleReviewButton{margin-left:24px;min-height:78px;border-radius:10px;background:var(--encounters-sky);color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 20px;box-shadow:0 5px 14px rgba(40,125,160,.16);font-family:Arial,Helvetica,sans-serif;font-weight:700}
  .desktopGoogleReviewButton:hover,.desktopGoogleReviewButton:focus{filter:brightness(.97);transform:translateY(-1px)}
  .desktopGoogleReviewButton .googleG{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:#4285f4;font:900 27px Arial,sans-serif;flex:none}
  .desktopGoogleReviewButton b{display:block;font-size:17px;line-height:1.05}.desktopGoogleReviewButton small{display:block;font-size:11px;margin-top:4px}.desktopGoogleReviewButton .reviewStars{font-size:18px;margin:3px 0}

  /* Make the lower desktop page breathe vertically rather than being squeezed side-by-side */
  .heartbeat{max-width:1120px!important;margin:28px auto 0!important;padding:0 26px!important;background:transparent!important}
  .heartbeatInner{background:#fbf8f0!important;border:1px solid #eef0e9!important;border-radius:18px!important;padding:34px 38px!important;box-shadow:0 5px 18px rgba(30,70,55,.04)!important}
  .heartbeat h2{color:#0d4f43!important;font-size:clamp(34px,3vw,46px)!important}
  .heartbeatPrayerCta{max-width:620px!important}.heartbeatButton{background:var(--encounters-sky)!important;border-color:var(--encounters-sky)!important}

  /* Services/modalities stay in the multi-file build, but remain compact so the main story stays vertical. */
  #services.services,#modalities.modalitiesHomeLink{max-width:1120px!important;margin:18px auto!important;border-radius:18px!important}

  .team{display:block!important;max-width:1120px!important;margin:20px auto!important;padding:0 26px!important;background:transparent!important}
  .teamText{width:100%!important;margin:0 0 18px!important;background:#fbf8f0!important;border:1px solid #eef0e9!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 5px 18px rgba(30,70,55,.04)!important}
  #encountersGreenTeamFrame{width:100%!important;min-height:340px!important;border:0!important;display:block!important}
  .adie{width:100%!important;display:grid!important;grid-template-columns:minmax(260px,360px) 1fr!important;grid-template-areas:"photo eyebrow" "photo title" "photo copy1" "photo copy2" "photo script"!important;column-gap:42px!important;align-items:start!important;padding:34px!important;background:#fbf8f0!important;border:1px solid #eef0e9!important;border-radius:18px!important;box-shadow:0 5px 18px rgba(30,70,55,.04)!important;}
  .adiePhoto{grid-area:photo!important;width:100%!important;aspect-ratio:1/1!important;margin:0!important;border-radius:16px!important;overflow:hidden!important;border:3px solid #2f7b68!important}
  .adiePhoto img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
  .adie>.eyebrow{grid-area:eyebrow!important;margin:2px 0 5px!important}.adie h3{grid-area:title!important;margin:0 0 10px!important;font-size:42px!important;color:#0d4f43!important}.adie>p:nth-of-type(2){grid-area:copy1!important}.adie>p:nth-of-type(3){grid-area:copy2!important}.adie>.script{grid-area:script!important}

  .contact{max-width:1120px!important;margin:18px auto 0!important;padding:30px 36px!important;border:1px solid #e8ece9!important;border-radius:18px!important;background:#fff!important;display:grid!important;grid-template-columns:1fr 1.35fr!important;gap:40px!important;box-shadow:0 5px 18px rgba(30,70,55,.04)!important}
  .contact .button,.contactGrid .faqBlueButton{background:var(--encounters-sky)!important;border-color:var(--encounters-sky)!important}
  .contact h2{color:#0d4f43!important}

  footer{background:var(--encounters-green)!important;color:#fff!important;margin-top:18px!important;padding-top:26px!important;padding-bottom:26px!important}
  #encountersTalkHomepageLink{max-width:none!important;width:100%!important;margin:0!important;border-radius:0!important;border:0!important;min-height:104px!important;padding:24px max(5vw,70px)!important;background:linear-gradient(135deg,#faf8ff 0%,#f4edff 100%)!important;box-shadow:none!important}
  #encountersTalkHomepageLink .talkBottomButton{background:linear-gradient(135deg,#08080b 0%,#201126 55%,#5d2a7f 100%)!important;border-color:#34213d!important;color:#fff!important;min-width:210px!important;text-align:center!important;padding:15px 26px!important}
}

@media (min-width:701px) and (max-width:1060px){
  .nav{grid-template-columns:minmax(170px,240px) 1fr auto!important;gap:12px!important}.navlinks{gap:12px!important;font-size:13px!important}.navAccountActions .button{padding-left:12px!important;padding-right:12px!important;font-size:12px!important}
  .hero{grid-template-columns:1fr .82fr!important;gap:28px!important;padding-left:4vw!important;padding-right:4vw!important}.hero h1{font-size:50px!important}
  .desktopTrustBar{padding-left:15px;padding-right:15px}.desktopGoogleReviewButton{margin-left:12px;padding-left:12px;padding-right:12px}
}

/* Mobile: preserve established layout. Add only Google Reviews to the 2x2 button group. */
@media (max-width:700px){
  .desktopTrustBar{display:none!important}
  .heroActionRow{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important;max-width:none!important}
  .heroActionRow .missionButton{order:1!important}.heroActionRow .supportButton{order:2!important}
  .googleReviewHeroMobile{display:flex!important;order:3!important;grid-column:auto!important;flex-direction:column!important;gap:1px!important;background:#66b3d1!important;border-color:#66b3d1!important;color:#fff!important;min-height:58px!important}
  #workHardButtonMount{display:block!important;order:4!important;grid-column:auto!important;min-width:0!important}
  #workHardButtonMount>.button{width:100%!important;min-height:58px!important;margin:0!important;background:#66b3d1!important;border-color:#66b3d1!important;color:#fff!important}
  .heroActionRow .consultationButton{order:5!important;grid-column:1/-1!important;background:#246352!important;border-color:#246352!important;color:#fff!important;min-height:58px!important}
  .heroActionRow .missionButton,.heroActionRow .supportButton{background:#66b3d1!important;border-color:#66b3d1!important;color:#fff!important}
  .workHardHeroBlock{margin-top:13px!important}
  .googleReviewHeroMobile > span{font-size:18px!important;font-weight:800!important;line-height:1.12!important}
  .googleReviewHeroMobile .reviewStars{display:none!important}
}


/* Final approved desktop layout. Mobile intentionally inherits the existing site.css unchanged. */
.desktopOnlyFinal{display:none}
:root{--final-sky:#66B3D1;--final-green:#0E4F43;--final-cream:#FBF8F0;--final-ink:#0D4F43;--final-gold:#B77A24}

@media (min-width:701px){
  /* Explicitly protect mobile-only hero review from leaking into desktop. */
  .googleReviewHeroMobile{display:none!important}
  .desktopOnlyFinal{display:block!important}

  /* Two-level header exactly like the approved desktop concept. */
  nav.nav{height:126px!important;display:block!important;position:sticky!important;top:0!important;padding:0!important;background:rgba(255,255,255,.98)!important;border-bottom:1px solid #e9ece9!important;z-index:1000!important}
  nav.nav>.brand{position:absolute!important;left:50%!important;top:10px!important;transform:translateX(-50%)!important;width:310px!important;height:62px!important;margin:0!important;display:flex!important;z-index:2!important}
  nav.nav .navLogo{width:310px!important;height:62px!important;max-width:310px!important}
  nav.nav .navlinks{position:absolute!important;left:50%!important;bottom:13px!important;transform:translateX(-50%)!important;display:flex!important;gap:clamp(28px,4vw,62px)!important;align-items:center!important;justify-content:center!important;width:max-content!important;font-size:14px!important;white-space:nowrap!important}
  nav.nav .navAccountActions{position:absolute!important;right:max(4vw,34px)!important;top:18px!important;display:flex!important;width:auto!important;gap:12px!important;align-items:center!important}
  nav.nav .navAccountActions .button{background:var(--final-sky)!important;border-color:var(--final-sky)!important;color:#fff!important;border-radius:8px!important;padding:12px 18px!important;line-height:1!important}

  /* Hero: large desktop canvas, text left, clean Post-it right. */
  .hero{min-height:620px!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr)!important;gap:clamp(48px,6vw,100px)!important;align-items:start!important;padding:54px max(5vw,72px) 28px!important;background:linear-gradient(112deg,#fbfaf5 0%,#fbf4e9 64%,#f5e8d2 100%)!important;overflow:hidden!important}
  .heroGlow{width:560px!important;height:560px!important;right:4%!important;top:4%!important;background:rgba(255,255,255,.55)!important}
  .heroCopy{display:flex!important;flex-direction:column!important;min-width:0!important}
  .hero h1{font-size:clamp(54px,5vw,76px)!important;line-height:1.02!important;letter-spacing:-2px!important;margin:16px 0 18px!important;max-width:720px!important}
  .hero .lead{font-size:17px!important;line-height:1.5!important;max-width:650px!important;margin:0!important}
  .lv-seo-highlight{color:var(--final-sky)!important}
  .heroActions{display:contents!important}
  .workHardHeroBlock{order:4!important;margin:18px 0 0!important}
  .workHardHeroDescription{font-size:14px!important;line-height:1.55!important;max-width:650px!important;margin:0!important;color:#334b44!important}
  .heroServicesLink{order:5!important;margin-top:12px!important;color:#177ca5!important;font-weight:800!important;font-size:14px!important;align-self:flex-start!important}
  .assurance{order:6!important;margin-top:17px!important;display:flex!important;gap:34px!important;flex-wrap:wrap!important;color:#294b43!important;font-size:13px!important;font-weight:700!important}
  .heroActionRow{order:7!important;margin-top:18px!important;display:grid!important;grid-template-columns:1fr 1fr 1.45fr 1.45fr!important;gap:12px!important;max-width:100%!important;width:100%!important}
  .heroActionRow .missionButton{grid-column:1!important;order:1!important}
  .heroActionRow .supportButton{grid-column:2!important;order:2!important}
  .heroActionRow .consultationButton{grid-column:3!important;order:3!important}
  #workHardButtonMount{grid-column:4!important;order:4!important;display:block!important;min-width:0!important}
  .heroActionRow .button,#workHardButtonMount>.button{width:100%!important;height:56px!important;min-height:56px!important;margin:0!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;border-radius:7px!important;background:var(--final-sky)!important;border:1px solid var(--final-sky)!important;color:#fff!important;box-shadow:none!important;font-weight:800!important;font-size:14px!important}
  .heroCard{align-self:start!important;justify-self:center!important;width:min(100%,520px)!important;max-width:520px!important;margin-top:18px!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
  .heroCard picture{display:block!important;width:100%!important}
  .heroCard .versePostIt{display:block!important;width:100%!important;height:auto!important;filter:none!important}

  /* Approved trust row with one obvious Google Reviews button. */
  .desktopTrustBar{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr 1.6fr!important;max-width:1280px!important;margin:0 auto!important;padding:18px 28px!important;background:#fff!important;border-top:1px solid #eef1ef!important;border-bottom:1px solid #eef1ef!important;align-items:stretch!important}
  .trustMetric{min-height:80px!important;border-right:1px solid #e6eaea!important;color:#177ca5!important}
  .trustMetric strong{color:#177ca5!important;font-size:29px!important}.trustMetric span{font-size:12px!important}
  .desktopGoogleReviewButton{display:flex!important;margin-left:22px!important;min-height:80px!important;border-radius:9px!important;background:var(--final-sky)!important;color:#fff!important;box-shadow:0 5px 14px rgba(44,133,167,.14)!important}

  /* Desktop prayer: one full-width vertical section, no squeezed extra blocks. */
  .heartbeat{max-width:1120px!important;margin:24px auto 0!important;padding:0 24px!important;background:transparent!important}
  .heartbeatInner{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .heartbeatInner> :not(.desktopHeartbeatSummary){display:none!important}
  .desktopHeartbeatSummary{position:relative!important;min-height:250px!important;padding:36px 42px!important;border:1px solid #eef0e9!important;border-radius:16px!important;background:linear-gradient(105deg,#fbf8f0 0%,#fffdfa 100%)!important;box-shadow:0 5px 18px rgba(30,70,55,.035)!important;overflow:hidden!important}
  .desktopHeartbeatSummary:after{content:"";position:absolute;right:52px;bottom:22px;width:190px;height:120px;opacity:.28;background:radial-gradient(ellipse at 50% 100%,rgba(122,151,70,.55) 0 5%,transparent 6%),linear-gradient(26deg,transparent 47%,rgba(122,151,70,.45) 48% 51%,transparent 52%);transform:rotate(-11deg);pointer-events:none}
  .desktopHeartbeatSummary h2{margin:8px 0 14px!important;color:#1b78a6!important;font:500 clamp(30px,3vw,42px)/1.1 Georgia,serif!important}
  .desktopHeartbeatSummary>p:not(.eyebrow){max-width:690px!important;margin:0 0 18px!important;font-size:15px!important;line-height:1.58!important;color:#314942!important}
  .desktopSkyButton{background:var(--final-sky)!important;border-color:var(--final-sky)!important;color:#fff!important;border-radius:6px!important;box-shadow:none!important}

  /* Keep all rich service content in the build, but don't crowd the approved desktop homepage. */
  #services.services,#modalities.modalitiesHomeLink{display:none!important}
  #services.services:target{display:grid!important;max-width:1120px!important;margin:22px auto!important;border-radius:16px!important}

  /* Team overview above Adi; full clinician iframe remains available when View Our Clinicians is clicked. */
  .team{display:block!important;max-width:1120px!important;margin:14px auto 0!important;padding:0 24px!important;background:transparent!important}
  .desktopTeamSummary{position:relative!important;min-height:175px!important;padding:32px 42px!important;border:1px solid #eef0e9!important;border-radius:16px!important;background:linear-gradient(105deg,#fffdfa 0%,#fbf8f0 100%)!important;box-shadow:0 5px 18px rgba(30,70,55,.035)!important;margin-bottom:14px!important}
  .desktopTeamSummary h2{margin:6px 0 10px!important;color:#1b78a6!important;font:500 clamp(30px,3vw,40px)/1.1 Georgia,serif!important}
  .desktopTeamSummary>p:not(.eyebrow){max-width:680px!important;font-size:15px!important;line-height:1.55!important;margin-bottom:16px!important}
  .team>.teamText{display:none!important}
  .team:target>.teamText{display:block!important;margin:14px 0!important;border:1px solid #eef0e9!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important}
  #encountersGreenTeamFrame{width:100%!important;min-height:560px!important;border:0!important;display:block!important}

  /* Adi stays below Find the Right Fit, with the original photo. */
  .adie{width:100%!important;display:grid!important;grid-template-columns:321px 1fr!important;grid-template-areas:"photo eyebrow" "photo title" "photo copy1" "photo copy2" "photo script"!important;column-gap:36px!important;row-gap:4px!important;align-items:start!important;padding:32px!important;margin:0!important;background:#fbf8f0!important;border:1px solid #eef0e9!important;border-radius:16px!important;box-shadow:0 5px 18px rgba(30,70,55,.035)!important}
  .adiePhoto{grid-area:photo!important;width:321px!important;height:235px!important;aspect-ratio:auto!important;margin:0!important;border:3px solid #2d7868!important;border-radius:10px!important;overflow:hidden!important;transform:none!important;background:#fff!important}
  .adiePhoto img{position:static!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;transform:none!important}
  .adie>.eyebrow{grid-area:eyebrow!important;margin:0 0 2px!important}.adie h3{grid-area:title!important;margin:0 0 8px!important;color:#1b78a6!important;font-size:38px!important}.adie>p:nth-of-type(2){grid-area:copy1!important;margin:0!important}.adie>p:nth-of-type(3){grid-area:copy2!important;margin:7px 0 0!important}.adie>.script{grid-area:script!important;margin-top:8px!important;padding-top:0!important;border-top:0!important;color:#a26420!important}

  /* Contact sits below Adi as its own full-width bottom section. */
  .contact{display:block!important;max-width:1240px!important;margin:18px auto 0!important;padding:0 24px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .contact> :not(.desktopContactSummary){display:none!important}
  .desktopContactSummary{display:grid!important;grid-template-columns:1.1fr 1fr .85fr!important;gap:34px!important;align-items:center!important;padding:28px 38px!important;border:1px solid #e8ece9!important;border-radius:14px!important;background:#fff!important;box-shadow:0 5px 18px rgba(30,70,55,.035)!important}
  .desktopContactIntro h2{margin:5px 0 8px!important;color:#1b78a6!important;font:500 35px/1.05 Georgia,serif!important}.desktopContactIntro p:last-child{font-size:14px!important;line-height:1.5!important;margin:0!important}
  .desktopContactDetails{display:grid!important;gap:8px!important}.desktopContactDetails>a,.desktopContactDetails>div{display:grid!important;grid-template-columns:26px 1fr!important;gap:9px!important;align-items:start!important;font-size:13px!important;line-height:1.35!important}.desktopContactDetails strong{font-weight:700!important}.contactIcon{color:#177ca5!important;font-size:17px!important}
  .desktopContactActions{display:grid!important;gap:10px!important}.desktopContactActions .button{width:100%!important;text-align:center!important;padding:12px 16px!important}

  /* Dark green footer, then taller Encounters Talk strip with dark purple/black button. */
  footer{display:grid!important;grid-template-columns:1.15fr 1.35fr 1fr .45fr 1.2fr!important;gap:28px!important;align-items:center!important;margin-top:18px!important;padding:24px max(4vw,44px)!important;background:var(--final-green)!important;color:#fff!important;font-size:12px!important}
  footer .footerLogoCard{background:transparent!important;padding:0!important}.footerLogo{width:260px!important;height:62px!important}.footerLogoCard img{filter:none!important}
  footer>p:nth-of-type(1){text-align:left!important;color:#fff!important}.desktopFooterNav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 18px!important;color:#fff!important}.desktopFooterNav a{color:#fff!important}.desktopFooterSocial{display:flex!important;gap:10px!important;align-items:center!important;font-weight:900!important}.desktopFooterSocial span{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.92);color:#167ca4;display:grid;place-items:center}.desktopFooterSocial+ p{text-align:right!important;color:#fff!important}
  #encountersTalkHomepageLink{display:grid!important;grid-template-columns:1fr auto!important;gap:34px!important;align-items:center!important;min-height:116px!important;width:100%!important;max-width:none!important;margin:0!important;padding:24px max(6vw,80px)!important;border:0!important;border-radius:0!important;background:linear-gradient(105deg,#fbf9ff 0%,#f3eaff 100%)!important;box-shadow:none!important}
  #encountersTalkHomepageLink h2{font-size:19px!important;margin:0 0 4px!important;color:#263d39!important}#encountersTalkHomepageLink p{font-size:14px!important;margin:0!important}
  #encountersTalkHomepageLink .talkBottomButton{min-width:220px!important;padding:15px 27px!important;border-radius:10px!important;background:linear-gradient(135deg,#09090d 0%,#1d1023 55%,#642c80 100%)!important;border:1px solid #34213d!important;color:#fff!important;font-weight:800!important}
}

/* Desktop concept remains usable on narrower desktop/tablet viewports without altering mobile. */
@media (min-width:701px) and (max-width:1050px){
  nav.nav .navlinks{gap:20px!important;font-size:12px!important}nav.nav>.brand{width:250px!important}.navLogo{width:250px!important}.navAccountActions .button{padding:10px 12px!important;font-size:11px!important}
  .hero{grid-template-columns:1.05fr .95fr!important;gap:25px!important;padding-left:38px!important;padding-right:38px!important}.hero h1{font-size:49px!important}.heroCard{width:420px!important}.heroActionRow .button,#workHardButtonMount>.button{font-size:12px!important;padding:8px!important}
  .desktopTrustBar{padding-left:14px!important;padding-right:14px!important}.desktopGoogleReviewButton{margin-left:12px!important;padding:10px!important}.desktopGoogleReviewButton b{font-size:14px!important}
  .desktopHeartbeatSummary,.desktopTeamSummary{padding-left:30px!important;padding-right:30px!important}.adie{grid-template-columns:262px 1fr!important}.adiePhoto{width:262px!important;height:203px!important}.desktopContactSummary{grid-template-columns:1fr 1fr .8fr!important;padding:24px!important;gap:20px!important}
  footer{grid-template-columns:1.1fr 1.2fr 1fr .4fr 1.2fr!important;gap:18px!important;padding-left:28px!important;padding-right:28px!important}.footerLogo{width:210px!important}
}

/* Do not alter the established mobile site. */
@media (max-width:700px){
  .desktopOnlyFinal{display:none!important}
}

/* High-specificity desktop locks to defeat legacy mobile-first ID rules. */
@media (min-width:701px){
  .heroActionRow .googleReviewHeroMobile{display:none!important}
  #requestConsultationHero{grid-column:3!important;order:3!important;width:100%!important;min-height:56px!important;height:56px!important;background:var(--final-sky)!important;border-color:var(--final-sky)!important;color:#fff!important}
  #workHardButtonMount{grid-column:4!important;order:4!important;width:100%!important;min-height:56px!important;height:56px!important;overflow:visible!important}
  #workHardButtonMount>.button{width:100%!important;height:56px!important;min-height:56px!important;background:var(--final-sky)!important;border-color:var(--final-sky)!important;color:#fff!important}
}
@media (min-width:701px){
  .contact>.desktopContactSummary{width:100%!important;max-width:none!important;margin:0!important}
  .contact>.desktopContactSummary::after{content:none!important;display:none!important}
}
@media (min-width:701px){
  .desktopLanguageSwitch{position:absolute!important;left:max(3.5vw,28px)!important;top:22px!important;display:flex!important;align-items:center!important;gap:7px!important;z-index:3!important;color:#193f36!important;font-size:12px!important;font-weight:700!important}
  .desktopLanguageSwitch button{border:0!important;background:transparent!important;padding:0!important;color:#193f36!important;cursor:pointer!important;font:inherit!important}
  .desktopLanguageSwitch button:hover{text-decoration:underline!important}
}
@media (min-width:701px) and (max-width:1050px){nav.nav>.brand{width:290px!important}.navLogo{width:290px!important;max-width:290px!important}}


/* Daily Encounter homepage feature — production addition, 2026-08-28.
   IMPORTANT: desktop relocation only. Established mobile placement stays beside Explore Our Services. */
.dailyEncounterDesktopCard{display:none;}
.dailyEncounterMobileRow{display:none;}
.dailyEncounterHomeCard{position:relative;text-decoration:none;line-height:0;overflow:hidden;}
.dailyEncounterHomeCard img{display:block;width:100%;height:auto;}
.dailyEncounterHomeCard:focus-visible{outline:4px solid #66B3D1;outline-offset:4px;}
/* Preserve the approved scenic image while visually covering its small NEW TODAY pill. */
.dailyEncounterHomeCard::after{
  content:"";position:absolute;top:4.5%;right:3.5%;width:28%;height:13%;
  border-radius:16px;background:rgba(238,229,199,.78);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;
}

@media (min-width:701px){
  /* Desktop only: center the feature directly below the John 15:5 Post-it. */
  .dailyEncounterDesktopCard{
    display:block!important;
    /* Desktop only: visually 26% smaller than the immediately previous 99px card. Mobile remains unchanged. */
    width:73px!important;
    max-width:73px!important;
    margin:30px auto 26px!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(27,67,54,.16)!important;
  }
  .dailyEncounterDesktopCard img{border-radius:20px!important;}
  .heroCard{overflow:visible!important;}
  .dailyEncounterMobileRow{display:none!important;}
}

@media (max-width:700px){
  /* Mobile: keep only the approved side-by-side Daily Encounter link, now 22% smaller. */
  .heroCopy > .heroServicesLink,
  .heroCopy > .assurance{display:none!important;}
  /* Mobile: remove the duplicate card beneath the Post-it entirely. */
  .dailyEncounterDesktopCard{display:none!important;visibility:hidden!important;width:0!important;max-width:0!important;height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important;}
  .dailyEncounterMobileRow{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(150px,46%);
    gap:13px;
    align-items:center;
    margin-top:22px;
  }
  .dailyEncounterMobileRow .heroServicesLink{
    display:inline-flex!important;font-size:17px!important;line-height:1.2!important;
    margin:0 0 16px!important;
  }
  .dailyEncounterMobileRow .assurance{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;
    gap:11px!important;font-size:13px!important;line-height:1.25!important;margin:0!important;
  }
  .dailyEncounterMobileSlot{display:flex;justify-content:flex-end;align-items:center;min-width:0;}
  .dailyEncounterMobileCard{
    display:block!important;width:100%!important;max-width:148px!important;margin:0!important;
    border-radius:20px!important;box-shadow:0 10px 26px rgba(27,67,54,.16)!important;
  }
  .dailyEncounterMobileCard img{border-radius:20px!important;}
}
@media (max-width:390px){
  .dailyEncounterMobileRow{grid-template-columns:minmax(0,1fr) minmax(142px,45%);gap:10px;}
  .dailyEncounterMobileCard{max-width:133px!important;}
}


/* FINAL OVERRIDE 2026-08-28: desktop only. Make the entire rendered Daily Encounter
   clickable card exactly 26% visually smaller than its current rendered size. */
@media (min-width:701px){
  .dailyEncounterDesktopCard{
    transform:scale(.74)!important;
    transform-origin:top center!important;
  }
}


/* DESKTOP-ONLY FINAL FIX: make the actually rendered Daily Encounter card 28% smaller.
   The higher-specificity selector intentionally overrides earlier general card rules. */
@media (min-width:701px){
  .heroCard a.dailyEncounterHomeCard.dailyEncounterDesktopCard{
    width:72%!important;
    max-width:396px!important;
    transform:none!important;
    margin:30px auto 26px!important;
    display:block!important;
  }
  .heroCard a.dailyEncounterHomeCard.dailyEncounterDesktopCard img{
    width:100%!important;
    height:auto!important;
  }
}
