:root { --ink: #171714; --muted: #716d66; --line: #dedbd4; --paper: #fbfaf7; }
body { margin: 0px; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif; }
.wrap { width: min(1180px, 100% - 48px); margin: auto; }
.hero { padding: 105px 0px 82px; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 56px; align-items: end; }
.eyebrow { font-size: 11px; letter-spacing: 0.18em; color: var(--muted); }
h1 { font-family: Georgia, "Yu Mincho", serif; font-weight: 400; font-size: clamp(48px, 6.2vw, 86px); line-height: 1.04; margin: 18px 0px 0px; }
.website-hero-title { white-space: nowrap; }
.lead { font-size: 17px; line-height: 2; color: rgb(79, 76, 71); }
.rule { height: 1px; background: var(--line); }
.statement { padding: 95px 0px; display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; }
h2 { font-family: Georgia, "Yu Mincho", serif; font-weight: 400; font-size: clamp(31px, 4vw, 48px); line-height: 1.35; margin: 10px 0px 25px; }
.statement p, .service p, .flow p { line-height: 2; color: rgb(85, 81, 75); }
.services { padding: 20px 0px 105px; }
.service { border-top: 1px solid var(--line); padding: 34px 0px; display: grid; grid-template-columns: 70px 1fr 1fr; gap: 35px; align-items: start; }
.no { font-family: Georgia, serif; font-size: 13px; color: var(--muted); }
.service h3 { font-size: 25px; font-weight: 500; margin: 0px; }
.service p { margin: 0px; }
.showcase { background: rgb(27, 27, 24); color: rgb(245, 242, 235); padding: 100px 0px; }
.showcase .inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.browser { background: rgb(239, 237, 231); color: rgb(23, 23, 20); min-height: 470px; padding: 20px; display: flex; align-items: center; justify-content: center; }
.browser span { font-family: Georgia, serif; font-size: 34px; }
.showcase p { line-height: 2; color: rgb(199, 195, 187); }
.flow { padding: 105px 0px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 55px; }
.step { border-top: 1px solid var(--line); padding-top: 20px; }
.step strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.step p { font-size: 13px; }
.price { padding: 85px 0px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.amount { font-family: Georgia, serif; font-size: 48px; }
.cta { padding: 90px 0px 115px; border-top: 1px solid var(--line); }
.cta a { display: inline-block; border-bottom: 1px solid; padding: 12px 0px; font-size: 18px; }
@media (max-width: 720px) {
  .website-hero-title { white-space: nowrap; font-size: clamp(35px, 10.5vw, 54px); }
  .wrap { width: min(100% - 30px, 1180px); }
  nav { gap: 13px; font-size: 10px; }
  .hero, .statement, .showcase .inner, .price { grid-template-columns: 1fr; gap: 35px; }
  .hero, .statement, .showcase .inner, .price { min-width: 0px; }
  .hero > *, .statement > *, .showcase .inner > *, .price > * { min-width: 0px; max-width: 100%; }
  .statement h2 { font-size: clamp(28px, 7.4vw, 40px); }
  .hero { padding: 70px 0px 55px; }
  .flow-grid { grid-template-columns: 1fr 1fr; }
  .service { grid-template-columns: 40px 1fr; }
  .service p { grid-column: 2; }
  .browser { min-height: 310px; }
}
html { text-size-adjust: 100%; }
body { overflow-wrap: normal; word-break: normal; line-break: strict; }
p, li, small, .lead { word-break: normal; overflow-wrap: normal; }
h1, h2, h3, .brand, .button, .eyebrow { word-break: keep-all; overflow-wrap: normal; }
