@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Thai";
  src: url("assets/fonts/noto-sans-thai-thai.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "Noto Sans Thai";
  src: url("assets/fonts/noto-sans-thai-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F, U+20A0-20CF, U+2122;
}

:root {
  --accent: #c9f24a;
  --accent-strong: #b6e82b;
  --accent-muted: #e7f5b6;
  --sage: #74866f;
  --sage-deep: #304438;
  --ink: #111512;
  --ink-soft: #3f4942;
  --muted: #687169;
  --paper: #f4f5ec;
  --paper-warm: #eeefe4;
  --surface: #fbfcf6;
  --surface-2: #e9ecdf;
  --line: rgba(17, 21, 18, 0.13);
  --line-strong: rgba(17, 21, 18, 0.24);
  --white: #fff;
  --dark: #0d110e;
  --dark-2: #151a16;
  --shadow-sm: 0 12px 30px rgba(28, 39, 30, 0.08);
  --shadow-md: 0 24px 70px rgba(28, 39, 30, 0.14);
  --shadow-lg: 0 36px 100px rgba(5, 12, 8, 0.28);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1240px;
  --header-height: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="dark"] {
  --ink: #f4f7ed;
  --ink-soft: #c5cec4;
  --muted: #99a49a;
  --paper: #0d110e;
  --paper-warm: #111612;
  --surface: #151a16;
  --surface-2: #1b221c;
  --line: rgba(235, 244, 229, 0.12);
  --line-strong: rgba(235, 244, 229, 0.22);
  --accent-muted: #27351a;
  --shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.18);
  --shadow-md: 0 24px 70px rgba(0, 0, 0, 0.3);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
  color-scheme: light;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans Thai", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.25s ease, color 0.25s ease;
}

