

.fhs { padding-top: 138px; }

.fhs .wrap > :last-child { margin-bottom: 0; }





.fhs-mast { padding-bottom: 56px; border-bottom: 1px solid var(--stone-mid); }

.fhs-mast h1 {

  font-size: clamp(40px, 5.6vw, 74px);

  max-width: 17ch;

  margin-top: var(--label-gap);

}

.fhs-mast .stand {

  margin-top: var(--head-gap);

  font-size: 19px;

  line-height: 1.6;

  color: var(--ink-soft);

  max-width: 62ch;

}

.fhs-mast .g-actions { margin-top: var(--btn-gap-top); }





.fhs-facts {

  list-style: none;

  margin: 38px 0 0;

  padding: 0;

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 28px;

}

.fhs-facts li {

  border-top: 1px solid var(--stone-mid);

  padding-top: 14px;

  font-size: 17px;

  line-height: 1.4;

  color: var(--ink-soft);

}





.fhs-intro {

  padding-top: 64px;

  display: grid;

  grid-template-columns: 220px minmax(0, 1fr);

  gap: 72px;

}



.fhs-index { position: sticky; top: 108px; align-self: start; }

.fhs-index ol { list-style: none; margin: 22px 0 0; padding: 0; }

.fhs-index li + li { border-top: 1px solid var(--stone-mid); }

.fhs-index a {

  display: flex;

  gap: 12px;

  padding: 13px 0;

  text-decoration: none;

  font-size: 15px;

  line-height: 1.4;

  color: var(--ink-soft);

}

.fhs-index a span { color: var(--flare-ink); font-weight: 500; }

.fhs-index a:hover, .fhs-index a:focus-visible { color: var(--flare-ink); }

.fhs-index a[aria-current="true"] { color: var(--flare-ink); font-weight: 500; }



.fhs-col { max-width: 68ch; }

.fhs-sec { padding-bottom: var(--sec-pad); }

.fhs-sec { scroll-margin-top: var(--fhs-anchor, 120px); }

.fhs-sec:last-child { padding-bottom: 0; }

.fhs-sec + .fhs-sec { border-top: 1px solid var(--stone-mid); padding-top: 56px; }

.fhs-sec h2 {

  font-size: clamp(26px, 2.6vw, 34px);

  letter-spacing: -0.025em;

  line-height: 1.2;

  margin: var(--label-gap) 0 var(--head-gap);

  max-width: 24ch;

}

.fhs-sec p {

  margin: 0 0 18px;

  font-size: 17px;

  line-height: 1.7;

  color: var(--ink-soft);

}

.fhs-sec > p:last-child { margin-bottom: 0; }

.fhs-sec > .eyebrow + p { margin-top: var(--label-gap); }

.fhs-lead { font-size: clamp(18px, 1.35vw, 21px) !important; line-height: 1.6; color: var(--red110) !important; }

.fhs-how-lab {

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--warm-grey);

  margin: 0 0 14px;

}



.fhs-reqs {

  margin: 34px 0 0;

  padding: 0;

  list-style: none;

  display: grid;

  gap: 26px;

}

.fhs-reqs .req {

  border-top: 1px solid var(--stone-mid);

  padding-top: 20px;

  display: grid;

  grid-template-columns: 260px minmax(0, 1fr);

  gap: 26px;

  align-items: start;

}

.fhs-reqs .req-head { display: grid; gap: 12px; }

.fhs-reqs .req-n { font-size: 22px; }

.fhs-reqs .req-fig img {

  display: block;

  width: 100%;

  height: auto;

  border-radius: 14px;

  aspect-ratio: 3 / 2;

  object-fit: cover;

  background: var(--stonelight);

}

.fhs-reqs p { margin: 0; }



.req-n {

  font-family: var(--font-display);

  font-weight: 500;

  color: var(--flare-ink);

  letter-spacing: -0.02em;

  line-height: 1;

}



.fhs-pull {

  font-family: var(--font-display);

  font-size: clamp(20px, 1.9vw, 26px) !important;

  line-height: 1.22 !important;

  letter-spacing: -0.02em;

  color: var(--red110) !important;

  border-left: 2px solid var(--flare);

  padding-left: 24px;

  margin: 34px 0 0 !important;

}



