
@font-face { font-family: Geist; src: url("../fonts/Geist-Variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist Mono"; src: url("../fonts/GeistMono-Variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
:root {
  --rm-dark: #111318;
  --rm-black: #08090b;
  --rm-paper: #f4f2ed;
  --rm-white: #ffffff;
  --rm-grey: #a5a7ad;
  --rm-red: #ff4d4d;
  --rm-orange: #ff8a1f;
  --rm-lime: #a3f43b;
  --rm-blue: #20a4ff;
  --rm-purple: #9849ff;
  --rm-content-max: 1240px;
  --rm-page-gutter: max(7vw, calc((100vw - var(--rm-content-max)) / 2));
  color-scheme: dark;
  font-family: Geist, Inter, Arial, sans-serif;
  background: #08090b;
}
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--rm-white); background: #08090b; font-family: Geist, Inter, Arial, sans-serif; }
a { color: inherit; }
.rm-page { display: block; }
.rm-header a, .rm-mobile-nav a, .rm-footer a { text-decoration: none; }
.rm-desktop-nav a { padding: 9px 11px; color: #f0f1f2; background: transparent; border-radius: 9px; font-size: 13px; }
.rm-desktop-nav a.is-active { color: var(--rm-white); background: rgba(255,255,255,.11); }
.rm-mobile-nav:not([hidden]) { display: grid; }
.rm-header > .rm-mobile-nav:not([hidden]) { position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 19; width: auto; max-height: calc(100dvh - 92px); margin: 0; overflow-y: auto; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.rm-mobile-nav a { display: flex; align-items: center; width: 100%; padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.11); }
.rm-mobile-nav a.is-active { color: var(--rm-lime); }
.rm-mobile-nav a.rm-quote-button { justify-content: center; margin-top: 8px; color: var(--rm-black); border-bottom: 0; text-align: center; }
.rm-brand-logo { flex: 0 0 auto; width: 46px; height: 46px; object-fit: contain; }
.rm-card-logo { width: 60px; height: 60px; object-fit: contain; }
.rm-footer-brand-lockup { display: flex; align-items: center; gap: 12px; }
.rm-footer-brand-logo { flex: 0 0 auto; width: 58px; height: 58px; object-fit: contain; }
.rm-footer-brand-copy { display: grid; line-height: 1; }
.rm-footer-brand-copy > span { margin-top: 5px; font-size: 10px; letter-spacing: .15em; }
.rm-wallet-brand { display: flex; align-items: center; gap: 7px; }
.rm-wallet-brand img { width: 32px; height: 32px; object-fit: contain; }
.rm-wallet-brand b { font-size: 18px; }
.rm-footer-links a { color: #f1f2f3; font-size: 13px; }
.rm-footer-legal a { color: #f1f2f3; }
.rm-skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 12px 16px; color: var(--rm-black); background: var(--rm-lime); border-radius: 8px; }
.rm-skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--rm-blue); outline-offset: 3px; }
.rm-button-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.rm-page-lead { max-width: 760px; }
.rm-about-hero { background: radial-gradient(circle at 84% 18%, rgba(32,164,255,.2), transparent 32%), radial-gradient(circle at 14% 90%, rgba(255,77,77,.18), transparent 30%), var(--rm-dark); }
.rm-contact-form-section, .rm-request-section, .rm-urgent-form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; padding: 84px var(--rm-page-gutter); }
.rm-public-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; color: var(--rm-black); background: var(--rm-white); border: 1px solid #d5d2cc; border-radius: 18px; box-shadow: 0 22px 45px rgba(8,9,11,.1); }
.rm-public-form label { display: grid; gap: 7px; color: #202329; font-size: 13px; font-weight: 550; }
.rm-public-form label.rm-full, .rm-public-form .rm-full { grid-column: 1 / -1; }
.rm-public-form input, .rm-public-form select, .rm-public-form textarea { width: 100%; padding: 13px 14px; color: #08090b; background: #f8f7f3; border: 1px solid #b9b7b1; border-radius: 9px; }
.rm-public-form textarea { min-height: 125px; resize: vertical; }
.rm-public-form .rm-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 400; line-height: 1.45; }
.rm-public-form .rm-consent input { width: auto; margin-top: 3px; }
.rm-public-form .rm-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rm-form-feedback { min-height: 24px; margin: 0; font-size: 13px; }
.rm-form-feedback.is-error { color: #ad1414; }
.rm-form-feedback.is-success { color: #247000; }
.rm-public-form button[disabled], .rm-form-nav button[disabled] { cursor: wait; opacity: .58; }
.rm-availability { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; letter-spacing: .08em; }
.rm-availability::before { content: ""; width: 8px; height: 8px; background: var(--rm-lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(163,244,59,.12); }
.rm-availability.is-unavailable::before { background: var(--rm-red); box-shadow: 0 0 0 5px rgba(255,77,77,.12); }
.rm-legal-page { min-height: 70vh; }
.rm-legal-content { max-width: 930px; }
.rm-legal-content h1 { max-width: 900px; margin: 18px 0 32px; font-size: clamp(42px, 6vw, 74px); }
.rm-legal-content h2 { margin: 36px 0 12px; font-size: clamp(24px, 3vw, 34px); }
.rm-legal-content h3 { margin: 24px 0 8px; font-size: 21px; }
.rm-legal-content p, .rm-legal-content li { color: #3d4148; line-height: 1.7; }
.rm-legal-content a { color: #075f9d; }
.rm-legal-note { margin: 26px 0; padding: 18px; background: #e9e7e1; border-left: 4px solid var(--rm-orange); }
.rm-toast { position: fixed; right: 18px; bottom: 18px; z-index: 80; max-width: 390px; padding: 14px 17px; color: var(--rm-black); background: var(--rm-lime); border-radius: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.rm-noscript { padding: 12px var(--rm-page-gutter); color: #08090b; background: #ffcf57; }
.rm-system-message { padding: 12px var(--rm-page-gutter); color: #08090b; background: #ffcf57; text-align: center; }
.rm-service-trigger { text-align: left; }
.rm-service-panel[hidden] { display: none !important; }
.rm-form-question input[type=file] { color: #08090b; }
.rm-form-question .rm-file-note { color: #5c5f65; font-size: 12px; }
.rm-confirmation { padding: 18px; color: #143300; background: #dff7c1; border-radius: 10px; }
.rm-map-link { position: relative; display: inline-flex; margin-top: 14px; font-size: 13px; }
.rm-map-pin { font-style: normal; }
.rm-map-pin > span { transform: rotate(45deg); }
@media (max-width: 720px) {
  .rm-contact-form-section, .rm-request-section, .rm-urgent-form-section { grid-template-columns: 1fr; gap: 30px; padding: 48px 22px; }
  .rm-public-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .rm-public-form label.rm-full, .rm-public-form .rm-full { grid-column: auto; }
  .rm-site { box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (min-width: 961px) {
  .rm-mobile-nav { display: none !important; }
}

@font-face { font-family: Geist; src: url("../fonts/Geist-Variable.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
  html > body { padding: 0 !important; background: #08090b !important; }
  .rm-preview-bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; width: 100%; min-height: 58px; padding: 9px 22px; color: #fff; background: #08090b; border-bottom: 1px solid #2d3036; font-family: Geist, Inter, Arial, sans-serif; }
  .rm-preview-bar > div { display: grid; line-height: 1.1; }
  .rm-preview-bar strong { font-size: 11px; letter-spacing: .13em; }
  .rm-preview-bar span { margin-top: 4px; color: #aeb1b7; font-size: 10px; }
  .rm-preview-bar nav { display: flex; gap: 5px; padding: 4px; background: #17191e; border: 1px solid #30333a; border-radius: 10px; }
  .rm-preview-bar a { padding: 8px 12px; color: #d8dade; border-radius: 7px; font-size: 12px; text-decoration: none !important; }
  .rm-preview-bar a.is-active { color: #08090b; background: #a3f43b; font-weight: 700; }
  
  * { box-sizing: border-box; }
  button,
  input,
  textarea { font: inherit; }
  button { cursor: pointer; }
  [hidden] { display: none !important; }
  .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; }
  .rm-site { width: 100%; margin: 0 auto; overflow: hidden; background: var(--rm-dark); border-radius: 0; box-shadow: none; }
  h1,
  h2,
  h3 { margin: 0; font-weight: 500; letter-spacing: -.045em; }
  h1 { font-size: clamp(44px, 6.2vw, 80px); line-height: .98; }
  h2 { font-size: clamp(38px, 5vw, 66px); line-height: 1; }
  h3 { font-size: clamp(24px, 3vw, 36px); line-height: 1.05; }
  em { color: var(--rm-orange); font-style: normal; }
  .rm-h1-context { display: block; max-width: 650px; margin: 0 0 18px; color: #dfe1e5; font-size: clamp(12px, 1.2vw, 16px); font-weight: 650; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
  .rm-header { position: sticky; top: 8px; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; width: calc(100% - 32px); margin: 16px; padding: 10px 12px 10px 16px; background: rgba(8,9,11,.92); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; backdrop-filter: blur(16px); }
  .rm-brand { display: flex; align-items: center; width: 86px; height: 44px; padding: 0; color: var(--rm-white); background: transparent; border: 0; }
  .rm-brand img { display: block; width: 82px; height: 44px; object-fit: contain; }
  .rm-desktop-nav { display: flex; justify-content: center; gap: 2px; }
  .rm-desktop-nav button { padding: 9px 8px; color: #f0f1f2; background: transparent; border: 0; border-radius: 9px; font-size: 12px; }
  .rm-desktop-nav button.is-active { color: var(--rm-white); background: rgba(255,255,255,.11); }
  .rm-quote-button { padding: 11px 16px; color: var(--rm-black); background: var(--rm-white); border: 0; border-radius: 10px; font-weight: 500; }
  .rm-menu-button { display: none; justify-self: end; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; }
  .rm-menu-button span:not(.sr-only) { display: block; height: 1px; margin: 4px 0; background: var(--rm-white); }
  .rm-mobile-nav { position: sticky; top: 74px; z-index: 19; margin: 0 16px 16px; padding: 10px; background: rgba(8,9,11,.97); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(16px); }
  .rm-mobile-nav > button:not(.rm-quote-button) { display: block; width: 100%; padding: 13px 10px; color: var(--rm-white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
  .rm-mobile-nav .rm-quote-button { width: 100%; margin-top: 10px; }
  .rm-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--rm-lime); font-size: 12px; letter-spacing: .18em; }
  .rm-eyebrow span { width: 34px; height: 3px; background: linear-gradient(90deg, var(--rm-red), var(--rm-orange), var(--rm-lime), var(--rm-blue), var(--rm-purple)); border-radius: 999px; }
  .rm-dark-eyebrow { color: #484b51; }
  .rm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .rm-primary,
  .rm-secondary,
  .rm-light-button,
  .rm-black-button { padding: 13px 17px; border-radius: 9px; font-weight: 500; }
  .rm-primary { color: var(--rm-black); background: var(--rm-lime); border: 0; }
  .rm-secondary { color: var(--rm-white); background: transparent; border: 1px solid rgba(255,255,255,.38); }
  .rm-light-button { display: flex; justify-content: space-between; gap: 25px; color: var(--rm-black); background: var(--rm-white); border: 0; }
  .rm-black-button { display: flex; justify-content: space-between; gap: 25px; color: var(--rm-white); background: var(--rm-black); border: 0; }
  .rm-light-section { color: var(--rm-black); background: var(--rm-paper); }
  .rm-home-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 610px; margin-top: -84px; padding: 152px var(--rm-page-gutter) 80px; background: radial-gradient(circle at 80% 22%, rgba(163,244,59,.24), transparent 27%), radial-gradient(circle at 94% 38%, rgba(32,164,255,.28), transparent 27%), radial-gradient(circle at 64% 88%, rgba(255,77,77,.27), transparent 31%), var(--rm-dark); }
  .rm-home-copy { align-self: center; }
  .rm-home-copy > p:not(.rm-eyebrow) { max-width: 590px; margin: 25px 0; color: #f1f2f3; line-height: 1.65; }
  .rm-trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; color: #eff0f2; font-size: 10px; letter-spacing: .12em; }
  .rm-home-art { position: relative; min-height: 390px; }
  .rm-orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
  .rm-orbit-a { width: 360px; height: 360px; right: 0; top: 8px; }
  .rm-orbit-b { width: 235px; height: 235px; right: 62px; top: 70px; }
  .rm-brand-card { position: absolute; display: flex; flex-direction: column; justify-content: space-between; width: 205px; height: 275px; padding: 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; box-shadow: 0 30px 55px rgba(0,0,0,.34); }
  .rm-card-back { right: 27%; top: 78px; color: var(--rm-black); background: linear-gradient(145deg, var(--rm-lime), var(--rm-blue)); transform: rotate(-10deg); }
  .rm-card-front { right: 1%; top: 38px; background: var(--rm-black); transform: rotate(8deg); }
  .rm-card-back strong { align-self: center; font-size: 22px; line-height: 1.05; }
  .rm-card-image { padding: 0; overflow: hidden; }
  .rm-card-image img { width: 100%; height: 100%; object-fit: contain; background: #000; }
  .rm-brand-card strong { font-weight: 500; }
  .rm-brand-card small { font-size: 9px; letter-spacing: .12em; }
  .rm-ribbon { display: flex; justify-content: space-around; align-items: center; gap: 8px; padding: 13px 4%; color: var(--rm-black); background: linear-gradient(90deg, var(--rm-red), var(--rm-orange), var(--rm-lime), var(--rm-blue), var(--rm-purple)); font-size: 10px; letter-spacing: .15em; }
  .rm-ribbon i { width: 4px; height: 4px; background: var(--rm-black); border-radius: 50%; }
  .rm-home-services,
  .rm-process-section,
  .rm-showcase,
  .rm-contact-section,
  .rm-service-list-section,
  .rm-ooh-process,
  .rm-artwork-ready,
  .rm-faq-section,
  .rm-card-benefits,
  .rm-card-privacy,
  .rm-legal-page { padding: 84px var(--rm-page-gutter); }
  .rm-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 40px; margin-bottom: 40px; }
  .rm-section-heading h2 em { color: var(--rm-red); }
  .rm-section-heading > p { margin: 0; color: #41444a; line-height: 1.65; }
  .rm-dark-heading > p { color: #f0f1f2; }
  .rm-summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .rm-summary-grid button { display: grid; grid-template-columns: 40px 1fr auto; gap: 6px 14px; min-height: 150px; padding: 22px; color: var(--rm-black); background: var(--rm-white); border: 1px solid #d8d5cf; border-radius: 13px; text-align: left; }
  .rm-summary-grid span { grid-row: 1 / 3; color: #56595f; font-size: 11px; }
  .rm-summary-grid strong { font-size: 23px; font-weight: 500; letter-spacing: -.03em; }
  .rm-summary-grid small { color: #46494f; line-height: 1.45; }
  .rm-summary-grid b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--rm-orange); }
  .rm-design-section { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; padding: 80px var(--rm-page-gutter); background: radial-gradient(circle at 12% 22%, rgba(255,77,77,.22), transparent 31%), radial-gradient(circle at 38% 80%, rgba(32,164,255,.2), transparent 30%), var(--rm-dark); }
  .rm-design-art { position: relative; align-self: center; width: 380px; height: 380px; margin: auto; }
  .rm-design-art span { position: absolute; display: grid; place-items: center; inset: 50px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 11px; letter-spacing: .14em; }
  .rm-design-art span:nth-child(1) { transform: translateY(-58px); border-color: rgba(255,77,77,.65); }
  .rm-design-art span:nth-child(2) { transform: rotate(120deg) translateY(-58px); border-color: rgba(163,244,59,.65); }
  .rm-design-art span:nth-child(3) { transform: rotate(240deg) translateY(-58px); border-color: rgba(32,164,255,.65); }
  .rm-design-art strong { position: absolute; inset: 0; display: grid; place-items: center; font-size: 42px; font-weight: 500; }
  .rm-design-copy { align-self: center; }
  .rm-design-copy h2 em { color: var(--rm-lime); }
  .rm-design-copy > p:not(.rm-eyebrow) { color: #f0f1f2; line-height: 1.65; }
  .rm-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccc9c3; border-bottom: 1px solid #ccc9c3; }
  .rm-process-grid article { min-height: 250px; padding: 20px; border-right: 1px solid #ccc9c3; }
  .rm-process-grid article:last-child { border-right: 0; }
  .rm-process-grid b,
  .rm-five-steps b,
  .rm-benefit-grid b { display: grid; place-items: center; width: 32px; height: 32px; color: var(--rm-black); background: var(--rm-orange); border-radius: 50%; font-weight: 500; font-size: 11px; }
  .rm-process-grid h3 { margin-top: 70px; font-size: 24px; }
  .rm-process-grid p { color: #41444a; line-height: 1.55; }
  .rm-ooh-teaser { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 62px var(--rm-page-gutter); background: radial-gradient(circle at 90% 15%, rgba(32,164,255,.28), transparent 31%), radial-gradient(circle at 6% 100%, rgba(255,77,77,.3), transparent 34%), var(--rm-dark); }
  .rm-ooh-teaser h2 { font-size: clamp(36px, 5vw, 62px); }
  .rm-ooh-teaser p:not(.rm-eyebrow) { max-width: 660px; color: #f0f1f2; line-height: 1.6; }
  .rm-showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .rm-showcase-grid article { display: flex; align-items: flex-end; min-height: 260px; padding: 22px; color: var(--rm-white); background: var(--rm-dark); border-radius: 13px; }
  .rm-showcase-grid span { font-size: 11px; letter-spacing: .14em; }
  .rm-section-link { width: fit-content; margin-top: 24px; }
  .rm-show-red { background: radial-gradient(circle at 75% 25%, rgba(255,77,77,.8), transparent 44%), var(--rm-dark) !important; }
  .rm-show-lime { background: radial-gradient(circle at 75% 25%, rgba(163,244,59,.74), transparent 44%), var(--rm-dark) !important; }
  .rm-show-blue { background: radial-gradient(circle at 75% 25%, rgba(32,164,255,.78), transparent 44%), var(--rm-dark) !important; }
  .rm-show-purple { background: radial-gradient(circle at 75% 25%, rgba(152,73,255,.78), transparent 44%), var(--rm-dark) !important; }
  .rm-about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 84px var(--rm-page-gutter); background: var(--rm-dark); }
  .rm-about-copy h2 em { color: var(--rm-blue); }
  .rm-about-copy > p:not(.rm-eyebrow) { color: #f0f1f2; line-height: 1.65; }
  .rm-about-copy ul { display: grid; gap: 10px; padding-left: 20px; color: #f2f3f4; }
  .rm-location-panel { position: relative; min-height: 430px; overflow: hidden; padding: 30px; background: #171a21; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
  .rm-map-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(-8deg) scale(1.2); }
  .rm-map-ring { position: absolute; left: 50%; top: 37%; width: 190px; height: 190px; border: 1px solid rgba(163,244,59,.5); border-radius: 50%; transform: translate(-50%,-50%); }
  .rm-map-pin { position: absolute; left: 50%; top: 37%; display: grid; place-items: center; width: 50px; height: 50px; color: var(--rm-black); background: var(--rm-lime); border-radius: 50% 50% 50% 0; transform: translate(-50%,-50%) rotate(-45deg); font-weight: 500; }
  .rm-location-panel > div:last-child { position: absolute; left: 30px; right: 30px; bottom: 28px; }
  .rm-location-panel small { color: var(--rm-lime); letter-spacing: .14em; }
  .rm-location-panel strong { display: block; margin-top: 5px; font-size: 31px; font-weight: 500; }
  .rm-location-panel p { color: #f0f1f2; line-height: 1.5; }
  .rm-contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; }
  .rm-contact-section h2 em { color: var(--rm-orange); }
  .rm-contact-section p:not(.rm-eyebrow),
  .rm-contact-section li { color: #41444a; line-height: 1.55; }
  .rm-contact-card { align-self: center; padding: 45px; color: var(--rm-black); background: var(--rm-white); border: 1px solid #d5d2cc; border-radius: 18px; box-shadow: 0 22px 45px rgba(8,9,11,.1); }
  .rm-contact-card > p { font-size: 10px; letter-spacing: .16em; }
  .rm-contact-card h3 { margin: 30px 0 15px; font-size: clamp(30px, 4vw, 48px); }
  .rm-contact-card > span { display: block; margin-bottom: 28px; color: #41444a; }
  .rm-sub-hero { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 560px; margin-top: -84px; padding: 152px var(--rm-page-gutter) 74px; }
  .rm-sub-hero > div:first-child { align-self: center; }
  .rm-sub-hero > div:first-child > p:not(.rm-eyebrow) { max-width: 620px; color: #f1f2f3; line-height: 1.65; }
  .rm-sub-hero > div:first-child > small { display: block; margin-top: 24px; color: #f1f2f3; font-size: 10px; letter-spacing: .12em; line-height: 1.6; }
  .rm-services-hero { background: radial-gradient(circle at 82% 20%, rgba(163,244,59,.23), transparent 28%), radial-gradient(circle at 93% 63%, rgba(32,164,255,.24), transparent 27%), radial-gradient(circle at 62% 92%, rgba(255,77,77,.22), transparent 30%), var(--rm-dark); }
  .rm-service-hero-art { align-self: center; display: grid; gap: 10px; justify-items: center; font-size: 18px; letter-spacing: .18em; }
  .rm-service-hero-art strong { display: grid; place-items: center; width: 250px; height: 250px; background: linear-gradient(135deg, var(--rm-red), var(--rm-orange), var(--rm-lime), var(--rm-blue)); border-radius: 50%; color: var(--rm-black); font-size: 36px; font-weight: 500; }
  .rm-service-accordion { border-top: 1px solid #c7c4be; }
  .rm-service-item { border-bottom: 1px solid #c7c4be; }
  .rm-service-trigger { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 18px; width: 100%; min-height: 86px; padding: 16px 6px; color: var(--rm-black); background: transparent; border: 0; text-align: left; }
  .rm-service-trigger[aria-expanded="true"] { padding-inline: 18px; color: var(--rm-white); background: var(--rm-black); }
  .rm-service-trigger > span:first-child { color: #4d5056; font-size: 11px; letter-spacing: .13em; }
  .rm-service-trigger[aria-expanded="true"] > span:first-child { color: var(--rm-lime); }
  .rm-service-trigger > span:nth-child(2) { display: grid; gap: 5px; }
  .rm-service-trigger strong { font-size: clamp(22px, 3vw, 32px); font-weight: 500; letter-spacing: -.035em; }
  .rm-service-trigger small { color: #41444a; line-height: 1.45; }
  .rm-service-trigger[aria-expanded="true"] small { color: #f1f2f3; }
  .rm-service-plus { display: grid; place-items: center; width: 34px; height: 34px; color: var(--rm-black); background: var(--rm-orange); border-radius: 50%; font-size: 22px; transition: transform .2s ease; }
  .rm-service-trigger[aria-expanded="true"] .rm-service-plus { transform: rotate(45deg); }
  .rm-service-panel { padding: 12px 0 20px; }
  .rm-service-detail { display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; background: var(--rm-white); border: 1px solid #d7d4ce; border-radius: 17px; }
  .rm-service-art { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 370px; padding: 34px; color: var(--rm-white); }
  .rm-service-art::before { content: ""; position: absolute; inset: 0; background: rgba(8,9,11,.25); }
  .rm-service-art > * { position: relative; z-index: 1; }
  .rm-service-art small { letter-spacing: .14em; }
  .rm-service-art strong { margin-top: 10px; font-size: clamp(40px, 6vw, 70px); font-weight: 500; line-height: .84; letter-spacing: -.055em; }
  .rm-service-copy { align-self: center; padding: 38px; }
  .rm-service-copy h3 { font-size: clamp(30px, 4vw, 45px); }
  .rm-service-copy > p { color: #41444a; line-height: 1.6; }
  .rm-service-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; padding: 0; list-style: none; color: #31343a; }
  .rm-service-copy li::before { content: "•"; margin-right: 8px; color: var(--rm-orange); }
  .rm-flexible-section,
  .rm-urgent-products,
  .rm-card-steps { padding: 84px var(--rm-page-gutter); background: radial-gradient(circle at 10% 10%, rgba(255,77,77,.16), transparent 27%), radial-gradient(circle at 90% 90%, rgba(32,164,255,.16), transparent 28%), var(--rm-dark); }
  .rm-package-grid,
  .rm-urgent-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .rm-package-grid article,
  .rm-urgent-grid article { min-height: 255px; padding: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; }
  .rm-package-grid h3,
  .rm-urgent-grid h3 { margin-top: 45px; font-size: clamp(38px, 5vw, 56px); }
  .rm-package-grid p,
  .rm-urgent-grid p { color: #f2f3f4; line-height: 1.55; }
  .rm-package-grid button { display: flex; justify-content: space-between; width: 100%; margin-top: 25px; padding: 13px 15px; color: var(--rm-black); border: 0; border-radius: 8px; font-weight: 500; }
  .rm-pack-red { background: linear-gradient(145deg, rgba(255,77,77,.26), rgba(255,255,255,.03)); }
  .rm-pack-orange { background: linear-gradient(145deg, rgba(255,138,31,.24), rgba(255,255,255,.03)); }
  .rm-pack-lime { background: linear-gradient(145deg, rgba(163,244,59,.2), rgba(255,255,255,.03)); }
  .rm-pack-blue { background: linear-gradient(145deg, rgba(32,164,255,.23), rgba(255,255,255,.03)); }
  .rm-pack-purple { background: linear-gradient(145deg, rgba(152,73,255,.24), rgba(255,255,255,.03)); }
  .rm-pack-red button { background: var(--rm-red); }
  .rm-pack-lime button { background: var(--rm-lime); }
  .rm-pack-blue button { background: var(--rm-blue); }
  .rm-pack-purple button { color: var(--rm-white); background: var(--rm-purple); }
  .rm-quote-page { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; min-height: 760px; margin-top: -84px; padding: 150px var(--rm-page-gutter) 80px; background: radial-gradient(circle at 13% 18%, rgba(255,77,77,.2), transparent 28%), radial-gradient(circle at 87% 85%, rgba(32,164,255,.16), transparent 27%), var(--rm-dark); }
  .rm-quote-intro { align-self: center; }
  .rm-quote-intro h1 { font-size: clamp(42px, 5.8vw, 72px); }
  .rm-quote-intro > p:not(.rm-eyebrow),
  .rm-quote-intro li { color: #f1f2f3; line-height: 1.6; }
  .rm-form-shell { align-self: center; min-height: 610px; padding: 32px; color: var(--rm-black); background: var(--rm-white); border-radius: 20px; box-shadow: 0 28px 60px rgba(0,0,0,.28); }
  .rm-form-top { display: grid; justify-items: center; gap: 11px; color: #4f5258; font-size: 11px; letter-spacing: .14em; }
  .rm-form-dots { display: flex; gap: 8px; }
  .rm-form-dots i { width: 9px; height: 9px; background: #d1cfc9; border-radius: 50%; }
  .rm-form-dots i.is-active { width: 25px; background: var(--rm-orange); border-radius: 999px; }
  .rm-form-question { min-height: 445px; padding: 34px 0 22px; text-align: center; }
  .rm-form-question > small { color: #55585e; letter-spacing: .12em; }
  .rm-form-question h2 { max-width: 590px; margin: 10px auto 0; font-size: clamp(30px, 4vw, 46px); }
  .rm-form-question > p { color: #4b4e54; line-height: 1.5; }
  .rm-form-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
  .rm-form-option { min-width: 145px; min-height: 62px; padding: 14px 17px; color: var(--rm-black); background: var(--rm-paper); border: 1px solid #c9c6c0; border-radius: 10px; }
  .rm-form-option.is-selected { color: var(--rm-white); background: var(--rm-black); border-color: var(--rm-black); }
  .rm-form-input { display: block; width: min(100%, 520px); margin: 28px auto 0; padding: 15px; color: var(--rm-black); background: var(--rm-white); border: 1px solid #9c9da1; border-radius: 10px; }
  textarea.rm-form-input { min-height: 120px; resize: vertical; }
  .rm-form-error { min-height: 20px; margin-top: 14px; color: #a00016 !important; }
  .rm-form-nav { display: flex; justify-content: space-between; gap: 12px; }
  .rm-form-nav button { padding: 12px 15px; border-radius: 9px; }
  #rm-form-back { color: var(--rm-black); background: transparent; border: 1px solid #a7a7aa; }
  #rm-form-next { color: var(--rm-white); background: var(--rm-black); border: 1px solid var(--rm-black); }
  .rm-review { text-align: left; }
  .rm-review dl { display: grid; grid-template-columns: 145px 1fr; gap: 9px 14px; padding: 18px; background: var(--rm-paper); border-radius: 12px; }
  .rm-review dt { color: #4e5157; }
  .rm-review dd { margin: 0; font-weight: 500; }
  .rm-review label { display: flex; gap: 9px; align-items: flex-start; margin-top: 16px; }
  .rm-ooh-hero { background: radial-gradient(circle at 83% 18%, rgba(32,164,255,.24), transparent 28%), radial-gradient(circle at 23% 96%, rgba(255,77,77,.29), transparent 35%), var(--rm-dark); }
  .rm-clock-art { align-self: center; justify-self: center; display: grid; justify-items: center; width: 320px; padding: 42px; background: rgba(8,9,11,.78); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 25px 55px rgba(0,0,0,.34); }
  .rm-clock-art > span,
  .rm-clock-art > small { color: #f2f3f4; font-size: 10px; letter-spacing: .14em; }
  .rm-clock-art > strong { margin: 20px 0; font-size: 68px; font-weight: 500; letter-spacing: -.07em; }
  .rm-clock-art > strong em { color: var(--rm-orange); }
  .rm-clock-art div { display: grid; width: 180px; margin-top: 25px; padding: 15px; color: var(--rm-black); background: var(--rm-lime); border-radius: 12px; transform: rotate(4deg); }
  .rm-clock-art div b { font-size: 9px; letter-spacing: .13em; }
  .rm-clock-art div strong { font-size: 34px; font-weight: 500; }
  .rm-five-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #cac7c1; border-bottom: 1px solid #cac7c1; }
  .rm-five-steps article { min-height: 230px; padding: 18px; border-right: 1px solid #cac7c1; }
  .rm-five-steps article:last-child { border-right: 0; }
  .rm-five-steps h3 { margin-top: 58px; font-size: 22px; }
  .rm-five-steps p { color: #41444a; line-height: 1.5; }
  .rm-artwork-ready { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
  .rm-file-art { position: relative; min-height: 420px; background: radial-gradient(circle at 20% 20%, rgba(255,77,77,.76), transparent 35%), radial-gradient(circle at 80% 80%, rgba(32,164,255,.74), transparent 36%), var(--rm-dark); border-radius: 17px; }
  .rm-file-art > span { position: absolute; display: grid; place-items: center; width: 100px; height: 130px; color: var(--rm-white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.33); border-radius: 10px; font-size: 22px; }
  .rm-file-art span:nth-child(1) { left: 10%; top: 15%; transform: rotate(-9deg); }
  .rm-file-art span:nth-child(2) { left: 38%; top: 28%; transform: rotate(5deg); }
  .rm-file-art span:nth-child(3) { right: 8%; top: 12%; transform: rotate(11deg); }
  .rm-file-art strong { position: absolute; left: 50%; bottom: 9%; display: grid; place-items: center; width: 120px; height: 120px; color: var(--rm-black); background: var(--rm-lime); border-radius: 50%; text-align: center; transform: translateX(-50%) rotate(-7deg); }
  .rm-artwork-ready > div:last-child > p:not(.rm-eyebrow),
  .rm-artwork-ready li { color: #41444a; line-height: 1.55; }
  .rm-faq-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .rm-faq-section details { border-top: 1px solid #c6c3bd; }
  .rm-faq-section details:last-child { border-bottom: 1px solid #c6c3bd; }
  .rm-faq-section summary { display: flex; justify-content: space-between; gap: 15px; padding: 20px 0; cursor: pointer; font-weight: 500; list-style: none; }
  .rm-faq-section summary::-webkit-details-marker { display: none; }
  .rm-faq-section summary b { color: var(--rm-orange); }
  .rm-faq-section details p { color: #41444a; line-height: 1.55; }
  .rm-inline-links { display: grid; gap: 8px; margin-top: 26px; }
  .rm-inline-links button { width: fit-content; padding: 0; color: #30343a; background: transparent; border: 0; font-weight: 650; text-align: left; }
  .rm-inline-links-dark button { color: #e7e9ec; }
  .rm-ooh-final { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 54px var(--rm-page-gutter); color: var(--rm-black); background: linear-gradient(100deg, var(--rm-orange), var(--rm-red)); }
  .rm-ooh-final h2 { font-size: clamp(34px, 4.5vw, 56px); }
  .rm-ooh-final > div:last-child { display: grid; gap: 9px; min-width: 270px; }
  .rm-partner-hero { background: radial-gradient(circle at 80% 16%, rgba(255,138,31,.18), transparent 30%), radial-gradient(circle at 20% 96%, rgba(255,77,77,.2), transparent 34%), var(--rm-dark); }
  .rm-phone-stage { align-self: center; display: flex; justify-content: center; gap: 15px; }
  .rm-phone { width: 190px; min-height: 400px; padding: 12px; color: var(--rm-white); background: #1b1e25; border: 2px solid #44474e; border-radius: 30px; transform: rotate(-4deg); }
  .rm-phone-google { margin-top: 28px; transform: rotate(5deg); }
  .rm-phone > small { display: block; padding: 8px; text-align: center; font-size: 9px; }
  .rm-wallet-pass { display: grid; padding: 17px; background: var(--rm-black); border-radius: 20px; }
  .rm-wallet-pass > b:first-child { font-size: 20px; }
  .rm-wallet-pass em { margin: 6px 0 28px; color: var(--rm-orange); font-size: 10px; font-style: normal; }
  .rm-wallet-pass strong { font-size: 19px; }
  .rm-wallet-pass > span { color: #eef0f2; font-size: 11px; }
  .rm-wallet-pass hr { width: 100%; margin: 18px 0; border: 0; border-top: 1px solid #383b42; }
  .rm-wallet-pass small { color: #dfe1e4; }
  .rm-wallet-pass mark { margin-top: 14px; padding: 10px; color: var(--rm-black); background: var(--rm-lime); border-radius: 7px; font-size: 9px; font-weight: 500; }
  .rm-wallet-pass i { display: grid; place-items: center; width: 55px; height: 55px; margin: 18px auto 0; color: var(--rm-black); background: var(--rm-white); font-size: 28px; }
  .rm-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cac7c1; border-bottom: 1px solid #cac7c1; }
  .rm-benefit-grid article { min-height: 240px; padding: 20px; border-right: 1px solid #cac7c1; }
  .rm-benefit-grid article:last-child { border-right: 0; }
  .rm-benefit-grid h3 { margin-top: 60px; font-size: 24px; }
  .rm-benefit-grid p { color: #41444a; line-height: 1.5; }
  .rm-card-steps { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .rm-card-steps h2 em { color: var(--rm-blue); }
  .rm-card-step-list { display: grid; border-top: 1px solid rgba(255,255,255,.22); }
  .rm-card-step-list article { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .rm-card-step-list b { color: var(--rm-lime); }
  .rm-card-step-list p { margin: 0; color: #f1f2f3; line-height: 1.55; }
  .rm-card-privacy { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
  .rm-card-privacy > div { max-width: 780px; }
  .rm-card-privacy p:not(.rm-eyebrow) { color: #41444a; line-height: 1.6; }
  .rm-artwork-hero { background: radial-gradient(circle at 84% 18%, rgba(163,244,59,.20), transparent 28%), radial-gradient(circle at 72% 86%, rgba(32,164,255,.18), transparent 32%), radial-gradient(circle at 20% 95%, rgba(255,77,77,.22), transparent 34%), var(--rm-dark); }
  .rm-artwork-file-art { align-self: center; width: min(100%, 500px); min-height: 430px; }
  .rm-artwork-check,
  .rm-occasion-overview,
  .rm-idea-section,
  .rm-reel-section,
  .rm-area-section { padding: 84px var(--rm-page-gutter); }
  .rm-check-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
  .rm-check-grid article { min-height: 300px; padding: 25px; background: #fff; border: 1px solid #d4d1ca; border-radius: 15px; }
  .rm-check-grid b { display: grid; place-items: center; width: 36px; height: 36px; background: var(--rm-orange); border-radius: 50%; font-size: 11px; }
  .rm-check-grid span { display: block; margin-top: 58px; color: #676a70; font-size: 10px; letter-spacing: .15em; }
  .rm-check-grid h3 { margin-top: 8px; font-size: 26px; }
  .rm-check-grid p { color: #41444a; line-height: 1.55; }
  .rm-template-section { padding: 84px var(--rm-page-gutter); background: radial-gradient(circle at 8% 10%, rgba(255,77,77,.18), transparent 30%), radial-gradient(circle at 92% 90%, rgba(32,164,255,.18), transparent 30%), var(--rm-dark); }
  .rm-template-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .rm-template-grid article { min-height: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
  .rm-template-grid article > span { display: inline-flex; padding: 7px 10px; color: var(--rm-black); background: var(--rm-white); border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .12em; }
  .rm-template-grid h3 { margin-top: 72px; font-size: clamp(34px,4vw,48px); }
  .rm-template-grid p { max-width: 560px; color: #eef0f2; line-height: 1.55; }
  .rm-template-grid button { display: flex; justify-content: space-between; width: 100%; margin-top: 26px; padding: 13px 15px; color: var(--rm-black); background: var(--rm-white); border: 0; border-radius: 9px; font-weight: 650; }
  .rm-template-canva { background: linear-gradient(145deg, rgba(152,73,255,.28), rgba(255,255,255,.025)); }
  .rm-template-ps { background: linear-gradient(145deg, rgba(32,164,255,.26), rgba(255,255,255,.025)); }
  .rm-template-wide { grid-column: 1 / -1; background: linear-gradient(110deg, rgba(163,244,59,.18), rgba(255,138,31,.18)); }
  .rm-artwork-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; padding: 84px var(--rm-page-gutter); }
  .rm-guide-copy > p:not(.rm-eyebrow),
  .rm-guide-copy li { color: #41444a; line-height: 1.6; }
  .rm-colour-card { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 34px; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(152,73,255,.6), transparent 34%), radial-gradient(circle at 86% 80%, rgba(255,138,31,.6), transparent 38%), #111318; border-radius: 17px; }
  .rm-colour-card small { letter-spacing: .14em; }
  .rm-colour-card strong { font-size: 56px; }
  .rm-colour-card i { grid-column: 1 / -1; padding: 12px; color: #08090b; background: var(--rm-lime); border-radius: 8px; font-style: normal; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-align: center; }
  .rm-colour-card p { grid-column: 1 / -1; color: #eef0f2; line-height: 1.55; }
  .rm-artwork-responsibility { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 84px var(--rm-page-gutter); background: radial-gradient(circle at 4% 10%, rgba(255,77,77,.22), transparent 30%), var(--rm-dark); }
  .rm-artwork-responsibility p { color: #eef0f2; line-height: 1.65; }
  .rm-artwork-responsibility h2 em { color: var(--rm-lime); }
  .rm-occasion-hero { background: radial-gradient(circle at 82% 18%, rgba(255,77,77,.23), transparent 29%), radial-gradient(circle at 88% 76%, rgba(152,73,255,.25), transparent 32%), radial-gradient(circle at 15% 94%, rgba(255,138,31,.18), transparent 32%), var(--rm-dark); }
  .rm-occasion-orbit { position: relative; align-self: center; justify-self: center; display: grid; place-items: center; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
  .rm-occasion-orbit::before,
  .rm-occasion-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
  .rm-occasion-orbit::before { inset: 45px -35px; transform: rotate(52deg); }
  .rm-occasion-orbit::after { inset: -25px 65px; transform: rotate(-38deg); }
  .rm-occasion-orbit strong { z-index: 1; display: grid; place-items: center; width: 170px; height: 170px; color: #08090b; background: linear-gradient(135deg,var(--rm-red),var(--rm-orange),var(--rm-lime)); border-radius: 50%; font-size: 26px; line-height: 1; text-align: center; }
  .rm-occasion-orbit span { position: absolute; z-index: 2; font-size: 9px; letter-spacing: .15em; }
  .rm-occasion-orbit span:nth-child(1) { top: 22px; }
  .rm-occasion-orbit span:nth-child(2) { right: -14px; bottom: 96px; }
  .rm-occasion-orbit span:nth-child(3) { left: -7px; bottom: 105px; }
  .rm-occasion-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
  .rm-occasion-grid article { display: flex; flex-direction: column; justify-content: space-between; min-height: 260px; padding: 28px; color: #fff; background: #111318; border-radius: 16px; }
  .rm-occasion-grid article:first-child { grid-row: span 2; min-height: 532px; }
  .rm-occasion-grid small { color: #e9ebee; font-size: 10px; letter-spacing: .13em; }
  .rm-occasion-grid h3 { margin-top: 10px; font-size: clamp(38px,5vw,64px); }
  .rm-occasion-grid p { color: #eff0f2; line-height: 1.55; }
  .rm-occasion-grid button { display: flex; justify-content: space-between; width: 100%; margin-top: 24px; padding: 13px 15px; color: #08090b; background: #fff; border: 0; border-radius: 9px; font-weight: 650; }
  .rm-occasion-wedding { background: radial-gradient(circle at 78% 18%, rgba(255,77,77,.72), transparent 42%), radial-gradient(circle at 14% 85%, rgba(152,73,255,.62), transparent 43%), #111318 !important; }
  .rm-occasion-celebration { background: radial-gradient(circle at 82% 18%, rgba(255,138,31,.62), transparent 43%), #111318 !important; }
  .rm-occasion-business { background: radial-gradient(circle at 82% 18%, rgba(32,164,255,.65), transparent 43%), #111318 !important; }
  .rm-seasonal-note { display: grid; grid-template-columns: auto 1fr; gap: 24px; margin-top: 18px; padding: 20px; background: #fff; border: 1px solid #d3d0ca; border-radius: 12px; }
  .rm-seasonal-note span { color: #55585e; font-size: 10px; font-weight: 750; letter-spacing: .14em; }
  .rm-seasonal-note p { margin: 0; color: #41444a; }
  .rm-wedding-hero { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 50px; min-height: 670px; margin-top: -84px; padding: 150px var(--rm-page-gutter) 78px; background: radial-gradient(circle at 85% 16%, rgba(255,138,31,.2), transparent 28%), radial-gradient(circle at 78% 82%, rgba(152,73,255,.22), transparent 34%), var(--rm-dark); }
  .rm-wedding-hero > div:first-of-type { align-self: center; }
  .rm-wedding-hero > div:first-of-type > p:not(.rm-eyebrow) { max-width: 620px; color: #eef0f2; line-height: 1.65; }
  .rm-back-link { position: absolute; top: 110px; left: 7%; padding: 0; color: #e9ebed; background: transparent; border: 0; }
  .rm-wedding-art { position: relative; align-self: center; min-height: 430px; }
  .rm-wedding-art span { position: absolute; display: grid; place-items: center; width: 230px; height: 310px; padding: 20px; color: #08090b; border-radius: 14px; box-shadow: 0 26px 50px rgba(0,0,0,.35); font-size: 23px; font-weight: 650; line-height: 1; text-align: center; }
  .rm-wedding-art span:nth-child(1) { left: 6%; top: 78px; background: #f5d9ce; transform: rotate(-10deg); }
  .rm-wedding-art span:nth-child(2) { right: 4%; top: 22px; color: #fff; background: #5a244a; transform: rotate(8deg); }
  .rm-wedding-art span:nth-child(3) { left: 34%; top: 50px; width: 180px; height: 340px; background: #e9f0db; transform: rotate(1deg); }
  .rm-idea-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cac7c1; border-bottom: 1px solid #cac7c1; }
  .rm-idea-grid article { min-height: 270px; padding: 22px; border-right: 1px solid #cac7c1; }
  .rm-idea-grid article:last-child { border-right: 0; }
  .rm-idea-grid b { color: var(--rm-orange); font-size: 11px; }
  .rm-idea-grid h3 { margin-top: 72px; font-size: 25px; }
  .rm-idea-grid p { color: #41444a; line-height: 1.55; }
  .rm-occasion-gallery { padding: 84px var(--rm-page-gutter); background: var(--rm-dark); }
  .rm-gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; }
  .rm-gallery-grid article { display: flex; align-items: flex-end; min-height: 270px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; }
  .rm-gallery-grid article:nth-child(1) { grid-row: span 2; background: radial-gradient(circle at 70% 20%, rgba(255,77,77,.7), transparent 38%), #16181d; }
  .rm-gallery-grid article:nth-child(2) { background: radial-gradient(circle at 70% 20%, rgba(152,73,255,.7), transparent 42%), #16181d; }
  .rm-gallery-grid article:nth-child(3) { background: radial-gradient(circle at 70% 20%, rgba(163,244,59,.55), transparent 42%), #16181d; }
  .rm-gallery-grid article:nth-child(4) { grid-column: 1 / -1; background: radial-gradient(circle at 80% 20%, rgba(32,164,255,.58), transparent 40%), #16181d; }
  .rm-gallery-grid span { font-size: 10px; letter-spacing: .14em; }
  .rm-reel-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .rm-reel-section > div:first-child > p:not(.rm-eyebrow) { color: #41444a; line-height: 1.6; }
  .rm-reel-card { overflow: hidden; background: #111318; border-radius: 17px; }
  .rm-reel-card > div { display: grid; place-items: center; min-height: 360px; padding: 30px; color: #fff; background: radial-gradient(circle at 50% 45%, rgba(255,77,77,.62), transparent 35%), radial-gradient(circle at 76% 78%, rgba(152,73,255,.5), transparent 38%), #111318; text-align: center; }
  .rm-reel-card strong { font-size: 60px; }
  .rm-reel-card small { letter-spacing: .14em; }
  .rm-reel-card button { width: 100%; padding: 14px; color: #08090b; background: var(--rm-lime); border: 0; font-weight: 700; }
  .rm-deadline-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; padding: 62px var(--rm-page-gutter); color: #08090b; background: linear-gradient(105deg,var(--rm-orange),var(--rm-red)); }
  .rm-deadline-section h2 { font-size: clamp(34px,4.5vw,56px); }
  .rm-deadline-section p { line-height: 1.6; }
  .rm-about-hero { background: radial-gradient(circle at 82% 18%, rgba(32,164,255,.22), transparent 30%), radial-gradient(circle at 18% 96%, rgba(163,244,59,.15), transparent 34%), var(--rm-dark); }
  .rm-about-hero .rm-location-panel { align-self: center; }
  .rm-area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .rm-area-grid article { min-height: 260px; padding: 25px; background: #fff; border: 1px solid #d5d2cc; border-radius: 14px; }
  .rm-area-grid span { color: #5c5f65; font-size: 10px; letter-spacing: .14em; }
  .rm-area-grid h3 { margin-top: 72px; font-size: 28px; }
  .rm-area-grid p { color: #41444a; line-height: 1.55; }
  .rm-legal-page { min-height: 700px; margin-top: -84px; padding-top: 152px; }
  .rm-legal-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 38px; }
  .rm-legal-tabs button { padding: 12px 15px; color: var(--rm-black); background: var(--rm-white); border: 1px solid #aaa8a3; border-radius: 9px; }
  .rm-legal-tabs button.is-active { color: var(--rm-white); background: var(--rm-black); }
  #rm-legal-content { max-width: 850px; }
  #rm-legal-content h1 { font-size: clamp(38px,5vw,62px); }
  #rm-legal-content h2 { margin-top: 30px; font-size: 27px; }
  #rm-legal-content p,
  #rm-legal-content li { color: #41444a; line-height: 1.65; }
  .rm-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 46px var(--rm-page-gutter) 30px; color: #eceef0; background: var(--rm-black); }
  .rm-footer-brand { display: grid; justify-items: start; }
  .rm-footer-brand strong { color: var(--rm-white); font-size: 21px; font-weight: 500; }
  .rm-footer-brand > span { font-size: 10px; letter-spacing: .15em; }
  .rm-footer-brand small { margin-top: 13px; }
  .rm-footer-links { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-end; gap: 16px; }
  .rm-footer button { padding: 0; color: #f1f2f3; background: transparent; border: 0; }
  .rm-footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 15px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; letter-spacing: .07em; }
  .rm-footer-legal button { font-size: 10px; }
  .rm-status { min-height: 22px; margin: 12px auto 0; color: var(--foreground); text-align: center; font-size: 13px; }
  .rm-status:not(:empty) { position: fixed; left: 50%; bottom: 20px; z-index: 90; width: min(620px,calc(100% - 30px)); margin: 0; padding: 13px 16px; color: #08090b; background: #a3f43b; border: 1px solid #08090b; border-radius: 10px; box-shadow: 0 18px 45px rgba(0,0,0,.28); transform: translateX(-50%); }
  @media (max-width: 960px) {
    .rm-desktop-nav,
    .rm-desktop-quote { display: none; }
    .rm-menu-button { display: block; }
    .rm-header { grid-template-columns: 1fr auto; }
    .rm-home-hero,
    .rm-sub-hero,
    .rm-quote-page { grid-template-columns: 1fr; }
    .rm-home-art { min-height: 390px; }
    .rm-sub-hero > div:last-child { margin-top: 30px; }
    .rm-design-section,
    .rm-about-section,
    .rm-contact-section,
    .rm-artwork-ready,
    .rm-faq-section,
    .rm-card-steps,
    .rm-artwork-guide,
    .rm-artwork-responsibility,
    .rm-wedding-hero,
    .rm-reel-section,
    .rm-deadline-section { grid-template-columns: 1fr; }
    .rm-check-grid,
    .rm-idea-grid { grid-template-columns: repeat(2,1fr); border: 0; gap: 10px; }
    .rm-check-grid article,
    .rm-idea-grid article { border: 1px solid #cac7c1; border-radius: 12px; }
    .rm-occasion-grid { grid-template-columns: 1fr; }
    .rm-occasion-grid article:first-child { grid-row: auto; min-height: 360px; }
    .rm-wedding-art { width: min(100%,560px); min-height: 430px; margin: 0 auto; }
    .rm-area-grid { grid-template-columns: 1fr; }
    .rm-five-steps { grid-template-columns: repeat(2,1fr); border: 0; gap: 10px; }
    .rm-five-steps article { border: 1px solid #cac7c1; border-radius: 12px; }
    .rm-quote-page { padding-top: 142px; }
  }
  @media (max-width: 680px) {
    .rm-preview-bar { align-items: stretch; flex-direction: column; gap: 10px; padding: 12px; }
    .rm-preview-bar nav { width: 100%; }
    .rm-preview-bar a { flex: 1; text-align: center; }
    .rm-site { border-radius: 0; }
    .rm-header { top: 5px; width: calc(100% - 20px); margin: 10px; }
    .rm-mobile-nav { margin: 0 10px 10px; }
    .rm-home-hero,
    .rm-sub-hero,
    .rm-quote-page { min-height: auto; margin-top: -76px; padding: 130px 22px 54px; }
    .rm-brand-card { width: 155px; height: 215px; padding: 16px; }
    .rm-orbit-a { width: 290px; height: 290px; }
    .rm-orbit-b { width: 195px; height: 195px; }
    .rm-card-back { right: 29%; }
    .rm-ribbon { flex-wrap: wrap; justify-content: center; }
    .rm-home-services,
    .rm-process-section,
    .rm-showcase,
    .rm-contact-section,
    .rm-service-list-section,
    .rm-flexible-section,
    .rm-ooh-process,
    .rm-urgent-products,
    .rm-artwork-ready,
    .rm-faq-section,
    .rm-card-benefits,
    .rm-card-steps,
    .rm-card-privacy,
    .rm-legal-page,
    .rm-artwork-check,
    .rm-template-section,
    .rm-artwork-guide,
    .rm-artwork-responsibility,
    .rm-occasion-overview,
    .rm-idea-section,
    .rm-occasion-gallery,
    .rm-reel-section,
    .rm-area-section { padding: 64px 22px; }
    .rm-section-heading { grid-template-columns: 1fr; gap: 22px; }
    .rm-summary-grid,
    .rm-showcase-grid,
    .rm-package-grid,
    .rm-urgent-grid,
    .rm-check-grid,
    .rm-template-grid,
    .rm-idea-grid,
    .rm-gallery-grid { grid-template-columns: 1fr; }
    .rm-template-wide,
    .rm-gallery-grid article:nth-child(4) { grid-column: auto; }
    .rm-gallery-grid article:nth-child(1) { grid-row: auto; }
    .rm-seasonal-note { grid-template-columns: 1fr; }
    .rm-occasion-orbit { width: 280px; height: 280px; }
    .rm-occasion-orbit strong { width: 140px; height: 140px; font-size: 22px; }
    .rm-wedding-hero { min-height: auto; margin-top: -76px; padding: 150px 22px 54px; }
    .rm-back-link { top: 108px; left: 22px; }
    .rm-wedding-art { min-height: 370px; }
    .rm-wedding-art span { width: 170px; height: 250px; font-size: 18px; }
    .rm-wedding-art span:nth-child(3) { width: 140px; height: 280px; }
    .rm-deadline-section { padding: 48px 22px; }
    .rm-design-section,
    .rm-about-section { padding: 64px 22px; }
    .rm-design-art { width: 290px; height: 290px; }
    .rm-process-grid,
    .rm-benefit-grid { grid-template-columns: 1fr; border: 0; gap: 9px; }
    .rm-process-grid article,
    .rm-benefit-grid article { min-height: 210px; border: 1px solid #cac7c1; border-radius: 12px; }
    .rm-ooh-teaser,
    .rm-ooh-final,
    .rm-card-privacy { align-items: stretch; flex-direction: column; padding: 48px 22px; }
    .rm-service-trigger { grid-template-columns: 34px minmax(0,1fr) auto; gap: 10px; min-height: 78px; }
    .rm-service-trigger[aria-expanded="true"] { padding-inline: 12px; }
    .rm-service-trigger small { font-size: 12px; }
    .rm-service-detail { grid-template-columns: 1fr; }
    .rm-service-art { min-height: 260px; }
    .rm-service-copy { padding: 28px 23px; }
    .rm-service-copy ul { grid-template-columns: 1fr; }
    .rm-form-shell { min-height: 610px; padding: 24px 18px; }
    .rm-form-question { min-height: 455px; }
    .rm-form-option { width: 100%; }
    .rm-review dl { grid-template-columns: 1fr; }
    .rm-clock-art { width: 285px; }
    .rm-five-steps { grid-template-columns: 1fr; }
    .rm-phone-stage { flex-direction: column; align-items: center; }
    .rm-phone-google { margin-top: 0; }
    .rm-footer { grid-template-columns: 1fr; padding: 42px 22px 26px; }
    .rm-footer-links { justify-content: flex-start; }
    .rm-footer-legal { flex-direction: column; }
  }

.rm-brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 108px;
  max-width: 108px;
  height: 52px;
  object-fit: contain;
}
.rm-brand-card {
  width: 310px;
  height: 177px;
}
.rm-card-back {
  right: 27%;
  top: 112px;
}
.rm-card-back strong {
  max-width: 230px;
  font-size: 28px;
  line-height: .92;
  letter-spacing: -.045em;
}
.rm-card-front {
  right: 0;
  top: 55px;
  padding: 0;
  overflow: hidden;
}
.rm-business-card-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rm-artwork-hero {
  background: radial-gradient(circle at 83% 18%, rgba(152,73,255,.25), transparent 28%), radial-gradient(circle at 92% 74%, rgba(32,164,255,.24), transparent 30%), radial-gradient(circle at 23% 96%, rgba(255,77,77,.22), transparent 34%), var(--rm-dark);
}
.rm-artwork-stage {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(100%, 430px);
  min-height: 390px;
}
.rm-artwork-sheet {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 235px;
  height: 300px;
  padding: 24px;
  color: var(--rm-black);
  background: var(--rm-white);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px;
  box-shadow: 0 26px 55px rgba(0,0,0,.3);
}
.rm-artwork-sheet small { font-size: 10px; letter-spacing: .14em; }
.rm-artwork-sheet strong { font-size: 42px; font-weight: 520; letter-spacing: -.055em; }
.rm-artwork-sheet span { font-size: 11px; line-height: 1.45; }
.rm-artwork-sheet-a { left: 12px; top: 58px; background: linear-gradient(145deg, var(--rm-lime), var(--rm-blue)); transform: rotate(-9deg); }
.rm-artwork-sheet-b { right: 10px; top: 18px; color: var(--rm-white); background: var(--rm-black); transform: rotate(7deg); }
.rm-artwork-sheet-b::before { content:""; position:absolute; left:24px; right:24px; top:74px; height:4px; background:linear-gradient(90deg,var(--rm-red),var(--rm-orange),var(--rm-lime),var(--rm-blue),var(--rm-purple)); border-radius:999px; }
.rm-artwork-section,
.rm-artwork-intro,
.rm-colour-guide,
.rm-size-guide,
.rm-submit-guide,
.rm-rebuild-guide,
.rm-resources-section { padding: 84px var(--rm-page-gutter); }
.rm-spec-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.rm-spec-grid article { min-height:230px; padding:24px; color:var(--rm-black); background:var(--rm-white); border:1px solid #d4d1cb; border-radius:14px; }
.rm-spec-grid b { display:grid; place-items:center; width:34px; height:34px; color:var(--rm-black); background:var(--rm-orange); border-radius:50%; font-size:11px; }
.rm-spec-grid h3 { margin-top:48px; font-size:24px; }
.rm-spec-grid p { color:#41444a; line-height:1.55; }
.rm-guidance-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:64px; align-items:start; }
.rm-guide-copy > p:not(.rm-eyebrow),
.rm-guide-copy li { color:#41444a; line-height:1.65; }
.rm-dark-guide .rm-guide-copy > p:not(.rm-eyebrow),
.rm-dark-guide .rm-guide-copy li { color:#f0f1f2; }
.rm-format-list { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.rm-format-list li { display:grid; grid-template-columns:92px 1fr; gap:16px; padding:17px 0; border-top:1px solid #cbc8c2; }
.rm-format-list li:last-child { border-bottom:1px solid #cbc8c2; }
.rm-format-list strong { color:var(--rm-black); }
.rm-platform-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.rm-platform-card { padding:28px; border:1px solid rgba(255,255,255,.18); border-radius:16px; background:rgba(255,255,255,.045); }
.rm-platform-card > span { display:inline-flex; padding:7px 10px; color:var(--rm-black); background:var(--rm-lime); border-radius:999px; font-size:10px; font-weight:700; letter-spacing:.1em; }
.rm-platform-card:nth-child(2) > span { background:var(--rm-blue); }
.rm-platform-card h3 { margin:25px 0 16px; font-size:32px; }
.rm-platform-card ol { display:grid; gap:10px; margin:0; padding-left:20px; color:#f1f2f3; line-height:1.55; }
.rm-colour-note { margin-top:18px; padding:16px; color:#f4f5f6; background:rgba(255,138,31,.12); border-left:4px solid var(--rm-orange); line-height:1.55; }
.rm-size-table { width:100%; border-collapse:collapse; color:var(--rm-black); }
.rm-size-table th,.rm-size-table td { padding:16px 14px; border-bottom:1px solid #cbc8c2; text-align:left; vertical-align:top; }
.rm-size-table th { color:#5d6066; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.rm-size-table td:first-child { font-weight:650; }
.rm-bleed-card { padding:30px; color:var(--rm-white); background:radial-gradient(circle at 86% 12%,rgba(152,73,255,.58),transparent 36%),var(--rm-dark); border-radius:17px; }
.rm-bleed-diagram { position:relative; display:grid; place-items:center; min-height:260px; margin-bottom:24px; border:2px dashed var(--rm-red); }
.rm-bleed-diagram::before { content:"TRIM"; position:absolute; inset:24px; display:grid; place-items:start center; padding-top:10px; border:2px solid var(--rm-white); font-size:10px; letter-spacing:.14em; }
.rm-bleed-diagram::after { content:"SAFE AREA"; position:absolute; inset:52px; display:grid; place-items:center; border:2px dashed var(--rm-lime); color:var(--rm-lime); font-size:11px; letter-spacing:.12em; }
.rm-bleed-card p { color:#eef0f2; line-height:1.6; }
.rm-submit-guide { background:radial-gradient(circle at 10% 10%,rgba(255,77,77,.18),transparent 28%),radial-gradient(circle at 92% 88%,rgba(32,164,255,.18),transparent 29%),var(--rm-dark); }
.rm-submit-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.rm-submit-steps article { min-height:245px; padding:24px; border:1px solid rgba(255,255,255,.18); border-radius:14px; }
.rm-submit-steps b { color:var(--rm-lime); font-size:12px; letter-spacing:.12em; }
.rm-submit-steps h3 { margin-top:54px; font-size:25px; }
.rm-submit-steps p { color:#eff0f2; line-height:1.55; }
.rm-warning-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.rm-warning-grid article { padding:30px; background:var(--rm-white); border:1px solid #d4d1cb; border-radius:15px; }
.rm-warning-grid h3 { margin-bottom:16px; }
.rm-warning-grid p,.rm-warning-grid li { color:#41444a; line-height:1.6; }
.rm-resources-section { background:radial-gradient(circle at 12% 20%,rgba(163,244,59,.13),transparent 28%),radial-gradient(circle at 88% 82%,rgba(152,73,255,.18),transparent 30%),var(--rm-dark); }
.rm-resource-filters { display:flex; flex-wrap:wrap; gap:8px; margin:28px 0; }
.rm-resource-filter { padding:10px 13px; color:var(--rm-white); background:transparent; border:1px solid rgba(255,255,255,.25); border-radius:999px; }
.rm-resource-filter.is-active { color:var(--rm-black); background:var(--rm-lime); border-color:var(--rm-lime); }
.rm-resource-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.rm-resource-card { display:flex; flex-direction:column; min-height:285px; padding:25px; border:1px solid rgba(255,255,255,.18); border-radius:15px; background:rgba(255,255,255,.05); }
.rm-resource-card-meta { display:flex; justify-content:space-between; gap:10px; color:var(--rm-lime); font-size:10px; letter-spacing:.11em; text-transform:uppercase; }
.rm-resource-card h3 { margin:38px 0 12px; font-size:29px; }
.rm-resource-card p { flex:1; color:#eff0f2; line-height:1.55; }
.rm-resource-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.rm-resource-actions a { display:inline-flex; padding:11px 13px; color:var(--rm-black); background:var(--rm-white); border-radius:8px; text-decoration:none; font-weight:650; }
.rm-resource-actions a:first-child { background:var(--rm-lime); }
.rm-resource-empty { grid-column:1/-1; padding:34px; color:#eef0f2; border:1px dashed rgba(255,255,255,.28); border-radius:14px; text-align:center; }
.rm-quality-notice { display:grid; grid-template-columns:1.15fr .85fr; gap:45px; align-items:center; padding:60px var(--rm-page-gutter); color:var(--rm-black); background:linear-gradient(110deg,var(--rm-orange),var(--rm-red)); }
.rm-quality-notice h2 { font-size:clamp(36px,5vw,62px); }
.rm-quality-notice p { line-height:1.65; }
.rm-quality-notice strong { font-weight:750; }
.rm-seasonal-live-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:18px; }
.rm-seasonal-live-card { position:relative; min-height:280px; overflow:hidden; color:var(--rm-white); background:radial-gradient(circle at 85% 15%,rgba(255,77,77,.55),transparent 38%),var(--rm-dark); border-radius:15px; }
.rm-seasonal-live-card>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.35; }
.rm-seasonal-live-card>div { position:relative; z-index:1; min-height:280px; padding:28px; background:linear-gradient(180deg,rgba(8,9,11,.12),rgba(8,9,11,.8)); }
.rm-seasonal-live-card small { color:var(--rm-lime); letter-spacing:.12em; }
.rm-seasonal-live-card h3 { margin:70px 0 12px; }
.rm-seasonal-live-card p { max-width:520px; color:#f2f3f4; line-height:1.55; }
.rm-seasonal-live-card a { display:inline-flex; margin-top:15px; padding:11px 14px; color:var(--rm-black); background:var(--rm-lime); border-radius:8px; text-decoration:none; font-weight:650; }
.rm-live-proof,.rm-live-cases { padding:84px var(--rm-page-gutter); }
.rm-live-proof-grid,.rm-live-case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.rm-live-proof-grid article { padding:28px; color:var(--rm-black); background:var(--rm-white); border:1px solid #d4d1cb; border-radius:14px; }
.rm-live-proof-grid p { min-height:120px; line-height:1.6; }
.rm-live-proof-grid strong,.rm-live-proof-grid small { display:block; }
.rm-live-proof-grid small { margin-top:4px; color:#64676e; }
.rm-live-cases { background:var(--rm-dark); }
.rm-live-case-grid article { padding:28px; border:1px solid rgba(255,255,255,.18); border-radius:14px; }
.rm-live-case-grid small { color:var(--rm-lime); letter-spacing:.12em; }
.rm-live-case-grid h3 { margin:40px 0 15px; }
.rm-live-case-grid p,.rm-live-case-grid dd { color:#eef0f2; line-height:1.55; }
.rm-live-case-grid dl { margin:20px 0 0; }
.rm-live-case-grid dt { margin-top:12px; color:var(--rm-orange); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.rm-live-case-grid dd { margin:4px 0 0; }
@media (min-width: 681px) {
  .rm-header { max-width: 1408px; margin-inline: auto; }
}
@media (max-width: 960px) {
  .rm-spec-grid,
  .rm-submit-steps,
  .rm-resource-grid,
  .rm-live-proof-grid,
  .rm-live-case-grid { grid-template-columns:repeat(2,1fr); }
  .rm-guidance-grid { grid-template-columns:1fr; gap:38px; }
}
@media (max-width: 680px) {
  .rm-brand-logo {
    width: 88px;
    max-width: 88px;
    height: 44px;
  }
  .rm-brand-card {
    width: 240px;
    height: 137px;
  }
  .rm-card-back {
    right: 27%;
    top: 118px;
    padding: 17px;
  }
  .rm-card-back strong {
    font-size: 22px;
  }
  .rm-card-front {
    right: 0;
    top: 67px;
    padding: 0;
  }
  .rm-artwork-stage { min-height:330px; }
  .rm-artwork-sheet { width:185px; height:240px; padding:19px; }
  .rm-artwork-sheet strong { font-size:32px; }
  .rm-artwork-sheet-a { left:7px; top:67px; }
  .rm-artwork-sheet-b { right:6px; top:28px; }
  .rm-artwork-section,
  .rm-artwork-intro,
  .rm-colour-guide,
  .rm-size-guide,
  .rm-submit-guide,
  .rm-rebuild-guide,
  .rm-resources-section { padding:64px 22px; }
  .rm-spec-grid,
  .rm-submit-steps,
  .rm-resource-grid,
  .rm-seasonal-live-grid,
  .rm-live-proof-grid,
  .rm-live-case-grid { grid-template-columns:1fr; }
  .rm-guidance-grid,
  .rm-platform-grid,
  .rm-warning-grid,
  .rm-quality-notice { grid-template-columns:1fr; }
  .rm-format-list li { grid-template-columns:1fr; gap:5px; }
  .rm-size-table { font-size:13px; }
  .rm-size-table th,.rm-size-table td { padding:12px 8px; }
  .rm-quality-notice { padding:48px 22px; }
}

/* WhatsApp navigation call to action */
.rm-header .rm-quote-button.rm-whatsapp-button{color:#071a10;background:#25d366;border:1px solid #25d366;font-weight:700;box-shadow:0 4px 14px rgba(37,211,102,.18);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}
.rm-header .rm-quote-button.rm-whatsapp-button:hover{color:#071a10;background:#1ebe5d;border-color:#1ebe5d;box-shadow:0 5px 18px rgba(37,211,102,.3)}
.rm-header .rm-quote-button.rm-whatsapp-button:focus-visible{outline:3px solid #fff;outline-offset:4px}
