:root {
    --showcase-ink: #04101d;
    --showcase-night: #020912;
    --showcase-surface: #061421;
    --showcase-blue-surface: #0e2f5a;
    --showcase-gold: #f3c67a;
    --showcase-paper: #fafaf8;
    --showcase-sand: #e7d4b2;
    --showcase-blue: #2f71df;
    --showcase-blue-light: #76a9ff;
    --showcase-line: rgba(243, 198, 122, 0.24);
}

.house-showcase {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: clip;
    color: var(--showcase-paper);
    background:
        radial-gradient(circle at 82% 36%, rgba(47, 113, 223, 0.12), transparent 28rem),
        var(--showcase-night);
}

.house-showcase :is(h1, h2, h3, p, dl, dd) {
    margin-top: 0;
}

.house-showcase-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 12px 16px;
    color: var(--showcase-night);
    background: var(--showcase-gold);
    font-weight: 900;
    text-decoration: none;
    transform: translateY(-180%);
}

.house-showcase-skip:focus {
    transform: translateY(0);
}

.house-showcase :is(a, button, select):focus-visible {
    outline: 3px solid var(--showcase-blue-light);
    outline-offset: 4px;
}

.house-showcase-hero {
    position: relative;
    display: grid;
    min-height: min(900px, 92vh);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
}

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

.house-showcase-hero-art {
    z-index: -3;
    object-fit: cover;
    object-position: center;
}

.house-showcase-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(2, 9, 18, 0.99) 0%, rgba(2, 9, 18, 0.92) 30%, rgba(2, 9, 18, 0.35) 62%, rgba(2, 9, 18, 0.06) 100%),
        linear-gradient(0deg, rgba(2, 9, 18, 0.94), transparent 36%, rgba(2, 9, 18, 0.25));
}

.house-showcase-hero-copy {
    width: min(1500px, calc(100% - 96px));
    margin: 0 auto;
    padding: clamp(74px, 10vw, 140px) 0 110px;
}

.house-showcase-crest {
    width: 76px;
    height: 76px;
    margin-bottom: 28px;
    border: 1px solid rgba(243, 198, 122, 0.44);
}

.house-showcase-eyebrow,
.house-showcase-group-head > p,
.house-showcase-number,
.house-showcase-ui small,
.house-showcase-ui dt {
    color: var(--showcase-gold);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.house-showcase-hero h1 {
    display: grid;
    max-width: 800px;
    margin: 16px 0 26px;
    color: var(--showcase-gold);
    font-family: var(--font-serif, "Iowan Old Style", "Palatino Linotype", Georgia, serif);
    font-size: clamp(4.4rem, 8.5vw, 9rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.78;
    text-transform: uppercase;
}

.house-showcase-hero h1 span:nth-child(2) {
    color: var(--showcase-paper);
}

.house-showcase-hero h1 em {
    color: var(--showcase-blue-light);
    font-style: italic;
    font-weight: 400;
}

.house-showcase-lede {
    margin-bottom: 14px;
    color: var(--showcase-gold);
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.house-showcase-intro {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--showcase-sand);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}

.house-showcase-date {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
    color: var(--showcase-paper);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.house-showcase-date span {
    width: 8px;
    height: 8px;
    background: var(--showcase-blue);
    transform: rotate(45deg);
}

.house-showcase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.house-showcase-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--showcase-gold);
    color: var(--showcase-gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
}

.house-showcase-button.is-primary,
.house-showcase-button:hover {
    color: var(--showcase-night);
    background: var(--showcase-gold);
}

.house-showcase-preview-note {
    position: absolute;
    right: 48px;
    bottom: 24px;
    max-width: 520px;
    margin: 0;
    color: rgba(231, 212, 178, 0.74);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-align: right;
}

.house-showcase-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    gap: 4px;
    min-height: 58px;
    padding: 9px clamp(18px, 4vw, 54px);
    overflow-x: auto;
    border-block: 1px solid var(--showcase-line);
    background: rgba(2, 9, 18, 0.94);
    backdrop-filter: blur(18px);
    scrollbar-width: thin;
}

.house-showcase-nav a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 40px;
    align-items: center;
    padding: 0 16px;
    color: var(--showcase-sand);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
}

