/* Final public refinements for the mature hand-drawn brand pass. */

body {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .98) 0%, rgba(247, 241, 230, .96) 48%, rgba(232, 240, 237, .94) 100%),
    var(--paper-grain) center top / cover repeat-y;
}

.page-title-mobile {
  display: none;
}

.page-services {
  --page-hero-art: url("./assets/page-services-watercolor-v1.webp");
  --page-hero-art-position: 82% center;
}

.page-starter {
  --page-hero-art: url("./assets/page-starter-watercolor-v1.webp");
  --page-hero-art-position: 84% center;
}

.page-method {
  --page-hero-art: url("./assets/page-method-watercolor-v1.webp");
  --page-hero-art-position: 82% center;
}

.page-about {
  --page-hero-art: url("./assets/page-about-watercolor-v1.webp");
  --page-hero-art-position: 84% center;
}

.page-contact {
  --page-hero-art: url("./assets/page-contact-watercolor-v1.webp");
  --page-hero-art-position: 84% center;
}

.page-faq {
  --page-hero-art: url("./assets/page-faq-watercolor-v1.webp");
  --page-hero-art-position: 84% center;
}

.page-projects {
  --page-hero-art: url("./assets/page-projects-watercolor-v1.webp");
  --page-hero-art-position: 82% center;
}

.page-privacy {
  --page-hero-art: url("./assets/page-privacy-watercolor-v1.webp");
  --page-hero-art-position: 84% center;
}

body:not(.page-home) .page-hero {
  min-height: clamp(480px, 54svh, 630px);
  padding-top: clamp(128px, 14svh, 168px);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .99) 0%, rgba(255, 250, 242, .94) 34%, rgba(255, 250, 242, .62) 54%, rgba(255, 250, 242, .12) 78%, rgba(255, 250, 242, 0) 100%),
    linear-gradient(180deg, rgba(255, 250, 242, .04), rgba(247, 241, 230, .22)),
    var(--page-hero-art) var(--page-hero-art-position) / cover no-repeat,
    var(--paper-grain) center / cover no-repeat;
}

body:not(.page-home) .page-hero::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .62), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 242, 0), rgba(255, 250, 242, .2));
}

body:not(.page-home) .page-hero::after {
  height: 126px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0), rgba(255, 250, 242, .95) 72%, var(--paper));
}

body:not(.page-home) .page-hero-grid {
  align-items: end;
}

body:not(.page-home) .page-hero h1 {
  color: #36413d;
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  font-weight: 540;
  text-shadow: 0 1px 0 rgba(255, 250, 242, .7);
}

body:not(.page-home) .page-lead {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(85, 96, 87, .12);
  border-left: 2px solid color-mix(in srgb, var(--page-accent) 58%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .88), rgba(255, 250, 242, .7)),
    var(--paper-grain) center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(94, 78, 61, .08);
  backdrop-filter: blur(2px);
}

.page-home .hero {
  box-sizing: border-box;
  min-height: clamp(650px, 88svh, 800px);
  align-items: stretch;
  padding: clamp(58px, 7svh, 78px) clamp(26px, 5.8vw, 88px) clamp(14px, 2svh, 22px);
  color: #38443f;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .99) 0%, rgba(255, 250, 242, .94) 36%, rgba(255, 250, 242, .48) 58%, rgba(255, 250, 242, .1) 100%),
    var(--paper-grain) center / cover no-repeat;
}

.page-home .hero-bg {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .82) 38%, rgba(255, 250, 242, .12) 64%, rgba(255, 250, 242, 0) 100%),
    linear-gradient(180deg, rgba(255, 250, 242, .08), rgba(255, 250, 242, .18)),
    url("./assets/hero-watercolor-studio-v1.webp") center bottom / 130% auto no-repeat;
  opacity: 1;
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: auto auto 8px -34px;
  width: 230px;
  height: 150px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 40% 58%, rgba(142, 158, 125, .18), transparent 58%),
    linear-gradient(136deg, transparent 50%, rgba(86, 105, 89, .34) 50% 52%, transparent 52%);
  opacity: .8;
  transform: rotate(-7deg);
}

.page-home .hero::after {
  height: 150px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0), rgba(255, 250, 242, .96) 72%, var(--paper));
}

.page-home .hero-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(390px, 520px) minmax(0, 1fr);
  grid-template-areas:
    "copy visual"
    "values values";
  align-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 26px) clamp(34px, 5vw, 74px);
  width: min(1290px, 100%);
}

.page-home .hero-content {
  grid-area: copy;
  width: min(560px, 100%);
  padding-top: 10px;
}

