/* Link Agri — shared stylesheet (generated from per-page inline styles) */
/* Shared rules first; page-specific overrides scoped under body.page-* classes */

:root {
    --red: #E11D24;
    --red-dark: #B3151B;
    --ink: #1E1E1E;
    --charcoal: #2A2A2A;
    --steel: #9AA0A6;
    --line: rgba(255, 255, 255, .10);
    --line-dk: rgba(0, 0, 0, .08);
    --paper: #F4F5F6;
    --bs-primary: #E11D24;
    --bs-primary-rgb: 225, 29, 36;
    --bs-body-font-family: 'Inter', system-ui, sans-serif;
    --bs-body-color: #1c1d1f;
    --bs-body-bg: #F4F5F6;
}

body {
    background: var(--paper);
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%
}

.display-brand {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    line-height: .98;
    letter-spacing: .005em;
}

.kicker {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-size: .76rem;
    color: var(--red);
}

.text-red {
    color: var(--red) !important
}

.btn-brand {
    background: var(--red);
    color: #fff;
    border: 0;
    box-shadow: 0 16px 30px -14px rgba(225, 29, 36, .7)
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--red-dark);
    color: #fff;
    transform: translateY(-2px)
}

.btn-outline-light-2 {
    background: rgba(255, 55, 255, .04);
    color: #fff;
    border: 1px solid var(--line)
}

.btn-outline-light-2:hover {
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px)
}

.btn-dark-pill {
    background: #16181a;
    color: #fff;
    border: 0
}

.btn-dark-pill:hover {
    background: var(--red);
    color: #fff
}

.btn-brand,
.btn-outline-light-2,
.btn-dark-pill,
.btn-call {
    transition: .18s
}

.navbar.site {
    background: rgba(20, 20, 20, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    padding-top: 1rem;
    padding-bottom: 1rem
}

.navbar.site .navbar-brand img,
.navbar.site .image-module img {
    height: 114px;
    background: #fff;
    border-radius: 12px;
    padding: 8px 14px
}

.navbar.site .nav-link {
    color: #e7e8ea;
    font-weight: 500;
    border-radius: 8px;
    padding: .5rem .8rem !important
}

.navbar.site .nav-link:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--red);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: .55rem 1rem
}

.btn-call:hover {
    background: var(--red-dark);
    color: #fff
}

.btn-call svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.navbar-toggler {
    border-color: var(--line)
}

.navbar-toggler-icon {
    filter: invert(1)
}

.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(1100px 600px at 80% -20%, rgba(225, 29, 36, .30), transparent 60%), linear-gradient(160deg, #161616 0%, #222 55%, #161616 100%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0 56%, rgba(225, 29, 36, .16) 56% 58%, transparent 58% 64%, rgba(255, 255, 255, .03) 64% 67%, transparent 67%);
}

.hero .container {
    position: relative;
    z-index: 1
}

.hero-stats .n {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    color: #fff;
    line-height: 1
}

.hero-stats .l {
    font-size: .8rem;
    color: var(--steel);
    text-transform: uppercase;
    letter-spacing: .1em
}

.photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 14px, transparent 14px 28px), linear-gradient(160deg, #3a3a3a, #1b1b1b);
    color: rgba(255, 255, 255, .5);
}

.media-4x3 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden
}

.media-3x2 {
    position: relative;
    aspect-ratio: 3/2.2;
    overflow: hidden
}

.media-4x3 img,
.media-3x2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.photo .tag {
    position: absolute;
    top: .9rem;
    left: .9rem;
    background: var(--red);
    color: #fff;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .35rem .7rem;
    border-radius: 6px
}

.photo .note {
    position: absolute;
    bottom: .8rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: .72rem;
    color: rgba(255, 255, 255, .4)
}

.hero-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8)
}

.trust .item {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-weight: 600;
    font-size: .92rem
}

.trust svg {
    width: 24px;
    height: 24px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    flex: none
}

/* CMS wraps each content area's output in an extra .text-content div — neutralise it so the wrapped items lay out as if they were direct children */
.hero-stats>.text-content {
    display: contents
}

.trust .row>.text-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1 1 100%
}

.trust .row>.text-content>.col {
    flex: 0 0 auto;
    width: calc(50% - .5rem)
}

@media(min-width:768px) {
    .trust .row>.text-content>.col {
        width: calc(25% - .75rem)
    }
}

.stat-band .row>.text-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex: 1 1 100%
}

.stat-band .row>.text-content>.col {
    flex: 0 0 auto;
    width: calc(50% - .75rem)
}

