.cui-redesign {
  --rd-blue: #eaf2f8;
  --rd-blue-strong: #8db6cc;
  --rd-green: #e5f3df;
  --rd-peach: #f0d8d3;
  --rd-ink: #334049;
  --rd-soft: #7b858b;
  --rd-coral: #e58d6a;
  --rd-container-max: 1194px;
  --rd-container-gutter: 80px;
  color: var(--rd-ink);
  background: #fff;
  font-family: var(--cui-font-body);
  font-size: 14px;
  line-height: 1.7;
  overflow-x: clip;
}

.cui-redesign-page {
  margin: 0;
  background: #fff;
}

.rd-menu-lock {
  overflow: hidden;
}

.cui-redesign h1,
.cui-redesign h2,
.cui-redesign h3 {
  font-family: var(--cui-font-display);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--rd-ink);
}

.rd-container {
  width: min(var(--rd-container-max), calc(100vw - var(--rd-container-gutter)));
  margin: 0 auto;
}

.rd-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 92px;
  display: grid;
  grid-template-columns: 180px 1fr 80px;
  align-items: center;
  padding: 0 105px;
  color: #fff;
}

.rd-logo img {
  width: 65px;
  height: auto;
  filter: brightness(0) invert(1);
}

.rd-nav {
  display: flex;
  justify-content: center;
  gap: 44px;
}

.rd-menu-toggle {
  display: none;
}

.rd-nav__item {
  position: relative;
  display: grid;
  align-items: center;
  height: 92px;
}

.rd-nav a,
.rd-lang {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .04em;
}

.rd-nav__item > a {
  display: inline-flex;
  align-items: center;
  height: 34px;
}

.rd-nav__item--has-children > a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.rd-nav__submenu {
  position: absolute;
  left: 50%;
  top: 64px;
  z-index: 3;
  display: grid;
  min-width: 160px;
  padding: 10px 0;
  background: rgba(104, 78, 82, .94);
  box-shadow: 0 16px 30px rgba(53, 64, 73, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.rd-nav__submenu a {
  padding: 9px 18px;
  white-space: nowrap;
}

.rd-nav__item--has-children:hover .rd-nav__submenu,
.rd-nav__item--has-children:focus-within .rd-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.rd-lang {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: end;
}

.rd-hero,
.rd-page-hero,
.rd-location-hero,
.rd-menu-page,
.rd-booking-page,
.rd-blog-page {
  position: relative;
  padding-top: 92px;
  background-image: linear-gradient(180deg, rgba(88, 158, 177, .8), rgba(255, 255, 255, .88) 34%, #fff 100%);
}

.rd-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: start;
  justify-items: center;
  text-align: center;
  padding-top: 0;
  overflow: hidden;
  background: #f3f6fa;
  isolation: isolate;
}

.rd-hero:before {
  content: "";
  position: absolute;
  inset: -20px;
  background: url("../../redesign/extracted-images/1-homepage/image-000.jpg") center top / cover no-repeat;
  filter: blur(14px) saturate(.92);
  transform: scale(1.06);
  z-index: -2;
}

.rd-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .25) 0%, rgba(238, 245, 250, .55) 45%, rgba(255, 255, 255, .92) 88%, #fff 100%);
  z-index: -1;
  pointer-events: none;
}

.rd-page-hero:before,
.rd-menu-page:before,
.rd-booking-page:before,
.rd-blog-page:before,
.rd-location-hero:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 260px;
  background: url("../../redesign/extracted-images/1-homepage/image-000.jpg") center top / cover no-repeat;
  opacity: .55;
  pointer-events: none;
}

.rd-hero__center {
  position: relative;
  z-index: 1;
  margin-top: 162px;
  width: min(960px, calc(100vw - 80px));
}

.cui-redesign .rd-hero__title {
  margin: 0;
  color: #ffffff;
  opacity: .7;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(54px, 5.94vw, 85.5px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}

.rd-hero__fruit {
  display: block;
  width: 96px;
  height: auto;
  margin: -28px auto 0;
  pointer-events: none;
}

.rd-hero__lede {
  margin: 24px 0 60px;
  color: #4f5e6a;
  font-style: italic;
  font-size: 14px;
  line-height: 1.75;
}

.rd-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.rd-hero__cta {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 160px;
  aspect-ratio: 184 / 32;
  text-decoration: none;
}

.rd-hero__cta span {
  position: relative;
  z-index: 2;
  top: 4px;
  color: #fff;
  font-family: var(--cui-font-body);
  font-weight: 400;
  font-size: 11.1px;
  line-height: 14px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.rd-hero__glyph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.rd-hero__cta--booking .rd-hero__glyph {
  filter: hue-rotate(50deg) saturate(.52) brightness(1.34);
}

.rd-more,
.rd-footer-cta a,
.rd-location-info a {
  color: var(--rd-coral);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .18em;
  text-decoration: none;
}

.rd-section {
  padding: 105px 0;
}

.rd-story {
  background: linear-gradient(180deg, #d4dbed 0%, #dce1f0 35%, #e1e6f5 65%, #ecf0f8 100%);
  padding: 0;
}

.rd-story {
  position: relative;
  overflow: hidden;
}

.rd-story__grid {
  position: relative;
  min-height: 800px;
  width: 100%;
  max-width: 1440px;
}

.rd-story .rd-copy {
  width: 360px;
  padding-top: 101px;
  margin-left: 122px;
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 1.55;
}

.cui-redesign .rd-story h2 {
  position: absolute;
  z-index: 2;
}

.cui-redesign .rd-story h2,
.cui-redesign .rd-about-hero h1 {
  position: absolute;
  left: 50%;
  top: 266px;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: 129px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  opacity: .92;
  text-shadow: 0 4px 28px rgba(40, 100, 110, .18), 0 2px 6px rgba(40, 100, 110, .12);
}

.cui-redesign .rd-about-hero h1 {
  top: 185px;
}

.rd-collage img {
  position: absolute;
  width: 120px;
  height: 155px;
  object-fit: cover;
  box-shadow: 0 16px 45px rgba(40, 65, 76, .14);
}

.rd-collage img:nth-child(1) { left: 537px; top: 108px; width: 74px; height: 99px; }
.rd-collage img:nth-child(2) { left: 611px; top: 136px; width: 77px; height: 136px; }
.rd-collage img:nth-child(3) { left: 687px; top: 91px; width: 115px; height: 76px; }
.rd-collage img:nth-child(4) { left: 1000px; top: 127px; width: 112px; height: 75px; }
.rd-collage img:nth-child(5) { left: 1112px; top: 155px; width: 84px; height: 105px; }
.rd-collage img:nth-child(6) { left: 1293px; top: 260px; width: 83px; height: 89px; }
.rd-collage img:nth-child(7) { left: 1133px; top: 451px; width: 188px; height: 159px; }
.rd-collage img:nth-child(8) { left: 125px; top: 367px; width: 161px; height: 195px; }
.rd-collage img:nth-child(9) { left: 203px; top: 516px; width: 95px; height: 67px; }
.rd-collage img:nth-child(10) { left: 117px; top: 582px; width: 133px; height: 75px; }
.rd-collage img:nth-child(11) { left: 651px; top: 630px; width: 106px; height: 106px; }
.rd-collage img:nth-child(12) { left: 757px; top: 592px; width: 96px; height: 64px; }

.rd-story-ornament,
.rd-boat-link {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rd-story-ornament {
  display: block;
  height: auto;
}

.rd-story-ornament--fruit { left: 323px; top: 422px; width: 65px; }
.rd-story-ornament--flower { left: 558px; top: 606px; width: 89px; }
.rd-story-ornament--crab { left: 1039px; top: 395px; width: 95px; }
.rd-story-ornament--boat-a { left: 750px; top: 265px; width: 160px; opacity: .75; }
.rd-story-ornament--boat-b { left: 810px; top: 273px; width: 160px; opacity: .75; }
.rd-story-ornament--boat-mark { left: 774px; top: 243px; width: 57px; opacity: .68; }

.rd-boat-link {
  width: 160px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--cui-font-ui);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  pointer-events: auto;
}

.rd-boat-link::before,
.rd-boat-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.rd-boat-link::before {
  background-image: url("../../redesign/ornaments/node-4-649.png");
}

.rd-boat-link::after {
  inset: 9px 0 -9px 48px;
  background-image: url("../../redesign/ornaments/node-4-643.png");
}

.rd-boat-link span,
.rd-boat-link--blog span {
  position: relative;
  z-index: 1;
}

.rd-boat-link--small {
  position: relative;
}

.rd-boat-link--footer {
  position: relative;
  width: 190px;
  height: 34px;
  justify-self: end;
}

.rd-boat-link--story {
  left: 1194px;
  top: 711px;
}

.rd-boat-link--story::before,
.rd-boat-link--small::before {
  inset: -9px 48px 9px -48px;
}

.rd-boat-link--story::after,
.rd-boat-link--small::after {
  inset: 0;
}

.rd-two {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 88px;
  align-items: start;
}

.rd-two h2,
.rd-section-head h2,
.rd-location-info h1,
.rd-footer-cta h2 {
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
}

.rd-location-cards {
  display: grid;
  grid-template-columns: repeat(2, 370px);
  gap: 0;
  margin-left: 101px;
}

.rd-location-card {
  color: inherit;
  text-decoration: none;
}

.rd-location-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  margin-bottom: 28px;
}

.rd-location-card > strong,
.rd-location-card > span {
  display: block;
}

.rd-locations {
  min-height: 800px;
  box-sizing: border-box;
  padding: 82px 0 58px;
  background: #fff;
}

.rd-locations .rd-two {
  align-items: start;
}

.rd-locations .rd-two > div:first-child {
  padding-top: 45px;
}

.rd-locations .rd-two h2 {
  font-size: 45px;
}

.rd-locations .rd-two > div:first-child p {
  width: 285px;
  font-size: 16px;
  font-style: italic;
}

.rd-locations .rd-location-card {
  position: relative;
}

.rd-locations .rd-location-card::before {
  content: none;
}

.rd-locations .rd-location-card img {
  position: relative;
  display: block;
  width: 510px;
  max-width: none;
  height: auto;
  margin-bottom: -48px;
  z-index: 1;
}

.rd-locations .rd-location-card--warm img {
  margin-left: -184px;
}

.rd-locations .rd-location-card--cool img {
  margin-left: -84px;
}

.rd-locations .rd-location-card > strong,
.rd-locations .rd-location-card > span {
  position: relative;
  z-index: 1;
}

.rd-locations .rd-location-card strong {
  margin-top: 34px;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-size: 23px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.rd-locations .rd-location-card strong::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--rd-coral);
  margin: 14px 0 0;
}

.rd-locations .rd-location-card > span {
  width: 190px;
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.55;
}

.rd-boat-link--small {
  position: relative;
  display: grid;
  margin-top: 26px;
  color: #fff;
  font-weight: 500;
}

.rd-location-card--warm .rd-boat-link--small::before {
  background-color: #f5cdbb;
  background-image: none;
  opacity: .54;
  -webkit-mask: url("../../redesign/ornaments/node-4-925.png") center / 100% 100% no-repeat;
  mask: url("../../redesign/ornaments/node-4-925.png") center / 100% 100% no-repeat;
}

.rd-location-card--warm .rd-boat-link--small::after {
  background-color: #ee8f65;
  background-image: none;
  opacity: .96;
  -webkit-mask: url("../../redesign/ornaments/node-4-919.png") center / 100% 100% no-repeat;
  mask: url("../../redesign/ornaments/node-4-919.png") center / 100% 100% no-repeat;
}

.rd-location-card--cool .rd-boat-link--small::before {
  background-image: url("../../redesign/ornaments/node-4-649.png");
}

.rd-location-card--cool .rd-boat-link--small::after {
  background-image: url("../../redesign/ornaments/node-4-643.png");
}

.rd-menu-teaser,
.rd-ingredients,
.rd-technique {
  background: #f6f9fb;
}

.rd-menu-teaser {
  position: relative;
  min-height: 803px;
  box-sizing: border-box;
  padding: 95px 0 85px;
  overflow: hidden;
}

.rd-menu-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../redesign/extracted-images/1-homepage/image-000.jpg") center 53% / 1440px auto no-repeat;
  opacity: .13;
  pointer-events: none;
}

