/* ScaleSiam — Astra art direction. Self-hosted Syne + Anuphan.
   Behavioral primitives live in styles.css; this file owns the visual system. */
@font-face {
  font-family: Syne;
  src: url("media/fonts/Syne-Variable.ttf") format("truetype");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: Anuphan;
  src: url("media/fonts/Anuphan-Variable.ttf") format("truetype");
  font-weight: 100 700;
  font-display: swap;
}
:root {
  --paper: #fafaf7;
  --ink: #172238;
  --ink-soft: #626b79;
  --surface: #f0f1f5;
  --surface-2: #e6e9ef;
  --line: #dce0e6;
  --green: #475bbe;
  --green-bright: #c6d4fe;
  --green-soft: #edf0ff;
  --green-ink: #26377b;
  --btn-light: #fff;
  --font-display: Syne, Anuphan, sans-serif;
  --font-body: Anuphan, sans-serif;
  --font-display-th: Anuphan, sans-serif;
  --font-body-th: Anuphan, sans-serif;
  --max: 1280px;
  --header-h: 96px;
  --gutter: clamp(24px, 5vw, 72px);
  --lavender: #e9e7fb;
  --mint: #e3eee6;
}
body {
  font-size: 16px;
  line-height: 1.65;
  background: var(--paper);
}
h1,
h2,
.display {
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.06;
}
h1 em,
h2 em {
  font-style: normal;
  color: #5869bf;
}
h2 {
  font-size: clamp(36px, 4.2vw, 58px);
}
h3 {
  letter-spacing: -0.025em;
}
.kicker {
  font-size: 11px;
  letter-spacing: 0.13em;
  color: #56617a;
  font-weight: 600;
  margin-bottom: 22px;
}
.lead,
.section-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.btn {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 14px;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    background-color 180ms var(--ease-out);
}
.btn-dark {
  background: linear-gradient(180deg, #34435a, #1b273c);
  box-shadow:
    inset 0 1px 0 #ffffff35,
    0 2px 3px #17223820,
    0 0 0 1px #182338;
}
.btn-dark::after {
  content: "↗";
  font-size: 18px;
  line-height: 1;
}
.btn-light {
  background: linear-gradient(#fff, #f2f3f6);
  box-shadow:
    0 0 0 1px #d8dce3,
    inset 0 2px 0 #fff,
    0 2px 2px #17223809;
}
.btn-ondark {
  background: #dbe4fb;
  color: var(--ink);
  border: 0;
  box-shadow: inset 0 1px 0 #fff9;
}
.actions {
  gap: 14px;
}
/* An identifiable studio mark; deliberately stable in both languages. */
.wordmark,
html[lang="th"] .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: Syne, Anuphan, sans-serif;
  font-weight: 750;
  font-size: 24px;
  letter-spacing: -1.25px;
  white-space: nowrap;
  line-height: 1;
}
.brand-symbol {
  width: 29px;
  height: 29px;
  flex: none;
  color: #5665ba;
}
.brand-dot {
  color: #6b79c0;
}
/* Service catalogue. Four distinct tones, one consistent interaction. */
.story {
  display: block;
  padding-top: 30px;
  padding-bottom: 108px;
  max-width: calc(var(--max) + 2 * var(--gutter));
  margin: auto;
}
.story-head {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
  max-width: none;
  margin-bottom: 40px;
  align-items: end;
}
.story-head .kicker {
  grid-column: 1/-1;
  margin-bottom: 18px;
}
.story-head h2 {
  margin: 0;
  max-width: 560px;
}
.story-head .section-lead {
  max-width: 415px;
  margin: 0 0 3px;
  justify-self: end;
  font-size: 15px;
}
.story-rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}
.story-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 26px 24px 27px;
  border: 1px solid #17223805;
  border-radius: 20px;
  text-decoration: none;
  background: #eeecfa;
  min-height: 340px;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}
