:root {
  --navy: #062e5d;
  --navy-dark: #00254c;
  --gold: #b88a38;
  --gold-light: #d5b46c;
  --ink: #173451;
  --muted: #617080;
  --blue-light: #f1f7fb;
  --cream: #fffaf2;
  --line: rgba(11, 48, 83, 0.1);
  --shadow-soft: 0 14px 38px rgba(13, 46, 78, 0.09);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, "Noto Sans SC", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  color: white;
  background: var(--navy);
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(184, 138, 56, 0.42);
  outline-offset: 3px;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  height: 32px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(90deg, #001f43, var(--navy));
  font-size: 12px;
  letter-spacing: 0.02em;
}

.topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar a {
  color: white;
}

.header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 48, 83, 0.08);
  box-shadow: 0 7px 24px rgba(7, 38, 70, 0.05);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}

.logo {
  min-width: 172px;
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 168px;
  height: auto;
  display: block;
}

.nav {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 24px);
}

.nav a {
  position: relative;
  color: #28445f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav a.active::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 20%;
  bottom: -12px;
  left: 20%;
  background: var(--gold);
}

.nav a:hover {
  color: var(--gold);
}

.whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  color: white;
  background: linear-gradient(135deg, #13ad61, #07944e);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(12, 154, 82, 0.2);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(12, 154, 82, 0.27);
}

.menu-button {
  display: none;
}

