:root {
  --black: #080705;
  --ink: #17110c;
  --cream: #f4eee4;
  --paper: #fffaf1;
  --gold: #d7aa60;
  --amber: #c37c30;
  --wine: #7b3438;
  --line: rgba(23, 17, 12, 0.14);
  --line-light: rgba(255, 250, 241, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.8;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

h1,
h2,
h3,
p,
dd {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

h1,
h2 {
  text-wrap: balance;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--paper);
  background: linear-gradient(180deg, rgba(8, 7, 5, 0.82), rgba(8, 7, 5, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  white-space: nowrap;
}

.brand-dots {
  display: inline-flex;
  gap: 5px;
}

.brand-dots i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1c775, var(--amber));
}

.header nav {
  display: flex;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 13px;
  font-weight: 900;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
  color: var(--paper);
  background: var(--black);
}

.hero figure {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
}

.hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.28), rgba(8, 7, 5, 0)),
    linear-gradient(0deg, rgba(8, 7, 5, 0.46), rgba(8, 7, 5, 0.05));
}

.hero figure img {
  object-position: center top;
  filter: brightness(0.86) saturate(1.04);
}

.hero-copy {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding: 116px clamp(22px, 5vw, 82px) 76px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0 0 22px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(44px, 6vw, 92px);
  line-height: 1.03;
}

h2 {
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.1;
}

.hero-copy p:not(.eyebrow),
.section-head p,
.intro > p,
.featured p,
.visit p {
  margin: 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(15px, 1.3vw, 18px);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-facts span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(215, 170, 96, 0.46);
  border-radius: 999px;
  padding: 6px 15px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.summary article {
  min-height: 170px;
  padding: 30px clamp(20px, 3.4vw, 48px);
  background: var(--paper);
}

.summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 18px;
}

.summary p,
.bean-table p,
.bean-table em,
.featured dd {
  margin: 0;
  color: rgba(23, 17, 12, 0.66);
}

.section {
  padding: clamp(70px, 9vw, 124px) clamp(18px, 5vw, 78px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(28px, 6vw, 86px);
  background: var(--cream);
}

.intro > p,
.library .section-head p {
  color: rgba(23, 17, 12, 0.72);
}

.section-head {
  max-width: 920px;
  margin-bottom: 38px;
}

.bean-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.bean-table article {
  min-height: 178px;
  padding: 22px;
  background: var(--paper);
}

.bean-table span {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.bean-table strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 16px;
  line-height: 1.42;
}

.bean-table em {
  display: inline-flex;
  margin-top: 12px;
  border: 1px solid rgba(123, 52, 56, 0.22);
  border-radius: 999px;
  padding: 3px 10px;
  color: var(--wine);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.featured {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  color: var(--paper);
  background: var(--black);
}

.featured figure {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.featured figure img {
  object-position: center center;
}

.featured dl {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
}

.featured dl div {
  border-top: 1px solid var(--line-light);
  padding-top: 14px;
}

.featured dt {
  color: var(--gold);
  font-weight: 900;
}

.featured dd {
  color: rgba(255, 250, 241, 0.7);
}

.movie-section {
  overflow: hidden;
  background: var(--cream);
}

.movie-section .section-head p {
  color: rgba(23, 17, 12, 0.72);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.movie-grid video {
  min-height: 560px;
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 24px 70px rgba(23, 17, 12, 0.16);
}

.visit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(54px, 7vw, 86px) clamp(18px, 5vw, 78px);
  color: var(--paper);
  background: var(--black);
}

.visit p {
  max-width: 720px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 10px 18px;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
}

.btn.primary {
  color: var(--black);
  border-color: var(--gold);
  background: var(--gold);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 58px);
  color: rgba(255, 250, 241, 0.64);
  background: #050403;
  font-size: 12px;
}

@media (max-width: 1040px) {
  .header {
    position: absolute;
  }

  .header nav {
    display: none;
  }

  .hero,
  .summary,
  .intro,
  .bean-table,
  .featured,
  .movie-grid {
    grid-template-columns: 1fr;
  }

  .hero figure {
    min-height: 60svh;
  }

  .hero-copy {
    min-height: auto;
    padding-top: 48px;
  }

  .visit {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(40px, 11.8vw, 56px);
  }

  h2 {
    font-size: clamp(30px, 8.2vw, 40px);
    line-height: 1.15;
  }

  .hero figure {
    min-height: 54svh;
  }

  .hero-copy {
    padding: 42px 16px 52px;
  }

  .summary article,
  .bean-table article {
    min-height: auto;
    padding: 22px 16px;
  }

  .section {
    padding: 58px 16px;
  }

  .featured figure {
    min-height: 420px;
  }

  .movie-grid video {
    min-height: 430px;
  }

  .actions,
  .btn {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
