*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-wrap: break-word; color: var(--rsh-text); background: var(--rsh-background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.rsh-menu-open { overflow: hidden; }
img, svg { max-width: 100%; }
img { height: auto; }
svg { display: block; }
a { color: var(--rsh-green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--rsh-green-dark); }
button, input, select, textarea { color: inherit; font: inherit; }
button, [type="button"], [type="submit"], a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(0, 102, 215, .48); outline-offset: 3px; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .55em; color: var(--rsh-green-dark); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 750; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2rem, 3.2vw, 2.625rem); }
h2 { font-size: clamp(1.6875rem, 2.5vw, 2rem); }
h3 { font-size: clamp(1.1875rem, 1.7vw, 1.375rem); }
p { margin: 0 0 1em; }
ul, ol { margin-top: 0; }
.site-main { min-height: 58vh; }
.rs-container, .rsh-container, .container { width: min(var(--rsh-container), calc(100% - 48px)); margin-inline: auto; }
.rsh-section { padding: clamp(48px, 4.5vw, 64px) 0; }
.rsh-section--soft { background: var(--rsh-surface-soft); }
.rsh-section-heading { max-width: 720px; margin-bottom: clamp(22px, 2.6vw, 32px); }
.rsh-section-heading > p:last-child { max-width: 640px; margin-bottom: 0; color: var(--rsh-text-muted); font-size: 1rem; }
.rsh-section-heading--center { margin-inline: auto; text-align: center; }
.rsh-section-heading--center > p:last-child { margin-inline: auto; }
.rsh-section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 48px; max-width: none; align-items: end; }
.rsh-section-heading--split p:last-child { padding-bottom: 10px; }
.rs-section-heading__main { min-width: 0; }
.rs-section-heading__eyebrow { display:block; margin-bottom:12px; color:var(--rsh-green); font-family:Inter,ui-sans-serif,system-ui,sans-serif; font-size:.78rem; font-weight:800; letter-spacing:.11em; line-height:1.35; text-transform:uppercase; }
.rs-section-heading__title { margin:0; }
.rs-section-heading__line { display:block; width:48px; height:3px; margin-top:16px; border-radius:99px; background:var(--rsh-green); }
.rs-section-heading__description { max-width:640px; margin:0; color:var(--rsh-text-muted); font-size:1rem; }
.rs-section-heading--center .rs-section-heading__line { margin-inline:auto; }
.rsh-eyebrow { margin-bottom: 12px; color: var(--rsh-green); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.rsh-button-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.rsh-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button.rsh-save { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--rsh-green); border-radius: var(--rsh-radius-small); background: var(--rsh-green); color: #fff; padding: 10px 18px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .9rem; font-weight: 750; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: color var(--rsh-transition), background var(--rsh-transition), border-color var(--rsh-transition), transform var(--rsh-transition), box-shadow var(--rsh-transition); }
.rsh-button svg, .rsh-text-link svg, .woocommerce a.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rsh-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { border-color: var(--rsh-green-dark); background: var(--rsh-green-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--rsh-shadow-soft); }
.rsh-button--secondary { background: transparent; color: var(--rsh-green-dark); }
.rsh-button--secondary:hover { color: #fff; }
.rsh-button--light, .rsh-button--light:visited { border-color: #fff; background: #fff; color: var(--rsh-green-dark); }
.rsh-button--light:hover, .rsh-button--light:focus-visible, .rsh-button--light:active { border-color: var(--rsh-surface-soft); background: var(--rsh-surface-soft); color: var(--rsh-green-dark); }
.rsh-button--outline-light, .rsh-button--outline-light:visited { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.rsh-button--outline-light:hover, .rsh-button--outline-light:focus-visible, .rsh-button--outline-light:active { border-color: #fff; background: #fff; color: var(--rsh-green-dark); }
.rsh-image-missing { display:grid; width:100%; min-height:120px; place-items:center; border:1px dashed var(--rsh-border); background:repeating-linear-gradient(135deg,var(--rsh-surface-soft) 0 10px,#fff 10px 20px); color:var(--rsh-text-muted); font-size:.76rem; font-weight:750; letter-spacing:.04em; text-transform:uppercase; }
.rsh-brand-image-fallback { display:grid; width:100%; min-height:120px; place-content:center; justify-items:center; gap:5px; border:1px solid var(--rsh-border); background:linear-gradient(145deg,#f7faff,#eaf3ff); color:var(--rsh-green-dark); text-align:center; }
.rsh-brand-image-fallback b { display:grid; width:48px; height:48px; place-items:center; border-radius:12px; background:var(--rsh-green); color:#fff; font-size:1rem; letter-spacing:.08em; }
.rsh-brand-image-fallback small { color:var(--rsh-text-muted); font-size:.7rem; font-weight:750; letter-spacing:.05em; text-transform:uppercase; }
.rsh-button--small { min-height: 44px; padding: 10px 16px; }
.rsh-text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 750; text-decoration: none; }
.rsh-text-link:hover svg { transform: translateX(3px); }
.rsh-text-link svg { transition: transform var(--rsh-transition); }
.rsh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 22px; padding-bottom: 8px; color: var(--rsh-text-muted); font-size: .875rem; }
.rsh-breadcrumbs a { color: var(--rsh-text-muted); text-decoration: none; }
.rsh-breadcrumbs a:hover { color: var(--rsh-green); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 12px 16px; border-radius: 8px; background: #fff; color: var(--rsh-green-dark); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { width: min(var(--rsh-container), calc(100% - 48px)); margin: 22px auto; padding: 16px 18px; border: 1px solid var(--rsh-border); border-left: 4px solid var(--rsh-success); border-radius: var(--rsh-radius-small); background: #fff; list-style: none; }
.woocommerce-message { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 16px; }
.woocommerce-message > .button, .woocommerce-message > .wc-forward { order: 2; flex: 0 0 auto; margin: 0 0 0 auto; }
.woocommerce-error { border-left-color: var(--rsh-error); }
@media (max-width: 600px) {
    .woocommerce-message { align-items: stretch; flex-direction: column; gap: 12px; }
    .woocommerce-message > .button, .woocommerce-message > .wc-forward { width: 100%; margin: 0; }
}
::selection { background: var(--rsh-green-light); color: var(--rsh-green-dark); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