body.menu-open,
body.chat-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3,
strong,
.brand-copy {
  font-family: "Manrope", "Noto Sans Thai", system-ui, sans-serif;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

button,
summary,
a {
  outline-offset: 4px;
}

:focus-visible {
  outline: 3px solid var(--accent);
}

::selection {
  color: #10140f;
  background: var(--accent);
}

.svg-sprite {
  position: absolute;
  overflow: hidden;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #111512;
  background: var(--accent);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(88px, 10vw, 150px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--sage-deep);
  font-family: "Manrope", "Noto Sans Thai", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

html[data-theme="dark"] .eyebrow {
  color: var(--accent);
}

.eyebrow--light {
  color: var(--accent) !important;
}

.eyebrow-line {
  display: block;
  width: 42px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.section-heading h2,
.about-heading h2,
.faq-intro h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5.2vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

h1 em,
h2 em {
  color: var(--sage);
  font-style: normal;
}

html[data-theme="dark"] h2 em {
  color: var(--accent);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 72px;
  margin-bottom: clamp(48px, 7vw, 80px);
}

.section-heading--split > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.8;
}

.section-heading--center {
  max-width: 760px;
  margin: 0 auto clamp(48px, 7vw, 82px);
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Manrope", "Noto Sans Thai", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.button svg,
.card-link svg,
.text-button svg,
.console-action svg,
.contact-methods svg,
.line-card a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--accent {
  color: #10140f;
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(176, 227, 39, 0.2);
}

.button--glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.button--dark {
  color: #fff;
  background: #111512;
}

.button--wide {
  width: 100%;
  justify-content: space-between;
  border-radius: 14px;
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.nav-shell {
  display: flex;
  width: min(calc(100% - 36px), 1380px);
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: auto;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  color: #fff;
  background: rgba(12, 16, 13, 0.42);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  pointer-events: auto;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.site-header.is-scrolled .nav-shell {
  background: rgba(12, 16, 13, 0.91);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(190, 238, 53, 0.16);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.brand-copy span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.63);
  font-family: "Manrope", sans-serif;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.25vw, 34px);
  margin-left: auto;
}

.nav-panel > a:not(.nav-emergency-mobile) {
  position: relative;
  padding-block: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-panel > a:not(.nav-emergency-mobile)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s var(--ease);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-toggle {
  width: auto;
  min-width: 58px;
  grid-auto-flow: column;
  gap: 5px;
  padding-inline: 10px;
  border-radius: 999px;
}

.language-toggle span {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.theme-toggle {
  position: relative;
}

.theme-icon--moon {
  display: none !important;
}

html[data-theme="dark"] .theme-icon--sun {
  display: none !important;
}

html[data-theme="dark"] .theme-icon--moon {
  display: block !important;
}

.nav-call {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
  padding: 7px 14px;
  border-radius: 15px;
  color: #10140f;
  background: var(--accent);
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #65d36e;
  box-shadow: 0 0 0 4px rgba(101, 211, 110, 0.15);
}

.nav-call .status-dot {
  background: #111512;
  box-shadow: 0 0 0 4px rgba(17, 21, 18, 0.12);
}

.nav-call > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.nav-call small {
  font-size: 0.56rem;
  font-weight: 700;
}

.nav-call strong {
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.menu-toggle,
.nav-emergency-mobile {
  display: none;
}

.menu-close-icon {
  display: none !important;
}

.menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: block !important;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: max(790px, 100svh);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #101611;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-media {
  background-image: url("assets/img/pattaya-beach-2.jpg");
  background-image: image-set(url("assets/img/pattaya-beach-2.webp") type("image/webp"), url("assets/img/pattaya-beach-2.jpg") type("image/jpeg"));
  background-position: center 52%;
  background-size: cover;
  transform: scale(1.003);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 13, 9, 0.96) 0%, rgba(7, 13, 9, 0.8) 36%, rgba(7, 13, 9, 0.3) 66%, rgba(7, 13, 9, 0.5) 100%),
    linear-gradient(0deg, rgba(7, 13, 9, 0.9) 0%, transparent 42%),
    linear-gradient(180deg, rgba(7, 13, 9, 0.38), transparent 26%);
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 17%;
  left: -12%;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(201, 242, 74, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(201, 242, 74, 0.025), 0 0 0 145px rgba(201, 242, 74, 0.018);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  padding-top: 144px;
  padding-bottom: 176px;
}

.hero-copy {
  max-width: 800px;
}

.hero-copy .eyebrow {
  margin-bottom: 30px;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(4.2rem, 7.8vw, 7.7rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.87;
  text-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.hero h1 em {
  color: var(--accent);
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.8;
}

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

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.77rem;
  font-weight: 600;
}

.avatar-stack {
  display: inline-flex;
  padding-left: 8px;
}

.avatar-stack i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-left: -8px;
  border: 2px solid #1a221b;
  border-radius: 50%;
  color: #111512;
  background: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 800;
}

.avatar-stack i:nth-child(2) {
  color: #fff;
  background: #778a75;
}

.avatar-stack i:nth-child(3) {
  color: #fff;
  background: #26342b;
}

.service-console {
  align-self: end;
  width: min(100%, 390px);
  margin: 0 0 12px auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(12, 18, 14, 0.68);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.console-topline,
.console-topline > span,
.meter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.console-topline {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-family: "Manrope", sans-serif;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.console-topline > span {
  gap: 8px;
  color: var(--accent);
}

.console-topline .status-dot {
  width: 6px;
  height: 6px;
}

.console-main {
  padding: 27px 4px 22px;
}

.console-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  font-weight: 700;
}

.console-main strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.console-main p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.6;
}

.console-meter {
  padding: 15px 4px 22px;
}

.meter-heading {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
}

.meter-heading strong {
  color: var(--accent);
  font-size: 0.72rem;
}

.meter-track {
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.meter-track i {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #758c2c, var(--accent));
}

.console-action {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  color: #111512;
  background: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
}

.console-action svg:first-child {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.hero-facts {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(8, 13, 9, 0.28);
  backdrop-filter: blur(6px);
}

.hero-fact {
  display: flex;
  min-height: 100px;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-fact:last-child {
  border-right: 0;
}

.hero-fact strong {
  color: var(--accent);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-fact span {
  max-width: 105px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.5;
}

.capability-strip {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: var(--accent);
}

.capability-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  padding: 17px 24px;
  font-family: "Manrope", sans-serif;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.capability-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.42;
}

/* Services */
.services-section {
  background:
    radial-gradient(circle at 92% 6%, rgba(116, 134, 111, 0.12), transparent 28%),
    var(--paper);
}

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

.service-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease, border-color 0.25s ease;
}

.service-card--photo {
  min-height: 510px;
  color: #fff;
}

.service-card--lift {
  grid-column: span 7;
}

.service-card--escalator {
  grid-column: span 5;
}

.service-card--photo picture,
.service-card--photo picture img,
.service-photo-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-card--photo img {
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.35s ease;
}

.service-card--lift img {
  object-position: center;
}

.service-card--escalator img {
  object-position: center 58%;
}

.service-photo-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 10, 8, 0.08), rgba(7, 10, 8, 0.25) 40%, rgba(7, 10, 8, 0.93) 100%);
}

.service-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-number {
  font-family: "Manrope", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #111512;
  background: var(--accent);
}

.service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.service-card p {
  max-width: 560px;
  margin-bottom: 21px;
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.72;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-size: 0.75rem;
  font-weight: 800;
}

.card-link svg {
  transition: transform 0.25s var(--ease);
}

.service-card--compact {
  display: flex;
  min-height: 330px;
  grid-column: span 3;
  flex-direction: column;
  padding: 24px;
}

.service-card--compact .service-card-top {
  margin-bottom: auto;
}

.service-card--compact h3 {
  margin-top: 46px;
  font-size: 1.35rem;
}

.service-card--compact p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.service-card--compact .service-icon {
  color: var(--ink);
  background: var(--surface-2);
}

.service-card--accent {
  color: #111512;
  border-color: transparent;
  background: var(--accent);
}

.service-card--accent p {
  color: rgba(17, 21, 18, 0.7);
}

.service-card--accent .service-icon {
  color: #111512;
  background: rgba(17, 21, 18, 0.1);
}

.service-card--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  background: #111512;
}

.service-card--dark p {
  color: rgba(255, 255, 255, 0.6);
}

.service-card--dark .service-icon {
  color: #111512;
  background: var(--accent);
}

/* Coastal expertise */
.coastal-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(96px, 11vw, 160px);
  color: #fff;
  background:
    radial-gradient(circle at 89% 14%, rgba(201, 242, 74, 0.14), transparent 27%),
    linear-gradient(145deg, #0b0f0c, #151b16 56%, #0d130f);
}

.coastal-section::before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(201, 242, 74, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 65px rgba(201, 242, 74, 0.025), 0 0 0 130px rgba(201, 242, 74, 0.015);
}

.coastal-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.coastal-visual {
  position: relative;
  min-width: 0;
}

.coastal-image-wrap {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgba(201, 242, 74, 0.22);
  border-radius: 30px;
}

.coastal-image-wrap::before {
  position: absolute;
  z-index: -1;
  inset: 35px -26px -30px 32px;
  border: 1px solid rgba(201, 242, 74, 0.14);
  border-radius: 30px;
  content: "";
}

.coastal-image-wrap picture,
.coastal-image-wrap img {
  width: 100%;
}

.coastal-image-wrap img {
  aspect-ratio: 4 / 5;
  border-radius: 21px;
  filter: saturate(0.75) contrast(1.05);
  object-fit: cover;
}

.image-corner {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-color: var(--accent);
  pointer-events: none;
}

.image-corner--top {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--accent);
  border-left: 3px solid var(--accent);
  border-top-left-radius: 29px;
}

.image-corner--bottom {
  right: -1px;
  bottom: -1px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  border-bottom-right-radius: 29px;
}

.coastal-badge {
  position: absolute;
  right: -25px;
  bottom: 48px;
  display: flex;
  min-width: 245px;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: #111512;
  background: var(--accent);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.coastal-badge > svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.coastal-badge span {
  display: flex;
  flex-direction: column;
}

.coastal-badge small {
  font-family: "Manrope", sans-serif;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.coastal-badge strong {
  margin-top: 3px;
  font-size: 0.78rem;
  font-weight: 800;
}

.coastal-content h2 {
  margin-bottom: 27px;
  font-size: clamp(2.8rem, 5.8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.coastal-content h2 em {
  color: var(--accent);
}

.coastal-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.85;
}

.diagnostic-list {
  display: grid;
  gap: 10px;
  margin-bottom: 32px;
}

.diagnostic-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

.diagnostic-index {
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
}

.diagnostic-list h3 {
  margin: 0 0 3px;
  font-size: 0.93rem;
  font-weight: 800;
}

.diagnostic-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.73rem;
  line-height: 1.55;
}

.diagnostic-list article > svg {
  width: 21px;
  height: 21px;
  padding: 4px;
  border-radius: 50%;
  fill: none;
  stroke: #111512;
  stroke-width: 2.4;
  background: var(--accent);
}

/* Process */
.process-section {
  background: var(--paper-warm);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 50px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: var(--line-strong);
  content: "";
}

.process-list li {
  position: relative;
  min-height: 360px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.process-number {
  display: block;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.process-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 36px 0 62px;
  border: 8px solid var(--surface);
  border-radius: 50%;
  color: #111512;
  background: var(--accent);
  box-sizing: content-box;
}

.process-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-list h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.7;
}

/* Facilities horizontal gallery */
.facilities-section {
  overflow: hidden;
  background: var(--paper);
}

.facilities-heading {
  align-items: center;
  margin-bottom: 55px;
}

.scroll-controls {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.scroll-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--ink);
  background: var(--surface);
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.scroll-controls svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.facility-track {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 16px max(24px, calc((100vw - var(--shell)) / 2)) 48px;
  scroll-behavior: smooth;
  scroll-padding-inline: max(24px, calc((100vw - var(--shell)) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--sage) transparent;
  scrollbar-width: thin;
}

.facility-track::-webkit-scrollbar {
  height: 7px;
}

.facility-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--sage);
}

.facility-card {
  width: clamp(285px, 30vw, 390px);
  flex: 0 0 auto;
  padding: 11px 11px 20px;
  border: 1px solid var(--line);
  border-radius: 6px 6px 18px 18px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(25, 38, 28, 0.11);
  scroll-snap-align: start;
  transform: rotate(-1.2deg);
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
}

.facility-card:nth-child(even) {
  transform: rotate(1.1deg);
}

.facility-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3.45;
  background: var(--surface-2);
}

.facility-photo picture,
.facility-photo img {
  width: 100%;
  height: 100%;
}

.facility-photo img {
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
  transition: transform 0.7s var(--ease), filter 0.35s ease;
}

.facility-card:first-child .facility-photo img {
  object-position: center 66%;
}

.facility-card:nth-child(2) .facility-photo img {
  object-position: 58% center;
}

.facility-card:nth-child(3) .facility-photo img {
  object-position: center 68%;
}

.facility-photo > span {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #111512;
  background: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
}

.facility-caption {
  padding: 19px 8px 0;
}

.facility-caption h3 {
  margin-bottom: 4px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.facility-caption p {
  margin: 0;
  color: var(--muted);
  font-family: "Manrope", "Noto Sans Thai", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* About */
.about-section {
  background:
    linear-gradient(180deg, transparent, rgba(116, 134, 111, 0.06)),
    var(--paper-warm);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(50px, 9vw, 130px);
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line-strong);
}

.about-copy p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.about-copy p:first-child {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1px;
  border-right: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
  background: var(--line-strong);
}

.about-stats article {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background: var(--paper-warm);
}

.about-stats article > span {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.about-stats strong {
  margin-top: auto;
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.about-stats strong sup {
  color: var(--accent-strong);
  font-size: 0.43em;
  vertical-align: top;
}

html[data-theme="dark"] .about-stats strong sup {
  color: var(--accent);
}

.about-stats small {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.value-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.value-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 13px;
  color: #111512;
  background: var(--accent);
}

.value-grid svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-grid h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 800;
}

.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.65;
}

/* Emergency banner */
.emergency-banner {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 110px);
  color: #111512;
  background: var(--accent);
}

.emergency-banner::before {
  position: absolute;
  top: -220px;
  left: 42%;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(17, 21, 18, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(17, 21, 18, 0.03), 0 0 0 140px rgba(17, 21, 18, 0.018);
}

.emergency-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 60px;
}

.emergency-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.emergency-label .status-dot {
  background: #111512;
  box-shadow: 0 0 0 4px rgba(17, 21, 18, 0.12);
}

.emergency-banner h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.7vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.emergency-banner h2 em {
  color: rgba(17, 21, 18, 0.55);
}

.emergency-actions {
  display: grid;
  gap: 12px;
}

.emergency-phone {
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  border: 1px solid rgba(17, 21, 18, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.25);
}

.emergency-phone small {
  font-size: 0.65rem;
  font-weight: 700;
}

.emergency-phone strong {
  margin-top: 3px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

/* FAQ */
.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.faq-intro {
  position: sticky;
  top: 125px;
}

.faq-intro > p {
  max-width: 460px;
  margin: 27px 0 25px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  background: none;
  font-weight: 800;
  cursor: pointer;
}

.text-button svg:first-child {
  color: var(--sage);
}

.accordion {
  border-top: 1px solid var(--line-strong);
}

.accordion details {
  border-bottom: 1px solid var(--line-strong);
}

.accordion summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 90px;
  padding: 20px 4px;
  font-family: "Manrope", "Noto Sans Thai", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.accordion summary svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform 0.25s var(--ease);
}

.accordion details[open] summary svg {
  transform: rotate(180deg);
}

.accordion details > div {
  overflow: hidden;
}

.accordion p {
  max-width: 750px;
  margin: -4px 0 28px;
  padding-right: 45px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Contact */
.contact-section {
  color: #fff;
  background:
    radial-gradient(circle at 3% 12%, rgba(201, 242, 74, 0.1), transparent 25%),
    #101411;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
}

.contact-copy .eyebrow {
  color: var(--accent);
}

.contact-copy h2 em {
  color: var(--accent);
}

.contact-lead {
  max-width: 570px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-methods {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-methods > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-methods > a > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #111512;
  background: var(--accent);
}

.contact-methods > a > span svg {
  width: 20px;
  height: 20px;
}

.contact-methods > a > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-methods small {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.62rem;
  font-weight: 700;
}

.contact-methods strong {
  margin-top: 2px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-methods em {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-style: normal;
}

.contact-methods > a > svg {
  color: rgba(255, 255, 255, 0.45);
}

.line-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 17px;
  margin-top: 27px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.line-card img {
  width: 94px;
  height: 94px;
  padding: 5px;
  border-radius: 11px;
  background: #fff;
}

.line-card > div {
  display: flex;
  flex-direction: column;
}

.line-card > div > span {
  color: rgba(255, 255, 255, 0.44);
  font-family: "Manrope", sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.line-card strong {
  margin: 1px 0 8px;
  color: var(--accent);
  font-size: 1.16rem;
  font-weight: 800;
}

.line-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  font-size: 0.67rem;
  font-weight: 700;
}

.request-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: #f4f5ec;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.32);
  color: #111512;
}

.request-header {
  display: flex;
  min-height: 106px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 28px;
  border-bottom: 1px solid rgba(17, 21, 18, 0.13);
  background: #eaecdf;
}

.request-header > div > span {
  display: block;
  margin-bottom: 5px;
  color: #74806f;
  font-family: "Manrope", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.request-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.request-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 21, 18, 0.11);
  border-radius: 99px;
  color: #4f5e50;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
}

.request-status .status-dot {
  width: 6px;
  height: 6px;
}

.request-card form {
  display: grid;
  gap: 17px;
  padding: 29px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.request-card label {
  display: grid;
  gap: 7px;
  color: #374039;
  font-size: 0.7rem;
  font-weight: 700;
}

.request-card input,
.request-card select,
.request-card textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid rgba(17, 21, 18, 0.16);
  border-radius: 12px;
  outline: none;
  color: #111512;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 500;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.request-card textarea {
  min-height: 120px;
  resize: vertical;
}

.request-card input::placeholder,
.request-card textarea::placeholder {
  color: #8b948c;
}

.request-card input:focus,
.request-card select:focus,
.request-card textarea:focus {
  border-color: #7b9626;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(170, 209, 55, 0.13);
}

.form-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #6a746c;
  font-size: 0.64rem;
  line-height: 1.55;
}

.form-note svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  fill: none;
  stroke: #668027;
  stroke-width: 1.8;
}