@media(min-width:992px) {
    .stat-band .row>.text-content>.col {
        width: calc(25% - 1.125rem)
    }
}

.sec-head h2 {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    color: #16181a
}

.seeall {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .35rem
}

.seeall:hover {
    color: var(--red-dark)
}

.seeall svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.machine-card {
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    overflow: hidden;
    transition: .2s
}

.machine-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -22px rgba(0, 0, 0, .35) !important
}

.machine-card .photo svg {
    width: 42%;
    height: 42%
}

.badge-status {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 2;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .32rem .6rem;
    border-radius: 6px;
    color: #fff;
    background: var(--red)
}

.badge-status.sold {
    background: #3a3d41
}

.badge-status.reserved {
    background: #1c7a3e
}

.make {
    font-size: .74rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 700
}

.specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem .8rem
}

.specs .s {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .85rem;
    color: #3f4347
}

.specs svg {
    width: 16px;
    height: 16px;
    stroke: #9aa0a6;
    fill: none;
    stroke-width: 2;
    flex: none
}

.btn-sm-arrow svg {
    width: 15px;
    height: 15px;
    fill: #fff
}

.cat {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--line-dk)
}

.cat .photo {
    background: linear-gradient(160deg, #333, #161616)
}

.cat .label {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cat .label .cnt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: .78rem;
    opacity: .8
}

.cat:hover .photo {
    filter: brightness(1.15)
}

.why {
    background: #16181a;
    color: #fff
}

.why h2 .accent {
    color: var(--red)
}

.why .lead-muted {
    color: #aeb2b7;
    max-width: 620px
}

.feat {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.6rem;
    height: 100%
}

.feat .ic {
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background: rgba(225, 29, 36, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.feat .ic svg {
    width: 24px;
    height: 24px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2
}

.feat .ic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.feat .ic .bi {
    font-size: 24px;
    color: var(--red);
    line-height: 1
}

.feat p {
    color: #aeb2b7;
    font-size: .95rem;
    margin: 0
}

.cta-band {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: radial-gradient(800px 400px at 50% -40%, rgba(225, 29, 36, .35), transparent 60%), linear-gradient(160deg, #1f1f1f, #121212)
}

.cta-band h2 .accent {
    color: var(--red)
}

.cta-band p,
.cta-band .text-content {
    color: #cbced2;
    max-width: 560px
}

.cta-band .text-content {
    margin: 1rem auto 0
}

footer.site {
    background: #101113;
    color: #9aa0a6;
    border-top: 3px solid var(--red)
}

footer.site img {
    height: 80px;
    background: #fff;
    border-radius: 8px;
    padding: 6px 9px
}

footer.site .foot-head {
    display: block;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase
}

footer.site .list-items__list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

footer.site .list-items__item {
    margin-bottom: .5rem
}

footer.site a {
    color: #9aa0a6;
    text-decoration: none;
    transition: .18s
}

footer.site a:hover {
    color: #fff
}

.foot-contact a {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-weight: 600
}

.foot-contact svg {
    width: 18px;
    height: 18px;
    fill: var(--red)
}

/* Bootstrap Icons used in place of inline SVG (the outline envelope renders as a
   solid block under the fill rule above) */
.foot-contact .bi {
    font-size: 1.15rem;
    line-height: 1;
    color: var(--red);
    flex: none
}

/* The envelope is drawn as outline paths, so the blanket fill above renders it as a solid
   red block. Stroke it instead — matched on the mailto href so the phone icon, which is a
   solid glyph and wants the fill, is left alone. */
.foot-contact a[href^="mailto:"] svg {
    fill: none;
    stroke: var(--red);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.socials a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.socials a:hover {
    border-color: var(--red);
    background: rgba(225, 29, 36, .12)
}

.socials svg {
    width: 17px;
    height: 17px;
    fill: #cfd3d8
}

.legal {
    border-top: 1px solid var(--line);
    font-size: .8rem
}

/* policy links sit opposite the copyright — the column list rules would stack them */
.legal-links .list-items__list {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 1.25rem
}

.legal-links .list-items__item {
    margin-bottom: 0
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}

.navbar.site .nav-link.active {
    color: #fff;
    background: rgba(225, 29, 36, .18)
}

.filter-bar {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    box-shadow: 0 18px 40px -30px rgba(0, 0, 0, .5)
}

.filter-bar .form-label {
    font-weight: 600;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8a8f94;
    margin-bottom: .3rem
}

.filter-bar .form-select,
.filter-bar .form-control {
    border-radius: 10px;
    border: 1px solid #d9dcdf;
    padding: .6rem .8rem;
    font-size: .92rem
}

.filter-bar .form-select:focus,
.filter-bar .form-control:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(225, 29, 36, .15)
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.chip {
    border: 1px solid var(--line-dk);
    background: #fff;
    color: #3f4347;
    border-radius: 999px;
    padding: .4rem .9rem;
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: .16s;
    text-decoration: none
}

.chip:hover {
    border-color: var(--red);
    color: var(--red)
}

.chip.active {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

.media-4x3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.crumb-strip {
    background: #fff;
    border-bottom: 1px solid var(--line-dk)
}

.crumbs .sep {
    margin: 0 .5rem;
    color: #c7cbcf
}

/* CMS breadcrumb module — style like .crumbs on the dark hero */
.hero .breadcrumb-module {
    margin-bottom: 1rem
}

.hero .breadcrumb-module .breadcrumb {
    margin: 0;
    font-size: .82rem
}

.hero .breadcrumb-module a {
    color: var(--steel);
    text-decoration: none
}

.hero .breadcrumb-module a:hover {
    color: #fff
}

.hero .breadcrumb-module .breadcrumb-item.active {
    color: var(--steel)
}

.hero .breadcrumb-module .breadcrumb-item+.breadcrumb-item::before {
    color: #c7cbcf
}

.gallery-main {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--line-dk)
}

.gallery-main .badge-status {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .4rem .75rem;
    border-radius: 6px;
    color: #fff;
    background: var(--red)
}

.gallery-main .count {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    padding: .35rem .7rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: .4rem
}

.gallery-main .count svg {
    width: 15px;
    height: 15px;
    fill: #fff
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .6rem;
    margin-top: .6rem
}

.thumb {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 9px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .16s
}

.thumb.active {
    border-color: var(--red)
}

.thumb:hover {
    border-color: var(--steel)
}

.thumb .photo svg {
    width: 42%;
    height: 42%
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.buy-panel {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 16px;
    box-shadow: 0 24px 50px -34px rgba(0, 0, 0, .45)
}

.buy-panel h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #16181a;
    line-height: 1.15
}

.price-big {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 2.6rem;
    color: #16181a;
    line-height: 1
}

.price-big small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    color: #8a8f94
}

.keyspecs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem
}

.keyspecs .k {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .9rem;
    color: #3f4347
}

.keyspecs .k svg {
    width: 18px;
    height: 18px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    flex: none
}

.stock-ref {
    font-size: .8rem;
    color: #8a8f94
}

.assure {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .86rem;
    color: #3f4347
}

.assure svg {
    width: 18px;
    height: 18px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    flex: none
}

.panel {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 16px
}

.panel h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #16181a
}

.spec-table {
    width: 100%
}

.spec-table th,
.spec-table td {
    padding: .7rem .25rem;
    border-bottom: 1px solid var(--line-dk);
    font-size: .92rem;
    vertical-align: top
}

.spec-table th {
    text-align: left;
    color: #8a8f94;
    font-weight: 600;
    width: 42%
}

.spec-table td {
    color: #16181a;
    font-weight: 500
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
    border-bottom: 0
}

.feature-list {
    columns: 2;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0
}

.feature-list li {
    break-inside: avoid;
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    padding: .4rem 0;
    font-size: .92rem;
    color: #3f4347
}

.feature-list svg {
    width: 17px;
    height: 17px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    flex: none;
    margin-top: 2px
}

.desc p {
    color: #3f4347;
    line-height: 1.7
}

@media (max-width:575px) {
    .feature-list {
        columns: 1
    }
}

.story p {
    color: #3f4347;
    font-size: 1.04rem;
    line-height: 1.7
}

.story p.lead-line {
    font-size: 1.18rem;
    color: #16181a;
    font-weight: 500
}

.stat-band .n .accent {
    color: var(--red)
}

.step h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #16181a;
    margin: .6rem 0 .4rem
}

.step p {
    color: #3f4347;
    font-size: .95rem;
    margin: 0
}

.contact-card {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    padding: 1.6rem;
    height: 100%;
    transition: .2s
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -22px rgba(0, 0, 0, .35)
}

.contact-card .ic {
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background: rgba(225, 29, 36, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.contact-card .ic svg {
    width: 24px;
    height: 24px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2
}

.contact-card .ic .bi {
    font-size: 24px;
    color: var(--red);
    line-height: 1
}

.contact-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #16181a;
    margin-bottom: .35rem
}

.contact-card p {
    color: #6b7075;
    font-size: .9rem;
    margin-bottom: .6rem
}

.contact-card a.big {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.3rem;
    color: #16181a;
    text-decoration: none;
    word-break: break-word
}

.contact-card a.big:hover {
    color: var(--red)
}

.form-panel {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 18px;
    box-shadow: 0 30px 60px -34px rgba(0, 0, 0, .4)
}

.form-label {
    font-weight: 600;
    font-size: .85rem;
    color: #3f4347;
    margin-bottom: .35rem
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid #d9dcdf;
    padding: .7rem .9rem
}

.form-control:focus,
.form-select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(225, 29, 36, .15)
}

.req {
    color: var(--red)
}

/* CMS form module — the form builder emits plain stacked Bootstrap markup with a
   default .btn-primary, so restyle it here to match the hand-built enquiry form */
.rdcms-form {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem
}

@media (min-width:768px) {
    .rdcms-form {
        grid-template-columns: 1fr 1fr
    }

    /* Everything runs full width by default... */
    .rdcms-form > * {
        grid-column: 1/-1
    }

    /* ...except the first four fields, which sit two across */
    .rdcms-form > .rdcms-form-group:nth-child(-n+4) {
        grid-column: span 1
    }
}

.rdcms-form .form-label .text-danger {
    color: var(--red) !important
}

.rdcms-form .form-control::placeholder {
    color: #9aa0a6
}

.rdcms-form textarea.form-control {
    min-height: 140px;
    resize: vertical
}

.rdcms-form .rdcms-form-actions {
    margin-top: .25rem
}

.rdcms-form .rdcms-form-submit {
    background: var(--red);
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    padding: .8rem 1.6rem;
    border-radius: 12px;
    box-shadow: 0 16px 30px -14px rgba(225, 29, 36, .7);
    transition: .18s
}

.rdcms-form .rdcms-form-submit:hover,
.rdcms-form .rdcms-form-submit:focus {
    background: var(--red-dark);
    color: #fff;
    transform: translateY(-2px)
}

.rdcms-form .rdcms-form-submit:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(225, 29, 36, .3)
}

