@charset "UTF-8";

:root {
  --ink:#111;
  --sub:#666;
  --line:#d8d8d3;
  --paper:#fff;
  --accent:rgb(96,192,189);
}

* { box-sizing:border-box; }

html { scroll-behavior:smooth; }

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"ryo-gothic-plusn","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  font-size:15px;
  line-height:1.8;
  letter-spacing:0;
}

a { color:inherit; }

.site-header {
  min-height:98px;
  padding:0 4vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  background:#fff;
}

.brand {
  font-family:"futura-pt",Helvetica,Arial,sans-serif;
  font-size:36px;
  font-weight:700;
  line-height:1;
  letter-spacing:0;
  text-decoration:none;
}

nav { display:flex; gap:28px; }
nav a {
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.hero {
  max-width:1440px;
  min-height:560px;
  margin:0 auto;
  padding:68px 4vw 62px;
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:7vw;
  align-items:center;
}

.eyebrow,.product-type {
  margin:0 0 34px;
  color:var(--sub);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
}

.hero h1 {
  margin:0;
  font-family:"futura-pt",Helvetica,Arial,sans-serif;
  font-size:clamp(50px,5.2vw,75px);
  font-weight:700;
  line-height:1;
  letter-spacing:0;
}

.tagline {
  margin:34px 0 0;
  font-size:clamp(28px,3vw,50px);
  font-weight:700;
  line-height:1.35;
  letter-spacing:0;
}

.lead {
  margin:44px 0 0;
  font-size:18px;
  font-weight:500;
}

.hero-product { align-self:end; }

.mockup {
  overflow:hidden;
  border:1px solid #d1d1d1;
  border-radius:10px;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
  background:#fff;
}

.mockup-bar {
  height:40px;
  padding:0 13px;
  display:flex;
  align-items:center;
  gap:6px;
  border-bottom:1px solid #ddd;
  background:#f3f3f3;
}

.mockup-bar span {
  width:9px;height:9px;border-radius:50%;background:#bbb;
}

.mockup-bar b { margin-left:10px;font-size:10px; }

.mockup-drop {
  margin:18px;
  height:128px;
  display:grid;
  place-items:center;
  border:1px dashed #bbb;
  color:#999;
  font-size:12px;
}

.mockup-row {
  padding:12px 18px;
  display:flex;
  justify-content:space-between;
  border-top:1px solid #eee;
  font-size:11px;
}

.hero-versions {
  margin-top:18px;
  display:flex;
  justify-content:space-between;
  color:#555;
  font-size:10px;
  font-weight:700;
}

.section {
  border-top:1px solid var(--line);
}

.section-label {
  max-width:1440px;
  height:58px;
  margin:0 auto;
  padding:0 4vw;
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:center;
  border-bottom:1px solid var(--line);
  font-size:10px;
  letter-spacing:.12em;
}

.section-label span,.section-label b { font-weight:800; }

.section-content {
  max-width:1440px;
  margin:0 auto;
  padding:72px 4vw 86px;
}

.two-column,.feature-section {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:9vw;
}

h2 {
  margin:0;
  font-size:clamp(26px,2.8vw,34px);
  font-weight:800;
  line-height:1.45;
  letter-spacing:0;
}

.intro {
  margin-top:0;
  font-size:20px;
  font-weight:700;
  line-height:1.55;
}

.product-grid {
  margin-top:54px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--ink);
  border-left:1px solid var(--ink);
}

.product-grid article {
  min-height:300px;
  padding:34px;
  border-right:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
}

.product-grid h3 {
  margin:0;
  font-family:"futura-pt",Helvetica,Arial,sans-serif;
  font-size:30px;
  letter-spacing:0;
}

.product-ja {
  margin:6px 0 26px;
  font-weight:700;
}

.price {
  margin:36px 0 0;
  font-size:20px;
  font-weight:800;
}

.price small { font-size:10px; }

.screen-grid {
  margin-top:48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}

.screen-title {
  font-size:12px;
  font-weight:700;
}

.app-screen {
  overflow:hidden;
  border:1px solid #ccc;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.screen-bar {
  padding:11px 15px;
  border-bottom:1px solid #ddd;
  background:#f5f5f5;
  font-size:10px;
  text-align:center;
}

