html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f3f1ed;
  color: #221f1c;
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #6b635a;
}

img {
  display: block;
  max-width: 100%;
}

@keyframes rz-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes rz-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes rz-scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }

  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

.rz-site {
  width: 100%;
  overflow-x: hidden;
  background: #f3f1ed;
}

.rz-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid rgba(34, 31, 28, 0.08);
  background: rgba(243, 241, 237, 0.92);
  backdrop-filter: blur(10px);
}

.rz-header__inner,
.rz-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: clamp(24px, 5vw, 80px);
  padding-left: clamp(24px, 5vw, 80px);
}

.rz-header__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  height: clamp(60px, 6vw, 84px);
}

.rz-logo {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}

.rz-logo__jp {
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
}

.rz-logo__en {
  color: #8a8177;
  font-family: "Cormorant Garamond", serif;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
}

.rz-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 2.6vw, 40px);
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: #3a352f;
  font-size: clamp(12px, 1vw, 13.5px);
  letter-spacing: 0.16em;
}

.rz-nav a {
  padding: 6px 0;
}

.rz-socials {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
  color: #3a352f;
}

.rz-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(34, 31, 28, 0.5);
  border-radius: 7px;
}

.rz-instagram span {
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.rz-hero {
  position: relative;
  width: 100%;
  height: clamp(460px, 78vh, 760px);
  overflow: hidden;
  background: #1b1815;
}

.rz-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  animation: rz-fade 1.6s ease both;
}

.rz-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 16, 0.72) 0%, rgba(20, 18, 16, 0.42) 42%, rgba(20, 18, 16, 0.08) 72%);
}

.rz-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
  justify-content: center;
  height: 100%;
  color: #f5f2ed;
}

.rz-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.1em;
  animation: rz-rise 1.3s 0.15s ease both;
}

.rz-hero p {
  margin: 0;
  color: rgba(245, 242, 237, 0.82);
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  animation: rz-rise 1.3s 0.35s ease both;
}

.rz-line-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: flex-start;
  margin-top: 4px;
  font-size: 12.5px;
  letter-spacing: 0.2em;
}

.rz-hero .rz-line-link {
  gap: 12px;
  margin-top: 0;
  animation: rz-rise 1.3s 0.55s ease both;
}

.rz-line-link::after {
  width: 108px;
  height: 1px;
  content: "";
  background: rgba(34, 31, 28, 0.35);
}

.rz-hero .rz-line-link::after {
  width: clamp(96px, 10vw, 140px);
  background: rgba(245, 242, 237, 0.6);
}

.rz-scroll {
  position: absolute;
  right: clamp(14px, 2.4vw, 34px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: rgba(245, 242, 237, 0.62);
}

.rz-scroll span:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.34em;
  writing-mode: vertical-rl;
}

.rz-scroll span:last-child {
  width: 1px;
  height: clamp(48px, 7vh, 84px);
  background: rgba(245, 242, 237, 0.5);
  animation: rz-scroll 2.6s ease-in-out infinite;
}

.rz-section {
  width: 100%;
  padding: clamp(72px, 10vw, 152px) 0;
}

.rz-section--products {
  padding-top: 0;
  padding-bottom: clamp(72px, 9vw, 128px);
}

.rz-section--gallery {
  padding-top: 0;
  padding-bottom: clamp(76px, 10vw, 140px);
}

.rz-section--about,
.rz-section--access {
  background: #eae6e0;
}

.rz-section--news {
  padding: clamp(64px, 8vw, 116px) 0;
}

.rz-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  min-width: 0;
}

.rz-grid-2--about {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(36px, 5vw, 88px);
}

.rz-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.4vw, 34px);
  min-width: 0;
}

.rz-eyebrow {
  color: #8a8177;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.42em;
}

.rz-title {
  margin: 0;
  font-size: clamp(19px, 1.9vw, 26px);
  font-weight: 400;
  letter-spacing: 0.16em;
}

.rz-title--large {
  font-size: clamp(21px, 2.3vw, 31px);
  line-height: 1.9;
  letter-spacing: 0.12em;
}

.rz-text {
  margin: 0;
  color: #4a443d;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 2.35;
  letter-spacing: 0.07em;
  text-wrap: pretty;
}

.rz-img-43 {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.rz-img-wide {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.rz-heading-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 0;
}

.rz-heading-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.rz-view-link {
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  align-items: center;
  padding-bottom: 4px;
  color: #4a443d;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.rz-view-link::after {
  width: clamp(40px, 5vw, 72px);
  height: 1px;
  content: "";
  background: rgba(34, 31, 28, 0.35);
}

.rz-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

.rz-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.rz-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e8e4de;
}

.rz-product span {
  display: block;
}

.rz-product__name {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.rz-product__price {
  margin-top: 8px;
  color: #6b635a;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.rz-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(170px, 100%), 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.rz-gallery-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1b1815;
}

.rz-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rz-gallery-card:hover img {
  transform: scale(1.05);
}

.rz-gallery-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.14), rgba(20, 18, 16, 0.46));
}

.rz-gallery-card__label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: center;
  color: #f5f2ed;
  text-shadow: 0 1px 14px rgba(20, 18, 16, 0.45);
}

.rz-gallery-card__jp {
  font-size: clamp(15px, 1.4vw, 19px);
  letter-spacing: 0.22em;
  text-indent: 0.22em;
}

