:root {
    --trust-ink: #24150f;
    --trust-bark: #3b2015;
    --trust-ember: #ff6b00;
    --trust-cream: #fff8ed;
    --trust-line: #ead8c7;
}

.ll-trust-page {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 107, 0, .10), transparent 25rem),
        #f7f4ef;
    color: var(--trust-ink);
}

.ll-trust-page main {
    padding-top: 5.3rem !important;
}

.ll-trust-page main::before {
    display: none !important;
    content: none !important;
}

body.ll-site.ll-trust-page #mobile-menu-button {
    display: none !important;
}

.trust-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(128deg, #24140f 0%, #4a2414 63%, #8d350b 100%);
    color: #fff;
}

.ll-trust-page main > section.trust-hero:first-of-type {
    background: linear-gradient(128deg, #24140f 0%, #4a2414 63%, #8d350b 100%);
}

.trust-hero-split,
.trust-story-grid,
.trust-contact-grid,
.trust-policy-layout {
    display: grid;
}

.trust-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image: repeating-linear-gradient(96deg, transparent 0 28px, rgba(255,255,255,.18) 29px, transparent 31px);
    transform: scale(1.15) rotate(-2deg);
}

.trust-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #ffb37d;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.trust-kicker::before {
    content: "";
    width: 1.75rem;
    height: 2px;
    background: currentColor;
}

.trust-title {
    max-width: 16ch;
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.35rem, 7vw, 5.2rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.045em;
}

.trust-lead {
    max-width: 44rem;
    margin-top: 1.5rem;
    color: #f7dfcf;
    font-size: clamp(1rem, 2.3vw, 1.25rem);
    line-height: 1.75;
}

.trust-stamp {
    width: min(17rem, 66vw);
    aspect-ratio: 1;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 12px rgba(255,255,255,.035), 0 2rem 5rem rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
}

.trust-stamp img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.35));
}

.trust-facts {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--trust-line);
    border-radius: 1.25rem;
    background: var(--trust-line);
    box-shadow: 0 1.2rem 3rem rgba(58, 31, 17, .08);
}

.trust-fact {
    min-width: 0;
    padding: 1.4rem;
    background: #fff;
}

.trust-fact dt {
    margin-bottom: .45rem;
    color: #9a3d0b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.trust-fact dd {
    overflow-wrap: anywhere;
    font-weight: 700;
    line-height: 1.45;
}

.trust-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.85rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.trust-copy {
    color: #5d4a41;
    font-size: 1.05rem;
    line-height: 1.82;
}

.trust-copy p + p,
.trust-copy p + ul,
.trust-copy ul + p {
    margin-top: 1rem;
}

.trust-copy a {
    color: #a94008;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.trust-process {
    counter-reset: trust-step;
    border-top: 1px solid var(--trust-line);
}

.trust-process li {
    counter-increment: trust-step;
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--trust-line);
}

.trust-process li::before {
    content: "0" counter(trust-step);
    color: var(--trust-ember);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}

.trust-action {
    display: flex;
    min-height: 5.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    border: 1px solid var(--trust-line);
    border-radius: 1rem;
    background: #fff;
    color: var(--trust-ink);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.trust-action:hover {
    transform: translateY(-2px);
    border-color: #ff8e43;
    box-shadow: 0 .8rem 2rem rgba(58, 31, 17, .08);
}

.trust-action strong,
.trust-action span {
    display: block;
}

.trust-action span {
    margin-top: .2rem;
    color: #745f54;
    font-size: .86rem;
}

.trust-action b {
    color: var(--trust-ember);
    font-size: 1.5rem;
}

.trust-notice {
    border-left: 4px solid var(--trust-ember);
    padding: 1.2rem 1.35rem;
    background: var(--trust-cream);
    color: #5b3928;
    line-height: 1.7;
}

.trust-policy-nav {
    border: 1px solid var(--trust-line);
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
}

.trust-policy-nav a {
    display: block;
    padding: .62rem .75rem;
    border-radius: .55rem;
    color: #6b4c3d;
    font-size: .9rem;
    font-weight: 700;
}

.trust-policy-nav a:hover {
    background: var(--trust-cream);
    color: #a94008;
}

.trust-policy article {
    scroll-margin-top: 7rem;
    padding-bottom: 2.2rem;
    margin-bottom: 2.2rem;
    border-bottom: 1px solid var(--trust-line);
}

.trust-policy article:last-child {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .trust-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .trust-hero-split { grid-template-columns: minmax(0, 1fr) 20rem; }
    .trust-story-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .trust-contact-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
    .trust-policy-layout { grid-template-columns: 17rem minmax(0, 1fr); }
    .trust-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .trust-policy-nav { position: sticky; top: 6.5rem; }
}

@media (max-width: 767px) {
    body.ll-site.ll-trust-page #mobile-menu-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-action { transition: none; }
}
