.home-page {
    --home-dark: #111318;
    --home-dark-soft: #1b1e24;
    --home-orange: var(--theme-color, #ff6b35);
    --home-ink: #17191d;
    --home-muted: #686c74;
    --home-line: #e2e3e6;
    background: #fff;
}

.home-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--home-orange);
    font: 700 12px/1.2 var(--secondary-font, "Inter", sans-serif);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-eyebrow > span {
    flex: 0 0 34px;
    width: 34px;
    height: 2px;
    background: currentColor;
}

.home-eyebrow--light {
    color: #ff8b60;
}

.home-section-heading {
    margin-bottom: 56px;
}

.home-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.home-section-heading--split > div {
    max-width: 740px;
}

.home-section-heading h2 {
    color: var(--home-ink);
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.home-section-heading--split > p {
    max-width: 470px;
    padding-bottom: 4px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 15px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-button--primary {
    color: #fff;
    background: var(--home-orange);
}

.home-button--primary:hover {
    color: #fff;
    background: #e85b27;
    transform: translateY(-2px);
}

.home-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
}

.home-button--ghost:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
}

/* Hero */
.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--home-dark);
}

.home-hero__media,
.home-hero__overlay {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero__overlay {
    z-index: -1;
    background: rgba(9, 10, 12, 0.82);
}

.home-hero__row {
    min-height: 650px;
    padding: 42px 0 26px;
}

.home-hero h1 {
    max-width: 720px;
    color: #fff;
    font-size: clamp(46px, 4.7vw, 64px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

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

.home-hero__lead {
    max-width: 610px;
    margin-top: 21px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.65;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.home-hero__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 19px;
}

.home-hero__assurance span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 600;
}

.home-hero__assurance i {
    margin-right: 7px;
    color: var(--home-orange);
}

.home-hero__register {
    max-width: 470px;
    margin-left: auto;
    padding-left: 18px;
}

.home-mini-register,
.home-member-card {
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.34);
    border-top: 4px solid var(--home-orange);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.home-mini-register {
    padding: 23px 26px 18px;
    border-top: 0;
}

.home-mini-register__topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    margin: -23px -26px 16px;
    color: #fff;
    background: var(--home-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.home-mini-register__heading > span,
.home-member-card__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--home-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-mini-register__heading h2,
.home-member-card h2 {
    color: #17120f;
    font-size: 25px;
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.home-mini-register__heading p,
.home-member-card p {
    margin-top: 4px;
    color: #6d5548;
    font-size: 12px;
    line-height: 1.55;
}

.home-mini-register__heading .home-mini-register__intro {
    margin: 0;
    color: #2b211b;
    font: 650 17px/1.4 var(--primary-font, "Outfit", sans-serif);
    letter-spacing: -0.01em;
}

.home-mini-register__notice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 10px;
    border: 1px solid #8cc9a4;
    border-radius: 9px;
    color: #176b3a;
    background: #f3fff7;
    font-size: 11px;
    line-height: 1.45;
}

.home-mini-register__form {
    display: grid;
    gap: 6px;
    margin-top: 12px;
}

.home-mini-register__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.home-mini-register__field {
    min-width: 0;
}

.home-mini-register__field label {
    display: block;
    margin-bottom: 1px;
    color: #2b211b;
    font-size: 9px;
    font-weight: 750;
}

.home-mini-register__field input,
.home-mini-register__field select {
    width: 100%;
    height: 36px;
    padding: 0 11px;
    border: 1px solid #e6d4c9;
    border-radius: 8px;
    color: #17120f;
    background: #fffaf7;
    font-size: 12px;
    appearance: auto;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.home-mini-register__field input::placeholder {
    color: #9a7a69;
}

.home-mini-register__field select:disabled {
    color: #9a7a69;
    cursor: not-allowed;
    background: #fff4ed;
}

.home-mini-register__field input:focus,
.home-mini-register__field select:focus {
    border-color: var(--home-orange);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.13);
}

.home-mini-register__error {
    display: block;
    margin-top: 2px;
    color: #b42318;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.35;
}

.home-mini-register__terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 1px 0 0;
    color: #6d5548;
    font-size: 9px;
    line-height: 1.5;
    cursor: pointer;
}

.home-mini-register__terms input {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    border: 1px solid #d9b9a7;
    border-radius: 4px;
    appearance: none;
    background: #fff;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.home-mini-register__terms input::before {
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform 120ms ease;
}

.home-mini-register__terms input:checked {
    border-color: var(--home-orange);
    background: var(--home-orange);
}

.home-mini-register__terms input:checked::before {
    transform: rotate(45deg) scale(1);
}

.home-mini-register__terms input:focus-visible {
    outline: 3px solid rgba(255, 107, 53, 0.2);
    outline-offset: 2px;
}

.home-mini-register__terms a,
.home-mini-register__footer a {
    color: #d94c19;
    font-weight: 750;
}

.home-mini-register__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--home-orange);
    font-size: 11px;
    font-weight: 750;
    transition: background-color 160ms ease, transform 160ms ease;
}

