:root {
  --rh-maroon: #761126;
  --rh-maroon-dark: #55101d;
  --rh-maroon-soft: #9b5260;
  --rh-ink: #211d1b;
  --rh-muted: #6e6761;
  --rh-border: #dfd9d2;
  --rh-ivory: #f6f3ee;
  --rh-warm: #f2eee8;
  --rh-white: #fff;
  --rh-shadow: 0 16px 44px rgba(51, 35, 32, .08);
  --rh-serif: "Libre Baskerville", Georgia, serif;
  --rh-sans: "Inter", Arial, sans-serif;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rh-ink); background: #fbfaf7; font: 400 15px/1.7 var(--rh-sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .08; z-index: 9999; background-image: radial-gradient(#5a504a .45px, transparent .45px); background-size: 4px 4px; mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 86px 0; position: relative; }
.section--tight { padding: 64px 0; }
.section--warm { background: linear-gradient(180deg, #f8f6f1 0, #f2eee8 100%); border-top: 1px solid rgba(99, 72, 64, .08); border-bottom: 1px solid rgba(99, 72, 64, .08); }
.centered { text-align: center; margin-top: 30px; }
h1,h2,h3 { font-family: var(--rh-serif); margin: 0 0 10px; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(46px, 5vw, 72px); }
h2 { font-size: clamp(32px, 3.3vw, 48px); }
h3 { font-size: 21px; }
h1 em,h2 em { color: var(--rh-maroon); font-style: normal; }
p { margin: 0 0 1.25em; color: var(--rh-muted); }
.eyebrow { display: inline-block; color: var(--rh-maroon); font-size: 11px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 16px; }
.icon { width: 26px; height: 26px; display: inline-grid; place-items: center; flex: 0 0 26px; color: var(--rh-maroon); }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { width: auto; height: auto; clip: auto; padding: 12px 16px; background: #fff; color: #000; z-index: 99999; top: 8px; left: 8px; }

.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(95,75,66,.08); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; }
.brand .custom-logo { max-height: 58px; width: auto; }
.brand__mark { font-family: var(--rh-serif); color: var(--rh-maroon); font-size: 44px; line-height: .9; letter-spacing: -.07em; border-right: 1px solid #b79aa0; padding-right: 11px; }
.brand__copy { display: flex; flex-direction: column; color: var(--rh-maroon-dark); }
.brand__copy strong { font-family: var(--rh-serif); font-size: 19px; line-height: 1; }
.brand__copy small { font-size: 7px; letter-spacing: .08em; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav .menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 34px; align-items: center; }
.site-nav .menu a { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; padding: 32px 0 26px; position: relative; }
.site-nav .menu .current-menu-item > a::after, .site-nav .menu a:hover::after { content:""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--rh-maroon); }
.nav-toggle { display:none; width:44px; height:44px; border:1px solid var(--rh-border); background:#fff; padding:10px; }
.nav-toggle span:not(.screen-reader-text) { display:block; height:2px; background:var(--rh-maroon); margin:5px 0; }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:11px; min-height:49px; padding: 13px 22px; border:1px solid transparent; font-size:12px; font-weight:700; letter-spacing:.01em; transition: .2s ease; }
.btn .icon { width:18px; height:18px; flex-basis:18px; color: currentColor; }
.btn--primary { background: linear-gradient(135deg, #82152b, #5f0b1c); color:#fff; box-shadow: 0 6px 18px rgba(91,12,29,.16); }
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 9px 24px rgba(91,12,29,.24); }
.btn--outline { border-color: #ad9095; background: rgba(255,255,255,.7); color: var(--rh-maroon-dark); }
.btn--outline:hover { background: #fff; border-color: var(--rh-maroon); }
.btn--light { background:#fff; color:var(--rh-maroon-dark); }
.btn--header { min-height:45px; padding:11px 20px; }
.btn--wide { width:100%; }
.button-row { display:flex; gap:16px; flex-wrap:wrap; margin:40px 0 30px; }

.hero { padding: 0; position: relative; overflow: hidden; background: linear-gradient(100deg, #fbfaf7 0%, #f8f5f0 56%, #efeae4 100%); }
.hero::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(109,75,67,.03) 1px,transparent 1px), linear-gradient(90deg,rgba(109,75,67,.03) 1px,transparent 1px); background-size:40px 40px; mask-image:linear-gradient(90deg, transparent, #000 40%, #000); }
.hero__grid { min-height: 560px; display:grid; grid-template-columns: 53% 47%; align-items:stretch; position:relative; z-index:1; }
.hero__copy { padding: 68px 40px 48px 0; align-self:center; }
.hero__copy h1 { max-width:760px; }
.hero__copy p { max-width:620px; font-size:15px; }
.hero__media { min-height: 560px; position:relative; display:flex; align-items:flex-end; justify-content:center; }
.hero-media__panel { position:absolute; top:0; right:-18vw; width: 78%; height: 100%; background: linear-gradient(180deg,#6b0d21,#430b18); }
.hero-media__panel::after { content:""; position:absolute; inset:0; opacity:.22; background:radial-gradient(circle at 30% 20%, rgba(255,255,255,.2), transparent 30%), linear-gradient(120deg, transparent 56%, rgba(255,255,255,.08) 56% 57%, transparent 57%); }
.hero-media__engine { position:relative; z-index:2; width:110%; max-width:none; max-height:540px; object-fit:contain; object-position:center bottom; filter: drop-shadow(0 26px 22px rgba(33,20,17,.23)); margin-right:-12%; }
.hero-media__corner { position:absolute; right:2%; top:0; width:43%; height:30%; object-fit:cover; z-index:3; border:8px solid rgba(255,255,255,.85); border-top:0; }
.hero--inner .hero__grid { min-height: 520px; }
.hero--inner .hero__media { min-height: 520px; }
.hero--inner .hero__copy { padding-top:60px; }
.hero--inner .hero__copy h1 { font-size: clamp(42px, 4.3vw, 62px); }
.hero--catalog .hero__grid, .hero--contact .hero__grid, .hero--quote .hero__grid { min-height:470px; }

.feature-row { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(99,73,65,.15); margin-top:0px; padding-top:25px; max-width:700px; }
.feature-row__item { display:flex; align-items:flex-start; gap:10px; padding:0 14px; border-right:1px solid var(--rh-border); min-width:0; }
.feature-row__item:first-child { padding-left:0; }
.feature-row__item:last-child { border-right:0; }
.feature-row__item strong { display:block; font-size:10px; line-height:1.3; color:#302724; }
.feature-row__item span:not(.icon) { display:block; color:var(--rh-muted); font-size:8px; line-height:1.4; margin-top:4px; }
.feature-row__item .icon { width:22px; height:22px; flex-basis:22px; }

.statement-strip { background: linear-gradient(90deg,#f4f0e9,#f8f6f2); border-top:1px solid rgba(92,69,62,.08); border-bottom:1px solid rgba(92,69,62,.08); padding:30px 0; }
.statement-strip__grid { display:grid; grid-template-columns: 43% 57%; gap:70px; align-items:center; }
.statement-strip h2 { font-size:31px; margin:0; }
.statement-strip p { margin:0; max-width:580px; }

.section-heading { margin-bottom:34px; }
.section-heading--split { display:grid; grid-template-columns: 1fr 1fr; gap:70px; align-items:end; }
.section-heading--split p { margin:0 0 18px; }
.section-heading--center { text-align:center; max-width:820px; margin-left:auto; margin-right:auto; }
.section-heading--center p { max-width:700px; margin-left:auto; margin-right:auto; }

.catalog-list { border:1px solid var(--rh-border); background:rgba(255,255,255,.7); }
.catalog-list__row { min-height:104px; display:grid; grid-template-columns:70px 35% 1fr 45px; align-items:center; border-bottom:1px solid var(--rh-border); transition:.2s; }
.catalog-list__row:last-child { border-bottom:0; }
.catalog-list__row:hover { background:#fff; }
.catalog-list__no { font:700 25px var(--rh-serif); color:var(--rh-maroon); padding-left:18px; }
.catalog-list__row img { width:100%; height:103px; object-fit:cover; }
.catalog-list__text { padding:16px 30px; }
.catalog-list__text strong { display:block; font:700 19px var(--rh-serif); margin-bottom:5px; }
.catalog-list__text small { display:block; color:var(--rh-muted); font-size:11px; line-height:1.45; }
.catalog-list__row > .icon { justify-self:center; }

.split-feature { display:grid; grid-template-columns: 45% 55%; padding:0; background:#f7f4ef; border-top:1px solid var(--rh-border); border-bottom:1px solid var(--rh-border); }
.split-feature__image img { width:100%; height:100%; min-height:370px; object-fit:cover; }
.split-feature__content { padding:64px max(32px,calc((100vw - var(--shell))/2)); padding-left:64px; align-self:center; }
.split-feature__content h2 { font-size:43px; }
.mini-features { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:34px; }
.mini-features > div { padding:0 20px; border-right:1px solid var(--rh-border); text-align:center; }
.mini-features > div:first-child { padding-left:0; }
.mini-features > div:last-child { border:0; padding-right:0; }
.mini-features .icon { margin:0 auto 10px; }
.mini-features strong { display:block; font-size:10px; color:#312825; }
.mini-features span { display:block; font-size:8px; line-height:1.4; color:var(--rh-muted); margin-top:3px; }

.process-section { background:#faf8f4; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.process-step { position:relative; display:grid; grid-template-columns:auto auto 1fr; gap:12px; align-items:start; padding:16px 28px; }
.process-step + .process-step::before { content:"›"; position:absolute; left:-3px; top:14px; color:var(--rh-maroon); font-size:30px; font-weight:300; }
.process-step__no { font:400 38px var(--rh-serif); color:#c9bdb2; }
.process-step .icon { margin-top:7px; width:28px; height:28px; }
.process-step strong { display:block; font-size:12px; margin-bottom:5px; }
.process-step p { font-size:9px; line-height:1.45; margin:0; }

.cta-band { color:#fff; background:linear-gradient(105deg,#64101f,#7b1429 62%,#520b19); position:relative; overflow:hidden; padding: 20px 0px; }
.cta-band::after { content:""; position:absolute; inset:0 0 0 45%; opacity:.12; background-image:radial-gradient(#fff 1px,transparent 1px); background-size:12px 12px; mask-image:radial-gradient(ellipse at center,#000,transparent 70%); }
.cta-band__inner { position:relative; z-index:1; min-height:170px; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.cta-band h2 { color:#fff; font-size:35px; margin-bottom:10px; }
.cta-band p { color:#f2dfe3; margin:0; }
.cta-band__actions { display:grid; grid-template-columns:max-content 1fr; gap:10px 10px; align-items:center; justify-content:end; margin-left: 225px; }
.cta-band__actions .btn { grid-row:1/3; }
.cta-band__actions span { display:flex; gap:8px; align-items:center; font-size:12px; }
.cta-band__actions .icon { color:#fff; width:18px; height:18px; }

.site-footer { background:#f8f5f0; padding:55px 0 24px; border-top:1px solid rgba(84,61,55,.08); }
.site-footer__grid { display:grid; grid-template-columns:1.4fr .8fr .9fr 1fr; gap:55px; }
.site-footer h3 { font:700 11px var(--rh-sans); text-transform:uppercase; letter-spacing:.04em; color:var(--rh-maroon); margin-bottom:18px; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer li { margin:7px 0; font-size:11px; color:#514943; }
.site-footer p { font-size:11px; max-width:280px; }
.brand--footer { margin-bottom:22px; min-width:0; }
.brand--footer .brand__mark { font-size:38px; }
.brand--footer .brand__copy strong { font-size:16px; }
.footer-contact li { display:flex; align-items:center; gap:10px; }
.footer-contact .icon { width:17px; height:17px; flex-basis:17px; }
.site-footer__bottom { margin-top:38px; padding-top:18px; border-top:1px solid var(--rh-border); text-align:center; font-size:10px; color:#766d67; }

.two-col { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.two-col--story { align-items:start; }
.photo-collage { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 150px; gap:8px; position:relative; }
.photo-collage::after { content:""; position:absolute; right:-10px; bottom:100px; width:571px; height:105px; border:2px solid var(--rh-maroon); z-index:-1; }
.photo-collage img { width:100%; height:100%; object-fit:cover; }
.photo-collage__main { grid-column:1/3; min-height:330px; }
.card-grid { display:grid; gap:24px; margin-top:56px; }
.card-grid--3 { grid-template-columns:repeat(3,1fr); }
.info-card { background:rgba(255,255,255,.58); border:1px solid var(--rh-border); padding:36px; min-height:220px; }
.info-card .icon { width:36px; height:36px; }
.info-card h3 { margin-top:22px; }
.info-card p { font-size:12px; }
.benefit-grid { display:grid; }
.benefit-grid--6 { grid-template-columns:repeat(3,1fr); gap:0; }
.benefit { display:flex; gap:16px; padding:24px 30px; border-right:1px solid var(--rh-border); border-bottom:1px solid var(--rh-border); }
.benefit:nth-child(3n) { border-right:0; }
.benefit:nth-last-child(-n+3) { border-bottom:0; }
.benefit h3 { font-size:17px; margin-bottom:7px; }
.benefit p { font-size:10px; margin:0; }
.stats-row { display:grid; grid-template-columns:repeat(4,1fr); background:#f0ebe4; margin-top:36px; border:1px solid #e7ded5; }
.stats-row div { text-align:center; padding:18px; border-right:1px solid #ded4ca; }
.stats-row div:last-child { border-right:0; }
.stats-row strong { display:block; color:var(--rh-maroon); font:700 26px var(--rh-serif); }
.stats-row span { display:block; font-size:9px; color:#554b46; }
.map-section { background:#fbfaf7; }
.map-section__grid { display:grid; grid-template-columns:43% 57%; align-items:center; gap:60px; }
.world-map { position:relative; min-height:310px; background:
    radial-gradient(ellipse at 57% 52%, rgba(122,17,38,.16) 0 2px, transparent 3px),
    radial-gradient(ellipse at 30% 35%, rgba(102,85,76,.22) 0 1px, transparent 1.5px);
  background-size:100% 100%, 9px 9px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 420'%3E%3Cpath fill='%23000' d='M46 154l55-56 64 13 26 32 52-19 39 14 24 40 36 1 15-44 38-35 48 2 28 24 50-20 56 12 55 44 28 43-16 24-48 3-31-14-25 13-27 65-27 23-35-12-22-40-28-2-23 28-29-7-20-27-47-1-38-27-44 5-25-18-54 20-36-17-23-46 13-46 21-31zM570 269l26 6 18 32-9 49-37 30-36-10-13-35 9-43 42-29zM722 294l32-14 42 8 22 31-17 24-56-6-23-43z'/%3E%3C/svg%3E"); mask-repeat:no-repeat; mask-size:contain; mask-position:center; }
.world-map::before,.world-map::after { content:""; position:absolute; height:1px; background:rgba(122,17,38,.55); transform-origin:left center; }
.world-map::before { width:210px; left:52%; top:52%; transform:rotate(-17deg); }
.world-map::after { width:175px; left:52%; top:52%; transform:rotate(22deg); }
.world-map__dubai { position:absolute; left:52%; top:48%; color:var(--rh-maroon); font-size:9px; font-weight:700; padding-left:11px; }
.world-map__dubai::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--rh-maroon); position:absolute; left:0; top:6px; }

.parts-hero-collage { position:relative; min-height:470px; }
.parts-hero-collage .hero-media__panel { right:-25vw; width:73%; }
.parts-hero-collage img { position:absolute; z-index:2; object-fit:cover; box-shadow:var(--rh-shadow); }
.parts-hero-collage__engine { width:86%; left:0; bottom:3%; filter:drop-shadow(0 20px 20px rgba(0,0,0,.2)); box-shadow:none!important; object-fit:contain!important; }
.parts-hero-collage__warehouse { width:43%; height:31%; right:4%; top:0; border:7px solid #fff; }
.parts-hero-collage__port { width:47%; height:39%; right:-2%; top:30%; border:7px solid #fff; }
.hero--catalog > .shell:last-child, .hero--contact > .shell:last-child, .hero--quote > .shell:last-child { padding-bottom:26px; }
.hero--catalog .feature-row, .hero--contact .feature-row, .hero--quote .feature-row { max-width:none; margin:0; padding-top:22px; }

.category-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--rh-border); border-left:1px solid var(--rh-border); }
.category-card { display:grid; grid-template-columns:44% 56%; min-height:230px; border-right:1px solid var(--rh-border); border-bottom:1px solid var(--rh-border); background:rgba(255,255,255,.55); }
.category-card img { width:100%; height:100%; object-fit:cover; min-height:230px; }
.category-card__body { padding:28px; display:grid; grid-template-columns:auto 1fr; gap:14px; }
.category-card__body .icon { width:28px; height:28px; }
.category-card h3 { font-size:18px; }
.category-card p { font-size:10px; min-height:54px; }
.category-card a { color:var(--rh-maroon); font-size:10px; font-weight:700; display:inline-flex; gap:8px; align-items:center; }
.category-card a .icon { width:14px; height:14px; }
.business-grid { display:grid; grid-template-columns:repeat(5,1fr); border:1px solid var(--rh-border); }
.business-card { padding:30px 22px; text-align:center; border-right:1px solid var(--rh-border); background:rgba(255,255,255,.45); }
.business-card:last-child { border:0; }
.business-card .icon { width:38px; height:38px; }
.business-card h3 { font-size:16px; margin-top:14px; }
.business-card p { font-size:9px; margin:0; }
.sourcing-grid { display:grid; grid-template-columns:30% 70%; gap:50px; align-items:start; }
.sourcing-steps { display:grid; grid-template-columns:repeat(3,1fr); }
.sourcing-steps > div { display:grid; grid-template-columns:auto auto; gap:12px 16px; padding:8px 30px; border-left:1px solid var(--rh-border); }
.sourcing-steps h3,.sourcing-steps p { grid-column:1/3; }
.sourcing-steps strong { font:400 25px var(--rh-serif); color:#b9aaa0; }
.sourcing-steps h3 { font-size:15px; margin:4px 0 2px; }
.sourcing-steps p { font-size:9px; }
.export-excellence { background:#f5f1ea; }
.export-excellence__grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.export-collage { position:relative; min-height:370px; }
.export-collage .world-map { min-height:250px; }
.export-collage img { position:absolute; width:48%; height:43%; object-fit:cover; bottom:0; border:5px solid #fff; box-shadow:var(--rh-shadow); }
.export-collage img:last-child { right:0; }

.hero-collage-grid { position:relative; min-height:470px; display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:7px; padding:0 0 55px 20px; }
.hero-collage-grid::before { content:""; position:absolute; top:0; right:-25vw; width:72%; height:100%; background:linear-gradient(180deg,#6e1023,#430b18); z-index:-1; }
.hero-collage-grid img { width:100%; height:100%; object-fit:cover; border:6px solid #fff; box-shadow:var(--rh-shadow); }
.hero-collage-grid img.hero-collage-grid__engine {
    width:100%;
    height:auto;
    max-height:100%;
    object-fit:contain;
    position:absolute;
    bottom:0;
    right:-2%;
    border:0;
    box-shadow:none;
    filter:drop-shadow(0 18px 20px rgba(0,0,0,.22));
}
.hero-collage-grid__engine { position:absolute; width:100%!important; height:auto!important; max-height:100%; object-fit:contain!important; bottom:0; right:-2%; border:0!important; box-shadow:none!important; filter:drop-shadow(0 18px 20px rgba(0,0,0,.22)); }
.contact-layout, .quote-layout { display:grid; grid-template-columns:38% 62%; gap:52px; align-items:start; }
.contact-layout aside h2, .quote-sidebar h2 { font-size:38px; }
.contact-layout aside h2 em { color:var(--rh-maroon); font-style:normal; }
.contact-cards { margin-top:30px; display:grid; gap:11px; }
.contact-cards > div { display:grid; grid-template-columns:auto 1fr; gap:6px 14px; border:1px solid var(--rh-border); padding:15px 18px; background:rgba(255,255,255,.55); }
.contact-cards .icon { grid-row:1/3; align-self:center; width:29px; height:29px; }
.contact-cards strong { font-size:10px; }
.contact-cards span { font-size:10px; color:var(--rh-muted); }
.form-card { border:1px solid var(--rh-border); background:rgba(255,255,255,.72); padding:34px; box-shadow:0 10px 30px rgba(50,34,28,.03); }
.form-card h2 { font-size:34px; }
.rh-form label { display:block; font-size:10px; font-weight:700; color:#3a312d; margin-bottom:15px; }
.rh-form input,.rh-form select,.rh-form textarea { width:100%; border:1px solid #d9d3ce; background:#fbfaf8; color:#2a2421; padding:12px 13px; margin-top:7px; outline:none; border-radius:0; font-size:11px; }
.rh-form input:focus,.rh-form select:focus,.rh-form textarea:focus { border-color:var(--rh-maroon); box-shadow:0 0 0 2px rgba(118,17,38,.08); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 18px; }
.form-grid__full { grid-column:1/3; }
.file-field { border:1px dashed #bca9aa; padding:14px; text-align:center; }
.file-field input { border:0; padding:8px 0; background:transparent; }
.file-field small { display:block; color:var(--rh-muted); font-weight:400; }
.form-privacy { text-align:center; font-size:8px; margin:10px 0 0; color:#6e6761; }
.honeypot { position:absolute; left:-99999px; width:1px; height:1px; overflow:hidden; }
.form-notice { padding:12px 14px; margin-bottom:18px; font-size:11px; border:1px solid; }
.form-notice--success { background:#eff8f1; color:#285d35; border-color:#bdd7c4; }
.form-notice--error { background:#fff0f1; color:#7b1727; border-color:#e0b7bd; }
.support-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:34px 0; }
.support-grid article { text-align:center; padding:0 28px; border-right:1px solid var(--rh-border); }
.support-grid article:nth-child(3n) { border:0; }
.support-grid .icon { width:38px; height:38px; margin:auto; }
.support-grid h3 { font-size:16px; margin:14px 0 8px; }
.support-grid p { font-size:9px; margin:0; }
.quote-layout { grid-template-columns:34% 66%; }
.quote-sidebar { background:#f4f0ea; border:1px solid #e4ddd5; padding:32px; }
.quote-help { display:grid; gap:10px; margin:25px 0; }
.quote-help article { background:rgba(255,255,255,.65); border:1px solid var(--rh-border); padding:17px; display:flex; gap:14px; }
.quote-help h3 { font-size:14px; margin:0 0 5px; }
.quote-help p { font-size:9px; margin:0; }
.business-hours { display:flex; gap:14px; border-top:1px solid var(--rh-border); padding-top:20px; }
.business-hours strong,.business-hours span,.business-hours small { display:block; }
.business-hours strong { font-size:10px; }
.business-hours span,.business-hours small { font-size:9px; color:var(--rh-muted); }
.quote-category-row { display:grid; grid-template-columns:repeat(6,1fr); border:1px solid var(--rh-border); }
.quote-category-row article { text-align:center; padding:22px 14px; border-right:1px solid var(--rh-border); background:rgba(255,255,255,.5); }
.quote-category-row article:last-child { border:0; }
.quote-category-row .icon { width:36px; height:36px; }
.quote-category-row h3 { font-size:14px; margin:12px 0 6px; }
.quote-category-row p { font-size:8px; line-height:1.5; margin:0; }
.faq-grid { display:grid; grid-template-columns:30% 70%; gap:70px; align-items:start; }
.faq-list { border-top:1px solid var(--rh-border); }
.faq-item { border-bottom:1px solid var(--rh-border); }
.faq-item button { width:100%; padding:18px 4px; border:0; background:transparent; display:flex; justify-content:space-between; gap:20px; font-weight:600; text-align:left; }
.faq-item button span:last-child { color:var(--rh-maroon); font-size:22px; line-height:1; }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.faq-answer > p { overflow:hidden; margin:0; font-size:11px; }
.faq-item.is-open .faq-answer { grid-template-rows:1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom:18px; }

.page-banner { padding:76px 0 48px; background:linear-gradient(130deg,#f7f3ed,#eee8e0); border-bottom:1px solid var(--rh-border); }
.page-banner h1 { font-size:54px; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.product-card { border:1px solid var(--rh-border); background:#fff; }
.product-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.product-card__body { padding:22px; }
.product-card h2 { font-size:20px; }
.product-card p { font-size:11px; }
.product-card span { color:var(--rh-maroon); font-size:10px; font-weight:700; display:inline-flex; gap:7px; align-items:center; }
.product-card span .icon { width:14px; height:14px; }
.product-detail { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.product-detail img { width:100%; }
.prose { max-width:800px; }
.prose ul,.prose ol { color:var(--rh-muted); }

.reveal { opacity:0; transform:translateY(12px); transition:opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity:1; transform:none; }

.hero--contact .hero-collage-grid,
.hero--quote .hero-collage-grid {
    min-height:520px;
}

.hero--contact .hero-collage-grid__engine,
.hero--quote .hero-collage-grid__engine {
    width:115%!important;
    right:-10%;
    bottom:-25px;
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .reveal { opacity:1; transform:none; transition:none; } }

@media (max-width: 1080px) {
  :root { --shell: 960px; }
  .site-nav { gap:20px; }
  .site-nav .menu { gap:20px; }
  .hero__grid { grid-template-columns:56% 44%; }
  .hero__copy { padding-right:24px; }
  .feature-row { grid-template-columns:1fr 1fr; row-gap:16px; }
  .feature-row__item:nth-child(2) { border-right:0; }
  .category-card { grid-template-columns:40% 60%; }
  .business-grid { grid-template-columns:repeat(3,1fr); }
  .business-card:nth-child(3) { border-right:0; }
  .quote-category-row { grid-template-columns:repeat(3,1fr); }
  .quote-category-row article:nth-child(3) { border-right:0; }
}

@media (max-width: 900px) {
  .site-header__inner { min-height:72px; }
  .brand { min-width:0; }
  .brand__mark { font-size:36px; }
  .brand__copy strong { font-size:15px; }
  .nav-toggle { display:block; margin-left:auto; }
  .site-nav { position:absolute; top:72px; left:0; right:0; background:#fff; border-top:1px solid var(--rh-border); padding:20px 24px 26px; display:none; flex-direction:column; align-items:stretch; box-shadow:0 18px 35px rgba(0,0,0,.08); }
  .site-nav.is-open { display:flex; }
  .site-nav .menu { flex-direction:column; align-items:stretch; gap:0; }
  .site-nav .menu a { display:block; padding:13px 0; border-bottom:1px solid #eee8e2; }
  .site-nav .menu .current-menu-item > a::after,.site-nav .menu a:hover::after { display:none; }
  .btn--header { width:100%; }
  .hero__grid { grid-template-columns:1fr; min-height:0; }
  .hero__copy { padding:58px 0 36px; }
  .hero__media,.hero--inner .hero__media { min-height:420px; }
  .hero-media__panel { right:-35vw; width:85%; }
  .hero-media__engine { width:88%; margin-right:-15%; }
  .statement-strip__grid,.section-heading--split,.two-col,.map-section__grid,.export-excellence__grid,.contact-layout,.quote-layout,.faq-grid,.sourcing-grid { grid-template-columns:1fr; gap:34px; }
  .statement-strip__grid { gap:16px; }
  .split-feature { grid-template-columns:1fr; }
  .split-feature__image img { min-height:330px; }
  .split-feature__content { padding:50px 32px; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .process-step:nth-child(3)::before { display:none; }
  .cta-band__inner { grid-template-columns:1fr; gap:25px; padding:35px 0; }
  .cta-band__actions { justify-content:start; }
  .site-footer__grid { grid-template-columns:1.4fr 1fr; }
  .benefit-grid--6 { grid-template-columns:1fr 1fr; }
  .benefit:nth-child(n) { border-right:1px solid var(--rh-border); border-bottom:1px solid var(--rh-border); }
  .benefit:nth-child(2n) { border-right:0; }
  .benefit:nth-last-child(-n+2) { border-bottom:0; }
  .category-grid { grid-template-columns:1fr; }
  .business-grid { grid-template-columns:repeat(2,1fr); }
  .business-card:nth-child(n) { border-right:1px solid var(--rh-border); border-bottom:1px solid var(--rh-border); }
  .business-card:nth-child(2n) { border-right:0; }
  .sourcing-steps { grid-template-columns:1fr; }
  .sourcing-steps > div { border-left:0; border-top:1px solid var(--rh-border); padding:22px 0; }
  .support-grid { grid-template-columns:1fr 1fr; }
  .support-grid article:nth-child(n) { border-right:1px solid var(--rh-border); }
  .support-grid article:nth-child(2n) { border-right:0; }
  .quote-layout { grid-template-columns:1fr; }
  .quote-sidebar { order:2; }
  .product-grid { grid-template-columns:1fr 1fr; }
  .product-detail { grid-template-columns:1fr; }
}

@media (max-width: 620px) {
  .shell { width:min(100% - 28px, var(--shell)); }
  body { font-size:14px; }
  .site-header__inner { gap:10px; }
  .brand__copy small { display:none; }
  .brand__mark { font-size:31px; }
  .brand__copy strong { font-size:13px; }
  h1 { font-size:40px; }
  h2 { font-size:31px; }
  .hero__copy { padding-top:44px; }
  .button-row { flex-direction:column; align-items:stretch; }
  .button-row .btn { width:100%; }
  .feature-row { grid-template-columns:1fr 1fr; }
  .feature-row__item { padding:0 8px; }
  .hero__media,.hero--inner .hero__media { min-height:330px; }
  .hero-media__engine { width:105%; margin-right:-12%; }
  .catalog-list__row { grid-template-columns:48px 110px 1fr 30px; min-height:84px; }
  .catalog-list__row img { height:83px; }
  .catalog-list__no { padding-left:12px; font-size:18px; }
  .catalog-list__text { padding:10px 12px; }
  .catalog-list__text strong { font-size:15px; }
  .catalog-list__text small { display:none; }
  .mini-features { grid-template-columns:1fr; gap:18px; }
  .mini-features > div { border-right:0; border-bottom:1px solid var(--rh-border); padding:0 0 18px; }
  .mini-features > div:last-child { border-bottom:0; }
  .process-grid { grid-template-columns:1fr; }
  .process-step + .process-step::before { display:none; }
  .process-step { padding:14px 0; border-top:1px solid var(--rh-border); }
  .cta-band__actions { grid-template-columns:1fr; }
  .cta-band__actions .btn { grid-row:auto; }
  .site-footer__grid { grid-template-columns:1fr; gap:28px; }
  .card-grid--3,.benefit-grid--6,.support-grid,.stats-row,.quote-category-row,.business-grid { grid-template-columns:1fr; }
  .info-card { min-height:0; }
  .benefit:nth-child(n),.support-grid article:nth-child(n),.business-card:nth-child(n),.stats-row div,.quote-category-row article { border-right:0; border-bottom:1px solid var(--rh-border); }
  .benefit:last-child,.support-grid article:last-child,.business-card:last-child,.stats-row div:last-child,.quote-category-row article:last-child { border-bottom:0; }
  .photo-collage { grid-template-rows:220px 110px; }
  .world-map { min-height:240px; }
  .category-card { grid-template-columns:1fr; }
  .category-card img { min-height:180px; max-height:220px; }
  .hero-collage-grid,.parts-hero-collage { min-height:360px; }
  .form-grid { grid-template-columns:1fr; }
  .form-grid__full { grid-column:auto; }
  .form-card,.quote-sidebar { padding:22px; }
  .product-grid { grid-template-columns:1fr; }
  .page-banner { padding:55px 0 36px; }
  .page-banner h1 { font-size:41px; }
}
.part-specs { margin:0 0 26px; border:1px solid var(--rh-border); }
.part-specs div { display:grid; grid-template-columns:160px 1fr; border-bottom:1px solid var(--rh-border); }
.part-specs div:last-child { border-bottom:0; }
.part-specs dt,.part-specs dd { margin:0; padding:12px 14px; font-size:11px; }
.part-specs dt { font-weight:700; background:#f4f0ea; color:var(--rh-maroon-dark); }
.part-specs dd { color:var(--rh-muted); }

/* Inline Parts Catalog category details */
.category-card__body { position:relative; overflow:hidden; }
.category-card__panel { width:100%; display:none; grid-template-columns:auto 1fr; gap:14px; animation:rhCategoryPanelIn .22s ease both; }
.category-card__panel.is-active { display:grid; }
.category-card__panel--details { grid-template-columns:1fr; }
.category-card__panel--details > div { display:flex; flex-direction:column; align-items:flex-start; min-width:0; }
.category-card__toggle { appearance:none; -webkit-appearance:none; border:0; background:transparent; padding:0; margin:0; color:var(--rh-maroon); font:inherit; font-size:10px; font-weight:700; display:inline-flex; gap:8px; align-items:center; cursor:pointer; text-align:left; }
.category-card__toggle:hover { color:var(--rh-maroon-dark); }
.category-card__toggle:focus-visible { outline:2px solid var(--rh-maroon); outline-offset:4px; border-radius:2px; }
.category-card__toggle .icon { width:14px; height:14px; }
.category-card__detail-label { display:block; margin-bottom:8px; color:var(--rh-maroon); font-size:8px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.category-card__detail-copy { min-height:0!important; margin:7px 0 14px; font-size:10px!important; line-height:1.7; }
.category-card__toggle--back { margin-top:auto; }
@keyframes rhCategoryPanelIn { from { opacity:0; transform:translateY(5px); } to { opacity:1; transform:translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .category-card__panel { animation:none; }
}

/* =========================================================
   RH Global 1.2.0 layout polish
   Wider content, tighter headings, unified full-height hero art
   ========================================================= */
:root {
  --shell: 1480px;
}

.shell {
  width: min(var(--shell), calc(100% - 40px));
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding: 52px 0;
}

h2 {
  font-size: clamp(30px, 2.65vw, 42px);
  line-height: 1.08;
}

.eyebrow {
  margin-bottom: 11px;
}

.section-heading {
  margin-bottom: 25px;
}

.section-heading--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 46px;
  align-items: center;
}

.section-heading--split p {
  margin: 0;
  max-width: 620px;
}

.section-heading--center {
  max-width: 760px;
}

.two-col,
.export-excellence__grid,
.map-section__grid,
.sourcing-grid {
  gap: 52px;
}

.contact-layout,
.quote-layout {
  gap: 40px;
}

/* Unified hero layout: content stays aligned to the site shell while
   the approved hero artwork fills the complete right side to the viewport edge. */
.hero {
  background: linear-gradient(100deg, #fbfaf7 0%, #f8f5f0 49.8%, #6b1023 49.9%, #4f0b1b 100%);
}

.hero .hero__grid {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  min-height: 610px;
}

.hero__copy {
  padding: 54px 52px 44px max(24px, calc((100vw - var(--shell)) / 2));
  align-self: center;
}

.hero__copy h1 {
  max-width: 720px;
  font-size: clamp(45px, 4.3vw, 68px);
  line-height: 1.06;
  margin-bottom: 14px;
}

.hero__copy p {
  max-width: 610px;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

.button-row {
  margin: 28px 0 24px;
  gap: 14px;
}

.hero__media,
.hero--inner .hero__media {
  min-height: 610px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #5e0d20;
}

.hero-media__engine {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: 72% 50%;
  filter: none;
}

.hero__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 74px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248,245,240,.88) 0%, rgba(248,245,240,.30) 44%, rgba(248,245,240,0) 100%);
}

.hero--inner .hero__grid,
.hero--catalog .hero__grid,
.hero--contact .hero__grid,
.hero--quote .hero__grid {
  min-height: 580px;
}

.hero--inner .hero__media,
.hero--catalog .hero__media,
.hero--contact .hero__media,
.hero--quote .hero__media {
  min-height: 580px;
}

.hero--inner .hero__copy {
  padding-top: 46px;
  padding-bottom: 40px;
}

.hero--inner .hero__copy h1 {
  font-size: clamp(40px, 3.65vw, 56px);
  line-height: 1.07;
}

.hero .feature-row {
  width: 100%;
  max-width: 680px;
  margin-top: 0;
  padding-top: 20px;
}

.hero .feature-row__item {
  padding: 0 11px;
}

.hero .feature-row__item:first-child {
  padding-left: 0;
}

.hero .feature-row__item strong {
  font-size: 9px;
}

.hero .feature-row__item span:not(.icon) {
  font-size: 7.5px;
}

/* Make dense content areas feel better aligned on wide screens. */
.statement-strip__grid {
  gap: 52px;
}

.catalog-list__row {
  grid-template-columns: 72px 31% 1fr 48px;
}

.split-feature__content {
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (max-width: 1080px) {
  :root { --shell: 1000px; }
  .shell { width: min(var(--shell), calc(100% - 36px)); }
  .hero__copy {
    padding-left: 28px;
    padding-right: 34px;
  }
  .hero__copy h1 { font-size: clamp(42px, 5vw, 58px); }
  .hero--inner .hero__copy h1 { font-size: clamp(38px, 4.5vw, 50px); }
}

@media (max-width: 900px) {
  .section { padding: 60px 0; }
  .section--tight { padding: 46px 0; }

  .hero .hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__copy,
  .hero--inner .hero__copy {
    padding: 48px 28px 36px;
  }

  .hero__copy h1,
  .hero--inner .hero__copy h1 {
    font-size: clamp(40px, 7vw, 56px);
  }

  .hero__media,
  .hero--inner .hero__media,
  .hero--catalog .hero__media,
  .hero--contact .hero__media,
  .hero--quote .hero__media {
    min-height: 410px;
  }

  .hero-media__engine {
    object-position: 73% 50%;
  }

  .hero__media::after {
    width: 44px;
  }

  .hero .feature-row {
    max-width: 720px;
  }

  .section-heading--split,
  .two-col,
  .export-excellence__grid,
  .map-section__grid,
  .contact-layout,
  .quote-layout,
  .faq-grid,
  .sourcing-grid {
    gap: 30px;
  }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, var(--shell)); }
  .section { padding: 50px 0; }
  .section--tight { padding: 40px 0; }
  h2 { font-size: 29px; }
  .section-heading { margin-bottom: 21px; }

  .hero__copy,
  .hero--inner .hero__copy {
    padding: 40px 18px 30px;
  }

  .hero__copy h1,
  .hero--inner .hero__copy h1 {
    font-size: 39px;
    line-height: 1.06;
  }

  .hero__copy p {
    font-size: 13px;
    line-height: 1.6;
  }

  .button-row {
    margin: 24px 0 22px;
  }

  .hero__media,
  .hero--inner .hero__media,
  .hero--catalog .hero__media,
  .hero--contact .hero__media,
  .hero--quote .hero__media {
    min-height: 330px;
  }

  .hero-media__engine {
    object-position: 74% 50%;
  }

  .hero__media::after {
    display: none;
  }
}

/* Crop the approved hero artwork slightly from the left so the product scene
   starts sooner and the hero never feels empty beside the copy. */
.hero-media__engine {
  inset: auto;
  top: 0;
  bottom: 0;
  left: -25%;
  right: auto;
  width: 125%;
  height: 100%;
  object-position: center center;
}

@media (max-width: 900px) {
  .hero-media__engine {
    left: -22%;
    width: 122%;
  }
}

@media (max-width: 620px) {
  .hero-media__engine {
    left: -18%;
    width: 118%;
  }
}

/* =========================================================
   RH Global 1.3.0 final visual polish
   Seamless hero artwork, tighter hierarchy, complete About story CTA,
   visible CTA arrows and balanced responsive behavior.
   ========================================================= */

/* Seamless two-column hero. The approved artwork remains on the right,
   but its own pale left edge now blends into the ivory hero instead of
   meeting a separate maroon panel. */
.hero {
  background: #fbfaf7;
  isolation: isolate;
}

.hero::before {
  z-index: 0;
  opacity: .8;
  background-image:
    linear-gradient(rgba(109,75,67,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109,75,67,.025) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 50%, rgba(0,0,0,.42) 64%, transparent 84%);
  mask-image: linear-gradient(90deg, #000 0%, #000 50%, rgba(0,0,0,.42) 64%, transparent 84%);
}

.hero .hero__grid {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  min-height: 565px;
  position: relative;
  z-index: 1;
}

.hero__copy,
.hero--inner .hero__copy {
  position: relative;
  z-index: 4;
  width: auto;
  padding: 52px 34px 42px max(28px, calc((100vw - var(--shell)) / 2));
  align-self: center;
}

.hero__copy h1 {
  max-width: 700px;
  font-size: clamp(44px, 3.65vw, 62px);
  line-height: 1.045;
  margin-bottom: 16px;
}

.hero--inner .hero__copy h1 {
  max-width: 700px;
  font-size: clamp(38px, 3.1vw, 52px);
  line-height: 1.055;
}

.hero__copy p {
  max-width: 610px;
  font-size: 14px;
  line-height: 1.62;
}

.hero__media,
.hero--inner .hero__media,
.hero--catalog .hero__media,
.hero--contact .hero__media,
.hero--quote .hero__media {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 565px;
  display: block;
  overflow: hidden;
  background: #f8f5f0;
}

.hero-media__engine,
.hero--inner .hero-media__engine,
.hero--catalog .hero-media__engine,
.hero--contact .hero-media__engine,
.hero--quote .hero-media__engine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  right: auto;
  width: 120%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: 63% 54%;
  filter: none;
}

/* Soft veil over only the artwork edge, so the two columns visually merge. */
.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(251,250,247,.98) 0%,
    rgba(251,250,247,.82) 8%,
    rgba(251,250,247,.46) 17%,
    rgba(251,250,247,.16) 25%,
    rgba(251,250,247,0) 36%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(251,250,247,.06) 0%, transparent 14%, transparent 84%, rgba(73,10,25,.08) 100%),
    radial-gradient(circle at 64% 46%, transparent 0%, transparent 58%, rgba(49,8,18,.08) 100%);
}

.hero--inner .hero__grid,
.hero--catalog .hero__grid,
.hero--contact .hero__grid,
.hero--quote .hero__grid {
  min-height: 525px;
}

.hero--inner .hero__media,
.hero--catalog .hero__media,
.hero--contact .hero__media,
.hero--quote .hero__media {
  min-height: 525px;
}

.hero--inner .hero__copy {
  padding-top: 44px;
  padding-bottom: 38px;
}

.hero .button-row {
  margin: 25px 0 21px;
}

.hero .feature-row {
  max-width: 690px;
  padding-top: 18px;
}

/* About story: finish the copy column with a clear next action. */
.about-story .two-col--story > div:first-child {
  padding-top: 8px;
}

.about-story .two-col--story > div:first-child p {
  max-width: 720px;
  margin-bottom: 1.05em;
}

.story-actions {
  margin-top: 24px;
}

.story-actions .btn {
  min-width: 190px;
}

/* CTA strip: keep the button arrow maroon/current-color on the white button. */
.cta-band__actions {
  margin-left: 0;
  grid-template-columns: max-content max-content;
  column-gap: 18px;
  row-gap: 8px;
}

.cta-band__actions .btn {
  white-space: nowrap;
}

.cta-band__actions .btn .icon {
  color: currentColor;
  opacity: 1;
  visibility: visible;
  transition: transform .18s ease;
}

.cta-band__actions .btn:hover .icon {
  transform: translateX(2px);
}

/* Slightly tighten dense headings so sections do not feel vertically stretched. */
.section-heading h2,
.two-col--story h2,
.split-feature__content h2,
.map-section h2,
.sourcing-section h2,
.export-excellence h2 {
  text-wrap: balance;
}

@media (max-width: 1080px) {
  .hero .hero__grid {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  }

  .hero__copy,
  .hero--inner .hero__copy {
    padding-left: 28px;
    padding-right: 24px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -25%;
    width: 125%;
    object-position: 66% 54%;
  }

  .hero__media::before {
    background: linear-gradient(90deg,
      rgba(251,250,247,.98) 0%,
      rgba(251,250,247,.70) 10%,
      rgba(251,250,247,.30) 21%,
      transparent 35%);
  }
}

@media (max-width: 900px) {
  .hero .hero__grid,
  .hero--inner .hero__grid,
  .hero--catalog .hero__grid,
  .hero--contact .hero__grid,
  .hero--quote .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .hero--inner .hero__copy {
    width: 100%;
    max-width: none;
    padding: 44px 28px 34px;
  }

  .hero__copy h1,
  .hero--inner .hero__copy h1 {
    max-width: 700px;
    font-size: clamp(38px, 6.4vw, 52px);
  }

  .hero__media,
  .hero--inner .hero__media,
  .hero--catalog .hero__media,
  .hero--contact .hero__media,
  .hero--quote .hero__media {
    min-height: 370px;
    height: 370px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -10%;
    width: 110%;
    object-position: 64% 55%;
  }

  .hero__media::before {
    background: linear-gradient(180deg,
      rgba(251,250,247,1) 0%,
      rgba(251,250,247,.68) 7%,
      rgba(251,250,247,.18) 18%,
      transparent 31%);
  }

  .hero__media::after {
    background: linear-gradient(180deg, transparent 62%, rgba(73,10,25,.10) 100%);
  }

  .cta-band__actions {
    justify-content: start;
    grid-template-columns: max-content 1fr;
  }

  .about-story .two-col--story > div:first-child {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .hero__copy,
  .hero--inner .hero__copy {
    padding: 38px 18px 28px;
  }

  .hero__copy h1,
  .hero--inner .hero__copy h1 {
    font-size: 37px;
  }

  .hero__media,
  .hero--inner .hero__media,
  .hero--catalog .hero__media,
  .hero--contact .hero__media,
  .hero--quote .hero__media {
    min-height: 300px;
    height: 300px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -7%;
    width: 107%;
    object-position: 66% 55%;
  }

  .cta-band__actions {
    grid-template-columns: 1fr;
  }

  .cta-band__actions .btn {
    width: 100%;
  }
}



/* =========================================================
   RH Global 1.4.0 accessibility and hero refinement
   Larger typography for 50+ audience, subtle hero blending,
   and consistent 4px rounding.
   ========================================================= */

body {
  font-size: 17px;
  line-height: 1.78;
}

p,
.hero__copy p,
.statement-strip p,
.section-heading--split p,
.section-heading--center p,
.split-feature__content p,
.map-section p,
.site-footer p,
.info-card p,
.benefit p,
.catalog-list__text small,
.process-step p,
.business-card p,
.quote-help p,
.support-grid p,
.quote-category-row p,
.faq-answer > p,
.product-card p,
.contact-method p,
.quote-intro p,
.about-story p,
.sourcing-steps p {
  font-size: 17px;
  line-height: 1.78;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: .09em;
}

.site-nav .menu a,
.btn,
.btn--header {
  font-size: 14px;
}

.btn,
button,
input,
select,
textarea,
.nav-toggle,
.catalog-list,
.info-card,
.business-card,
.product-card,
.faq-item,
.quote-category-row,
.category-card,
.info-box,
.support-card,
.contact-card {
  border-radius: 4px;
}

.btn,
.nav-toggle,
.catalog-list,
.info-card,
.business-card,
.product-card,
.faq-item,
.quote-category-row,
.category-card,
.contact-card,
.support-card {
  overflow: hidden;
}

input,
select,
textarea,
.rh-form input,
.rh-form select,
.rh-form textarea {
  border-radius: 4px;
  font-size: 15px;
}

main img:not(.hero-media__engine):not(.hero-collage-grid__engine):not(.parts-hero-collage__engine):not(.custom-logo) {
  border-radius: 4px;
}

.feature-row__item strong,
.mini-features strong,
.process-step strong,
.info-card h3,
.benefit h3,
.quote-help strong,
.support-grid strong,
.contact-method strong,
.product-card h3 {
  font-size: 15px;
  line-height: 1.45;
}

.feature-row__item span:not(.icon),
.mini-features span,
.catalog-list__text small,
.process-step p,
.info-card p,
.benefit p,
.site-footer p,
.business-card p,
.quote-help p,
.support-grid p,
.contact-method p,
.quote-category-row p,
.product-card p {
  font-size: 13px;
  line-height: 1.65;
}

.feature-row__item .icon,
.mini-features .icon,
.process-step .icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.hero {
  background: #fbfaf7;
}

.hero::before {
  opacity: .62;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 47%, rgba(0,0,0,.35) 60%, transparent 76%);
  mask-image: linear-gradient(90deg, #000 0%, #000 47%, rgba(0,0,0,.35) 60%, transparent 76%);
}

.hero .hero__grid {
  grid-template-columns: minmax(0, 48.5%) minmax(0, 51.5%);
}

.hero__copy,
.hero--inner .hero__copy {
  padding-top: 50px;
  padding-bottom: 40px;
}

.hero__copy h1 {
  font-size: clamp(46px, 3.85vw, 64px);
  line-height: 1.04;
}

.hero--inner .hero__copy h1 {
  font-size: clamp(40px, 3.25vw, 54px);
  line-height: 1.06;
}

.hero__copy p {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.76;
}

.hero__media,
.hero--inner .hero__media,
.hero--catalog .hero__media,
.hero--contact .hero__media,
.hero--quote .hero__media {
  background: linear-gradient(90deg, #fbfaf7 0%, #faf8f4 18%, #f5efe9 36%, #ebd8db 100%);
}

.hero-media__engine,
.hero--inner .hero-media__engine,
.hero--catalog .hero-media__engine,
.hero--contact .hero-media__engine,
.hero--quote .hero-media__engine {
  left: -8%;
  width: 112%;
  object-position: 76% 54%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 8%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 8%, #000 22%, #000 100%);
}

.hero__media::before {
  background: linear-gradient(90deg,
    rgba(251,250,247,1) 0%,
    rgba(251,250,247,.97) 7%,
    rgba(251,250,247,.86) 13%,
    rgba(251,250,247,.58) 20%,
    rgba(251,250,247,.22) 27%,
    rgba(251,250,247,0) 37%);
}

.hero__media::after {
  background:
    linear-gradient(180deg, rgba(251,250,247,.03) 0%, transparent 18%, transparent 82%, rgba(78,10,24,.06) 100%),
    radial-gradient(circle at 72% 48%, transparent 0%, transparent 62%, rgba(61,9,20,.06) 100%);
}

.button-row {
  gap: 14px;
}

.feature-row {
  max-width: 760px;
}

.feature-row__item {
  padding-inline: 12px;
}

.section-heading h2,
.two-col--story h2,
.split-feature__content h2,
.map-section h2,
.sourcing-section h2,
.export-excellence h2 {
  margin-bottom: 14px;
}

.section-heading,
.hero .button-row,
.story-actions {
  margin-top: 0;
}

.catalog-list__text strong {
  font-size: 22px;
}

.site-footer h3,
.site-footer strong,
.footer-column__title,
.footer-title {
  font-size: 15px;
}

.cta-band h2 {
  font-size: clamp(32px, 3vw, 42px);
}

.cta-band p {
  font-size: 17px;
  line-height: 1.7;
}

.cta-band__actions .btn .icon,
.btn--light .icon,
.btn--outline .icon,
.btn--primary .icon {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1080px) {
  body,
  p,
  .hero__copy p,
  .statement-strip p,
  .section-heading--split p,
  .section-heading--center p,
  .split-feature__content p,
  .map-section p,
  .about-story p {
    font-size: 16px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -12%;
    width: 116%;
    object-position: 74% 54%;
  }
}

@media (max-width: 900px) {
  .hero__copy,
  .hero--inner .hero__copy {
    padding: 42px 28px 30px;
  }

  .hero__copy h1,
  .hero--inner .hero__copy h1 {
    font-size: clamp(40px, 7vw, 54px);
  }

  .hero__copy p {
    font-size: 17px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -2%;
    width: 104%;
    object-position: 73% 56%;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.1) 0%, #000 12%, #000 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,.1) 0%, #000 12%, #000 100%);
  }

  .hero__media::before {
    background: linear-gradient(180deg,
      rgba(251,250,247,1) 0%,
      rgba(251,250,247,.82) 8%,
      rgba(251,250,247,.34) 18%,
      transparent 30%);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .hero__copy p,
  p,
  .statement-strip p,
  .section-heading--split p,
  .section-heading--center p,
  .split-feature__content p,
  .map-section p,
  .about-story p,
  .cta-band p {
    font-size: 15px;
  }

  .hero__copy,
  .hero--inner .hero__copy {
    padding: 34px 18px 24px;
  }

  .hero__media,
  .hero--inner .hero__media,
  .hero--catalog .hero__media,
  .hero--contact .hero__media,
  .hero--quote .hero__media {
    min-height: 280px;
    height: 280px;
  }

  .hero-media__engine,
  .hero--inner .hero-media__engine,
  .hero--catalog .hero-media__engine,
  .hero--contact .hero-media__engine,
  .hero--quote .hero-media__engine {
    left: -1%;
    width: 104%;
    object-position: 72% 56%;
  }
}

/* =========================================================
   RH Global 1.4.1 Parts Catalog action buttons
   ========================================================= */
.category-card__body {
  position: relative;
  min-height: 100%;
  padding-bottom: 78px;
}

.category-card__panel,
.category-card__panel.is-active {
  min-height: 100%;
}

.category-card__panel--overview > div,
.category-card__panel--details > div {
  min-height: 100%;
}

.category-card__toggle {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 36px);
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid var(--rh-maroon);
  border-radius: 4px;
  background: var(--rh-maroon);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(118, 17, 38, .12);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.category-card__toggle:hover {
  color: #fff;
  background: var(--rh-maroon-dark);
  border-color: var(--rh-maroon-dark);
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 7px 18px rgba(85, 16, 29, .18);
}

.category-card__toggle:focus-visible {
  outline: 3px solid rgba(118, 17, 38, .24);
  outline-offset: 3px;
  border-radius: 4px;
}

.category-card__toggle .icon {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.category-card__toggle--back {
  margin-top: 0;
  background: #fff;
  color: var(--rh-maroon);
}

.category-card__toggle--back:hover {
  color: #fff;
}

@media (max-width: 620px) {
  .category-card__body {
    padding-bottom: 72px;
  }

  .category-card__toggle {
    bottom: 18px;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 13px;
  }
}

/* =========================================================
   RH Global 1.5.0 readability + spacing polish
   Designed for clear 50+ readability and cleaner spacing.
   ========================================================= */

/* Base readability */
body {
  font-size: 17px;
  line-height: 1.75;
}

p,
li,
.site-footer li,
.site-footer p,
.statement-strip p,
.section-heading p,
.split-feature__content p,
.map-section p,
.about-story p,
.export-excellence p,
.sourcing-steps p,
.business-card p,
.info-card p,
.benefit p,
.product-card p,
.faq-answer > p,
.support-grid p,
.quote-help p,
.quote-category-row p,
.contact-cards span,
.form-privacy,
.form-notice,
.part-specs dt,
.part-specs dd {
  font-size: 15px;
  line-height: 1.7;
}

.hero__copy p {
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 0;
}

.eyebrow {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.site-nav .menu a {
  font-size: 14px;
}

.btn,
.category-card__toggle,
.product-card span,
.contact-cards strong,
.rh-form label,
.business-hours strong {
  font-size: 15px;
  line-height: 1.35;
}

.rh-form input,
.rh-form select,
.rh-form textarea {
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 14px;
}

.feature-row__item strong,
.mini-features strong,
.process-step strong,
.business-card h3,
.sourcing-steps h3,
.support-grid h3,
.quote-help h3,
.quote-category-row h3 {
  font-size: 15px;
  line-height: 1.45;
}

.feature-row__item span:not(.icon),
.mini-features span,
.process-step p,
.stats-row span,
.business-hours span,
.business-hours small,
.site-footer__bottom,
.category-card__detail-label {
  font-size: 13px;
  line-height: 1.55;
}

.category-card h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.category-card p,
.category-card__detail-copy {
  font-size: 14px !important;
  line-height: 1.65;
  min-height: 0;
  margin-bottom: 16px;
}

.catalog-list__text small {
  font-size: 14px;
  line-height: 1.6;
}

.catalog-list__text strong {
  font-size: 21px;
}

/* More breathing room around key content */
.section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section--tight {
  padding-top: 58px;
  padding-bottom: 58px;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading--split {
  gap: 54px;
}

.button-row,
.hero .button-row {
  margin-top: 30px;
  margin-bottom: 28px;
  gap: 16px;
}

.btn {
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 4px;
}

.hero__copy,
.hero--inner .hero__copy {
  padding-top: 58px;
  padding-bottom: 50px;
}

.hero .feature-row {
  padding-top: 22px;
  margin-top: 4px;
  gap: 0;
}

.feature-row__item {
  padding: 2px 16px 4px;
  gap: 11px;
}

.feature-row__item:first-child {
  padding-left: 0;
}

.statement-strip {
  padding-top: 38px;
  padding-bottom: 38px;
}

.info-card,
.business-card,
.benefit,
.support-grid > div,
.contact-cards > div,
.form-card,
.quote-category-row {
  padding-top: 28px;
  padding-bottom: 28px;
}

/* Parts Catalog: button sits at the true bottom of the text column.
   Its width matches the content column rather than only the label. */
.category-card {
  min-height: 270px;
}

.category-card img {
  min-height: 270px;
}

.category-card__body {
  padding: 28px;
  padding-bottom: 84px;
  min-height: 270px;
}

.category-card__panel,
.category-card__panel.is-active,
.category-card__panel--overview > div,
.category-card__panel--details > div {
  min-height: 0;
}

.category-card__panel--overview .category-card__toggle {
  left: 70px;
  right: 28px;
  bottom: 24px;
  width: auto;
  max-width: none;
  transform: none;
}

.category-card__panel--overview .category-card__toggle:hover {
  transform: translateY(-1px);
}

.category-card__panel--details .category-card__toggle {
  left: 28px;
  right: 28px;
  bottom: 24px;
  width: auto;
  max-width: none;
  transform: none;
}

.category-card__panel--details .category-card__toggle:hover {
  transform: translateY(-1px);
}

.category-card__toggle {
  min-height: 42px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  white-space: normal;
}

.category-card__toggle .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

/* Cards/images/buttons keep the requested subtle radius. Hero art remains square. */
main img:not(.hero-media__engine):not(.hero-collage-grid__engine):not(.parts-hero-collage__engine),
.btn,
button,
input,
select,
textarea,
.catalog-list,
.category-card,
.business-card,
.info-card,
.product-card,
.form-card,
.contact-cards > div,
.faq-item,
.quote-category-row {
  border-radius: 4px;
}

/* Keep content away from edges on dense sections */
.split-feature__content,
.contact-layout aside,
.quote-sidebar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-band__inner {
  min-height: 184px;
  gap: 48px;
}

.cta-band p {
  font-size: 16px;
  line-height: 1.65;
}

.cta-band__actions {
  gap: 12px 18px;
}

@media (max-width: 1080px) {
  body { font-size: 16px; }

  p,
  li,
  .site-footer li,
  .site-footer p,
  .statement-strip p,
  .section-heading p,
  .split-feature__content p,
  .map-section p,
  .about-story p,
  .business-card p,
  .info-card p,
  .benefit p,
  .sourcing-steps p,
  .product-card p,
  .faq-answer > p {
    font-size: 15px;
  }

  .hero__copy p {
    font-size: 17px;
  }

  .feature-row__item span:not(.icon),
  .mini-features span,
  .process-step p,
  .stats-row span {
    font-size: 12.5px;
  }
}

@media (max-width: 900px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section--tight {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero__copy,
  .hero--inner .hero__copy {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .category-card {
    min-height: 250px;
  }

  .category-card img,
  .category-card__body {
    min-height: 250px;
  }
}

@media (max-width: 620px) {
  body { font-size: 15px; }

  p,
  li,
  .site-footer li,
  .site-footer p,
  .statement-strip p,
  .section-heading p,
  .split-feature__content p,
  .map-section p,
  .about-story p,
  .business-card p,
  .info-card p,
  .benefit p,
  .sourcing-steps p,
  .product-card p,
  .faq-answer > p,
  .category-card p,
  .category-card__detail-copy {
    font-size: 15px !important;
  }

  .hero__copy p {
    font-size: 16px;
  }

  .btn,
  .category-card__toggle {
    font-size: 15px;
  }

  .category-card__body {
    padding: 24px;
    padding-bottom: 82px;
  }

  .category-card__panel--overview .category-card__toggle {
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .category-card__panel--details .category-card__toggle {
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .button-row,
  .hero .button-row {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}


/* =========================================================
   RH Global 1.6.0 Parts Catalog inline-link refinement
   Keep the category card dimensions stable while swapping content.
   ========================================================= */

.category-card {
  height: 270px;
  min-height: 270px;
}

.category-card img,
.category-card__body {
  height: 270px;
  min-height: 270px;
}

.category-card__body {
  padding: 28px;
  overflow: hidden;
}

.category-card__panel,
.category-card__panel.is-active,
.category-card__panel--details {
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.category-card__panel--overview > div,
.category-card__panel--details > div {
  min-width: 0;
  min-height: 0;
  height: auto;
  display: block;
}

.category-card h3 {
  margin: 0 0 10px;
}

.category-card p,
.category-card__detail-copy {
  min-height: 0 !important;
  margin: 0;
  font-size: 14px !important;
  line-height: 1.6;
}

.category-card__detail-copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.category-card__toggle,
.category-card__panel--overview .category-card__toggle,
.category-card__panel--details .category-card__toggle {
  position: static;
  inset: auto;
  transform: none;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rh-maroon);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  white-space: nowrap;
  text-decoration: none;
  transition: color .18s ease, gap .18s ease;
}

.category-card__toggle:hover,
.category-card__panel--overview .category-card__toggle:hover,
.category-card__panel--details .category-card__toggle:hover,
.category-card__toggle--back:hover {
  transform: none;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--rh-maroon-dark);
  gap: 11px;
}

.category-card__toggle:focus-visible {
  outline: 2px solid var(--rh-maroon);
  outline-offset: 4px;
  border-radius: 2px;
}

.category-card__toggle .icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.category-card__toggle--back {
  color: var(--rh-maroon);
}

@media (max-width: 900px) {
  .category-card {
    height: 250px;
    min-height: 250px;
  }

  .category-card img,
  .category-card__body {
    height: 250px;
    min-height: 250px;
  }

  .category-card__body {
    padding: 24px;
  }

  .category-card p,
  .category-card__detail-copy {
    font-size: 14px !important;
  }
}

@media (max-width: 620px) {
  .category-card {
    height: auto;
    min-height: 0;
  }

  .category-card img {
    height: 210px;
    min-height: 210px;
  }

  .category-card__body {
    height: 250px;
    min-height: 250px;
    padding: 24px;
  }

  .category-card__toggle,
  .category-card__panel--overview .category-card__toggle,
  .category-card__panel--details .category-card__toggle {
    margin-top: 14px;
    font-size: 14px;
  }
}