.page-home .hero-content::before {
  top: auto;
  bottom: -18px;
  width: 58px;
  height: 3px;
  background: #b9945d;
}

.page-home .hero-kicker {
  min-height: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #69766d;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-home .hero h1 {
  width: min(640px, 100%);
  color: #36413d;
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  font-size: clamp(42px, 4.35vw, 62px);
  font-weight: 520;
  line-height: 1.12;
  text-shadow: none;
}

.page-home .hero-name {
  margin-top: 10px;
  color: #756958;
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  font-size: clamp(20px, 2vw, 28px);
}

.page-home .hero-line {
  width: min(540px, 100%);
  margin-top: 26px;
  color: #3f4741;
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.45;
}

.page-home .hero-copy {
  width: min(540px, 100%);
  margin-top: 18px;
  color: #5f6a62;
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.9;
}

.page-home .hero-focus {
  width: min(530px, 100%);
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #4d5c55;
  font-size: 15px;
}

.page-home .hero-focus span {
  gap: 9px;
}

.page-home .hero-focus span::before {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(81, 102, 89, .32);
  background: rgba(129, 148, 116, .56);
  box-shadow: 0 0 0 5px rgba(129, 148, 116, .08);
}

.page-home .hero-actions {
  gap: 13px;
  margin-top: 34px;
}

.page-home .hero-actions .button {
  width: auto;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(87, 100, 83, .12);
}

.page-home .hero-actions .button.primary {
  color: #fffaf2;
  background: #6f7d68;
}

.page-home .hero-actions .button.secondary {
  border-color: rgba(93, 101, 88, .18);
  color: #4b554d;
  background: rgba(255, 250, 242, .76);
}

.page-home .hero-visual {
  display: none;
}

.page-home .hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 5% 6% 3%;
  height: auto;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(224, 231, 222, .52), rgba(224, 231, 222, 0) 68%);
  transform: rotate(-8deg);
}

.page-home .hero-illustration {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(390px, 43vw, 540px);
  aspect-ratio: 1600 / 900;
  object-fit: cover;
  object-position: 65% center;
  border: 0;
  filter: drop-shadow(0 22px 38px rgba(106, 91, 72, .1));
  mix-blend-mode: multiply;
}

.page-home .hero-visual-header,
.page-home .hero-flow-board,
.page-home .hero-proof-strip {
  display: none;
}

.page-home .hero-value-list {
  grid-area: values;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1090px, 100%);
  margin: 4px auto 0;
  padding: 10px 0;
  border-top: 1px solid rgba(85, 96, 87, .13);
  background: linear-gradient(180deg, rgba(255, 250, 242, .88), rgba(255, 250, 242, .72));
  backdrop-filter: blur(2px);
  list-style: none;
}

.page-home .hero-value-list li {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px 18px;
  align-items: center;
  min-height: 82px;
  padding: 6px clamp(18px, 3vw, 42px);
  border: 0;
  border-right: 1px solid rgba(85, 96, 87, .13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .hero-value-list li:last-child {
  border-right: 0;
}

.page-home .hero-value-list li::before {
  content: "";
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 250, 242, .78), rgba(255, 250, 242, 0) 48%),
    radial-gradient(circle at 50% 54%, rgba(151, 166, 135, .3), rgba(151, 166, 135, .08) 62%, rgba(151, 166, 135, 0) 70%);
}

.page-home .hero-value-list li::after {
  content: "";
  position: absolute;
  left: clamp(46px, 4.8vw, 72px);
  top: 31px;
  width: 34px;
  height: 42px;
  border-left: 2px solid rgba(78, 98, 82, .52);
  border-top: 1px solid transparent;
  transform: rotate(-18deg);
  opacity: .66;
}

.page-home .hero-value-list li:nth-child(2)::before {
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 250, 242, .8), rgba(255, 250, 242, 0) 48%),
    radial-gradient(circle at 50% 54%, rgba(222, 199, 169, .4), rgba(222, 199, 169, .1) 64%, rgba(222, 199, 169, 0) 72%);
}

.page-home .hero-value-list li:nth-child(3)::before {
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 250, 242, .8), rgba(255, 250, 242, 0) 48%),
    radial-gradient(circle at 50% 54%, rgba(181, 197, 199, .4), rgba(181, 197, 199, .11) 64%, rgba(181, 197, 199, 0) 72%);
}

