@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap');

* {
  box-sizing: border-box;
  }

body {
margin: 0;
background:
radial-gradient(circle at top center, rgba(215, 198, 255, 0.22), transparent 32%),
radial-gradient(circle at 84% 8%, rgba(255, 219, 181, 0.16), transparent 28%),
radial-gradient(circle at 12% 12%, rgba(202, 229, 255, 0.14), transparent 24%),
#f8f6f1;
color: #242321;
font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
line-height: 1.9;
}

.page {
width: min(900px, 92%);
margin: 0 auto;
padding: 76px 0 60px;
}

.hero {
position: relative;
padding: 72px 0 70px;
border-bottom: 1px solid #ddd6ca;
}

.eyebrow {
font-family: "Cormorant Garamond", "Times New Roman", serif;
font-size: 14px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #7b746c;
margin-bottom: 20px;
}

h1 {
font-family: "Cormorant Garamond", "Times New Roman", serif;
font-size: clamp(56px, 9vw, 104px);
line-height: 0.95;
margin: 0 0 32px;
letter-spacing: 0.105em;
font-weight: 500;
color: transparent;
background: linear-gradient(
112deg,
#211f1e 0%,
#3e3934 28%,
#8a7767 43%,
#f1e5ce 50%,
#6e5f55 57%,
#252321 78%,
#1f1d1c 100%
);
-webkit-background-clip: text;
background-clip: text;
text-shadow: 0 18px 40px rgba(97, 77, 55, 0.10);
}

.lead {
font-size: 20px;
max-width: 720px;
margin-bottom: 18px;
color: #292724;
}

.lead-ja {
font-size: 16px;
color: #48443f;
}

section {
padding: 56px 0;
border-bottom: 1px solid #ddd6ca;
}

h2 {
font-size: 28px;
margin: 0 0 22px;
font-weight: 500;
letter-spacing: -0.01em;
}

h3 {
font-weight: 500;
}

.statement p,
.principles p {
max-width: 680px;
margin: 0 0 18px;
}

.section-intro {
max-width: 700px;
color: #55504a;
margin: 0 0 28px;
}

.cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
margin-top: 30px;
}

.card {
background: rgba(255, 253, 248, 0.82);
border: 1px solid #ddd3c5;
border-radius: 22px;
padding: 26px;
box-shadow: 0 16px 40px rgba(90, 75, 55, 0.035);
}

.number {
font-family: "Cormorant Garamond", "Times New Roman", serif;
font-size: 14px;
letter-spacing: 0.18em;
color: #9a7b4f;
margin: 0 0 8px;
}

.card h3 {
font-size: 22px;
margin: 0 0 12px;
}

.card p {
margin: 0 0 18px;
}

.card span {
display: inline-block;
font-family: "Cormorant Garamond", "Times New Roman", serif;
font-size: 13px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #7a633f;
border: 1px solid #cdbb9f;
border-radius: 999px;
padding: 4px 12px;
}

.gateways ul {
list-style: none;
padding: 0;
margin: 0;
}

.gateways li {
padding: 20px 0;
border-bottom: 1px solid #e5ded2;
}

.gateways span {
display: block;
font-size: 20px;
margin-bottom: 4px;
font-weight: 500;
}

.gateways small {
display: block;
color: #66615b;
font-size: 14px;
line-height: 1.8;
}

footer {
padding: 56px 0 20px;
color: #55504a;
font-size: 15px;
}

@media (max-width: 700px) {
.page {
padding-top: 40px;
}

.hero {
padding-top: 50px;
}

h1 {
font-size: clamp(48px, 15vw, 74px);
letter-spacing: 0.075em;
}

.cards {
grid-template-columns: 1fr;
}

.lead {
font-size: 18px;
}
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 56px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd6ca;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
}

.site-nav a {
  color: #4b4540;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-bottom: 1px solid #7b746c;
}

.closing {
  margin-top: 80px;
  padding: 56px 0 24px;
  border-top: 1px solid #ddd6ca;
  text-align: center;
}

.closing-en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.6;
  color: #4b4540;
  letter-spacing: 0.04em;
}

.closing-ja {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
  color: #5f5852;
}

.origin {
  padding: 72px 0;
  border-bottom: 1px solid #ddd6ca;
}

.origin strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #4b4540;
}

.hero h1 {
  line-height: 1.15;
  padding-bottom: 0.08em;
}