.fhs-panel {

  margin-top: var(--label-gap);

  border: 1px solid var(--stone-mid);

  border-radius: var(--radius-panel);

  background: var(--stonelight);

  padding: 40px;

}

.fhs-panel h2 { margin-top: 0; }

.fhs-how { list-style: none; margin: 0; padding: 0; display: grid; }

.fhs-how li {

  display: grid;

  grid-template-columns: 46px minmax(0, 1fr);

  gap: 14px;

  padding: 20px 0;

  border-top: 1px solid var(--stone-mid);

}

.fhs-how .req-n { font-size: 20px; }

.fhs-how p { margin: 0; }



.fhs-cols {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 26px;

  margin-top: 34px;

}

.fhs-cols > div {

  border: 1px solid var(--stone-mid);

  border-radius: var(--radius-panel);

  padding: 30px;

}

.fhs-clay { display: block; width: 72px; height: 72px; margin-bottom: 14px; }

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

.fhs-bullets li {

  position: relative;

  padding-left: 18px;

  font-size: 15px;

  line-height: 1.6;

  color: var(--ink-soft);

}

.fhs-bullets li::before {

  content: "";

  position: absolute;

  left: 0;

  top: 9px;

  width: 5px;

  height: 5px;

  border-radius: 999px;

  background: var(--flare);

}



.fhs-start { margin-top: 40px; }

.fhs-start[hidden] { display: none; }

.fhs-mast .fhs-start { margin-top: var(--btn-gap-top); }

.fhs-panel .fhs-start { margin-top: 30px; }



.fhs .g-close .eyebrow { justify-content: center; }

.fhs .g-close h2 { margin-top: var(--label-gap); }



@media (max-width: 1000px) {

  .fhs-intro { grid-template-columns: minmax(0, 1fr); gap: 0; }

  .fhs-index { position: static; margin-bottom: 44px; }

  .fhs-col { max-width: none; }

}

@media (max-width: 900px) {

  .fhs-reqs .req { grid-template-columns: minmax(0, 1fr); }

  .fhs-reqs .req-fig img { max-width: 320px; }

}





.fhs-check[hidden] { display: none; }



.fm { color: var(--red110); text-align: left; }



.fhs-pop .sam-box {

  width: min(1040px, 100%);

  max-height: min(860px, calc(100vh - 48px));

  padding: 26px 34px 24px;

}

.fhs-pop .fm-prog { margin-right: 46px; }

.fhs-pop .fm-body { overflow: auto; padding-right: 4px; }

.fhs-pop .fhs-result { padding: 0; }