.house-showcase-nav a:hover {
    color: var(--showcase-gold);
}

.house-showcase-opening,
.house-showcase-group {
    width: min(1320px, calc(100% - 96px));
    margin: 0 auto;
}

.house-showcase-opening {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
    gap: clamp(34px, 7vw, 120px);
    padding: clamp(90px, 12vw, 160px) 0;
    border-bottom: 1px solid var(--showcase-line);
}

.house-showcase-opening .house-showcase-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -26px;
}

.house-showcase-opening h2,
.house-showcase-group-head h2,
.house-showcase-finale h2 {
    margin-bottom: 0;
    color: var(--showcase-gold);
    font-family: var(--font-serif, "Iowan Old Style", Georgia, serif);
    font-size: clamp(2.8rem, 5.2vw, 5.7rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 0.98;
    text-transform: uppercase;
}

.house-showcase-opening > p:last-child {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--showcase-sand);
    font-size: clamp(1.05rem, 1.65vw, 1.3rem);
    line-height: 1.75;
}

.house-showcase-group {
    padding: clamp(86px, 10vw, 150px) 0;
    border-bottom: 1px solid var(--showcase-line);
}

.house-showcase-group-head {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 56px;
}

.house-showcase-group-head > p {
    margin: 12px 0 0;
}

.house-showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.house-showcase-card {
    position: relative;
    display: grid;
    grid-column: span 6;
    grid-template-rows: auto 1fr;
    min-height: 700px;
    overflow: hidden;
    border: 1px solid var(--showcase-line);
    background:
        linear-gradient(145deg, rgba(14, 47, 90, 0.45), rgba(2, 9, 18, 0.97) 52%),
        var(--showcase-surface);
}

.house-showcase-card.is-wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, 0.8fr) minmax(460px, 1.2fr);
    grid-template-rows: 1fr;
    min-height: 620px;
}

.house-showcase-card::before {
    position: absolute;
    top: -80px;
    right: -70px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(243, 198, 122, 0.16);
    border-radius: 50%;
    content: "";
}

.house-showcase-card-copy {
    position: relative;
    z-index: 2;
    padding: clamp(30px, 4vw, 58px);
}

.house-showcase-number {
    display: block;
    margin-bottom: clamp(42px, 5vw, 78px);
    color: var(--showcase-blue-light);
}

.house-showcase-card h3 {
    margin: 15px 0 20px;
    color: var(--showcase-paper);
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2.25rem, 3.5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
}

.house-showcase-card-copy > p:not(.house-showcase-eyebrow) {
    max-width: 590px;
    margin-bottom: 0;
    color: var(--showcase-sand);
    line-height: 1.75;
}

.house-showcase-qualifier {
    display: block;
    max-width: 520px;
    margin-top: 18px;
    padding-left: 13px;
    border-left: 2px solid var(--showcase-blue);
    color: rgba(231, 212, 178, 0.72);
    line-height: 1.55;
}

.house-showcase-ui {
    position: relative;
    z-index: 1;
    align-self: stretch;
    margin: 0 clamp(22px, 4vw, 56px) clamp(22px, 4vw, 56px);
    padding: clamp(24px, 3vw, 42px);
    border: 1px solid rgba(243, 198, 122, 0.27);
    background:
        radial-gradient(circle at 80% 15%, rgba(47, 113, 223, 0.16), transparent 17rem),
        rgba(2, 9, 18, 0.86);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
    color: var(--showcase-sand);
}

.is-wide .house-showcase-ui {
    align-self: center;
    margin: clamp(26px, 4vw, 58px) clamp(26px, 4vw, 58px) clamp(26px, 4vw, 58px) 0;
}

.house-showcase-ui :is(strong, b) {
    color: var(--showcase-paper);
}

.my-house-preview-head,
.calendar-showcase-toolbar,
.profile-preview-person,
.referral-preview-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.my-house-preview-head {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--showcase-line);
}

.my-house-preview-head span,
.my-house-preview-head b {
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.45rem;
    font-weight: 400;
}

.my-house-preview-head span {
    color: var(--showcase-gold);
}

