:root {
  --background: #151223;
  --foreground: #211b2e;
  --card: #fffaf6;
  --card-foreground: #211b2e;
  --popover: #fffaf6;
  --popover-foreground: #211b2e;
  --primary: #ef6f68;
  --primary-foreground: #ffffff;
  --secondary: #f4e8e7;
  --secondary-foreground: #3f304d;
  --muted: #eee8ef;
  --muted-foreground: #746a79;
  --accent: #ef6f68;
  --accent-foreground: #ffffff;
  --destructive: #c5393d;
  --border: #d9cfd9;
  --input: #d9cfd9;
  --ring: #ef6f68;
  --chart-1: #ef6f68;
  --chart-2: #7164a5;
  --chart-3: #31284c;
  --chart-4: #f1a17f;
  --chart-5: #9b86c7;
  --radius: 1.25rem;
  --font-sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP",
    system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

button {
  font: inherit;
}

a.line-button {
  font: inherit;
  text-decoration: none;
}

.site-stage {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgb(239 111 104 / 24%), transparent 30rem),
    radial-gradient(circle at 90% 82%, rgb(117 101 165 / 32%), transparent 34rem),
    #141221;
}

.mobile-page {
  width: min(100%, 430px);
  overflow: hidden;
  background: #fffaf6;
  box-shadow: 0 0 5rem rgb(0 0 0 / 32%);
}

.phone-canvas {
  isolation: isolate;
  position: relative;
  width: 100%;
  min-height: max(100svh, 800px);
  height: auto;
  overflow: hidden;
  padding-top: clamp(5.6rem, 12.5svh, 7.1rem);
  padding-bottom: 1rem;
  background:
    linear-gradient(rgb(255 251 247 / 90%), rgb(255 251 247 / 97%)),
    repeating-linear-gradient(
      135deg,
      rgb(96 78 121 / 4%) 0,
      rgb(96 78 121 / 4%) 1px,
      transparent 1px,
      transparent 7px
    );
}

.hero-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  padding: 0.72rem 1.2rem 0.72rem 1rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.78rem;
  height: 2.78rem;
  border: 1.5px solid #79727c;
  border-radius: 50%;
}

.brand-comma {
  display: block;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 0.6;
  transform: translate(-0.06rem, -0.27rem);
}

.brand-word {
  color: #201a2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ai-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #615667;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  white-space: nowrap;
}

.ai-label i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 0.2rem rgb(239 111 104 / 16%);
}