.rd-menu-teaser .rd-container {
  position: relative;
  z-index: 1;
}

.rd-menu-teaser .rd-section-head {
  grid-template-columns: 148px 1fr;
  gap: 64px;
  margin-bottom: 25px;
}

.rd-menu-teaser .rd-section-head p {
  width: 350px;
  font-size: 11px;
  line-height: 20px;
}

.rd-menu-teaser .rd-food-row {
  grid-template-columns: 1fr 1fr 1fr 2.2fr 1fr 1fr;
  align-items: center;
  gap: 22px;
}

.rd-menu-teaser .rd-food-row img {
  height: 200px;
  width: 100%;
}

.rd-menu-teaser .rd-food-row img:nth-child(4) {
  height: 340px;
  z-index: 1;
}

.rd-menu-teaser__caption {
  display: block;
  text-align: center;
  margin: 24px auto 0;
  max-width: 380px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rd-soft);
}

.rd-menu-teaser__caption em {
  display: block;
  margin-top: 6px;
  color: var(--rd-coral);
  font-style: normal;
  font-size: 12px;
}

.rd-menu-carousel {
  position: relative;
  margin-top: 0;
}

.rd-menu-carousel__viewport {
  overflow: hidden;
  padding: 0;
}

.rd-menu-carousel__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(230px, 1.65fr) repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.rd-menu-slide {
  min-width: 0;
  margin: 0;
  opacity: 1;
  outline: none;
  transform: translateY(0);
  transition: opacity .35s ease, transform .35s ease;
}

.rd-menu-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: transform .45s ease, filter .35s ease, box-shadow .35s ease;
  will-change: transform;
}

.rd-menu-slide.is-active img {
  height: 340px;
}

.rd-menu-slide:hover,
.rd-menu-slide:focus-visible {
  transform: translateY(-8px);
}

.rd-menu-slide:hover img,
.rd-menu-slide:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
  box-shadow: 0 20px 48px rgba(51, 64, 73, .16);
}

.rd-menu-slide.is-active:hover,
.rd-menu-slide.is-active:focus-visible {
  transform: translateY(-10px);
}

.rd-menu-carousel.is-shifting .rd-menu-slide img {
  animation: rd-menu-image-shift .36s ease both;
}

.rd-menu-slide__caption {
  display: block;
  margin: 20px 0 0;
  opacity: 0;
  color: var(--rd-soft);
  font-size: 13px;
  line-height: 1.4;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}

.rd-menu-slide.is-active .rd-menu-slide__caption {
  opacity: 1;
  transform: translateY(0);
}

.rd-menu-slide__caption strong,
.rd-menu-slide__caption em,
.rd-menu-slide__caption span {
  display: block;
}

.rd-menu-slide__caption strong {
  font-weight: 400;
}

.rd-menu-slide__caption em {
  margin-top: 9px;
  font-style: italic;
}

.rd-menu-slide__caption span {
  margin-top: 14px;
  color: #e58d6a;
  font-size: 12px;
}

@keyframes rd-menu-image-shift {
  0% {
    opacity: .72;
    transform: scale(.985);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.rd-section-head {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 65px;
  align-items: start;
  margin-bottom: 42px;
}

.rd-food-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.rd-food-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.rd-more {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 160px;
  height: 26px;
  margin: 18px 8px 0 auto;
  color: #fff;
  font-family: var(--cui-font-ui);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.rd-more::before,
.rd-more::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.rd-more::before {
  inset: -9px 48px 9px -48px;
  background-image: url("../../redesign/ornaments/node-4-649.png");
}

.rd-more::after {
  inset: 0;
  background-image: url("../../redesign/ornaments/node-4-643.png");
}

.rd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 54px;
}

.rd-blog-teaser {
  min-height: 800px;
  box-sizing: border-box;
  padding: 32px 0 70px;
  background: linear-gradient(180deg, #a9bddb 0%, #cbd6e8 13%, #e3e9f3 25%, #f8fafb 54%, #fff 78%);
}

.rd-blog-grid--home {
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  gap: 70px 34px;
}

.rd-blog-grid--home::after {
  content: "";
  position: absolute;
  left: -67px;
  right: -67px;
  bottom: -10px;
  height: 196px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .94) 18%, #fff 100%);
  z-index: 0;
  pointer-events: none;
}

.cui-redesign .rd-blog-teaser h2 {
  color: #ffffff;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  margin: 0 0 47px;
  opacity: .92;
  position: relative;
}

.cui-redesign .rd-blog-teaser h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 16px 0 0 2px;
  background: #ec8f6c;
}

.rd-blog-grid.rd-blog-grid--home article {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .84);
}