.email-fallback {
  justify-self: center;
  color: #5c665e;
  font-size: 0.67rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Footer */
.site-footer {
  padding: 72px 0 24px;
  color: rgba(255, 255, 255, 0.68);
  background: #090c0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding-bottom: 60px;
}

.brand--footer .brand-mark {
  width: 48px;
  height: 48px;
}

.footer-brand > p {
  max-width: 390px;
  margin: 25px 0 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
  line-height: 1.75;
}

.footer-reg {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.61rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 11px;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 800;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  transition: color 0.2s ease;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  font-family: "Manrope", "Noto Sans Thai", sans-serif;
  font-size: 0.59rem;
  letter-spacing: 0.025em;
}

/* Chat assistant */
.chat-launcher {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  min-width: 158px;
  min-height: 58px;
  padding: 8px 18px 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #fff;
  background: #111512;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s ease;
}

.chat-launcher > svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  fill: none;
  stroke: #111512;
  stroke-width: 1.7;
  background: var(--accent);
}

.chat-launcher-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.chat-launcher-copy strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.chat-launcher-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.59rem;
  font-weight: 600;
}

.chat-badge {
  position: absolute;
  top: -3px;
  right: 1px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 2px solid #111512;
  border-radius: 50%;
  color: #111512;
  background: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
}