.screen-drop {
  margin:16px;
  height:100px;
  display:grid;
  place-items:center;
  border:1px dashed #bbb;
  color:#999;
  font-size:11px;
}

.screen-line {
  padding:11px 15px;
  border-top:1px solid #eee;
  font-size:10px;
}

.note {
  margin-top:24px;
  color:var(--sub);
  font-size:10px;
}

.accent { color:#298f8c; }

.feature-section > div > p:last-child {
  max-width:470px;
  margin-top:30px;
}

.feature-list {
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--ink);
}

.feature-list li {
  padding:17px 0;
  display:grid;
  grid-template-columns:180px 1fr;
  gap:20px;
  border-bottom:1px solid var(--line);
}

.feature-list b { font-size:15px; }
.feature-list span { color:var(--sub);font-size:12px; }

.table-wrap { margin-top:46px;overflow-x:auto; }

table {
  width:100%;
  min-width:620px;
  border-collapse:collapse;
}

th,td {
  padding:13px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
}

th { border-top:1px solid var(--ink);font-size:11px; }
th:nth-child(n+2),td:nth-child(n+2) { text-align:center;font-weight:700; }

.download-grid {
  margin-top:46px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.download-grid article {
  padding:28px;
  border:1px solid var(--ink);
}

.download-grid h3 {
  margin:0;
  font-size:24px;
}

.button {
  display:inline-block;
  margin-top:28px;
  padding:10px 18px;
  border:1px solid var(--ink);
  font-size:11px;
  font-weight:700;
}

details { border-bottom:1px solid var(--line); }

summary {
  padding:18px 0;
  cursor:pointer;
  font-size:14px;
  font-weight:700;
}

details p { margin:0;padding:0 0 20px;color:var(--sub); }

.mail {
  display:inline-block;
  margin:18px 0 26px;
  font-size:25px;
  font-weight:700;
  text-underline-offset:6px;
}

.privacy h3 {
  margin:0 0 4px;
  font-size:13px;
}

.privacy p {
  margin:0 0 24px;
  color:#444;
}

.updated {
  padding-top:18px;
  border-top:1px solid var(--line);
  font-size:11px;
}

footer {
  padding:38px 4vw;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:20px;
  border-top:1px solid var(--line);
  font-size:10px;
  letter-spacing:.06em;
}

footer span:last-child { text-align:right; }

@media (max-width:820px) {
  nav { display:none; }

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

  .hero h1 { font-size:clamp(58px,18vw,98px); }

  .two-column,.feature-section,.screen-grid,.product-grid,.download-grid {
    grid-template-columns:1fr;
  }

  .section-content { padding:56px 5vw 68px; }

  .feature-list li {
    grid-template-columns:1fr;
    gap:3px;
  }

  footer {
    grid-template-columns:1fr;
  }

  footer span:last-child { text-align:left; }
}


/* BUNSEIDO typography alignment */
.brand, nav a, .eyebrow, .product-type, .section-label, .product-grid h3, .screen-title, footer b, footer span {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

.product-grid h3, .hero h1 {
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
}

@media (max-width:820px) {
  .site-header { min-height:72px; }
  .brand { font-size:30px; }
  .hero h1 { font-size:52px; }
}


/* Actual PDFCheck screenshots */
.real-screen-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.real-screen-grid figure {
  margin: 0;
}

.real-screen-grid figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.real-screen-grid figcaption b {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.real-screen-grid figcaption span {
  color: var(--sub);
  font-size: 11px;
  font-weight: 700;
}

.real-screen-grid img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8d8d3;
  background: #ffffff;
}

@media (max-width: 820px) {
  .real-screen-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}


/* v5: BUNSEIDO alignment */
body {
  font-family: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.brand,
nav a,
.eyebrow,
.product-type,
.section-label,
.product-grid h3,
.real-screen-grid figcaption b,
.download-grid h3,
footer b {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: clamp(58px, 6vw, 82px);
  letter-spacing: 0;
}

.tagline {
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: 0;
}

.product-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
}

.product-icon {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 20px;
}

.product-head .product-type {
  margin-bottom: 10px;
}

.product-grid h3 {
  font-size: 28px;
}

.download-grid article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: start;
}

.download-icon {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 24px;
}

.download-price {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.download-price small {
  font-size: 10px;
}

.form-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-width: 330px;
  margin: 24px 0 30px;
  padding: 15px 18px;
  border: 2px solid #111111;
  color: #111111;
  background: #93D2D7;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.form-button span {
  font-size: 22px;
}

.form-button:hover {
  color: #ffffff;
  background: #111111;
}

.real-screen-grid img {
  aspect-ratio: 1.49 / 1;
  object-fit: contain;
  object-position: top left;
}

@media (max-width: 820px) {
  .product-head {
    grid-template-columns: 72px 1fr;
  }

  .product-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .download-grid article {
    grid-template-columns: 82px 1fr;
  }

  .download-icon {
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  .form-button {
    min-width: 0;
    width: 100%;
  }
}


/* v6: readability and spacing corrections */
.hero {
  min-height: 540px;
  padding-top: 58px;
  padding-bottom: 44px;
}

.hero-product {
  align-self: center;
}

.hero-versions {
  display: none;
}

.eyebrow {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
}

.section-label {
  height: 64px;
  grid-template-columns: 86px 1fr;
  font-size: 13px;
  letter-spacing: .08em;
}

.section-label span {
  font-size: 14px;
}

.section-label b {
  font-size: 13px;
}

.section-content {
  padding-top: 64px;
  padding-bottom: 72px;
}

h2 {
  font-size: clamp(30px, 2.7vw, 39px);
}

.intro {
  font-size: 18px;
}

.product-type {
  font-size: 12px;
  line-height: 1.4;
}

.product-grid h3,
.real-screen-grid figcaption b,
.download-grid h3 {
  font-size: 24px;
}

.product-ja,
.real-screen-grid figcaption span,
.note,
.feature-list span,
.price small,
.download-price small {
  font-size: 13px;
}

.real-screen-grid figcaption {
  margin-bottom: 14px;
}

.real-screen-grid figcaption span {
  color: #444444;
}

.feature-list b {
  font-size: 16px;
}

.feature-list span {
  line-height: 1.65;
}

summary {
  padding: 20px 0;
  font-size: 16px;
}

details p {
  font-size: 14px;
}

footer {
  font-size: 12px;
}

.mockup-bar b,
.mockup-row,
.screen-bar,
.screen-line {
  font-size: 12px;
}

@media (max-width: 820px) {
  .hero {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .section-label {
    grid-template-columns: 58px 1fr;
    font-size: 12px;
  }

  .section-label span {
    font-size: 13px;
  }

  .section-content {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .eyebrow {
    font-size: 12px;
  }
}


/* v7: actual hero screenshot */
.hero {
  grid-template-columns: .92fr 1.08fr;
  gap: 6vw;
}

.hero-screenshot {
  margin: 0;
}

.hero-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8d8d3;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(0,0,0,.08);
}

.eyebrow {
  text-transform: none;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }
}


/* v8: larger small type / tighter vertical rhythm */
.section-label {
  height: 56px;
  grid-template-columns: 76px 1fr;
  font-size: 15px;
}

.section-label span {
  font-size: 16px;
}

.section-label b {
  font-size: 15px;
}

.section-content {
  padding-top: 48px;
  padding-bottom: 54px;
}

.eyebrow,
.product-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.eyebrow {
  margin-bottom: 18px;
}

.product-head .product-type {
  margin-bottom: 8px;
}

.product-grid {
  margin-top: 34px;
}

.product-grid article {
  min-height: 250px;
  padding: 28px;
}

.product-head {
  margin-bottom: 16px;
}

.product-grid h3 {
  font-size: 27px;
}

.product-ja {
  font-size: 15px;
}

.price {
  margin-top: 24px;
}

.hero {
  min-height: 490px;
  padding-top: 44px;
  padding-bottom: 34px;
}

.hero h1 {
  font-size: clamp(54px, 5.6vw, 76px);
}

.tagline {
  margin-top: 24px;
}

.lead {
  margin-top: 30px;
}

.two-column,
.feature-section {
  gap: 6vw;
}

.intro {
  font-size: 19px;
}

@media (max-width: 820px) {
  .section-label {
    height: 52px;
    grid-template-columns: 54px 1fr;
  }

  .section-label span {
    font-size: 14px;
  }

  .section-label b {
    font-size: 14px;
  }

  .section-content {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .eyebrow,
  .product-type {
    font-size: 13px;
  }

  .product-grid article {
    padding: 24px;
  }
}


/* v9: App Store Connect submission-ready adjustments */
.eyebrow {
  text-transform: none;
}

#support .section-content {
  padding-bottom: 48px;
}

#support .form-button {
  margin-bottom: 0;
}


/* v11: BUNSEIDO common header */
.bunseido-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(600px, 1.8fr);
  align-items: stretch;
  min-height: 98px;
  color: #111111;
  background: #ffffff;
  border-bottom: 1px solid #111111;
}

