.transroc-public-shell[data-public-page="home"] {
    --simple-ink: #12352a;
    --simple-green: #315d3b;
    --simple-lime: #c6d77a;
    --simple-cream: #f7f5ea;
    background: var(--simple-cream);
    color: var(--simple-ink);
}

.transroc-public-shell[data-public-page="home"] .tr-public-header {
    background: rgba(247, 245, 234, .94);
    border-bottom: 1px solid rgba(18, 53, 42, .1);
    box-shadow: none;
}

.transroc-public-shell[data-public-page="home"] .tr-public-nav a,
.transroc-public-shell[data-public-page="home"] .tr-public-menu nav a {
    font-size: 13px;
    letter-spacing: .04em;
}

.transroc-public-shell[data-public-page="home"] .tr-public-actions .btn {
    min-height: 40px;
    padding: 0 16px;
}

.transroc-public-shell[data-public-page="home"] .tr-public-footer-brand { max-width: 360px; }
.transroc-public-shell[data-public-page="home"] .tr-public-footer-inner { grid-template-columns: 1fr; }

.tr-simple-hero {
    background: var(--simple-cream);
    padding: clamp(28px, 5vw, 72px) 0 clamp(36px, 6vw, 84px);
}

.tr-simple-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(32px, 7vw, 100px);
    grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.22fr);
}

.tr-simple-hero-copy { max-width: 510px; }