.rdcms-form .rdcms-form-submit:disabled {
    opacity: .6;
    transform: none;
    box-shadow: none
}

.rdcms-form .rdcms-form-message.alert {
    margin: 0;
    border-radius: 12px;
    font-size: .92rem
}

.rdcms-form .rdcms-form-message.alert-success {
    background: #eef8f1;
    border-color: #c9e6d2;
    color: #1c5b2c
}

.rdcms-form .rdcms-form-message.alert-danger {
    background: rgba(225, 29, 36, .07);
    border-color: rgba(225, 29, 36, .25);
    color: var(--red-dark)
}

.aside-dark {
    background: #16181a;
    color: #fff;
    border-radius: 18px
}

.aside-dark h3 {
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--steel)
}

.aside-dark .row-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px solid var(--line);
    font-size: .92rem
}

.aside-dark .row-line:last-child {
    border-bottom: 0
}

.aside-dark .row-line .d {
    color: #cfd3d8
}

.aside-dark .row-line .t {
    color: #fff;
    font-weight: 600
}

.aside-dark .pin {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: #cfd3d8;
    font-size: .92rem
}

.aside-dark .pin svg {
    width: 18px;
    height: 18px;
    fill: var(--red);
    flex: none;
    margin-top: 2px
}

/* <address> is italic by default in every browser — reset it so the yard address
   reads as the rest of the aside does */