.ambient-orbit {
  position: absolute;
  z-index: -1;
  top: 7.8rem;
  right: -8.5rem;
  width: 17rem;
  height: 17rem;
  border: 1px solid rgb(239 111 104 / 22%);
  border-radius: 50%;
  box-shadow:
    0 0 0 1.8rem rgb(239 111 104 / 4%),
    0 0 0 4.3rem rgb(110 92 151 / 4%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.28rem minmax(0, 1fr);
  column-gap: 0.95rem;
  width: calc(100% - 2.6rem);
  margin: 0 auto;
}

.coral-rule {
  width: 0.28rem;
  height: 8.75rem;
  margin-top: 0.25rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0.3rem 0.8rem rgb(239 111 104 / 16%);
}

.hero-copy h1 {
  margin: 0 0 0.65rem;
  font-family: var(--font-serif);
  font-size: clamp(1.72rem, 7.25vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.35;
}

.title-brand {
  display: block;
  width: fit-content;
  margin-top: 0.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48em;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.title-brand > span {
  color: var(--primary);
}

.hero-subline {
  margin: 0;
  color: #5d5263;
  font-family: var(--font-serif);
  font-size: clamp(0.875rem, 3.7vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.008em;
  line-height: 1.65;
}

.hero-photo {
  position: relative;
  z-index: 2;
  width: calc(100% - 3rem);
  height: clamp(18rem, 36svh, 20.5rem);
  margin: 2rem auto 0;
  overflow: hidden;
  border: 1px solid rgb(49 40 76 / 42%);
  border-radius: 10.5rem 10.5rem 1.5rem 1.5rem;
  background: #211d35;
  box-shadow:
    0 1.6rem 3.8rem rgb(43 34 69 / 24%),
    0 0 0 0.32rem rgb(255 253 249 / 90%),
    0 0 0 0.39rem rgb(49 40 76 / 15%);
}

.hero-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  filter: saturate(0.92) contrast(1.03);
}

.photo-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgb(16 13 27 / 18%), transparent 42%),
    linear-gradient(to right, rgb(42 31 64 / 10%), transparent 55%);
}

.hero-actions {
  position: relative;
  z-index: 4;
  width: calc(100% - 3rem);
  margin: 1.05rem auto 0;
}

.hero-message {
  position: relative;
  padding: 0.82rem 1rem 0.88rem;
  border: 1px solid rgb(49 40 76 / 10%);
  border-left: 0.22rem solid var(--primary);
  border-radius: 0.3rem 1rem 1rem 0.3rem;
  background: rgb(255 250 247 / 82%);
  color: #554a5c;
  text-align: left;
  box-shadow: 0 0.7rem 1.8rem rgb(49 40 76 / 9%);
}

.hero-message p {
  margin: 0;
  font-size: clamp(0.91rem, 3.8vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.65;
}

.hero-message p:first-child {
  color: #211b2e;
  font-size: clamp(0.98rem, 4.05vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.012em;
}

.hero-message p + p {
  margin-top: 0.16rem;
}

.cta-wrap {
  position: relative;
  margin: 0.8rem 0.4rem 0;
  will-change: transform;
}

.line-button {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 4.6rem 1fr 1.7rem;
  align-items: center;
  width: 100%;
  min-height: 4.1rem;
  padding: 0.55rem 0.9rem 0.55rem 0.75rem;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 1.2rem;
  background: linear-gradient(112deg, #ef6f68, #d95568);
  color: #ffffff;
  box-shadow:
    0 0.9rem 2.2rem rgb(123 55 70 / 27%),
    inset 0 1px 0 rgb(255 255 255 / 28%);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.line-button::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -38%;
  width: 20%;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(255 255 255 / 38%),
    transparent
  );
  pointer-events: none;
  transform: skewX(-18deg);
}

.line-button > * {
  position: relative;
  z-index: 1;
}

.line-button:hover {
  box-shadow:
    0 1.1rem 2.5rem rgb(123 55 70 / 34%),
    inset 0 1px 0 rgb(255 255 255 / 34%);
  transform: translateY(-2px);
}

.line-button:active {
  transform: translateY(0) scale(0.99);
}

.line-button:focus-visible {
  outline: 3px solid rgb(255 255 255 / 88%);
  outline-offset: 3px;
}

.free-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  border-radius: 999px;
  background: #fff9f3;
  color: #dc5f62;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 0.25rem 0.65rem rgb(104 46 59 / 18%);
}

.button-copy {
  justify-self: center;
  font-size: clamp(1rem, 4.2vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.line-button svg {
  width: 1.45rem;
  height: 1.45rem;
  justify-self: end;
}

.example-cta-wrap {
  margin-top: 1.65rem;
}

.floating-cta {
  position: fixed;
  z-index: 50;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 50%;
  width: min(calc(100% - 1.5rem), 406px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 1.5rem));
  transition:
    opacity 180ms ease,
    transform 260ms cubic-bezier(0.2, 0.78, 0.28, 1);
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.floating-cta .cta-wrap {
  margin: 0;
}

.floating-cta .line-button {
  min-height: 3.85rem;
  box-shadow:
    0 1rem 2.6rem rgb(33 24 47 / 34%),
    0 0 0 0.12rem rgb(255 255 255 / 20%),
    inset 0 1px 0 rgb(255 255 255 / 30%);
}

@media (prefers-reduced-motion: reduce) {
  .floating-cta {
    transition: none;
  }
}

.straight-section {
  position: relative;
  overflow: hidden;
  padding: 4.4rem 1rem 5rem;
  background:
    radial-gradient(circle at 112% 8%, rgb(239 111 104 / 17%), transparent 19rem),
    radial-gradient(circle at -12% 72%, rgb(113 100 157 / 13%), transparent 21rem),
    linear-gradient(165deg, #fffaf6, #f8f1f4 58%, #f7f2f9);
  color: #211b2e;
}

.straight-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.52rem;
  background: linear-gradient(90deg, #ef6f68 0%, #e76f78 54%, #9b86c7 100%);
  box-shadow: 0 0.5rem 1.4rem rgb(118 75 119 / 18%);
}

.straight-section::after {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 50%;
  width: 5.4rem;
  height: 0.72rem;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #e76f78, #b47fae);
  box-shadow: 0 0.35rem 0.9rem rgb(118 75 119 / 16%);
  transform: translateX(-50%);
}

.straight-heading {
  position: relative;
  padding-left: 1.15rem;
}

.straight-heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.2rem;
  left: 0;
  width: 0.25rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0.45rem 1.2rem rgb(239 111 104 / 24%);
}

.straight-heading h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.92rem, 8.2vw, 2.28rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.45;
}

.straight-intro {
  margin-top: 2.2rem;
  color: #5d5263;
}

.straight-intro > p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.012em;
  line-height: 1.95;
}

.straight-intro > p + p {
  margin-top: 1.05rem;
}

.straight-intro strong {
  display: block;
  color: #211b2e;
  font-weight: 400;
}

.straight-statement {
  color: #211b2e;
  font-size: 1.05rem !important;
  font-weight: 800;
}

.decision-note {
  margin-top: 1.8rem;
  padding: 1.05rem 1rem 1.1rem;
  border: 1.5px solid rgb(207 70 80 / 64%);
  border-radius: 1rem;
  background: rgb(255 250 246 / 76%);
  box-shadow: 0 0.8rem 2rem rgb(72 55 80 / 7%);
}

.decision-note p {
  margin: 0;
  color: #3f3548;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.decision-note p + p {
  margin-top: 0.65rem;
  color: #c9535c;
}

.example-block {
  margin-top: 3.4rem;
}

.example-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.example-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  min-height: 2rem;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
}

.example-heading p {
  margin: 0;
  color: #746a79;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.line-chat {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgb(49 40 76 / 12%);
  border-radius: 1.35rem;
  background: #b8c8d5;
  box-shadow: 0 1.35rem 3rem rgb(56 44 67 / 16%);
}

.line-chat-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.8rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgb(49 40 76 / 10%);
  background: #fffaf6;
  color: #211b2e;
}