.chat-pulse {
  position: absolute;
  bottom: 8px;
  left: 42px;
  width: 9px;
  height: 9px;
  border: 2px solid #111512;
  border-radius: 50%;
  background: #65d36e;
}

.chat-panel {
  position: fixed;
  z-index: 1250;
  right: 22px;
  bottom: 92px;
  display: grid;
  width: min(390px, calc(100vw - 28px));
  height: min(610px, calc(100svh - 125px));
  grid-template-rows: auto 1fr auto auto auto;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 25px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 14px 15px;
  color: #fff;
  background: #111512;
}

.chat-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--accent);
}

.chat-avatar img {
  width: 34px;
  height: 34px;
}

.chat-header > div {
  display: flex;
  flex-direction: column;
}

.chat-header strong {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.chat-header > div > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.59rem;
}

.chat-header .status-dot {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.chat-header button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.chat-header button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 18px 15px 10px;
  overscroll-behavior: contain;
}

.chat-message {
  max-width: 87%;
  padding: 11px 13px;
  border-radius: 5px 15px 15px 15px;
  color: var(--ink-soft);
  background: var(--surface-2);
  font-size: 0.76rem;
  line-height: 1.65;
}

.chat-message--user {
  align-self: flex-end;
  border-radius: 15px 5px 15px 15px;
  color: #111512;
  background: var(--accent);
}