.my-house-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    background: var(--showcase-line);
}

.my-house-preview-grid > div {
    display: grid;
    min-height: 130px;
    align-content: center;
    padding: 20px;
    background: var(--showcase-surface);
}

.my-house-preview-grid > div.is-primary {
    grid-column: 1 / -1;
}

.my-house-preview-grid strong,
.welcome-preview > strong,
.chapter-offer-preview > strong,
.insights-preview > div:first-child strong {
    display: block;
    margin: 8px 0;
    color: var(--showcase-paper);
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    font-weight: 400;
}

.my-house-preview-grid i,
.welcome-preview > i {
    display: block;
    height: 4px;
    margin: 18px 0 8px;
    background: rgba(255, 255, 255, 0.12);
}

.my-house-preview-grid i span,
.welcome-preview > i b {
    display: block;
    width: 63%;
    height: 100%;
    background: var(--showcase-blue);
}

.my-house-preview-grid em {
    font-size: 0.72rem;
    font-style: normal;
}

.welcome-preview {
    display: grid;
    align-content: center;
}

.welcome-preview > span,
.welcome-preview > div span {
    color: var(--showcase-gold);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.welcome-preview > p {
    margin-bottom: 18px;
}

.welcome-preview > div {
    display: grid;
    gap: 7px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--showcase-line);
}

.story-mode-preview {
    display: grid;
    align-content: center;
    gap: 24px;
}

.story-mode-preview > div:not(.story-mode-swatches) {
    display: grid;
    grid-template-columns: 100px 1fr 54px;
    gap: 14px;
    align-items: center;
}

.story-mode-preview i {
    display: block;
    height: 3px;
    background: rgba(255, 255, 255, 0.14);
}

.story-mode-preview i b {
    display: block;
    width: var(--control-value);
    height: 100%;
    background: var(--showcase-gold);
}

.story-mode-preview em {
    color: var(--showcase-paper);
    font-style: normal;
    text-align: right;
}

.story-mode-swatches {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--showcase-line);
}

.story-mode-swatches span {
    margin-right: auto;
}

.story-mode-swatches b {
    width: 32px;
    height: 32px;
    border: 1px solid var(--showcase-gold);
    background: #faf7f0;
}