.rd-blog-grid--home article:nth-child(-n+2) {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 322px;
  padding: 13px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.rd-blog-grid--home article:nth-child(n+3) {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
  background: transparent;
  padding: 13px 0 13px 13px;
}

.rd-blog-grid--home article > div {
  position: relative;
  padding: 11px 11px 0 24px;
}

.rd-blog-grid--home article:nth-child(n+3) > div {
  padding: 3px 0 0;
}

.rd-blog-grid--home img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.rd-blog-grid--home article:nth-child(-n+2) img {
  height: 298px;
  min-height: 0;
}

.rd-blog-grid--home article:nth-child(n+3) img {
  width: 140px;
  height: 140px;
}

.rd-blog-grid--home h3,
.rd-blog-grid--home p {
  margin: 0;
}

.rd-blog-grid--home p {
  margin-top: 15px;
  color: #6d737a;
  font-size: 12px;
  line-height: 16px;
}

.rd-blog-grid--home article:nth-child(-n+2) p {
  max-width: 198px;
}

.rd-blog-grid--home article:nth-child(n+3) h3 {
  max-width: 160px;
}

.rd-blog-grid--home article:nth-child(n+3) p {
  max-width: 164px;
}

.rd-blog-grid article {
  background: rgba(255, 255, 255, .62);
}

.rd-blog-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.rd-blog-grid h3 {
  font-family: var(--cui-font-body);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.rd-boat-link--blog {
  left: 24px;
  bottom: 19px;
  width: 107px;
  height: 17px;
  font-size: 7px;
  line-height: 9px;
  letter-spacing: .6px;
}

.rd-boat-link--blog::after {
  inset: 6px 0 -6px 32px;
}

.rd-page-hero {
  min-height: 760px;
  background-image: linear-gradient(180deg, rgba(85, 165, 175, .85) 0%, rgba(170, 210, 215, .55) 45%, #f0f6f7 80%, #fff 100%);
}

.rd-about-hero {
  position: relative;
  padding-top: 350px;
}

.rd-about-hero h1 {
  top: 185px;
}

.rd-about-hero p {
  width: 650px;
}

.rd-about-food img,
.rd-feature-list img {
  width: 100%;
  object-fit: cover;
}

.rd-feature-list {
  display: grid;
  gap: 80px;
}

.rd-location-hero {
  padding-bottom: 86px;
  background-image: linear-gradient(180deg, rgba(211, 128, 107, .72), #fff 72%);
}

.cui-redesign--hoang-cau .rd-location-hero:before {
  background: url("../../redesign/extracted-images/3-1-page-cui-hc/image-000.jpg") center top / 1440px auto no-repeat;
  opacity: 1;
}

.cui-redesign--cua-nam .rd-location-hero:before {
  background: url("../../redesign/extracted-images/3-2-page-cui-cn/image-000.jpg") center top / 1440px auto no-repeat;
  opacity: 1;
}

.rd-location-hero .rd-container {
  position: relative;
  z-index: 1;
  padding-top: 36px;
}

.rd-location-breadcrumb {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  text-align: center;
}

.rd-location-hero > .rd-container > img {
  display: block;
  width: min(810px, 100%);
  height: 365px;
  object-fit: cover;
  margin: 0 auto 38px;
}

.rd-location-info {
  display: grid;
  grid-template-columns: 1.15fr 1.5fr .78fr .75fr .58fr;
  gap: 34px;
  align-items: start;
  width: min(810px, 100%);
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.45;
}

.cui-redesign .rd-location-info h1 {
  margin: 0;
  color: #58636a;
  font-family: var(--cui-font-body);
  font-size: 15px;
  line-height: 1.08;
  font-weight: 600;
  text-transform: uppercase;
}

.rd-location-info span {
  position: relative;
  color: #7b858b;
}

.rd-location-info span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--rd-coral);
  vertical-align: .08em;
  opacity: .7;
}

.rd-lead {
  width: 310px;
  margin: 0;
  font-style: italic;
}

.rd-lead p {
  margin: 0 0 8px;
}

.rd-location-shared {
  background: linear-gradient(180deg, rgba(240, 216, 211, .78) 0, rgba(255, 255, 255, .95) 220px, #fff 100%);
  padding-top: 92px;
  padding-bottom: 150px;
}

.rd-location-shared--cua-nam {
  background: #fff;
  padding-top: 0;
  padding-bottom: 270px;
}

.rd-location-cn-banner {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: stretch;
  height: 198px;
  margin-bottom: 78px;
  background: #a96f4f;
}

.rd-location-cn-banner img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.cui-redesign .rd-location-cn-banner h2 {
  align-self: center;
  justify-self: center;
  margin: 0;
  color: #fff;
  font-family: var(--cui-font-body);
  font-size: 42px;
  line-height: .98;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.rd-location-cn-copy {
  width: min(780px, 100%);
  margin: 0 auto 76px;
  color: #6b747a;
  font-family: var(--cui-font-italic);
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  text-align: center;
}

.rd-location-shared__intro {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 130px;
  align-items: center;
  margin-bottom: 86px;
}

.rd-location-shared__media img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.rd-location-section-head {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 105px;
  align-items: end;
  margin-bottom: 48px;
}

.cui-redesign .rd-location-section-head h2,
.cui-redesign .rd-private h2,
.cui-redesign .rd-map h2 {
  margin: 0;
  color: #58636a;
  font-family: var(--cui-font-body);
  font-size: 42px;
  line-height: .98;
  font-weight: 600;
  text-transform: uppercase;
}

.rd-location-section-head p {
  max-width: 430px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.rd-space-grid {
  display: grid;
  gap: 32px;
  margin-top: 0;
}

.rd-space-grid figure {
  margin: 0;
}

.rd-space-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.rd-space-grid figcaption {
  margin-top: 16px;
  color: #5f6a71;
  font-size: 11px;
  text-transform: uppercase;
}

.rd-space-grid--hoang-cau {
  grid-template-columns: 410px 300px 1fr;
  grid-template-rows: 240px 240px;
  align-items: stretch;
}

.rd-space-grid--hoang-cau figure:first-child {
  grid-row: 1 / 3;
}

.rd-space-grid--hoang-cau figure:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.rd-space-grid--hoang-cau figure:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.rd-space-grid--hoang-cau figure:first-child img {
  height: 520px;
}

.rd-space-grid--hoang-cau figure:nth-child(n+2) img {
  height: 240px;
}

.rd-space-grid--cua-nam {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rd-space-grid--cua-nam img {
  height: 300px;
}

.rd-private {
  background: linear-gradient(180deg, var(--rd-peach), #fff 28%);
  padding-top: 96px;
  padding-bottom: 150px;
}

.cui-redesign--hoang-cau .rd-private {
  padding-bottom: 245px;
}

.cui-redesign--cua-nam .rd-private {
  padding-bottom: 205px;
}

.rd-room {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
  gap: 72px;
  align-items: center;
  margin-top: 70px;
}

.rd-room--alt {
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
}

.rd-room--alt .rd-room__media {
  order: 2;
}

.rd-room__feature {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.rd-room__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.rd-room__thumbs img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.rd-room--alt .rd-room__thumbs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 0;
}

.rd-room--alt .rd-room__thumbs img {
  height: 420px;
}

.rd-room-divider {
  width: 100vw;
  margin: 96px 0 88px calc((100% - 100vw) / 2);
}

.rd-room-divider img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center 54%;
}

.cui-redesign .rd-room__copy h3 {
  margin: 0 0 18px;
  color: #58636a;
  font-family: var(--cui-font-body);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.rd-room__copy p {
  max-width: 230px;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.55;
}

.rd-room__copy p:first-of-type {
  font-weight: 600;
}

.rd-map {
  background: linear-gradient(180deg, rgba(240, 216, 211, .9), #fff 72%);
  padding-top: 98px;
  padding-bottom: 135px;
}

.rd-map img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  margin-top: 64px;
}

.cui-redesign--hoang-cau .rd-footer,
.cui-redesign--cua-nam .rd-footer {
  min-height: 760px;
}

.rd-menu-page {
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, rgba(143, 205, 142, .78), #fff 42%);
}

.rd-menu-flip-page {
  min-height: 950px;
  padding: 165px 0 96px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 3% 60%, rgba(189, 194, 255, .27) 0 115px, transparent 245px),
    linear-gradient(180deg, rgba(145, 206, 153, .72) 0, rgba(223, 242, 229, .62) 150px, #f7fbf8 310px, #fff 100%);
  overflow: hidden;
}

.rd-menu-book {
  position: relative;
  width: min(640px, 78vw);
  min-height: 800px;
  margin: 0 auto;
  perspective: 1800px;
}

.rd-menu-book::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 36px;
  width: 100%;
  height: 100%;
  background: rgba(172, 182, 244, .28);
  z-index: 0;
}

.rd-menu-book__pages {
  position: absolute;
  inset: 0;
  border: 5px solid rgba(255, 255, 255, .92);
  background: linear-gradient(180deg, #8db6cf 0%, #eef4f7 72%, #fff 100%);
  box-shadow: 0 22px 60px rgba(65, 87, 102, .12);
  overflow: hidden;
  z-index: 1;
}

.rd-menu-book__page--cover {
  background:
    linear-gradient(180deg, rgba(125, 169, 203, .72) 0%, rgba(176, 205, 225, .55) 43%, rgba(246, 250, 252, .92) 78%, #fff 100%),
    #d7e5f0;
}

.rd-menu-book__page--cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../redesign/extracted-images/1-homepage/image-000.jpg") center top / cover no-repeat;
  opacity: .24;
}

.rd-menu-book__title {
  position: absolute;
  right: 88px;
  top: 268px;
  z-index: 3;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 10px 26px rgba(80, 110, 130, .16);
}

.rd-menu-book__title span {
  display: block;
  font-size: 66px;
  line-height: 1;
}

.rd-menu-book__title small {
  display: block;
  margin-top: 14px;
  font-size: 36px;
  font-weight: 400;
}

.rd-menu-book__photo {
  position: absolute;
  z-index: 2;
  box-shadow: 0 14px 26px rgba(48, 66, 78, .16);
}

.rd-menu-book__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-menu-book__photo--a { left: 92px; top: 100px; width: 62px; height: 82px; }
.rd-menu-book__photo--b { left: 156px; top: 120px; width: 62px; height: 105px; }
.rd-menu-book__photo--c { left: 216px; top: 86px; width: 96px; height: 66px; }
.rd-menu-book__photo--d { left: 210px; top: 530px; width: 82px; height: 108px; }

.rd-menu-book__pages {
  transform-origin: left center;
  transition: transform .45s ease;
}

.rd-menu-book__page {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  opacity: 0;
  transform: rotateY(12deg);
  transform-origin: left center;
  transition: opacity .35s ease, transform .45s ease;
  background: #fff;
  pointer-events: none;
}

.rd-menu-book__page.is-active {
  opacity: 1;
  transform: rotateY(0);
  z-index: 3;
  pointer-events: auto;
}

.rd-menu-book__page.is-before {
  z-index: 1;
  opacity: 0;
  transform: rotateY(-92deg);
}

.rd-menu-book__page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.rd-menu-book__controls {
  position: absolute;
  left: 50%;
  bottom: -64px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
  color: #5f6a71;
}

.rd-menu-book__controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(95, 106, 113, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  color: inherit;
  font-size: 28px;
  line-height: 1;
}

.rd-menu-book__controls button:disabled {
  opacity: .35;
}

.rd-search {
  width: 560px;
  margin: 78px auto 34px;
  display: block;
}

.rd-search input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 11px 22px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .86);
  color: #a0a8ad;
  font: inherit;
}

.rd-menu-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 80px;
}

.rd-menu-layout aside {
  background: rgba(255, 255, 255, .78);
  padding: 20px 24px 34px;
}

.rd-menu-layout aside h2 {
  font-size: 14px;
}

.rd-menu-layout aside button {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.rd-menu-layout aside button.is-active,
.rd-menu-layout aside button:hover,
.rd-menu-layout aside button:focus-visible,
.rd-pills button.is-active,
.rd-pills button:hover,
.rd-pills button:focus-visible,
.rd-blog-filter button:hover,
.rd-blog-filter button:focus-visible {
  color: var(--rd-coral);
}

.rd-pills {
  display: flex;
  gap: 28px;
  margin-bottom: 44px;
}

.rd-pills button,
.rd-blog-filter button {
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .9);
  padding: 8px 28px;
  color: var(--rd-ink);
  cursor: pointer;
}

.rd-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 64px;
}

.rd-products article {
  position: relative;
}

.rd-products img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.rd-products h3 {
  font-family: var(--cui-font-body);
  font-size: 13px;
  font-weight: 600;
}

.rd-products strong {
  display: inline-block;
  color: var(--rd-coral);
  font-size: 12px;
}

.rd-products article a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  border: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: #78ad82;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.rd-menu-empty {
  margin: 24px 0 0;
  color: #5f6a71;
  font-size: 14px;
}

.rd-booking-page {
  padding: 180px 0 72px;
  min-height: 954px;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, rgba(111, 188, 196, .74) 0, rgba(197, 226, 226, .72) 136px, rgba(230, 243, 242, .66) 410px, rgba(250, 252, 252, .96) 760px, #fff 100%);
  overflow: hidden;
}

.rd-booking-grid {
  display: grid;
  grid-template-columns: 300px 704px;
  gap: 70px;
  width: min(1200px, calc(100vw - 240px));
  align-items: start;
}

.rd-booking-intro {
  padding-top: 23px;
}

.cui-redesign .rd-booking-grid h1 {
  margin: 0 0 13px;
  color: #5e666b;
  opacity: 1;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: .99;
  text-transform: uppercase;
  letter-spacing: 0;
}

.rd-booking-intro h1::after,
.rd-footer-cta h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 14px;
  background: #ef8d69;
}

.rd-booking-intro p {
  margin: 0;
  color: #60686d;
  font-family: var(--cui-font-italic);
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
}

.rd-booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 34px;
  color: #47545c;
}

