:root {
  --ink: #111a25;
  --ink-soft: #344252;
  --night: #0d1722;
  --cream: #f5f1e9;
  --paper: #fcfaf6;
  --sand: #e7dfd1;
  --gold: #c99540;
  --gold-light: #e7c67e;
  --line: rgba(17, 26, 37, 0.14);
  --max: 1240px;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 20; background: var(--gold); color: var(--night); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 64px), var(--max)); margin: 0 auto; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .13em; font-size: 12px; font-weight: 800; white-space: nowrap; }
.brand-logo { display: block; width: 40px; height: 33px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.primary-nav > a:not(.nav-cta):hover, .primary-nav > a:not(.nav-cta):focus-visible { color: var(--gold); }
.nav-cta { background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 2px; }
.nav-cta span, .button span { color: var(--gold-light); margin-left: 7px; font-size: 1.1em; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; padding: 60px 0 72px; overflow: hidden; }
.hero:before { content: ""; position: absolute; inset: 15px -10vw 0 46%; z-index: -2; background: var(--night); border-bottom-left-radius: 90px; }
.hero-copy { max-width: 650px; padding: 20px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: 11px; color: var(--ink-soft); font-weight: 800; letter-spacing: .15em; }
.eyebrow span { display: inline-block; height: 1px; width: 30px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin-bottom: 25px; font-family: var(--serif); font-size: clamp(3.4rem, 5.6vw, 6.3rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero-lede { max-width: 550px; margin-bottom: 30px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: #26394b; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 13px; font-weight: 750; }

.hero-art { height: min(570px, 45vw); min-height: 430px; position: relative; color: var(--gold-light); isolation: isolate; }
.art-grid { position: absolute; inset: 9% 3% 3% 8%; background-image: linear-gradient(rgba(231,198,126,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(231,198,126,.09) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black 65%, transparent); }
.art-orbit { position: absolute; border: 1px solid rgba(231,198,126,.36); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-23deg); }
.orbit-one { height: 70%; width: 95%; }
.orbit-two { height: 92%; width: 57%; transform: translate(-50%, -50%) rotate(47deg); border-color: rgba(231,198,126,.16); }
.art-gold { position: absolute; left: 18%; bottom: 14%; width: 39%; height: 34%; transform: skewY(-13deg) rotate(-10deg); background: linear-gradient(135deg, #f4d280, #bd8133 45%, #81501d); box-shadow: 25px 29px 0 rgba(132,81,30,.34), 52px 54px 0 rgba(132,81,30,.17); }
.art-gold:after { content: "RBC"; position: absolute; top: 21%; left: 12%; color: rgba(55,32,10,.5); font: 700 26px var(--serif); letter-spacing: .1em; }
.art-stone { position: absolute; top: 12%; right: 12%; width: 170px; aspect-ratio: 1; transform: rotate(30deg); clip-path: polygon(50% 0, 100% 34%, 80% 100%, 20% 100%, 0 34%); background: linear-gradient(130deg, rgba(248,244,235,.95), rgba(201,175,123,.5) 45%, rgba(240,239,235,.8)); box-shadow: 0 0 70px rgba(231,198,126,.2); }
.art-stone i { position: absolute; display: block; width: 1px; height: 130%; background: rgba(18,29,40,.22); transform-origin: top; }
.art-stone i:nth-child(1) { left: 50%; top: 0; transform: rotate(28deg); }.art-stone i:nth-child(2) { left: 22%; top: 0; transform: rotate(-29deg); }.art-stone i:nth-child(3) { left: 76%; top: 5%; transform: rotate(145deg); }
.hero-art > p { position: absolute; right: 16%; bottom: 12%; margin: 0; color: rgba(255,255,255,.9); font: 400 clamp(4.3rem, 7vw, 7.4rem)/.75 var(--serif); letter-spacing: -.1em; text-align: right; }.hero-art > p span { color: var(--gold); font: 800 11px var(--sans); letter-spacing: .16em; }
.art-caption { position: absolute; left: 7%; top: 10%; color: rgba(231,198,126,.8); font-size: 10px; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }

.intro { padding: 130px 0 140px; }.section-kicker, .detail-index { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; }.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 11vw; margin-top: 36px; }.intro h2 { max-width: 690px; font: 400 clamp(2.4rem, 4.5vw, 4.65rem)/1 var(--serif); letter-spacing: -.05em; }.intro-grid > div { max-width: 420px; padding-top: 10px; color: var(--ink-soft); font-size: 17px; }.intro-grid p + p { margin-top: 22px; }

.services { padding: 0 0 132px; }.section-heading { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 40px; margin-bottom: 42px; }.section-heading h2, .property-top h2, .contact h2 { max-width: 660px; font: 400 clamp(2.5rem, 4.3vw, 4.35rem)/1 var(--serif); letter-spacing: -.05em; }.section-heading > p, .property-top > p { margin: 0; color: var(--ink-soft); font-size: 15px; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.service-card { min-height: 455px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); background: var(--cream); overflow: hidden; }.service-card:after { content: ""; position: absolute; z-index: 0; width: 210px; height: 210px; right: -70px; bottom: -88px; border: 1px solid currentColor; border-radius: 50%; opacity: .25; }.service-card > * { position: relative; z-index: 1; }.service-card-gold { color: #4b3012; background: linear-gradient(160deg, #e8c77d, #cb913b); }.service-card-gold:before { content: ""; position: absolute; width: 85%; height: 42%; bottom: 26px; left: 12px; transform: skewY(-19deg); background: linear-gradient(150deg, rgba(255,244,192,.76), rgba(105,62,13,.35)); }.service-card-diamond { color: var(--ink); background: linear-gradient(145deg, #dce4e8, #f9faf8); }.service-card-agriculture { background: #e8f1e5; }.service-card-property { color: #f8f2e7; background: linear-gradient(145deg, #1b3445, #08151e); }.service-card-property:before { content: ""; position: absolute; right: -32px; bottom: -45px; width: 245px; height: 315px; border: 1px solid rgba(231,198,126,.5); transform: skewY(-27deg); }.service-number { font-family: var(--serif); font-size: 19px; }.card-label { margin: 0 0 13px; font-size: 10px; font-weight: 850; letter-spacing: .16em; }.service-card h3 { margin-bottom: 15px; max-width: 300px; font: 400 clamp(2rem, 2.5vw, 2.75rem)/.95 var(--serif); letter-spacing: -.04em; }.service-card p:not(.card-label) { max-width: 300px; margin-bottom: 0; font-size: 14px; line-height: 1.6; }.service-card a { align-self: flex-start; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; font-weight: 800; }.service-card a span { margin-left: 4px; }

.approach { background: var(--night); color: #fff; padding: 124px 0; }.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }.eyebrow-light { color: #c7d0d7; }.approach h2, .initiative h2 { max-width: 440px; font: 400 clamp(2.8rem, 4.4vw, 4.8rem)/.97 var(--serif); letter-spacing: -.05em; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.16); }.steps li:last-child { margin: 0; padding: 0; border: 0; }.steps li > span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .11em; }.steps h3 { margin-bottom: 8px; font: 400 27px/1 var(--serif); }.steps p { max-width: 520px; margin-bottom: 0; color: #bbc4ca; font-size: 15px; }

.detail-section { padding: 130px 0; border-bottom: 1px solid var(--line); }.detail-section-alt { background: #e8e5de; width: 100%; padding-left: max(32px, calc((100% - var(--max))/2)); padding-right: max(32px, calc((100% - var(--max))/2)); }.detail-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; align-items: end; margin-top: 33px; }.detail-layout h2 { max-width: 680px; margin-bottom: 24px; font: 400 clamp(2.5rem, 4.5vw, 4.7rem)/.98 var(--serif); letter-spacing: -.055em; }.detail-lede { max-width: 610px; color: var(--ink-soft); font-size: 17px; }.requirements-card { padding: 30px; background: var(--ink); color: #fff; }.requirements-card-dark { background: #0d1722; }.requirements-card .card-label { color: var(--gold-light); }.requirements-card ul { padding: 0; margin: 0; list-style: none; }.requirements-card li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 14px; }.requirements-card li:last-child { border: 0; padding-bottom: 0; }.section-footnote { max-width: 675px; margin: 56px 0 0; color: #687583; font-size: 12px; }
.detail-section-agriculture { background: #e8f1e5; padding: 0; }.agriculture-shell { padding: 130px 0; }.agriculture-heading { margin-top: 33px; }.agriculture-heading h2 { max-width: 680px; margin-bottom: 0; font: 400 clamp(2.5rem, 4.5vw, 4.7rem)/.98 var(--serif); letter-spacing: -.055em; }.agriculture-trading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; margin-top: 46px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.agriculture-trading .card-label { color: #61815b; }.agriculture-trading h3 { max-width: 410px; margin: 0; font: 400 clamp(2.25rem, 3.1vw, 3.2rem)/.95 var(--serif); letter-spacing: -.045em; }.agriculture-trading-copy { max-width: 670px; }.agriculture-trading-copy p { color: var(--ink-soft); font-size: 16px; }.agriculture-trading-copy .agriculture-lede { margin-bottom: 20px; color: var(--ink); font-size: 21px; line-height: 1.35; }.agriculture-trading-copy a { display: inline-block; margin-top: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }.agriculture-trading-copy a span { margin-left: 4px; color: #61815b; }

.property-section { padding: 132px 0; }.property-top { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 9vw; margin-bottom: 49px; }.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.market-grid > div { min-height: 205px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid var(--line); }.market-grid > div:last-child { border-right: 0; }.market-grid span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.market-grid strong { margin: 12px 0 5px; font: 400 32px/1 var(--serif); }.market-grid small { color: var(--ink-soft); font-size: 12px; }.property-notice { max-width: 625px; margin: 28px 0 0; color: #687583; font-size: 12px; }

.initiative { background: linear-gradient(115deg, #172836, #0b1822); color: #fff; padding: 124px 0; }.initiative-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 11vw; }.initiative-grid > div > p:not(.eyebrow) { max-width: 460px; color: #c4cdd4; font-size: 16px; }.button-outline { margin-top: 17px; color: white; border-color: rgba(255,255,255,.34); }.initiative-points { display: grid; gap: 0; }.initiative-points > div { position: relative; padding: 27px 0 27px 65px; border-top: 1px solid rgba(255,255,255,.17); }.initiative-points > div:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }.initiative-points span { position: absolute; top: 29px; left: 0; color: var(--gold-light); font-size: 11px; font-weight: 800; }.initiative-points h3 { margin-bottom: 6px; font: 400 27px/1 var(--serif); }.initiative-points p { max-width: 360px; margin: 0; color: #bbc5cc; font-size: 14px; }

.contact { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; padding: 136px 0; }.contact-intro > p:not(.eyebrow) { max-width: 420px; color: var(--ink-soft); font-size: 16px; }.contact-expectations { margin-top: 40px; border-top: 1px solid var(--line); }.contact-expectations p { display: grid; grid-template-columns: 29px 1fr; gap: 10px; padding: 15px 0; margin: 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }.contact-expectations span { color: var(--gold); font-size: 10px; font-weight: 800; }.contact-form { display: grid; gap: 21px; padding: 34px; background: var(--cream); border: 1px solid var(--line); }.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }.contact-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 0; border: 0; border-radius: 0; border-bottom: 1px solid #a9a294; outline: none; background: transparent; color: var(--ink); font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; }.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--gold) 50%) calc(100% - 7px) 50% / 6px 6px no-repeat, linear-gradient(135deg, var(--gold) 50%, transparent 50%) calc(100% - 2px) 50% / 6px 6px no-repeat; }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }.contact-form .consent { grid-template-columns: 17px 1fr; align-items: start; text-transform: none; letter-spacing: 0; font-size: 11px; font-weight: 550; line-height: 1.4; }.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--gold); }.contact-form button:disabled { cursor: wait; opacity: .7; transform: none; }.form-message { min-height: 20px; margin: -8px 0 0; color: #52615b; font-size: 12px; }.form-message[data-state="success"] { color: #2c6a54; }.form-message[data-state="error"] { color: #a63c3c; }

.risk { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.risk p { max-width: 900px; margin: 0; color: #64717c; font-size: 11px; line-height: 1.6; }.risk strong { color: var(--ink); letter-spacing: .05em; text-transform: uppercase; }
.site-footer { padding: 40px 0 28px; }.footer-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 35px; }.footer-top p { margin: 0; max-width: 300px; color: var(--ink-soft); font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #6d7881; font-size: 10px; }

.video-section { padding: 0 0 132px; }.video-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: center; }.video-frame { overflow: hidden; background: var(--night); box-shadow: 16px 18px 0 var(--sand); }.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--night); }.video-copy h2 { margin-bottom: 17px; font: 400 clamp(2.25rem, 3.6vw, 3.8rem)/.98 var(--serif); letter-spacing: -.05em; }.video-copy p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 15px; }
.service-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 405px; }.service-card-investment { color: #f8f2e7; background: linear-gradient(145deg, #533e63, #161424); }.service-card-investment:before { content: ""; position: absolute; right: -52px; bottom: -45px; width: 240px; height: 240px; border: 1px solid rgba(231,198,126,.54); border-radius: 50%; }.service-card-investment > * { position: relative; z-index: 1; }.service-card h3, .service-card p:not(.card-label) { max-width: 390px; }
.detail-layout > div > p:not(.detail-lede) { max-width: 630px; color: var(--ink-soft); font-size: 15px; }.requirements-card > p:not(.card-label) { margin: 0; color: #edf1f3; font-size: 14px; line-height: 1.65; }.requirements-card > p + p { margin-top: 16px !important; }.legacy-details { max-width: 880px; margin: 52px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.legacy-details summary { display: flex; align-items: center; min-height: 66px; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; }.legacy-details summary::-webkit-details-marker { display: none; }.legacy-details summary:after { content: "+"; margin-left: auto; color: var(--gold); font: 400 28px/1 var(--serif); }.legacy-details[open] summary:after { content: "−"; }.legacy-details > div { padding: 8px 0 32px; }.legacy-details p { max-width: 760px; color: var(--ink-soft); font-size: 15px; }.legacy-details h3 { margin: 30px 0 12px; font: 400 28px/1 var(--serif); letter-spacing: -.02em; }
.charity-statement { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 72px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); }.charity-statement p { margin: 0; color: #bbc5cc; font-size: 14px; }.charity-photo { position: relative; margin-top: 54px; overflow: hidden; }.charity-photo img { display: block; width: 100%; aspect-ratio: 1.9 / 1; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.04); }.charity-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,22,32,.55), transparent 55%); pointer-events: none; }.charity-photo figcaption { position: absolute; z-index: 1; left: 28px; bottom: 22px; color: #fff; font: 400 clamp(2.1rem, 4vw, 4rem)/1 var(--serif); letter-spacing: -.04em; }

@media (max-width: 900px) {
  .section-shell, .site-header { width: min(calc(100% - 40px), var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 5px; padding-top: 42px; }.hero:before { inset: 42% -8vw 0 -8vw; border-radius: 0; }.hero-copy { padding-bottom: 35px; }.hero-art { height: 420px; min-height: 0; }.hero-art > p { right: 10%; bottom: 11%; }
  .video-layout, .charity-statement { grid-template-columns: 1fr; }.video-section { padding-bottom: 90px; }.charity-statement { gap: 20px; margin-top: 45px; }
  .intro-grid, .section-heading, .approach-grid, .detail-layout, .property-top, .initiative-grid, .contact, .agriculture-trading { grid-template-columns: 1fr; gap: 35px; }.intro { padding: 90px 0; }.section-heading > p, .property-top > p { max-width: 500px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 335px; }.approach, .initiative { padding: 90px 0; }.detail-section, .property-section { padding: 90px 0; }.detail-section-agriculture { padding: 0; }.agriculture-shell { padding: 90px 0; }.market-grid { grid-template-columns: repeat(2, 1fr); }.market-grid > div:nth-child(2) { border-right: 0; }.market-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }.contact { padding: 90px 0; }
}

@media (max-width: 620px) {
  .section-shell, .site-header { width: min(calc(100% - 32px), var(--max)); }.site-header { height: 72px; }.primary-nav { display: none; position: absolute; top: 65px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,23,34,.11); }.primary-nav.is-open { display: flex; }.primary-nav a { padding: 12px; }.nav-cta { text-align: center; }.nav-toggle { display: grid; gap: 5px; }.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); }.hero { padding-top: 23px; }.hero:before { inset: 47% -16px 0; }.hero-copy { padding-bottom: 8px; }.hero-art { height: 350px; }.art-stone { width: 120px; }.art-gold { bottom: 20%; }.hero-art > p { font-size: 4.3rem; }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.intro h2, .section-heading h2, .property-top h2, .contact h2, .detail-layout h2 { font-size: 2.65rem; }.service-card { min-height: 320px; }.approach h2, .initiative h2 { font-size: 3rem; }.detail-section-alt { padding-left: 16px; padding-right: 16px; }.requirements-card { padding: 25px; }.market-grid { grid-template-columns: 1fr; }.market-grid > div { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }.market-grid > div:last-child { border-bottom: 0; }.form-row { grid-template-columns: 1fr; gap: 21px; }.contact-form { padding: 24px; }.footer-top, .footer-bottom { flex-direction: column; gap: 17px; }.footer-bottom { font-size: 9px; }
}

@media (prefers-reduced-motion: no-preference) {
  .art-stone { animation: drift 9s ease-in-out infinite; }.art-gold { animation: settle 8s ease-in-out infinite; }@keyframes drift { 50% { transform: rotate(38deg) translateY(-12px); } }@keyframes settle { 50% { transform: skewY(-13deg) rotate(-8deg) translateY(-8px); } }
}