.page-home .hero-value-list strong {
  color: #4a514b;
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.page-home .hero-value-list span {
  margin-top: 2px;
  color: #68756e;
  font-size: 14px;
  line-height: 1.75;
}

@media (min-width: 901px) {
  .page-home .site-header {
    background: rgba(255, 250, 242, .86);
    backdrop-filter: blur(16px);
  }
}

@media (min-width: 981px) {
  .page-home .hero-focus,
  .page-home .hero-actions .button.secondary {
    display: none;
  }

  .page-home .hero-actions {
    margin-top: 24px;
  }

  body[data-lang="en"].page-home .hero-shell {
    grid-template-columns: minmax(520px, 620px) minmax(0, 1fr);
  }

  body[data-lang="en"].page-home .hero-content {
    width: min(620px, 100%);
  }

  body[data-lang="en"].page-home .hero-content h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  body[data-lang="en"].page-home .hero-name {
    display: none;
  }

  body[data-lang="en"].page-home .hero-line {
    max-width: 600px;
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.42;
  }

  body[data-lang="en"].page-home .hero-copy {
    max-width: 580px;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 980px) {
  .page-home .hero {
    min-height: auto;
    padding-top: 76px;
  }

  .page-home .hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "values";
    gap: 20px;
  }

  .page-home .hero-content {
    width: min(720px, 100%);
  }

  .page-home .hero-visual {
    display: none;
  }

  .page-home .hero-illustration {
    max-height: 390px;
  }
}

@media (max-width: 620px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-home .hero {
    min-height: auto;
    padding: 42px 18px 78px;
  }

  .page-home .hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .95) 0%, rgba(255, 250, 242, .9) 58%, rgba(255, 250, 242, .62) 100%),
      linear-gradient(90deg, rgba(255, 250, 242, .96) 0%, rgba(255, 250, 242, .78) 52%, rgba(255, 250, 242, .38) 100%),
      url("./assets/hero-watercolor-studio-v1.webp") 62% bottom / auto 58% no-repeat;
  }

  .page-home .hero-shell {
    grid-template-areas:
      "copy"
      "values";
    gap: 14px;
  }

  .page-home .hero-content,
  .page-home .hero-value-list {
    position: relative;
    z-index: 2;
  }

  .page-home .hero-kicker {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .page-home .hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .page-home .hero-name {
    font-size: 18px;
  }

  .page-home .hero-line {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.5;
  }

  .page-home .hero-copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.72;
  }

  .page-home .hero-focus {
    gap: 9px 12px;
    margin-top: 16px;
    font-size: 13px;
  }

  .page-home .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .92fr);
    gap: 8px;
    margin-top: 22px;
  }

  .page-home .hero-actions .button {
    width: 100%;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .page-home .hero-visual {
    display: none;
  }

  .page-home .hero-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-top: 12px;
    margin-top: 0;
    border-top-color: rgba(85, 96, 87, .1);
  }

  .page-home .hero-value-list li {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    padding: 4px 7px;
    text-align: center;
  }

  .page-home .hero-value-list li::before {
    width: 42px;
    height: 42px;
    grid-row: auto;
  }

  .page-home .hero-value-list li::after {
    left: 50%;
    top: 18px;
    width: 22px;
    height: 28px;
    transform: translateX(-50%) rotate(-18deg);
  }

  .page-home .hero-value-list strong {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
  }

  .page-home .hero-value-list span {
    display: none;
  }
}

@media (max-width: 620px) {
  body:not(.page-home) .page-hero {
    min-height: auto;
    padding: 84px 18px 38px;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .97) 0%, rgba(255, 250, 242, .9) 52%, rgba(255, 250, 242, .74) 100%),
      linear-gradient(90deg, rgba(255, 250, 242, .96) 0%, rgba(255, 250, 242, .74) 58%, rgba(255, 250, 242, .34) 100%),
      var(--page-hero-art) 78% top / auto 68% no-repeat,
      var(--paper-grain) center / cover no-repeat;
  }

  body:not(.page-home) .page-hero-grid {
    gap: 16px;
  }

  body:not(.page-home) .page-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.08;
  }

  body:not(.page-home) .page-lead {
    gap: 12px;
    padding: 15px 15px 16px;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .9), rgba(255, 250, 242, .78)),
      var(--paper-grain) center / cover no-repeat;
  }

  body:not(.page-home) .page-lead p {
    font-size: 15px;
    line-height: 1.7;
  }

  body:not(.page-home) .page-lead-actions {
    gap: 8px;
  }

  body:not(.page-home) .page-lead-actions .button {
    width: 100%;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 13px;
  }
}

/* Focus polish: shorter mobile rhythm and real watercolor promise assets. */
.page-home .hero-value-list li::before {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(85, 96, 87, .1);
  background: url("./assets/promise-flow-watercolor-v1.webp") center / cover no-repeat;
  box-shadow: 0 12px 26px rgba(106, 91, 72, .1);
}

