/* ===================================================================
   FindYourStocking — 溫暖醫療編輯感選購引導
   =================================================================== */

.fys-page {
    --fys-ink: #263846;
    --fys-ink-soft: #5b6a73;
    --fys-blue: #2c4a6b;
    --fys-blue-deep: #20384f;
    --fys-cream: #f5f1e8;
    --fys-paper: #fbf9f4;
    --fys-white: #ffffff;
    --fys-sage: #b8c4b4;
    --fys-sage-deep: #6f846e;
    --fys-rose: #d8aa99;
    --fys-sand: #e8dcc8;
    --fys-line: rgba(38, 56, 70, 0.14);
    --fys-focus: #d76f4f;
    overflow: hidden;
    background: var(--fys-paper);
    color: var(--fys-ink);
    font-family: "Noto Sans TC", "思源黑體 TC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

[v-cloak] {
    display: none !important;
}

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

.fys-page a {
    color: inherit;
    text-decoration: none;
}

.fys-page button,
.fys-page a {
    -webkit-tap-highlight-color: transparent;
}

.fys-page button:focus-visible,
.fys-page a:focus-visible {
    outline: 3px solid var(--fys-focus);
    outline-offset: 4px;
}

.fys-container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
}

/* ---------- Intro ---------- */

.fys-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(58px, 8vw, 104px) 0 clamp(104px, 12vw, 164px);
    border-bottom: 1px solid var(--fys-line);
    background:
        radial-gradient(circle at 81% 18%, rgba(184, 196, 180, 0.58), transparent 26%),
        linear-gradient(135deg, #fbf8f1 0%, #f2eee6 53%, #e7ede7 100%);
}

