:root {
  --blue: #586cad;
  --green: #6aa672;
  --ink: #333333;
  --muted: #6b6b6b;
  --paper: #ffffff;
  --gray: #f4f5f4;
  --beige: #f5f1e8;
  --yellow: #f4cf2f;
  --red: #c90013;
  --grad: linear-gradient(135deg, var(--blue), var(--green));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 98px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(960px, calc(100% - 48px)); }
.section-pad { padding: 64px 0; }

.site-header { position: sticky; top: 0; z-index: 40; height: 60px; background: rgb(255 255 255 / 88%); backdrop-filter: blur(14px); border-bottom: 1px solid rgb(51 51 51 / 8%); }
.header-inner { width: 100%; max-width: 1440px; height: 100%; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 233px; }
.brand span { font-size: 14px; line-height: 1.15; font-weight: 400; }
nav { display: flex; gap: 30px; font-size: 14px; font-weight: 800; }
nav a:hover { color: var(--blue); }
.menu-toggle, .menu-close, .mobile-menu { display: none; }

.hero { min-height: 650px; padding: 52px 0 62px; overflow: hidden; position: relative; background: linear-gradient(120deg, #f4f5f4 0%, #fff 50%, #f3f0e8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow, .mini-label { display: flex; align-items: center; gap: 14px; color: var(--blue); letter-spacing: .18em; font-size: 12px; font-weight: 900; }
.eyebrow::before, .mini-label::before { content: ""; width: 36px; height: 2px; background: var(--grad); }
.eyebrow span { letter-spacing: .03em; color: var(--ink); font-size: 13px; }
.hero h1 { margin: 22px 0 24px; font-size: clamp(38px, 4.45vw, 68px); line-height: 1.23; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span,
.hero h1 em { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.hero h1 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; color: transparent; }
.hero-lead { font-size: 20px; line-height: 1.75; font-weight: 700; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.hero-facts span { display: inline-flex; align-items: baseline; gap: 3px; background: white; padding: 9px 14px; border: 1px solid #e2e2e2; border-radius: 999px; font-size: 13px; font-weight: 700; box-shadow: 0 5px 20px rgb(51 51 51 / 5%); }
.hero-facts b { color: var(--blue); font-size: 22px; line-height: 1; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.cover { width: min(365px, 78%); aspect-ratio: 669/916; object-fit: cover; box-shadow: 0 28px 60px rgb(30 37 60 / 24%); transform: rotate(2deg); position: relative; z-index: 2; }
.cover-halo { position: absolute; width: 470px; aspect-ratio: 1; border-radius: 50%; background: var(--grad); opacity: .94; }
.cover-badge { position: absolute; z-index: 3; right: 0; bottom: 56px; width: 180px; aspect-ratio: 1; border-radius: 50%; background: white; border: 1px solid #ddd; display: grid; place-content: center; text-align: center; font-size: 14px; line-height: 1.5; box-shadow: 0 16px 40px rgb(51 51 51 / 18%); }
.cover-badge strong { font-size: 21px; color: var(--blue); }
.hero-orb { position: absolute; border-radius: 50%; opacity: .14; filter: blur(2px); }
.orb-one { width: 320px; height: 320px; background: var(--blue); left: -130px; top: 100px; }
.orb-two { width: 240px; height: 240px; background: var(--green); right: -70px; bottom: -50px; }

.cta-row { margin-top: 30px; }
.cta-row.compact { margin-top: 22px; }
.primary-button { width: fit-content; min-width: 360px; min-height: 64px; padding: 12px 28px; border-radius: 999px; background: var(--grad); color: white; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; gap: 15px; box-shadow: 0 12px 28px rgb(88 108 173 / 28%); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgb(88 108 173 / 34%); }
.primary-button span { font-size: 20px; }
.cta-row > p { margin: 7px 0 0; padding-left: 28px; color: var(--muted); font-size: 12px; }

.problem, .features, .company { background: var(--gray); }
.pill { width: fit-content; margin: 0 auto 34px; padding: 7px 22px; border: 2px solid var(--ink); border-radius: 999px; text-align: center; font-weight: 800; font-size: 13px; }
.section-title { margin-bottom: 36px; text-align: center; }
.section-title > span { display: block; margin-bottom: 14px; color: var(--blue); letter-spacing: .25em; font-size: 13px; font-weight: 900; }
.section-title h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); line-height: 1.42; letter-spacing: -.025em; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.concern-grid p { min-height: 155px; margin: 0; padding: 28px; border-radius: 18px; background: white; border-top: 4px solid var(--blue); box-shadow: 0 10px 30px rgb(51 51 51 / 6%); }
.concern-grid b { color: var(--blue); }
.answer { margin: 54px 0 0; text-align: center; font-size: 24px; font-weight: 700; line-height: 1.7; }
.answer strong { font-size: 34px; background: var(--grad); -webkit-background-clip: text; color: transparent; }

.benefit-list { display: grid; gap: 22px; }
.benefit-card { display: grid; grid-template-columns: 120px 1fr 160px; align-items: center; gap: 34px; padding: 34px 42px; background: white; border-radius: 20px; box-shadow: 0 12px 40px rgb(35 40 60 / 7%); }
.benefit-number { font-size: 58px; line-height: 1; font-weight: 900; color: var(--blue); }
.benefit-number span { display: block; margin-bottom: 7px; font-size: 11px; letter-spacing: .18em; }
.benefit-copy h3 { margin: 9px 0 10px; font-size: 26px; line-height: 1.4; }
.benefit-copy p { margin: 0; color: #4d4d4d; }
.benefit-copy small { display: block; margin-top: 8px; color: var(--muted); }
.benefit-mark { width: 132px; aspect-ratio: 1; border-radius: 50%; background: var(--grad); color: white; display: grid; place-items: center; font-size: 22px; letter-spacing: .06em; font-weight: 900; }
.mark-2 { font-size: 28px; }

.inside { background: var(--beige); }
.spread-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.spread { margin: 0; overflow: hidden; border-radius: 16px; background: white; position: relative; box-shadow: 0 12px 36px rgb(51 51 51 / 9%); }
.spread img { width: 100%; height: auto; object-fit: contain; }
.spread figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 13px; border-radius: 999px; background: rgb(255 255 255 / 92%); font-size: 12px; font-weight: 800; }
.main-spread { grid-row: auto; }
.content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.content-cards article { padding: 28px; background: white; border-radius: 18px; border: 1px solid #e2ded4; }
.content-cards span { color: var(--blue); font-size: 13px; font-weight: 900; }
.content-cards h3 { margin: 8px 0 12px; font-size: 22px; line-height: 1.45; }
.content-cards p { margin: 0; color: #555; }

.guide { background: var(--ink); color: white; }
.guide-grid { display: block; }
.guide-copy { max-width: 1080px; margin: 0 auto; text-align: center; }
.guide-copy h2 { margin: 14px 0 28px; font-size: 38px; line-height: 1.5; }
.guide-copy .mini-label { color: #aebcff; }
.guide-copy .mini-label { justify-content: center; }
.guide-copy ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.guide-copy li { min-height: 190px; padding: 26px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 18px; background: rgb(255 255 255 / 7%); display: flex; flex-direction: column; gap: 12px; }
.guide-copy li b { color: #aebcff; font-size: 21px; }
.guide-copy li span { color: #eee; }

.message { position: relative; overflow: hidden; background: linear-gradient(140deg, #eef1f8, #eef5ef); }
.message::before { content: "\201C"; position: absolute; left: 4vw; top: 25px; font-family: Georgia, serif; font-size: 300px; line-height: 1; color: rgb(88 108 173 / 9%); }
.message-profile { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 30px; align-items: center; }
.message-profile > img { display: block; width: 210px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 14px 34px rgb(51 51 51 / 14%); position: relative; z-index: 1; }
blockquote { margin: 0; padding: 40px 54px; background: white; border-radius: 20px; box-shadow: 0 12px 38px rgb(51 51 51 / 7%); position: relative; }
blockquote p { margin: 0; font-size: 19px; line-height: 2.05; }
blockquote footer { margin-top: 24px; text-align: right; color: var(--muted); }
blockquote footer span { display: inline-block; vertical-align: middle; font-size: 13px; line-height: 1.55; }
blockquote footer strong { margin-left: 12px; color: var(--ink); font-size: 20px; }

.purchase { background: var(--beige); }
.purchase-card { display: grid; grid-template-columns: 370px 1fr; gap: 80px; align-items: center; padding: 64px 76px; background: white; border-radius: 24px; box-shadow: 0 20px 60px rgb(51 51 51 / 9%); }
.purchase-cover img { width: 100%; box-shadow: 0 20px 45px rgb(20 20 20 / 22%); }
.purchase-copy h2 { margin: 16px 0 6px; font-size: 30px; line-height: 1.5; }
.purchase-copy h2 strong { display: block; color: var(--red); font-size: 54px; line-height: 1.1; }
.volume { margin: 0; color: var(--muted); letter-spacing: .12em; font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 27px 0 22px; color: var(--red); }
.price small { margin-right: 6px; color: var(--ink); font-weight: 800; }
.price strong { font-size: 64px; line-height: 1; }
.price span { font-size: 16px; font-weight: 800; }

.company-card { padding: 36px 42px; background: white; border-radius: 18px; }
.company-card h3 { margin: 0 0 20px; font-size: 25px; color: var(--blue); }
.company-card dl { margin: 0; }
.company-card dl div { display: grid; grid-template-columns: 150px 1fr; padding: 16px 0; border-top: 1px solid #ddd; }
.company-card dt { font-weight: 800; }
.company-card dd { margin: 0; }

.footer { background: #222; color: white; padding: 40px 0; }
.footer-inner { width: 100%; max-width: 1440px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.footer img { width: 233px; }
.footer p { margin: 0; font-size: 13px; color: #ddd; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 18px; color: white; font-size: 14px; line-height: 1.4; }
.footer-links a:hover { color: white; text-decoration: underline; }

.floating-cta { position: fixed; z-index: 50; left: 0; bottom: 0; width: 100%; min-height: 98px; padding: 15px 24px; display: flex; align-items: center; justify-content: center; gap: 34px; color: white; background: linear-gradient(90deg, rgb(88 108 173 / 95%), rgb(106 166 114 / 95%)); backdrop-filter: blur(12px); }
.floating-cta > span { font-weight: 800; }
.floating-cta a { min-width: 330px; min-height: 58px; padding: 10px 24px; border-radius: 999px; background: white; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 900; transition: background .2s, color .2s; }
.floating-cta a:hover { background: var(--ink); color: white; }

@media (max-width: 900px) {
  body { padding-bottom: 82px; }
  .site-header { height: auto; min-height: 70px; }
  .header-inner { width: 100%; min-height: 70px; padding: 10px 15px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 0; }
  .brand img { width: 173px; }
  .brand span { display: block; margin-top: 7px; font-size: 12px; line-height: 1.15; }
  .header-inner > nav { display: none; }
  .menu-toggle { display: block; position: fixed; top: 10px; right: 15px; z-index: 62; width: 70px; height: 50px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; left: auto; right: 8px; width: 45px; height: 1px; background: var(--ink); transition: transform .25s, top .25s, opacity .2s, background .2s; }
  .menu-toggle::before { top: 17px; }
  .menu-toggle span { opacity: 0; }
  .menu-toggle::after { top: 29px; }
  .menu-toggle[aria-expanded="true"]::before { top: 23px; transform: rotate(45deg); background: #fff; }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::after { top: 23px; transform: rotate(-45deg); background: #fff; }
  .mobile-menu { display: flex; visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 60; padding: 78px 24px 28px; overflow-y: auto; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--blue), var(--green)); color: #fff; transition: opacity .25s, visibility .25s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; }
  .mobile-menu ul { width: min(100%, 430px); margin: auto; padding: 0; list-style: none; text-align: center; }
  .mobile-menu a { display: block; padding: 10px 8px; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.5; }
  .mobile-menu .menu-current a { font-weight: 700; }
  .mobile-menu .menu-divider { height: 1px; margin: 12px 0; background: rgb(255 255 255 / 70%); }
  .menu-close { display: block; position: fixed; top: 10px; right: 15px; z-index: 70; width: 70px; height: 50px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-close::before, .menu-close::after { content: ""; position: absolute; top: 24px; right: 8px; width: 45px; height: 1px; background: #fff; }
  .menu-close::before { transform: rotate(45deg); }
  .menu-close::after { transform: rotate(-45deg); }
  body.menu-open { overflow: hidden; }
  .container, .narrow { width: min(100% - 32px, 680px); }
  .section-pad { padding: 50px 0; }
  .hero { padding: 32px 0 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero h1 { font-size: clamp(34px, 9vw, 52px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 430px; grid-row: 1; }
  .cover { width: min(290px, 70vw); }
  .cover-halo { width: min(380px, 88vw); }
  .cover-badge { width: 138px; right: 2vw; bottom: 30px; font-size: 11px; }
  .cover-badge strong { font-size: 16px; }
  .concern-grid, .content-cards { grid-template-columns: 1fr; }
  .concern-grid p { min-height: 0; }
  .answer strong { display: block; font-size: 28px; }
  .benefit-card { grid-template-columns: 76px 1fr; gap: 18px; padding: 28px 24px; }
  .benefit-number { font-size: 42px; }
  .benefit-mark { display: none; }
  .benefit-copy h3 { font-size: 21px; }
  .spread-grid { grid-template-columns: 1fr 1fr; }
  .main-spread { grid-column: 1 / 3; }
  .guide-copy ol { grid-template-columns: 1fr; }
  .guide-copy li { min-height: 0; }
  .guide-copy h2 { font-size: 31px; }
  .purchase-card { grid-template-columns: 1fr; gap: 42px; padding: 36px 24px; }
  .purchase-cover img { width: min(320px, 85%); margin: 0 auto; }
  .purchase-copy h2 strong { font-size: 42px; }
  .price { flex-wrap: wrap; }
  .price strong { font-size: 56px; }
  .floating-cta { min-height: 82px; padding: 12px 16px; }
  .floating-cta > span { display: none; }
  .floating-cta a { min-width: min(100%, 420px); min-height: 56px; }
  .footer-inner { display: block; text-align: center; }
  .footer img { width: 220px; margin: 0 auto 28px; }
  .footer-links { display: grid; justify-content: center; gap: 12px; font-size: 14px; }
}

@media (max-width: 560px) {
  .section-title h2 { font-size: 30px; }
  .hero h1 { font-size: clamp(30px, 9vw, 39px); }
  .eyebrow { align-items: flex-start; flex-direction: column; gap: 6px; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .primary-button { min-width: 100%; font-size: 14px; }
  .benefit-card { grid-template-columns: 1fr; }
  .benefit-number { display: flex; align-items: baseline; gap: 8px; }
  .benefit-number span { margin: 0; }
  .spread-grid { grid-template-columns: 1fr; }
  .main-spread { grid-column: auto; }
  .guide-copy li { grid-template-columns: 78px 1fr; }
  blockquote { padding: 30px 24px; }
  blockquote p { font-size: 16px; }
  .message-profile { grid-template-columns: 1fr; gap: 22px; }
  .message-profile > img { width: 150px; margin: 0 auto; }
  blockquote footer span { display: block; margin-bottom: 8px; }
  .purchase-copy h2 { font-size: 23px; }
  .purchase-copy h2 strong { font-size: 36px; }
  .company-card { padding: 28px 22px; }
  .company-card dl div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Related services at the bottom of the magazine page */
.related-links {
  overflow: hidden;
  background: #f5f7fb;
}
.related-links .section-title {
  margin-bottom: 38px;
  text-align: center;
}
.related-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.related-link-card {
  display: flex;
  min-height: 390px;
  padding: 42px;
  border: 1px solid rgba(46, 67, 108, .12);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(28, 47, 82, .09);
  flex-direction: column;
  justify-content: space-between;
}
.related-link-card.directory-card {
  background: linear-gradient(145deg, #fff 0%, #edf2ff 100%);
}
.related-link-card.guild-card {
  background: linear-gradient(145deg, #fff 0%, #eef8f1 100%);
}
.related-card-label {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}
.related-link-card h3 {
  margin: 0 0 18px;
  color: #202a3c;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.35;
}
.related-link-card p {
  margin: 0;
  color: #4e5869;
  font-size: 17px;
  line-height: 1.9;
}
.related-link-card > a {
  display: inline-flex;
  min-height: 58px;
  margin-top: 30px;
  padding: 14px 24px;
  border-radius: 999px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.directory-card > a {
  background: linear-gradient(90deg, #5979ba, #405f9d);
}
.guild-card > a {
  background: linear-gradient(90deg, #5878b8, #69a579);
}
.related-link-card > a span {
  font-size: 22px;
  transition: transform .2s ease;
}
.related-link-card > a:hover span {
  transform: translateX(4px);
}

@media (max-width: 820px) {
  .related-link-grid {
    grid-template-columns: 1fr;
  }
  .related-link-card {
    min-height: 0;
    padding: 30px 24px;
  }
  .related-link-card h3 {
    font-size: 25px;
  }
  .related-link-card p {
    font-size: 16px;
  }
}