.home-mini-register__submit:hover {
    background: #e85b27;
    transform: translateY(-1px);
}

.home-mini-register__submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.home-mini-register__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0dfd4;
    color: #6d5548;
    font-size: 9px;
}

.home-member-card {
    padding: 44px 40px;
}

.home-member-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    border-radius: 13px;
    color: #fff;
    background: var(--home-orange);
}

.home-member-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    color: #d94c19;
    font-size: 12px;
    font-weight: 800;
}

.home-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-hero-stat {
    padding: 20px 28px 22px 0;
}

.home-hero-stat + .home-hero-stat {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-hero-stat strong,
.home-hero-stat span {
    display: block;
}

.home-hero-stat strong {
    color: #fff;
    font: 600 29px/1.2 var(--primary-font, "Outfit", sans-serif);
}

.home-hero-stat span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Brands */
.home-brands-section {
    padding: 82px 0 90px;
    border-top: 1px solid #f3dfd4;
    border-bottom: 1px solid #f3dfd4;
    background: #fffaf7;
}

.home-brands-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 38px;
}

.home-brands-heading__copy {
    max-width: 720px;
}

.home-brands-heading .home-brands-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: var(--home-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-brands-heading__eyebrow i {
    font-size: 11px;
}

.home-brands-heading h2 {
    color: #17120f;
    font-size: clamp(34px, 3.3vw, 46px);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.home-brands-heading__copy p {
    max-width: 570px;
    margin-top: 12px;
    color: #765c4e;
    font-size: 13px;
    line-height: 1.65;
}

.home-brands-heading > a,
.home-outline-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--home-ink);
    font-size: 12px;
    font-weight: 700;
}

.home-brands-heading > a:hover,
.home-outline-link:hover {
    color: var(--home-orange);
}

.home-brands-heading > .home-brands-heading__link {
    justify-content: center;
    flex: 0 0 auto;
    min-height: 43px;
    padding: 10px 16px;
    border: 1px solid #dfc5b7;
    border-radius: 9px;
    color: #2b211b;
    background: #fff;
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-brands-heading > .home-brands-heading__link:hover {
    border-color: var(--home-orange);
    color: #d94c19;
    transform: translateY(-1px);
}

.home-brand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.home-brand-tile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 112px;
    padding: 17px 15px;
    border: 1px solid #ecd8cc;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(89, 47, 25, 0.045);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-brand-tile:hover {
    z-index: 1;
    border-color: var(--home-orange);
    box-shadow: 0 16px 36px rgba(89, 47, 25, 0.11);
    transform: translateY(-4px);
}

.home-brand-tile__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border: 1px solid #f0dfd5;
    border-radius: 13px;
    background: #fffaf7;
}

.home-brand-tile__logo img {
    width: 48px;
    height: 43px;
    object-fit: contain;
    transition: transform 180ms ease;
}

.home-brand-tile:hover .home-brand-tile__logo img {
    transform: scale(1.07);
}

.home-brand-tile__content {
    display: block;
    min-width: 0;
}

.home-brand-tile__content strong,
.home-brand-tile__content small {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-brand-tile__content strong {
    color: #2b211b;
    font-size: 12px;
    font-weight: 800;
}

.home-brand-tile__content small {
    margin-top: 4px;
    color: #94705d;
    font-size: 9px;
    font-weight: 600;
}

.home-brand-tile__arrow {
    position: absolute;
    right: 13px;
    bottom: 12px;
    color: #d9aa91;
    font-size: 9px;
    transition: color 180ms ease, transform 180ms ease;
}

.home-brand-tile:hover .home-brand-tile__arrow {
    color: var(--home-orange);
    transform: translateX(2px);
}

/* Auctions */
.home-auctions-section {
    padding: 118px 0 126px;
    background: #f4f4f2;
}

.home-auction-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e1e1df;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(18, 20, 24, 0.055);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.home-auction-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(18, 20, 24, 0.1);
}

