@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/cormorant-garamond-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/material-symbols-outlined.woff2") format("woff2");
}

.material-symbols-outlined {
  display: inline-block;
  overflow: hidden;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "liga";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  color-scheme: light;
  --color-canvas: #fbf8f3;
  --color-surface: #fff;
  --color-surface-soft: #f5ede2;
  --color-primary: #9a6844;
  --color-primary-strong: #70482f;
  --color-primary-soft: #ead3b8;
  --color-accent: #e7b8aa;
  --color-text: #322a25;
  --color-text-muted: #71665f;
  --color-border: #e8ded3;
  --color-success: #37664c;
  --color-success-soft: #e8f3ec;
  --color-error: #a33e3e;
  --color-error-soft: #fbeaea;
  --radius-card: 24px;
  --radius-control: 14px;
  --shadow-card: 0 16px 44px rgb(83 57 38 / 8%);
  --page-width: 1180px;
  --font-body: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-logo: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--color-canvas);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html[lang="ja"] body {
  line-break: strict;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgb(154 104 68 / 4%) 0.5px, transparent 0.5px);
  background-size: 8px 8px;
  content: "";
  pointer-events: none;
}

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

a {
  color: var(--color-primary-strong);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--color-primary);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--color-text);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgb(251 248 243 / 88%);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header--scrolled {
  border-color: var(--color-border);
  box-shadow: 0 8px 26px rgb(83 57 38 / 5%);
}

.site-header__inner {
  display: flex;
  width: min(calc(100% - 40px), var(--page-width));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.language-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgb(255 255 255 / 66%);
  color: var(--color-primary-strong);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.language-link:hover,
.language-link:focus-visible {
  border-color: #cbb6a2;
  background: #fff;
  text-decoration: none;
}

.language-link .material-symbols-outlined {
  font-size: 1.05rem;
}

.wordmark {
  color: var(--color-primary-strong);
  font-family: var(--font-logo);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  position: relative;
  color: var(--color-text-muted);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  width: min(calc(100% - 40px), 1320px);
  min-height: 690px;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px) 0 76px;
}

.hero__copy {
  z-index: 2;
  max-width: 600px;
  padding-left: max(0px, calc((100vw - var(--page-width)) / 2 - 70px));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.hero h1,
.page-hero h1,
.feature-hero h1 {
  margin: 0;
  font-size: clamp(2.75rem, 5.5vw, 5.15rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.17;
}

.hero h1 span {
  color: var(--color-primary);
}

html[lang="ja"] .hero h1 span {
  display: block;
}

.hero h1 {
  font-size: clamp(2.75rem, 5vw, 4.35rem);
}

.hero__lead {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--color-text-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 2;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button--primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgb(112 72 47 / 16%);
}

.button--primary:hover {
  border-color: var(--color-primary-strong);
  background: var(--color-primary-strong);
  color: #fff;
}

.button--secondary {
  border-color: var(--color-border);
  background: rgb(255 255 255 / 70%);
  color: var(--color-text);
}

.hero__note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 0.78rem;
}

.hero__note .material-symbols-outlined {
  color: var(--color-accent);
  font-size: 1rem;
}

.hero__media {
  position: relative;
  min-height: 570px;
  align-self: stretch;
}

.hero__media > img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(100%, 690px);
  max-height: 650px;
  border-radius: 44% 44% 38% 38% / 30% 30% 20% 20%;
  filter: drop-shadow(0 24px 40px rgb(83 57 38 / 16%));
  object-fit: cover;
  object-position: center 28%;
}