.line-chat-avatar,
.chat-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgb(49 40 76 / 30%);
  border-radius: 50%;
  background: #fffaf6;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 0.6;
  padding-bottom: 0.45rem;
}

.line-chat-header p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.line-chat-header div > span {
  display: block;
  margin-top: 0.16rem;
  color: #746a79;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.line-chat-body {
  padding: 1.3rem 0.85rem 1.55rem;
  background:
    radial-gradient(circle at 82% 18%, rgb(255 255 255 / 22%), transparent 12rem),
    linear-gradient(155deg, #c8d6e1, #afc0cf);
}

.chat-row {
  display: flex;
  width: 100%;
}

.chat-row + .chat-row {
  margin-top: 1.35rem;
}

.chat-row-user {
  justify-content: flex-end;
}

.chat-row-comma {
  align-items: flex-start;
  gap: 0.52rem;
}

.chat-stack {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  max-width: 90%;
}

.chat-row-user .chat-stack {
  align-items: flex-end;
}

.chat-row-comma .chat-stack {
  align-items: flex-start;
}

.chat-name {
  margin: 0 0 -0.18rem 0.25rem;
  color: #3a4b5c;
  font-size: 0.72rem;
  font-weight: 700;
}

.chat-bubble {
  margin: 0;
  padding: 0.72rem 0.85rem;
  border-radius: 1rem;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.003em;
  line-height: 1.75;
  box-shadow: 0 0.35rem 0.9rem rgb(31 42 53 / 12%);
}

.chat-bubble-user {
  border-top-right-radius: 0.3rem;
  background: #9bea75;
  color: #182215;
}

.chat-bubble-comma {
  border-top-left-radius: 0.3rem;
  background: #ffffff;
  color: #2b2435;
}

.chat-bubble-lead {
  font-weight: 800;
}

.chat-emphasis {
  color: #17111f;
  font-weight: 800;
}

.memory-section {
  position: relative;
  overflow: hidden;
  padding: 4.8rem 1rem 5.2rem;
  background:
    radial-gradient(circle at 110% 14%, rgb(239 111 104 / 13%), transparent 18rem),
    radial-gradient(circle at -14% 84%, rgb(113 100 157 / 15%), transparent 19rem),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 3.55rem,
      rgb(113 100 157 / 4%) 3.55rem,
      rgb(113 100 157 / 4%) 3.6rem
    ),
    linear-gradient(165deg, #f8f6fb, #f1eef7);
  color: #211b2e;
}

.memory-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  left: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(113 100 157 / 58%), rgb(239 111 104 / 55%), transparent);
}

.memory-heading {
  position: relative;
  padding-top: 1.2rem;
}

.memory-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #9b86c7);
  box-shadow: 0 0.4rem 1rem rgb(125 79 122 / 16%);
}

.memory-heading h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.82rem, 7.6vw, 2.12rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.5;
}

.memory-heading h2 > span {
  display: block;
  color: #c9535c;
}

.memory-log {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 2.4rem 0 0;
  padding: 0;
  list-style: none;
}

.memory-item {
  position: relative;
}

.memory-item p {
  margin: 0;
  padding: 0.9rem 1rem 0.95rem;
  border: 1px solid rgb(113 100 157 / 12%);
  border-radius: 1rem;
  background: rgb(255 253 250 / 90%);
  color: #5d5263;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.75;
  box-shadow: 0 0.8rem 1.9rem rgb(71 55 88 / 8%);
}

.memory-item strong {
  display: block;
  color: #211b2e;
  font-weight: 800;
}