.aside-dark .pin address {
    font-style: normal;
    margin: 0;
    line-height: 1.6
}

/* the "viewings by appointment" line sits under the address, quieter than it */
.aside-dark .find-us-note {
    color: var(--steel);
    font-size: .86rem;
    line-height: 1.6
}

.map-ph {
    position: relative;
    aspect-ratio: 21/7;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line-dk);
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, .03) 0 16px, transparent 16px 32px), linear-gradient(160deg, #e9ebed, #d7dadd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8f94;
    font-size: .85rem
}

.map-ph svg {
    width: 36px;
    height: 36px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    margin-right: .5rem
}

/* When a real map embed is added, drop the placeholder box constraints and let the iframe fill */
.map-ph:has(iframe) {
    aspect-ratio: auto;
    display: block;
    background: none
}

.map-ph .text-content {
    display: block
}

.map-ph iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0
}

.promise {
    display: flex;
    gap: 1rem;
    align-items: flex-start
}

.promise .ic {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    background: rgba(225, 29, 36, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.promise .ic svg {
    width: 23px;
    height: 23px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2
}

.promise h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #16181a;
    margin-bottom: .3rem
}

.promise p {
    color: #3f4347;
    font-size: .95rem;
    margin: 0;
    line-height: 1.6
}

.quote {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-left: 4px solid var(--red);
    border-radius: 14px
}

.quote p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(1.3rem, 3vw, 1.9rem);
    color: #16181a;
    line-height: 1.2
}