.fys-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(44, 74, 107, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(44, 74, 107, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    mask-image: linear-gradient(to right, transparent 6%, #000 52%, #000);
}

.fys-hero::after {
    position: absolute;
    right: -70px;
    bottom: 52px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(44, 74, 107, 0.09);
    border-radius: 50%;
    content: "";
}

.fys-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
    gap: clamp(52px, 8vw, 108px);
    align-items: center;
}

.fys-kicker,
.fys-guide__label,
.fys-guide__step {
    margin: 0;
    color: var(--fys-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 1.5;
}

.fys-kicker {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 20px;
}

.fys-kicker span {
    width: 30px;
    height: 2px;
    background: var(--fys-rose);
}

.fys-hero h1 {
    max-width: 710px;
    margin: 0;
    color: var(--fys-ink);
    font-size: clamp(39px, 5.1vw, 67px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.16;
}

.fys-hero h1 em {
    color: var(--fys-blue);
    font-style: normal;
}

.fys-hero__lead {
    max-width: 640px;
    margin: 28px 0 0;
    color: var(--fys-ink-soft);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.9;
}

.fys-hero__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 34px 0 0;
    padding: 0;
    color: var(--fys-ink-soft);
    font-size: 14px;
    list-style: none;
}

.fys-hero__notes li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.fys-hero__notes i {
    color: var(--fys-blue);
    font-size: 17px;
}

.fys-hero__visual {
    position: relative;
    display: grid;
    min-height: 420px;
    padding-bottom: 18px;
    min-width: 0;
    margin: 0;
    align-content: center;
    justify-items: center;
}

.fys-hero__visual::before {
    position: absolute;
    top: 7%;
    right: -8%;
    width: 82%;
    aspect-ratio: 1;
    border: 1px solid rgba(44, 74, 107, 0.14);
    border-radius: 50%;
    content: "";
}

.fys-hero__image-frame {
    position: relative;
    z-index: 1;
    width: min(88%, 340px);
    aspect-ratio: 1;
    padding: 9px;
    border: 1px solid rgba(44, 74, 107, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 30px 70px rgba(32, 56, 79, 0.16);
    overflow: hidden;
    transform: rotate(1.5deg);
}

.fys-hero__image-frame::before {
    position: absolute;
    z-index: 2;
    inset: 9px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    content: "";
    pointer-events: none;
}

.fys-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.fys-orbit-tag {
    position: absolute;
    z-index: 3;
    display: grid;
    min-width: 62px;
    height: 62px;
    padding: 0 11px;
    place-items: center;
    border: 1px solid rgba(44, 74, 107, 0.12);
    border-radius: 50%;
    background: rgba(251, 249, 244, 0.94);
    box-shadow: 0 12px 32px rgba(38, 56, 70, 0.12);
    color: var(--fys-blue-deep);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.fys-orbit-tag--pressure {
    top: 24px;
    right: 8px;
}

.fys-orbit-tag--length {
    top: 174px;
    left: -8px;
}

.fys-orbit-tag--material {
    right: -8px;
    bottom: 58px;
}

.fys-hero__stamp {
    position: absolute;
    z-index: 3;
    right: 48px;
    bottom: 2px;
    display: grid;
    width: 86px;
    height: 86px;
    place-content: center;
    border-radius: 50%;
    background: var(--fys-rose);
    box-shadow: 0 16px 34px rgba(127, 83, 66, 0.22);
    color: #fff;
    text-align: center;
    transform: rotate(-7deg);
}

.fys-hero__stamp strong,
.fys-hero__stamp span {
    display: block;
    line-height: 1.35;
}

.fys-hero__stamp strong {
    font-size: 16px;
}

.fys-hero__stamp span {
    font-size: 14px;
    letter-spacing: 0.06em;
}

/* ---------- Guide shell ---------- */

.fys-guide {
    position: relative;
    z-index: 4;
    padding: 0 0 clamp(64px, 9vw, 112px);
    background:
        radial-gradient(circle at 9% 64%, rgba(216, 170, 153, 0.12), transparent 20%),
        var(--fys-paper);
}

.fys-guide__shell {
    display: grid;
    grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.55fr);
    min-height: 610px;
    border: 1px solid rgba(38, 56, 70, 0.1);
    border-radius: 20px;
    background: var(--fys-white);
    box-shadow: 0 30px 80px rgba(38, 56, 70, 0.12);
    overflow: hidden;
    transform: translateY(-62px);
    scroll-margin-top: 96px;
}

.fys-guide__sidebar {
    display: flex;
    padding: clamp(30px, 4vw, 48px);
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 100% 0%, rgba(184, 196, 180, 0.26), transparent 32%),
        var(--fys-blue-deep);
    color: #fff;
}

.fys-guide__sidebar .fys-guide__label {
    margin-bottom: 18px;
    color: #b8c9d5;
}

.fys-guide__sidebar h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 2.7vw, 36px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.38;
}

.fys-guide__sidebar > div:first-child > p:last-child {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

.fys-progress {
    margin-top: 42px;
}

.fys-progress__meta {
    display: flex;
    margin-bottom: 11px;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.fys-progress__meta strong {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

.fys-progress__track {
    height: 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
}

.fys-progress__track span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: var(--fys-rose);
    transition: width 420ms ease;
}

.fys-trail {
    margin-top: 36px;
}

.fys-trail > p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.fys-trail ol {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fys-trail li {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.fys-trail li span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: var(--fys-sand);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

.fys-trail li strong {
    padding-top: 1px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.fys-guide__reassurance {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 34px;
    align-items: center;
}

.fys-guide__reassurance > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--fys-sage);
    color: var(--fys-blue-deep);
    font-weight: 800;
}

.fys-guide__reassurance p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.65;
}

.fys-guide__reassurance strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.fys-guide__content {
    display: flex;
    min-width: 0;
    padding: clamp(32px, 5vw, 64px);
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(rgba(44, 74, 107, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(44, 74, 107, 0.022) 1px, transparent 1px),
        #fff;
    background-size: 28px 28px;
}

.fys-question,
.fys-results,
.fys-state {
    width: 100%;
}

.fys-question > h2,
.fys-results__intro h2,
.fys-state h2 {
    margin: 12px 0 0;
    color: var(--fys-ink);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.35;
}

.fys-question__hint,
.fys-results__intro > p:last-child,
.fys-state > p:not(.fys-guide__step) {
    margin: 12px 0 0;
    color: var(--fys-ink-soft);
    font-size: 14px;
}

/* ---------- Options ---------- */

.fys-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 30px;
}

.fys-option-card {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    gap: 13px;
    width: 100%;
    min-height: 104px;
    padding: 20px;
    align-items: center;
    border: 1px solid var(--fys-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(38, 56, 70, 0.04);
    color: var(--fys-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.fys-option-card::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 34px;
    height: 34px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0 0 12px;
    content: "";
    transition: border-color 180ms ease;
}

.fys-option-card:hover {
    border-color: rgba(44, 74, 107, 0.42);
    background: #fff;
    box-shadow: 0 16px 34px rgba(38, 56, 70, 0.1);
    transform: translateY(-3px);
}

.fys-option-card:hover::after {
    border-color: var(--fys-rose);
}

.fys-option-card__number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--fys-cream);
    color: var(--fys-blue);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 180ms ease, color 180ms ease;
}

.fys-option-card:hover .fys-option-card__number {
    background: var(--fys-blue);
    color: #fff;
}

.fys-option-card__body {
    min-width: 0;
}

.fys-option-card__body strong,
.fys-option-card__body small {
    display: block;
}

.fys-option-card__body strong {
    color: var(--fys-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.fys-option-card__body small {
    margin-top: 4px;
    color: var(--fys-ink-soft);
    font-size: 14px;
    line-height: 1.6;
}

.fys-option-card__arrow {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid var(--fys-line);
    border-radius: 50%;
    color: var(--fys-blue);
    font-size: 16px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fys-option-card:hover .fys-option-card__arrow {
    border-color: var(--fys-blue);
    background: var(--fys-blue);
    color: #fff;
    transform: translateX(2px);
}

/* ---------- Loading / state ---------- */

.fys-loading,
.fys-state {
    display: flex;
    min-height: 370px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.fys-loading {
    color: var(--fys-ink-soft);
}

.fys-loading > strong {
    margin-top: 22px;
    color: var(--fys-ink);
    font-size: 17px;
}

.fys-loading > span:last-child {
    margin-top: 3px;
    font-size: 14px;
}

.fys-loading__mark {
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--fys-line);
    border-radius: 50%;
    background: var(--fys-cream);
}

.fys-loading__mark span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fys-blue);
    animation: fys-pulse 1s ease-in-out infinite;
}

.fys-loading__mark span:nth-child(2) {
    animation-delay: 120ms;
}

.fys-loading__mark span:nth-child(3) {
    animation-delay: 240ms;
}

.fys-state {
    max-width: 540px;
    margin-inline: auto;
}

.fys-state__icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--fys-cream);
    color: var(--fys-blue);
    font-size: 28px;
}

.fys-state--error .fys-state__icon {
    background: #faece7;
    color: #ad563d;
}

.fys-state .fys-button {
    margin-top: 26px;
}

/* ---------- Results ---------- */

.fys-results__intro {
    position: relative;
    padding: 0 0 30px 68px;
    border-bottom: 1px solid var(--fys-line);
}

.fys-results__check {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--fys-sage);
    color: var(--fys-blue-deep);
    font-size: 20px;
    font-weight: 800;
}

.fys-results__intro h2 {
    font-size: clamp(27px, 3vw, 38px);
}

.fys-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.fys-product-card {
    display: flex;
    min-width: 0;
    margin: 0;
    flex-direction: column;
    border: 1px solid var(--fys-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(38, 56, 70, 0.06);
    overflow: hidden;
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.fys-product-card:hover {
    box-shadow: 0 20px 44px rgba(38, 56, 70, 0.12);
    transform: translateY(-4px);
}

.fys-product-card__media {
    position: relative;
    display: flex;
    aspect-ratio: 4 / 3;
    padding: 24px;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(145deg, rgba(245, 241, 232, 0.86), rgba(232, 238, 232, 0.72));
    overflow: hidden;
}

.fys-product-card__media::after {
    position: absolute;
    right: -52px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(44, 74, 107, 0.12);
    border-radius: 50%;
    content: "";
}

.fys-product-card__media img {
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
    transition: transform 300ms ease;
}

.fys-product-card:hover .fys-product-card__media img {
    transform: scale(1.035);
}

.fys-product-card__rank {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 5px 9px;
    border-radius: 4px;
    background: var(--fys-blue-deep);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.fys-product-card__content {
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
}

.fys-product-card__content h3 {
    margin: 0;
    color: var(--fys-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}

.fys-product-card__content h3 a:hover {
    color: var(--fys-blue);
}

.fys-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 20px 0 0;
    background: var(--fys-line);
    border: 1px solid var(--fys-line);
    border-radius: 8px;
    overflow: hidden;
}

.fys-spec-list > div {
    min-width: 0;
    padding: 10px 11px;
    background: var(--fys-paper);
}

.fys-spec-list dt,
.fys-spec-list dd {
    margin: 0;
}

.fys-spec-list dt {
    color: var(--fys-ink-soft);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.fys-spec-list dd {
    margin-top: 2px;
    color: var(--fys-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.fys-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 15px;
}

.fys-tags span {
    padding: 4px 9px;
    border: 1px solid rgba(111, 132, 110, 0.25);
    border-radius: 99px;
    background: rgba(184, 196, 180, 0.17);
    color: #526952;
    font-size: 14px;
    font-weight: 500;
}

.fys-product-card__link {
    display: flex;
    margin-top: auto;
    padding-top: 22px;
    align-items: center;
    justify-content: space-between;
    color: var(--fys-blue) !important;
    font-size: 14px;
    font-weight: 700;
}

.fys-product-card__link span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: var(--fys-blue);
    color: #fff;
    transition: transform 180ms ease;
}

.fys-product-card__link:hover span {
    transform: translateX(3px);
}

.fys-medical-note {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-top: 24px;
    padding: 18px 20px;
    align-items: start;
    border-left: 3px solid var(--fys-rose);
    background: #f8f4ed;
}

.fys-medical-note i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--fys-blue);
    font-size: 17px;
}

.fys-medical-note p {
    margin: 0;
    color: var(--fys-ink-soft);
    font-size: 14px;
    line-height: 1.75;
}

.fys-medical-note strong {
    display: block;
    margin-bottom: 2px;
    color: var(--fys-ink);
    font-size: 14px;
}

/* ---------- Actions ---------- */

.fys-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    align-items: center;
}

.fys-button {
    display: inline-flex;
    min-height: 48px;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--fys-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fys-button--primary {
    background: var(--fys-blue);
    color: #fff !important;
}

.fys-button--primary:hover {
    background: var(--fys-blue-deep);
    transform: translateY(-2px);
}

.fys-button--ghost {
    border-color: var(--fys-line);
    background: #fff;
}

.fys-button--ghost:hover {
    border-color: var(--fys-blue);
    color: var(--fys-blue);
}

.fys-button--text {
    color: var(--fys-ink-soft);
}

.fys-button--text:hover {
    color: var(--fys-blue);
}

/* ---------- Footer trust strip ---------- */

.fys-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -16px;
    border-top: 1px solid var(--fys-line);
    border-bottom: 1px solid var(--fys-line);
}

.fys-trust > * {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 26px 28px;
    align-items: center;
}

.fys-trust > * + * {
    border-left: 1px solid var(--fys-line);
}

.fys-trust__line {
    transition: background-color 180ms ease, color 180ms ease;
}

.fys-trust__line:hover {
    background: rgba(184, 196, 180, 0.18);
}

.fys-trust__line:hover strong {
    color: var(--fys-blue);
}

.fys-trust__line b {
    margin-left: 4px;
    color: #168d47;
    font-size: 15px;
}

.fys-trust span {
    color: var(--fys-rose);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.fys-trust p {
    margin: 0;
    color: var(--fys-ink-soft);
    font-size: 14px;
    line-height: 1.65;
}

.fys-trust strong {
    display: block;
    color: var(--fys-ink);
    font-size: 14px;
}

/* ---------- Motion ---------- */

@keyframes fys-fade-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fys-pulse {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-4px); }
}

.fys-animate-in {
    animation: fys-fade-in 360ms ease both;
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
    .fys-hero {
        padding-bottom: 128px;
    }

    .fys-hero__grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 38px;
    }

    .fys-hero__visual {
        min-height: 350px;
        padding-bottom: 28px;
        align-self: center;
    }

    .fys-hero__image-frame {
        width: min(88%, 270px);
    }

    .fys-orbit-tag {
        min-width: 56px;
        height: 56px;
    }

    .fys-orbit-tag--pressure {
        top: 8px;
        right: -2px;
    }

    .fys-orbit-tag--length {
        top: 130px;
        left: -8px;
    }

    .fys-orbit-tag--material {
        right: -6px;
        bottom: 48px;
    }

    .fys-hero__stamp {
        right: 40px;
        bottom: 0;
        width: 76px;
        height: 76px;
    }

    .fys-guide__shell {
        grid-template-columns: 245px minmax(0, 1fr);
    }

    .fys-guide__sidebar,
    .fys-guide__content {
        padding: 32px;
    }

    .fys-options,
    .fys-product-grid {
        grid-template-columns: 1fr;
    }

    .fys-product-card {
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .fys-product-card__media {
        aspect-ratio: auto;
    }
}

@media (max-width: 767.98px) {
    .fys-container {
        width: min(100% - 24px, 620px);
    }

    .fys-hero {
        padding: 54px 0 106px;
    }

    .fys-hero::before {
        mask-image: none;
        opacity: 0.72;
    }

    .fys-hero__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .fys-hero h1 {
        font-size: clamp(36px, 10.8vw, 52px);
    }

    .fys-hero__lead {
        font-size: 16px;
    }

    .fys-hero__visual {
        width: min(100%, 380px);
        min-height: 390px;
        padding-bottom: 34px;
        margin-inline: auto;
    }

    .fys-hero__image-frame {
        width: min(84%, 300px);
    }

    .fys-orbit-tag--pressure {
        top: 8px;
        right: 6px;
    }

    .fys-orbit-tag--length {
        top: 148px;
        left: 0;
    }

    .fys-orbit-tag--material {
        right: 0;
        bottom: 58px;
    }

    .fys-hero__stamp {
        right: 52px;
        bottom: 0;
    }

    .fys-guide__shell {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 16px;
        transform: translateY(-52px);
    }

    .fys-guide__sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 26px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .fys-guide__sidebar h2,
    .fys-guide__sidebar > div:first-child > p:last-child,
    .fys-trail,
    .fys-guide__reassurance {
        display: none;
    }

    .fys-guide__sidebar .fys-guide__label {
        margin-bottom: 16px;
    }

    .fys-progress {
        margin-top: 0;
    }

    .fys-guide__content {
        min-height: 470px;
        padding: 34px 22px;
        justify-content: flex-start;
    }

    .fys-question > h2,
    .fys-results__intro h2,
    .fys-state h2 {
        font-size: 28px;
    }

    .fys-options {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .fys-option-card {
        min-height: 88px;
        padding: 16px;
    }

    .fys-product-grid {
        grid-template-columns: 1fr;
    }

    .fys-product-card {
        display: flex;
    }

    .fys-product-card__media {
        aspect-ratio: 4 / 3;
    }

    .fys-trust {
        grid-template-columns: 1fr;
        margin-top: -12px;
    }

    .fys-trust > * {
        padding: 20px 16px;
    }

    .fys-trust > * + * {
        border-top: 1px solid var(--fys-line);
        border-left: 0;
    }
}

@media (max-width: 479.98px) {
    .fys-hero__notes {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .fys-option-card {
        grid-template-columns: 36px minmax(0, 1fr) 28px;
        gap: 10px;
    }

    .fys-option-card__number {
        width: 36px;
        height: 36px;
    }

    .fys-option-card__body strong {
        font-size: 15px;
    }

    .fys-option-card__arrow {
        width: 28px;
        height: 28px;
    }

    .fys-results__intro {
        padding-left: 0;
    }

    .fys-results__check {
        position: static;
        margin-bottom: 18px;
    }

    .fys-product-card__content {
        padding: 20px;
    }

    .fys-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fys-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fys-page *,
    .fys-page *::before,
    .fys-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