.rz-gallery-card__en {
  color: rgba(245, 242, 237, 0.82);
  font-family: "Cormorant Garamond", serif;
  font-size: 10.5px;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
}

.rz-center-link {
  align-self: center;
  align-items: center;
  margin-top: clamp(4px, 1vw, 14px);
  color: #4a443d;
}

.rz-center-link::after {
  width: 150px;
  background: rgba(34, 31, 28, 0.3);
}

.rz-news {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.rz-news-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 31, 28, 0.14);
}

.rz-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.rz-news-card__date {
  color: #8a8177;
  font-family: "Cormorant Garamond", serif;
  font-size: 12.5px;
  letter-spacing: 0.12em;
}

.rz-news-card__cat {
  padding: 4px 12px;
  border: 1px solid rgba(34, 31, 28, 0.2);
  color: #4a443d;
  font-size: 10.5px;
  letter-spacing: 0.16em;
}

.rz-news-card__title {
  font-size: 13.5px;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.rz-access {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(36px, 4.5vw, 72px);
  min-width: 0;
}

.rz-access dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px clamp(20px, 2.4vw, 36px);
  margin: 0;
  color: #4a443d;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.rz-access dt {
  color: #8a8177;
}

.rz-access dd {
  margin: 0;
}

.rz-access__visuals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.rz-access__visuals img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.rz-map {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: repeating-linear-gradient(135deg, #e2ddd6 0 8px, #dcd7cf 8px 16px);
}

.rz-map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  filter: grayscale(0.18) contrast(0.95) saturate(0.75);
}

.rz-map span {
  color: #8a8177;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.14em;
  text-align: center;
}

.rz-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  width: 100%;
  background: #1b1815;
}

.rz-contact img {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 30vw, 380px);
  object-fit: cover;
}

.rz-contact__body {
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 3vw, 40px);
  align-items: center;
  justify-content: center;
  padding: clamp(56px, 7vw, 96px) clamp(28px, 5vw, 72px);
  min-width: 0;
  color: #f5f2ed;
}

.rz-contact__body p {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 21px);
  line-height: 2.2;
  letter-spacing: 0.12em;
  text-align: center;
}

.rz-contact__button {
  width: min(100%, 340px);
  padding: 18px 0;
  border: 1px solid rgba(245, 242, 237, 0.5);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: center;
  transition: background 0.5s ease, color 0.5s ease;
}

.rz-contact__button:hover {
  background: #f5f2ed;
  color: #1b1815;
}

.rz-footer {
  width: 100%;
  padding: clamp(40px, 4.5vw, 64px) 0 clamp(28px, 3vw, 40px);
  border-top: 1px solid rgba(34, 31, 28, 0.1);
  background: #f3f1ed;
}

.rz-footer__body {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 44px);
}

.rz-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 64px);
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.rz-footer .rz-nav {
  color: #4a443d;
  font-size: 12.5px;
  letter-spacing: 0.14em;
}

.rz-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #221f1c;
  color: #f3f1ed;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 1;
}

.rz-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding-top: clamp(20px, 2.4vw, 30px);
  border-top: 1px solid rgba(34, 31, 28, 0.08);
  color: #8a8177;
  font-size: 11.5px;
  letter-spacing: 0.1em;
}

.rz-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  min-width: 0;
}

.rz-footer__copy {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.12em;
}

.rz-subpage {
  width: 100%;
  overflow-x: hidden;
  background: #f3f1ed;
}

.rz-subpage__hero {
  padding: clamp(72px, 9vw, 128px) 0 clamp(44px, 6vw, 82px);
  border-bottom: 1px solid rgba(34, 31, 28, 0.1);
}

.rz-subpage__kicker {
  display: block;
  margin-bottom: 18px;
  color: #8a8177;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.42em;
}

.rz-subpage__title,
.rz-subpage .wp-block-post-title,
.rz-subpage .wp-block-query-title {
  max-width: 900px;
  margin: 0;
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12em;
}

.rz-subpage__meta,
.rz-subpage .wp-block-post-date {
  margin-top: 18px;
  color: #8a8177;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.rz-subpage__content {
  padding: clamp(54px, 7vw, 104px) 0 clamp(80px, 10vw, 144px);
}

.rz-subpage__content > * {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.rz-subpage__content p,
.rz-subpage__content li {
  color: #4a443d;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 2.25;
  letter-spacing: 0.07em;
}

.rz-subpage__content h2,
.rz-subpage__content h3 {
  margin-top: 2.4em;
  margin-bottom: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.rz-subpage__content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
}

.rz-post-list {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(34, 31, 28, 0.14);
}

.rz-post-list > li,
.rz-post-list .wp-block-post {
  padding: 28px 0;
  border-bottom: 1px solid rgba(34, 31, 28, 0.14);
}

.rz-post-list .wp-block-post-title {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.rz-post-list .wp-block-post-excerpt {
  margin-top: 12px;
  color: #4a443d;
}

.rz-post-list .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.rz-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

@media (max-width: 860px) {
  .rz-nav--header {
    display: none;
  }
}

@media (max-width: 640px) {
  .rz-header__inner,
  .rz-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .rz-access dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rz-footer__top .rz-socials {
    width: 100%;
    justify-content: center;
  }

  .rz-footer__top {
    justify-content: center;
    text-align: center;
  }

  .rz-footer .rz-nav,
  .rz-footer__legal,
  .rz-footer__bottom {
    justify-content: center;
  }
}
