.rgc-page {
  --c-ink:#24272a;
  --c-muted:#5d564f;
  --c-gold:#bea885;
  --c-goldd:#755426;
  --c-line:#ddd2c4;
  --c-soft:#f5f0e8;
  --c-dark:#272a2c;
  background: #fff;
  color: var(--c-ink);
  overflow: hidden;
}
.rgc-page * {
  box-sizing: border-box;
}
.rgc-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.rgc-page h1,
.rgc-page h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.035em;
}
.rgc-page a:focus-visible,
.rgc-page summary:focus-visible {
  outline: 3px solid #866637;
  outline-offset: 3px;
}
.rgc-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 900;
  color: var(--c-goldd);
}
.rgc-breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 20px 0 14px;
  font-size: 12px;
  color: #6b635b;
}
.rgc-breadcrumbs a {
  color: #4e473f;
}
.rgc-hero {
  background: var(--c-soft);
  padding: 0 0 54px;
}
.rgc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 48px;
  align-items: center;
}
.rgc-hero__copy {
  padding: 22px 0;
}
.rgc-hero h1 {
  font-size: clamp(46px, 5vw, 72px);
  line-height: .98;
  margin: 0 0 20px;
  max-width: 720px;
}
.rgc-lead {
  font-size: 18px;
  line-height: 1.72;
  color: #514a43;
  margin: 0;
  max-width: 720px;
}
.rgc-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.rgc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--c-ink);
  font-weight: 850;
  text-decoration: none;
  line-height: 1.2;
}
.rgc-btn--dark {
  background: var(--c-ink);
  color: #fff;
}
.rgc-btn--light {
  background: #fff;
  color: var(--c-ink);
}
.rgc-btn--gold {
  background: var(--c-gold);
  border-color: var(--c-gold);
  color: #202321;
}
.rgc-hero__media {
  margin: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 10px;
}
.rgc-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rgc-hero__media figcaption {
  padding: 10px 4px 2px;
  color: #625b53;
  font-size: 11px;
  line-height: 1.5;
}
.rgc-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin-top: 27px;
}
.rgc-facts div {
  border-top: 2px solid var(--c-gold);
  padding-top: 9px;
}
.rgc-facts strong,
.rgc-facts span {
  display: block;
}
.rgc-facts strong {
  font-size: 14px;
}
.rgc-facts span {
  font-size: 11px;
  color: #6d655d;
  margin-top: 3px;
}
.rgc-section {
  padding: 76px 0;
}
.rgc-section--soft {
  background: var(--c-soft);
}
.rgc-section--dark {
  background: var(--c-dark);
  color: #fff;
}
.rgc-section--dark .rgc-eyebrow {
  color: #e4c890;
}
.rgc-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .58fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 30px;
}
.rgc-head h2,
.rgc-copy h2,
.rgc-wide h2,
.rgc-final h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  margin: 0;
}
.rgc-head > p {
  margin: 0;
  color: var(--c-muted);
  line-height: 1.72;
}
.rgc-section--dark .rgc-head > p {
  color: #e4e0d9;
}
.rgc-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rgc-scene {
  background: #fff;
  border: 1px solid var(--c-line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rgc-scene img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rgc-scene > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rgc-scene h3 {
  margin: 0 0 8px;
  font-size: 21px;
}
.rgc-scene p {
  margin: 0;
  color: #5d564f;
  line-height: 1.65;
  font-size: 14px;
}
.rgc-scene a {
  margin-top: 14px;
  color: #4d3820;
  font-weight: 850;
  text-underline-offset: 3px;
}
.rgc-lengths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.rgc-length {
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 22px;
}
.rgc-length span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--c-goldd);
  font-weight: 900;
}
.rgc-length h3 {
  margin: 7px 0 7px;
  font-size: 24px;
}
.rgc-length b {
  display: block;
  font-size: 24px;
  margin: 10px 0;
}
.rgc-length p {
  margin: 0;
  color: #5d564f;
  line-height: 1.6;
  font-size: 13px;
}
.rgc-length a {
  display: inline-block;
  margin-top: 14px;
  color: #4d3820;
  font-weight: 850;
}
.rgc-supports {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rgc-support {
  background: #fff;
  border: 1px solid var(--c-line);
  overflow: hidden;
}
.rgc-support img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #faf8f4;
  padding: 12px;
}
.rgc-support > div {
  padding: 19px 20px 22px;
}
.rgc-support span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--c-goldd);
  font-weight: 900;
}
.rgc-support h3 {
  margin: 7px 0 8px;
  font-size: 20px;
}
.rgc-support p {
  margin: 0;
  color: #5d564f;
  line-height: 1.65;
  font-size: 13px;
}
.rgc-two {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: center;
}
.rgc-image {
  margin: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 10px;
}
.rgc-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rgc-copy p {
  line-height: 1.75;
  color: #564f48;
}
.rgc-copy a {
  color: #4d3820;
  font-weight: 800;
}
.rgc-inline {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  background: var(--c-soft);
  padding: 14px;
  border-left: 4px solid var(--c-gold);
}
.rgc-inline img {
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
  background: #fff;
}
.rgc-inline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
.rgc-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  gap: 54px;
  align-items: center;
}
.rgc-wide p {
  color: #e7e3dc;
  line-height: 1.75;
}
.rgc-calc {
  display: grid;
  gap: 7px;
  margin-top: 22px;
  padding: 18px 20px;
  background: #333739;
  border-left: 4px solid var(--c-gold);
}
.rgc-calc strong {
  font-size: 18px;
  color: #f0d39e;
}
.rgc-calc span {
  line-height: 1.65;
  color: #f0ede7;
}
.rgc-wide figure {
  margin: 0;
  background: #fff;
  border: 1px solid #4d5052;
  padding: 10px;
}
.rgc-wide figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #faf8f4;
}
.rgc-wide figcaption {
  padding: 9px 4px 2px;
  color: #d9d4cc;
  background: var(--c-dark);
  font-size: 11px;
  line-height: 1.5;
}
.rgc-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.rgc-product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-ink);
  text-decoration: none;
  overflow: hidden;
  transition: .15s;
}
.rgc-product:hover {
  transform: translateY(-2px);
  border-color: #9d815a;
}
.rgc-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #faf8f4;
  padding: 12px;
}
.rgc-product > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 17px;
}
.rgc-product span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--c-goldd);
  font-weight: 900;
}
.rgc-product h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 7px 0 12px;
}
.rgc-product b {
  font-size: 22px;
  margin-top: auto;
}
.rgc-product em {
  font-style: normal;
  font-size: 11px;
  font-weight: 850;
  color: #4d3820;
  margin-top: 11px;
}
.rgc-center {
  text-align: center;
  margin-top: 24px;
}
.rgc-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.rgc-faq details {
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 0 18px;
}
.rgc-faq summary {
  cursor: pointer;
  font-weight: 850;
  padding: 18px 30px 18px 0;
  position: relative;
}
.rgc-faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 24px;
  color: #7c5a2c;
}
.rgc-faq details[open] summary:after {
  content: "–";
}
.rgc-faq p {
  margin: 0 0 18px;
  color: #5c554d;
  line-height: 1.7;
}
.rgc-final {
  background: #e5d4bc;
  padding: 58px 0;
}
.rgc-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}
.rgc-final p {
  max-width: 820px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .rgc-hero__grid,
  .rgc-head,
  .rgc-two,
  .rgc-wide,
  .rgc-final__inner {
    grid-template-columns: 1fr;
  }
  .rgc-scenes,
  .rgc-supports,
  .rgc-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rgc-lengths {
    grid-template-columns: repeat(3, 1fr);
  }
  .rgc-head {
    gap: 14px;
  }
  .rgc-final__inner .rgc-btn {
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .rgc-wrap {
    width: calc(100% - 24px);
  }
  .rgc-hero {
    padding-bottom: 38px;
  }
  .rgc-breadcrumbs {
    padding-top: 14px;
  }
  .rgc-hero h1 {
    font-size: 41px;
  }
  .rgc-lead {
    font-size: 16px;
  }
  .rgc-actions {
    display: grid;
  }
  .rgc-btn {
    width: 100%;
  }
  .rgc-facts {
    grid-template-columns: 1fr 1fr;
  }
  .rgc-section {
    padding: 52px 0;
  }
  .rgc-head h2,
  .rgc-copy h2,
  .rgc-wide h2,
  .rgc-final h2 {
    font-size: 35px;
  }
  .rgc-scenes,
  .rgc-supports,
  .rgc-products,
  .rgc-lengths,
  .rgc-faq {
    grid-template-columns: 1fr;
  }
  .rgc-two {
    gap: 26px;
  }
  .rgc-wide {
    gap: 24px;
  }
  .rgc-product img,
  .rgc-support img {
    max-height: 340px;
  }
  .rgc-final {
    padding: 46px 0;
  }
}
@media (max-width: 480px) {
  .rgc-hero h1 {
    font-size: 36px;
  }
  .rgc-facts {
    grid-template-columns: 1fr;
  }
  .rgc-inline {
    grid-template-columns: 96px 1fr;
  }
  .rgc-inline img {
    width: 96px;
    height: 96px;
  }
}
.rgc-scenes {
  gap: 14px;
  align-items: start;
}
.rgc-scene {
  align-self: start;
}
.rgc-scene img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center center;
  background: #eeeae4;
}
.rgc-scene > div {
  padding: 16px 17px 18px;
}
.rgc-scene h3 {
  font-size: 19px;
  margin-bottom: 6px;
}
.rgc-scene p {
  font-size: 13px;
  line-height: 1.58;
}
.rgc-supports,
.rgc-products {
  align-items: start;
}
.rgc-support,
.rgc-product {
  align-self: start;
}
.rgc-support img {
  height: 245px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 8px;
  background: #f7f4ef;
}
.rgc-support > div {
  padding: 15px 17px 18px;
}
.rgc-products {
  gap: 12px;
}
.rgc-product img {
  height: 235px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 8px;
  background: #f7f4ef;
}
.rgc-product > div {
  padding: 13px 15px 15px;
  display: block;
}
.rgc-product h3 {
  font-size: 17px;
  margin: 5px 0 7px;
}
.rgc-product b {
  display: block;
  font-size: 20px;
  margin: 0;
}
.rgc-product em {
  display: block;
  margin-top: 7px;
}
.rgc-center {
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .rgc-scene img {
    aspect-ratio: 16/10;
  }
  .rgc-product img,
  .rgc-support img {
    height: 220px;
  }
}
@media (max-width: 760px) {
  .rgc-scene img {
    aspect-ratio: 4/3;
  }
  .rgc-product img,
  .rgc-support img {
    height: 230px;
    max-height: 230px;
  }
}
nn .rgc-scenes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}
.rgc-scene {
  align-self: start;
  border-radius: 2px;
  overflow: hidden;
}
.rgc-scene__media {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eeeae4;
}
.rgc-scene__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
.rgc-scene > div {
  padding: 15px 16px 17px;
}
.rgc-scene h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 6px;
}
.rgc-scene p {
  font-size: 13px;
  line-height: 1.55;
}
.rgc-product img {
  height: 190px;
  max-height: 190px;
  object-fit: contain;
  padding: 6px;
  background: #f7f4ef;
}
.rgc-support img {
  height: 205px;
  max-height: 205px;
  object-fit: contain;
  padding: 7px;
  background: #f7f4ef;
}
@media (max-width: 1050px) {
  .rgc-scenes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }
  .rgc-product img {
    height: 180px;
    max-height: 180px;
  }
  .rgc-support img {
    height: 195px;
    max-height: 195px;
  }
}
@media (max-width: 760px) {
  .rgc-scenes {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .rgc-product img {
    height: 200px;
    max-height: 200px;
  }
  .rgc-support img {
    height: 210px;
    max-height: 210px;
  }
}