.hero__halo {
  position: absolute;
  inset: 7% 1% 5% 8%;
  border-radius: 48% 48% 34% 34%;
  background: linear-gradient(145deg, #f1dcc3 0%, #efe2d3 55%, #f7eee5 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 60%);
}

.hero__halo::before,
.hero__halo::after {
  position: absolute;
  border: 1px solid rgb(154 104 68 / 18%);
  border-radius: 50%;
  content: "";
}

.hero__halo::before {
  width: 58px;
  height: 58px;
  top: 12%;
  left: -4%;
}

.hero__halo::after {
  width: 18px;
  height: 18px;
  right: 5%;
  bottom: 13%;
  background: var(--color-accent);
}

.hero__memory-card {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 8%;
  display: grid;
  min-width: 198px;
  gap: 2px;
  padding: 14px 18px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 16px;
  background: rgb(255 255 255 / 84%);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
}

.hero__memory-card span {
  color: var(--color-primary);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero__memory-card strong {
  font-size: 0.9rem;
}

.section {
  width: min(calc(100% - 40px), var(--page-width));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 124px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}

.section-heading h2,
.story-split h2,
.release-panel h2,
.narrow-cta h2,
.contact-guide h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.28;
}

.section-heading > p,
.story-split__copy > p,
.release-panel p,
.narrow-cta p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.95;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 12px 32px rgb(83 57 38 / 4%);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  border-color: #d8c5b1;
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.feature-card__number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #c5ad97;
  font-family: var(--font-logo);
  font-size: 1.2rem;
}

.feature-card__visual {
  position: relative;
  height: 214px;
  margin: -2px -2px 28px;
  border-radius: 18px;
  background: var(--color-surface-soft);
}

.feature-card__visual--rotate {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgb(255 255 255 / 94%) 0 72px, transparent 73px),
    var(--color-surface-soft);
}

.kurutto-showcase {
  position: absolute;
  display: grid;
  inset: 0;
  place-items: center;
  pointer-events: none;
}

.kurutto-showcase__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgb(83 57 38 / 12%));
  transform: translate(-50%, -50%);
}

.feature-card__visual--stickers {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgb(255 255 255 / 82%) 0 42px, transparent 43px),
    linear-gradient(145deg, #f8eee9, #f3e3dc);
}

.sticker-showcase {
  position: absolute;
  inset: 0;
  isolation: isolate;
  pointer-events: none;
}

.sticker-showcase__image {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  user-select: none;
}

.feature-card__visual--stickers .sticker-showcase__image--sitting {
  z-index: 1;
  top: 12%;
  left: 5%;
  width: 29%;
  transform: rotate(-7deg);
}

.feature-card__visual--stickers .sticker-showcase__image--resting {
  z-index: 3;
  bottom: 1%;
  left: 21%;
  width: 58%;
  transform: rotate(-2deg);
}

.feature-card__visual--stickers .sticker-showcase__image--jumping {
  z-index: 2;
  top: 8%;
  right: 3%;
  width: 33%;
  transform: rotate(7deg);
}

.feature-card__visual--records {
  overflow: hidden;
  background: #f7f1e8;
}

.record-showcase {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f7f1e8;
}

.record-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.feature-card > p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--color-text-muted);
  font-size: 0.94rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link .material-symbols-outlined {
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.text-link:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.story-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.story-split__media {
  position: relative;
  padding: clamp(28px, 5vw, 60px);
  border-radius: 48% 48% 34% 34%;
  background: linear-gradient(145deg, #f0deca, #f8eee5);
}

.story-split__media img {
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 24%;
  box-shadow: 0 30px 60px rgb(83 57 38 / 14%);
}

.story-split__copy > p {
  margin-top: 22px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--color-text-muted);
}

.check-list .material-symbols-outlined {
  flex: 0 0 auto;
  margin-top: 0.28em;
  color: var(--color-primary);
  font-size: 1.12rem;
}

.trust-section {
  width: min(calc(100% - 40px), 1240px);
  padding-right: clamp(24px, 5vw, 64px);
  padding-left: clamp(24px, 5vw, 64px);
  border: 1px solid var(--color-border);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--color-border);
  border-radius: 18px;
}

.trust-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 14px;
  padding: 24px;
  color: var(--color-text);
  text-decoration: none;
}

.trust-grid a + a {
  border-left: 1px solid var(--color-border);
}