.memory-conclusion {
  position: relative;
  margin-top: 2.5rem;
  overflow: hidden;
  padding: 1.3rem 1.15rem 1.4rem;
  border: 1px solid rgb(239 111 104 / 36%);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 108% -12%, rgb(239 111 104 / 24%), transparent 11rem),
    linear-gradient(145deg, #2d2540, #171321);
  color: #fffaf6;
  box-shadow: 0 1.2rem 2.8rem rgb(47 34 62 / 21%);
}

.memory-conclusion::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  bottom: 1.2rem;
  left: 0;
  width: 0.25rem;
  border-radius: 0 999px 999px 0;
  background: var(--primary);
}

.memory-conclusion p {
  margin: 0;
}

.memory-conclusion-lead {
  color: rgb(255 250 246 / 78%);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.memory-conclusion-core {
  margin-top: 0.65rem !important;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 4.2vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.55;
  white-space: nowrap;
}

.memory-conclusion-core strong {
  color: #ff8a83;
  font-weight: 800;
}

.memory-conclusion-detail {
  margin-top: 1rem !important;
  padding-top: 0.9rem;
  border-top: 1px solid rgb(255 255 255 / 14%);
  color: rgb(255 250 246 / 86%);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
}

.safe-section {
  position: relative;
  overflow: hidden;
  padding: 4.8rem 1rem 5.2rem;
  background:
    radial-gradient(circle at 108% 12%, rgb(239 111 104 / 15%), transparent 18rem),
    radial-gradient(circle at -12% 86%, rgb(113 100 157 / 13%), transparent 20rem),
    linear-gradient(165deg, #fffaf8, #f7edf3 58%, #f3eff8);
  color: #211b2e;
}

.safe-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.34rem;
  background: linear-gradient(90deg, #9b86c7, #ef6f68 52%, #d95568);
  box-shadow: 0 0.45rem 1.2rem rgb(118 75 119 / 14%);
}

.safe-heading {
  position: relative;
  padding-left: 1.05rem;
}

.safe-heading::before {
  content: "";
  position: absolute;
  top: 0.22rem;
  bottom: 0.2rem;
  left: 0;
  width: 0.24rem;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--primary), #9b86c7);
}

.safe-heading h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.82rem, 7.7vw, 2.16rem);
  font-weight: 600;
  letter-spacing: -0.048em;
  line-height: 1.48;
}

.safe-heading h2 > span {
  display: block;
  color: #c9535c;
}

.safe-heading > p {
  margin: 1rem 0 0;
  color: #5d5263;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.safe-night {
  position: relative;
  margin-top: 2.1rem;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgb(239 111 104 / 28%);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 98% 4%, rgb(239 111 104 / 18%), transparent 13rem),
    radial-gradient(circle at 4% 102%, rgb(155 134 199 / 19%), transparent 14rem),
    linear-gradient(150deg, #31283f, #171321 72%);
  box-shadow: 0 1.35rem 3rem rgb(47 34 62 / 22%);
}

.safe-thoughts {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safe-thought-item {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  align-items: center;
  gap: 0.72rem;
  min-height: 4rem;
  padding: 0.65rem 0.78rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0.95rem;
  background: rgb(255 255 255 / 7%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);
}

.safe-thought-comma {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  padding-bottom: 0.42rem;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  background: rgb(255 250 246 / 8%);
  color: #ff827b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.96rem;
  font-weight: 700;
  line-height: 0.6;
}

.safe-thought-item p {
  margin: 0;
  color: rgb(255 250 246 / 82%);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.002em;
  line-height: 1.75;
}

.safe-thought-item strong {
  color: #ffffff;
  font-weight: 800;
}

.safe-pause {
  position: relative;
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.25rem;
  padding: 1.15rem 1rem;
  border: 1.5px solid rgb(207 70 80 / 55%);
  border-radius: 1.2rem;
  background: rgb(255 253 250 / 92%);
  box-shadow: 0 1rem 2.4rem rgb(72 55 80 / 12%);
}

.safe-pause-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  padding-bottom: 0.62rem;
  border: 1.5px solid rgb(49 40 76 / 42%);
  border-radius: 50%;
  background: #fffaf6;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.6;
  box-shadow: 0 0.45rem 1rem rgb(72 55 80 / 10%);
}

.safe-pause p {
  margin: 0;
}

.safe-pause-steps {
  color: #5d5263;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.75;
}

.safe-pause-role {
  margin-top: 0.38rem !important;
  color: #211b2e;
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 4.7vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.safety-section {
  position: relative;
  overflow: hidden;
  padding: 4.6rem 1rem 5.4rem;
  border-top: 1px solid rgb(49 40 76 / 10%);
  background:
    radial-gradient(circle at 110% 4%, rgb(113 100 157 / 12%), transparent 17rem),
    linear-gradient(165deg, #f8f6f8, #efedf2);
  color: #211b2e;
}

.safety-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.5rem;
  height: 0.3rem;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--primary), #9b86c7);
}