.page-home .hero-value-list li:nth-child(2)::before {
  background: url("./assets/promise-stage-watercolor-v1.webp") center / cover no-repeat;
}

.page-home .hero-value-list li:nth-child(3)::before {
  background: url("./assets/promise-boundary-watercolor-v1.webp") center / cover no-repeat;
}

.page-home .hero-value-list li::after {
  display: none;
}

.page-services .service-detail-section {
  padding-block: clamp(42px, 5vw, 68px);
}

.page-services .service-detail-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-services .service-detail {
  grid-template-columns: 1fr;
  gap: 16px;
  padding: clamp(22px, 2.8vw, 30px);
}

.page-services .service-detail img {
  width: 96px;
  height: 72px;
}

.page-services .service-detail p:not(.section-kicker) {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.64;
}

.page-services .service-detail .check-list {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}

.page-services .service-detail .check-list li {
  font-size: 14px;
}

.page-contact .contact-builder-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .96), rgba(232, 240, 237, .6)),
    var(--paper-grain) center / cover repeat-y;
}

.page-contact .contact-builder-section .split-grid {
  align-items: start;
}

.page-starter .starter-path-section,
.page-method .method-check-section {
  padding-block: clamp(44px, 5.2vw, 70px);
}

@media (max-width: 900px) {
  .page-services .service-detail-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-home .hero-value-list {
    padding-block: 10px 8px;
  }

  .page-home .hero-value-list li::before {
    width: 48px;
    height: 48px;
  }

  .page-services .service-detail-section,
  .page-services .service-boundary-section,
  .page-contact .contact-before-section,
  .page-contact .contact-outline-section {
    display: none;
  }

  .page-contact main {
    display: flex;
    flex-direction: column;
  }

  .page-contact .page-hero {
    order: 1;
  }

  .page-contact .contact-reach-section {
    order: 2;
  }

  .page-contact .contact-builder-section {
    order: 3;
  }

  .page-contact .contact-cta-section {
    order: 4;
  }

  .page-contact .contact-after-section {
    order: 5;
  }

  .page-services .service-snapshot-section,
  .page-services .service-use-section,
  .page-services .service-prepare-section,
  .page-contact .contact-builder-section,
  .page-contact .contact-reach-section,
  .page-contact .contact-after-section,
  .page-starter .starter-path-section,
  .page-starter .starter-decision-section,
  .page-method .method-check-section,
  .page-method .method-boundary-section {
    padding-block: 30px;
  }

  .page-services .service-snapshot-grid,
  .page-services .service-use-grid,
  .page-services .stack-list,
  .page-contact .status-list,
  .page-contact .note-grid,
  .page-starter .starter-grid,
  .page-starter .decision-grid,
  .page-method .method-grid,
  .page-method .stack-list {
    grid-auto-columns: minmax(228px, 76vw);
  }

  .page-contact .inquiry-form {
    padding: 16px;
  }

  .page-contact .inquiry-form textarea {
    min-height: 94px;
  }

  .page-starter .starter-card > p,
  .page-starter .starter-card li,
  .page-method .method-card p,
  .page-method .method-points li {
    font-size: 13.5px;
    line-height: 1.48;
  }
}

