:root {
  --ink: #f4ecdf;
  --muted: #b9aa97;
  --charcoal: #171410;
  --charcoal-light: #211c17;
  --ember: #d96432;
  --line: rgba(244, 236, 223, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 43%, rgba(123, 48, 22, 0.25), transparent 30%),
    linear-gradient(125deg, #0f0d0b 0%, var(--charcoal) 48%, var(--charcoal-light) 100%);
}
.grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(117deg, transparent 0 5px, rgba(255,255,255,.025) 5px 6px),
    repeating-linear-gradient(21deg, transparent 0 11px, rgba(0,0,0,.09) 11px 12px);
  mix-blend-mode: soft-light;
}
.ember {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  background: var(--ember);
  filter: blur(1px);
  box-shadow: 0 0 22px 7px rgba(217, 100, 50, 0.15);
  animation: drift 5s ease-in-out infinite;
}
.ember-one { top: 23%; right: 8%; width: 4px; height: 4px; }
.ember-two { right: 32%; bottom: 16%; width: 3px; height: 3px; animation-delay: -2.3s; }

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.site-header { padding-block: 34px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(217, 100, 50, 0.65);
  color: #f5c09f;
  font-size: 22px;
}
.brand-name { font-size: 15px; letter-spacing: 0.22em; }
.renovation-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.renovation-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 4px rgba(217, 100, 50, 0.12);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  width: min(1060px, calc(100% - 80px));
  margin-inline: auto;
  padding-block: clamp(70px, 11vh, 130px);
}
.eyebrow,
.opening-kicker,
.opening-subnote,
.copyright { font-family: Arial, Helvetica, sans-serif; }
.eyebrow {
  margin: 0 0 25px;
  color: #d89a76;
  font-size: 10px;
  letter-spacing: 0.38em;
}
h1 {
  margin: 0;
  font-weight: 400;
  font-size: clamp(48px, 7.4vw, 94px);
  line-height: 1.22;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.25);
}
.headline-subline {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(38px, 4.8vw, 60px);
}
.intro {
  margin: 35px 0 0;
  color: var(--muted);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 2.1;
  letter-spacing: 0.14em;
}
.opening-card {
  position: relative;
  padding: 54px 46px 46px;
  border: 1px solid rgba(217, 100, 50, 0.5);
  background: rgba(24, 19, 15, 0.58);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
  text-align: center;
  backdrop-filter: blur(8px);
}
.opening-card::before,
.opening-card::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #e28150;
}
.opening-card::before { top: 10px; left: 10px; border-top: 1px solid; border-left: 1px solid; }
.opening-card::after { right: 10px; bottom: 10px; border-right: 1px solid; border-bottom: 1px solid; }
.opening-kicker { margin: 0 0 28px; color: #d89a76; font-size: 9px; letter-spacing: 0.45em; }
.opening-date { display: flex; align-items: center; justify-content: center; gap: 16px; }
.opening-date strong {
  font-family: Georgia, serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.06em;
}
.opening-date span { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.opening-date b { font-size: 22px; font-weight: 400; }
.opening-date small {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.rule {
  width: 100%;
  height: 1px;
  margin: 34px 0 25px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.opening-note { margin: 0; font-size: 17px; letter-spacing: 0.42em; text-indent: 0.42em; }
.opening-subnote { margin: 15px 0 0; color: var(--muted); font-size: 9px; letter-spacing: 0.08em; }
.renovation-gallery {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
  padding-bottom: clamp(52px, 7vw, 86px);
}
.gallery-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.gallery-heading p {
  margin: 0;
  color: #d89a76;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.35em;
}
.gallery-heading h2 {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-item {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #241f1a;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(244, 236, 223, 0.12);
  pointer-events: none;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
}
.site-footer {
  padding-block: 27px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.site-footer p { margin: 0; }
.copyright {
  color: #e0d5c6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@keyframes drift {
  0%, 100% { transform: translateY(0); opacity: 0.3; }
  50% { transform: translateY(-22px); opacity: 0.8; }
}

@media (max-width: 760px) {
  .site-header, .site-footer, .hero, .renovation-gallery { width: min(100% - 40px, 540px); }
  .site-header { padding-block: 22px; }
  .brand-name { font-size: 13px; }
  .renovation-status { font-size: 9px; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-block: 65px; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-bottom: 19px; }
  h1 { font-size: clamp(44px, 14.6vw, 68px); }
  .headline-subline { font-size: clamp(27px, 8.8vw, 44px); }
  .intro { margin-top: 26px; }
  .opening-card { width: min(100%, 330px); margin-inline: auto; }
  .renovation-gallery { padding-bottom: 52px; }
  .gallery-heading { margin-bottom: 14px; }
  .gallery-heading p { font-size: 8px; letter-spacing: 0.25em; }
  .gallery-heading h2 { font-size: 11px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .site-footer { flex-direction: column; gap: 12px; text-align: center; line-height: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ember { animation: none; }
}