.safety-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.safety-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  background: #282039;
  color: #ff827b;
  box-shadow: 0 0.7rem 1.6rem rgb(47 34 62 / 16%);
}

.safety-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.safety-heading h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 7.8vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.4;
}

.safety-card {
  margin-top: 2rem;
  overflow: hidden;
  padding: 0.35rem;
  border: 1px solid rgb(49 40 76 / 13%);
  border-radius: 1.3rem;
  background: rgb(255 253 250 / 90%);
  box-shadow: 0 1.2rem 2.8rem rgb(72 55 80 / 10%);
}

.safety-item {
  display: grid;
  grid-template-columns: 0.72rem minmax(0, 1fr);
  align-items: start;
  gap: 0.82rem;
  padding: 1.05rem 0.9rem;
}

.safety-item + .safety-item {
  border-top: 1px solid rgb(49 40 76 / 9%);
}

.safety-point {
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.57rem;
  border: 1.5px solid #9b86c7;
  border-radius: 50%;
  background: #fffaf6;
}

.safety-item p {
  margin: 0;
  color: #5d5263;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.003em;
  line-height: 1.9;
}

.safety-item strong {
  display: block;
  color: #211b2e;
  font-weight: 800;
}

.safety-item-critical {
  background: linear-gradient(90deg, rgb(239 111 104 / 9%), transparent 88%);
}

.safety-item-critical .safety-point {
  border-color: #d95568;
  background: #ef6f68;
  box-shadow: 0 0 0 0.22rem rgb(239 111 104 / 14%);
}

.safety-item-privacy span {
  display: block;
  margin-top: 0.3rem;
  color: #746a79;
  font-weight: 700;
}

.safety-item-age strong {
  display: inline;
  color: #c9535c;
}

.final-cta-section {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem 5.5rem;
  background:
    radial-gradient(circle at 108% 8%, rgb(239 111 104 / 24%), transparent 18rem),
    radial-gradient(circle at -14% 94%, rgb(155 134 199 / 22%), transparent 20rem),
    linear-gradient(160deg, #2c233e, #171321 68%, #211829);
  color: #fffaf6;
}

.final-cta-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 0.42rem;
  background: linear-gradient(90deg, #9b86c7, #ef6f68 52%, #d95568);
}

.final-cta-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7.5rem;
  right: -8.5rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.1rem rgb(239 111 104 / 4%),
    0 0 0 5rem rgb(155 134 199 / 4%);
}

.final-cta-content {
  position: relative;
  z-index: 1;
}

.final-cta-intro {
  text-align: center;
}

.final-cta-intro h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 8.4vw, 2.38rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.45;
}

.final-cta-intro p {
  margin: 1.15rem 0 0;
  color: rgb(255 250 246 / 76%);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.85;
}

.final-cta-brand {
  display: grid;
  grid-template-columns: 0.26rem minmax(0, 1fr);
  gap: 0.9rem;
  margin-top: 2.6rem;
  padding: 1.25rem 1rem 1.35rem;
  border-top: 1px solid rgb(49 40 76 / 10%);
  border-bottom: 1px solid rgb(49 40 76 / 10%);
  background:
    linear-gradient(rgb(255 251 247 / 90%), rgb(255 251 247 / 97%)),
    repeating-linear-gradient(
      135deg,
      rgb(96 78 121 / 4%) 0,
      rgb(96 78 121 / 4%) 1px,
      transparent 1px,
      transparent 7px
    );
  color: #211b2e;
}

.final-cta-rule {
  width: 0.26rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0.45rem 1.2rem rgb(239 111 104 / 28%);
}

.final-cta-tagline {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.28rem, 5.4vw, 1.52rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.55;
}