.quote .by {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: .85rem;
    color: #8a8f94;
    letter-spacing: .04em
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 0
}

.hero-points li {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #d3d6da;
    padding: .3rem 0;
    font-weight: 500
}

.hero-points svg {
    width: 20px;
    height: 20px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2;
    flex: none
}

.sell-form {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8)
}

.sell-form .form-label {
    font-weight: 600;
    font-size: .82rem;
    color: #3f4347;
    margin-bottom: .3rem
}

.sell-form .form-control,
.sell-form .form-select {
    border-radius: 10px;
    border: 1px solid #d9dcdf;
    padding: .65rem .85rem
}

.sell-form .form-control:focus,
.sell-form .form-select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(225, 29, 36, .15)
}

.sell-form .text-content {
    color: #16181a !important
}

.buy-list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem
}

.buy-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 999px;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: .92rem;
    color: #16181a
}

.buy-chip svg {
    width: 18px;
    height: 18px;
    stroke: var(--red);
    fill: none;
    stroke-width: 2
}

/* ---- Page-specific overrides (scoped to keep each page identical) ---- */
.page-home .hero h1 {
    font-size: clamp(2.6rem, 6vw, 4.6rem)
}

.page-about .hero h1 {
    font-size: clamp(2.6rem, 6vw, 4.6rem)
}

.page-stock .hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 4rem)
}

.page-contact .hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 4rem)
}

.page-why .hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 4rem)
}

.page-sell .hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 4rem)
}

.page-home .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 520px
}

.page-sell .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 520px
}

.page-stock .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 560px
}

.page-about .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 560px
}

.page-contact .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 560px
}

.page-why .hero .lede {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 560px
}

/* CMS renders the hero summary as .text-content — give it the .lede look */
.hero .text-content {
    color: #d3d6da;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    max-width: 560px;
    margin-top: 1rem
}

/* The Page Title module gets the same .text-content wrapper — neutralise it so the
   h1 keeps the hero's white text, full width and its own mt-3 spacing */
.hero .text-content:has(h1) {
    display: contents
}

.page-home .photo svg {
    width: 44%;
    height: 44%;
    opacity: .85
}

.page-stock .photo svg {
    width: 44%;
    height: 44%;
    opacity: .85
}

.page-about .photo svg {
    width: 44%;
    height: 44%;
    opacity: .85
}

.page-detail .photo svg {
    width: 38%;
    height: 38%;
    opacity: .85
}

.page-home .machine-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.2;
    color: #16181a
}

.page-stock .machine-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.2;
    color: #16181a
}

.page-detail .machine-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
    color: #16181a
}

.page-home .price {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.55rem;
    color: #16181a;
    line-height: 1
}

.page-stock .price {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.55rem;
    color: #16181a;
    line-height: 1
}

.page-detail .price {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.4rem;
    color: #16181a;
    line-height: 1
}

.page-home .price small {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: .68rem;
    color: #8a8f94;
    letter-spacing: .04em
}

.page-stock .price small {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: .68rem;
    color: #8a8f94;
    letter-spacing: .04em
}

.page-detail .price small {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: .66rem;
    color: #8a8f94;
    letter-spacing: .04em
}

.page-stock .crumbs {
    font-size: .82rem;
    color: var(--steel)
}

.page-about .crumbs {
    font-size: .82rem;
    color: var(--steel)
}

.page-contact .crumbs {
    font-size: .82rem;
    color: var(--steel)
}

.page-why .crumbs {
    font-size: .82rem;
    color: var(--steel)
}

.page-sell .crumbs {
    font-size: .82rem;
    color: var(--steel)
}

.page-detail .crumbs {
    font-size: .82rem;
    color: #8a8f94
}

.page-stock .crumbs a {
    color: var(--steel);
    text-decoration: none
}

.page-about .crumbs a {
    color: var(--steel);
    text-decoration: none
}

.page-contact .crumbs a {
    color: var(--steel);
    text-decoration: none
}