.story-row:nth-child(2) {
  background: #e9eef7;
}
.story-row:nth-child(3) {
  background: #f5ebe3;
}
.story-row:nth-child(4) {
  background: #e7efe8;
}
.story-index {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  color: #5b5b8b;
}
.story-index svg {
  width: 36px;
  height: 36px;
}
.story-body {
  display: block;
  flex: 1;
}
.story-name {
  display: block;
  font-family: Syne, Anuphan, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 650;
  margin-bottom: 13px;
}
.story-desc {
  display: block;
  color: #647080;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 240px;
}
.story-price {
  display: flex;
  gap: 4px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 30px;
  text-align: left;
  letter-spacing: -0.02em;
}
.story-price small {
  font-size: 10px;
  font-weight: 400;
}
.story-price small:first-child:not(:last-child) {
  flex-basis: 100%;
  margin-bottom: 4px;
}
.story-row:nth-child(-n + 2) .story-price small {
  flex-basis: auto;
  margin: 0;
}
.story-arrow {
  position: absolute;
  right: 21px;
  bottom: 26px;
  border: 0;
  background: #ffffff7a;
  width: 30px;
  height: 30px;
  font-size: 17px;
}
/* Product demonstration — an intentional change of pace. */
.desk-section {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 65px 60px;
  background: #1c2a42;
  position: relative;
  overflow: hidden;
}
.desk-wrap {
  grid-template-columns: 1fr 1.06fr;
  gap: 75px;
}
.desk-head h2 {
  font-size: 47px;
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.desk-head h2 em {
  color: #b9c8f4;
}
.desk-head .kicker {
  color: #a9bade;
}
.desk-head .section-lead {
  font-size: 15px;
  color: #aebacd;
  max-width: 360px;
  line-height: 1.8;
}
.findings {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c6d4ee24;
}
.finding {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #c6d4ee24;
}
.finding-stat {
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #fcfcfd;
  font-variant-numeric: tabular-nums;
}
.finding-stat span {
  font-size: 0.5em;
  margin-left: 2px;
  letter-spacing: 0;
  color: #b9c8f4;
}
.finding-topic {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a9bade;
}
.finding-claim {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: #eef1f8;
  text-wrap: pretty;
}
.finding-sample {
  margin: 8px 0 0;
  font-size: 11px;
  color: #8e9dba;
}
.finding-link {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 14px;
  font-size: 13px;
  color: #b9c8f4;
  text-decoration: underline;
  text-decoration-color: #b9c8f455;
  text-underline-offset: 4px;
  transition: color 200ms var(--ease-out), text-decoration-color 200ms var(--ease-out);
}
.finding-link span {
  display: inline-block;
  transition: transform 200ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .finding-link:hover {
    color: #fcfcfd;
    text-decoration-color: currentColor;
  }
  .finding-link:hover span {
    transform: translateX(3px);
  }
}
/* Process */
.process {
  padding-top: 104px;
  padding-bottom: 105px;
}
.process .section-head {
  max-width: none;
}
.process h2 {
  font-size: 40px;
}
.steps {
  margin-top: 38px;
  gap: 34px;
}
.steps li {
  border-color: #d4d9e1;
  padding-top: 20px;
}
.step-num {
  font-family: Syne, Anuphan, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #8392bd;
  margin-bottom: 24px;
}
.steps h3 {
  font-family: Syne, Anuphan, sans-serif;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
  min-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.steps p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 250px;
}
/* Pricing — deliberate contrast and aligned decision points. */
.pricing {
  background: #eeeef7;
  padding-top: 88px;
  padding-bottom: 84px;
  border-radius: 40px 40px 0 0;
}
.pricing .section-head {
  max-width: var(--max);
}
.pricing .section-lead {
  font-size: 15px;
  max-width: 520px;
}
.price-cards,
.tiers {
  gap: 18px;
}
.price-cards {
  margin-top: 40px;
}
.price-card,
.tier {
  padding: 30px;
  border: 1px solid #dfe2e9;
  border-radius: 21px;
  background: #ffffffd9;
  box-shadow: none;
  gap: 15px;
  position: relative;
}
.price-card h3,
.tier h3 {
  font-family: Syne, Anuphan, sans-serif;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.chip {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.055em;
  border-radius: 5px;
  padding: 3px 7px;
  background: #eef0f5;
  color: #687186;
  align-self: flex-start;
  border: 0;
}
.chip-current {
  background: #edf2ed;
  color: #56715f;
}
.chip-launch {
  background: #f2eae0;
  color: #846c50;
}
.price-lockup {
  gap: 9px;
  margin: 9px 0 0;
  align-items: baseline;
}
.price,
.tier .price {
  font-family: Anuphan, sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.price .cur {
  font-size: 0.6em;
  font-weight: 400;
  margin-right: 4px;
}
.per {
  font-size: 9px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.aud {
  font-size: 13px;
  line-height: 1.7;
  flex: 0;
  margin: 0;
  max-width: 320px;
}
.price-includes {
  display: grid;
  gap: 8px;
  padding: 18px 0 0;
  margin: 4px 0 10px;
  list-style: none;
  border-top: 1px solid #dfe3eb;
  color: #69758a;
  font-size: 12px;
}
.price-includes li::before {
  content: "✓";
  margin-right: 9px;
  color: #697fab;
}
.card-actions {
  margin-top: auto;
  gap: 16px;
  padding-top: 15px;
}
.card-actions .btn {
  min-height: 47px;
  font-size: 12px;
  border-radius: 11px;
}
.price-card .card-actions .btn {
  flex: 1;
}
.text-link {
  font-size: 12px;
}
.price-card-feature,
.tier-feature {
  outline: none;
  background: #263651;
  color: #f5f7fb;
  border-color: #263651;
  box-shadow: 0 16px 26px -20px #1c294c78;
}
.price-card-feature h3,
.tier-feature h3 {
  color: #fff;
}
.price-card-feature .chip,
.tier-feature .chip {
  background: #435675;
  color: #d7e1f5;
}
.price-card-feature .aud,
.price-card-feature .per,
.price-card-feature .price-includes,
.tier-feature .aud,
.tier-feature .per,
.tier-feature .diff,
.tier-feature ul {
  color: #bdcbe0;
}
.price-card-feature .price-includes {
  border-color: #ffffff20;
}
.price-card-feature .price-includes li::before {
  color: #b1c4eb;
}
.price-card-feature .btn,
.tier-feature .btn {
  background: linear-gradient(#e7edff, #cbd8fa);
  box-shadow:
    inset 0 1px 0 #fff9,
    0 1px 2px #0002;
  color: #203351;
}
.price-card-feature .text-link {
  color: #cedaf1;
  text-decoration-color: #7689a9;
}
.pricing-foot {
  margin-top: 30px;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
.pricing-more {
  max-width: 650px;
  font-size: 12px;
  line-height: 1.8;
}
.pricing-foot > .btn {
  flex: none;
  font-size: 12px;
}
/* Questions and the guardian closing. */
.questions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  padding-top: 100px;
  padding-bottom: 105px;
}
.questions h2 {
  max-width: 370px;
  font-size: 48px;
}
.questions .faq {
  margin: 0;
  max-width: none;
}
.faq-item summary {
  font-size: 14px;
  padding: 22px 0;
  min-height: 66px;
  font-weight: 500;
}
.faq-body {
  font-size: 13px;
  line-height: 1.85;
}
.faq-icon {
  width: 28px;
  height: 28px;
  background: #eef0f5;
  border: 0;
  flex: none;
}
.contact-closing {
  position: relative;
  isolation: isolate;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 750px;
  height: auto;
  padding: 140px max(var(--gutter), calc((100% - 1280px) / 2)) 150px;
  background:
    radial-gradient(ellipse at 78% 63%, #e7eadf66, transparent 54%),
    var(--paper);
  overflow: hidden;
}
.contact-closing::after {
  content: none;
}
.contact-closing::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 30px;
  width: 70%;
  height: 70%;
  background: radial-gradient(ellipse, #e6e8f378, transparent 65%);
  pointer-events: none;
}
.closing-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding: 0;
}
.closing-title {
  font-family: Syne, Anuphan, sans-serif;
  font-weight: 600;
  line-height: 1.02;
  font-size: clamp(55px, 6.2vw, 84px);
  letter-spacing: -0.06em;
  margin: 0 0 30px;
}
.closing-title em {
  color: #5869bf;
}
.closing-copy .section-lead {
  font-size: 15px;
  max-width: 365px;
  margin-bottom: 30px;
}
.closing-img {
  position: absolute;
  z-index: 0;
  inset: 35px -70px auto auto;
  width: 640px;
  height: 720px;
  max-width: none;
  object-fit: contain;
  object-position: top right;
  opacity: 1;
  mix-blend-mode: normal;
  mask-image: linear-gradient(#000 0%, #000 77%, #0009 86%, transparent 99%);
  -webkit-mask-image: linear-gradient(
    #000 0%,
    #000 77%,
    #0009 86%,
    transparent 99%
  );
  pointer-events: none;
}
.site-footer {
  background: var(--paper);
  border: 0;
  padding-top: 0;
  padding-bottom: 35px;
}
.footer-inner {
  border-top: 1px solid #dce0e6;
  padding-top: 30px;
}
.footer-top {
  margin-bottom: 28px;
  gap: 24px;
}
.footer-nav {
  gap: 26px;
}
.footer-nav a {
  font-size: 12px;
}
.site-footer .fine {
  font-size: 10px;
  line-height: 1.8;
  max-width: 950px;
  color: #8a929e;
}
.site-footer .wordmark {
  font-size: 22px;
}
.site-footer .brand-symbol {
  width: 24px;
  height: 24px;
}
/* Pricing destination */
.pack {
  max-width: calc(var(--max) + 2 * var(--gutter));
  padding-top: 82px;
  padding-bottom: 80px;
}
.pack-head {
  position: relative;
  max-width: none;
  padding-bottom: 12px;
  padding-right: 150px;
}
.pack-head h1 {
  max-width: 900px;
  font-size: clamp(48px, 6.1vw, 84px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
}
.pack-head .section-lead {
  font-size: 16px;
  max-width: 570px;
}
.pack-flower {
  position: absolute;
  right: 20px;
  top: 43px;
  transform: rotate(15deg);
}
.pack-flower .brand-symbol {
  width: 100px;
  height: 100px;
  color: #b5bde3;
}
.lane-bar {
  top: 106px;
  margin: 35px 0 52px;
  max-width: 760px;
  background: #fafaf7f5;
  border-radius: 17px;
  padding: 5px;
  backdrop-filter: blur(16px);
}
.lanes {
  max-width: none;
  border-radius: 13px;
  background: #eaeef4;
  border: 0;
  padding: 5px;
}
.lanes > button {
  font-size: 13px;
  min-height: 49px;
  border-radius: 10px;
}
.lanes-active {
  inset: 5px;
  clip-path: inset(0 75% 0 0 round 10px);
}
.lanes-active span {
  background: #fff;
  color: #263751;
  border-radius: 10px;
  font-size: 13px;
  box-shadow: 0 1px 6px #17223810;
}
.cluster-head {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 0 80px;
  align-items: end;
  margin-bottom: 25px;
}
.cluster-head .kicker {
  grid-column: 1/-1;
  margin-bottom: 13px;
  font-size: 10px;
}
.cluster-head h2 {
  font-size: 32px;
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 590px;
  line-height: 1.18;
}
.cluster-lead {
  font-size: 13px;
  line-height: 1.7;
  max-width: 420px;
  justify-self: end;
}
.tier {
  gap: 16px;
  min-height: 365px;
}
.tier .diff {
  font-size: 12px;
  padding-top: 16px;
  border-top: 1px solid #e0e4ea;
  line-height: 1.8;
  font-weight: 500;
}
.tier-feature .diff {
  border-color: #53617a;
}
.tier .card-actions {
  padding-top: 20px;
}
.tier ul {
  font-size: 12px;
  line-height: 1.8;
  gap: 8px;
}
.price-split {
  gap: 12px;
  padding: 18px 12px;
  margin: 7px -5px 0;
  background: #f0f2f7;
  border-radius: 12px;
}
.price-split .price {
  font-size: 27px;
  letter-spacing: -0.055em;
}
.price-split .from {
  font-size: 9px;
  letter-spacing: 0;
}
.price-split .per {
  font-size: 9px;
}
.price-split p + p {
  padding-left: 12px;
}
.tier-feature .price-split {
  background: #354764;
}
.tier-feature .price-split .per,
.tier-feature .price-split .from {
  color: #cbd6e9;
}
.shared {
  max-width: none;
  font-size: 12px;
  line-height: 1.85;
  margin: 25px 0;
  background: #f0f2f5;
  border: 1px solid #e5e7ec;
  border-radius: 13px;
  padding: 18px 22px;
}
.compare {
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  margin-top: 35px;
}
.compare caption {
  font-family: Syne, Anuphan, sans-serif;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.compare th,
.compare td {
  padding: 16px 20px;
  border-color: #e0e3ea;
}
.compare thead th {
  font-size: 10px;
  background: #eef0f6;
  letter-spacing: 0.025em;
}
.compare thead th:first-child {
  border-radius: 10px 0 0 10px;
}
.compare thead th:last-child {
  border-radius: 0 10px 10px 0;
}
.foot-note {
  max-width: none;
  padding: 20px 24px;
  font-size: 12px;
  line-height: 1.9;
  background: #ebedf8;
  color: #566382;
  border-radius: 13px;
  margin-top: 24px;
}
.cluster + .cluster,
.cluster + .care {
  margin-top: 72px;
}
.care {
  border-radius: 20px;
  background: #e8eef0;
  padding: 30px;
  gap: 40px;
}
.care h3 {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.care p {
  font-size: 13px;
  max-width: 730px;
}
.care .price {
  font-size: 32px;
}
.tiers-2 {
  max-width: 1000px;
}
.sheet {
  border-radius: 14px;
}
.sheet summary {
  font-size: 14px;
  padding: 22px;
}
.sheet table {
  font-size: 12px;
}
.notes {
  margin-top: 65px;
  font-size: 13px;
}
.contact-head h1 {
  font-size: clamp(44px, 5vw, 68px);
}
.composer-title {
  font-weight: 600;
  letter-spacing: -0.035em;
}
.composer-close {
  border-radius: 12px;
}
/* Thai is typeset, not squeezed into English measurements. */
html[lang="th"] h1,
html[lang="th"] h2 {
  letter-spacing: -0.035em;
  font-weight: 600;
  padding-top: 0;
  line-height: 1.22;
}
html[lang="th"] .story-name {
  font-family: Anuphan, sans-serif;
  letter-spacing: -0.015em;
  font-size: 23px;
}
html[lang="th"] .story-desc {
  font-size: 13px;
  line-height: 1.9;
}
html[lang="th"] .desk-head h2 {
  font-size: 41px;
  line-height: 1.32;
}
html[lang="th"] .closing-title {
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.22;
}
html[lang="th"] .cluster-head h2 {
  font-size: 31px;
}
html[lang="th"] .price-card h3,
html[lang="th"] .tier h3 {
  font-family: Syne, Anuphan, sans-serif;
  font-size: 23px;
  font-weight: 650;
  padding-top: 0;
  letter-spacing: -0.03em;
}
@media (hover: hover) and (pointer: fine) {
  .story-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px -20px #25345550;
  }
  .story-row:nth-child(1):hover {
    background: #eeecfa;
  }
  .story-row:nth-child(2):hover {
    background: #e9eef7;
  }
  .story-row:nth-child(3):hover {
    background: #f5ebe3;
  }
  .story-row:nth-child(4):hover {
    background: #e7efe8;
  }
  .btn-dark:hover {
    background: linear-gradient(#44536e, #293952);
    box-shadow:
      inset 0 1px 0 #ffffff35,
      0 5px 12px #17223824,
      0 0 0 1px #182338;
  }
}
@media (min-width: 1101px) {
  .story-head {
    position: static;
  }
}
@media (max-width: 1200px) {
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 22px;
  }
  .story-row {
    padding: 23px 20px;
  }
  .story-name {
    font-size: 21px;
  }
  .desk-section {
    margin: 0 32px;
    padding: 55px 44px;
  }
  .desk-wrap {
    gap: 40px;
  }
  .desk-head h2 {
    font-size: 42px;
  }
  .closing-img {
    right: -100px;
    width: 600px;
  }
  .closing-copy {
    max-width: 60%;
  }
  .contact-closing {
    min-height: 740px;
  }
}
@media (max-width: 1000px) {
  .story-head {
    gap: 0 45px;
  }
  .story-head .section-lead {
    font-size: 13px;
  }
  .story-rows {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .story-row {
    min-height: 310px;
    padding: 28px;
  }
  .story-name {
    font-size: 26px;
  }
  .story-desc {
    font-size: 13px;
    max-width: 300px;
  }
  .story-index {
    margin-bottom: 26px;
  }
  .story-arrow {
    right: 28px;
    bottom: 28px;
  }
  .desk-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .desk-head {
    max-width: 650px;
  }
  .desk-head .section-lead {
    max-width: 600px;
  }
  .desk-head h2 {
    font-size: 48px;
  }
  .steps {
    gap: 25px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .steps p {
    font-size: 12px;
  }
  .price-card,
  .tier {
    padding: 24px;
    gap: 13px;
  }
  .price-card h3,
  .tier h3 {
    font-size: 20px;
  }
  .price,
  .tier .price {
    font-size: 35px;
  }
  .price-split {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .price-split p + p {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 12px;
  }
  .price-split .price {
    font-size: 27px;
  }
  .card-actions .btn {
    font-size: 11px;
    padding: 12px 14px;
  }
  .questions {
    gap: 35px;
  }
  .questions h2 {
    font-size: 40px;
  }
  .closing-title {
    font-size: 65px;
  }
  .closing-img {
    right: -110px;
    width: 530px;
    height: 650px;
    top: 35px;
  }
  .contact-closing {
    min-height: 685px;
    padding-top: 125px;
    padding-bottom: 115px;
  }
  .closing-copy {
    max-width: 59%;
  }
  .closing-copy .kicker {
    font-size: 9px;
  }
  .closing-copy .section-lead {
    max-width: 285px;
    font-size: 13px;
  }
  .closing-copy .btn {
    font-size: 12px;
    padding: 13px 18px;
  }
  .pack-head {
    padding-right: 110px;
  }
  .pack-flower .brand-symbol {
    width: 70px;
    height: 70px;
  }
  .pack-flower {
    right: 5px;
    top: 25px;
  }
  .lane-bar {
    top: 92px;
  }
  .cluster-head {
    gap: 0 35px;
  }
  .cluster-head h2 {
    font-size: 29px;
  }
  html[lang="th"] .closing-title {
    font-size: 52px;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 24px;
    --header-h: 83px;
  }
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 21px;
    gap: 7px;
    letter-spacing: -1.1px;
  }
  .brand-symbol {
    width: 23px;
    height: 23px;
  }
  .story {
    padding-top: 13px;
    padding-bottom: 65px;
  }
  .story-head {
    display: block;
    margin-bottom: 28px;
  }
  .story-head h2 {
    font-size: 42px;
    margin-bottom: 22px;
  }
  .story-head .kicker {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .story-head .section-lead {
    font-size: 14px;
    max-width: 460px;
  }
  .story-rows {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .story-row {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 15px;
    min-height: 0;
    padding: 26px 24px;
    border-radius: 18px;
  }
  .story-index {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .story-index svg {
    width: 31px;
    height: 31px;
  }
  .story-body {
    grid-column: 2;
    grid-row: 1;
  }
  .story-name {
    font-size: 25px;
    margin: 1px 0 11px;
  }
  .story-desc {
    font-size: 12px;
    line-height: 1.85;
    max-width: none;
    margin-bottom: 22px;
  }
  .story-price {
    grid-column: 2;
    font-size: 18px;
    padding-right: 24px;
  }
  .story-arrow {
    right: 23px;
    bottom: 25px;
    width: 28px;
    height: 28px;
  }
  .story-price small {
    font-size: 9px;
  }
  .desk-section {
    margin: 0 12px;
    border-radius: 23px;
    padding: 39px 23px;
  }
  .desk-wrap {
    gap: 30px;
  }
  .desk-head h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }
  .desk-head .kicker {
    font-size: 9px;
    margin-bottom: 21px;
  }
  .desk-head .section-lead {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
  }
  .finding {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }
  .finding-stat {
    font-size: 52px;
  }
  .finding-claim {
    font-size: 15px;
  }
  .process {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .process h2 {
    font-size: 36px;
    max-width: 340px;
  }
  .process .kicker {
    font-size: 10px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    margin-top: 32px;
  }
  .step-num {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .steps h3 {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .steps p {
    font-size: 12px;
    line-height: 1.85;
  }
  .pricing {
    padding: 58px var(--gutter) 58px;
    border-radius: 25px 25px 0 0;
  }
  .pricing h2 {
    font-size: 40px;
    line-height: 1.08;
    max-width: 390px;
    margin-bottom: 22px;
  }
  .pricing .section-lead {
    font-size: 14px;
  }
  .price-cards,
  .tiers {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .price-card,
  .tier {
    padding: 27px;
    gap: 13px;
    border-radius: 19px;
    min-height: 0;
  }
  .price-card h3,
  .tier h3 {
    font-size: 25px;
  }
  .price,
  .tier .price {
    font-size: 45px;
  }
  .price-lockup {
    margin-top: 8px;
  }
  .aud {
    font-size: 13px;
    flex: 0;
  }
  .price-includes {
    font-size: 12px;
    gap: 7px;
    margin-bottom: 8px;
  }
  .card-actions .btn {
    font-size: 12px;
    min-height: 48px;
  }
  .pricing-foot {
    display: block;
    margin-top: 26px;
  }
  .pricing-more {
    font-size: 12px;
    margin-bottom: 23px;
  }
  .pricing-foot > .btn {
    width: 100%;
    font-size: 12px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .questions h2 {
    font-size: 39px;
    max-width: 330px;
    margin-bottom: 18px;
  }
  .questions .kicker {
    font-size: 10px;
    margin-bottom: 17px;
  }
  .faq-item summary {
    font-size: 13px;
    padding: 21px 0;
  }
  .faq-body {
    font-size: 12px;
  }
  .contact-closing {
    min-height: 0;
    padding: 56px var(--gutter) 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .closing-copy {
    max-width: none;
    width: 100%;
    padding: 0;
    z-index: 1;
  }
  .closing-copy .kicker {
    font-size: 8px;
    letter-spacing: 0.11em;
    margin-bottom: 23px;
  }
  .closing-title {
    font-size: clamp(45px, 10.7vw, 68px);
    line-height: 1.06;
    margin-bottom: 23px;
    letter-spacing: -0.06em;
  }
  .closing-copy .section-lead {
    max-width: 310px;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .closing-copy .actions {
    gap: 12px;
  }
  .closing-copy .btn {
    font-size: 12px;
    padding: 12px 18px;
    min-height: 49px;
  }
  .closing-img {
    position: relative;
    inset: auto;
    align-self: flex-end;
    width: 390px;
    max-width: none;
    height: 510px;
    object-fit: contain;
    object-position: top right;
    margin: 37px -51px -55px 0;
    mask-image: linear-gradient(#000 0%, #000 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(#000 0%, #000 78%, transparent 100%);
  }
  .contact-closing::before {
    bottom: 40px;
    width: 120%;
    height: 50%;
  }
  .site-footer {
    padding: 0 var(--gutter) 27px;
  }
  .footer-inner {
    padding-top: 24px;
  }
  .footer-top {
    display: block;
    margin-bottom: 23px;
  }
  .footer-nav {
    margin-top: 23px;
    gap: 22px;
    flex-wrap: wrap;
  }
  .footer-nav a {
    font-size: 11px;
  }
  .site-footer .fine {
    font-size: 9px;
    line-height: 1.85;
  }
  .site-footer .wordmark {
    font-size: 22px;
  }
  .pack {
    padding-top: 53px;
    padding-bottom: 54px;
  }
  .pack-head {
    padding-right: 0;
    padding-bottom: 4px;
  }
  .pack-head .kicker {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .pack-head h1 {
    font-size: clamp(45px, 10.6vw, 65px);
    letter-spacing: -0.055em;
    max-width: 440px;
    margin-bottom: 24px;
  }
  .pack-head .section-lead {
    font-size: 14px;
    max-width: 450px;
  }
  .pack-flower {
    display: none;
  }
  .lane-bar {
    top: 83px;
    margin: 27px -5px 32px;
    padding: 5px;
  }
  .lanes {
    padding: 4px;
    border-radius: 12px;
  }
  .lanes > button {
    font-size: 10px;
    min-height: 45px;
    padding: 0 3px;
  }
  .lanes-active {
    inset: 4px;
  }
  .lanes-active span {
    font-size: 10px;
  }
  .lanes .lbl-full {
    display: none;
  }
  .lanes .lbl-short {
    display: inline;
  }
  .cluster-head {
    display: block;
    margin-bottom: 24px;
  }
  .cluster-head .kicker {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .cluster-head h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 13px;
  }
  .cluster-lead {
    font-size: 13px;
    max-width: 450px;
  }
  .tiers {
    margin-top: 0;
  }
  .tier .diff {
    font-size: 13px;
  }
  .tier .card-actions {
    padding-top: 13px;
  }
  .tier ul {
    font-size: 13px;
  }
  .price-split {
    grid-template-columns: 1fr 1fr;
    padding: 18px 15px;
    gap: 15px;
    margin: 10px 0 0;
  }
  .price-split p + p {
    border-left: 1px solid var(--line);
    border-top: 0;
    padding: 0 0 0 15px;
  }
  .price-split .price {
    font-size: 28px;
  }
  .shared {
    font-size: 11px;
    padding: 17px;
    margin: 22px 0;
  }
  .compare {
    font-size: 10px;
    table-layout: fixed;
    margin-top: 29px;
  }
  .compare caption {
    font-size: 17px;
  }
  .compare th,
  .compare td {
    padding: 13px 7px;
    overflow-wrap: break-word;
  }
  .compare th:first-child {
    width: 33%;
  }
  .compare thead th {
    font-size: 8px;
    letter-spacing: -0.02em;
  }
  .compare td strong {
    display: block;
  }
  .foot-note {
    padding: 18px;
    font-size: 11px;
  }
  .cluster + .cluster,
  .cluster + .care {
    margin-top: 45px;
  }
  .care {
    display: block;
    padding: 25px;
  }
  .care-side {
    justify-items: start;
    margin-top: 25px;
  }
  .care-side .price-lockup {
    justify-content: flex-start;
  }
  .care h3 {
    font-size: 25px;
  }
  .care p {
    font-size: 12px;
  }
  .sheet-body {
    overflow: auto;
    padding: 0 16px 16px;
  }
  .sheet summary {
    padding: 19px;
    font-size: 13px;
  }
  .notes {
    margin-top: 40px;
  }
  .contact-main {
    padding-top: 50px;
  }
  .contact-head h1 {
    font-size: 45px;
  }
  .composer-title {
    font-size: 24px;
  }
  .composer-modal {
    border-radius: 20px;
  }
  .field-row {
    gap: 12px;
  }
  html[lang="th"] .story-head h2 {
    font-size: 37px;
  }
  html[lang="th"] .story-name {
    font-size: 23px;
  }
  html[lang="th"] .story-desc {
    font-size: 12px;
  }
  html[lang="th"] .desk-head h2 {
    font-size: 32px;
  }
  html[lang="th"] .pricing h2 {
    font-size: 36px;
  }
  html[lang="th"] .closing-title {
    font-size: clamp(40px, 9.5vw, 62px);
    line-height: 1.3;
    max-width: none;
  }
  html[lang="th"] .closing-copy .kicker {
    font-size: 9px;
  }
  html[lang="th"] .pack-head h1 {
    font-size: 43px;
    line-height: 1.25;
  }
  html[lang="th"] .cluster-head h2 {
    font-size: 28px;
  }
  html[lang="th"] .lanes > button,
  html[lang="th"] .lanes-active span {
    font-size: 11px;
  }
  html[lang="th"] .price-card h3,
  html[lang="th"] .tier h3 {
    font-size: 25px;
  }
}
@media (max-width: 370px) {
  :root {
    --gutter: 21px;
  }
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 19px;
    gap: 6px;
  }
  .brand-symbol {
    width: 21px;
  }
  .closing-copy .btn {
    padding: 12px 15px;
    font-size: 11px;
  }
  .story-row {
    grid-template-columns: 40px 1fr;
    gap: 0 12px;
    padding: 25px 21px;
  }
  .story-name {
    font-size: 23px;
  }
  .story-index svg {
    width: 29px;
  }
  .desk-section {
    padding: 33px 19px;
  }
  .desk-head h2 {
    font-size: 33px;
  }
  .price-card,
  .tier {
    padding: 24px;
  }
  .closing-img {
    width: 365px;
    height: 495px;
    margin-right: -48px;
  }
  .closing-title {
    font-size: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .story-row,
  .price-card,
  .tier,
  .steps li,
  .care,
  .cluster-head {
    animation: none !important;
    transition: none !important;
  }
}
/* Compositional refinement after rendered review. */
.closing-copy {
  margin-left: 0;
}
.closing-img {
  right: 20px;
  width: 700px;
  height: 720px;
}
@media (max-width: 1200px) {
  .closing-img {
    right: -10px;
    width: 600px;
    height: 700px;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .closing-img {
    right: -35px;
    width: 490px;
    height: 640px;
  }
  .contact-closing {
    display: block;
  }
  .closing-copy {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .story-row {
    grid-template-areas: none;
  }
  .story-index,
  .story-body,
  .story-price,
  .story-arrow {
    grid-area: auto;
  }
  .story-index {
    grid-column: 1;
    grid-row: 1;
  }
  .story-body {
    grid-column: 2;
    grid-row: 1;
  }
  .story-price {
    grid-column: 2;
    grid-row: 2;
  }
  .story-arrow {
    grid-column: auto;
    grid-row: auto;
  }
  .closing-img {
    inset: auto;
    width: 390px;
    height: 510px;
    margin-right: -23px;
  }
  .site-footer .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .compare {
    display: table;
    overflow: visible;
  }
}
@media (max-width: 370px) {
  .closing-img {
    width: 365px;
    height: 495px;
    margin-right: -20px;
  }
}
.pack-head h1 {
  font-size: clamp(48px, 5.4vw, 76px);
}
@media (max-width: 700px) {
  .story-desc {
    font-size: 13px;
    line-height: 1.8;
  }
  .pack-head h1 {
    font-size: clamp(46px, 12vw, 67px);
  }
  .closing-img {
    margin-top: 40px;
  }
}
@media (max-width: 370px) {
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 18px;
  }
  .pack-head h1 {
    font-size: 46px;
  }
}
@media (max-width: 700px) {
  .closing-img {
    margin-bottom: 0;
  }
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 20px;
  }
}
@media (max-width: 370px) {
  .wordmark,
  html[lang="th"] .wordmark {
    font-size: 18px;
    gap: 5px;
  }
  .brand-symbol {
    width: 20px;
  }
}
/* Keep supporting copy readable at actual device scale. */
@media (min-width: 701px) {
  .story-desc {
    font-size: 14px;
    line-height: 1.75;
  }
  .story-row {
    min-height: 365px;
  }
  .story-price small {
    font-size: 11px;
  }
  .aud,
  .tier ul {
    font-size: 14px;
  }
  .tier .diff {
    font-size: 13px;
  }
  .price-includes {
    font-size: 13px;
  }
  .cluster-lead {
    font-size: 14px;
  }
  .shared,
  .foot-note {
    font-size: 13px;
  }
  .faq-item summary {
    font-size: 15px;
  }
  .faq-body {
    font-size: 14px;
  }
  .steps p {
    font-size: 14px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .pricing-more {
    font-size: 13px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .story-row {
    min-height: 330px;
  }
  .story-desc {
    font-size: 14px;
  }
  .price-card,
  .tier {
    padding: 22px;
  }
  .tier .aud,
  .tier ul {
    font-size: 13px;
  }
  .steps p {
    font-size: 13px;
  }
}
.site-footer {
  padding-bottom: 18px;
}
.footer-inner {
  padding-bottom: 20px;
}
.footer-top {
  margin-bottom: 20px;
}
@media (prefers-reduced-transparency: reduce) {
  .lane-bar {
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media print {
  .closing-img {
    position: static;
    height: auto;
    width: 45%;
    margin: 0 0 0 auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .contact-closing {
    min-height: 0;
    padding: 35px;
  }
  .site-footer {
    padding: 20px;
  }
  .price-card-feature,
  .tier-feature {
    background: #fff;
    color: var(--ink);
    border: 2px solid var(--ink);
  }
  .price-card-feature h3,
  .tier-feature h3,
  .tier-feature .aud,
  .tier-feature .diff,
  .tier-feature ul,
  .tier-feature .per {
    color: var(--ink);
  }
}
@media (min-width: 701px) {
  .closing-img {
    right: 0;
  }
  .price-cards,
  .tiers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tiers-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 701px) and (max-width: 900px) {
  .price-cards,
  .tiers {
    gap: 12px;
  }
  .price-card,
  .tier {
    padding: 20px;
  }
  .price-card h3,
  .tier h3,
  html[lang="th"] .price-card h3,
  html[lang="th"] .tier h3 {
    font-size: 19px;
  }
  .price-card .price,
  .tier .price {
    font-size: 33px;
  }
  .price-card .card-actions {
    gap: 9px;
    flex-wrap: wrap;
  }
  .price-card .card-actions .btn {
    min-width: 100%;
  }
  .price-card .card-actions .text-link {
    margin: auto;
  }
  .price-card .aud,
  .tier .aud,
  .price-includes {
    font-size: 12px;
  }
  .price-card .per {
    font-size: 8px;
  }
  .price-split .price {
    font-size: 26px;
  }
}
@media (min-width: 701px) {
  .closing-img {
    margin: 0;
  }
}
/* The home FAQ reuses the footer guardian; site-footer.css owns the footer itself. */
.questions-guardian {
  display: none;
}
/* Anchor the desktop guardian to the FAQ's top, independent of open answers. */
@media (min-width: 1001px) {
  .questions {
    --guardian-height: clamp(810px, 70vw, 1260px);
    position: relative;
    max-width: none;
    padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2));
    grid-template-columns: minmax(0, 1fr) clamp(300px, 20vw, 360px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 70px);
    overflow-x: clip;
    overflow-y: visible;
  }
  .questions .faq {
    width: calc(100% + clamp(32px, 4vw, 64px));
    align-self: start;
  }
  .questions .section-head,
  .questions .faq {
    position: relative;
    z-index: 1;
  }
  .questions-guardian {
    position: absolute;
    z-index: 0;
    display: block;
    /* Preserve the closed layout: 571px of FAQ + 795px of footer. */
    top: calc(1366px - var(--guardian-height));
    bottom: auto;
    right: min(0px, calc((100% - var(--max)) / 2));
    height: var(--guardian-height);
    max-height: none;
    width: auto;
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: bottom right;
    mask-image: linear-gradient(#000 0%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(#000 0%, #000 88%, transparent 100%);
    pointer-events: none;
  }
  .site-footer.guardian-footer-with-faq {
    background: transparent;
  }
  .site-footer.guardian-footer-with-faq .guardian-footer-image {
    display: none;
  }
}
.package-notes {
  padding: 0;
  margin-top: 65px;
  scroll-margin-top: 190px;
}
.package-notes .sheet {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .package-notes {
    margin-top: 45px;
    scroll-margin-top: 160px;
  }
}

/* Current service catalogue: three categories with room for ongoing costs. */
.story-price { white-space: normal; }
.story-price small:last-child { flex-basis: 100%; margin-top: 6px; line-height: 1.5; }
@media (min-width: 701px) and (max-width: 1200px) {
  .story-row:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