.final-cta-brand-name {
  display: block;
  width: fit-content;
  margin-top: 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.final-cta-brand-name > span {
  color: #ff827b;
}

.final-cta-subline {
  margin: 0.9rem 0 0;
  color: #5d5263;
  font-family: var(--font-serif);
  font-size: clamp(0.87rem, 3.7vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.004em;
  line-height: 1.7;
}

.final-cta-button-wrap {
  margin: 2.15rem 0.35rem 0;
}

.final-cta-button-wrap .line-button {
  box-shadow:
    0 1.1rem 2.7rem rgb(0 0 0 / 30%),
    0 0 0 0.15rem rgb(255 255 255 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 30%);
}

.site-footer {
  position: relative;
  padding: 1.45rem 1rem max(1.65rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgb(255 255 255 / 7%);
  background:
    radial-gradient(circle at 50% 0, rgb(239 111 104 / 8%), transparent 13rem),
    #100d19;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(56%, 13rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(239 111 104 / 50%), transparent);
  transform: translateX(-50%);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  display: inline-flex;
  align-items: center;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.65rem;
  color: rgb(255 250 246 / 72%);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration-color: rgb(239 111 104 / 58%);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #fffaf6;
  text-decoration-color: #ef6f68;
}

.footer-link:focus-visible {
  border-radius: 0.35rem;
  outline: 2px solid rgb(239 111 104 / 72%);
  outline-offset: 1px;
}

.legal-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 108% 9%, rgb(239 111 104 / 11%), transparent 18rem),
    linear-gradient(165deg, #fffaf6, #f5f1f8 64%, #f8f3f5);
}

.legal-header {
  display: grid;
  grid-template-columns: 2.75rem 1fr 2.75rem;
  align-items: center;
  min-height: 4.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgb(49 40 76 / 9%);
  background: rgb(255 251 247 / 88%);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgb(49 40 76 / 14%);
  border-radius: 50%;
  background: rgb(255 255 255 / 62%);
  color: #31284c;
  box-shadow: 0 0.35rem 1rem rgb(49 40 76 / 7%);
  transition:
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.legal-back:hover {
  border-color: rgb(239 111 104 / 56%);
  color: #d95568;
  transform: translateX(-0.12rem);
}

.legal-back:focus-visible {
  outline: 3px solid rgb(239 111 104 / 45%);
  outline-offset: 2px;
}

.legal-back svg {
  width: 1.25rem;
  height: 1.25rem;
}

.legal-logo {
  justify-self: center;
  color: #201a2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.legal-logo > span {
  color: var(--primary);
}

.legal-header-balance {
  width: 2.75rem;
}

.legal-hero {
  display: grid;
  grid-template-columns: 0.28rem minmax(0, 1fr);
  gap: 1rem;
  padding: 3.1rem 1.4rem 3.25rem;
  background:
    linear-gradient(rgb(255 251 247 / 90%), rgb(255 251 247 / 97%)),
    repeating-linear-gradient(
      135deg,
      rgb(96 78 121 / 4%) 0,
      rgb(96 78 121 / 4%) 1px,
      transparent 1px,
      transparent 7px
    );
}

.legal-hero-rule {
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0.45rem 1.2rem rgb(239 111 104 / 24%);
}

.legal-hero h1 {
  margin: 0;
  color: #211b2e;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 9.5vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.legal-hero h1 > span {
  display: block;
  color: #c9535c;
}

.legal-content {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1rem 3.4rem;
}

.legal-introduction {
  padding: 0.2rem 0.2rem 0.45rem;
}

.legal-introduction p {
  margin: 0;
  color: #4f4657;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.95;
}

.legal-section {
  padding: 1.3rem 1.1rem 1.4rem;
  border: 1px solid rgb(113 100 157 / 13%);
  border-radius: 1rem;
  background: rgb(255 253 250 / 90%);
  box-shadow: 0 0.8rem 2rem rgb(71 55 88 / 7%);
}

.legal-section-important {
  border-color: rgb(207 70 80 / 42%);
  box-shadow:
    0 0.8rem 2rem rgb(71 55 88 / 7%),
    inset 0.22rem 0 #ef6f68;
}

.legal-section h2 {
  margin: 0;
  color: #211b2e;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.65;
}

.legal-section p,
.legal-section li {
  color: #594f5f;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.95;
}

.legal-section p {
  margin: 0.8rem 0 0;
}

.legal-section ol {
  display: grid;
  gap: 0.8rem;
  margin: 0.9rem 0 0;
  padding-left: 1.45rem;
}

.legal-section ul {
  display: grid;
  gap: 0.8rem;
  margin: 0.9rem 0 0;
  padding-left: 1.25rem;
}

.legal-bullet-list {
  padding-left: 0 !important;
  list-style: none;
}

.legal-bullet-list li {
  position: relative;
  padding-left: 1.25rem;
}

.legal-bullet-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #c9535c;
  font-weight: 700;
}

.legal-section li::marker {
  color: #c9535c;
  font-weight: 700;
}

.legal-note {
  margin-top: 1rem !important;
  padding: 0.78rem 0.85rem;
  border-left: 0.22rem solid #ef6f68;
  border-radius: 0.2rem 0.7rem 0.7rem 0.2rem;
  background: rgb(239 111 104 / 8%);
  color: #31284c !important;
  font-weight: 700 !important;
}

.legal-contact-section {
  border-color: rgb(113 100 157 / 27%);
}

.legal-contact {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 0.8rem;
  padding: 0.78rem 0.85rem;
  border-radius: 0.7rem;
  background: rgb(49 40 76 / 6%);
  color: #31284c !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.91rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  text-decoration-color: rgb(201 83 92 / 52%);
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
}

.legal-contact:hover,
.legal-contact:focus-visible {
  color: #9f3f4d !important;
}

.legal-contact:focus-visible {
  outline: 2px solid rgb(239 111 104 / 48%);
  outline-offset: 2px;
}

.operator-content {
  padding-top: 1.5rem;
}

.operator-card {
  overflow: hidden;
  padding: 0;
}

.operator-details {
  margin: 0;
}

.operator-details > div {
  display: grid;
  gap: 0.38rem;
  padding: 1.15rem 1.1rem 1.2rem;
}

.operator-details > div + div {
  border-top: 1px solid rgb(49 40 76 / 9%);
}

.operator-details dt {
  color: #8b5262;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.5;
}

.operator-details dd {
  margin: 0;
  color: #31284c;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.003em;
  line-height: 1.75;
}

.operator-contact {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.91rem !important;
}

.operator-contact a {
  color: #31284c;
  text-decoration-color: rgb(201 83 92 / 52%);
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
}

.operator-contact a:hover,
.operator-contact a:focus-visible {
  color: #9f3f4d;
}

.operator-contact a:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid rgb(239 111 104 / 48%);
  outline-offset: 3px;
}

.operator-site-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #c9535c;
  text-decoration-color: rgb(201 83 92 / 50%);
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  transition: color 160ms ease;
}

