:root {
  color-scheme: light;
  --paper: #fbf8f1;
  --paper-deep: #eee6d8;
  --ink: #3f4149;
  --muted: #6f737c;
  --lavender: #776690;
  --lavender-soft: #eae6f1;
  --lavender-wash: #f3f0f7;
  --sea-blue: #789bb5;
  --sea-blue-light: #b9d6df;
  --gold: #b99149;
  --line: rgba(96, 104, 124, 0.2);
  --shadow: 0 14px 34px rgba(62, 77, 91, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 38%, rgba(188, 218, 227, 0.26), transparent 23rem),
    radial-gradient(circle at 4% 65%, rgba(238, 198, 177, 0.18), transparent 21rem),
    linear-gradient(180deg, #fffefb 0%, #fbfaf7 42%, #f1f7f8 100%);
  font-family:
    "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  position: fixed;
  z-index: 0;
  color: rgba(179, 138, 67, 0.56);
  pointer-events: none;
  content: "✦";
}

body::before {
  top: 10%;
  left: 8%;
  font-size: 0.75rem;
}

body::after {
  right: 9%;
  bottom: 12%;
  font-size: 0.6rem;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 58px 24px 42px;
}

.profile {
  position: relative;
  text-align: center;
}

.dawn-glow {
  position: absolute;
  z-index: -1;
  top: -58px;
  left: 50%;
  width: min(100vw, 760px);
  height: 365px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.38) 54%,
      rgba(255, 254, 251, 0.98) 100%
    ),
    url("./assets/brand-dawn-water.png") center 42% / cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(-50%);
}

