/* Turquoise–blue–green theme */
:root {
  --ink: #0d3b45;
  --ink-soft: #1f5a66;
  --teal: #14b8c6;
  --teal-deep: #0e7c8a;
  --gold: #5eead4;
  --gold-deep: #2dd4bf;
  --paper: #f3fbfb;
  --paper-2: #e6f7f4;
  --line: #b7e4e2;
  --text: #0d3b45;
  --text-soft: #3d6a72;
  --white: #ffffff;
  --green: #12b981;
  --coral: #14b8a6;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(14, 124, 138, .14);
  --display: "Kanit", "IBM Plex Sans Thai", sans-serif;
  --body: "IBM Plex Sans Thai", "IBM Plex Sans", system-ui, sans-serif;
}

body {
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(45, 212, 191, .22), transparent 55%),
    radial-gradient(800px 380px at -10% 20%, rgba(20, 184, 198, .2), transparent 50%),
    var(--paper);
}

.site-header {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 4px 0 var(--teal);
}
.nav-bar { height: 70px; }
.brand-name { color: var(--teal-deep); font-size: 1.28rem; letter-spacing: .01em; }
.brand-name small { color: var(--teal-deep); }
.nav-menu a, .nav-menu button { color: var(--ink); }
.nav-menu > li > a:hover, .nav-menu > li > button:hover {
  background: #e7fbff; color: var(--teal-deep);
}
.dropdown { background: #fff; border-color: var(--line); }
.dropdown a { color: var(--ink); }
.dropdown a:hover { background: #e7fbf8; color: var(--ink); }
.dropdown .dd-label { color: var(--teal-deep); }

.nav-templates {
  color: var(--teal-deep) !important;
  font-weight: 600;
}
.offer-bar {
  background: #0e7c8a;
  color: #fff;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  padding: .55rem 1rem;
}
.offer-bar a { color: #a5f3fc; font-weight: 700; }
.offer-bar a:hover { color: #fff; }

.hero {
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(94, 234, 212, .4), transparent 60%),
    radial-gradient(800px 320px at 92% 20%, rgba(20, 184, 198, .38), transparent 55%),
    linear-gradient(180deg, #e8fbf8 0%, #d7f3f6 55%, #f3fbfb 100%);
  border-bottom: 0;
}
.hero h1 { color: var(--ink); }
.hero .kicker { color: var(--teal-deep); }
.hero .kicker::before { background: var(--gold); }
.hero .lede { color: var(--text-soft); }
.hero .fact-n { color: var(--teal-deep); }
.hero .fact-l { color: var(--text-soft); }
.hero-visual .img-main, .hero-visual .img-sub {
  border: 4px solid #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 144, 168, .18);
}
.hero-visual--promo { min-height: 0; align-self: start; }
.hero-visual--promo::before { display: none; }
.hero-visual--promo .img-main {
  width: min(100%, 30rem);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  margin-left: auto;
  display: block;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  background: transparent;
}
html[lang="en"] .hero-grid { align-items: start; }
html[lang="en"] .hero-visual--promo { margin-top: 0; align-self: start; }
html[lang="en"] .hero-visual--promo .img-main {
  width: 100%;
  max-width: 34rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-deep); color: #fff; }
.btn-green { background: var(--green); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-ghost { border-color: var(--teal); color: var(--teal-deep); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 rgba(0, 180, 200, .12);
}
.plate { border-radius: var(--radius); }
.plate-head {
  background: linear-gradient(135deg, #00b4c8, #22c55e);
  border-top: 0;
}
.plate.featured .plate-head {
  background: linear-gradient(135deg, #0e7c8a, #12b981);
}
.plate-head .plate-name {
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: .78rem;
}
.plate-head .plate-size {
  color: #fff;
  font-weight: 800;
}
.plate-body li.plate-perk {
  display: block;
  background: linear-gradient(180deg, #1098a8 0%, #0b6570 100%);
  color: #fff;
  border: 3px solid #5eead4;
  border-radius: 12px;
  padding: .9rem .75rem .85rem;
  margin: 0 0 .85rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
  font-size: 1.02rem;
  text-transform: uppercase;
  box-shadow:
    0 4px 0 #084850,
    0 10px 18px rgba(8, 72, 80, .28);
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.plate-body li.plate-perk strong {
  display: block;
  color: #ecfeff;
  font-size: 1.22rem;
  margin-top: .28rem;
  letter-spacing: .01em;
  text-transform: none;
  text-shadow: 0 2px 0 #083f46;
}

.promo-badge {
  position: absolute;
  z-index: 9;
  width: 16.5rem;
  height: 16.5rem;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 12px 20px rgba(8, 70, 80, .32));
}
.hero { overflow: visible; }
.studio-shot,
.hero-visual,
figure.photo,
.page-hero,
.plans { position: relative; }
.studio-shot { overflow: visible; }
.hero-visual { overflow: visible; }
figure.photo { overflow: visible; }
.page-hero { overflow: visible; }
.studio-shot .promo-badge--a {
  position: absolute;
  bottom: -1.6rem;
  right: -1.8rem;
  margin: 0;
  width: 17.5rem;
  height: 17.5rem;
  transform: rotate(-18deg);
  display: block;
  z-index: 3;
}
.page-hero { position: relative; overflow: visible; }
.page-hero .hero-inner { padding-right: min(16rem, 34%); }
.page-hero .promo-badge--b {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -1.1rem;
  right: clamp(.8rem, 4vw, 2.5rem);
  width: 14rem;
  height: 14rem;
  transform: rotate(-12deg);
}
html[lang="th"] .page-hero .hero-inner {
  padding-right: min(14.5rem, 38%);
}
html[lang="th"] .page-hero .promo-badge--b {
  width: 12.25rem;
  height: 12.25rem;
  bottom: -.2rem;
  right: .75rem;
  transform: rotate(-16deg);
}
figure.photo .promo-badge--a,
figure.photo .promo-badge--c {
  top: auto;
  left: auto;
  bottom: -1.4rem;
  right: -1.1rem;
  width: 15.5rem;
  height: 15.5rem;
  transform: rotate(-14deg);
}
.plans .promo-badge--c {
  top: -1.6rem;
  right: 2%;
  width: 14.5rem;
  height: 14.5rem;
  transform: rotate(12deg);
}
@media (max-width: 700px) {
  .promo-badge { width: 11.5rem; height: 11.5rem; }
  .studio-shot .promo-badge--a { width: 12.5rem; height: 12.5rem; bottom: -1rem; right: -0.6rem; margin: 0; transform: rotate(-16deg); }
  figure.photo .promo-badge--a,
  figure.photo .promo-badge--c,
  .page-hero .promo-badge--b,
  .plans .promo-badge--c { width: 11.5rem; height: 11.5rem; }
}

.studio-spotlight {
  position: relative;
  overflow: visible;
  z-index: 2;
  background:
    radial-gradient(720px 340px at 8% 12%, #eaf6ff 0%, transparent 58%),
    radial-gradient(820px 420px at 96% 78%, #c8f5d4 0%, transparent 62%),
    linear-gradient(128deg, #d7eefc 0%, #c5f0e0 52%, #b8efc4 100%);
  color: var(--ink);
  padding-block: clamp(3.5rem, 8vw, 6rem);
  border-block: 0;
}
.studio-spotlight .kicker { color: #0b6b6e; }
.studio-spotlight h2 { color: var(--ink); max-width: 18ch; }
.studio-spotlight .lede { color: var(--text-soft); font-size: 1.15rem; }
.studio-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.studio-value {
  display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; margin: 1.75rem 0 2rem;
}
.studio-value .n {
  font-family: var(--display); font-size: 2.4rem; color: #0e7c8a; line-height: 1;
  font-weight: 800;
}
.studio-value .l {
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ink);
}
.studio-shot { position: relative; min-height: 0; }
.studio-shot img:not(.promo-badge) {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border: 4px solid #fff;
  border-radius: 18px;
  box-shadow: 14px 14px 0 #fff;
}
.studio-cats { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.studio-cats span {
  font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  border: 0; padding: .4rem .7rem; color: var(--ink);
  background: rgba(255,255,255,.7); border-radius: 999px;
}
@media (max-width: 900px) {
  .studio-grid { grid-template-columns: 1fr; }
}

.order-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: start; }
@media (max-width: 900px) { .order-layout { grid-template-columns: 1fr; } }
.plan-picker .plan-group {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-weight: 700;
  margin: .85rem 0 .35rem;
}
.form-flash {
  max-width: 640px;
  margin: 0 0 1rem;
  padding: .9rem 1.1rem;
  border-radius: 12px;
  font-weight: 600;
}
.form-flash.is-ok {
  background: #ecfdf3;
  color: #14532d;
  border: 1px solid #86efac;
}
.form-flash.is-err {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}

.form-grid label.plan-option {
  display: grid;
  grid-template-columns: 1.25rem 1fr auto;
  gap: .8rem;
  align-items: center;
  font-weight: 400;
  margin: 0;
  border: 1px solid var(--line);
  padding: .85rem 1rem;
  background: #fff;
  cursor: pointer;
  border-radius: 12px;
}
.plan-option .plan-price {
  font-family: var(--mono);
  white-space: nowrap;
  color: var(--teal-deep);
}
.plan-option:has(input:checked) {
  border-color: var(--teal);
  background: #e7fbf8;
  box-shadow: inset 4px 0 0 var(--teal);
}
.order-summary {
  background: linear-gradient(160deg, #e7fbf8, #dff6fb);
  color: var(--ink);
  padding: 1.5rem;
  position: sticky;
  top: 86px;
  border: 2px solid var(--teal);
  border-radius: 16px;
}
.order-summary h3 { color: var(--teal-deep); }
.order-summary .line {
  display: flex; justify-content: space-between; padding: .5rem 0;
  border-bottom: 1px dashed var(--line);
}
.order-summary .total {
  font-family: var(--display); font-size: 1.8rem; color: var(--ink); margin-top: 1rem;
}
.order-summary p { color: var(--text-soft) !important; }
.pay-tabs { display: flex; gap: .5rem; margin-bottom: 1rem; }
.pay-tabs button {
  flex: 1; font: inherit; padding: .7rem; border: 1px solid var(--line); background: #fff; cursor: pointer;
  border-radius: 10px;
}
.pay-tabs button.is-on { background: var(--teal); color: #fff; border-color: var(--teal); }
.stripe-box {
  border: 1px dashed var(--teal); padding: 1rem; background: #f4fdff;
  font-size: .92rem; color: var(--text-soft);
}
.gallery-cats { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0; }
.look-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.look-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.look-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.look-card p { padding: .8rem 1rem 1rem; font-size: .9rem; }

.cta-band {
  background: linear-gradient(90deg, #00b4c8, #22c55e);
  color: #fff;
}
.cta-band h2, .cta-band p { color: #fff; }
.cta-band::before { display: none; }

.site-footer {
  background: linear-gradient(160deg, #dff6fb 0%, #e7fbf8 100%);
  border-top: 6px solid var(--teal);
  color: var(--text-soft);
}
.site-footer::before { display: none; }
.footer-grid h4 { color: var(--teal-deep); }
.footer-grid a { color: var(--ink); }
.footer-grid a:hover { color: var(--green); }
.footer-co { border-top-color: var(--line); }
.footer-co strong { color: var(--ink) !important; }
.footer-legal { color: var(--text-soft); }

.cmp tr.cmp-star th,
.cmp tr.cmp-star td {
  background: linear-gradient(90deg, #c8fff0, #d7f3f6);
  font-size: 1.05rem;
  font-weight: 700;
  padding-block: 1.15rem;
  border-bottom: 3px solid var(--teal);
  color: var(--ink);
  vertical-align: middle;
}
.cmp tr.cmp-star th {
  font-family: var(--display);
  font-size: 1.12rem;
  letter-spacing: 0;
  text-transform: none;
  background: linear-gradient(90deg, #99f6e4, #c8fff0);
}
.cmp tr.cmp-star .star-value {
  display: inline-block;
  margin-left: .35rem;
  padding: .15rem .5rem;
  border-radius: 999px;
  background: #0e7c8a;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}
.cmp tr.cmp-star td.us {
  background: #bbf7d0;
  color: #14532d;
  font-size: 1.08rem;
  box-shadow: inset 4px 0 0 #12b981;
}
.cmp tr.cmp-star td.no {
  background: #e0f2fe;
  color: #78716c;
  font-weight: 600;
}

.site-header { position: sticky; }
.nav-bar { position: relative; padding-right: 5.75rem; }
.lang-switch {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 5.1rem;
  height: 1.95rem;
  padding: 0;
  background: #b8bcc4;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
  overflow: hidden;
  z-index: 60;
}
.lang-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
  transition: left .22s ease;
  pointer-events: none;
}
.lang-switch:has(a:last-child.is-on)::before {
  left: 50%;
}
.lang-switch a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #6b7280;
  background: transparent;
}
.lang-switch a.is-on {
  color: #374151;
}
.lang-switch a:not(.is-on):hover {
  color: #4b5563;
}
@media (prefers-reduced-motion: reduce) {
  .lang-switch::before { transition: none; }
}

@media (max-width: 900px) {
  .nav-menu { background: #fff; }
  .nav-toggle { color: var(--ink); border-color: var(--line); }
}

/* English header: keep every item on one line */
html[lang="en"] .site-header .wrap.nav-bar {
  max-width: 1280px;
  gap: .75rem;
  height: 64px;
}
html[lang="en"] .brand-name {
  font-size: 1.12rem;
}
html[lang="en"] .brand img {
  width: 40px;
  height: 40px;
}
@media (min-width: 901px) {
  html[lang="en"] .nav-menu {
    flex-wrap: nowrap;
    gap: 0;
    margin-left: auto;
  }
  html[lang="en"] .nav-menu > li > a,
  html[lang="en"] .nav-menu > li > button {
    white-space: nowrap;
    padding: .45rem .55rem;
    font-size: .82rem;
  }
  html[lang="en"] .nav-menu .btn-green {
    padding: .4rem .95rem;
    font-size: .85rem;
    white-space: nowrap;
  }
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
}
.promise {
  background: linear-gradient(180deg, #ffffff 0%, #f0fbfa 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.45rem 1.5rem 1.55rem 1.65rem;
  box-shadow: 8px 8px 0 rgba(14, 124, 138, .1);
  position: relative;
  overflow: hidden;
}
.promise::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #14b8c6, #12b981);
}
.promise-n {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #14b8c6;
  letter-spacing: -.03em;
  margin-bottom: .55rem;
}
.promise h3 { margin: 0 0 .45rem; font-size: 1.22rem; }
.promise p { margin: 0; color: var(--text-soft); }
.promise:nth-child(2)::before { background: linear-gradient(180deg, #12b981, #0e7c8a); }
.promise:nth-child(3)::before { background: linear-gradient(180deg, #2dd4bf, #14b8c6); }
.promise:nth-child(4)::before { background: linear-gradient(180deg, #0e7c8a, #5eead4); }

.grow-path {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
}
.grow-path li {
  background: linear-gradient(160deg, #fff, #e7fbf8);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 10px 24px rgba(14, 124, 138, .1);
}
.grow-path .step {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-weight: 700;
}
.grow-path strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  margin: .35rem 0 .25rem;
  color: var(--ink);
}
.grow-path span { color: var(--text-soft); font-size: .92rem; }
.service-grid .card {
  transition: transform .15s ease, box-shadow .15s ease;
}
.service-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 10px 0 rgba(14, 124, 138, .16);
}
@media (max-width: 800px) {
  .promise-grid, .grow-path { grid-template-columns: 1fr; }
}