.operator-site-link:hover,
.operator-site-link:focus-visible {
  color: #9f3f4d;
}

.operator-site-link:focus-visible {
  border-radius: 0.25rem;
  outline: 2px solid rgb(239 111 104 / 48%);
  outline-offset: 3px;
}

.operator-site-link svg {
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
}

.legal-effective-date {
  margin: 0.6rem 0 0;
  padding: 1.15rem;
  border: 1px solid rgb(49 40 76 / 10%);
  border-radius: 0.85rem;
  background: rgb(49 40 76 / 5%);
  color: #5d5263;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

.legal-footer {
  padding: 1.7rem 1rem max(1.8rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgb(255 255 255 / 7%);
  background:
    radial-gradient(circle at 50% 0, rgb(239 111 104 / 10%), transparent 13rem),
    #100d19;
  text-align: center;
}

.legal-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  color: rgb(255 250 246 / 78%);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration-color: rgb(239 111 104 / 64%);
  text-decoration-line: underline;
  text-underline-offset: 0.32rem;
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: #fffaf6;
}

.legal-footer a:focus-visible {
  border-radius: 0.35rem;
  outline: 2px solid rgb(239 111 104 / 72%);
  outline-offset: 2px;
}

.legal-footer svg {
  width: 1.05rem;
  height: 1.05rem;
}

.not-found-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 102% 12%, rgb(239 111 104 / 18%), transparent 18rem),
    radial-gradient(circle at -10% 92%, rgb(155 134 199 / 18%), transparent 20rem),
    linear-gradient(160deg, #fffaf6, #f4eef5);
}

.not-found-content {
  display: flex;
  min-height: calc(100svh - 4.75rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem 5rem;
  color: #211b2e;
  text-align: center;
}

.not-found-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  padding-bottom: 1.1rem;
  border: 1.5px solid rgb(49 40 76 / 34%);
  border-radius: 50%;
  background: rgb(255 253 250 / 72%);
  color: #ef6f68;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.6;
  box-shadow: 0 1.2rem 2.8rem rgb(49 40 76 / 12%);
}

.not-found-code {
  margin: 1.5rem 0 0;
  color: #c9535c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.not-found-content h1 {
  margin: 0.65rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 7.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.5;
}

.not-found-content > p:not(.not-found-code) {
  margin: 1rem 0 0;
  color: #5d5263;
  font-size: 1rem;
  line-height: 1.85;
}

.not-found-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  margin-top: 2rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(112deg, #ef6f68, #d95568);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.8rem 1.8rem rgb(123 55 70 / 22%);
}

.not-found-link:focus-visible {
  outline: 3px solid rgb(239 111 104 / 42%);
  outline-offset: 3px;
}