/* Perfection pass: lighter art delivery and tighter editorial rhythm. */
@media (min-width: 901px) {
  body:not(.page-home) .page-hero {
    min-height: clamp(430px, 49svh, 580px);
    padding-top: clamp(112px, 12svh, 148px);
  }

  body:not(.page-home) .page-lead {
    max-width: 610px;
  }

  .page-services .section-band:not(.page-hero),
  .page-contact .section-band:not(.page-hero),
  .page-method .section-band:not(.page-hero) {
    padding-block: clamp(48px, 5.4vw, 74px);
  }

  .page-services .service-snapshot-grid {
    gap: 14px;
  }

  .page-services .service-snapshot-card {
    padding: 22px;
  }

  .page-services .service-snapshot-card dl {
    gap: 11px;
    margin-top: 15px;
  }

  .page-services .service-snapshot-card div {
    gap: 4px;
    padding-top: 10px;
  }

  .page-services .service-snapshot-card dd,
  .page-services .service-use-grid p,
  .page-services .service-use-grid dd {
    font-size: 14px;
    line-height: 1.58;
  }

  .page-services .service-use-grid article {
    min-height: 230px;
    padding: 22px;
  }

  .page-services .service-use-grid span {
    margin-bottom: 16px;
  }

  .page-services .service-use-grid dl {
    margin-top: 14px;
  }

  .page-services .stack-list,
  .page-contact .status-list,
  .page-contact .note-grid,
  .page-method .stack-list {
    gap: 12px;
  }

  .page-services .stack-list article,
  .page-contact .status-list article,
  .page-contact .note-grid article,
  .page-method .stack-list article {
    padding: 22px 24px;
  }

  .page-services .stack-list p,
  .page-contact .status-list p,
  .page-contact .note-grid p,
  .page-method .stack-list p {
    font-size: 15px;
    line-height: 1.62;
  }

  .page-contact .status-list.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(216, 199, 173, .72);
    border-radius: 8px;
    background: rgba(216, 199, 173, .72);
  }

  .page-contact .status-list.compact article {
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-contact .status-list.compact article::before {
    inset: 0 0 auto;
    width: auto;
    height: 4px;
    border-radius: 0;
  }

  .page-contact .inquiry-form {
    padding: 26px;
  }

  .page-contact .form-grid {
    gap: 14px;
  }

  .page-contact .inquiry-form input,
  .page-contact .inquiry-form select {
    min-height: 42px;
  }

  .page-contact .inquiry-form textarea {
    min-height: 108px;
  }

  .page-contact .email-outline {
    gap: 14px;
  }

  .page-contact .email-outline div {
    gap: 14px;
    padding-bottom: 14px;
  }

  .page-method .method-overview-grid {
    grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
    gap: clamp(28px, 4.5vw, 62px);
  }

  .page-method .method-status-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-method .method-status-panel article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
    border-right: 1px solid rgba(246, 200, 154, .13);
    border-bottom: 0;
  }

  .page-method .method-status-panel article:last-child {
    border-right: 0;
  }

  .page-method .method-status-panel p {
    font-size: 14px;
    line-height: 1.58;
  }

  .page-method .method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .page-method .method-card {
    min-height: 0;
    padding: 24px;
  }

  .page-method .method-card-featured {
    grid-column: 1 / -1;
    min-height: 230px;
    gap: clamp(22px, 3vw, 42px);
  }

  .page-method .method-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .page-method .method-points {
    gap: 7px;
    margin-top: 16px;
  }

  .page-method .method-card-featured .method-points {
    margin-top: 0;
  }
}

/* Method featured card contrast repair. */
.page-method .method-card-featured {
  border-color: rgba(180, 145, 92, .24);
  color: #4f625c;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .98), rgba(246, 242, 233, .92)),
    url("./assets/paper-warm-handdrawn.svg") center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(94, 78, 61, .09);
}

.page-method .method-card-featured span {
  color: #a86f5c;
}

.page-method .method-card-featured h3 {
  color: #243b35;
}

.page-method .method-card-featured p {
  color: #5f716a;
}

.page-method .method-card-featured .text-link {
  color: #304842;
  border-color: rgba(201, 154, 81, .34);
}

.page-method .method-card-featured .method-points li {
  color: #304842;
  border-color: rgba(201, 154, 81, .3);
  background: rgba(255, 250, 242, .74);
}

/* Copy-light preview: make the public site read like a route, not a proposal. */
.page-home .outcome-strip,
.page-home .home-next,
.page-home .home-route,
.page-services .service-use-section,
.page-services .service-detail-section,
.page-services .service-boundary-section,
.page-starter .starter-decision-section,
.page-method .method-boundary-section,
.page-contact .contact-before-section,
.page-contact .contact-after-section,
.page-contact .contact-outline-section {
  display: none;
}

.page-home .hero-value-list span,
.page-home .business-focus .section-heading > p:not(.section-kicker),
.page-home .business-focus-grid article p,
.page-home .home-route .section-heading > p:not(.section-kicker),
.page-home .decision-card p,
.page-services .service-snapshot-section .section-heading > p:not(.section-kicker),
.page-starter .starter-path-section .section-heading > p:not(.section-kicker),
.page-starter .starter-card > p,
.page-method .method-check-section .section-heading > p:not(.section-kicker),
.page-method .method-card p,
.page-method .method-status-panel p,
.page-contact .contact-reach-section .section-heading > p:not(.section-kicker) {
  display: none;
}

.page-home .hero-copy {
  max-width: 560px;
}

.page-home .business-focus-grid article,
.page-home .decision-card,
.page-starter .starter-card,
.page-method .method-card {
  min-height: 0;
}

.page-home .business-focus-grid article ul,
.page-starter .starter-card ul,
.page-method .method-points {
  margin-top: 14px;
}