.tr-simple-eyebrow {
    color: #788637;
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.tr-simple-hero h1,
.tr-simple-section-head h2,
.tr-simple-proof h2,
.tr-simple-dashboard h2,
.tr-simple-membership h2,
.tr-simple-final h2 {
    color: var(--simple-ink);
    font-family: var(--transroc-font-family);
    font-weight: 600;
    letter-spacing: -.055em;
    margin: 0;
}

.tr-simple-hero h1 {
    font-size: clamp(40px, 4.6vw, 60px);
    line-height: .96;
    max-width: 620px;
}

.tr-simple-hero-copy > p {
    color: rgba(18, 53, 42, .72);
    font-size: 15px;
    line-height: 1.55;
    margin: 24px 0 26px;
    max-width: 350px;
}

.tr-simple-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; }
.tr-simple-actions .btn { min-height: 44px; padding: 0 20px; }
.tr-simple-text-link { color: var(--simple-ink); font-size: 12px; font-weight: 750; text-decoration: none; }
.tr-simple-text-link span { color: #889b38; font-size: 16px; margin-left: 5px; }
.tr-simple-text-link:hover { color: #537834; }

.tr-simple-trust-line {
    border-top: 1px solid rgba(18, 53, 42, .14);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 54px;
    padding-top: 15px;
}

.tr-simple-trust-line span { color: rgba(18, 53, 42, .64); font-size: 10px; font-weight: 650; }
.tr-simple-trust-line i { color: #a0ad52; font-style: normal; margin-right: 5px; }

.tr-simple-hero-visual { border-radius: 18px; isolation: isolate; min-height: 480px; overflow: hidden; position: relative; }
.tr-simple-hero-visual::after { background: linear-gradient(180deg, transparent 42%, rgba(8, 34, 23, .62)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.tr-simple-hero-visual img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.tr-simple-carousel-track, .tr-simple-carousel-slide { inset: 0; position: absolute; }
.tr-simple-carousel-track { z-index: 0; }
.tr-simple-carousel-slide { margin: 0; opacity: 0; pointer-events: none; transform: scale(1.035); transition: opacity 1500ms ease, transform 12000ms ease; visibility: hidden; }
.tr-simple-carousel-slide.is-active { opacity: 1; transform: scale(1); visibility: visible; }
.tr-simple-carousel-slide img { pointer-events: none; }
.tr-simple-carousel-slide.is-active img { animation: tr-carousel-pan 9000ms ease both; }
.tr-simple-carousel-slide figcaption { bottom: 34px; color: #fff; font-size: 11px; font-weight: 650; position: absolute; right: 28px; z-index: 2; }
.tr-simple-visual-note { align-items: baseline; background: var(--simple-lime); border-radius: 10px; bottom: 28px; display: flex; gap: 9px; left: 28px; padding: 11px 14px; position: absolute; z-index: 1; }
.tr-simple-visual-note strong { color: var(--simple-ink); font-size: 25px; font-weight: 650; letter-spacing: -.04em; }
.tr-simple-visual-note span { color: var(--simple-ink); font-size: 10px; font-weight: 750; max-width: 110px; }
.tr-simple-carousel-controls { align-items: center; bottom: 18px; display: flex; gap: 9px; pointer-events: auto; position: absolute; right: 18px; z-index: 4; }
.tr-simple-carousel-controls > button { align-items: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #fff; cursor: pointer; display: inline-flex; font-size: 15px; height: 32px; justify-content: center; padding: 0; width: 32px; }
.tr-simple-carousel-controls > button:hover, .tr-simple-carousel-controls > button:focus-visible { background: var(--simple-lime); border-color: var(--simple-lime); color: var(--simple-ink); outline: 0; }
.tr-simple-carousel-dots { align-items: center; display: flex; gap: 5px; }
.tr-simple-carousel-dots button { background: rgba(255,255,255,.45); border: 0; border-radius: 99px; cursor: pointer; height: 5px; padding: 0; transition: background-color 180ms ease, width 180ms ease; width: 5px; }
.tr-simple-carousel-dots button.is-active, .tr-simple-carousel-dots button:focus-visible { background: var(--simple-lime); outline: 0; width: 18px; }

.tr-simple-hero-fullbleed { padding: 0; }
.tr-simple-hero-background { height: clamp(590px, calc(100svh - 92px), 780px); overflow: hidden; position: relative; }
.tr-simple-hero-fullbleed .tr-simple-hero-visual { border-radius: 0; inset: 0; min-height: 0; position: absolute; }
.tr-simple-hero-fullbleed .tr-simple-hero-visual::after { display: none; }
.tr-simple-hero-shade { background: linear-gradient(90deg, rgba(5, 29, 20, .88) 0%, rgba(5, 29, 20, .64) 38%, rgba(5, 29, 20, .12) 78%), linear-gradient(0deg, rgba(5, 29, 20, .62), transparent 42%); inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.tr-simple-hero-content { align-items: end; box-sizing: border-box; display: flex; height: 100%; padding-bottom: 145px; padding-top: 110px; position: relative; z-index: 2; }
.tr-simple-hero-fullbleed .tr-simple-hero-copy { max-width: 640px; }
.tr-simple-hero-fullbleed .tr-simple-eyebrow { color: var(--simple-lime); }
.tr-simple-hero-fullbleed .tr-simple-hero h1, .tr-simple-hero-fullbleed h1 { color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.18); }
.tr-simple-hero-fullbleed h1 { min-height: 2.05em; white-space: pre-line; }
.tr-simple-hero-fullbleed h1.is-short-title { max-width: 620px; white-space: pre-line; }
.tr-typing-cursor { animation: tr-typing-blink 850ms steps(1) infinite; border-right: 3px solid var(--simple-lime); display: inline-block; height: .88em; margin-left: .08em; transform: translateY(.08em); }
.tr-simple-hero-fullbleed [data-hero-summary].is-copy-changing { animation: tr-copy-fade 700ms ease both; }
.tr-simple-hero-fullbleed .tr-simple-hero-copy > p { color: rgba(255,255,255,.82); max-width: 400px; }
.tr-simple-hero-fullbleed .tr-simple-text-link { color: #fff; }
.tr-simple-hero-fullbleed .tr-simple-trust-line { border-top-color: rgba(255,255,255,.26); }
.tr-simple-hero-fullbleed .tr-simple-trust-line span { color: rgba(255,255,255,.78); }
.tr-simple-hero-meta { align-items: end; bottom: 26px; display: flex; justify-content: space-between; left: 0; position: absolute; right: 0; z-index: 3; }
.tr-simple-hero-meta .tr-simple-visual-note { bottom: auto; left: auto; position: static; }
.tr-simple-hero-meta .tr-simple-carousel-controls { bottom: auto; position: static; }
.tr-simple-hero-fullbleed .tr-simple-carousel-slide figcaption { bottom: 34px; }
.tr-simple-hero-copy .tr-simple-eyebrow { animation: tr-simple-copy-in 700ms cubic-bezier(.2,.75,.2,1) 120ms both; }
.tr-simple-hero-copy h1 { animation: tr-simple-copy-in 700ms cubic-bezier(.2,.75,.2,1) 220ms both; }
.tr-simple-hero-copy > p { animation: tr-simple-copy-in 700ms cubic-bezier(.2,.75,.2,1) 320ms both; }
.tr-simple-hero-copy .tr-simple-actions { animation: tr-simple-copy-in 700ms cubic-bezier(.2,.75,.2,1) 420ms both; }
.tr-simple-hero-copy .tr-simple-trust-line { animation: tr-simple-copy-in 700ms cubic-bezier(.2,.75,.2,1) 520ms both; }
@keyframes tr-simple-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tr-typing-blink { 0%, 45% { opacity: 1; } 46%, 100% { opacity: 0; } }
@keyframes tr-copy-fade { from { opacity: .2; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

.tr-simple-contributions, #how-it-works, #commodities-title, #member-dashboard, #membership, #faq-title, #join-transroc { scroll-margin-top: 110px; }
.tr-simple-contributions { background: #fffdf7; padding: clamp(64px, 8vw, 112px) 0; }
.tr-simple-contributions-grid { align-items: center; display: grid; gap: clamp(40px, 8vw, 120px); grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); }
.tr-simple-contributions-intro h2 { color: var(--simple-ink); font-size: clamp(28px, 3.2vw, 46px); line-height: .96; margin: 0; }
.tr-simple-contributions-intro p { color: rgba(18,53,42,.7); font-size: 15px; line-height: 1.55; margin: 24px 0 26px; max-width: 390px; }
.tr-simple-contribution-rate { align-items: center; background: var(--simple-lime); border-radius: 12px; color: var(--simple-ink); display: inline-flex; gap: 12px; padding: 12px 16px; }
.tr-simple-contribution-rate strong { font-size: 30px; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.tr-simple-contribution-rate span { font-size: 11px; font-weight: 750; line-height: 1.25; max-width: 130px; }
.tr-simple-contribution-items { display: grid; gap: 12px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tr-simple-contribution-item { border-top: 1px solid rgba(18,53,42,.14); padding: 24px 8px 8px 0; }
.tr-simple-contribution-item .icon { color: #3d7c42; display: block; font-size: 34px; margin-bottom: 16px; }
.tr-simple-contribution-item h3 { color: var(--simple-ink); font-size: 17px; font-weight: 700; margin: 0 0 7px; }
.tr-simple-contribution-item p { color: rgba(18,53,42,.7); font-size: 13px; line-height: 1.45; margin: 0; max-width: 230px; }
.tr-simple-proof { background: var(--simple-green); color: #fff; padding: 54px 0; }
.tr-simple-proof-grid { align-items: start; display: grid; gap: 26px; grid-template-columns: 1.25fr repeat(3, 1fr); }
.tr-simple-proof .tr-simple-eyebrow { color: var(--simple-lime); }
.tr-simple-proof h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); line-height: .98; }
.tr-simple-proof-item { border-left: 1px solid rgba(255,255,255,.22); padding-left: 20px; }
.tr-simple-proof-item strong { color: var(--simple-lime); font-size: 10px; }
.tr-simple-proof-item h3 { color: #fff; font-size: 17px; font-weight: 650; margin: 18px 0 8px; }
.tr-simple-proof-item p { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.5; margin: 0; max-width: 150px; }

.tr-simple-process, .tr-simple-commodities, .tr-simple-membership { background: var(--simple-cream); padding: clamp(58px, 8vw, 108px) 0; }
.tr-simple-section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 38px; }
.tr-simple-section-head h2 { font-size: clamp(32px, 4vw, 54px); line-height: .98; }
.tr-simple-process-grid { border-top: 1px solid rgba(18,53,42,.16); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.tr-simple-process-grid li { display: grid; gap: 20px; grid-template-columns: auto 1fr; padding: 26px 24px 0 0; }
.tr-simple-process-grid li + li { border-left: 1px solid rgba(18,53,42,.16); padding-left: 24px; }
.tr-simple-process-grid li > span { color: #a0ad52; font-size: 11px; font-weight: 800; }
.tr-simple-process-grid h3 { color: var(--simple-ink); font-size: 17px; font-weight: 650; margin: 0 0 8px; }
.tr-simple-process-grid p { color: rgba(18,53,42,.68); font-size: 12px; line-height: 1.55; margin: 0; max-width: 210px; }

.tr-simple-commodities { background: #fffdf7; padding-top: 70px; }
.tr-simple-commodity-carousel { position: relative; }
.tr-simple-commodity-viewport { overflow: hidden; touch-action: pan-y; }
.tr-simple-commodity-track { display: flex; gap: 12px; transform: translate3d(0, 0, 0); transition: transform 700ms cubic-bezier(.2,.75,.2,1); will-change: transform; }
.tr-simple-commodity { flex: 0 0 calc((100% - 36px) / 4); }
.tr-simple-commodity { align-items: end; aspect-ratio: 1.16; background: var(--simple-green); border-radius: 12px; display: flex; overflow: hidden; padding: 16px; position: relative; text-decoration: none; }
.tr-simple-commodity::after { background: linear-gradient(180deg, transparent 28%, rgba(8,34,23,.7)); content: ""; inset: 0; position: absolute; }
.tr-simple-commodity img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.tr-simple-commodity > span { color: #fff; font-size: 13px; font-weight: 650; position: relative; z-index: 1; }
.tr-simple-commodity em { color: var(--simple-lime); font-size: 18px; font-style: normal; margin-left: auto; position: relative; z-index: 1; }
.tr-simple-commodity:hover { transform: translateY(-3px); }
.tr-simple-commodity-controls { align-items: center; display: flex; gap: 10px; justify-content: center; margin-top: 20px; }
.tr-simple-commodity-controls button { align-items: center; background: transparent; border: 1px solid rgba(18,53,42,.2); border-radius: 50%; color: var(--simple-ink); cursor: pointer; display: inline-flex; font: inherit; height: 34px; justify-content: center; width: 34px; }
.tr-simple-commodity-controls button:hover { background: var(--simple-green); color: #fff; }
.tr-simple-commodity-controls span { color: rgba(18,53,42,.62); font-size: 11px; min-width: 42px; text-align: center; }

.tr-simple-dashboard { background: #dce5c1; padding: clamp(54px, 7vw, 92px) 0; }
.tr-simple-dashboard-grid { align-items: center; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, .65fr) minmax(480px, 1.35fr); }
.tr-simple-dashboard h2 { font-size: clamp(32px, 3.3vw, 48px); line-height: .98; max-width: 520px; }
.tr-simple-dashboard p { color: rgba(18,53,42,.7); font-size: 14px; line-height: 1.55; margin: 20px 0 25px; max-width: 310px; }
.tr-simple-dashboard .btn { min-height: 42px; padding: 0 17px; }
.tr-simple-dashboard-card { background: #fffdf7; border-radius: 15px; box-shadow: 0 20px 50px rgba(18,53,42,.14); padding: 20px; }
.tr-simple-dashboard-snapshot { background: #fffdf7; border: 1px solid rgba(18,53,42,.12); border-radius: 16px; box-shadow: 0 20px 50px rgba(18,53,42,.14); margin: 0; overflow: hidden; }
.tr-simple-dashboard-snapshot img { display: block; height: auto; max-width: 100%; width: 100%; }
.tr-simple-dashboard-snapshot figcaption { color: rgba(18,53,42,.64); font-size: 11px; line-height: 1.4; padding: 10px 14px 12px; }
.tr-simple-dashboard-top, .tr-simple-dashboard-footer { align-items: center; color: rgba(18,53,42,.6); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; }
.tr-simple-dashboard-top b { background: #dcebc2; border-radius: 20px; color: #4b783c; font-size: 9px; padding: 5px 8px; }
.tr-simple-dashboard-value { border-bottom: 1px solid rgba(18,53,42,.1); padding: 27px 0 20px; }
.tr-simple-dashboard-value small { color: rgba(18,53,42,.58); display: block; font-size: 10px; }
.tr-simple-dashboard-value strong { color: var(--simple-ink); display: inline-block; font-size: 28px; font-weight: 650; letter-spacing: -.04em; margin: 7px 10px 0 0; }
.tr-simple-dashboard-value em { color: #4f8c43; font-size: 11px; font-style: normal; font-weight: 750; }
.tr-simple-dashboard-bars { align-items: end; display: flex; gap: 9px; height: 110px; padding: 16px 2px 10px; }
.tr-simple-dashboard-bars i { background: #8ea854; border-radius: 3px 3px 0 0; display: block; flex: 1; }
.tr-simple-dashboard-bars i:nth-child(2n) { background: #c8d779; }
.tr-simple-dashboard-footer { border-top: 1px solid rgba(18,53,42,.1); padding-top: 14px; }

.tr-simple-membership { background: #fffdf7; }
.tr-simple-membership-grid { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); }
.tr-simple-membership h2 { font-size: clamp(34px, 4.3vw, 60px); line-height: .96; max-width: 8ch; }
.tr-simple-membership-copy { border-left: 1px solid rgba(18,53,42,.16); padding-left: 30px; }
.tr-simple-membership-copy p { color: rgba(18,53,42,.7); font-size: 14px; line-height: 1.5; margin: 0 0 24px; max-width: 650px; }
.tr-simple-membership-copy .btn { min-height: 42px; padding: 0 18px; }

.tr-simple-faq { background: var(--simple-cream); padding: 0 0 clamp(58px, 8vw, 100px); }
.tr-simple-faq { padding-top: clamp(58px, 7vw, 92px); }
.tr-simple-faq .tr-simple-section-head { margin-bottom: 28px; }
.tr-simple-faq-count { color: var(--simple-ink); font-size: 12px; font-weight: 750; }
.tr-simple-faq-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.tr-simple-faq details, .tr-simple-faq details + details { background: #fffdf7; border: 1px solid rgba(18,53,42,.12); border-radius: 12px; padding: 0 18px; }
.tr-simple-faq summary { align-items: center; color: var(--simple-ink); cursor: pointer; display: flex; font-size: 13px; font-weight: 700; gap: 14px; justify-content: space-between; list-style: none; min-height: 82px; }
.tr-simple-faq summary::-webkit-details-marker { display: none; }
.tr-simple-faq summary span { color: #8ea854; font-size: 20px; font-weight: 400; }
.tr-simple-faq details[open] summary span { transform: rotate(45deg); }
.tr-simple-faq details p { color: rgba(18,53,42,.68); font-size: 12px; line-height: 1.55; margin: -3px 0 20px; max-width: 270px; }
.tr-simple-faq details:last-child { grid-column: 2; }
.tr-simple-seo-links { height: 1px; margin: -1px 0 0; opacity: 0; overflow: hidden; position: absolute; width: 1px; }

.tr-simple-hero-copy { animation: tr-simple-rise 650ms cubic-bezier(.2,.7,.2,1) both; }
.tr-simple-hero-visual { animation: tr-simple-visual-in 850ms cubic-bezier(.2,.7,.2,1) 80ms both; }
.tr-simple-proof-item, .tr-simple-process-grid li, .tr-simple-commodity { transition: border-color 180ms ease, transform 220ms ease, box-shadow 220ms ease; }
.tr-simple-proof-item:hover, .tr-simple-process-grid li:hover { transform: translateY(-4px); }
.tr-simple-commodity:hover { box-shadow: 0 16px 28px rgba(18,53,42,.15); }
@keyframes tr-simple-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tr-carousel-pan { from { transform: scale(1.04) translate3d(0, 0, 0); } to { transform: scale(1.1) translate3d(-.8%, -.4%, 0); } }
@keyframes tr-simple-visual-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.tr-simple-final { background: var(--simple-green); padding: 80px 0 90px; text-align: center; }
.tr-simple-final .tr-simple-eyebrow { color: var(--simple-lime); }
.tr-simple-final h2 { color: #fff; font-size: clamp(42px, 6vw, 76px); line-height: .94; margin: 0 auto 30px; max-width: 1000px; width: min(92vw, 1000px); }
.tr-simple-final .btn { background: var(--simple-lime); border-color: var(--simple-lime); color: var(--simple-ink); min-height: 44px; padding: 0 21px; }

@media (max-width: 991.98px) {
    .tr-simple-hero-grid, .tr-simple-dashboard-grid { grid-template-columns: 1fr; }
    .tr-simple-hero-copy { max-width: 600px; }
    .tr-simple-hero-visual { min-height: min(58vw, 480px); }
    .tr-simple-proof-grid { grid-template-columns: repeat(3, 1fr); }
    .tr-simple-proof-intro { grid-column: 1 / -1; }
    .tr-simple-contributions-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .tr-simple-hero { padding-top: 0; }
    .tr-simple-hero-background { min-height: 680px; }
    .tr-simple-hero-content { align-items: end; padding-bottom: 145px; padding-top: 100px; }
    .tr-simple-hero h1 { font-size: 43px; min-height: 2.1em; }
    .tr-simple-hero-fullbleed [data-hero-title].is-long-title { font-size: clamp(28px, 7.5vw, 33px); }
    .tr-simple-hero-fullbleed .tr-simple-hero-visual { min-height: 0; }
    .tr-simple-carousel-slide figcaption { display: none; }
    .tr-simple-trust-line { gap: 10px 14px; margin-top: 38px; }
    .tr-simple-proof-grid, .tr-simple-process-grid, .tr-simple-membership-grid, .tr-simple-faq-grid { grid-template-columns: 1fr; }
    .tr-simple-proof { padding: 48px 0; }
    .tr-simple-proof-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 18px 0 0; }
    .tr-simple-proof-item h3 { margin-top: 12px; }
    .tr-simple-contribution-items { grid-template-columns: 1fr; }
    .tr-simple-contribution-item { padding-top: 20px; }
    .tr-simple-section-head { align-items: start; flex-direction: column; gap: 18px; }
    .tr-simple-process-grid li, .tr-simple-process-grid li + li { border-left: 0; border-top: 1px solid rgba(18,53,42,.16); padding: 22px 0; }
    .tr-simple-process-grid li:first-child { border-top: 0; }
    .tr-simple-commodity { flex-basis: calc((100% - 24px) / 3); }
    .tr-simple-membership-grid { gap: 30px; }
    .tr-simple-membership-copy { border-left: 0; border-top: 1px solid rgba(18,53,42,.16); padding: 22px 0 0; }
    .tr-simple-faq details, .tr-simple-faq details + details { border-left: 1px solid rgba(18,53,42,.12); padding: 0 18px; }
    .tr-simple-faq details:last-child { grid-column: auto; }
    .tr-simple-dashboard-snapshot { margin-top: 4px; }
    .tr-simple-carousel-controls { bottom: 14px; right: 14px; }
    .tr-simple-hero-meta { align-items: end; bottom: 20px; }
    .tr-simple-hero-meta .tr-simple-visual-note { padding: 9px 11px; }
    .tr-simple-hero-meta .tr-simple-visual-note strong { font-size: 21px; }
}

@media (max-width: 420px) {
    .tr-simple-hero h1 { font-size: 43px; }
    .tr-simple-commodity { flex-basis: calc((100% - 12px) / 2); }
}

@media (max-width: 420px) {
    .tr-simple-commodity { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .tr-simple-hero-copy, .tr-simple-hero-visual, .tr-simple-hero-copy .tr-simple-eyebrow, .tr-simple-hero-copy h1, .tr-simple-hero-copy > p, .tr-simple-hero-copy .tr-simple-actions, .tr-simple-hero-copy .tr-simple-trust-line, .tr-typing-cursor, .tr-simple-hero-fullbleed [data-hero-summary].is-copy-changing { animation: none; }
    .tr-simple-carousel-slide { transition: none; transform: none; }
    .tr-simple-carousel-slide.is-active img { animation: none; }
    .tr-simple-proof-item, .tr-simple-process-grid li, .tr-simple-commodity, .tr-simple-commodity-track { transition: none; }
}