.page-why .crumbs a {
    color: var(--steel);
    text-decoration: none
}

.page-sell .crumbs a {
    color: var(--steel);
    text-decoration: none
}

.page-detail .crumbs a {
    color: #8a8f94;
    text-decoration: none
}

.page-stock .crumbs a:hover {
    color: #fff
}

.page-about .crumbs a:hover {
    color: #fff
}

.page-contact .crumbs a:hover {
    color: #fff
}

.page-why .crumbs a:hover {
    color: #fff
}

.page-sell .crumbs a:hover {
    color: #fff
}

.page-detail .crumbs a:hover {
    color: var(--red)
}

.page-about .stat-band {
    background: #16181a;
    color: #fff
}

.page-why .stat-band {
    background: #fff;
    border-top: 1px solid var(--line-dk);
    border-bottom: 1px solid var(--line-dk)
}

.page-about .stat-band .n {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3rem);
    color: #fff;
    line-height: 1
}

.page-why .stat-band .n {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3rem);
    color: #16181a;
    line-height: 1
}

.page-about .stat-band .l {
    font-size: .82rem;
    color: var(--steel);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: .4rem
}

.page-why .stat-band .l {
    font-size: .82rem;
    color: #8a8f94;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: .4rem
}

.page-about .step {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    padding: 1.6rem;
    height: 100%
}

.page-why .step {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    padding: 1.6rem;
    height: 100%
}

.page-sell .step {
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    padding: 1.7rem;
    height: 100%;
    position: relative
}

.page-about .step .num {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--red);
    line-height: 1
}

.page-why .step .num {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--red);
    line-height: 1
}

.page-sell .step .num {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    color: var(--red);
    line-height: 1
}

/* ---- utilities (moved from inline style attributes) ---- */
.display-brand.ink {
    color: #16181a
}

.title-sm {
    font-size: clamp(1.5rem, 3vw, 2rem)
}

.title-md {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem)
}

.title-aside {
    font-size: clamp(1.7rem, 3.5vw, 2.2rem)
}

.title-lg {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem)
}

.text-sm {
    font-size: .95rem
}

.hero-card>.tag {
    position: absolute;
    top: .9rem;
    left: .9rem;
    z-index: 2;
    background: var(--red);
    color: #fff;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .35rem .7rem;
    border-radius: 6px
}

/* Home hero: card shrinks to the uploaded image's own shape (portrait or landscape), no cropping */
.hero-card--fit {
    position: relative;
    width: fit-content;
    max-width: min(100%, 640px);
    margin-inline: auto
}

.hero-card--fit .image-module {
    margin: 0
}

.hero-card--fit .image-module img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: min(65vh, 560px)
}

/* ---- CMS catalogue elements (product detail) ----
   The catalogue modules ship their own <style> blocks inline in the body, so they land
   after this sheet in source order. Scope the brand overrides under .page-detail so they
   win on specificity instead of fighting the cascade. */

/* Breadcrumb — the module defaults to generic blue links */
.page-detail .catalog-breadcrumb {
    font-size: .82rem;
    color: #8a8f94
}

.page-detail .catalog-breadcrumb a {
    color: #5b6167;
    text-decoration: none
}

.page-detail .catalog-breadcrumb a:hover {
    color: var(--red);
    text-decoration: none
}

.page-detail .catalog-breadcrumb .is-active {
    color: #16181a;
    font-weight: 600
}

.page-detail .catalog-breadcrumb li:not(:last-child)::after {
    color: #c7cbcf
}

/* Gallery — match .gallery-main's radius and 4:3 crop */
.page-detail .product-element__hero {
    border-radius: 16px;
    border: 1px solid var(--line-dk);
    background: var(--paper)
}

.page-detail .product-element__hero img {
    aspect-ratio: 4/3;
    object-fit: cover
}

.page-detail .product-element__gallery {
    gap: .6rem;
    margin-top: .6rem
}

.page-detail .product-element__gallery-item {
    border-radius: 10px;
    border: 1px solid var(--line-dk);
    background: var(--paper);
    transition: border-color .18s
}

.page-detail .product-element__gallery-item:hover,
.page-detail .product-element__gallery-item.is-active {
    border-color: var(--red)
}

/* Description — the module sets type inline, so this has to be !important */
.page-detail .product-element__body {
    font-size: .95rem !important;
    line-height: 1.7 !important;
    color: #3f4347 !important
}

/* Hide a box when its CMS element outputs nothing (e.g. a machine with no specs).
   HTML comments and whitespace don't count as content, so these check for element children */