.hero {
  min-height: 550px;
  position: relative;
  overflow: hidden;
  background: url("assets/hero.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  width: 112%;
  height: 42px;
  position: absolute;
  right: -6%;
  bottom: -1px;
  left: -6%;
  z-index: 1;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

.hero-inner {
  min-height: 550px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 53%;
  max-width: 620px;
  padding: 52px 0 58px 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.24em;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  margin: 18px 0 0;
  color: var(--navy);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.7vw, 50px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.chinese {
  width: max-content;
  max-width: 100%;
  margin: 19px 0 0;
  color: #274965;
  font-family: "Songti SC", STSong, "Noto Serif SC", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.chinese span {
  margin: 0 0.16em;
  color: var(--gold);
  font-size: 0.72em;
  vertical-align: 0.08em;
}

.hero-divider {
  width: min(310px, 84%);
  height: 13px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.hero-divider::before {
  width: 112%;
  height: 27px;
  position: absolute;
  top: -18px;
  left: -6%;
  content: "";
  border-bottom: 1.5px solid var(--gold);
  border-radius: 0 0 50% 50%;
  transform: rotate(-0.35deg);
  filter: drop-shadow(0 1px 1px rgba(182, 132, 42, 0.2));
}

.intro {
  max-width: 440px;
  margin: 12px 0 27px;
  color: #455f76;
  font-size: 16px;
  line-height: 1.65;
}

.hero-buttons {
  display: flex;
  gap: 12px;
}

.button {
  min-width: 170px;
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  box-shadow: 0 9px 23px rgba(4, 45, 92, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(4, 45, 92, 0.18);
}

.button > span {
  font-size: 22px;
}

.button strong {
  font-size: 14px;
}

.button small {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
  font-weight: normal;
}

.primary {
  color: white;
  background: var(--navy);
}

.secondary {
  color: #8b641e;
  background: rgba(255, 255, 255, 0.94);
  border-color: #caa653;
}

.section {
  padding: 72px 0 80px;
}

.section-heading {
  max-width: 620px;
  margin: 0 auto 40px;
  text-align: center;
}

.ornament {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 7px;
  object-fit: contain;
  opacity: 0.9;
}

.section-heading h2 {
  margin: 5px 0;
  color: var(--navy);
  font: bold clamp(34px, 3vw, 40px) / 1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -0.018em;
}

.section-heading p {
  margin: 9px 0 0;
  color: #6c7885;
  font: italic 15px/1.45 Georgia, serif;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.value {
  padding: 7px 24px 10px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.value:last-child {
  border: 0;
}

.icon {
  width: 74px;
  height: 74px;
  position: relative;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(145deg, white, #fffaf0);
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(112, 82, 27, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  background: white;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  transform: translateX(-50%);
}

.icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.value:hover .icon {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(112, 82, 27, 0.13);
}

.value h3 {
  margin: 0;
  font: bold 17px/1.25 Georgia, serif;
}

.value strong,
.card-content > strong {
  display: block;
  margin: 4px 0 7px;
  color: var(--gold);
  font-size: 12px;
}

.value p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.services {
  background: linear-gradient(180deg, #f4f9fc 0%, #edf5fa 100%);
  border-top: 1px solid rgba(11, 48, 83, 0.04);
  border-bottom: 1px solid rgba(11, 48, 83, 0.05);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid rgba(11, 48, 83, 0.08);
  border-radius: 11px;
  box-shadow: 0 10px 28px rgba(17, 55, 92, 0.075);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(17, 55, 92, 0.13);
}

.picture {
  width: 100%;
  height: auto;
  display: block;
  background: #f7f4ee;
  object-fit: contain;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 12px 19px;
  text-align: center;
}

.card-content h3 {
  margin: 0;
  font: bold 17px/1.2 Georgia, serif;
}

.card-content p {
  min-height: 52px;
  margin: 2px 0 15px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
}

.card-content a {
  margin-top: auto;
  display: inline-block;
  padding: 8px 17px;
  color: white;
  background: linear-gradient(135deg, #c69a43, #ad7f2d);
  border-radius: 30px;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 6px 15px rgba(184, 138, 56, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 18px rgba(184, 138, 56, 0.27);
}

.locations {
  background: linear-gradient(180deg, #fffdf8, var(--cream));
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.location {
  height: 270px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 48, 83, 0.08);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.location-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.location-picture--melaka {
  object-position: center 30%;
  transform-origin: center 30%;
}

.location:hover .location-picture {
  transform: scale(1.035);
}

.location-text {
  min-height: 118px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 42px 22px 20px;
  color: white;
  background: linear-gradient(transparent, rgba(0, 42, 88, 0.98));
}

.location-text strong,
.location-text small {
  display: block;
}

.location-text strong {
  font: bold 23px/1 Georgia, serif;
}

.location-text small {
  margin-top: 5px;
  font-size: 12px;
}

.location-text b {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-self: flex-end;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.location-text b::before {
  width: 6px;
  height: 6px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-1px) rotate(-45deg);
}

.reviews {
  background: #fff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-grid figure {
  min-height: 170px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 28px 28px 24px;
  text-align: center;
  background: linear-gradient(180deg, #fff, #fffdf8);
  border: 1px solid #eee7da;
  border-radius: 11px;
  box-shadow: 0 10px 28px rgba(33, 52, 76, 0.06);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.review-grid figure::after {
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.review-grid figure > div {
  color: #c6973e;
  letter-spacing: 3px;
  transition: color 0.28s ease, transform 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .review-grid figure:hover {
    background: linear-gradient(180deg, #fff, #fffaf0);
    border-color: rgba(198, 151, 62, 0.48);
    box-shadow: 0 18px 38px rgba(27, 51, 79, 0.14);
    transform: translateY(-7px);
  }

  .review-grid figure:hover::after {
    transform: scaleX(1);
  }

  .review-grid figure:hover > div {
    color: #b78125;
    transform: translateY(-1px) scale(1.035);
  }
}

.review-grid blockquote {
  margin: 14px 0;
  color: #3b4b5d;
  font: italic 15px/1.55 Georgia, serif;
}

.review-grid figcaption {
  color: #6a7580;
  font-size: 11.5px;
}

.faq {
  background:
    radial-gradient(circle at 12% 15%, rgba(213, 180, 108, 0.08), transparent 24%),
    linear-gradient(180deg, #f6f9fb, #eef5f9);
  border-top: 1px solid rgba(11, 48, 83, 0.05);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.6fr);
  align-items: start;
  gap: 28px;
}

.faq-guide {
  padding: 31px 30px 29px;
  position: sticky;
  top: 108px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(213, 180, 108, 0.2), transparent 34%),
    linear-gradient(145deg, #063768, #001f43);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 35, 74, 0.17);
}

.faq-guide::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  right: -70px;
  bottom: -70px;
  border: 1px solid rgba(213, 180, 108, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(213, 180, 108, 0.035);
  pointer-events: none;
}

.faq-kicker {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.faq-guide h3 {
  max-width: 250px;
  margin: 10px 0 12px;
  font: bold 29px/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.faq-guide > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.65;
}

.faq-guide ul {
  margin: 23px 0 24px;
  padding: 0;
  list-style: none;
}

.faq-guide li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.faq-guide li > span {
  color: var(--gold-light);
  font: 11px/1 Georgia, serif;
}

.faq-guide li strong,
.faq-guide li small {
  display: block;
}

.faq-guide li strong {
  font-size: 12px;
  line-height: 1.25;
}

.faq-guide li small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: normal;
}

.faq-guide-actions {
  display: flex;
  gap: 8px;
}

.faq-guide-actions a {
  min-height: 38px;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  color: var(--navy-dark);
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-guide-actions a + a {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.24);
}

.faq-guide-actions a:hover {
  transform: translateY(-2px);
}

.faq-availability {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9.5px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 48, 83, 0.09);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(17, 55, 92, 0.055);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-list details[open] {
  border-color: rgba(184, 138, 56, 0.34);
  box-shadow: 0 13px 30px rgba(17, 55, 92, 0.085);
}

.faq-list summary {
  min-height: 67px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 72px 15px 68px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before {
  content: attr(data-number);
  position: absolute;
  left: 23px;
  color: var(--gold);
  font: 12px/1 Georgia, serif;
  letter-spacing: 0.04em;
}

.faq-list summary > span,
.faq-list summary strong,
.faq-list summary small {
  display: block;
}

.faq-list summary strong {
  font: bold 16px/1.4 Georgia, "Times New Roman", serif;
}

.faq-list summary small {
  margin-top: 4px;
  color: #7a8793;
  font-size: 11.5px;
  font-weight: 500;
}

.faq-list summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: #fffaf0;
  border: 1px solid rgba(184, 138, 56, 0.35);
  border-radius: 50%;
  font: 22px/1 Arial, sans-serif;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.faq-list details[open] summary::after {
  content: "−";
  color: white;
  background: var(--navy);
  border-color: var(--navy);
  transform: rotate(180deg);
}

.faq-answer {
  margin: 0 24px 0 68px;
  padding: 0 48px 20px 0;
  border-top: 1px solid rgba(11, 48, 83, 0.08);
}

.faq-answer p {
  max-width: 760px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.faq-answer .faq-answer-zh {
  margin-top: 11px;
  padding-top: 11px;
  color: #405a72;
  border-top: 1px dashed rgba(11, 48, 83, 0.13);
  font-family: "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.015em;
}

.careline {
  color: white;
  background: linear-gradient(110deg, #001f43, #06396d);
  border-top: 3px solid var(--gold);
}

.careline-inner {
  min-height: 132px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  align-items: center;
  gap: 40px;
}

.phone-block,
.place {
  display: flex;
  align-items: center;
  gap: 17px;
}

.phone-block > span {
  color: var(--gold-light);
  font-size: 48px;
}

.phone-block p {
  margin: 0 0 3px;
  color: var(--gold-light);
  font: 16px/1 Georgia, serif;
}

.phone-block strong {
  display: block;
  font-size: 38px;
  letter-spacing: 0.015em;
}

.phone-block small,
.place small {
  display: block;
  margin-top: 5px;
  font-size: 10.5px;
  opacity: 0.7;
}

.place {
  font-size: 13px;
}

.place > span {
  display: block;
}

footer {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 8% 35%, rgba(213, 180, 108, 0.08), transparent 26%),
    linear-gradient(125deg, #001d3e, #002d59 72%, #00264e);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer::before {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  right: -90px;
  bottom: -100px;
  border: 1px solid rgba(213, 180, 108, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(213, 180, 108, 0.025), 0 0 0 64px rgba(213, 180, 108, 0.018);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) 0.65fr 0.9fr 1.15fr;
  gap: clamp(34px, 5vw, 72px);
  padding-top: 58px;
  padding-bottom: 52px;
}

.footer-logo {
  width: max-content;
  min-width: 0;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 9px 24px rgba(0, 15, 36, 0.16);
}

.footer-logo .brand-logo {
  width: 184px;
}

.footer-brand p {
  max-width: 330px;
  margin: 22px 0 15px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.75;
}

.footer-motto {
  color: var(--gold-light);
  font: italic 13px/1.4 Georgia, serif;
  letter-spacing: 0.025em;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 4px;
  font-style: normal;
  font-size: 12.5px;
}

.footer-column h3 {
  margin: 0 0 9px;
  padding-bottom: 10px;
  position: relative;
  color: white;
  font: bold 16px/1.2 Georgia, serif;
  letter-spacing: 0.02em;
}

.footer-column h3::after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gold-light);
}

.footer-column a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: var(--gold-light);
}

.footer-contact > a,
.footer-contact > span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-contact > a span,
.footer-contact > span i {
  width: 24px;
  color: var(--gold-light);
  font-size: 15px;
  font-style: normal;
  text-align: center;
}

.footer-contact strong {
  color: white;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.footer-contact small {
  margin: 2px 0 0 33px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10.5px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.44);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
}

.footer-bottom .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.floating-whatsapp {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  place-items: center;
  background: #25d366;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(5, 102, 55, 0.27);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 32px rgba(5, 102, 55, 0.34);
}

.floating-whatsapp img {
  width: 26px;
  height: 26px;
  display: block;
}

@media (max-width: 1050px) {
  .header-whatsapp {
    display: none;
  }

  .nav {
    gap: 10px;
  }

  .nav a {
    font-size: 11px;
  }

  .hero-copy {
    width: 56%;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .footer-main {
    grid-template-columns: 1.4fr 0.7fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    column-gap: 38px;
  }

  .footer-contact h3 {
    grid-column: 1 / -1;
  }

  .footer-contact small {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 580px);
  }

  .topbar {
    height: 30px;
    font-size: 11px;
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-inner > span:first-child {
    display: none;
  }

  .header {
    height: 66px;
  }

  .header-inner {
    justify-content: space-between;
  }

  .logo {
    min-width: 152px;
  }

  .header .brand-logo {
    width: 148px;
  }

  .footer-logo {
    min-width: 0;
  }

  .footer-logo .brand-logo {
    width: 172px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: grid;
    place-content: center;
    gap: 5px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-button span {
    width: 24px;
    height: 2px;
    display: block;
    background: var(--navy);
  }

  .nav {
    width: min(310px, calc(100vw - 28px));
    height: auto;
    position: absolute;
    top: 66px;
    right: 14px;
    display: none;
    padding: 12px;
    background: white;
    border: 1px solid #e1e6eb;
    border-radius: 5px;
    box-shadow: 0 16px 34px rgba(0, 35, 74, 0.18);
  }

  .nav.open {
    display: grid;
  }

  .nav a {
    font-size: 12px;
    padding: 12px 10px;
    border-bottom: 1px solid #edf0f3;
  }

  .nav a.active::after {
    display: none;
  }

  .hero {
    min-height: 630px;
    position: relative;
    background-position: 65% center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.88) 58%, rgba(255, 253, 248, 0.2));
  }

  .hero-inner {
    min-height: 630px;
    position: relative;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding: 52px 4px;
  }

  .hero h1 {
    font-size: clamp(32px, 8.8vw, 41px);
    line-height: 1.04;
  }

  .chinese {
    font-size: 20px;
  }

  .intro {
    max-width: 350px;
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    min-width: 205px;
  }

  .section {
    padding: 58px 0 64px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .value:nth-child(even),
  .value:last-child {
    border-right: 0;
  }

  .value:last-child {
    max-width: 50%;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .service-grid {
    display: flex;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .service-grid::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    min-width: min(72vw, 270px);
    scroll-snap-align: start;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location {
    height: 240px;
  }

  .review-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .review-grid figure {
    min-width: 86%;
    scroll-snap-align: center;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-guide {
    position: static;
    padding: 26px 24px 24px;
  }

  .faq-guide h3 {
    font-size: 26px;
  }

  .faq-guide ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 20px 0;
  }

  .faq-guide li {
    align-items: flex-start;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 15px 56px 15px 50px;
  }

  .faq-list summary::before {
    left: 17px;
  }

  .faq-list summary strong {
    font-size: 15px;
  }

  .faq-list summary::after {
    width: 30px;
    height: 30px;
    right: 16px;
  }

  .faq-answer {
    margin: 0 18px 0 50px;
    padding: 0 28px 18px 0;
  }

  .faq-answer p {
    margin-top: 15px;
    font-size: 13px;
  }

  .faq-answer .faq-answer-zh {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12.5px;
  }

  .careline-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    padding: 28px 0;
  }

  .place {
    display: none;
  }

  .phone-block strong {
    font-size: 32px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
    padding-top: 45px;
    padding-bottom: 38px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    margin-top: 18px;
  }

  .footer-contact {
    display: flex;
    align-items: flex-start;
  }

  .footer-contact h3 {
    grid-column: auto;
  }

  .footer-contact small {
    margin-left: 33px;
  }

  .footer-bottom .container {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp img {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