.story-mode-swatches b:nth-child(3) { background: #e7d4b2; }
.story-mode-swatches b:nth-child(4) { background: #020912; }

.calendar-showcase-toolbar {
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.calendar-showcase-toolbar b {
    margin-right: auto;
    color: var(--showcase-gold);
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.45rem;
    font-weight: 400;
}

.calendar-showcase-toolbar span {
    padding: 7px 9px;
    border: 1px solid var(--showcase-line);
    color: var(--showcase-paper);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.calendar-showcase-week,
.calendar-showcase-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-showcase-week span {
    padding: 8px;
    color: var(--showcase-blue-light);
    font-size: 0.66rem;
    font-weight: 900;
    text-align: center;
}

.calendar-showcase-days {
    border-top: 1px solid var(--showcase-line);
    border-left: 1px solid var(--showcase-line);
}

.calendar-showcase-days > span {
    position: relative;
    min-height: 68px;
    padding: 9px;
    border-right: 1px solid var(--showcase-line);
    border-bottom: 1px solid var(--showcase-line);
    color: rgba(231, 212, 178, 0.72);
    font-size: 0.7rem;
}

.calendar-showcase-days > span.has-release {
    color: var(--showcase-paper);
    background: rgba(243, 198, 122, 0.08);
}

.calendar-showcase-days > span.has-release i {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 9px;
    height: 9px;
    background: var(--showcase-gold);
    transform: rotate(45deg);
}

.calendar-showcase-days > span.has-release.is-blue i {
    background: var(--showcase-blue-light);
}

.profile-preview-person {
    justify-content: flex-start;
}

.profile-preview-person > span {
    display: grid;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--showcase-gold);
    color: var(--showcase-gold);
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.3rem;
}

.profile-preview-person > div {
    min-width: 0;
    margin-right: auto;
}

.profile-preview-person strong,
.profile-preview-person p {
    display: block;
    margin: 2px 0 0;
}

.profile-preview-person > b {
    padding: 9px 12px;
    border: 1px solid var(--showcase-gold);
    color: var(--showcase-night);
    background: var(--showcase-gold);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-preview-stats,
.profile-preview-safety,
.referral-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    background: var(--showcase-line);
}

.profile-preview-stats span,
.referral-preview-stats span {
    display: grid;
    gap: 6px;
    padding: 18px;
    background: var(--showcase-surface);
    color: rgba(231, 212, 178, 0.72);
    font-size: 0.7rem;
}

.profile-preview-note {
    margin-top: 20px;
    padding: 20px;
    border-left: 2px solid var(--showcase-blue);
    background: rgba(14, 47, 90, 0.32);
}

.profile-preview-note p {
    margin: 8px 0 0;
    color: var(--showcase-paper);
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.2rem;
}

.profile-preview-safety {
    gap: 8px;
    background: transparent;
}

.profile-preview-safety span {
    padding: 9px;
    border: 1px solid var(--showcase-line);
    color: var(--showcase-sand);
    font-size: 0.66rem;
    text-align: center;
    text-transform: uppercase;
}

.chapter-offer-preview {
    align-self: center;
}

.chapter-offer-preview > p {
    margin: 0 0 24px;
}

.chapter-offer-preview dl,
.insights-preview dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--showcase-line);
}

.chapter-offer-preview dl > div,
.insights-preview dl > div {
    display: grid;
    gap: 8px;
    padding: 18px;
    background: var(--showcase-surface);
}

.chapter-offer-preview dd,
.insights-preview dd {
    margin: 0;
    color: var(--showcase-paper);
}

.chapter-offer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.chapter-offer-actions span,
.referral-preview-code span {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid var(--showcase-gold);
    color: var(--showcase-gold);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.chapter-offer-actions span:first-child {
    color: var(--showcase-night);
    background: var(--showcase-gold);
}

.insights-preview {
    display: grid;
    align-content: center;
}

.insights-preview-bars {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: end;
    gap: 8px;
    height: 180px;
    margin: 26px 0;
    border-bottom: 1px solid var(--showcase-line);
}

.insights-preview-bars i {
    display: block;
    height: var(--bar);
    background: linear-gradient(0deg, var(--showcase-blue), var(--showcase-blue-light));
}

.insights-preview dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-preview {
    display: grid;
    align-content: center;
}

.map-preview-boundary {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--showcase-line);
}

.map-preview-boundary span {
    color: var(--showcase-gold);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.map-preview svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.map-lines path {
    fill: none;
    stroke: rgba(243, 198, 122, 0.6);
    stroke-width: 2;
}

.map-nodes circle {
    fill: var(--showcase-blue-surface);
    stroke: var(--showcase-gold);
    stroke-width: 3;
}

.map-nodes circle:first-child {
    fill: var(--showcase-blue);
}

.map-preview ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.map-preview li {
    padding: 7px 9px;
    border: 1px solid var(--showcase-line);
    color: var(--showcase-sand);
    font-size: 0.64rem;
    text-transform: uppercase;
}

.referral-preview > small {
    display: block;
    margin-bottom: 16px;
}

.referral-preview-code {
    padding: 18px;
    border: 1px solid var(--showcase-gold);
}

.referral-preview-code strong {
    margin-right: auto;
    color: var(--showcase-gold);
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.5rem, 2.6vw, 2.6rem);
    font-weight: 400;
    letter-spacing: 0.08em;
}

.referral-preview-code span {
    min-width: 74px;
}

.referral-preview-stats {
    margin-top: 24px;
}

.referral-preview > p {
    margin: 20px 0 0;
    color: rgba(231, 212, 178, 0.72);
    font-size: 0.76rem;
}

.house-showcase-finale {
    position: relative;
    display: grid;
    min-height: 86vh;
    place-items: center;
    padding: 120px 48px;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
}

.house-showcase-finale > img:first-child {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.house-showcase-finale::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(2, 9, 18, 0.76);
    box-shadow: inset 0 0 240px rgba(2, 9, 18, 0.92);
    content: "";
}

.house-showcase-finale > div {
    display: grid;
    max-width: 920px;
    justify-items: center;
}

.house-showcase-finale > div > img {
    width: 74px;
    height: 74px;
    margin-bottom: 30px;
}

.house-showcase-finale h2 {
    margin: 16px 0 24px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.75);
}