.page-detail .panel:not(:has(> *)),
.page-detail .panel.desc:not(:has(> :not(h2))) {
    display: none
}

/* ...and drop the spec section's padding too when its only box is empty */
.page-detail section:has(.panel):not(:has(.panel > *)) {
    display: none
}

/* Module headings — strip the grey bar and read as .panel h2 */
.page-detail .product-features__title,
.page-detail .product-specs__title {
    margin: 0 0 .75rem;
    padding: 0;
    background: none;
    border: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #16181a
}

/* Features — red ticks in place of bullets, like .feature-list */
.page-detail .product-features__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-detail .product-features__item {
    position: relative;
    padding: .35rem 0 .35rem 1.6rem;
    font-size: .92rem;
    color: #3f4347
}

.page-detail .product-features__item::before {
    content: "";
    position: absolute;
    left: .25rem;
    top: .75rem;
    width: .55rem;
    height: .3rem;
    border-left: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(-45deg)
}

/* Specifications — make the module's table read as .spec-table */
.page-detail .product-specs {
    border: 0;
    border-radius: 0;
    overflow: visible
}

.page-detail .product-specs table {
    width: 100%
}

.page-detail .product-specs td {
    padding: .7rem .25rem;
    border-bottom: 1px solid var(--line-dk);
    font-size: .92rem;
    vertical-align: top
}

.page-detail .product-specs tr:last-child td {
    border-bottom: 0
}

.page-detail .product-specs td:first-child {
    color: #8a8f94;
    font-weight: 600;
    width: 42%
}

.page-detail .product-specs td:last-child {
    color: #16181a;
    font-weight: 500
}


/* ---- CMS catalogue product list (stock page) ----
   The element templates in /product-list render the site's own .machine-card markup
   inside a Bootstrap row, so the cards need no styling of their own. What is left here
   is the surrounding furniture: category nav, pagination and the empty state. */

/* the page above already shows a breadcrumb and heading — these would duplicate them */
.page-stock .product-list__breadcrumb,
.page-stock .product-list .sec-head {
    display: none
}

/* card title is a link in the catalogue, plain text in the hand-built cards */
.machine-card h3 a {
    color: #16181a;
    text-decoration: none
}

.machine-card h3 a:hover {
    color: var(--red)
}

/* stands in for the .specs grid on hand-built cards — summaries vary in length,
   so clamp them and let .h-100 keep the cards level */
.machine-summary {
    font-size: .9rem;
    line-height: 1.6;
    color: #5b6167;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

/* ---- category sidebar ---- */
.category-nav__title {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a8f94;
    margin: 0 0 .75rem
}

.category-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.category-nav__list .category-nav__list {
    padding-left: .75rem
}

.category-nav__item a {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .45rem .6rem;
    border-radius: 8px;
    color: #3f4347;
    text-decoration: none;
    font-size: .92rem
}

.category-nav__item a:hover {
    background: var(--paper);
    color: var(--red)
}

.category-nav__item a.is-active {
    background: rgba(225, 29, 36, .1);
    color: var(--red);
    font-weight: 600
}

.category-nav__count {
    color: #9aa0a6;
    font-size: .82rem
}

/* ---- pagination — reads like the .chip row on the stock filter bar ---- */
.product-pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0
}

.product-pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 .8rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--line-dk);
    color: #3f4347;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    transition: .18s
}

.product-pagination__link:hover {
    border-color: var(--red);
    color: var(--red)
}

.product-pagination__link.is-active,
.product-pagination__link--current {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

/* ---- list layout ----
   The element's old inline stylesheet turned cards horizontal when layout=list. That went
   with the inline block, so rebuild it here. Beats Bootstrap's .row-cols-* on specificity,
   so the row-cols classes in the wrapper stay put for grid layout. */
.product-list--list .product-grid>* {
    width: 100%
}

@media (min-width:768px) {
    .product-list--list .machine-card {
        flex-direction: row
    }

    .product-list--list .machine-card .media-4x3 {
        width: 300px;
        flex: none
    }

    .product-list--list .machine-card .card-body {
        flex: 1
    }
}


/* ---- CMS catalogue featured products (home page) ----
   This is a different element type to the stock page's product list and it has no
   template overrides in /product-list, so it emits its own .product-card markup that
   we can't re-shape. Everything below dresses that markup to match .machine-card, so
   the home page grid reads the same as the stock page. Keep the two in step. */

.featured-products {
    display: grid;
    grid-template-columns: 1fr;
    /* Bootstrap g-4, as on the stock grid */
    gap: 1.5rem
}

@media (min-width:768px) {
    .featured-products {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .featured-products {
        grid-template-columns: repeat(3, 1fr)
    }
}

/* the whole card is one <a> here, where the stock card is an <article> with links
   inside — so the card itself has to reset the anchor's colour and underline */
.featured-products .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line-dk);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: .2s
}