.chat-message p {
  margin: 0;
}

.chat-message strong {
  color: var(--ink);
  font-size: 0.75rem;
}

.chat-message--user strong {
  color: #111512;
}

.chat-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.chat-message-actions a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  color: var(--ink);
  background: var(--surface);
  font-size: 0.62rem;
  font-weight: 800;
}

.chat-quick-replies {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 8px 13px 10px;
  scrollbar-width: none;
}

.chat-quick-replies::-webkit-scrollbar {
  display: none;
}

.chat-quick-replies button {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  color: var(--ink-soft);
  background: var(--surface);
  font-size: 0.64rem;
  font-weight: 700;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
}

.chat-form input {
  min-width: 0;
  height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.72rem;
}

.chat-form input:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(116, 134, 111, 0.13);
}

.chat-form button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: #111512;
  background: var(--accent);
  cursor: pointer;
}

.chat-form button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.chat-panel > footer {
  padding: 6px 12px 9px;
  color: var(--muted);
  text-align: center;
  font-size: 0.55rem;
}

.toast {
  position: fixed;
  z-index: 2000;
  bottom: 30px;
  left: 50%;
  max-width: min(440px, calc(100% - 32px));
  padding: 12px 17px;
  border-radius: 12px;
  color: #111512;
  background: var(--accent);
  box-shadow: var(--shadow-md);
  font-size: 0.75rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.toast[hidden] {
  display: none;
}

.mobile-action-bar {
  display: none;
}

/* Hover and active interactions */
@media (hover: hover) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  }

  .button--accent:hover {
    background: #d6fa6a;
  }

  .button--glass:hover {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.14);
  }

  .icon-button:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
  }

  .nav-panel > a:not(.nav-emergency-mobile):hover {
    color: #fff;
  }

  .nav-panel > a:not(.nav-emergency-mobile):hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .service-card:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-md);
    transform: translateY(-7px);
  }

  .service-card--photo:hover img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045);
  }

  .card-link:hover svg,
  .console-action:hover svg:last-child,
  .text-button:hover svg:last-child,
  .line-card a:hover svg {
    transform: translate(3px, -3px);
  }

  .diagnostic-list article:hover {
    border-color: rgba(201, 242, 74, 0.3);
    background: rgba(255, 255, 255, 0.055);
  }

  .scroll-controls button:hover {
    color: #111512;
    border-color: var(--accent);
    background: var(--accent);
    transform: translateY(-2px);
  }

  .facility-card:hover,
  .facility-card:nth-child(even):hover {
    box-shadow: var(--shadow-md);
    transform: rotate(0) translateY(-9px);
  }

  .facility-card:hover img {
    filter: saturate(1) contrast(1.04);
    transform: scale(1.045);
  }

  .value-grid article:hover {
    border-color: var(--line-strong);
    transform: translateY(-4px);
  }

  .contact-methods > a:hover strong,
  .footer-links a:hover {
    color: var(--accent);
  }

  .chat-launcher:hover {
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
    transform: translateY(-3px);
  }

  .chat-quick-replies button:hover,
  .chat-message-actions a:hover {
    color: #111512;
    border-color: var(--accent);
    background: var(--accent);
  }
}