.rd-booking-message {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  padding: 12px 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .82);
  color: #47545c;
  font-size: 13px;
  line-height: 1.45;
}

.rd-booking-message--success {
  color: #3f7659;
}

.rd-booking-message--missing,
.rd-booking-message--invalid,
.rd-booking-message--error {
  color: #a95748;
}

.rd-booking-field {
  display: grid;
  gap: 9px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.rd-booking-field--branch {
  margin-bottom: 26px;
}

.rd-booking-form input,
.rd-booking-form select,
.rd-booking-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, .92);
  color: #59636a;
  min-height: 38px;
  padding: 10px 20px;
  font: inherit;
  font-weight: 400;
}

.rd-booking-form select {
  min-height: 46px;
  text-align: center;
  text-transform: uppercase;
  appearance: none;
}

.rd-booking-form input {
  height: 38px;
}

.rd-booking-field--branch:first-child select {
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .38);
}

.rd-booking-form textarea {
  min-height: 172px;
  resize: vertical;
}

.rd-booking-contact {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 130px 130px;
  gap: 18px 72px;
  margin: -2px 0 0;
  padding: 0;
  border: 0;
  color: #47545c;
}

.rd-booking-contact legend {
  grid-column: 1 / -1;
  margin: 0 0 9px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.rd-booking-contact label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.rd-booking-contact input {
  appearance: none;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  background: #d6e3e7;
}

.rd-booking-notes,
.rd-booking-submit {
  grid-column: 1 / 2;
}

.rd-booking-submit {
  width: 100%;
  margin-top: 16px;
  justify-self: stretch;
  border: 1px solid #cbdde5;
  border-radius: 5px;
  background: rgba(255, 255, 255, .72);
  min-height: 47px;
  color: #59636a;
  font-family: var(--cui-font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .01em;
}

.cui-redesign--dat-ban .rd-header {
  height: 136px;
  grid-template-columns: 180px 1fr 80px;
  align-items: start;
  padding: 43px 121px 0;
}

.cui-redesign--dat-ban .rd-logo img {
  width: 90px;
}

.cui-redesign--dat-ban .rd-nav {
  gap: 54px;
}

.cui-redesign--dat-ban .rd-nav__item {
  align-items: start;
  height: 92px;
}

.cui-redesign--dat-ban .rd-nav__item > a {
  height: 20px;
}

.cui-redesign--dat-ban .rd-nav__item--active > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, .92);
}

.cui-redesign--dat-ban .rd-nav__crumb {
  position: absolute;
  left: 0;
  top: 43px;
  white-space: nowrap;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1;
}

.cui-redesign--dat-ban .rd-lang {
  margin-top: -3px;
}

.cui-redesign--dat-ban .rd-booking-page::before {
  display: none;
}

.rd-blog-page {
  padding: 175px 0 92px;
  background-image: linear-gradient(180deg, rgba(124, 157, 215, .78), #fff 36%);
}

.rd-blog-filter {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
}

.rd-footer-cta {
  position: relative;
  padding: 75px 0;
  background: linear-gradient(90deg, #eaf2fb 0%, #f0f4fb 48%, #fbf5f7 100%);
  min-height: 160px;
  box-sizing: border-box;
  overflow: hidden;
}

.rd-footer-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 245px;
  height: 245px;
  background:
    url("../../redesign/ornaments/node-4-755.png") center 38% / 188px auto no-repeat,
    url("../../redesign/ornaments/node-4-761.png") center 60% / 215px auto no-repeat;
  opacity: .34;
  transform: translate(-50%, -50%);
  filter: hue-rotate(54deg) saturate(.62) brightness(1.08);
  pointer-events: none;
}

.rd-footer-cta .rd-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 260px 1fr 160px;
  align-items: center;
  gap: 70px;
}