.featured-products .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -22px rgba(0, 0, 0, .35)
}

/* the element ships a 1:1 image box; the site's cards are 4:3 throughout */
.featured-products .product-card__image {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--paper)
}

.featured-products .product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* stands in for .card-body.d-flex.flex-column on the stock card */
.featured-products .product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 1rem
}

.featured-products .product-card__name {
    display: block;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.2;
    color: #16181a;
    transition: .18s
}

.featured-products .product-card:hover .product-card__name {
    color: var(--red)
}

/* same clamp and rule-above as .machine-summary on the stock cards */
.featured-products .product-card__summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    font-size: .9rem;
    line-height: 1.6;
    color: #5b6167
}

/* the element has no room for a button, so the stock card's "View details" pill is
   drawn in. Decorative only — the card is already a link to the same place. */
.featured-products .product-card__content::after {
    content: "View details";
    align-self: flex-end;
    margin-top: auto;
    /* .mt-auto on the stock card — the summary's 1rem bottom margin keeps the gap */
    padding: .5rem 2.1rem .5rem .75rem;
    background: #16181a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 15px 15px;
    border-radius: .5rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    transition: .18s
}

.featured-products .product-card:hover .product-card__content::after {
    background-color: var(--red)
}

/* ---- inner pages (cookie policy, privacy policy) ----
   The body is a single rich-text element, so everything here targets the raw
   h2/h3/p/ul markup the CMS emits inside .inner-copy. */
.page-inner .hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem)
}

.page-inner .hero .text-content {
    max-width: 700px
}

.last-updated {
    color: var(--steel);
    font-size: .85rem;
    letter-spacing: .04em;
    margin-bottom: 0
}

.inner-copy {
    color: #3f4347;
    font-size: 1rem;
    line-height: 1.75
}

/* the rich-text module wraps its output in .text-content — let the copy rules through */
.inner-copy .text-content {
    color: inherit;
    font-size: inherit;
    max-width: none;
    margin-top: 0
}

.inner-copy> :first-child,
.inner-copy .text-content> :first-child {
    margin-top: 0
}

.inner-copy h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #16181a;
    margin: 2.4rem 0 .9rem;
    scroll-margin-top: 100px
}

.inner-copy h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #16181a;
    margin: 1.6rem 0 .6rem;
    scroll-margin-top: 100px
}

.inner-copy p {
    margin-bottom: 1rem
}

.inner-copy ul,
.inner-copy ol {
    padding-left: 1.15rem;
    margin-bottom: 1.2rem
}

.inner-copy li {
    margin-bottom: .5rem
}

.inner-copy ul li::marker {
    color: var(--red)
}

.inner-copy a {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-word
}

.inner-copy a:hover {
    color: var(--red-dark)
}

.inner-copy strong {
    color: #16181a
}

/* cookie tables list what each cookie does — read them as .spec-table */
.inner-copy table {
    width: 100%;
    margin-bottom: 1.4rem;
    font-size: .92rem
}

.inner-copy th,
.inner-copy td {
    padding: .7rem .5rem;
    border-bottom: 1px solid var(--line-dk);
    text-align: left;
    vertical-align: top
}

.inner-copy th {
    color: #8a8f94;
    font-weight: 600
}

.inner-copy td {
    color: #16181a;
    font-weight: 500
}

/* long policies scroll past the sidebar — pin it once there is room for two columns */
@media (min-width:992px) {
    .inner-aside {
        position: sticky;
        top: 1.5rem
    }
}

.inner-aside .panel h2 {
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8a8f94
}

.inner-aside .list-items__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.inner-aside .list-items__item {
    padding: .45rem 0;
    border-bottom: 1px solid var(--line-dk);
    font-size: .92rem
}

.inner-aside .list-items__item:last-child {
    border-bottom: 0
}

.inner-aside .list-items__item a {
    color: #3f4347;
    text-decoration: none
}

.inner-aside .list-items__item a:hover {
    color: var(--red)
}

.inner-aside .aside-dark .text-content {
    color: #cfd3d8;
    font-size: .92rem;
    margin-bottom: 1.2rem
}