@media (max-width: 620px) {
  .page-home .hero-copy {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Layered-copy pass: keep the first read light, with details available on demand. */
.page-home .business-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .business-focus-grid article .card-brief,
.page-starter .starter-card > .card-brief,
.page-method .method-card .card-brief,
.page-privacy .method-card .card-brief {
  display: block;
  margin: 12px 0 0;
  color: #5f716a;
  font-size: 15px;
  line-height: 1.55;
}

.page-home .business-focus-grid article > ul,
.page-starter .starter-card > ul {
  display: none;
}

.progressive-detail {
  margin-top: 16px;
  border-top: 1px solid rgba(201, 154, 81, .24);
  color: #4f625c;
}

.progressive-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  cursor: pointer;
  color: #304842;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  list-style: none;
}

.progressive-detail summary::-webkit-details-marker {
  display: none;
}

.progressive-detail summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(121, 146, 139, .34);
  border-radius: 999px;
  color: #6e817a;
  background: rgba(255, 250, 242, .72);
}

.progressive-detail[open] summary::after {
  content: "-";
}

.progressive-detail ul,
.progressive-detail dl,
.progressive-detail p {
  display: block;
  margin: 0;
}

.progressive-detail ul,
.progressive-detail dl {
  padding: 2px 0 4px;
}

.progressive-detail li,
.progressive-detail dd,
.progressive-detail p {
  color: #5f716a;
  font-size: 14px;
  line-height: 1.58;
}

.progressive-detail li + li,
.progressive-detail dl div + div,
.progressive-detail p + p {
  margin-top: 8px;
}

.service-snapshot-card .progressive-detail dl {
  gap: 10px;
  margin-top: 0;
}

.service-snapshot-card .progressive-detail div {
  padding-top: 8px;
}

.page-method .method-card .progressive-detail p,
.page-method .method-card .progressive-detail .method-points,
.page-privacy .method-card .progressive-detail p {
  display: block;
}

.page-method .method-card .progressive-detail .method-points,
.page-starter .starter-card .progressive-detail ul,
.page-home .business-focus-grid .progressive-detail ul {
  margin-top: 0;
}

.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form-detail {
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(121, 146, 139, .2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .86), rgba(255, 250, 242, .68)),
    var(--paper-grain) center / cover no-repeat;
  box-shadow: 0 16px 34px rgba(94, 78, 61, .08);
}

.contact-form-detail summary {
  min-height: 38px;
}

.contact-form-detail .inquiry-form {
  margin-top: 18px;
}

.contact-form-detail:not([open]) > .inquiry-form {
  display: none;
}

.contact-form-detail[open] > .inquiry-form {
  display: grid;
}

.inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.inquiry-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.inquiry-form-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(111, 143, 128, .22);
  border-radius: 6px;
  color: var(--muted);
  background: rgba(232, 240, 237, .56);
}

.inquiry-form-status[data-tone="success"] {
  color: #49645a;
  border-color: rgba(111, 143, 128, .34);
}

.inquiry-form-status[data-tone="error"] {
  color: #8b5147;
  border-color: rgba(178, 120, 102, .3);
  background: rgba(244, 236, 224, .76);
}

.inquiry-email-fallback[hidden],
.inquiry-form-status[hidden] {
  display: none;
}

.contact-choice-grid article {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(201, 154, 81, .24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .96), rgba(246, 242, 233, .88)),
    url("./assets/paper-warm-handdrawn.svg") center / cover no-repeat;
  box-shadow: 0 16px 36px rgba(94, 78, 61, .08);
}

.contact-choice-grid span {
  color: #a86f5c;
  font-size: 13px;
  font-weight: 700;
}

.contact-choice-grid h3 {
  margin: 16px 0 10px;
  color: #243b35;
}

.contact-choice-grid p {
  margin: 0 0 18px;
  color: #5f716a;
  line-height: 1.55;
}

.layered-form {
  display: grid;
  gap: 18px;
}

.layered-form .form-step {
  min-width: 0;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(201, 154, 81, .22);
}

.layered-form .form-step:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.layered-form legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #304842;
  font-size: 16px;
  font-weight: 800;
}

.layered-form legend span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fffdf8;
  background: #6f8178;
  font-size: 12px;
}

.page-faq .faq-list details:not([open]) {
  min-height: 0;
}

@media (max-width: 900px) {
  .page-home .business-focus-grid,
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .contact-choice-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .page-contact .contact-reach-section {
    order: 2;
  }

  .page-contact .contact-builder-section {
    order: 3;
  }

  .progressive-detail summary {
    min-height: 38px;
    font-size: 13.5px;
  }

  .page-home .business-focus-grid article .card-brief,
  .page-starter .starter-card > .card-brief,
  .page-method .method-card .card-brief,
  .page-privacy .method-card .card-brief {
    font-size: 14px;
    line-height: 1.5;
  }

  .layered-form {
    gap: 16px;
  }
}

