:root {
  --ink: #2b2728;
  --muted: #70676a;
  --paper: #fffaf5;
  --cream: #f7efe7;
  --mist: #eef6f5;
  --rose: #a94d63;
  --rose-deep: #713149;
  --teal: #1f6f76;
  --teal-deep: #16484f;
  --gold: #b48b45;
  --line: #e2d8d2;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(47, 39, 41, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(31, 111, 118, 0.45);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(255, 250, 245, 0.9);
  border-bottom: 1px solid rgba(226, 216, 210, 0.82);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.brand span {
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a {
  padding: 6px 0;
}

.nav a:hover {
  color: var(--teal-deep);
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 84px);
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.84) 42%, rgba(255, 250, 245, 0.18) 78%),
    linear-gradient(180deg, rgba(255, 250, 245, 0.12), rgba(255, 250, 245, 0.62));
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  max-width: 640px;
  padding-top: 22px;
}

.eyebrow,
.section-kicker,
.category,
.channel {
  margin: 0 0 10px;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

h1 {
  max-width: 10em;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 6vw, 5.75rem);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 3.2vw, 3.05rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-copy p:not(.eyebrow) {
  max-width: 39em;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}

.hero-actions,
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--teal-deep);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.25;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button.primary {
  color: var(--white);
  background: var(--teal-deep);
}

.button.secondary {
  color: var(--teal-deep);
  background: rgba(255, 255, 255, 0.68);
}

.button.text-link {
  min-width: auto;
  color: var(--rose-deep);
  border-color: transparent;
  background: transparent;
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 7vw, 90px);
  max-width: 1180px;
  margin: 0 auto;
}

.intro > p,
.section-heading p,
.scene-copy p,
.story p,
.order p {
  color: var(--muted);
  font-size: 1.04rem;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
}

.features article {
  min-height: 236px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
}

.features span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.features p,
.product-card p,
.journal-grid p,
.note-box li,
.detail-list dd {
  color: var(--muted);
}

.collection {
  background: var(--mist);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  max-width: 1180px;
  margin: 0 auto;
}

.product-card,
.journal-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 72, 79, 0.07);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #edf1ef;
}

.product-card div,
.journal-grid article {
  padding: 24px;
}

.product-card a,
.journal-grid a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--teal-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.scene {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.scene-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.detail-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-list dt {
  color: var(--rose-deep);
  font-weight: 700;
}

.detail-list dd {
  margin: 0;
}

.journal {
  background: var(--cream);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  max-width: 1180px;
  margin: 0 auto;
}

.channel {
  color: var(--rose-deep);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.story-text {
  max-width: 700px;
}

.note-box {
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.note-box ul {
  margin: 0;
  padding-left: 1.2em;
}

.note-box li + li {
  margin-top: 12px;
}

.order {
  text-align: center;
  background: #f7fbfb;
}

.order h2,
.order p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.order-actions {
  justify-content: center;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero {
    min-height: 680px;
    padding-top: 42px;
    align-items: start;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.82) 50%, rgba(255, 250, 245, 0.18) 100%),
      linear-gradient(90deg, rgba(255, 250, 245, 0.58), rgba(255, 250, 245, 0.14));
  }

  .hero-image {
    object-position: center bottom;
  }

  .intro,
  .story,
  .scene,
  .features,
  .product-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .features {
    gap: 16px;
  }

  .features article {
    min-height: auto;
    border-radius: 8px;
  }
}

@media (max-width: 600px) {
  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    font-size: 0.82rem;
  }

  .nav a {
    text-align: center;
  }

  .hero {
    min-height: 650px;
  }

  h1 {
    font-size: 2.64rem;
  }

  .button {
    width: 100%;
  }

  .detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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