.fhs-pop .fhs-result .ar-root { --ar-paper: var(--modal-plate, #F8F6F2); }





@keyframes q-out-fwd {

  from { opacity: 1; transform: none; }

  to { opacity: 0; transform: translateX(-16px); }

}

@keyframes q-out-back {

  from { opacity: 1; transform: none; }

  to { opacity: 0; transform: translateX(16px); }

}

@keyframes q-in-fwd {

  from { opacity: 0; transform: translate(16px, 12px); }

  to { opacity: 1; transform: none; }

}

@keyframes q-in-back {

  from { opacity: 0; transform: translate(-16px, 12px); }

  to { opacity: 1; transform: none; }

}

@keyframes q-tile-rise {

  from { opacity: 0; transform: translateY(12px); }

  to { opacity: 1; transform: none; }

}



.fm .fhs-q.q-out[data-dir="fwd"] { animation: q-out-fwd .34s cubic-bezier(.22,.61,.36,1) both; }

.fm .fhs-q.q-out[data-dir="back"] { animation: q-out-back .34s cubic-bezier(.22,.61,.36,1) both; }

.fm .fhs-q.q-in[data-dir="fwd"] { animation: q-in-fwd .34s cubic-bezier(.22,.61,.36,1) backwards; }

.fm .fhs-q.q-in[data-dir="back"] { animation: q-in-back .34s cubic-bezier(.22,.61,.36,1) backwards; }



.fm .f-tile.t-rise {

  animation: q-tile-rise .34s cubic-bezier(.22,.61,.36,1) backwards;

  animation-delay: var(--d, 0ms);

}



.fm-prog {

  display: flex;

  gap: 8px;

  margin: 0 0 12px;

  width: min(100%, 640px);

  flex: none;

}

.fm-seg {

  flex: 1 1 0;

  height: 2px;

  background: var(--stone-mid);

  border-radius: 2px;

  overflow: hidden;

}

.fm-seg i {

  display: block;

  height: 100%;

  border-radius: 2px;

  background: var(--flare);

  transform: scaleX(0);

  transform-origin: left center;

  transition: transform .34s cubic-bezier(.22,.61,.36,1), opacity .34s cubic-bezier(.22,.61,.36,1);

}

.fm-seg.done i, .fm-seg.on i { transform: scaleX(1); }

.fm-seg.on i { opacity: .55; }



.fm-body {

  flex: 1 1 auto;

  min-height: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

}

.fm .fhs-q h2 {

  font-size: 34px;

  letter-spacing: -0.025em;

  line-height: 1.25;

  margin: 0 0 6px;

  max-width: 22ch;

}

.fm-stand {

  font-size: 15px;

  line-height: 1.5;

  color: var(--warm-grey);

  margin: 0 0 10px;

  max-width: 60ch;

}

.fm-stand[hidden] { display: none; }



.fm-field { padding: 0 0 22px; }

.fm-lab {

  display: block;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--warm-grey);

  margin-bottom: 10px;

}

.fm-row {

  display: grid;

  grid-template-columns: 176px minmax(0, 1fr);

  gap: 22px;

  align-items: start;

  padding: 18px 0 16px;

  border-top: 1px solid var(--stone-mid);

}

.fm-row[hidden] { display: none; }

.fm-row .fm-lab { padding-top: 8px; margin-bottom: 0; }

.fm-ctl { min-width: 0; }



.fm-switch {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  font: inherit;

  background: transparent;

  border: 0;

  padding: 4px 0;

  cursor: pointer;

  color: var(--red110);

}

.sw-track {

  position: relative;

  display: block;

  width: 46px;

  height: 26px;

  border-radius: 999px;

  box-shadow: inset 0 0 0 1px var(--stone-mid);

  background: transparent;

  transition: box-shadow .22s ease, background-color .22s ease;

}

.sw-knob {

  position: absolute;

  top: 4px;

  left: 4px;

  width: 18px;

  height: 18px;

  border-radius: 999px;

  background: var(--warm-grey);

  transition: transform .22s cubic-bezier(.22,.61,.36,1), background-color .22s ease;

}

.fm-switch[aria-checked="true"] .sw-track { background: var(--flare); box-shadow: none; }

.fm-switch[aria-checked="true"] .sw-knob { transform: translateX(20px); background: #ffffff; }

.fm-switch .sw-state { font-size: 15px; line-height: 1.5; }

.fm-switch:focus-visible { outline: 2px solid var(--flare); outline-offset: 3px; border-radius: 999px; }



.fm-ctl .f-text {

  width: 100%;

  max-width: 260px;

  display: block;

  background: transparent;

  color: var(--red110);

  border: 0;

  border-bottom: 1px solid var(--stone-mid);

  border-radius: 0;

  padding: 4px 0 8px;

  font-family: "Borna", "DM Sans", ui-sans-serif, system-ui, sans-serif;

  font-weight: 500;

  letter-spacing: -0.02em;

  transition: border-color .2s ease;

  appearance: none;

}

.fm-ctl .f-big { font-size: 34px; line-height: 1.2; }

.fm-ctl .f-text:focus { outline: 0; border-bottom-color: var(--flare); }

.fm-ctl .f-text::placeholder { color: var(--warm-grey); opacity: .7; }

.fm-ctl .f-text::-webkit-inner-spin-button,

.fm-ctl .f-text::-webkit-outer-spin-button { appearance: none; margin: 0; }



.fm .f-tiles { gap: 20px; margin: 0; align-items: stretch; }

.fm .f-tiles.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 212px; }

.fm .f-tiles.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 465px; }

.fm .f-tiles.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 620px; }

.fm .f-tiles.cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 765px; }

.fm .f-tile { padding-bottom: 14px; }

.fm .f-tile .t-name {

  font-size: 12px;

  line-height: 1.25;

  letter-spacing: .16em;

}



.fm .f-tile .t-name,

.r-chip .c-name,