.trust-grid .material-symbols-outlined {
  grid-row: span 2;
  color: var(--color-primary);
  font-size: 1.5rem;
}

.trust-grid small {
  color: var(--color-text-muted);
}

.release-panel {
  display: flex;
  width: min(calc(100% - 40px), var(--page-width));
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: clamp(80px, 10vw, 140px) auto;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 30px;
  background: linear-gradient(135deg, #f1dec7, #f7ebe0);
}

.release-panel h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.release-panel p:not(.eyebrow) {
  margin-top: 12px;
}

.page-hero,
.legal-hero {
  width: min(calc(100% - 40px), var(--page-width));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 148px) 0 clamp(60px, 8vw, 108px);
}

.page-hero {
  max-width: 1000px;
  text-align: center;
}

.page-hero > p:last-child {
  max-width: 700px;
  margin: 28px auto 0;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 2;
}

.page-hero--compact {
  padding-bottom: 60px;
}

.prose-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 120px);
  border-top: 1px solid var(--color-border);
}

.prose-grid h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.prose p {
  margin: 0 0 24px;
  color: var(--color-text-muted);
  font-size: 1.03rem;
  line-height: 2.1;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
}

.value-grid article {
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fff;
}

.value-grid span,
.detail-points > article > span {
  color: #c2a78f;
  font-family: var(--font-logo);
  font-size: 1.5rem;
}

.value-grid h2 {
  margin: 46px 0 12px;
  font-size: 1.35rem;
}

.value-grid p {
  margin: 0;
  color: var(--color-text-muted);
}

.feature-hero {
  display: grid;
  overflow: hidden;
  width: min(calc(100% - 40px), 1320px);
  min-height: 580px;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 50px;
  margin: 40px auto 0;
  padding: clamp(38px, 7vw, 90px);
  border-radius: 40px;
  background: #f1dfcb;
}

.feature-hero > div:first-child {
  z-index: 2;
}

.feature-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.feature-hero > div:first-child > p:last-child {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--color-text-muted);
  line-height: 2;
}

.feature-hero__art {
  position: relative;
  height: 360px;
}

.feature-hero--rotate .kurutto-showcase__image {
  height: 108%;
}

.feature-hero--stickers {
  background: #f7e9e4;
}

.feature-hero--stickers .feature-hero__art {
  overflow: visible;
}

.feature-hero--stickers .sticker-showcase__image--sitting {
  z-index: 1;
  top: 16%;
  left: 0;
  width: 31%;
  transform: rotate(-7deg);
}

.feature-hero--stickers .sticker-showcase__image--resting {
  z-index: 3;
  bottom: -2%;
  left: 16%;
  width: 59%;
  transform: rotate(-2deg);
}

.feature-hero--stickers .sticker-showcase__image--jumping {
  z-index: 2;
  top: 1%;
  right: -1%;
  width: 39%;
  transform: rotate(7deg);
}

.feature-hero--records {
  background: #eee5d8;
}

.feature-hero--records .record-showcase {
  inset: -4% 5%;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
}

.feature-hero--records .record-showcase__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 108%;
  border: 1px solid rgb(112 72 47 / 12%);
  border-radius: 26px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 20px 40px rgb(83 57 38 / 14%);
  transform: translate(-50%, -50%);
}

.detail-points {
  display: grid;
  max-width: 980px;
  gap: 0;
}

.detail-points article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid var(--color-border);
}

.detail-points h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.detail-points p {
  margin: 0;
  color: var(--color-text-muted);
}

