.tis-contact {
	--tct-navy: var(--tis-color-navy, #071d49);
	--tct-navy-light: var(--tis-color-navy-light, #102d67);
	--tct-gold: var(--tis-color-gold, #d3a83f);
	--tct-gold-soft: var(--tis-color-gold-soft, #f6edd7);
	--tct-gold-ink: var(--tis-color-gold-ink, #765611);
	--tct-ink: var(--tis-color-ink, #172033);
	--tct-muted: var(--tis-color-muted, #536078);
	--tct-line: var(--tis-color-line, #dfe5ee);
	--tct-surface: var(--tis-color-surface, #f4f6fa);
	background: #fff;
	color: var(--tct-ink);
	font-family: var(--tis-font-sans, Inter, system-ui, "Noto Sans Thai", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--tis-leading-body, 1.55);
	overflow-wrap: break-word;
	width: 100%;
}
.tis-contact *, .tis-contact *::before, .tis-contact *::after { box-sizing: border-box; }
.tis-contact :where(h1, h2, h3, p, figure, dl, dd) { margin: 0; padding: 0; }
.tis-contact :where(h1, h2, h3) { color: var(--tct-navy); font-family: inherit; font-weight: var(--tis-weight-heading, 750); letter-spacing: -.025em; line-height: var(--tis-leading-heading, 1.15); }
.tis-contact h1 { font-size: var(--tis-type-h1, clamp(2rem, 5vw, 3.65rem)); }
.tis-contact h2 { font-size: var(--tis-type-h2, clamp(1.7rem, 3vw, 2.55rem)); }
.tis-contact h3 { font-size: var(--tis-type-h3, 1.12rem); }
.tis-contact a { color: var(--tct-navy); text-decoration: none; }
.tis-contact a:focus-visible { box-shadow: 0 0 0 6px var(--tct-navy); outline: 3px solid #fff; outline-offset: 2px; }
.tis-contact .tct-wrap { margin-inline: auto; max-width: var(--tis-container-page, 1328px); padding: 18px clamp(18px, 3.3vw, 40px) 80px; }

.tis-contact .tct-language-switcher { align-items: center; background: var(--tct-surface); border: 1px solid var(--tct-line); border-radius: 18px; display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; margin: 0 0 18px auto; padding: 7px; width: max-content; }
.tis-contact .tct-language-label { color: var(--tct-muted); font-size: .8rem; font-weight: var(--tis-weight-small, 500); margin: 0 7px 0 9px; }
.tis-contact .tct-language-switcher a { align-items: center; background: #fff !important; border: 1px solid #cbd4e2 !important; border-radius: 999px; color: var(--tct-navy) !important; display: inline-flex; font-size: .875rem; font-weight: var(--tis-weight-control, 600); justify-content: center; min-height: 44px; padding: 9px 16px; }
.tis-contact .tct-language-switcher a:hover { background: var(--tct-gold-soft) !important; border-color: var(--tct-gold) !important; }
.tis-contact .tct-language-switcher a.is-current { background: var(--tct-navy) !important; border-color: var(--tct-navy) !important; color: #fff !important; }

.tis-contact .tct-hero { background: linear-gradient(135deg, var(--tct-navy), var(--tct-navy-light)); border-radius: 26px; color: #d5deed; display: grid; gap: clamp(34px, 6vw, 84px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); min-height: 430px; overflow: hidden; padding: clamp(36px, 5.5vw, 70px); position: relative; }
.tis-contact .tct-hero::before { background: var(--tct-gold); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.tis-contact .tct-hero-copy { align-self: center; }
.tis-contact .tct-eyebrow { color: var(--tct-gold-ink); font-size: .78rem; font-weight: var(--tis-weight-small, 500); letter-spacing: .1em; margin-bottom: 12px; text-transform: uppercase; }
.tis-contact .tct-hero .tct-eyebrow { color: #e8c66f; }
.tis-contact .tct-hero h1 { color: #fff; max-width: 650px; }
.tis-contact .tct-lede { color: #d5deed; font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.65; margin-top: 20px; max-width: 610px; }
.tis-contact .tct-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tis-contact .tct-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-family: inherit; font-size: .9rem; font-weight: var(--tis-weight-control, 600); gap: 14px; justify-content: center; line-height: 1.35; min-height: 48px; padding: 11px 21px; transition: background .18s ease, transform .18s ease; }
.tis-contact .tct-button:hover { transform: translateY(-1px); }
.tis-contact .tct-button-gold { background: var(--tct-gold); color: var(--tct-navy); }
.tis-contact .tct-button-gold:hover { background: #e2ba57; }
.tis-contact .tct-button-ghost { border-color: rgba(255, 255, 255, .36); color: #fff; }
.tis-contact .tct-button-ghost:hover { background: rgba(255, 255, 255, .09); }
.tis-contact .tct-button-navy { background: var(--tct-navy); color: #fff; }
.tis-contact .tct-button-navy:hover { background: var(--tct-navy-light); }

.tis-contact .tct-direct { align-self: center; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .19); border-radius: 20px; padding: 12px clamp(18px, 2.8vw, 30px); }
.tis-contact .tct-direct-label { color: #e8c66f; font-size: .78rem; font-weight: var(--tis-weight-small, 500); letter-spacing: .04em; padding: 13px 0 10px; text-transform: uppercase; }
.tis-contact .tct-direct > a { border-top: 1px solid rgba(255, 255, 255, .15); color: #fff; display: block; padding: 15px 0 17px; }
.tis-contact .tct-direct > a span { color: #bac7da; display: block; font-size: .78rem; font-weight: var(--tis-weight-small, 500); margin-bottom: 3px; }
.tis-contact .tct-direct > a strong { color: #fff; display: block; font-size: .95rem; font-weight: var(--tis-weight-control, 600); overflow-wrap: anywhere; }
.tis-contact .tct-direct > a i { color: #e8c66f; font-style: normal; }

.tis-contact .tct-location { margin-top: clamp(66px, 8vw, 96px); }
.tis-contact .tct-section-heading { align-items: end; display: grid; gap: clamp(24px, 7vw, 90px); grid-template-columns: 1fr 1fr; margin-bottom: 34px; }
.tis-contact .tct-section-heading > p { color: var(--tct-muted); font-size: 1rem; max-width: 570px; }
.tis-contact .tct-location-grid { display: grid; gap: 20px; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); }
.tis-contact .tct-map { background: var(--tct-surface); border: 1px solid var(--tct-line); border-radius: 22px; overflow: hidden; }
.tis-contact .tct-map-illustration { align-content: center; background-color: #e9edf4; background-image: linear-gradient(32deg, transparent 44%, rgba(7, 29, 73, .12) 45%, rgba(7, 29, 73, .12) 47%, transparent 48%), linear-gradient(145deg, transparent 46%, rgba(211, 168, 63, .22) 47%, rgba(211, 168, 63, .22) 50%, transparent 51%); background-size: 130px 110px, 170px 140px; color: var(--tct-navy); display: grid; gap: 15px; justify-items: center; min-height: 440px; padding: 30px; text-align: center; }
.tis-contact .tct-map-marker { background: var(--tct-gold); border: 8px solid var(--tct-navy); border-radius: 50% 50% 50% 0; box-shadow: 0 12px 24px rgba(7, 29, 73, .2); display: block; height: 58px; position: relative; transform: rotate(-45deg); width: 58px; }
.tis-contact .tct-map-marker::after { background: #fff; border-radius: 50%; content: ""; height: 14px; left: 14px; position: absolute; top: 14px; width: 14px; }
.tis-contact .tct-map-illustration strong { font-size: var(--tis-type-card-title, 1.28rem); font-weight: var(--tis-weight-heading, 750); }
.tis-contact .tct-map figcaption { background: #fff; border-top: 1px solid var(--tct-line); padding: 17px 20px; }
.tis-contact .tct-map figcaption a { border-bottom: 2px solid var(--tct-gold); font-size: .9rem; font-weight: var(--tis-weight-control, 600); padding-bottom: 3px; }
.tis-contact .tct-visit-card { background: var(--tct-gold-soft); border: 1px solid #e6d49f; border-radius: 22px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 42px); }
.tis-contact .tct-visit-card > div + div { border-top: 1px solid #dfcb93; margin-top: 32px; padding-top: 28px; }
.tis-contact .tct-detail-label { color: var(--tct-gold-ink); font-size: .78rem; font-weight: var(--tis-weight-small, 500); letter-spacing: .06em; margin-bottom: 12px; text-transform: uppercase; }
.tis-contact .tct-visit-card address { color: var(--tct-navy); font-size: 1rem; font-style: normal; line-height: 1.7; }
.tis-contact .tct-visit-card dl > div { align-items: baseline; display: flex; gap: 18px; justify-content: space-between; padding: 8px 0; }
.tis-contact .tct-visit-card dt { color: var(--tct-muted); font-size: .9rem; font-weight: var(--tis-weight-small, 500); }
.tis-contact .tct-visit-card dd { color: var(--tct-navy); font-size: .9rem; font-weight: var(--tis-weight-control, 600); text-align: right; }

.tis-contact section.tct-next.tct-admissions-cta { align-items: center; background: var(--tct-navy) !important; background-image: none !important; border: 1px solid var(--tct-navy) !important; border-radius: 24px; color: #fff !important; display: flex; gap: 28px; isolation: isolate; justify-content: space-between; margin-top: clamp(66px, 8vw, 96px); padding: clamp(30px, 4.5vw, 52px); }
.tis-contact section.tct-next.tct-admissions-cta::before,
.tis-contact section.tct-next.tct-admissions-cta::after { content: none !important; display: none !important; }
.tis-contact section.tct-next.tct-admissions-cta .tct-eyebrow { color: #e8c66f !important; }
.tis-contact section.tct-next.tct-admissions-cta h2 { color: #fff !important; font-size: var(--tis-type-h2, clamp(1.7rem, 3vw, 2.55rem)); }
.tis-contact section.tct-next.tct-admissions-cta .tct-button-navy { background: var(--tct-gold) !important; background-image: none !important; border-color: var(--tct-gold) !important; color: var(--tct-navy) !important; }
.tis-contact section.tct-next.tct-admissions-cta .tct-button-navy :where(span) { color: inherit !important; }
.tis-contact section.tct-next.tct-admissions-cta .tct-button-navy:hover { background: #e2ba57 !important; }
.tis-contact section.tct-next.tct-admissions-cta .tct-button-navy:focus-visible { box-shadow: 0 0 0 6px #e8c66f; }
.tis-contact section.tct-next.tct-admissions-cta .tct-button { flex: none; }

.tis-contact[lang="th"], .tis-contact[lang="zh-Hans"] { line-height: 1.7; }
.tis-contact[lang="th"] :where(h1, h2, h3), .tis-contact[lang="zh-Hans"] :where(h1, h2, h3) { letter-spacing: 0; line-height: 1.38; }
.tis-contact[lang="th"] .tct-eyebrow, .tis-contact[lang="zh-Hans"] .tct-eyebrow { letter-spacing: .02em; text-transform: none; }

@media (max-width: 880px) {
	.tis-contact .tct-hero, .tis-contact .tct-location-grid { grid-template-columns: 1fr; }
	.tis-contact .tct-direct { width: 100%; }
	.tis-contact .tct-map-illustration { min-height: 380px; }
}
@media (max-width: 700px) {
	.tis-contact .tct-wrap { padding-bottom: 52px; }
	.tis-contact .tct-language-switcher { justify-content: center; margin-inline: 0; width: 100%; }
	.tis-contact .tct-language-label { flex-basis: 100%; margin: 3px 5px 1px; text-align: center; }
	.tis-contact .tct-language-switcher a { flex: 1; padding-inline: 9px; }
	.tis-contact .tct-hero { border-radius: 20px; min-height: 0; padding: 36px 24px 28px; }
	.tis-contact .tct-actions, .tis-contact .tct-section-heading { grid-template-columns: 1fr; }
	.tis-contact .tct-actions { display: grid; }
	.tis-contact .tct-button { width: 100%; }
	.tis-contact .tct-section-heading { align-items: start; gap: 18px; }
	.tis-contact .tct-map-illustration { min-height: 310px; }
	.tis-contact .tct-next { align-items: flex-start; flex-direction: column; }
	.tis-contact .tct-next .tct-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.tis-contact * { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
	.tis-contact .tct-language-switcher, .tis-contact .tct-actions, .tis-contact .tct-map-illustration, .tis-contact .tct-next { display: none !important; }
	.tis-contact .tct-hero { background: #fff; border: 1px solid var(--tct-line); color: var(--tct-ink); display: block; min-height: 0; }
	.tis-contact .tct-hero :where(h1, p), .tis-contact .tct-direct > a, .tis-contact .tct-direct > a strong { color: var(--tct-navy); }
	.tis-contact .tct-hero .tct-eyebrow, .tis-contact .tct-direct-label, .tis-contact .tct-direct > a span { color: var(--tct-navy) !important; }
	.tis-contact .tct-direct { border-color: var(--tct-line); margin-top: 24px; }
	.tis-contact .tct-direct > a { border-color: var(--tct-line); }
}