.home-auction-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #d9dadd;
}

.home-auction-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(11, 12, 15, 0.12);
    pointer-events: none;
}

.home-auction-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.home-auction-card:hover .home-auction-card__image img {
    transform: scale(1.035);
}

.home-auction-card__status,
.home-auction-card__deadline {
    position: absolute;
    z-index: 2;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.home-auction-card__status {
    left: 16px;
    gap: 7px;
    padding: 7px 10px;
    color: #fff;
    background: rgba(17, 19, 24, 0.78);
}

.home-auction-card__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #47d28a;
    box-shadow: 0 0 0 3px rgba(71, 210, 138, 0.15);
}

.home-auction-card__deadline {
    right: 16px;
    gap: 6px;
    padding: 7px 10px;
    color: #fff;
    background: rgba(255, 107, 53, 0.9);
}

.home-auction-card__body {
    padding: 25px 25px 24px;
}

.home-auction-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
}

.home-auction-card__meta span,
.home-auction-card__meta strong {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-auction-card__meta span {
    color: #a0a2a7;
}

.home-auction-card__meta strong {
    color: var(--home-orange);
}

.home-auction-card h3 {
    min-height: 64px;
    color: var(--home-ink);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.32;
}

.home-auction-card h3 button {
    display: -webkit-box;
    overflow: hidden;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-auction-card h3 button:hover {
    color: var(--home-orange);
}

.home-auction-card__description {
    display: -webkit-box;
    overflow: hidden;
    min-height: 49px;
    margin-top: 11px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-auction-card__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-auction-card__specs li {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
    padding: 14px 5px;
    color: #666a72;
}

.home-auction-card__specs li + li {
    padding-left: 10px;
    border-left: 1px solid var(--home-line);
}

.home-auction-card__specs i {
    flex: 0 0 auto;
    color: var(--home-orange);
    font-size: 13px;
}

.home-auction-card__specs span {
    overflow: hidden;
    min-width: 0;
    font-size: 11px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-auction-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
}

.home-auction-card__price span,
.home-auction-card__price strong {
    display: block;
}

.home-auction-card__price span {
    margin-bottom: 3px;
    color: #999ca2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-auction-card__price strong {
    color: var(--home-ink);
    font: 600 24px/1.2 var(--primary-font, "Outfit", sans-serif);
}

.home-auction-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--home-dark);
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.home-auction-card__action:hover {
    color: #fff;
    background: var(--home-orange);
    transform: translateX(2px);
}

.home-auctions-empty,
.home-news-empty {
    padding: 65px 30px;
    border: 1px dashed #d2d3d5;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.home-auctions-empty > i,
.home-news-empty > i {
    margin-bottom: 16px;
    color: var(--home-orange);
    font-size: 28px;
}

.home-auctions-empty h3,
.home-news-empty h3 {
    color: var(--home-ink);
    font-size: 23px;
    font-weight: 600;
}

.home-auctions-empty p,
.home-news-empty p {
    margin-top: 7px;
    color: var(--home-muted);
    font-size: 13px;
}

/* Process */
.home-process-section {
    padding: 122px 0 128px;
    scroll-margin-top: 100px;
}

.home-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0;
    padding: 0;
}

.home-process-card {
    position: relative;
    overflow: hidden;
    padding: 34px 32px 36px;
    border: 1px solid var(--home-line);
    border-radius: 20px;
    background: #fff;
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.home-process-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: var(--home-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.home-process-card:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(18, 20, 24, 0.09);
}

.home-process-card:hover::before {
    transform: scaleX(1);
}

.home-process-card__number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: #ececef;
    font: 700 50px/1 var(--primary-font, "Outfit", sans-serif);
}

.home-process-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 27px;
    border-radius: 15px;
    color: var(--home-orange);
    background: rgba(255, 107, 53, 0.1);
    font-size: 19px;
}

.home-process-card h3 {
    color: var(--home-ink);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.35;
}

.home-process-card p {
    margin-top: 12px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.75;
}

/* Confidence */
.home-confidence-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    background: var(--home-dark);
}

.home-confidence-section__grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0;
}

.home-confidence-row {
    --bs-gutter-x: 90px;
}