.portrait-wrap {
  position: relative;
  width: 154px;
  height: 154px;
  margin: 18px auto 24px;
  padding: 5px;
  border: 1px solid rgba(179, 138, 67, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 12px 32px rgba(79, 83, 91, 0.12),
    0 0 0 6px rgba(255, 255, 255, 0.28);
}

.portrait {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
}

.portrait-star {
  position: absolute;
  right: -3px;
  bottom: 19px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  box-shadow: 0 4px 12px rgba(86, 70, 101, 0.12);
}

.eyebrow {
  margin: 0 0 7px;
  color: #7b4b58;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

h1 {
  margin: 0;
  color: #3c4348;
  font-size: clamp(2.1rem, 7vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.tagline {
  margin: 12px 0 16px;
  color: #4f3d4b;
  font-size: clamp(1.13rem, 4.2vw, 1.34rem);
  font-weight: 650;
  letter-spacing: 0.08em;
}

.introduction {
  margin: 0 auto;
  color: #554c57;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.08;
}

.links {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.link-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 22px rgba(62, 77, 91, 0.065);
  text-align: left;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.link-card:hover,
.link-card:focus-visible {
  border-color: rgba(137, 118, 168, 0.4);
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-2px);
}

.link-card--primary {
  min-height: 112px;
  border: 1.7px solid rgba(190, 146, 62, 0.92);
  color: #3e4350;
  background:
    linear-gradient(
      125deg,
      rgba(255, 219, 185, 0.9) 0%,
      rgba(231, 209, 235, 0.88) 48%,
      rgba(185, 222, 229, 0.92) 100%
    ),
    #dce6e8;
  box-shadow:
    0 19px 40px rgba(91, 111, 123, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.link-card--main {
  min-height: 106px;
  border-color: rgba(179, 138, 67, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(253, 249, 240, 0.9)),
    #fffdfa;
}

.link-card--diagnosis {
  border-color: rgba(149, 94, 109, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 252, 248, 0.96), rgba(249, 232, 225, 0.9)),
    #fff7f1;
}

.link-card--diagnosis .intent-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 3px 9px;
  border: 1px solid rgba(127, 32, 56, 0.22);
  border-radius: 999px;
  color: #7f2038;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.link-card--diagnosis .link-copy strong {
  color: #433944;
  font-size: 1.08rem;
  font-weight: 760;
}

.link-card--primary:hover,
.link-card--primary:focus-visible {
  border-color: rgba(211, 177, 111, 0.96);
  box-shadow:
    0 19px 38px rgba(111, 101, 127, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.link-card--service {
  border-color: rgba(179, 138, 67, 0.46);
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(249, 239, 218, 0.93));
}

.link-card--main[href="./session-60/"] {
  border-color: rgba(179, 138, 67, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(252, 246, 234, 0.92)),
    #fffdfa;
}

.link-card--gift {
  border-color: rgba(179, 138, 67, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(252, 246, 234, 0.92)),
    #fffdfa;
}

.content-section {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 22px 0 0;
  color: rgba(91, 82, 101, 0.72);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.14em;
}

.content-section p {
  margin: 0;
}

.content-section span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(179, 138, 67, 0.28), transparent);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.link-card--content {
  grid-template-columns: 34px minmax(0, 1fr) 14px;
  gap: 11px;
  min-height: 74px;
  padding: 12px 14px;
  border-color: rgba(96, 104, 124, 0.15);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 5px 14px rgba(62, 77, 91, 0.035);
}

.link-card--content::after {
  justify-self: end;
  align-self: center;
  color: rgba(92, 79, 108, 0.35);
  font-family: sans-serif;
  font-size: 1.2rem;
  content: "›";
}

.link-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #6f829b;
  background: linear-gradient(135deg, rgba(237, 244, 246, 0.96), rgba(239, 235, 246, 0.94));
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1;
}

.link-card--primary .link-icon {
  color: #6d7f99;
  background: rgba(255, 255, 255, 0.78);
}

.link-card--main .link-icon {
  color: #74859e;
  background: linear-gradient(135deg, rgba(240, 246, 247, 0.96), rgba(241, 237, 247, 0.94));
}

.link-card--service .link-icon {
  color: #a88641;
  background: #f3ead7;
}

.link-card--content .link-icon {
  width: 34px;
  height: 34px;
  color: #7a88a0;
  background: linear-gradient(135deg, rgba(239, 245, 247, 0.86), rgba(242, 238, 247, 0.84));
  font-size: 0.96rem;
}

.link-icon--chat {
  position: relative;
}

.link-icon--chat::before {
  width: 17px;
  height: 12px;
  border: 1.8px solid currentColor;
  border-radius: 7px;
  content: "";
}

.link-icon--chat::after {
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  background: transparent;
  content: "";
  transform: rotate(35deg);
}

.link-copy {
  min-width: 0;
}

.link-copy strong,
.link-copy small,
.intent-label,
.service-label,
.service-note,
.service-cta-text {
  display: block;
}

.intent-label {
  margin-bottom: 3px;
  color: #4b4e58;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.025em;
}

.link-copy strong {
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.025em;
}

.link-card--main[href="./session-60/"] .link-copy strong {
  color: #433944;
  font-size: 0.98rem;
  font-weight: 650;
}

.session-card-title {
  white-space: nowrap;
  letter-spacing: -0.025em;
}

.link-copy small {
  margin-top: 6px;
  color: #524b55;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.62;
}

.service-label {
  margin-top: 6px;
  color: #8d6c32;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.service-note {
  margin-top: 5px;
  color: #6d5961;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.4;
}

.service-cta-text {
  margin-top: 6px;
  color: #6d5961;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.link-card--main .service-note,
.link-card--main .service-cta-text {
  color: #6d5961;
}

.link-card--content .service-label {
  margin-top: 5px;
  color: #7a6a8c;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.link-card--content .link-copy strong {
  font-size: 0.9rem;
}

.link-card--content .link-copy small {
  margin-top: 4px;
  font-size: 0.76rem;
  line-height: 1.55;
}

.link-card--primary .link-copy small {
  color: rgba(62, 67, 80, 0.76);
}

.arrow {
  color: rgba(92, 79, 108, 0.5);
  font-family: sans-serif;
  font-size: 1.55rem;
  font-weight: 300;
}

.link-card--primary .arrow {
  color: rgba(62, 67, 80, 0.55);
}

footer {
  margin-top: 34px;
  color: #918b94;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  text-align: center;
}

footer a {
  color: inherit;
  text-underline-offset: 3px;
}

footer span {
  padding: 0 7px;
  color: #c3bbc6;
}

.legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 0.72rem;
  line-height: 1.8;
}

.legal-links span {
  padding: 0 6px;
}

footer p {
  margin: 20px 0 0;
  letter-spacing: 0.12em;
}

.service-page {
  max-width: 720px;
  --service-ink: #545158;
  --service-text: #5f5b63;
  --service-soft: #6b6870;
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin: 0 0 26px 2px;
  color: rgba(75, 78, 88, 0.86);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-underline-offset: 3px;
}

.back-link:hover,
.back-link:focus-visible {
  color: #4b4e58;
  text-decoration: underline;
}

.service-hero {
  position: relative;
  padding: 42px 28px 30px;
  border: 1px solid rgba(179, 138, 67, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(253, 248, 238, 0.78)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(62, 77, 91, 0.075);
  text-align: center;
}

.service-hero h1 {
  margin: 0 0 14px;
  color: #70485a;
  font-size: clamp(1.7rem, 5.7vw, 2.15rem);
  line-height: 1.35;
  letter-spacing: 0.035em;
}

.title-line {
  display: block;
}

.title-line--nowrap {
  white-space: nowrap;
}

.service-hero p,
.service-card p,
.service-cta p {
  margin: 0;
  color: var(--service-text);
  font-size: 0.93rem;
  line-height: 2;
}

.service-hero p + p,
.service-card p + p,
.service-cta p + p {
  margin-top: 14px;
}

.service-lead {
  color: var(--service-ink) !important;
  font-size: 1rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.service-quote {
  color: var(--service-text) !important;
  font-size: 0.98rem !important;
  line-height: 1.8 !important;
}

.service-card,
.service-cta {
  margin-top: 18px;
  padding: 25px 24px;
  border: 1px solid rgba(96, 104, 124, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(62, 77, 91, 0.045);
}

.service-card h2,
.service-cta h2 {
  margin: 0 0 16px;
  color: var(--service-ink);
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.soft-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--service-text);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.86rem;
  line-height: 1.75;
}

.soft-list li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #d7c095);
  content: "";
}

.soft-list + p,
.service-summary dl + p {
  margin-top: 18px;
}

.service-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(96, 104, 124, 0.13);
  border-radius: 16px;
  background: rgba(251, 250, 247, 0.74);
}

.service-summary div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(96, 104, 124, 0.11);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.88rem;
  line-height: 1.58;
}

.service-summary div:last-child {
  border-bottom: 0;
}

.service-summary dt {
  color: #8d6c32;
  font-weight: 650;
}

.service-summary dd {
  margin: 0;
  color: var(--service-ink);
}

.service-note-block {
  color: var(--service-soft) !important;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.78rem !important;
}

.service-cta {
  border-color: rgba(190, 146, 62, 0.46);
  background:
    linear-gradient(
      135deg,
      rgba(255, 219, 185, 0.62) 0%,
      rgba(231, 209, 235, 0.5) 48%,
      rgba(185, 222, 229, 0.55) 100%
    ),
    rgba(255, 255, 255, 0.78);
  text-align: center;
}

.keyword {
  display: inline-grid;
  min-width: 5.5rem;
  margin: 14px auto 0 !important;
  padding: 7px 18px;
  border: 1px solid rgba(179, 138, 67, 0.38);
  border-radius: 999px;
  color: var(--service-ink) !important;
  background: rgba(255, 255, 255, 0.78);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.08rem !important;
  font-weight: 650;
  letter-spacing: 0.18em;
}

.cta-button {
  display: inline-flex;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 22px;
  border: 1.5px solid rgba(190, 146, 62, 0.72);
  border-radius: 999px;
  color: var(--service-ink);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(91, 111, 123, 0.14);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.cta-button:hover,
.cta-button:focus-visible {
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 430px) {
  .page-shell {
    padding: 42px 17px 32px;
  }

  .dawn-glow {
    top: -42px;
    height: 330px;
  }

  .portrait-wrap {
    width: 136px;
    height: 136px;
    margin-bottom: 20px;
  }

  .introduction {
    font-size: 0.94rem;
    line-height: 2.02;
  }

  .links {
    gap: 12px;
    margin-top: 31px;
  }

  .link-card {
    grid-template-columns: 38px minmax(0, 1fr) 14px;
    gap: 11px;
    min-height: 85px;
    padding: 15px 14px;
    border-radius: 17px;
  }

  .link-card--primary {
    min-height: 104px;
  }

  .link-card--main {
    min-height: 94px;
  }

  .link-icon {
    width: 38px;
    height: 38px;
    font-size: 1.08rem;
  }

  .link-copy strong {
    font-size: 0.91rem;
  }

  .link-card--main[href="./session-60/"] .link-copy strong {
    font-size: clamp(0.8rem, 3.55vw, 0.93rem);
    letter-spacing: -0.055em;
  }

  .link-copy small {
    font-size: 0.72rem;
  }

  .link-card--main .link-copy small {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .intent-label {
    font-size: 0.72rem;
  }

  .service-label {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .service-note {
    font-size: 0.64rem;
  }

  .service-cta-text {
    font-size: 0.68rem;
  }

  .link-card--main .service-label,
  .link-card--main .service-note,
  .link-card--main .service-cta-text {
    font-weight: 720;
    line-height: 1.45;
  }

  .link-card--main .service-label {
    font-size: 0.8rem;
  }

  .link-card--main .service-note,
  .link-card--main .service-cta-text {
    font-size: 0.9rem;
    font-weight: 760;
  }

  .content-section {
    margin-top: 18px;
    font-size: 0.68rem;
  }

  .content-grid {
    gap: 10px;
  }

  .link-card--content {
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    min-height: 72px;
    padding: 12px 13px;
  }

  .service-page {
    padding-top: 34px;
  }

  .back-link {
    margin-bottom: 18px;
  }

  .service-hero {
    padding: 34px 20px 25px;
    border-radius: 23px;
  }

  .service-hero h1 {
    margin-bottom: 12px;
    color: #70485a;
    font-size: clamp(1.28rem, 4.8vw, 1.48rem);
    line-height: 1.45;
    letter-spacing: 0.01em;
  }

  .service-card,
  .service-cta {
    padding: 22px 19px;
    border-radius: 20px;
  }

  .service-hero p,
  .service-card p,
  .service-cta p {
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .service-quote {
    font-size: 1rem !important;
    line-height: 1.85 !important;
  }

  .service-card h2,
  .service-cta h2 {
    font-size: 1.08rem;
  }

  .soft-list li {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .soft-list--service li {
    color: var(--service-text);
    font-size: 0.86rem;
    line-height: 1.75;
  }

  .service-summary div {
    grid-template-columns: 5.4rem 1fr;
    padding: 12px 12px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .service-note-block {
    font-size: 0.88rem !important;
  }

  .keyword {
    font-size: 1.2rem !important;
    padding: 8px 20px;
  }

  .cta-button {
    width: 100%;
    padding: 15px 22px;
    font-size: 0.98rem;
  }
}

@media (max-width: 350px) {
  .mobile-break {
    display: none;
  }
}

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