.r-chip .c-val,

.r-chip .c-cap,

.r-chip .c-state,

.fhs-verdict .v-meta,

.fm-lab {

  overflow-wrap: normal;

  word-break: normal;

  -webkit-hyphens: none;

  hyphens: none;

}

.t-w { white-space: nowrap; }

.fm .f-tile img {

  filter: saturate(.35) opacity(.55);

  width: 72px;

  height: 72px;

  margin: 4px auto 6px;

  object-fit: contain;

}



.fm-lab-art {

  width: 28px;

  height: 28px;

  display: block;

  object-fit: contain;

  filter: saturate(.5) opacity(.8);

}

.fm-row .fm-lab { display: flex; align-items: center; gap: 10px; }



.fm-hint { margin: 10px 0 0; font-size: 15px; line-height: 1.5; color: var(--warm-grey); max-width: 62ch; }

.fm-flag { margin: 8px 0 0; font-size: 15px; line-height: 1.5; color: var(--ember); }

.fm-flag[hidden] { display: none; }

.fm-gate {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 24px;

  max-width: 860px;

  text-align: left;

}

.fm-in label {

  display: block;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--warm-grey);

  margin-bottom: 2px;

}

.fm-in input {

  font-family: "Borna", "DM Sans", ui-sans-serif, system-ui, sans-serif;

  font-weight: 500;

  letter-spacing: -0.02em;

  font-size: 22px;

  width: 100%;

  background: transparent;

  color: var(--red110);

  border: 0;

  border-bottom: 1px solid var(--stone-mid);

  border-radius: 0;

  padding: 6px 0 7px;

  transition: border-color .2s ease;

}

.fm-in input:focus { outline: 0; border-bottom-color: var(--flare); }

.fm-in ::placeholder { color: var(--warm-grey); opacity: .8; }



.fm-nav {

  display: flex;

  align-items: center;

  gap: 18px;

  margin-top: 0;

  padding-top: 20px;

  flex: none;

}

.fm-go {

  border: 0;

  cursor: pointer;

  order: 2;

  margin: 0 0 0 auto;

}

.fm-go:hover { background: var(--flare-dark); }

.fm-go[disabled] { opacity: .45; cursor: not-allowed; }

.fm-go[disabled]:hover { background: var(--flare); }

.fm-back {

  order: 1;

  font-family: "DM Sans", ui-sans-serif, system-ui, "Helvetica Neue", Arial, sans-serif;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.55;

  border: 0;

  border-radius: 999px;

  background: transparent;

  color: var(--red110);

  box-shadow: inset 0 0 0 1px var(--stone-mid);

  padding: 14px 26px;

  cursor: pointer;

  appearance: none;

}

.fm-back:hover { background: var(--stonelight); }

.fm-back[hidden] { display: none; }

.fm-count {

  display: block;

  margin: 0 0 26px;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--warm-grey);

  font-variant-numeric: tabular-nums;

}

.fm-go:focus-visible, .fm-back:focus-visible { outline: 2px solid var(--flare); outline-offset: 3px; }





.fhs-result { padding-top: var(--sec-pad); padding-bottom: 20px; }

.fhs-result .ar-root { --ar-paper: var(--paper); }



.fhs-verdict {

  display: flex;

  align-items: flex-start;

  gap: 22px;

  padding: 26px 28px 24px;

  border: 1px solid var(--stone-mid);

  border-radius: 8px;

  background: var(--stonelight);

}

.fhs-verdict .v-mark {

  flex: none;

  width: 40px;

  height: 40px;

  display: block;

  color: #1F7A4D;

}