.home-confidence-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.045);
}

.home-confidence-visual::before {
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 107, 53, 0.22);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 65px rgba(255, 107, 53, 0.025);
}

.home-confidence-visual > img {
    position: relative;
    z-index: 1;
    width: 96%;
    height: auto;
    filter: drop-shadow(0 25px 32px rgba(0, 0, 0, 0.38));
}

.home-confidence-visual__badge {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    color: #fff;
    background: rgba(17, 19, 24, 0.78);
    backdrop-filter: blur(10px);
}

.home-confidence-visual__badge > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--home-orange);
    font-size: 14px;
}

.home-confidence-visual__badge span,
.home-confidence-visual__badge strong {
    display: block;
}

.home-confidence-visual__badge span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    line-height: 1.5;
}

.home-confidence-visual__badge strong {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.home-confidence-content h2 {
    color: #fff;
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.home-confidence-content__lead {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.8;
}

.home-confidence-list {
    margin-top: 32px;
}

.home-confidence-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-confidence-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-confidence-list li > i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 50%;
    color: #fff;
    background: var(--home-orange);
    font-size: 9px;
}

.home-confidence-list span,
.home-confidence-list strong {
    display: block;
}

.home-confidence-list span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    line-height: 1.65;
}

.home-confidence-list strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.home-text-link:hover {
    gap: 14px;
    color: #ff8b60;
}

/* News */
.home-news-section {
    padding: 92px 0 102px;
    border-top: 1px solid #f1dcd0;
    background: #fff;
}

.home-news-heading {
    align-items: center;
    margin-bottom: 42px;
}

.home-news-heading__copy {
    max-width: 800px;
}

.home-news-heading .home-news-heading__eyebrow {
    gap: 8px;
    margin-bottom: 10px;
}

.home-news-heading__eyebrow i {
    font-size: 12px;
}

.home-news-heading__copy > p {
    max-width: 650px;
    margin-top: 14px;
    color: #765c4e;
    font-size: 13px;
    line-height: 1.7;
}

.home-outline-link {
    flex: 0 0 auto;
    min-height: 43px;
    padding: 10px 16px;
    border: 1px solid #dfc5b7;
    border-radius: 9px;
    background: #fff;
}

.home-outline-link:hover {
    border-color: var(--home-orange);
}

.home-page .home-news-card {
    margin: 0;
}

.home-page .home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.home-page .home-news-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    margin-top: 0;
    padding: 0;
}

.home-page .home-news-grid > .col-12 {
    grid-column: 1 / -1;
}

.home-page .home-news-card .home-news-card__inner {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 220ms ease;
}

.home-page .home-news-card:hover .home-news-card__inner {
    transform: translateY(-3px);
}

.home-page .home-news-card .home-news-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid #ead4c7;
    border-radius: 16px;
    background: #fff7f2;
    box-shadow: 0 12px 30px rgba(89, 47, 25, 0.08);
}

.home-page .home-news-card .home-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.home-page .home-news-card:hover .home-news-card__image img {
    transform: scale(1.04);
}

.home-page .home-news-card .home-news-card__content {
    padding: 19px 3px 0;
}

.home-news-card__date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-orange);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .home-news-card .home-news-card__title {
    min-height: 54px;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.35;
}

.home-page .home-news-card .home-news-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--home-ink);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .home-news-card .home-news-card__title a:hover {
    color: var(--home-orange);
}

.home-page .home-news-card .home-news-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    min-height: 43px;
    margin: 13px 0 0;
    color: #765c4e;
    font-size: 12px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .home-news-card .home-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 16px;
    color: #d94c19;
    font-size: 10px;
    font-weight: 800;
}

.home-page .home-news-card .home-news-card__link:hover {
    gap: 12px;
    color: var(--home-orange);
}

.home-page .home-news-card .home-news-card__link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #fff;
    background: var(--home-orange);
    font-size: 8px;
}

/* CTA */
.home-cta-section {
    padding: 0 0 120px;
    background: #f4f4f2;
}

.home-manifesto {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    overflow: hidden;
    padding: 58px 64px;
    border-radius: 28px;
    background: var(--home-dark);
}

.home-manifesto::after {
    position: absolute;
    z-index: -1;
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    border: 75px solid rgba(255, 107, 53, 0.08);
    border-radius: 50%;
    content: "";
}