.narrow-cta {
  width: min(calc(100% - 40px), 900px);
  margin: 70px auto 120px;
  padding: clamp(36px, 7vw, 72px);
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

.narrow-cta p {
  margin: 18px 0 28px;
}

.faq-list {
  display: grid;
  max-width: 900px;
  gap: 12px;
  padding-top: 0;
}

.faq-list details {
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: #fff;
}

.faq-list summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary .faq-icon {
  flex: 0 0 22px;
  color: var(--color-primary);
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary .faq-icon {
  transform: rotate(180deg);
}

.faq-list details > div {
  padding: 0 22px 24px;
  color: var(--color-text-muted);
}

.legal-hero {
  border-bottom: 1px solid var(--color-border);
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  letter-spacing: -0.055em;
}

.legal-hero > p:last-child {
  margin: 18px 0 0;
  color: var(--color-text-muted);
}

.legal-layout {
  display: grid;
  width: min(calc(100% - 40px), var(--page-width));
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: space-between;
  gap: 70px;
  margin: 0 auto;
  padding: 70px 0 130px;
}

.legal-nav {
  position: sticky;
  top: 106px;
  display: grid;
  align-self: start;
  gap: 7px;
  max-height: calc(100vh - 130px);
  padding-right: 20px;
  overflow-y: auto;
}

.legal-nav strong {
  margin-bottom: 6px;
}

.legal-nav a {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  line-height: 1.55;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--color-primary);
}

.legal-document {
  min-width: 0;
}

.legal-document section {
  scroll-margin-top: 110px;
  margin: 0 0 52px;
}

.legal-document h2 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.legal-document h3 {
  margin: 28px 0 10px;
  font-size: 1.05rem;
}

.legal-document p,
.legal-document li {
  color: #574e48;
  line-height: 1.95;
}

.legal-document ul,
.legal-document ol {
  padding-left: 1.4em;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-table-wrap {
  max-width: 100%;
  margin: 20px 0;
  overflow-x: auto;
}

.legal-document table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.9rem;
}

.legal-document th,
.legal-document td {
  padding: 13px 14px;
  border: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}

.legal-document th {
  background: var(--color-surface-soft);
}

.legal-callout {
  margin-top: 70px;
  padding: 28px;
  border: 1px solid #ddc5aa;
  border-radius: 20px;
  background: #fff9f1;
}

.legal-callout strong {
  font-size: 1.15rem;
}

.legal-callout .button {
  margin-top: 10px;
}

.contact-layout {
  display: grid;
  width: min(calc(100% - 40px), 1050px);
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 7vw, 80px);
  margin: 0 auto 130px;
}

.contact-guide {
  position: sticky;
  top: 110px;
}

.contact-guide h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.contact-guide__note {
  padding: 18px;
  border-radius: 14px;
  background: var(--color-surface-soft);
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.contact-card {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.contact-card > h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact-card > p {
  margin: 8px 0 30px;
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

.contact-app-context {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--color-surface-soft);
  color: var(--color-text-muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

.contact-app-context[hidden] {
  display: none;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d7cbbf;
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--color-text);
}

.field input,
.field select {
  min-height: 50px;
  padding: 10px 13px;
}

.field textarea {
  min-height: 190px;
  padding: 13px;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #b9a38f;
}

.field input[type="file"] {
  padding: 7px;
  color: var(--color-text-muted);
}

.field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: var(--color-surface-soft);
  color: var(--color-primary-strong);
  font-weight: 700;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--color-primary);
  outline: 3px solid rgb(231 184 170 / 34%);
}

.field small {
  color: var(--color-text-muted);
  font-size: 0.74rem;
  line-height: 1.6;
}

.required-mark,
.optional-mark {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: 0.1em;
}

.required-mark {
  background: #f8e5de;
  color: #8b4937;
}

.optional-mark {
  background: #eeeae6;
  color: var(--color-text-muted);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 30px 0 22px;
  font-size: 0.86rem;
  line-height: 1.75;
}

.consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 4px;
  accent-color: var(--color-primary);
}

.turnstile-wrap {
  min-height: 70px;
  margin: 22px 0;
}

.button--submit {
  width: 100%;
}

.button--submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.form-status {
  margin: 18px 0;
  border-radius: 12px;
  font-size: 0.88rem;
}

.form-status--success,
.form-status--error {
  padding: 14px 16px;
  border: 1px solid;
}