.cui-redesign .rd-footer-cta h2 {
  margin: 0;
  color: #5e666b;
  font-family: var(--cui-font-display);
  font-size: 49px;
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.rd-footer-cta p {
  margin: 0;
  color: #5e666b;
  font-family: var(--cui-font-italic);
  font-size: 28px;
  font-style: italic;
  line-height: 1.38;
  text-align: center;
}

.cui-redesign--dat-ban .rd-footer-cta {
  min-height: 285px;
  padding: 94px 0 80px;
}

.cui-redesign--dat-ban .rd-footer-cta .rd-container {
  width: min(1200px, calc(100vw - 240px));
  grid-template-columns: 260px 1fr 210px;
  gap: 54px;
}

.cui-redesign--dat-ban .rd-footer {
  min-height: 594px;
  padding-top: 64px;
}

.cui-redesign--dat-ban .rd-footer .rd-container {
  width: min(1200px, calc(100vw - 240px));
}

.cui-redesign--dat-ban .rd-footer::after {
  left: -112px;
  bottom: -36px;
  width: 820px;
}

.cui-redesign--dat-ban .rd-footer__grid {
  grid-template-columns: 240px 240px 1fr;
  gap: 62px;
}

.cui-redesign--dat-ban .rd-footer__grid > div:last-child {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  column-gap: 34px;
  align-items: start;
}

.cui-redesign--dat-ban .rd-footer__grid > div:last-child h3,
.cui-redesign--dat-ban .rd-footer__grid > div:last-child p {
  grid-column: 1;
}

.cui-redesign--dat-ban .rd-footer .rd-socials {
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 18px;
  justify-content: flex-end;
  margin-top: -6px;
}

.cui-redesign--dat-ban .rd-footer .rd-socials span {
  width: 54px;
  height: 54px;
}

.rd-footer {
  position: relative;
  padding: 70px 0 220px;
  background: #fff;
  min-height: 574px;
  box-sizing: border-box;
  overflow: hidden;
}

.rd-footer:after {
  content: "";
  position: absolute;
  left: clamp(-150px, -8vw, -82px);
  bottom: -38px;
  width: clamp(920px, 82vw, 1424px);
  aspect-ratio: 1424 / 460;
  background: url("../../redesign/ornaments/footer-boats.png") left bottom / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.rd-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

.rd-footer__grid p {
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  line-height: 1.55;
}

.rd-footer__grid p::before {
  position: absolute;
  left: 0;
  top: 1px;
  color: #f28e6a;
  font-size: 15px;
  line-height: 1;
}

.rd-footer__grid p:nth-of-type(1)::before { content: "◇"; }
.rd-footer__grid p:nth-of-type(2)::before { content: "◷"; }
.rd-footer__grid p:nth-of-type(3)::before { content: "⌕"; }
.rd-footer__grid div:last-child p::before { content: "✉"; }

.rd-footer h3 {
  font-family: var(--cui-font-body);
  font-size: 13px;
  font-weight: 700;
}

.rd-socials {
  display: flex;
  gap: 14px;
}

.rd-socials span,
.rd-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d8e4f3;
  color: inherit;
  font-size: 10px;
  text-decoration: none;
}

.rd-follow {
  min-height: 155px;
  box-sizing: border-box;
  padding: 32px 0 28px;
  background: linear-gradient(180deg, #c2cfe1 0%, #d1d9e8 50%, #e0e7f1 100%);
}

.rd-follow .rd-container {
  display: flex;
  align-items: center;
  gap: 170px;
}

.cui-redesign .rd-follow h2 {
  color: #ffffff;
  font-family: var(--cui-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0;
  opacity: .92;
}

.rd-socials--home span,
.rd-socials--home a {
  width: 72px;
  height: 72px;
  color: #fff;
  font-weight: 700;
}

.rd-socials--home > :nth-child(1) { background: #a8abd9; }
.rd-socials--home > :nth-child(2) { background: #ee956f; }
.rd-socials--home > :nth-child(3) { background: #b7d6cc; }
.rd-socials--home > :nth-child(4) { background: #9fc3d4; }

.rd-footer--home {
  min-height: 574px;
  padding: 38px 0 60px;
}

.cui-redesign--gioi-thieu {
  overflow: hidden;
}

.cui-redesign--gioi-thieu .rd-header {
  padding: 0 120px;
}

.cui-redesign--gioi-thieu .rd-nav__item:first-child > a {
  position: relative;
}

.cui-redesign--gioi-thieu .rd-nav__item:first-child > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background: rgba(255, 255, 255, .9);
}

.cui-redesign--gioi-thieu .rd-nav__item--has-children > a::after {
  content: none;
}

.rd-about-page {
  position: relative;
  min-height: 3454px;
  background:
    url("../../redesign/extracted-images/2-page-gioithieu-cui/image-000.jpg") center top / 1440px auto no-repeat,
    #fff;
  color: #56606a;
}

.rd-about-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 945px;
  bottom: 0;
  background:
    radial-gradient(ellipse 45% 22% at 16% 12%, rgba(222, 231, 242, .7), transparent 70%),
    radial-gradient(ellipse 48% 18% at 80% 24%, rgba(222, 231, 242, .58), transparent 72%),
    radial-gradient(ellipse 62% 18% at 28% 58%, rgba(222, 231, 242, .42), transparent 75%);
  opacity: .55;
  pointer-events: none;
}

.rd-about-page section,
.rd-about-art {
  position: relative;
  z-index: 1;
}

.rd-about-brand {
  position: relative;
  min-height: 1052px;
}

.cui-redesign .rd-about-brand h1 {
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-family: var(--cui-font-body);
  font-size: 112px;
  font-weight: 300;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(73, 117, 128, .2);
}

.rd-about-brand__copy {
  position: absolute;
  left: calc(50% - 474px);
  top: 710px;
  width: 500px;
}

.rd-about-lede {
  font-family: var(--cui-font-italic);
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.18;
}

.rd-about-brand__copy p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.72;
}

.rd-about-brand__copy .rd-about-lede {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.18;
}

.rd-about-collage {
  position: absolute;
  display: block;
  object-fit: cover;
  filter: drop-shadow(0 12px 14px rgba(53, 80, 90, .16));
}

.rd-about-ornament {
  position: absolute;
  display: block;
  height: auto;
  opacity: .42;
  pointer-events: none;
}

.rd-about-ornament--boat-a { left: calc(50% - 45px); top: 208px; width: 160px; opacity: .32; }
.rd-about-ornament--boat-b { left: calc(50% + 15px); top: 220px; width: 160px; opacity: .32; }
.rd-about-ornament--fruit { left: calc(50% - 402px); top: 365px; width: 82px; opacity: .42; }
.rd-about-ornament--flower { left: calc(50% - 160px); top: 530px; width: 89px; opacity: .42; }
.rd-about-ornament--crab { left: calc(50% + 370px); top: 334px; width: 102px; opacity: .38; }

.rd-about-collage--22 { left: calc(50% - 486px); top: 185px; width: 77px; height: 137px; }
.rd-about-collage--28 { left: calc(50% - 297px); top: 162px; width: 116px; height: 78px; }
.rd-about-collage--30 { left: calc(50% - 182px); top: 185px; width: 76px; height: 101px; }
.rd-about-collage--38 { left: calc(50% + 279px); top: 149px; width: 114px; height: 76px; }
.rd-about-collage--32 { left: calc(50% + 394px); top: 176px; width: 85px; height: 106px; }
.rd-about-collage--39 { left: calc(50% - 570px); top: 399px; width: 85px; height: 128px; }
.rd-about-collage--29 { left: calc(50% - 514px); top: 524px; width: 96px; height: 68px; }
.rd-about-collage--33 { left: calc(50% - 604px); top: 588px; width: 137px; height: 77px; }
.rd-about-collage--27 { left: calc(50% + 458px); top: 452px; width: 118px; height: 89px; }
.rd-about-collage--35 { left: calc(50% + 575px); top: 393px; width: 83px; height: 89px; }
.rd-about-collage--37 { left: calc(50% + 70px); top: 637px; width: 107px; height: 72px; }
.rd-about-collage--31 { left: calc(50% + 177px); top: 600px; width: 97px; height: 65px; }

.rd-about-cuisine {
  position: relative;
  min-height: 560px;
}

.rd-about-cuisine__photos {
  position: absolute;
  left: calc(50% - 474px);
  top: 0;
  width: 530px;
  height: 438px;
}

.rd-about-cuisine__main {
  position: absolute;
  left: 0;
  top: 155px;
  width: 285px;
  height: 285px;
  object-fit: cover;
}

.rd-about-cuisine__side {
  position: absolute;
  left: 285px;
  top: 0;
  width: 243px;
  height: 291px;
  object-fit: cover;
}

.rd-about-copy {
  color: #646b72;
}

.rd-about-copy h2,
.rd-about-ingredients h2,
.rd-about-technique h2,
.rd-about-feature h3,
.rd-about-technique h3 {
  margin: 0;
  color: #5d6268;
  font-family: var(--cui-font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rd-about-copy h2,
.rd-about-ingredients h2,
.rd-about-technique h2 {
  font-size: 44px;
  line-height: 1.1;
}

.rd-about-copy h2::after,
.rd-about-ingredients h2::after,
.rd-about-technique h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 18px 0 25px;
  background: #ef8d69;
}

.rd-about-cuisine__copy {
  position: absolute;
  left: calc(50% + 140px);
  top: 10px;
  width: 430px;
}

.rd-about-copy p,
.rd-about-feature p,
.rd-about-technique p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.75;
}

.rd-about-copy .rd-about-lede,
.rd-about-feature .rd-about-lede,
.rd-about-technique .rd-about-lede {
  margin-bottom: 26px;
  font-size: 27px;
  line-height: 1.18;
}

.rd-about-ingredients {
  position: relative;
  min-height: 1002px;
}

.rd-about-ingredients h2 {
  position: absolute;
  left: calc(50% - 600px);
  top: 30px;
}

.rd-about-feature {
  position: absolute;
  margin: 0;
}

.rd-about-feature--leaf {
  left: 0;
  top: 0;
  width: 100%;
  height: 490px;
}

.rd-about-feature__cutout {
  position: absolute;
  left: calc(50% - 600px);
  top: 160px;
  width: 225px;
  height: auto;
}

.rd-about-feature--leaf .rd-about-feature__copy {
  position: absolute;
  left: calc(50% - 230px);
  top: 20px;
  width: 315px;
}

.rd-about-feature h3,
.rd-about-technique h3 {
  font-family: var(--cui-font-italic);
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.rd-about-feature__photo {
  position: absolute;
  display: block;
  object-fit: cover;
}

.rd-about-feature__photo--sprig {
  left: calc(50% + 140px);
  top: 24px;
  width: 285px;
  height: 285px;
}

.rd-about-feature__photo--leaf {
  left: calc(50% + 365px);
  top: 230px;
  width: 188px;
  height: 188px;
}

.rd-about-feature--flower {
  left: 0;
  top: 430px;
  width: 100%;
  height: 540px;
}

.rd-about-feature__photo--basket {
  left: calc(50% - 230px);
  top: 35px;
  width: 285px;
  height: 285px;
}

.rd-about-feature--flower .rd-about-feature__copy {
  position: absolute;
  left: calc(50% + 140px);
  top: 20px;
  width: 430px;
}

.rd-about-technique {
  position: relative;
  min-height: 840px;
  background: linear-gradient(180deg, #eef4fb 0%, #fff 74%);
}

.rd-about-technique h2 {
  position: absolute;
  left: calc(50% - 600px);
  top: 118px;
}

.rd-about-technique__shell {
  position: absolute;
  left: calc(50% - 840px);
  top: 252px;
  width: 720px;
  height: auto;
}

.rd-about-technique__intro {
  position: absolute;
  left: calc(50% + 140px);
  top: 245px;
  width: 320px;
}

.rd-about-technique__body {
  position: absolute;
  left: calc(50% - 230px);
  top: 430px;
  width: 330px;
}

.rd-about-technique__dish {
  position: absolute;
  left: calc(50% + 140px);
  top: 510px;
  width: 285px;
  height: auto;
}

.rd-about-technique__body p {
  font-size: 12px;
  line-height: 1.58;
}

.cui-redesign--gioi-thieu .rd-follow {
  min-height: 155px;
}

.cui-redesign--gioi-thieu .rd-footer--home {
  min-height: 614px;
  padding-top: 47px;
}

.cui-redesign--gioi-thieu .rd-footer--home:after {
  bottom: -100px;
}

@media (max-width: 900px) {
  .rd-header {
    position: absolute;
    height: 74px;
    padding: 18px 24px;
    grid-template-columns: 80px 1fr 44px;
    background: transparent;
  }

  .rd-nav {
    position: fixed;
    inset: 0;
    z-index: 40;
    width: 100vw;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 104px min(58px, 14vw) 32px;
    box-sizing: border-box;
    background: #6596aa;
    box-shadow: -20px 0 48px rgba(43, 60, 72, .18);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .22s ease, visibility .22s ease;
  }

  .rd-header.is-menu-open .rd-nav {
    transform: translateX(0);
    visibility: visible;
  }

  .rd-nav__item {
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .rd-nav__item > a {
    height: auto;
    padding: 16px 0;
    font-size: 13px;
  }

  .rd-nav__submenu {
    position: static;
    min-width: 0;
    padding: 0 0 12px 14px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .rd-nav__submenu a {
    padding: 6px 0;
    font-size: 11px;
  }

  .rd-lang {
    display: none;
  }

  .rd-menu-toggle {
    position: relative;
    z-index: 50;
    display: grid;
    gap: 5px;
    align-content: center;
    justify-self: end;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
  }

  .rd-menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
  }

  .rd-header.is-menu-open .rd-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .rd-header.is-menu-open .rd-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .rd-header.is-menu-open .rd-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .rd-container {
    width: min(100% - 32px, 720px);
  }

  .rd-two,
  .rd-location-info,
  .rd-location-shared__intro,
  .rd-location-section-head,
  .rd-menu-layout,
  .rd-booking-grid,
  .rd-footer-cta .rd-container,
  .rd-footer__grid,
  .rd-room,
  .rd-room--alt {
    grid-template-columns: 1fr;
  }

  .rd-location-shared__intro,
  .rd-location-section-head {
    gap: 28px;
  }

  .rd-location-hero > .rd-container > img,
  .rd-location-shared__media img,
  .rd-room__feature {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .rd-lead,
  .rd-location-section-head p,
  .rd-room__copy p {
    width: auto;
    max-width: none;
  }

  .rd-room--alt .rd-room__media {
    order: 0;
  }

  .rd-products,
  .rd-blog-grid,
  .rd-location-cards,
  .rd-food-row,
  .rd-space-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rd-search {
    width: 100%;
  }

  .rd-menu-flip-page {
    min-height: 980px;
    padding: 116px 0 72px;
  }

  .rd-menu-book {
    width: min(78vw, 320px);
    min-height: 760px;
  }

  .rd-menu-book__title {
    right: 40px;
    top: 230px;
  }

  .rd-menu-book__title span {
    font-size: 54px;
  }

  .rd-menu-book__title small {
    font-size: 28px;
  }

  .rd-menu-book__photo--a { left: 78px; top: 108px; width: 56px; height: 70px; }
  .rd-menu-book__photo--b { left: 132px; top: 132px; width: 54px; height: 82px; }
  .rd-menu-book__photo--c { left: 176px; top: 92px; width: 86px; height: 56px; }
  .rd-menu-book__photo--d { left: 168px; top: 496px; width: 74px; height: 94px; }

  .rd-pills {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rd-pills button {
    padding-inline: 16px;
  }

  .rd-menu-teaser {
    min-height: auto;
    padding: 72px 0 62px;
  }

  .rd-menu-teaser .rd-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rd-menu-teaser .rd-section-head p {
    width: auto;
  }

  .rd-menu-carousel__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-menu-slide img,
  .rd-menu-slide.is-active img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .rd-menu-slide.is-active {
    grid-column: span 2;
  }

  .rd-blog-teaser {
    min-height: auto;
    padding: 48px 0 64px;
  }

  .rd-blog-grid--home {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rd-blog-grid--home article:nth-child(-n+2),
  .rd-blog-grid--home article:nth-child(n+3) {
    grid-column: auto;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    min-height: auto;
    padding: 10px;
  }

  .rd-blog-grid--home article:nth-child(-n+2) img,
  .rd-blog-grid--home article:nth-child(n+3) img {
    width: 120px;
    height: 120px;
  }

  .rd-blog-grid--home article > div,
  .rd-blog-grid--home article:nth-child(n+3) > div {
    padding: 0;
  }

  .rd-boat-link--blog {
    display: none;
  }

  .rd-about-page,
  .rd-about-brand,
  .rd-about-cuisine,
  .rd-about-ingredients,
  .rd-about-technique {
    min-height: 0;
  }

  .rd-about-page {
    padding: 56px 24px 0;
    background-size: 2200px auto;
  }

  .rd-about-brand,
  .rd-about-cuisine,
  .rd-about-ingredients,
  .rd-about-technique {
    display: grid;
    gap: 28px;
    padding: 56px 0;
  }

  .cui-redesign .rd-about-brand h1,
  .rd-about-brand__copy,
  .rd-about-cuisine__photos,
  .rd-about-cuisine__copy,
  .rd-about-ingredients h2,
  .rd-about-feature,
  .rd-about-feature--leaf,
  .rd-about-feature--flower,
  .rd-about-feature--leaf .rd-about-feature__copy,
  .rd-about-feature--flower .rd-about-feature__copy,
  .rd-about-feature__cutout,
  .rd-about-feature__photo,
  .rd-about-technique h2,
  .rd-about-technique__shell,
  .rd-about-technique__intro,
  .rd-about-technique__body,
  .rd-about-technique__dish {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }

  .rd-about-art {
    display: none;
  }

  .cui-redesign .rd-about-brand h1 {
    font-size: clamp(46px, 15vw, 86px);
    width: auto;
  }

  .rd-about-brand__copy,
  .rd-about-cuisine__copy,
  .rd-about-feature__copy,
  .rd-about-technique__intro,
  .rd-about-technique__body {
    max-width: 620px;
  }

  .rd-about-cuisine__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .rd-about-cuisine__main,
  .rd-about-cuisine__side,
  .rd-about-feature__photo--sprig,
  .rd-about-feature__photo--leaf,
  .rd-about-feature__photo--basket {
    width: 100%;
    height: auto;
  }

  .rd-about-feature {
    display: grid;
    gap: 24px;
  }

  .rd-about-feature__cutout,
  .rd-about-technique__shell,
  .rd-about-technique__dish {
    max-width: 100%;
  }

  .cui-redesign--dat-ban .rd-header {
    height: auto;
    padding: 18px 24px;
    grid-template-columns: 80px 1fr;
  }

  .cui-redesign--dat-ban .rd-logo img {
    width: 65px;
  }

  .cui-redesign--dat-ban .rd-nav__item--active > a::after,
  .cui-redesign--dat-ban .rd-nav__crumb {
    display: none;
  }

  .rd-booking-page {
    min-height: 0;
    padding: 64px 0;
  }

  .rd-booking-grid,
  .cui-redesign--dat-ban .rd-footer-cta .rd-container,
  .cui-redesign--dat-ban .rd-footer .rd-container {
    width: min(100% - 32px, 720px);
  }

  .cui-redesign--dat-ban .rd-footer-cta {
    padding: 64px 0;
  }

  .cui-redesign--dat-ban .rd-footer-cta .rd-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cui-redesign--dat-ban .rd-footer-cta p {
    max-width: 100%;
    font-size: 24px;
    text-align: left;
  }

  .cui-redesign--dat-ban .rd-boat-link--footer {
    justify-self: start;
  }

  .rd-booking-form,
  .rd-booking-contact {
    grid-template-columns: 1fr;
  }

  .rd-booking-notes,
  .rd-booking-submit {
    grid-column: auto;
  }

  .cui-redesign--dat-ban .rd-footer__grid {
    grid-template-columns: 1fr;
  }

  .cui-redesign--dat-ban .rd-footer__grid > div:last-child {
    display: block;
  }

  .cui-redesign--dat-ban .rd-footer .rd-socials {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .rd-header {
    height: 62px;
    grid-template-columns: 34px 1fr 34px;
    padding: 10px 8px 0;
    align-items: start;
  }

  .rd-logo {
    grid-column: 2;
    justify-self: start;
    margin-left: 8px;
    margin-top: 2px;
  }

  .rd-logo img {
    width: 42px;
  }

  .rd-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    gap: 4px;
  }

  .rd-menu-toggle span {
    width: 15px;
  }

  .rd-lang {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 24px;
    height: 24px;
    font-size: 9px;
  }

  .rd-nav {
    inset: 0;
    width: 100vw;
    padding: 0;
    display: block;
    background: linear-gradient(90deg, #fff 0 48%, rgba(8, 13, 18, .82) 48% 100%);
    box-shadow: none;
  }

  .rd-nav::before {
    content: "";
    position: absolute;
    left: 48%;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 9, 13, .48);
    pointer-events: none;
  }

  .rd-header.is-menu-open .rd-logo {
    opacity: .12;
  }

  .rd-header.is-menu-open .rd-menu-toggle {
    position: fixed;
    left: 36px;
    top: 44px;
    width: 38px;
    height: 38px;
    border: 0;
  }

  .rd-header.is-menu-open .rd-menu-toggle span {
    width: 32px;
    height: 2px;
    background: #5b5f63;
  }

  .rd-header.is-menu-open .rd-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .rd-header.is-menu-open .rd-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .rd-nav__item {
    width: calc(48vw - 36px);
    margin-left: 36px;
    border-bottom: 0;
  }

  .rd-nav__item:first-child {
    margin-top: 150px;
    border-bottom: 1px solid #64686d;
  }

  .rd-nav__item > a {
    padding: 26px 0 18px;
    color: #62676c;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
  }

  .rd-nav__item--has-children > a::after {
    display: none;
  }

  .rd-nav__submenu {
    display: flex;
    flex-direction: column;
    padding: 6px 0 18px;
  }

  .rd-nav__submenu a:first-child {
    order: 2;
  }

  .rd-nav__submenu a:nth-child(2) {
    order: 1;
  }

  .rd-nav__submenu a {
    padding: 8px 0;
    color: #62676c;
    font-family: var(--cui-font-italic);
    font-size: 15px;
    font-style: italic;
    line-height: 1.35;
    text-transform: none;
  }

  .rd-hero {
    min-height: 626px;
  }

  .rd-hero:before {
    inset: -10px;
    filter: blur(11px) saturate(.9);
    transform: scale(1.04);
  }

  .rd-hero:after {
    background: linear-gradient(180deg, rgba(151, 185, 204, .22) 0%, rgba(238, 245, 250, .68) 43%, #fff 92%);
  }

  .rd-hero__center {
    width: calc(100vw - 44px);
    margin-top: 122px;
  }

  .cui-redesign .rd-hero__title {
    font-size: 48px;
    line-height: 1.08;
    opacity: .72;
  }

  .rd-hero__fruit {
    width: 82px;
    margin-top: -24px;
  }

  .rd-hero__lede {
    margin: 34px auto 64px;
    max-width: 308px;
    font-size: 14px;
    line-height: 1.7;
  }

  .rd-hero__actions {
    justify-content: center;
    gap: 0;
  }

  .rd-hero__cta {
    width: 122px;
  }

  .rd-hero__cta--booking {
    display: none;
  }

  .rd-story {
    min-height: 702px;
    background: linear-gradient(180deg, #dbe4f2 0%, #e5ecf6 100%);
  }

  .rd-story__grid {
    width: 100%;
    min-height: 702px;
  }

  .rd-story .rd-copy {
    width: 248px;
    margin-left: auto;
    margin-right: 18px;
    padding-top: 62px;
    font-size: 10px;
    line-height: 1.55;
  }

  .cui-redesign .rd-story h2 {
    top: 242px;
    width: 100%;
    font-size: 46px;
    line-height: 1.05;
    text-shadow: 0 3px 16px rgba(54, 98, 112, .22);
  }

  .rd-collage img {
    box-shadow: 0 10px 30px rgba(40, 65, 76, .12);
  }

  .rd-collage img:nth-child(n+7) {
    display: none;
  }

  .rd-collage img:nth-child(1) { left: 0; top: 258px; width: 96px; height: 70px; }
  .rd-collage img:nth-child(2) { left: 96px; top: 258px; width: 84px; height: 70px; }
  .rd-collage img:nth-child(3) { left: 184px; top: 356px; width: 93px; height: 70px; }
  .rd-collage img:nth-child(4) { left: 244px; top: 438px; width: 88px; height: 88px; }
  .rd-collage img:nth-child(5) { left: 0; top: 438px; width: 96px; height: 96px; }
  .rd-collage img:nth-child(6) { left: 148px; top: 546px; width: 112px; height: 84px; }

  .rd-story-ornament--fruit { left: 19px; top: 371px; width: 54px; }
  .rd-story-ornament--flower { left: 290px; top: 234px; width: 72px; }
  .rd-story-ornament--crab { left: 102px; top: 540px; width: 60px; }
  .rd-story-ornament--boat-a,
  .rd-story-ornament--boat-b,
  .rd-story-ornament--boat-mark {
    display: none;
  }

  .rd-boat-link--story {
    left: 50%;
    top: 646px;
    width: 126px;
    transform: translateX(-50%);
  }

  .rd-locations {
    min-height: 980px;
    padding: 82px 0 54px;
  }

  .rd-locations .rd-two {
    display: block;
  }

  .rd-locations .rd-two > div:first-child {
    padding-top: 0;
  }

  .rd-locations .rd-two h2 {
    margin: 0 0 30px;
    font-size: 39px;
    line-height: 1.12;
  }

  .rd-locations .rd-two > div:first-child p {
    width: 278px;
    font-size: 15px;
    line-height: 1.62;
  }

  .rd-location-cards {
    display: block;
    margin: 76px 0 0;
  }

  .rd-locations .rd-location-card {
    display: grid;
    grid-template-columns: 122px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
  }

  .rd-locations .rd-location-card img {
    grid-row: span 4;
    width: 168px;
    margin: 0;
    transform: translateX(-34px);
  }

  .rd-locations .rd-location-card--warm img,
  .rd-locations .rd-location-card--cool img {
    margin-left: 0;
  }

  .rd-locations .rd-location-card strong {
    margin-top: 0;
    font-size: 18px;
  }

  .rd-locations .rd-location-card > span {
    width: auto;
    margin-top: 0;
    font-size: 11px;
  }

  .rd-location-card--cool {
    margin-top: 20px;
  }

  .rd-location-card--cool img {
    order: 2;
  }

  .rd-menu-teaser {
    min-height: 600px;
    padding: 75px 0 58px;
    background: #f4f8fb;
  }

  .rd-menu-teaser .rd-section-head {
    display: block;
    margin-bottom: 34px;
  }

  .rd-menu-teaser .rd-section-head h2 {
    margin: 0 0 34px;
    font-size: 40px;
    line-height: 1.12;
  }

  .rd-menu-teaser .rd-section-head p {
    width: auto;
    font-size: 11px;
    line-height: 1.8;
  }

  .rd-menu-carousel__viewport {
    overflow: hidden;
    width: calc(100vw + 72px);
    margin-left: -36px;
    padding-top: 8px;
  }

  .rd-menu-carousel__track {
    display: grid;
    grid-template-columns: repeat(3, 170px);
    gap: 16px;
    align-items: start;
    transform: translateX(-22px);
  }

  .rd-menu-slide:nth-child(n+4) {
    display: none;
  }

  .rd-menu-slide.is-active {
    grid-column: auto;
    order: 0;
  }

  .rd-menu-slide img,
  .rd-menu-slide.is-active img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .rd-menu-slide.is-active .rd-menu-slide__caption {
    opacity: 0;
  }

  .rd-menu-slide:nth-child(2) .rd-menu-slide__caption {
    position: absolute;
    left: 36px;
    right: 36px;
    margin-top: 18px;
    opacity: 1;
    color: #9aa2aa;
    font-size: 14px;
  }

  .rd-more {
    width: 148px;
    margin: 128px auto 0;
  }

  .rd-blog-teaser {
    min-height: 640px;
    padding: 76px 0 66px;
    background: linear-gradient(180deg, #b8cbe3 0%, #dae5f1 72%, #fff 100%);
  }

  .cui-redesign .rd-blog-teaser h2 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 1;
  }

  .rd-blog-grid--home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .rd-blog-grid--home article:nth-child(-n+2),
  .rd-blog-grid--home article:nth-child(n+3) {
    display: block;
    grid-column: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .rd-blog-grid--home article:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 8px;
    background: rgba(255, 255, 255, .86);
    border-radius: 5px;
  }

  .rd-blog-grid--home article:nth-child(n+5) {
    display: none;
  }

  .rd-blog-grid--home article:nth-child(-n+2) img,
  .rd-blog-grid--home article:nth-child(n+3) img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .rd-blog-grid--home article:first-child img {
    width: 120px;
    height: 120px;
  }

  .rd-blog-grid--home article > div,
  .rd-blog-grid--home article:nth-child(n+3) > div {
    padding: 8px 0 0;
  }

  .rd-blog-grid--home article:first-child > div {
    padding: 0;
  }

  .rd-blog-grid--home h3 {
    font-size: 13px;
    line-height: 1.35;
  }

  .rd-blog-grid--home p {
    display: none;
  }

  .rd-blog-grid--home article:first-child p {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .rd-follow {
    min-height: 214px;
    padding: 46px 0;
    background: #c9d8ec;
  }

  .rd-follow .rd-container {
    display: grid;
    grid-template-columns: 1fr 72px;
    align-items: center;
  }

  .cui-redesign .rd-follow h2 {
    position: static;
    font-size: 48px;
    line-height: 1.15;
  }

  .rd-socials--home {
    display: block;
  }

  .rd-socials--home span,
  .rd-socials--home a {
    display: none;
  }

  .rd-socials--home > :first-child {
    display: grid;
    width: 70px;
    height: 70px;
    font-size: 12px;
  }

  .rd-footer--home {
    min-height: 610px;
    padding: 48px 0 120px;
  }

  .rd-footer__grid {
    gap: 52px;
  }
}

.cui-redesign--blog .rd-header {
  height: 136px;
  padding: 0 122px;
}

.cui-redesign--blog .rd-logo img {
  width: 90px;
}

.cui-redesign--blog .rd-nav__item {
  height: 136px;
}

.cui-redesign--blog .rd-nav__item > a {
  height: 20px;
}

.cui-redesign--blog .rd-nav__item--active > a {
  position: absolute;
  left: 0;
  top: 55px;
}

.cui-redesign--blog .rd-nav__item--active > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 122px;
  height: 1px;
  background: rgba(255, 255, 255, .92);
}

.cui-redesign--blog .rd-nav__crumb {
  position: absolute;
  left: 0;
  top: 86px;
  white-space: nowrap;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1;
}

.cui-redesign--blog .rd-blog-page {
  min-height: 1065px;
  padding: 168px 0 0;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, rgba(160, 177, 216, .82) 0, rgba(193, 204, 229, .72) 136px, rgba(236, 241, 248, .66) 310px, rgba(255, 255, 255, .98) 900px, #fff 100%),
    url("../../redesign/extracted-images/1-homepage/image-000.jpg") center top / cover no-repeat;
}

.cui-redesign--blog .rd-blog-page::before {
  display: none;
}

.cui-redesign--blog .rd-blog-filter {
  justify-content: center;
  gap: 10px;
  margin: 0 0 47px;
  transform: translateX(-25px);
}

.cui-redesign--blog .rd-blog-filter strong {
  margin-right: 45px;
  color: #5d6268;
  font-family: var(--cui-font-blog);
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}

.cui-redesign--blog .rd-blog-filter button {
  width: 72px;
  height: 35px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
  color: #686f78;
  font-family: var(--cui-font-blog);
  font-size: 13px;
  line-height: 35px;
}

.cui-redesign--blog .rd-blog-filter button.is-active {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.cui-redesign--blog .rd-blog-grid--archive {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  grid-auto-rows: 203px;
  gap: 49px 64px;
  justify-content: center;
  transform: translateX(-9px);
}

.cui-redesign--blog .rd-blog-card {
  display: grid;
  grid-template-columns: 161px 1fr;
  column-gap: 22px;
  height: 203px;
  background: transparent;
}

.cui-redesign--blog .rd-blog-card img {
  width: 161px;
  height: 203px;
  object-fit: cover;
}

.cui-redesign--blog .rd-blog-card__copy {
  position: relative;
}

.cui-redesign--blog .rd-blog-card h3,
.cui-redesign--blog .rd-blog-card p {
  margin: 0;
  font-family: var(--cui-font-blog);
}

.cui-redesign--blog .rd-blog-card h3 {
  color: #70757c;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.cui-redesign--blog .rd-blog-card p {
  margin-top: 19px;
  color: #7d848d;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.cui-redesign--blog .rd-blog-card a {
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #686f78;
  font-family: var(--cui-font-blog);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.cui-redesign--blog .rd-blog-card a.is-featured {
  color: #ef8d69;
}

.cui-redesign--blog .rd-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 47px;
  color: #6f767f;
  font-family: var(--cui-font-blog);
  font-size: 12px;
}

.cui-redesign--blog .rd-blog-pagination a,
.cui-redesign--blog .rd-blog-pagination > span:first-child {
  color: inherit;
  font-size: 34px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
}

.cui-redesign--blog .rd-blog-pagination > span:first-child {
  opacity: .45;
}

.cui-redesign--blog .rd-blog-pagination a:last-child {
  color: #ef8d69;
}

.cui-redesign--blog .rd-footer-cta {
  position: relative;
  height: 276px;
  min-height: 276px;
  padding: 0;
  overflow: hidden;
}

.cui-redesign--blog .rd-footer-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 265px;
  height: 265px;
  transform: translateX(-50%);
  background: url("../../redesign/ornaments/node-4-755.png") center / contain no-repeat;
  opacity: .34;
  pointer-events: none;
}

.cui-redesign--blog .rd-footer-cta .rd-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.cui-redesign--blog .rd-footer-cta h2 {
  margin: 0;
}

.cui-redesign--blog .rd-footer-cta p {
  margin: 0;
  color: #5b6269;
  font-family: var(--cui-font-italic);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.24;
}

.cui-redesign--blog .rd-footer--home,
.cui-redesign--blog .rd-footer {
  padding-top: 55px;
}

@media (max-width: 1200px) {
  .cui-redesign--blog .rd-blog-filter,
  .cui-redesign--blog .rd-blog-grid--archive {
    transform: none;
  }

  .cui-redesign--blog .rd-blog-grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 28px;
  }
}

@media (max-width: 900px) {
  .cui-redesign--blog .rd-header {
    height: auto;
    padding: 18px 24px;
    grid-template-columns: 80px 1fr;
  }

  .cui-redesign--blog .rd-logo img {
    width: 65px;
  }

  .cui-redesign--blog .rd-nav__item--active > a::after,
  .cui-redesign--blog .rd-nav__crumb {
    display: none;
  }

  .cui-redesign--blog .rd-blog-page {
    min-height: 0;
    padding: 112px 0 56px;
  }

  .cui-redesign--blog .rd-blog-filter {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cui-redesign--blog .rd-blog-filter strong {
    width: 100%;
    margin-right: 0;
  }

  .cui-redesign--blog .rd-blog-grid--archive {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cui-redesign--blog .rd-blog-card {
    grid-template-columns: 128px 1fr;
    column-gap: 18px;
  }

  .cui-redesign--blog .rd-blog-card img {
    width: 128px;
    height: 160px;
  }

  .cui-redesign--blog .rd-footer-cta {
    height: auto;
    min-height: 0;
    padding: 56px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-menu-carousel__track,
  .rd-menu-slide,
  .rd-menu-slide img,
  .rd-menu-slide__caption {
    animation: none;
    transition: none;
  }
}
