:root {
  --ink: #f0e8df;
  --dark: #171310;
  --red: #aa4735;
  --muted: rgba(240, 232, 223, 0.68);
  --line: rgba(240, 232, 223, 0.22);
  --serif: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  --sans: "Hiragino Sans", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--ink); font-family: var(--sans); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
figure, p, h1, h2 { margin: 0; }

.iz-header { position: absolute; z-index: 3; top: 0; left: 0; right: 0; display: flex; align-items: center; gap: 26px; padding: 27px clamp(22px, 5vw, 70px); font-size: 10px; letter-spacing: .16em; }
.iz-mark { font-family: var(--serif); font-size: 20px; letter-spacing: .12em; }
.iz-sub { color: var(--muted); margin-right: auto; }
.iz-book { padding: 10px 14px; border: 1px solid rgba(240, 232, 223, .55); font-size: 10px; }
.iz-hero { position: relative; height: 100svh; min-height: 700px; }
.iz-hero::after { position: absolute; inset: 0; background: rgba(17, 11, 8, .35); content: ""; }
.iz-hero img { filter: saturate(.85); }
.iz-hero-type { position: absolute; z-index: 1; top: 50%; left: clamp(28px, 10vw, 150px); transform: translateY(-50%); writing-mode: vertical-rl; }
.iz-hero-type p { margin-left: 26px; color: #e5a18e; font-size: 12px; letter-spacing: .2em; }
.iz-hero-type h1 { font-family: var(--serif); font-size: clamp(66px, 9vw, 150px); font-weight: 500; letter-spacing: .12em; line-height: 1; }
.iz-hero-type small { margin-right: 24px; align-self: flex-end; color: var(--muted); font-size: 11px; letter-spacing: .16em; }

.iz-gallery { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; grid-template-rows: auto 1fr auto; gap: 64px; padding: 140px max(28px, calc((100% - 1120px) / 2)); background: #211a16; }
.iz-gallery-title { grid-column: 1 / 2; align-self: end; padding-bottom: 18px; }
.iz-gallery-title p, .iz-label { color: #d06b57; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.iz-gallery-title h2 { margin-top: 26px; font-family: var(--serif); font-size: clamp(38px, 5vw, 76px); font-weight: 500; line-height: 1.28; }
.iz-gallery figure { grid-column: 2; grid-row: 1 / 3; height: 680px; }
.iz-gallery .iz-tall { grid-column: 1; grid-row: 2; height: 530px; }
.iz-gallery-note { grid-column: 1; align-self: end; color: var(--muted); font-size: 13px; line-height: 2; }

.iz-menu-strip { display: flex; align-items: center; gap: 44px; padding: 42px max(28px, calc((100% - 1120px) / 2)); background: var(--red); color: #fff; }
.iz-menu-strip > p { font-family: var(--serif); font-size: 24px; }
.iz-menu-strip div { display: flex; gap: 30px; font-family: var(--serif); font-size: 20px; }
.iz-menu-strip small { margin-left: auto; color: rgba(255, 255, 255, .72); font-size: 10px; }

.iz-reserve { display: grid; grid-template-columns: 1fr .38fr; gap: 48px; padding: 126px max(28px, calc((100% - 1120px) / 2)); background: #11100f; }
.iz-reserve h2 { margin: 28px 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 78px); font-weight: 500; line-height: 1.25; }
.iz-reserve > div > p:not(.iz-label) { color: var(--muted); font-size: 14px; }
.iz-reserve a { display: inline-block; margin-top: 32px; border-bottom: 1px solid rgba(240, 232, 223, .6); padding-bottom: 10px; font-size: 13px; }
.iz-reserve aside { align-self: end; border-left: 1px solid var(--line); padding-left: 28px; color: var(--muted); font-size: 11px; line-height: 2.4; }
.iz-reserve aside strong { display: block; margin: 4px 0 18px; color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 500; }

.iz-footer { padding: 38px 20px 48px; background: var(--dark); color: var(--muted); text-align: center; }
.iz-footer > a { display: inline-block; margin-bottom: 20px; border-bottom: 1px solid currentColor; font-size: 18px; }
.iz-footer p { font-size: 11px; letter-spacing: .08em; }
.iz-footer small { display: block; margin-top: 10px; font-size: 10px; opacity: .65; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.iz-rise span[aria-hidden="true"] { display: inline-block; opacity: 0; transform: translateY(1.2em); animation: iz-rise-in .8s cubic-bezier(.2, .8, .2, 1) forwards; }
.iz-rise span[aria-hidden="true"]:nth-of-type(2) { animation-delay: .13s; }
.iz-slide-right, .iz-slide-left { opacity: 0; filter: blur(6px); animation: none; }
.iz-slide-right { transform: translateX(110px) scale(.97); }
.iz-slide-left { transform: translateX(-110px) scale(.97); }
.iz-gallery.is-visible .iz-slide-right { animation: iz-slide-from-right 4.2s cubic-bezier(.16, 1, .3, 1) both; }
.iz-gallery.is-visible .iz-slide-left { animation: iz-slide-from-left 4.2s cubic-bezier(.16, 1, .3, 1) 1s both; }
@keyframes iz-rise-in { to { opacity: 1; transform: translateY(0); } }
@keyframes iz-slide-from-right { from { opacity: 0; filter: blur(6px); transform: translateX(110px) scale(.97); } to { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); } }
@keyframes iz-slide-from-left { from { opacity: 0; filter: blur(6px); transform: translateX(-110px) scale(.97); } to { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); } }

@media (max-width: 700px) {
  .iz-header { gap: 12px; padding: 22px 20px; font-size: 9px; }
  .iz-mark { font-size: 16px; }
  .iz-sub { display: none; }
  .iz-book { margin-left: auto; padding: 8px 10px; }
  .iz-hero { height: 82svh; min-height: 590px; }
  .iz-hero-type { left: 30px; }
  .iz-hero-type h1 { font-size: 82px; }
  .iz-gallery { display: flex; flex-direction: column; gap: 64px; padding: 88px 28px; }
  .iz-gallery-title { order: 1; padding: 0 0 22px; }
  .iz-gallery-title h2 { font-size: 45px; }
  .iz-gallery .iz-tall { order: 2; height: 430px; }
  .iz-gallery figure:not(.iz-tall) { order: 3; height: 330px; }
  .iz-gallery-note { order: 4; padding: 10px 0 22px; }
  .iz-menu-strip { display: block; padding: 35px 28px; }
  .iz-menu-strip > p { margin-bottom: 20px; }
  .iz-menu-strip div { display: flex; justify-content: space-between; gap: 10px; font-size: 16px; }
  .iz-menu-strip small { display: block; margin-top: 24px; }
  .iz-reserve { display: block; padding: 88px 28px 104px; }
  .iz-reserve aside { margin-top: 64px; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .iz-reserve aside strong { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .iz-rise span[aria-hidden="true"], .iz-slide-right, .iz-slide-left { animation: none; opacity: 1; filter: none; transform: none; }
}
