@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:root {
  --ink: #29252e;
  --muted: #625c68;
  --accent: #58408b;
  --accent-dark: #413065;
  --paper: #f6f5f8;
  --line: #dedbe3;
  --white: #fff;
  --radius: 16px;
  --max: 1160px;
  color-scheme: light;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic",
    Meiryo, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
section:focus,
main:focus {
  outline: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: var(--white);
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.preview-notice {
  background: #fff4cd;
  border-bottom: 1px solid #c5ad60;
  color: #51400e;
  font-size: 0.875rem;
  padding: 8px 20px;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}
.brand {
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.brand img {
  width: 34px;
  height: 34px;
}
.brand small {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-top: 4px;
}
.site-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 0.875rem;
}
.site-nav > a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-nav > a:hover {
  text-decoration: underline;
}
.menu-toggle {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  min-height: 48px;
  min-width: 64px;
  font-size: 0.875rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 13px 23px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.55;
  text-align: center;
  transition:
    background 0.15s,
    color 0.15s;
}
.button-primary {
  background: var(--accent);
  color: #fff;
}
.button-primary:hover {
  background: var(--accent-dark);
}
.button-secondary {
  background: #fff;
  border-color: #bcb5c7;
  color: var(--ink);
}
.button-secondary:hover {
  background: var(--paper);
}
.button:disabled {
  background: #e9e5ee;
  color: #655c71;
  border-color: #c7c0d1;
}
.button small {
  font-size: 0.75rem;
  font-weight: 400;
}
.site-nav .button {
  font-size: 0.875rem;
  min-height: 46px;
  padding: 10px 16px;
}
.eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}
.hero {
  padding: 64px 0 42px;
  background: var(--paper);
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 64px;
  align-items: end;
}
.hero h1 {
  font-size: clamp(2rem, 4.3vw, 3.5rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.hero h1 span {
  display: block;
}
.hero-description {
  margin-top: 24px;
  font-size: 1.0625rem;
  line-height: 1.95;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.contact-help {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 14px;
}
.hero-aside {
  border-left: 1px solid #c8c3d1;
  padding-left: 28px;
  padding-bottom: 4px;
}
.hero-aside .label {
  font-size: 0.875rem;
  display: block;
}
.hero-price {
  font-size: 2.75rem;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
  margin: 8px 0;
}
.hero-price small {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
}
.hero-aside p:last-child {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.8;
}
.section {
  padding: 84px 0;
}
.section-heading {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 34px;
}
.section-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  margin-top: 10px;
}
.section-heading > p {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 410px;
}
.works {
  padding-top: 52px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.work-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.work-shot {
  border: 1px solid #ddd7e3;
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper);
}
.window-bar {
  height: 26px;
  border-bottom: 1px solid #e8e4ec;
  display: flex;
  align-items: center;
  padding: 0 11px;
  gap: 5px;
  background: #f4f2f6;
}
.window-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9b3c0;
}
.work-shot picture {
  display: block;
}
.work-shot img {
  aspect-ratio: 1440/1050;
  object-fit: cover;
  object-position: top;
}
.work-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 0.8125rem;
  margin-top: 20px;
}
.demo-label {
  letter-spacing: 0.08em;
  color: var(--muted);
  font-size: 0.75rem;
}
.work-card h3 {
  font-size: 1.2rem;
  margin: 9px 0 10px;
}
.work-card > p {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}
.tags li {
  font-size: 0.75rem;
  background: var(--paper);
  border-radius: 4px;
  padding: 3px 8px;
}
.work-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin-top: auto;
  border-bottom: 1px solid #938699;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
}
.work-link:hover {
  color: var(--accent);
}
.work-link small {
  font-weight: 400;
  font-size: 0.75rem;
}
.section-note {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.875rem;
}
.site-footer {
  padding: 36px 0;
  background: #302838;
  color: #fff;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.site-footer p {
  font-size: 0.8125rem;
  color: #ded7e8;
  margin-top: 26px;
}
.site-footer a:focus-visible {
  outline-color: #fff;
}
.site-footer .brand {
  font-size: 1.05rem;
}
.footer-contact {
  font-size: 0.9375rem;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.pending-section {
  background: var(--paper);
  padding: 40px;
  border-radius: var(--radius);
}
.pending-section p {
  color: var(--muted);
}
.services {
  background: var(--paper);
  border-block: 1px solid var(--line);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.service-item {
  padding-top: 24px;
  border-top: 1px solid #bcb5c7;
}
.item-number {
  font-size: 0.8125rem;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.service-item h3 {
  font-size: 1.15rem;
  margin: 13px 0;
}
.service-item p {
  font-size: 1rem;
  color: var(--muted);
}
.price-panel {
  display: grid;
  grid-template-columns: 360px 1fr;
  border: 1px solid #c9c2d3;
  border-radius: var(--radius);
  overflow: hidden;
}
.price-summary {
  padding: 36px;
  background: var(--paper);
  border-right: 1px solid #d8d2df;
}
.price-label {
  font-size: 0.875rem;
  color: var(--accent);
  font-weight: 600;
}
.price-summary h3 {
  font-size: 1.1rem;
  margin: 14px 0;
}
.main-price {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 12px 0 22px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  align-items: baseline;
  gap: 7px;
}
.main-price > span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.main-price small {
  font-size: 0.875rem;
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
.price-summary > p:not(.main-price) {
  font-size: 0.9375rem;
  color: var(--muted);
}
.price-summary .button {
  margin-top: 24px;
  width: 100%;
  font-size: 0.9375rem;
  padding-inline: 16px;
}
.price-summary .price-subnote {
  font-size: 0.8125rem;
  margin-top: 14px;
}
.price-included {
  padding: 36px 40px;
}
.price-included h3 {
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.check-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}
.check-list li {
  padding-left: 26px;
  position: relative;
  font-size: 1rem;
}
.check-list li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.scope-note {
  font-size: 0.875rem;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 22px;
}
.future-price {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 18px 0 36px;
}
.cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cost-item {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.minor-label {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: var(--accent);
  font-weight: 600;
}
.cost-item h3 {
  font-size: 1.2rem;
  margin: 8px 0 16px;
}
.plain-list {
  padding-left: 1.4em;
  display: grid;
  gap: 8px;
  font-size: 1rem;
}
.cost-item > p:last-child {
  font-size: 0.9375rem;
  margin-top: 18px;
  color: var(--muted);
}
.maintenance {
  margin-top: 32px;
  background: var(--paper);
  padding: 28px 30px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.maintenance h3 {
  font-size: 1.125rem;
  margin-top: 8px;
}
.maintenance h3 span {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}
.maintenance .scope-note {
  margin-top: 10px;
}
.flow-section {
  background: #302838;
  color: #fff;
}
.flow-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 100px;
}
.flow-section .eyebrow {
  color: #d4c3f0;
}
.flow-intro h2 {
  font-size: 2.25rem;
  margin: 16px 0 22px;
  line-height: 1.65;
}
.flow-intro > p:not(.eyebrow) {
  font-size: 1rem;
  color: #e3deea;
}
.schedule-note {
  padding: 24px 0 0;
  border-top: 1px solid #716779;
  margin-top: 32px;
}
.schedule-note > span {
  font-size: 0.875rem;
  color: #e3deea;
}
.schedule-note strong {
  display: block;
  font-size: 1.8rem;
  margin: 4px 0 10px;
  font-weight: 600;
}
.schedule-note p {
  font-size: 0.9375rem;
  color: #e3deea;
  max-width: 300px;
}
.flow-list {
  list-style: none;
  padding: 0;
}
.flow-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 24px;
  border-bottom: 1px solid #62566e;
  padding: 22px 0;
}
.flow-list li:first-child {
  padding-top: 0;
}
.flow-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #d4c3f0;
  padding-top: 4px;
  letter-spacing: 0.06em;
}
.flow-list h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.flow-list p {
  font-size: 1rem;
  color: #e3deea;
}
.about-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 90px;
}
.maker h2 {
  font-size: 2rem;
  margin-top: 14px;
}
.maker-name {
  font-size: 1.5rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  margin-top: 36px;
  margin-bottom: 14px;
}
.maker > p:not(.eyebrow) {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 16px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: 18px;
}
.faq > h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 35px 23px 0;
  min-height: 72px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 28px;
}
.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  background: var(--accent);
  left: 0;
  top: 6px;
  width: 14px;
  height: 2px;
}
.faq-plus::after {
  transform: rotate(90deg);
}
.faq details[open] .faq-plus::after {
  transform: none;
}
.faq-answer {
  font-size: 1rem;
  color: var(--muted);
  padding: 0 12px 24px 0;
}
.contact-section {
  background: #f0ecf7;
  border-top: 1px solid #ddd5e9;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 90px;
  align-items: center;
}
.contact-section h2 {
  font-size: 2rem;
  margin: 16px 0 22px;
}
.contact-section p {
  font-size: 1rem;
}
.contact-section .eyebrow {
  font-size: 0.8125rem;
}
.contact-action {
  margin-top: 28px;
}
.contact-action .button {
  min-width: 280px;
}
.contact-section .contact-help {
  font-size: 0.875rem;
  margin-top: 16px;
}
.contact-section .instagram-handle {
  font-size: 0.875rem;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 600;
}
.message-guide {
  border: 1px solid #c7bbd8;
  border-radius: 12px;
  background: #fff;
  padding: 30px;
}
.message-guide h3 {
  font-size: 1rem;
  margin-bottom: 20px;
}
.message-guide ol {
  padding-left: 20px;
}
.message-guide li {
  padding-left: 8px;
  margin-top: 16px;
}
.message-guide li::marker {
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 600;
}
.message-guide li > span {
  font-weight: 600;
  font-size: 0.9375rem;
}
.message-guide li p {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-top: 3px;
}
.message-guide > p {
  font-size: 0.875rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 64px;
  }
  .hero-layout {
    gap: 90px;
  }
  .work-grid {
    gap: 28px;
  }
}
@media (max-width: 63.99rem) {
  .site-nav {
    gap: 16px;
  }
  .site-nav .nav-flow {
    display: none;
  }
  .hero-layout {
    gap: 30px;
    grid-template-columns: 1fr 240px;
  }
  .hero-aside {
    padding-left: 22px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero-price {
    font-size: 2.3rem;
  }
  .work-grid {
    gap: 20px;
  }
  .work-card h3 {
    font-size: 1.05rem;
  }
  .section-heading {
    gap: 24px;
  }
  .section-heading > p {
    max-width: 330px;
  }
}
@media (max-width: 47.99rem) {
  html {
    scroll-padding-top: 6rem;
  }
  .header-inner {
    min-height: 72px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 1rem;
  }
  .brand small {
    font-size: 0.6875rem;
  }
  .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 18px;
    padding: 8px 0 18px;
  }
  .site-nav .nav-flow {
    display: flex;
  }
  .site-nav > .button {
    grid-column: 1/-1;
  }
  .hero {
    padding: 44px 0 38px;
  }
  .hero-layout {
    display: block;
  }
  .hero h1 {
    font-size: clamp(1.75rem, 7.2vw, 2.5rem);
    line-height: 1.65;
    margin-top: 16px;
  }
  .hero-description {
    font-size: 1rem;
    margin-top: 18px;
  }
  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-aside {
    border-left: 0;
    border-top: 1px solid #d2cdd9;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 12px;
    margin-top: 28px;
    padding: 22px 0 0;
  }
  .hero-price {
    font-size: 2rem;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
  }
  .hero-price small {
    font-size: 0.75rem;
  }
  .hero-aside p:last-child {
    font-size: 0.875rem;
    grid-column: 1/-1;
    margin-top: 8px;
  }
  .section {
    padding: 56px 0;
  }
  .works {
    padding-top: 38px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 14px;
  }
  .section-heading h2 {
    font-size: 1.75rem;
  }
  .work-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .work-card h3 {
    font-size: 1.25rem;
  }
  .work-meta {
    margin-top: 18px;
  }
  .work-card > p {
    font-size: 1rem;
  }
  .tags li {
    font-size: 0.8125rem;
  }
  .work-link {
    font-size: 1rem;
  }
  .work-shot {
    border-radius: 10px;
  }
  .footer-top {
    display: block;
  }
  .footer-contact {
    margin-top: 20px;
  }
  .site-footer {
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }
  .pending-section {
    padding: 24px;
  }
  .preview-notice {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 63.99rem) {
  .service-grid {
    gap: 24px;
  }
  .service-item h3 {
    font-size: 1.0625rem;
  }
  .price-panel {
    grid-template-columns: 300px 1fr;
  }
  .price-summary {
    padding: 28px;
  }
  .price-included {
    padding: 28px;
  }
  .main-price {
    font-size: 3rem;
  }
  .flow-layout {
    grid-template-columns: 260px 1fr;
    gap: 48px;
  }
  .about-layout {
    grid-template-columns: 280px 1fr;
    gap: 48px;
  }
  .contact-layout {
    grid-template-columns: 1fr 360px;
    gap: 40px;
  }
  .contact-section h2 {
    font-size: 1.75rem;
  }
  .contact-action .button {
    min-width: 0;
  }
  .flow-intro h2 {
    font-size: 1.9rem;
  }
  .maintenance {
    gap: 24px;
  }
}
@media (max-width: 47.99rem) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-item {
    padding-top: 20px;
  }
  .service-item h3 {
    font-size: 1.125rem;
  }
  .service-item p {
    font-size: 1rem;
  }
  .price-panel {
    grid-template-columns: 1fr;
  }
  .price-summary {
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid #d8d2df;
  }
  .price-summary .button {
    max-width: 360px;
  }
  .main-price {
    font-size: clamp(2.75rem, 14vw, 3.5rem);
    margin-top: 16px;
  }
  .price-included {
    padding: 26px 24px;
  }
  .price-included h3 {
    font-size: 1.125rem;
  }
  .check-list {
    gap: 14px;
  }
  .check-list li {
    font-size: 1rem;
  }
  .future-price {
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .cost-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cost-item {
    padding-top: 24px;
  }
  .maintenance {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }
  .maintenance h3 {
    font-size: 1.2rem;
  }
  .flow-layout {
    display: block;
  }
  .flow-intro h2 {
    font-size: 1.875rem;
  }
  .schedule-note {
    margin-top: 24px;
    padding-top: 22px;
  }
  .schedule-note p {
    max-width: none;
  }
  .flow-list {
    margin-top: 38px;
  }
  .flow-list li {
    grid-template-columns: 28px 1fr;
    gap: 16px;
    padding: 22px 0;
  }
  .flow-list h3 {
    font-size: 1.125rem;
  }
  .flow-list p {
    font-size: 1rem;
  }
  .about-layout {
    display: block;
  }
  .maker h2 {
    font-size: 1.75rem;
  }
  .maker-name {
    margin-top: 26px;
  }
  .faq {
    margin-top: 42px;
  }
  .faq summary {
    font-size: 1rem;
    line-height: 1.8;
  }
  .contact-layout {
    display: block;
  }
  .contact-section h2 {
    font-size: 1.75rem;
  }
  .contact-action .button {
    width: 100%;
    min-width: 0;
  }
  .message-guide {
    margin-top: 30px;
    padding: 24px;
  }
  .contact-section .contact-help {
    font-size: 0.875rem;
  }
  .contact-section > p {
    font-size: 1rem;
  }
}

/* Shared transaction links and the readable terms page. */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 24px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 0.9375rem;
}
.site-nav a[aria-current="page"] {
  color: var(--accent);
  text-decoration: underline;
}
.payment-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 28px 0;
  margin-bottom: 32px;
  border-block: 1px solid var(--line);
}
.payment-summary h3,
.support-note h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.payment-summary .minor-label {
  margin-bottom: 8px;
}
.payment-summary p,
.support-note p {
  color: var(--muted);
}
.payment-summary .text-link {
  margin-top: 10px;
}
.support-note {
  margin-top: 28px;
}
.contact-terms {
  border-top: 1px solid #c7bbd8;
  padding-top: 24px;
  margin-top: 36px;
}
.contact-terms p + p {
  margin-top: 12px;
}
.contact-terms a {
  display: inline-block;
  padding-block: 10px;
}
.terms-page {
  padding-bottom: 80px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  font-size: 0.875rem;
  color: var(--muted);
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
.terms-intro {
  padding: 32px 0 48px;
  border-bottom: 1px solid var(--line);
}
.terms-intro h1 {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  margin: 12px 0 20px;
}
.terms-intro > p:not(.eyebrow) {
  color: var(--muted);
}
.terms-date {
  margin-top: 20px;
  font-size: 0.875rem;
}
.terms-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 72px;
  padding-top: 40px;
}
.terms-toc {
  align-self: start;
  position: sticky;
  top: 114px;
}
.terms-toc > p {
  font-weight: 600;
  margin-bottom: 14px;
}
.terms-toc ol {
  padding-left: 1.5em;
  color: var(--muted);
}
.terms-toc a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-block: 8px;
  font-size: 0.9375rem;
}
.terms-content {
  min-width: 0;
}
.terms-content section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.terms-content h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.terms-content h3 {
  font-size: 1.125rem;
  margin: 28px 0 14px;
}
.terms-content p + p {
  margin-top: 18px;
}
.terms-content p,
.terms-content li,
.terms-content dd {
  font-size: 1rem;
}
.terms-content ul {
  padding-left: 1.4em;
  display: grid;
  gap: 14px;
  margin-block: 18px;
}
.terms-content a:not(.button) {
  color: var(--accent);
}
.terms-facts {
  margin: 20px 0 0;
}
.terms-facts > div {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.terms-facts dt {
  font-weight: 600;
}
.terms-facts dd {
  margin: 0;
}
.terms-contact {
  border-radius: var(--radius);
  background: var(--paper);
  padding: 28px;
}
.terms-contact h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.terms-contact .button {
  margin-top: 24px;
}
.terms-contact .text-link {
  display: flex;
  width: fit-content;
}
@media (min-width: 48rem) and (max-width: 63.99rem) {
  .site-nav {
    gap: 12px;
  }
  .site-nav > .button {
    padding-inline: 14px;
    font-size: 0.875rem;
  }
  .header-inner {
    gap: 20px;
  }
  .terms-layout {
    grid-template-columns: 184px minmax(0, 1fr);
    gap: 32px;
  }
  .terms-facts > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 47.99rem) {
  .payment-summary {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .terms-page {
    padding-bottom: 56px;
  }
  .terms-intro {
    padding: 24px 0 32px;
  }
  .terms-layout {
    display: block;
    padding-top: 28px;
  }
  .terms-toc {
    position: static;
    background: var(--paper);
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .terms-content h2 {
    font-size: 1.375rem;
  }
  .terms-facts > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .terms-contact {
    padding: 24px;
  }
  .terms-contact .button {
    width: 100%;
  }
}