.form-status--success {
  border-color: #b9d5c3;
  background: var(--color-success-soft);
  color: var(--color-success);
}

.form-status--error {
  border-color: #e3bcbc;
  background: var(--color-error-soft);
  color: var(--color-error);
}

.form-status code {
  color: inherit;
  font-weight: 800;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.noscript-note {
  padding: 12px;
  border-radius: 10px;
  background: var(--color-error-soft);
  color: var(--color-error);
}

.error-page {
  display: grid;
  min-height: 65vh;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 60px 20px;
  text-align: center;
}

.error-page__code {
  margin: 0;
  color: #d4b99f;
  font-family: var(--font-logo);
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 0.8;
}

.error-page h1 {
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.error-page p:not(.error-page__code) {
  margin: 0 0 12px;
  color: var(--color-text-muted);
}

.site-footer {
  border-top: 1px solid var(--color-border);
  background: #f7f0e8;
}

.site-footer__main {
  display: grid;
  width: min(calc(100% - 40px), var(--page-width));
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  margin: 0 auto;
  padding: 68px 0 54px;
}

.site-footer__main > div > p {
  color: var(--color-text-muted);
  font-size: 0.86rem;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.site-footer nav div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.site-footer nav strong {
  margin-bottom: 5px;
  font-size: 0.8rem;
}

.site-footer nav a {
  color: var(--color-text-muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  width: min(calc(100% - 40px), var(--page-width));
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .site-header__actions {
    gap: 8px;
  }

  .mobile-nav summary {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: #fff;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-text);
    font-size: 1.45rem;
    transform: translate(-50%, -50%);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .mobile-nav__icon--close {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .mobile-nav[open] .mobile-nav__icon--menu {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .mobile-nav[open] .mobile-nav__icon--close {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0);
  }

  .mobile-nav nav {
    position: absolute;
    top: 56px;
    right: 0;
    display: grid;
    width: min(80vw, 320px);
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-card);
  }

  .mobile-nav nav a {
    padding: 12px;
    color: var(--color-text);
    font-size: 0.9rem;
    text-decoration: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 60px;
  }

  .hero__copy {
    max-width: 760px;
    padding-left: 0;
  }

  .hero__media {
    min-height: 560px;
  }

  .hero__media > img {
    right: 50%;
    width: min(92%, 650px);
    transform: translateX(50%);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .feature-card {
    display: grid;
    min-height: auto;
    grid-template-columns: minmax(220px, 0.72fr) 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 28px;
  }

  .feature-card__visual {
    height: 260px;
    grid-row: 1 / 6;
    margin: 0;
  }

  .feature-card .eyebrow {
    align-self: end;
  }

  .story-split {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    display: none;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-guide {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header__inner {
    min-height: 66px;
  }

  .language-link {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 0.76rem;
  }

  .hero {
    width: min(calc(100% - 28px), 1320px);
    padding-top: 42px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .hero__lead {
    margin-top: 20px;
    line-height: 1.85;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions > * {
    width: 100%;
  }

  .hero__media {
    min-height: 440px;
  }

  .hero__memory-card {
    right: 4%;
    bottom: 4%;
    min-width: 172px;
  }

  .section,
  .release-panel,
  .page-hero,
  .legal-hero,
  .legal-layout,
  .contact-layout,
  .narrow-cta,
  .site-footer__main,
  .site-footer__bottom {
    width: min(calc(100% - 28px), var(--page-width));
  }

  .feature-card {
    display: block;
    padding: 20px;
  }

  .feature-card__visual {
    height: 220px;
    margin: 0 0 26px;
  }

  .story-split,
  .prose-grid {
    grid-template-columns: 1fr;
  }

  .story-split__media {
    max-width: 440px;
    margin: 0 auto;
  }

  .trust-section {
    border-radius: 26px;
  }

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

  .trust-grid a + a {
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .release-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .release-panel .button {
    width: 100%;
  }

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

  .value-grid h2 {
    margin-top: 24px;
  }

  .feature-hero {
    width: min(calc(100% - 28px), 1320px);
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 34px 24px;
    border-radius: 26px;
  }

  .feature-hero__art {
    height: 260px;
  }

  .detail-points article {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .contact-card {
    padding: 24px 18px;
  }

  .legal-layout {
    padding-top: 48px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --color-text-muted: #4e4641;
    --color-border: #9c8e83;
  }
}

/* 2026 bilingual content and layout refresh */
.breadcrumb {
  width: min(calc(100% - 40px), var(--page-width));
  margin: 0 auto;
  padding-top: 24px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--color-text-muted);
  font-size: 0.76rem;
  list-style: none;
}

.breadcrumb li + li::before {
  margin-right: 8px;
  color: #b7a89b;
  content: "/";
}

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

.hero {
  width: min(calc(100% - 40px), var(--page-width));
  min-height: 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.82fr);
  gap: clamp(44px, 7vw, 94px);
  padding: clamp(48px, 6vw, 76px) 0 clamp(64px, 8vw, 96px);
}

.hero__copy {
  max-width: 650px;
  padding-left: 0;
}

.hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.65rem);
  line-height: 1.09;
  text-wrap: balance;
}

html[lang="en"] .hero h1 {
  font-size: clamp(2.7rem, 4.7vw, 4.35rem);
}

html[lang="ja"] .hero h1 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
}

html[lang="ja"] .hero h1 span {
  white-space: nowrap;
}

.hero__lead {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.85;
}

.hero__actions {
  margin-top: 30px;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero__facts li {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgb(255 255 255 / 66%);
  color: var(--color-text-muted);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero__facts li::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
}

.hero__facts li:has(.material-symbols-outlined)::before {
  display: none;
}

.hero__facts .material-symbols-outlined {
  color: var(--color-primary);
  font-size: 1rem;
}

.hero__media {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 5;
  align-self: center;
  border: 1px solid rgb(255 255 255 / 76%);
  border-radius: 34px;
  background: var(--color-surface-soft);
  box-shadow: 0 26px 64px rgb(83 57 38 / 14%);
}

.hero__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
  filter: none;
  object-fit: cover;
  object-position: center 30%;
  transform: none;
}

.hero__memory-card {
  right: 18px;
  bottom: 18px;
  min-width: 188px;
}

.answer-section {
  display: grid;
  width: min(calc(100% - 40px), var(--page-width));
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 76px);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 58px);
  scroll-margin-top: 100px;
  border: 1px solid #e2d2c1;
  border-radius: 30px;
  background: linear-gradient(135deg, #f0e1d0, #f8f1e9);
}

.answer-section h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(1.75rem, 3.4vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.3;
  text-wrap: balance;
}

.answer-section .heading-line {
  display: block;
}

.answer-section .heading-phrase {
  display: inline-block;
}

.answer-section div > p {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--color-text-muted);
  line-height: 1.9;
}

.answer-section strong {
  color: var(--color-text);
  font-weight: 700;
}

.section {
  padding: clamp(68px, 8vw, 108px) 0;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading h2,
.story-split h2,
.release-panel h2,
.narrow-cta h2,
.contact-guide h2 {
  font-size: clamp(1.9rem, 3.7vw, 3.15rem);
  line-height: 1.25;
  text-wrap: balance;
}

.section-heading--stack {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
}

.feature-grid {
  gap: 20px;
}

.feature-card {
  min-height: 560px;
  padding: 22px;
  background: #fff;
}

.feature-card__visual {
  height: 248px;
  margin: 0 0 25px;
}

.feature-card h3 {
  font-size: 1.28rem;
  line-height: 1.45;
}

.feature-card > p:not(.eyebrow) {
  line-height: 1.75;
}

.process-section {
  padding: clamp(50px, 7vw, 86px) clamp(24px, 5vw, 58px);
  border-radius: 34px;
  background: var(--color-primary-strong);
  color: #fff;
}

.process-section .eyebrow {
  color: #dfc4aa;
}

.process-section .section-heading > p {
  color: #eadfd6;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 30px 26px 4px 0;
}

.process-list li + li {
  padding-left: 26px;
  border-left: 1px solid rgb(255 255 255 / 22%);
}

.process-list > li > span {
  color: #d9b995;
  font-family: var(--font-logo);
  font-size: 1.28rem;
}

.process-list h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.process-list p {
  margin: 0;
  color: #e6dcd4;
  font-size: 0.9rem;
  line-height: 1.75;
}

.story-split__media {
  padding: clamp(24px, 4vw, 48px);
  border-radius: 34px;
}

.story-split__media img {
  border-radius: 22%;
}

.trust-section {
  width: min(calc(100% - 40px), var(--page-width));
  padding: clamp(48px, 5vw, 68px) clamp(32px, 5vw, 72px);
  box-shadow: none;
}

.trust-section .section-heading {
  grid-template-columns: 1fr;
  gap: 16px;
}

.trust-section .section-heading > p {
  max-width: none;
}

.keep-phrase {
  white-space: nowrap;
}

.hero__lead,
.answer-section div > p,
.section-heading > p,
.feature-card > p:not(.eyebrow),
.story-split__copy > p,
.legal-document p {
  text-wrap: pretty;
}

.home-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 0.9fr);
  gap: clamp(36px, 8vw, 100px);
  align-items: start;
}

.home-faq .section-heading {
  position: sticky;
  top: 110px;
  display: block;
  margin: 0;
}

.home-faq .section-heading .text-link {
  margin-top: 24px;
}

.faq-list--home {
  width: 100%;
  padding: 0;
}

.release-panel {
  margin-top: 38px;
  background: linear-gradient(135deg, #ead7c0, #f6eae0);
}

.page-hero,
.legal-hero {
  padding-top: clamp(58px, 7vw, 94px);
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  text-wrap: balance;
}

.feature-hero {
  width: min(calc(100% - 40px), var(--page-width));
  min-height: 520px;
  margin-top: 24px;
  border-radius: 34px;
}

.feature-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.25rem);
  text-wrap: balance;
}

.legal-hero {
  padding-top: 54px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 34px;
    padding-top: 44px;
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(2.7rem, 7vw, 4.1rem);
  }

  .hero__media {
    width: 100%;
    min-height: 0;
  }

  .feature-card {
    min-height: 0;
  }

  .feature-card__visual {
    margin: 0;
  }

  .home-faq {
    grid-template-columns: 1fr;
  }

  .home-faq .section-heading {
    position: static;
  }
}

@media (max-width: 760px) {
  .breadcrumb {
    width: min(calc(100% - 28px), var(--page-width));
    padding-top: 18px;
  }

  .hero {
    width: min(calc(100% - 28px), var(--page-width));
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 38px 0 64px;
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
  }

  .hero__lead {
    line-height: 1.75;
  }

  .hero__media {
    width: 100%;
    max-height: 560px;
    aspect-ratio: 4 / 5;
  }

  .answer-section {
    width: min(calc(100% - 28px), var(--page-width));
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .answer-section div > p {
    margin-top: 16px;
  }

  .section-heading--stack {
    grid-template-columns: 1fr;
  }

  .process-section {
    width: min(calc(100% - 28px), var(--page-width));
    padding: 38px 22px;
    border-radius: 26px;
  }

  .trust-section {
    width: min(calc(100% - 28px), var(--page-width));
    padding: 34px 22px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li + li {
    padding: 24px 0;
    border-left: 0;
  }

  .process-list li + li {
    border-top: 1px solid rgb(255 255 255 / 22%);
  }

  .feature-card__visual {
    margin-bottom: 24px;
  }

  .home-faq {
    gap: 28px;
  }

  .feature-hero {
    margin-top: 18px;
  }
}
