html, body {
  margin: 0;
  padding: 0;
  background: oklch(0.91 0.018 72);
}

#root {
  width: 1280px;
  margin: 0 auto;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", Georgia, serif;
  color: oklch(0.2 0.012 50);
  font-weight: 400;
  position: relative;
  min-height: 100%;
}

.paper {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, oklch(0.94 0.018 72) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 95%, oklch(0.87 0.022 65) 0%, transparent 50%);
  pointer-events: none;
}

/* ---------- Nav ---------- */
.nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 32px 64px;
  border-bottom: 1px solid oklch(0.78 0.018 60);
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: oklch(0.32 0.018 50);
}

.nav-left { display: flex; gap: 32px; }
.nav-right { display: flex; gap: 32px; justify-content: flex-end; }
.nav-right a { color: inherit; text-decoration: none; }

.logo {
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: oklch(0.2 0.012 50);
}

/* ---------- Section ---------- */
.section {
  position: relative;
  padding: 120px 64px;
  border-bottom: 1px solid oklch(0.78 0.018 60);
}

/* ---------- Tea list ---------- */
.tea-list { display: flex; flex-direction: column; }

.tea {
  display: grid;
  grid-template-columns: 56px 260px 1fr 180px 150px;
  gap: 40px;
  padding: 48px 0;
  border-top: 1px solid oklch(0.78 0.018 60);
  align-items: center;
}

.tea-price {
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: oklch(0.2 0.012 50);
  text-align: right;
  line-height: 1.55;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

.tea-idx {
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 14px;
  color: oklch(0.45 0.04 30);
  letter-spacing: 0.12em;
  align-self: start;
  padding-top: 8px;
}

.tea-photo {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: repeating-linear-gradient(
    135deg,
    oklch(0.83 0.022 65),
    oklch(0.83 0.022 65) 8px,
    oklch(0.86 0.02 65) 8px,
    oklch(0.86 0.02 65) 16px
  );
  border: 1px solid oklch(0.7 0.018 50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  font-weight: 500;
  color: oklch(0.45 0.13 28);
  font-family: "Shippori Mincho", serif;
  position: relative;
}

img.tea-photo {
  object-fit: cover;
  display: block;
}

.tea-photo-label {
  position: absolute;
  bottom: 6px;
  left: 8px;
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 9px;
  color: oklch(0.5 0.018 50);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
}

.tea-name-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

.tea-name {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.005em;
  line-height: 1.05;
}

.tea-sub {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: oklch(0.32 0.012 50);
  margin: 14px 0 0;
  line-height: 1.6;
  max-width: 560px;
}

.tea-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.4 0.018 50);
}

.tea-tag {
  padding: 6px 12px;
  border: 1px solid oklch(0.5 0.018 50);
  border-radius: 999px;
  white-space: nowrap;
}

.tea-tag-accent {
  padding: 6px 12px;
  border: 1px solid oklch(0.45 0.13 28);
  color: oklch(0.45 0.13 28);
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- Story ---------- */
.story {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.story-img {
  aspect-ratio: 4 / 5;
  background: repeating-linear-gradient(
    135deg,
    oklch(0.83 0.022 65),
    oklch(0.83 0.022 65) 14px,
    oklch(0.86 0.02 65) 14px,
    oklch(0.86 0.02 65) 28px
  );
  color: oklch(0.5 0.018 50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  border: 1px solid oklch(0.7 0.018 50);
  overflow: hidden;
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-body {
  font-size: 19px;
  line-height: 1.75;
  color: oklch(0.22 0.012 50);
  font-weight: 400;
}

.story-body p { margin: 0 0 1em; }

.dropcap {
  font-family: "Shippori Mincho", serif;
  font-size: 84px;
  line-height: 0.85;
  float: left;
  margin-right: 14px;
  margin-top: 6px;
  font-weight: 500;
  color: oklch(0.45 0.13 28);
}

.pullquote {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 500;
  color: oklch(0.18 0.012 50);
  border-left: 2px solid oklch(0.45 0.13 28);
  padding-left: 24px;
  margin: 40px 0;
}

.story-meta {
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: oklch(0.4 0.04 30);
  margin-top: 32px;
}

/* ---------- CTA ---------- */
.cta {
  background: oklch(0.2 0.012 50);
  color: oklch(0.91 0.018 72);
  padding: 140px 64px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
  position: relative;
}

.cta-h {
  font-family: "Shippori Mincho", serif;
  font-size: 96px;
  font-weight: 500;
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  margin-top: 48px;
  background: transparent;
  color: oklch(0.91 0.018 72);
  font-family: ui-monospace, "JetBrains Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid oklch(0.91 0.018 72);
}

.cta-giant {
  position: absolute;
  top: 64px;
  right: 64px;
  font-size: 280px;
  line-height: 0.85;
  color: oklch(0.45 0.13 28);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  opacity: 0.16;
  pointer-events: none;
}