.house-showcase-finale > div > p:not(.house-showcase-eyebrow) {
    color: var(--showcase-sand);
    font-size: 1.12rem;
}

.house-showcase-finale .house-showcase-actions {
    justify-content: center;
    margin: 22px 0 28px;
}

.house-showcase-finale small {
    max-width: 700px;
    color: rgba(231, 212, 178, 0.68);
    line-height: 1.6;
}

@media (max-width: 980px) {
    .house-showcase-hero-copy,
    .house-showcase-opening,
    .house-showcase-group {
        width: min(100% - 48px, 1320px);
    }

    .house-showcase-card,
    .house-showcase-card.is-wide {
        grid-column: 1 / -1;
    }

    .house-showcase-card.is-wide {
        grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
    }
}

@media (max-width: 760px) {
    .house-showcase-hero {
        min-height: 760px;
        align-items: end;
    }

    .house-showcase-hero-art {
        object-position: 68% center;
    }

    .house-showcase-hero-shade {
        background:
            linear-gradient(0deg, rgba(2, 9, 18, 0.99) 4%, rgba(2, 9, 18, 0.88) 56%, rgba(2, 9, 18, 0.28) 100%),
            linear-gradient(90deg, rgba(2, 9, 18, 0.72), transparent);
    }

    .house-showcase-hero-copy,
    .house-showcase-opening,
    .house-showcase-group {
        width: min(100% - 28px, 1320px);
    }

    .house-showcase-hero-copy {
        padding: 62px 0 78px;
    }

    .house-showcase-crest {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
    }

    .house-showcase-hero h1 {
        font-size: clamp(3.45rem, 16vw, 5.4rem);
    }

    .house-showcase-preview-note {
        right: 14px;
        bottom: 12px;
        left: 14px;
        max-width: none;
        font-size: 0.6rem;
        text-align: left;
    }

    .house-showcase-nav {
        justify-content: flex-start;
        padding-inline: 12px;
    }

    .house-showcase-opening {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-block: 78px;
    }

    .house-showcase-opening .house-showcase-eyebrow {
        margin-bottom: 0;
    }

    .house-showcase-group {
        padding-block: 74px;
    }

    .house-showcase-group-head {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 34px;
    }

    .house-showcase-group-head > p {
        margin-top: 0;
    }

    .house-showcase-card,
    .house-showcase-card.is-wide {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        min-height: 0;
    }

    .house-showcase-card-copy {
        padding: 28px 24px;
    }

    .house-showcase-number {
        margin-bottom: 34px;
    }

    .house-showcase-card h3 {
        font-size: 2.35rem;
    }

    .house-showcase-ui,
    .is-wide .house-showcase-ui {
        margin: 0 14px 14px;
        padding: 22px;
    }

    .my-house-preview-grid,
    .profile-preview-stats,
    .referral-preview-stats,
    .chapter-offer-preview dl,
    .insights-preview dl,
    .chapter-offer-actions {
        grid-template-columns: 1fr;
    }

    .my-house-preview-grid > div.is-primary {
        grid-column: auto;
    }

    .calendar-showcase-preview {
        overflow-x: auto;
    }

    .calendar-showcase-week,
    .calendar-showcase-days {
        min-width: 560px;
    }

    .profile-preview-person {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .profile-preview-person > b {
        width: 100%;
        text-align: center;
    }

    .story-mode-preview > div:not(.story-mode-swatches) {
        grid-template-columns: 86px 1fr 44px;
    }

    .referral-preview-code {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .referral-preview-code strong {
        width: 100%;
    }

    .referral-preview-code span {
        flex: 1 1 44%;
    }

    .house-showcase-finale {
        min-height: 760px;
        padding: 90px 18px;
    }

    .house-showcase-finale > img:first-child {
        object-position: 68% center;
    }

    .house-showcase-finale .house-showcase-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .house-showcase *,
    .house-showcase *::before,
    .house-showcase *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