@media (max-width: 350px) {
  .hero-header {
    padding-right: 0.85rem;
    padding-left: 0.65rem;
  }

  .brand-lockup {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 2.45rem;
    height: 2.45rem;
  }

  .brand-comma {
    font-size: 2.34rem;
    transform: translate(-0.04rem, -0.24rem);
  }

  .brand-word {
    font-size: 1.78rem;
  }

  .hero-copy {
    width: calc(100% - 2rem);
    column-gap: 0.75rem;
  }

  .hero-subline {
    font-size: 0.85rem;
  }

  .hero-photo,
  .hero-actions {
    width: calc(100% - 2.4rem);
  }

  .hero-message {
    padding-right: 0.82rem;
    padding-left: 0.82rem;
  }

  .cta-wrap {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
  }

  .line-button {
    grid-template-columns: 3.7rem 1fr 1.45rem;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .free-badge {
    min-height: 2.05rem;
    font-size: 0.88rem;
  }

  .button-copy {
    font-size: clamp(0.82rem, 4vw, 0.88rem);
  }

  .line-button svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .straight-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .memory-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .safe-night {
    padding-right: 0.72rem;
    padding-left: 0.72rem;
  }

  .safe-thought-item {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 0.58rem;
    padding-right: 0.62rem;
    padding-left: 0.62rem;
  }

  .safe-thought-comma {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.8rem;
  }

  .safe-pause {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.7rem;
    padding-right: 0.78rem;
    padding-left: 0.78rem;
  }

  .safe-pause-mark {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2.68rem;
  }

  .safe-pause-steps {
    font-size: 0.8rem;
  }

  .final-cta-brand {
    padding-right: 0.72rem;
    padding-left: 0.72rem;
  }

  .final-cta-button-wrap {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }

  .safety-item {
    gap: 0.65rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }

  .straight-heading h2 {
    font-size: 1.86rem;
  }

  .line-chat-body {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }

  .chat-stack {
    max-width: 90%;
  }

  .chat-bubble {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.9rem;
  }
}

@media (max-height: 740px) {
  .phone-canvas {
    padding-top: 5.45rem;
  }

  .hero-photo {
    height: 18rem;
    margin-top: 1.45rem;
  }

  .hero-actions {
    margin-top: 0.8rem;
  }

  .line-button {
    min-height: 4rem;
  }
}

@media (min-width: 478px) {
  .site-stage {
    padding: 1.5rem;
  }

  .mobile-page {
    border-radius: 2rem;
  }

  .phone-canvas {
    min-height: min(900px, calc(100svh - 3rem));
    height: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: copy-enter 540ms 70ms ease-out both;
  }

  .hero-photo {
    animation: photo-enter 680ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
  }

  .straight-heading,
  .straight-intro,
  .example-block,
  .memory-heading,
  .memory-log,
  .memory-conclusion,
  .safe-heading,
  .safe-night,
  .safe-pause,
  .safety-heading,
  .safety-card,
  .final-cta-intro,
  .final-cta-brand {
    animation: section-rise 680ms ease-out both;
    animation-timeline: view();
    animation-range: entry 10% cover 28%;
  }

  .line-button {
    animation: cta-breathe 2.8s 0.25s ease-in-out infinite;
  }

  .cta-wrap {
    animation: cta-wiggle 3s 0.3s ease-in-out infinite;
  }

  .line-button svg {
    animation: arrow-nudge 1.6s 0.35s ease-in-out infinite;
  }

  .line-button::after {
    animation: cta-shine 2.4s 0.1s ease-in-out infinite;
  }

  @keyframes copy-enter {
    from {
      opacity: 0;
      transform: translateY(0.45rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes photo-enter {
    from {
      opacity: 0;
      transform: translateY(0.9rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes section-rise {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes cta-breathe {
    0%,
    100% {
      box-shadow:
        0 0.95rem 2.25rem rgb(123 55 70 / 30%),
        inset 0 1px 0 rgb(255 255 255 / 30%);
    }

    50% {
      box-shadow:
        0 1rem 2.65rem rgb(239 111 104 / 43%),
        inset 0 1px 0 rgb(255 255 255 / 34%);
    }
  }

  @keyframes cta-wiggle {
    0%,
    18%,
    100% {
      transform: translateX(0) rotate(0);
    }

    4% {
      transform: translateX(-0.16rem) rotate(-0.45deg);
    }

    8% {
      transform: translateX(0.16rem) rotate(0.45deg);
    }

    12% {
      transform: translateX(-0.08rem) rotate(-0.2deg);
    }

    16% {
      transform: translateX(0.05rem) rotate(0.12deg);
    }
  }

  @keyframes arrow-nudge {
    0%,
    72%,
    100% {
      margin-right: 0;
    }

    84% {
      margin-right: -0.2rem;
    }
  }

  @keyframes cta-shine {
    0% {
      left: -38%;
      opacity: 0;
    }

    4% {
      opacity: 1;
    }

    30% {
      left: 118%;
      opacity: 0.85;
    }

    36%,
    100% {
      left: 118%;
      opacity: 0;
    }
  }
}