.bunseido-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 30px;
  border-right: 1px solid #111111;
  color: #111111;
  text-decoration: none;
}

.bunseido-logo span {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.bunseido-logo small {
  margin-top: 7px;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.bunseido-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.bunseido-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 10px;
  border-right: 1px solid #111111;
  color: #111111;
  font-family: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.bunseido-nav a::after {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  height: 2px;
  background: #111111;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.bunseido-nav a:hover {
  color: #111111;
  background: #93D2D7;
}

.bunseido-nav a:hover::after {
  transform: scaleX(1);
}

.bunseido-nav .bunseido-nav-contact {
  color: #ffffff;
  background: #111111;
}

.bunseido-nav .bunseido-nav-contact::after {
  display: none;
}

.bunseido-nav .bunseido-nav-contact:hover {
  color: #111111;
  background: #93D2D7;
}

@media (max-width: 980px) {
  .bunseido-header {
    grid-template-columns: 1fr;
  }

  .bunseido-logo {
    border-right: 0;
    border-bottom: 1px solid #111111;
  }

  .bunseido-nav a {
    min-height: 65px;
  }
}

@media (max-width: 720px) {
  .bunseido-header {
    min-height: 0;
  }

  .bunseido-logo {
    padding: 17px 18px;
  }

  .bunseido-logo span {
    font-size: 30px;
  }

  .bunseido-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bunseido-nav a {
    min-height: 52px;
    padding: 8px 5px;
    border-bottom: 1px solid #555555;
    font-size: 13px;
  }

  .bunseido-nav a::after {
    right: 22px;
    bottom: 12px;
    left: 22px;
  }
}


/* =========================================================
   Designed by BUNSEIDO — TimeTodo common typography system
   Typography-only override. Layout / spacing / images unchanged.
   ========================================================= */

:root {
  --bunseido-accent: #60C0BD;
  --bunseido-body-size: 16px;
  --bunseido-heading-large: 42px;
  --bunseido-heading-medium: 28px;
  --bunseido-heading-small: 18px;
  --bunseido-section-label: 18px;
}

/* OS standard fonts only */
body {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: var(--bunseido-body-size);
}

body,
p,
li,
td,
th,
summary,
details p,
.privacy p,
.note,
.product-ja,
.feature-list span,
.download-price,
.form-button {
  font-size: var(--bunseido-body-size);
}

h1,
h2,
h3,
.section-label,
.eyebrow,
.product-type,
.product-grid h3,
.real-screen-grid figcaption b,
.download-grid h3,
.bunseido-logo span,
.bunseido-logo small {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

/* Three heading levels only */
h1,
.hero h1 {
  font-size: var(--bunseido-heading-large);
}

h2 {
  font-size: var(--bunseido-heading-medium);
}

h3,
.product-grid h3,
.real-screen-grid figcaption b,
.download-grid h3,
.privacy h3 {
  font-size: var(--bunseido-heading-small);
}

/* Section labels: same position/layout, 120% size, BUNSEIDO mint */
.section-label,
.section-label span,
.section-label b {
  color: var(--bunseido-accent);
  font-size: var(--bunseido-section-label);
}

/* Small English category labels remain readable and use the same accent */
.eyebrow,
.product-type {
  color: var(--bunseido-accent);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* FAQ and Privacy Policy must use the same body size */
summary,
details p,
.privacy p,
.privacy h3 {
  line-height: inherit;
}

/* Keep product/system English copy on the same standard sans stack */
.bunseido-logo span,
.bunseido-logo small,
.bunseido-nav a,
.section-label,
.eyebrow,
.product-type,
.product-grid h3,
.real-screen-grid figcaption b,
.download-grid h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.download-system {
  font-size: var(--bunseido-body-size);
  font-weight: 600;
}