/* Tablet */
@media (max-width: 1160px) {
  :root {
    --shell: 1040px;
  }

  .nav-panel {
    gap: 17px;
  }

  .nav-panel > a:not(.nav-emergency-mobile) {
    font-size: 0.79rem;
  }

  .nav-call {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    gap: 46px;
  }

  .service-card--compact {
    grid-column: span 6;
    min-height: 285px;
  }

  .service-card--compact .service-card-top {
    margin-bottom: 30px;
  }

  .service-card--compact h3 {
    margin-top: auto;
  }

  .coastal-grid {
    gap: 65px;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list::before {
    display: none;
  }

  .process-list li {
    min-height: 315px;
  }

  .process-icon {
    margin-bottom: 38px;
  }

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

/* Mobile navigation and stacked sections */
@media (max-width: 920px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .section-heading--split,
  .about-grid,
  .faq-grid,
  .contact-grid,
  .emergency-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    align-items: start;
    gap: 28px;
  }

  .section-heading--split > p {
    margin: 0;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .nav-panel {
    position: fixed;
    z-index: 1001;
    top: 103px;
    right: 18px;
    left: 18px;
    display: flex;
    max-height: calc(100svh - 120px);
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(11, 15, 12, 0.97);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.25s var(--ease);
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-panel > a:not(.nav-emergency-mobile) {
    padding: 14px 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.93rem;
  }

  .nav-panel > a:not(.nav-emergency-mobile)::after {
    display: none;
  }

  .nav-emergency-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
    padding: 14px;
    border-radius: 13px;
    color: #111512;
    background: var(--accent);
    font-size: 0.82rem;
    font-weight: 800;
  }

  .nav-emergency-mobile svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 170px;
    padding-bottom: 250px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(4rem, 12vw, 6.3rem);
  }

  .service-console {
    width: min(100%, 470px);
    margin: 0;
  }

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-fact:nth-child(2) {
    border-right: 0;
  }

  .hero-fact:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .service-card--lift,
  .service-card--escalator {
    grid-column: span 12;
  }

  .service-card--photo {
    min-height: 470px;
  }

  .coastal-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .coastal-visual {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .about-copy {
    max-width: 660px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stats article {
    min-height: 205px;
  }

  .faq-intro {
    position: static;
  }

  .faq-grid {
    gap: 55px;
  }

  .contact-grid {
    gap: 65px;
  }

  .contact-copy {
    max-width: 680px;
  }

  .request-card {
    max-width: 760px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

@media (max-width: 700px) {
  :root {
    --radius: 18px;
    --radius-lg: 24px;
  }

  html {
    scroll-padding-top: 92px;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding-block: 82px;
  }

  .site-header {
    top: 10px;
  }

  .nav-shell {
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 8px 9px 8px 11px;
    border-radius: 18px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }

  .brand-copy strong {
    font-size: 0.76rem;
  }

  .brand-copy span {
    font-size: 0.48rem;
  }

  .nav-actions {
    gap: 5px;
  }

  .icon-button {
    width: 38px;
    height: 38px;
  }

  .language-toggle {
    min-width: 50px;
    padding-inline: 8px;
  }

  .language-toggle svg {
    display: none;
  }

  .nav-panel {
    top: 88px;
    right: 10px;
    left: 10px;
  }

  .hero-grid {
    gap: 30px;
    padding-top: 132px;
    padding-bottom: 265px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 13, 9, 0.9), rgba(7, 13, 9, 0.42)),
      linear-gradient(0deg, rgba(7, 13, 9, 0.94), transparent 55%),
      linear-gradient(180deg, rgba(7, 13, 9, 0.5), transparent 35%);
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-copy .eyebrow {
    margin-bottom: 23px;
    font-size: 0.63rem;
  }

  .eyebrow-line {
    width: 30px;
  }

  .hero h1 {
    margin-bottom: 23px;
    font-size: clamp(3.4rem, 17vw, 5.3rem);
    line-height: 0.9;
  }

  .hero-lead {
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    align-items: flex-start;
    font-size: 0.69rem;
  }

  .service-console {
    padding: 14px;
    border-radius: 20px;
  }

  .console-main {
    padding: 20px 3px 17px;
  }

  .console-main strong {
    font-size: 1.04rem;
  }

  .hero-facts {
    bottom: 18px;
  }

  .hero-fact {
    min-height: 95px;
    gap: 10px;
    padding: 14px;
  }

  .hero-fact strong {
    font-size: 1.35rem;
  }

  .hero-fact span {
    font-size: 0.6rem;
  }

  .capability-track {
    justify-content: flex-start;
    overflow: hidden;
    gap: 18px;
    font-size: 0.61rem;
  }

  .section-heading h2,
  .about-heading h2,
  .faq-intro h2,
  .contact-copy h2 {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
    line-height: 0.98;
  }

  .section-heading--split {
    margin-bottom: 42px;
  }

  .section-heading--split > p {
    font-size: 0.9rem;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card--photo,
  .service-card--compact {
    min-height: 405px;
    grid-column: span 12;
  }

  .service-card-content,
  .service-card--compact {
    padding: 20px;
  }

  .service-card--compact {
    min-height: 300px;
  }

  .service-card--compact h3 {
    font-size: 1.28rem;
  }

  .service-card--escalator img {
    object-position: center 67%;
  }

  .coastal-section {
    padding-block: 84px;
  }

  .coastal-grid {
    gap: 70px;
  }

  .coastal-visual {
    width: calc(100% - 18px);
  }

  .coastal-badge {
    right: -8px;
    bottom: 25px;
    min-width: 220px;
  }

  .coastal-content h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .coastal-lead {
    font-size: 0.88rem;
  }

  .diagnostic-list article {
    grid-template-columns: auto 1fr;
    padding: 15px;
  }

  .diagnostic-list article > svg {
    display: none;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
    padding: 20px;
  }

  .process-icon {
    margin: 30px 0 35px;
  }

  .facilities-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }

  .facilities-heading > div:first-child {
    grid-column: 1 / -1;
  }

  .scroll-controls {
    grid-column: 2;
  }

  .facility-track {
    gap: 17px;
    padding-inline: 20px;
    scroll-padding-inline: 20px;
  }

  .facility-card {
    width: min(82vw, 330px);
  }

  .about-grid {
    gap: 34px;
    padding-bottom: 50px;
  }

  .about-stats {
    border-right: 0;
    border-left: 0;
  }

  .about-stats article {
    min-height: 180px;
    padding: 20px;
  }

  .about-stats strong {
    font-size: 3.2rem;
  }

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

  .value-grid article > span {
    margin-bottom: 25px;
  }

  .emergency-banner {
    padding-block: 70px;
  }

  .emergency-grid {
    gap: 38px;
  }

  .emergency-banner h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .accordion summary {
    min-height: 82px;
    font-size: 0.92rem;
  }

  .accordion p {
    padding-right: 5px;
    font-size: 0.82rem;
  }

  .contact-grid {
    gap: 50px;
  }

  .contact-methods strong {
    font-size: 0.78rem;
  }

  .request-card {
    border-radius: 21px;
  }

  .request-header {
    padding: 20px;
  }

  .request-status {
    display: none;
  }

  .request-card form {
    padding: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 45px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 1150;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(10, 14, 11, 0.96);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
  }

  .mobile-action-bar a:last-child {
    color: #111512;
    background: var(--accent);
  }

  .mobile-action-bar svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .chat-launcher {
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    min-width: 0;
    min-height: 56px;
    grid-template-columns: auto;
    padding: 8px;
  }

  .chat-launcher-copy {
    display: none;
  }

  .chat-panel {
    right: 8px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    width: calc(100% - 16px);
    height: min(620px, calc(100svh - 96px));
    border-radius: 22px;
  }

  .toast {
    bottom: calc(80px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 410px) {
  .brand-copy span {
    display: none;
  }

  .language-toggle {
    min-width: 43px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16.8vw, 4.3rem);
  }

  .hero-fact {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .hero-fact span {
    max-width: none;
  }

  .line-card {
    grid-template-columns: 82px 1fr;
  }

  .line-card img {
    width: 82px;
    height: 82px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links > div:last-child {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .chat-launcher,
  .chat-panel,
  .mobile-action-bar,
  .scroll-controls {
    display: none !important;
  }

  body {
    padding: 0;
    color: #111;
    background: #fff;
  }

  .hero {
    min-height: 650px;
  }
}