.fhs-verdict.v-close .v-mark { color: #B45309; }

.fhs-verdict.v-fail .v-mark { color: var(--flare-ink); }

.fhs-verdict .v-glyph { display: block; }

.fhs-verdict .v-body { min-width: 0; }

.fhs-verdict .ar-title { font-size: 34px; max-width: 24ch; margin: 0; }

.fhs-verdict .fhs-sub { margin: 10px 0 0; }

.fhs-verdict .v-meta {

  margin: 18px 0 0;

  font-size: 15px;

  line-height: 1.5;

  color: var(--warm-grey);

}

.fhs-result .ar-chartcard { margin-top: 22px; }

.fhs-result .fhs-verdict + .fhs-measures { margin-top: 30px; }

.fhs-result .ar-stat { padding: 20px 22px 18px; }

.fhs-result .ar-fig { font-size: clamp(40px, 4vw, 52px); }

.fhs-result .ar-stat .f-lab {

  display: block;

  margin: 10px 0 0;

  font-size: 12px;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: var(--warm-grey);

}

.fhs-sub {

  margin: 16px 0 0;

  font-size: 17px;

  line-height: 1.55;

  color: var(--ink-soft);

  max-width: 62ch;

}



.fhs-measures { margin-top: 34px; }

.ar-list.fhs-rows {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;

  align-content: start;

  align-items: start;

  margin-top: 16px;

}

.ar-list.fhs-rows > li {

  display: block;

  padding: 0;

  border: 1px solid var(--stone-mid);

  border-radius: 4px;

  overflow: hidden;

}

.r-chip {

  font: inherit;

  width: 100%;

  text-align: left;

  cursor: pointer;

  border: 0;

  background: transparent;

  color: var(--red110);

  padding: 20px 20px 18px;

  display: block;

}

.r-chip .c-top {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  margin-bottom: 14px;

}

.r-chip .c-name {

  display: block;

  font-family: "Borna", "DM Sans", ui-sans-serif, system-ui, sans-serif;

  font-weight: 500;

  letter-spacing: -0.02em;

  font-size: 20px;

  line-height: 1.25;

  margin-bottom: 14px;

}

.r-chip .c-cell { min-width: 0; display: block; margin-top: 12px; }

.r-chip .c-ent { margin-top: 0; padding-top: 12px; border-top: 1px solid var(--stone-mid); }

.r-chip .c-cap {

  display: block;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--warm-grey);

  margin-bottom: 4px;

}

.r-chip .c-val {

  display: block;

  font-size: 15px;

  line-height: 1.45;

  color: var(--ink-soft);

}

.r-chip .c-req .c-val { color: var(--red110); }



.r-chip .c-state {

  flex: none;

  display: inline-flex;

  align-items: center;

  gap: 6px;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  padding: 5px 12px;

  border-radius: 999px;

  background: #E4F1E9;

  color: #1F7A4D;

  white-space: nowrap;

}

.r-chip .c-mark { flex: none; display: block; }