.home-manifesto__content {
    max-width: 730px;
}

.home-manifesto__content span {
    display: block;
    margin-bottom: 12px;
    color: #ff8b60;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-manifesto__content h2 {
    color: #fff;
    font-size: clamp(30px, 3.1vw, 45px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.home-manifesto__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 11px;
    padding: 16px 21px;
    border-radius: 12px;
    color: #fff;
    background: var(--home-orange);
    font-size: 13px;
    font-weight: 700;
    transition: background-color 180ms ease, transform 180ms ease;
}

.home-manifesto__link:hover {
    color: #fff;
    background: #e85b27;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .home-hero__row {
        min-height: 660px;
    }

    .home-hero h1 {
        font-size: 55px;
    }

    .home-mini-register {
        padding-right: 24px;
        padding-left: 24px;
    }

    .home-mini-register__heading h2 {
        font-size: 24px;
    }

    .home-brand-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .home-auctions-section,
    .home-process-section,
    .home-confidence-section,
    .home-news-section {
        padding-top: 100px;
        padding-bottom: 106px;
    }

    .home-confidence-row {
        --bs-gutter-x: 58px;
    }
}

@media (max-width: 991px) {
    .home-hero__row {
        min-height: 0;
        padding: 82px 0 46px;
    }

    .home-hero__register {
        max-width: 650px;
        margin: 50px 0 0;
        padding-left: 0;
    }

    .home-hero-stats {
        max-width: none;
    }

    .home-section-heading--split {
        display: block;
    }

    .home-section-heading--split > p,
    .home-section-heading--split > .home-outline-link {
        margin-top: 22px;
    }

    .home-process-grid {
        grid-template-columns: 1fr;
    }

    .home-confidence-content {
        margin-top: 70px;
    }

    .home-manifesto {
        align-items: flex-start;
        flex-direction: column;
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .home-hero__media img {
        object-position: 58% center;
    }

    .home-hero__overlay {
        background: rgba(9, 10, 12, 0.87);
    }

    .home-hero__row {
        padding-top: 70px;
    }

    .home-hero h1 {
        font-size: 45px;
    }

    .home-hero__lead {
        font-size: 15px;
    }

    .home-hero__register {
        margin-top: 42px;
    }

    .home-hero-stats {
        grid-template-columns: 1fr;
        padding: 10px 0 20px;
    }

    .home-hero-stat,
    .home-hero-stat + .home-hero-stat {
        padding: 16px 0;
        border-left: 0;
    }

    .home-hero-stat + .home-hero-stat {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .home-brands-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-news-heading {
        gap: 24px;
        margin-bottom: 32px;
    }

    .home-page .home-news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-page .home-news-card .home-news-card__title {
        min-height: 0;
        font-size: 21px;
    }

    .home-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-auctions-section,
    .home-process-section,
    .home-confidence-section,
    .home-news-section {
        padding-top: 78px;
        padding-bottom: 84px;
    }

    .home-confidence-visual {
        min-height: 420px;
    }

    .home-manifesto {
        padding: 40px 32px;
    }

    .home-cta-section {
        padding-bottom: 78px;
    }
}

@media (max-width: 575px) {
    .home-eyebrow {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .home-hero h1 {
        font-size: 39px;
        letter-spacing: -0.04em;
    }

    .home-hero__actions,
    .home-button {
        width: 100%;
    }

    .home-hero__assurance {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .home-mini-register {
        padding: 24px 20px 20px;
    }

    .home-mini-register__topbar {
        margin: -24px -20px 16px;
    }

    .home-mini-register__row {
        grid-template-columns: 1fr;
    }

    .home-mini-register__heading h2 {
        font-size: 23px;
    }

    .home-mini-register__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .home-member-card {
        padding: 34px 26px;
    }

    .home-section-heading h2,
    .home-confidence-content h2 {
        font-size: 37px;
    }

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

    .home-auction-card__body {
        padding: 23px 20px 22px;
    }

    .home-process-card {
        padding: 30px 25px 32px;
    }

    .home-confidence-visual {
        min-height: 340px;
        border-radius: 22px;
    }

    .home-confidence-visual__badge {
        top: 16px;
        left: 16px;
    }

    .home-confidence-content {
        margin-top: 55px;
    }

    .home-manifesto {
        padding: 35px 24px;
        border-radius: 22px;
    }

    .home-manifesto__link {
        width: 100%;
    }
}

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