:root {
    --ink: #f7efe1;
    --muted: rgba(247, 239, 225, 0.7);
    --soft: rgba(247, 239, 225, 0.14);
    --line: rgba(247, 239, 225, 0.16);
    --deep: #07110c;
    --forest: #10261b;
    --forest-2: #1b3a2b;
    --amber: #d59445;
    --copper: #b9653d;
    --white: #ffffff;
    --glass: rgba(7, 17, 12, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--deep);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

body::before,
.site-backdrop {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body::before {
    z-index: -3;
    background:
        linear-gradient(180deg, rgba(7, 17, 12, 0.22), rgba(7, 17, 12, 0.98)),
        url("../images/hero-stammtisch.png") center top / cover no-repeat;
    filter: saturate(0.85) contrast(1.14) brightness(0.72);
}

.site-backdrop {
    z-index: -2;
    background:
        radial-gradient(circle at 20% 14%, rgba(213, 148, 69, 0.3), transparent 26rem),
        radial-gradient(circle at 80% 10%, rgba(71, 119, 92, 0.22), transparent 30rem),
        linear-gradient(90deg, rgba(7, 17, 12, 0.84), rgba(7, 17, 12, 0.46) 48%, rgba(7, 17, 12, 0.88));
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: linear-gradient(180deg, rgba(7, 17, 12, 0.88), rgba(7, 17, 12, 0.48));
    border-bottom: 1px solid rgba(247, 239, 225, 0.08);
    backdrop-filter: blur(18px);
}

.nav {
    width: min(1180px, calc(100% - 32px));
    min-height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand-area,
.brand,
.nav-actions {
    display: flex;
    align-items: center;
}

.brand-area {
    position: relative;
    gap: 10px;
    flex: 0 0 auto;
}

.brand {
    gap: 12px;
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(247, 239, 225, 0.22);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 28%),
        rgba(213, 148, 69, 0.16);
    color: var(--ink);
    box-shadow: 0 0 34px rgba(213, 148, 69, 0.22);
}

.nav-actions {
    gap: 6px;
    max-width: 100%;
    overflow-x: auto;
    padding: 5px;
    border: 1px solid rgba(247, 239, 225, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.nav-link {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(247, 239, 225, 0.74);
    font-weight: 800;
    text-decoration: none;
}

.nav-link:hover,
.nav-link.is-active {
    background: rgba(247, 239, 225, 0.12);
    color: var(--ink);
}

.admin-menu {
    position: relative;
}

.admin-toggle {
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid rgba(247, 239, 225, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(247, 239, 225, 0.58);
    font-size: 0.72rem;
    font-weight: 900;
}

.admin-toggle:hover,
.admin-toggle.is-active {
    border-color: rgba(213, 148, 69, 0.42);
    background: rgba(213, 148, 69, 0.12);
    color: var(--ink);
}

.admin-popover {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 30;
    width: min(300px, calc(100vw - 28px));
    display: grid;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(247, 239, 225, 0.14);
    border-radius: 8px;
    background: rgba(7, 17, 12, 0.92);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

.admin-popover[hidden] {
    display: none;
}

.admin-popover label {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
}

.admin-popover input {
    min-height: 38px;
    width: 100%;
    border: 1px solid rgba(247, 239, 225, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--ink);
    padding: 0 13px;
    outline: none;
}

.admin-popover input:focus {
    border-color: rgba(213, 148, 69, 0.72);
}

.admin-popover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-popover p {
    margin: 0;
    color: rgba(247, 239, 225, 0.62);
    font-size: 0.82rem;
    line-height: 1.35;
}

.app-shell {
    width: 100%;
    overflow: hidden;
}

.view-track {
    display: flex;
    width: 600%;
    min-height: calc(100vh - 74px);
    transform: translateX(calc(var(--view-index, 0) * -16.6666667%));
    transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.app-view {
    flex: 0 0 16.6666667%;
    width: 16.6666667%;
    min-width: 0;
}

.members-layout,
.tool-layout {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.home-view > .hero,
.home-view > .feed-section,
.home-view > .future-grid {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.hero {
    position: relative;
    min-height: min(760px, calc(100vh - 96px));
    display: grid;
    align-items: end;
    overflow: hidden;
}

.hero-image,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
    opacity: 0.48;
    filter: saturate(0.8) contrast(1.1) brightness(0.74);
    transform: scale(1.04);
}

.hero-shade {
    background:
        radial-gradient(circle at 24% 36%, rgba(213, 148, 69, 0.28), transparent 24rem),
        linear-gradient(90deg, rgba(7, 17, 12, 0.95) 0%, rgba(7, 17, 12, 0.62) 46%, rgba(7, 17, 12, 0.28) 100%),
        linear-gradient(180deg, rgba(7, 17, 12, 0.08) 0%, rgba(7, 17, 12, 0.96) 100%);
}

.hero-content {
    position: relative;
    width: min(900px, 100%);
    padding:
        clamp(72px, 12vw, 150px)
        clamp(26px, 6vw, 76px)
        clamp(58px, 8vw, 96px);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--amber);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 10ch;
    margin-bottom: 22px;
    color: var(--ink);
    font-size: clamp(4rem, 13vw, 10.6rem);
    line-height: 0.82;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

h2 {
    margin-bottom: 10px;
    color: var(--ink);
    font-size: clamp(2.2rem, 5vw, 4.7rem);
    line-height: 0.95;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 9px;
    color: var(--ink);
    font-size: 1.14rem;
}

.hero-copy {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(247, 239, 225, 0.78);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.55;
}

.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.primary {
    background: var(--amber);
    color: #160d07;
}

.ghost.dark {
    border: 1px solid rgba(247, 239, 225, 0.22);
    background: rgba(247, 239, 225, 0.08);
    color: var(--ink);
}

.tool-view {
    position: relative;
}

.tool-view::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 24% 24%, rgba(213, 148, 69, 0.18), transparent 24rem),
        radial-gradient(circle at 82% 18%, rgba(60, 110, 78, 0.2), transparent 30rem),
        linear-gradient(180deg, rgba(7, 17, 12, 0.18), rgba(7, 17, 12, 0.88));
}

.tool-layout {
    padding: clamp(42px, 7vw, 92px) 0 76px;
}

.tool-head {
    max-width: 820px;
    margin-bottom: clamp(28px, 4vw, 46px);
}

.tool-head p {
    color: var(--muted);
    line-height: 1.58;
}

.tool-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1.18fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: clamp(22px, 4vw, 40px) 0;
}

.empty-state {
    color: var(--muted);
    line-height: 1.58;
}

.stacked-forms {
    display: grid;
    gap: 14px;
}

.feature-form {
    display: grid;
    gap: 10px;
    align-self: start;
    padding: 18px;
    border: 1px solid rgba(247, 239, 225, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(10px);
}

.feature-form.has-error {
    border-color: rgba(213, 77, 69, 0.78);
}

.feature-form label {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.feature-form input,
.feature-form select,
.feature-form textarea {
    width: 100%;
    border: 1px solid rgba(247, 239, 225, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--ink);
    outline: none;
}

.feature-form input {
    min-height: 44px;
    padding: 0 13px;
}

.feature-form select {
    min-height: 44px;
    padding: 0 13px;
}

.feature-form textarea {
    padding: 12px 13px;
    resize: vertical;
}

.feature-form input:focus,
.feature-form select:focus,
.feature-form textarea:focus {
    border-color: rgba(213, 148, 69, 0.72);
}

.feature-form ::placeholder {
    color: rgba(247, 239, 225, 0.42);
}

.form-grid,
.inline-form {
    display: grid;
    gap: 10px;
}

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

.inline-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.feature-list {
    display: grid;
    gap: 0;
    align-self: start;
}

.data-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.data-row strong,
.video-card a {
    color: var(--ink);
}

.data-row span,
.data-row p {
    display: block;
    margin: 5px 0 0;
    color: var(--muted);
    line-height: 1.45;
}

.data-row.is-done {
    opacity: 0.55;
}

.row-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.text-button {
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(247, 239, 225, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--ink);
    font-weight: 800;
}

.text-button:hover {
    background: rgba(213, 148, 69, 0.16);
}

.text-button:disabled,
.feature-form button:disabled,
.feature-form input:disabled,
.feature-form select:disabled,
.feature-form textarea:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.penalty-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.compact-button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 13px;
    font-size: 0.9rem;
}

.penalty-shell {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: clamp(20px, 4vw, 52px);
    align-items: start;
    border-top: 1px solid var(--line);
    padding-top: clamp(22px, 4vw, 40px);
}

.penalty-side {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 12px;
    color: var(--muted);
    line-height: 1.55;
}

.penalty-side p {
    margin: 0;
}

.catalog-link {
    width: fit-content;
}

.penalty-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
}

.penalty-person {
    margin: 0 0 8px;
    color: var(--amber);
    font-weight: 900;
}

.penalty-payment {
    color: var(--ink) !important;
    font-size: 1.18rem;
    font-weight: 900;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(7, 17, 12, 0.72);
    backdrop-filter: blur(16px);
}

.modal-backdrop[hidden] {
    display: none;
}

.modal-panel {
    width: min(720px, 100%);
    max-height: min(760px, calc(100vh - 44px));
    overflow: auto;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(247, 239, 225, 0.14);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(16, 38, 27, 0.96), rgba(7, 17, 12, 0.96));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

.compact-modal {
    width: min(560px, 100%);
}

.modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.modal-head h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.modal-form {
    margin-bottom: 18px;
}

.catalog-list {
    border-top: 1px solid var(--line);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.video-card {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.video-card iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(247, 239, 225, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.video-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.feed-section {
    padding: clamp(42px, 7vw, 92px) 0;
    border-top: 1px solid rgba(247, 239, 225, 0.12);
}

.section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.panel p,
.clean-list,
.members-copy p {
    color: var(--muted);
    line-height: 1.58;
}

.future-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 8px 0 72px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.panel {
    min-height: 250px;
    padding: 26px 22px 24px;
    border-right: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(8px);
}

.panel:last-child {
    border-right: 0;
}

.clean-list {
    padding-left: 18px;
}

.clean-list li + li {
    margin-top: 8px;
}

.money {
    margin-bottom: 10px;
    color: var(--amber) !important;
    font-size: 2.3rem;
    font-weight: 900;
}

.members-view {
    position: relative;
}

.members-view::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 28% 36%, rgba(213, 148, 69, 0.22), transparent 24rem),
        radial-gradient(circle at 82% 18%, rgba(60, 110, 78, 0.2), transparent 30rem),
        linear-gradient(180deg, rgba(7, 17, 12, 0.2), rgba(7, 17, 12, 0.86));
}

.members-layout {
    padding: clamp(34px, 6vw, 76px) 0 70px;
}

.members-copy {
    max-width: 760px;
    margin-bottom: 18px;
}

.members-copy p:last-child {
    margin-bottom: 0;
}

.member-tabs {
    display: flex;
    gap: 8px;
    margin: 0 0 28px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.member-tab {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(247, 239, 225, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(247, 239, 225, 0.72);
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.member-tab:hover,
.member-tab.is-active {
    border-color: rgba(213, 148, 69, 0.78);
    background: rgba(213, 148, 69, 0.16);
    color: var(--ink);
}

.member-stage {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    gap: clamp(10px, 2vw, 18px);
    align-items: center;
}

.slide-button {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(247, 239, 225, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    backdrop-filter: blur(12px);
}

.slide-button:hover {
    background: rgba(213, 148, 69, 0.16);
}

.member-profile {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 0.82fr) minmax(340px, 1.18fr);
    gap: clamp(18px, 4vw, 56px);
    align-items: end;
    min-height: 670px;
    overflow: visible;
    padding: 0 clamp(10px, 2.5vw, 34px);
    opacity: 1;
    transform: translateX(0);
    transition: transform 360ms ease, opacity 260ms ease;
}

.member-profile::before {
    content: "";
    position: absolute;
    inset: auto 3% 0 10%;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 148, 69, 0.2), transparent 64%);
    filter: blur(18px);
}

.member-profile.is-sliding-left {
    opacity: 0;
    transform: translateX(-70px);
}

.member-profile.is-sliding-right {
    opacity: 0;
    transform: translateX(70px);
}

.profile-figure {
    position: relative;
    z-index: 1;
    margin: 0;
    align-self: stretch;
    display: grid;
    align-items: end;
}

.profile-figure::after {
    content: "";
    position: absolute;
    inset: auto 7% 2% 7%;
    height: 18%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(28px);
}

.profile-image {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    justify-self: center;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
    border: 0;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 32px 42px rgba(0, 0, 0, 0.48)) saturate(0.95) contrast(1.08);
    mix-blend-mode: normal;
    -webkit-mask-image: radial-gradient(ellipse at 50% 42%, #000 52%, rgba(0, 0, 0, 0.9) 64%, transparent 82%);
    mask-image: radial-gradient(ellipse at 50% 42%, #000 52%, rgba(0, 0, 0, 0.9) 64%, transparent 82%);
}

.profile-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
    min-width: 0;
    padding-bottom: clamp(34px, 8vw, 96px);
}

.profile-copy h3 {
    margin-bottom: 10px;
    color: var(--ink);
    font-size: clamp(3rem, 6.8vw, 6.1rem);
    line-height: 0.9;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
    text-shadow: 0 22px 44px rgba(0, 0, 0, 0.42);
}

.profile-copy p {
    color: var(--muted);
    line-height: 1.62;
}

.profile-meta {
    color: var(--amber) !important;
    font-weight: 900;
}

.profile-quote {
    color: var(--ink) !important;
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    font-weight: 900;
}

.profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.profile-tags span {
    padding: 7px 10px;
    border: 1px solid rgba(247, 239, 225, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(247, 239, 225, 0.78);
    font-size: 0.85rem;
    font-weight: 900;
}

.site-footer {
    padding: 30px 16px 46px;
    color: rgba(247, 239, 225, 0.5);
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .button,
    .view-track,
    .member-profile {
        transition: none;
    }

    .member-profile.is-sliding-left,
    .member-profile.is-sliding-right {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 920px) {
    .future-grid,
    .member-profile,
    .tool-grid,
    .penalty-shell {
        grid-template-columns: 1fr;
    }

    .future-grid {
        border-bottom: 0;
    }

    .panel {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .member-profile {
        min-height: auto;
        gap: 0;
        padding: 0;
    }

    .profile-figure {
        min-height: 430px;
    }

    .profile-image {
        width: min(100%, 440px);
    }

    .profile-copy {
        padding-bottom: 26px;
    }

    .penalty-side {
        position: static;
    }
}

@media (max-width: 680px) {
    .nav {
        width: min(100% - 20px, 1180px);
        min-height: 66px;
        gap: 10px;
    }

    .brand span:last-child {
        display: none;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .nav-actions {
        gap: 2px;
        padding: 3px;
    }

    .nav-link {
        min-height: 36px;
        padding: 8px 9px;
        font-size: 0.9rem;
    }

    .brand-area {
        gap: 8px;
    }

    .admin-toggle {
        min-height: 26px;
        padding: 4px 8px;
        font-size: 0.68rem;
    }

    .admin-popover {
        left: -48px;
    }

    .members-layout,
    .tool-layout {
        width: min(100% - 24px, 1180px);
    }

    .home-view > .hero,
    .home-view > .feed-section,
    .home-view > .future-grid {
        width: min(100% - 24px, 1180px);
    }

    .hero {
        min-height: 610px;
    }

    .hero-content {
        padding: 96px 20px 52px;
    }

    h1 {
        font-size: clamp(3.7rem, 20vw, 6rem);
    }

    .feed-section {
        padding: 36px 0 56px;
    }

    .tool-layout {
        padding: 34px 0 52px;
    }

    .form-grid,
    .inline-form,
    .video-grid,
    .data-row,
    .penalty-head,
    .modal-head {
        grid-template-columns: 1fr;
    }

    .penalty-head,
    .modal-head {
        display: grid;
    }

    .row-actions,
    .video-card div {
        justify-content: flex-start;
    }

    .member-stage {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .member-profile {
        grid-column: 1 / -1;
        order: 1;
    }

    .slide-button {
        width: auto;
        height: 44px;
        border-radius: 999px;
    }

    .member-stage .slide-button:first-child {
        order: 2;
    }

    .member-stage .slide-button:last-child {
        order: 3;
    }

    .profile-figure {
        min-height: 340px;
    }

    .profile-image {
        width: min(100%, 360px);
    }

    .profile-copy h3 {
        font-size: clamp(2.8rem, 15vw, 4.8rem);
    }
}