/* Mobile rhythm pass: keep the first screen calm and let details wait below. */
@media (max-width: 620px) {
  .page-home .hero {
    box-sizing: border-box;
    min-height: clamp(340px, 45svh, 390px);
    padding: 10px 18px 20px;
    align-items: center;
  }

  .page-home .hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .93) 54%, rgba(255, 250, 242, .72) 100%),
      linear-gradient(90deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .84) 58%, rgba(255, 250, 242, .42) 100%),
      url("./assets/hero-watercolor-studio-v1.webp") 72% bottom / auto 38% no-repeat;
  }

  .page-home .hero::after {
    height: 82px;
  }

  .page-home .hero-shell {
    min-height: 0;
    align-content: center;
    gap: 0;
  }

  .page-home .hero-content {
    width: min(100%, 360px);
    padding-top: 0;
  }

  .page-home .hero-content::before {
    bottom: -16px;
    width: 44px;
  }

  .page-home .hero-brandline,
  .page-home .hero-kicker,
  .page-home .hero-name,
  .page-home .hero-copy,
  .page-home .hero-focus,
  .page-home .hero-value-list,
  .page-home .hero-actions .button.secondary {
    display: none;
  }

  .page-home .hero h1 {
    width: min(100%, 338px);
    font-size: clamp(30px, 8.8vw, 34px);
    line-height: 1.13;
  }

  .page-home .hero-line {
    width: min(100%, 332px);
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.46;
  }

  .page-home .hero-actions {
    display: block;
    width: min(100%, 288px);
    margin-top: 16px;
  }

  .page-home .hero-actions .button.primary {
    width: 100%;
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .page-home .business-focus.section-band {
    padding-top: 26px;
    padding-bottom: calc(38px + env(safe-area-inset-bottom));
  }

  .page-home .business-focus .section-heading {
    margin-bottom: 16px;
  }

  .page-home .business-focus .section-heading h2 {
    max-width: 300px;
    font-size: 27px;
    line-height: 1.22;
  }

  .page-home .business-focus-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(236px, 76vw);
    gap: 9px;
    width: auto;
    margin-inline: -18px;
    padding-inline: 18px;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-home .business-focus-grid article {
    min-height: 0;
    padding: 18px;
    scroll-snap-align: start;
    border: 1px solid rgba(201, 154, 81, .2);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(94, 78, 61, .07);
  }

  .page-home .business-focus-grid article::before {
    height: 3px;
  }

  .page-home .business-focus-grid span {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .page-home .business-focus-grid h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .page-home .business-focus-grid article .card-brief {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .page-home .business-focus-grid .progressive-detail {
    margin-top: 10px;
  }

  .page-home .business-focus-grid .progressive-detail summary {
    min-height: 34px;
  }
}

/* Mobile consistency pass: align subpage first screens and make horizontal rails obvious. */
@media (max-width: 620px) {
  .app-bottom-nav {
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
  }

  body:not(.page-home) .page-hero {
    box-sizing: border-box;
    min-height: clamp(290px, 39svh, 350px);
    padding: 44px 18px 24px;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .92) 52%, rgba(255, 250, 242, .78) 100%),
      linear-gradient(90deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .82) 58%, rgba(255, 250, 242, .42) 100%),
      var(--page-hero-art) 80% top / auto 54% no-repeat,
      var(--paper-grain) center / cover no-repeat;
  }

  body:not(.page-home) .page-hero::after {
    height: 72px;
  }

  body:not(.page-home) .page-hero-grid {
    align-content: center;
    gap: 12px;
  }

  body:not(.page-home) .page-hero h1 {
    font-size: clamp(31px, 8.8vw, 36px);
    line-height: 1.1;
  }

  .page-services .page-title-full,
  .page-starter .page-title-full {
    display: none;
  }

  .page-services .page-title-mobile,
  .page-starter .page-title-mobile {
    display: inline;
  }

  body:not(.page-home) .page-lead {
    gap: 10px;
    padding: 12px 13px;
    box-shadow: 0 12px 26px rgba(94, 78, 61, .07);
  }

  body:not(.page-home) .page-lead p {
    font-size: 14px;
    line-height: 1.5;
  }

  body:not(.page-home) .page-lead-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body:not(.page-home) .page-lead-actions .button {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 12.5px;
  }

  .page-contact .page-hero {
    min-height: clamp(310px, 42svh, 370px);
  }

  .page-contact .page-lead {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .page-contact .page-lead p {
    width: min(100%, 330px);
    font-size: 15px;
    line-height: 1.52;
  }

  body.page-contact .page-hero .page-lead-actions {
    display: block;
    width: min(100%, 310px);
    margin-top: 12px;
  }

  body.page-contact .page-hero .page-lead-actions .button.primary {
    width: 100%;
  }

  body.page-contact .page-hero .page-lead-actions .button.secondary,
  .page-contact .page-hero .contact-assurance {
    display: none;
  }

  .page-method .page-hero {
    min-height: clamp(300px, 40svh, 350px);
  }

  .page-services .service-snapshot-section,
  .page-starter .starter-path-section,
  .page-method .method-check-section,
  .page-contact .contact-reach-section {
    padding-top: 28px;
    padding-bottom: calc(38px + env(safe-area-inset-bottom));
  }

  .page-home .business-focus .section-heading,
  .page-services .service-snapshot-section .section-heading,
  .page-starter .starter-path-section .section-heading,
  .page-method .method-check-section .section-heading,
  .page-contact .contact-reach-section .section-heading {
    margin-bottom: 14px;
  }

  .page-home .business-focus .section-heading::after,
  .page-services .service-snapshot-section .section-heading::after,
  .page-starter .starter-path-section .section-heading::after,
  .page-method .method-check-section .section-heading::after,
  .page-contact .contact-reach-section .section-heading::after {
    content: "左右滑動看更多";
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 10px;
    padding: 5px 11px;
    border: 1px solid rgba(121, 146, 139, .26);
    border-radius: 999px;
    color: #6a7a73;
    background: rgba(255, 250, 242, .72);
    font-size: 12px;
    font-weight: 700;
  }

  body.page-home[data-lang="en"] .business-focus .section-heading::after,
  body.page-services[data-lang="en"] .service-snapshot-section .section-heading::after,
  body.page-starter[data-lang="en"] .starter-path-section .section-heading::after,
  body.page-method[data-lang="en"] .method-check-section .section-heading::after,
  body.page-contact[data-lang="en"] .contact-reach-section .section-heading::after {
    content: "Swipe to see more";
  }

  .page-home .business-focus-grid,
  .page-services .service-snapshot-grid,
  .page-starter .starter-grid,
  .page-method .method-grid,
  .page-contact .contact-choice-grid {
    position: relative;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(228px, 74vw);
    gap: 9px;
    width: auto;
    margin-inline: -18px;
    padding-inline: 18px 44px;
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-home .business-focus-grid > *,
  .page-services .service-snapshot-grid > *,
  .page-starter .starter-grid > *,
  .page-method .method-grid > *,
  .page-contact .contact-choice-grid > * {
    scroll-snap-align: start;
  }

  .page-home .business-focus-grid::after,
  .page-services .service-snapshot-grid::after,
  .page-starter .starter-grid::after,
  .page-method .method-grid::after,
  .page-contact .contact-choice-grid::after {
    content: "";
    position: sticky;
    right: -44px;
    z-index: 2;
    width: 38px;
    min-height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 250, 242, 0), rgba(255, 250, 242, .92));
  }

  .page-services .service-snapshot-card,
  .page-starter .starter-card,
  .page-method .method-card,
  .page-contact .contact-choice-grid article {
    min-height: 0;
    padding: 18px;
  }

  .page-services .service-snapshot-card > span,
  .page-starter .starter-card span,
  .page-method .method-card span,
  .page-contact .contact-choice-grid span {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .page-services .service-snapshot-card h3,
  .page-starter .starter-card h3,
  .page-method .method-card h3,
  .page-contact .contact-choice-grid h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .page-services .service-snapshot-card .card-brief,
  .page-starter .starter-card > .card-brief,
  .page-method .method-card .card-brief,
  .page-contact .contact-choice-grid p {
    margin-top: 9px;
    color: #5f716a;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .page-contact .contact-choice-grid p {
    display: none;
    margin-bottom: 0;
  }

  .page-contact .contact-choice-grid .text-link {
    margin-top: 14px;
    display: inline-flex;
  }

  .page-services .service-snapshot-card .progressive-detail,
  .page-starter .starter-card .progressive-detail,
  .page-method .method-card .progressive-detail {
    margin-top: 10px;
  }

  .page-services .service-snapshot-card .progressive-detail summary,
  .page-starter .starter-card .progressive-detail summary,
  .page-method .method-card .progressive-detail summary {
    min-height: 34px;
  }
}