.r-chip.state-close .c-state { background: #FBEEDA; color: #B45309; }

.r-chip.state-fail .c-state { background: var(--flare-ink); color: #ffffff; }

.r-chip:focus-visible { outline: 2px solid var(--flare); outline-offset: 2px; }

.r-chip[aria-expanded="true"] .c-name { color: var(--ember); }



.r-chip .c-more {

  display: flex;

  align-items: center;

  gap: 8px;

  margin-top: 16px;

  padding-top: 14px;

  border-top: 1px solid var(--stone-mid);

  color: var(--warm-grey);

  transition: color .22s cubic-bezier(.2,.7,.3,1);

}

.r-chip .c-more-lab {

  font-size: 12px;

  font-weight: 500;

  letter-spacing: .16em;

  text-transform: uppercase;

}

.r-chip:hover .c-more, .r-chip[aria-expanded="true"] .c-more { color: var(--ember); }



.r-note { padding: 0 20px; }

.r-note[hidden] { display: none; }

.r-note p {

  margin: 0;

  font-size: 15px;

  line-height: 1.6;

  color: var(--ink-soft);

  text-wrap: pretty;

}



.fhs-result .ar-fold { margin-top: 26px; }

.fhs-result .ar-fold summary h3 { font-size: 12px; letter-spacing: 0.16em; }

.fhs-result .ar-show { font-size: 15px; }

.r-detail-in { padding: 6px 0 10px; }

.fhs-result .ar-table-wrap { margin-top: 22px; }

.fhs-result .tbl .sub { display: block; font-size: 15px; color: var(--warm-grey); }



.fhs-result .tbl td.fhs-gryd-col,

.fhs-result .tbl th.fhs-gryd-col,

.fhs-result .tbl .fhs-gryd-col .sub { color: var(--flare-ink); }

.fhs-result .num { font-variant-numeric: tabular-nums; }

.fhs-result .note { font-size: 15px; line-height: 1.6; color: var(--warm-grey); max-width: 74ch; margin: 22px 0 0; }

.fhs-result .ar-foot.note { font-size: 13px; }

.fhs-result .note.flag { color: var(--ember); }

.fhs-result .r-detail-in .note { margin: 0 0 14px; }

.fhs-result .ar-acts { gap: 18px; margin-top: 26px; flex-wrap: wrap; }



.fm-sent { margin: 14px auto 0; max-width: 620px; font-size: 15px; line-height: 1.5; color: var(--ember); }

.fm-sent[hidden] { display: none; }



@media (max-width: 1180px) {

  .ar-list.fhs-rows { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .fm-gate { grid-template-columns: repeat(2, minmax(0, 1fr)); }

}

@media (max-width: 760px) {

  .fhs-result .ar-table { font-size: 15px; }

  .fhs-mast .fhs-start .btn { display: block; width: 100%; }

  .fhs-facts { grid-template-columns: 1fr; gap: 0; }

  .fhs-facts li { margin-top: 12px; }

  .fhs-result .ar-stat { padding: 16px 16px 14px; }

  .fhs-check { padding-top: 52px; }

  .fhs-intro { padding-top: 44px; }

  .fm-nav { margin-top: 26px; }

  .fm .fhs-q h2 { font-size: 26px; }

  .fm-row { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 14px 0 12px; }

  .fm-row .fm-lab { padding-top: 0; }

  .fm .f-tiles.cols-3, .fm .f-tiles.cols-4, .fm .f-tiles.cols-5 {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  .fm .f-tile img { width: 56px; height: 56px; }

  .fm-gate { grid-template-columns: 1fr; gap: 16px; }

  .ar-list.fhs-rows { grid-template-columns: minmax(0, 1fr); gap: 12px; }

  .r-chip { padding: 18px 16px 16px; }

  .r-note { padding: 0 16px; }

  .fhs-cols { grid-template-columns: minmax(0, 1fr); gap: 24px; }

  .fhs-pop .sam-box { padding: 22px 20px 20px; max-height: calc(100vh - 24px); }

  .fhs-pop .fm-prog { margin-right: 40px; }

  .fhs-verdict { flex-direction: column; gap: 14px; padding: 20px 18px 18px; }

  .fhs-verdict .ar-title { font-size: 26px; }

  .fm-count { margin-bottom: 18px; }

}

@media (prefers-reduced-motion: reduce) {

  .fm, .fm-box, .fm .f-tile img, .fm-seg i, .r-chip { transition: none; }

  .fm .fhs-q.q-out, .fm .fhs-q.q-in, .fm .f-tile.t-rise { animation: none; }

}





.fhs-measures .fhs-hint {

  margin: 0 0 2px;

  font-size: 15px;

  line-height: 1.5;

  color: var(--warm-grey);

}



.ar-list.fhs-rows > li:hover { cursor: pointer; }

.r-chip .c-chev {

  flex: none;

  width: 12px;

  height: 12px;

  margin-left: auto;

  color: inherit;

  transition: transform .22s cubic-bezier(.2,.7,.3,1);

}

.r-chip:hover .c-chev { color: var(--ember); }

.r-chip[aria-expanded="true"] .c-chev { transform: rotate(180deg); color: var(--ember); }



.r-note {

  display: grid;

  grid-template-rows: 0fr;

  transition: grid-template-rows .22s cubic-bezier(.2,.7,.3,1);

}

.r-note.open { grid-template-rows: 1fr; }

.r-note-in { overflow: hidden; }

.r-note p { padding-bottom: 18px; }



@keyframes fhs-rise {

  from { opacity: 0; transform: translateY(12px); }

  to { opacity: 1; transform: none; }

}

.fhs .rise,

.fhs-pop .rise {

  animation: fhs-rise .22s cubic-bezier(.2,.7,.3,1) backwards;

  animation-delay: var(--d, 0ms);

}



@media (prefers-reduced-motion: reduce) {

  .fhs .rise, .fhs-pop .rise { animation: none; }

  .r-chip .c-chev, .r-note { transition: none; }

}



.r-chip .c-art {

  flex: none;

  width: 64px;

  height: 64px;

  display: block;

  object-fit: contain;

}

