:root {
  --bg: #fff8ef;
  --bg-soft: #fff1dd;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #fff7ed;
  --surface-soft: rgba(255, 255, 255, 0.72);
  --line: rgba(205, 108, 38, 0.16);
  --line-strong: rgba(205, 108, 38, 0.28);
  --text: #1f2937;
  --muted: #5f6b7a;
  --primary: #d9480f;
  --primary-strong: #b93808;
  --accent: #f59e0b;
  --accent-soft: #8a380d;
  --white: #ffffff;
  --shadow: 0 22px 50px rgba(191, 105, 45, 0.12);
  --container: 1180px;
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #fff7ed 34%, #fff1dd 100%);
}

body.lightbox-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

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

.page-shell {
  position: relative;
  overflow: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  pointer-events: none;
}

.page-shell::before {
  top: 0;
  left: -10%;
  width: 45vw;
  height: 45vw;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 72%);
  filter: blur(18px);
}

.page-shell::after {
  right: -12%;
  bottom: 18%;
  width: 32vw;
  height: 32vw;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.14), transparent 72%);
  filter: blur(18px);
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 239, 0.86);
  border-bottom: 1px solid rgba(191, 105, 45, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 106px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 92px;
  height: 92px;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.3));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  color: var(--muted);
  font-weight: 700;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--primary);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(191, 105, 45, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  padding: 10px 16px;
}

.notice-bar {
  border-bottom: 1px solid rgba(191, 105, 45, 0.12);
  background:
    linear-gradient(90deg, #fff0d6, #ffe1bf),
    rgba(255, 255, 255, 0.02);
}

.notice-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.notice-bar p {
  margin: 0;
  color: #8a380d;
  font-weight: 700;
}

.notice-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.notice-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(191, 105, 45, 0.16);
  font-weight: 800;
}

.phone-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-inline::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 3h3.1l1.2 4.6-2 2a15.7 15.7 0 0 0 5.5 5.5l2-2 4.6 1.2v3.1c0 .9-.7 1.6-1.6 1.6C10.4 19 5 13.6 5 6.6 5 5.7 5.7 5 6.6 5V3Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 3h3.1l1.2 4.6-2 2a15.7 15.7 0 0 0 5.5 5.5l2-2 4.6 1.2v3.1c0 .9-.7 1.6-1.6 1.6C10.4 19 5 13.6 5 6.6 5 5.7 5.7 5 6.6 5V3Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-section {
  padding: 54px 0 40px;
}

.hero-layout,
.contact-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.hero-layout {
  grid-template-columns: 1fr;
}

.contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  align-items: stretch;
}

.hero-copy,
.hero-showcase,
.service-card,
.gallery-card,
.territory-shell,
.faq-list details,
.contact-card,
.map-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 40px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 239, 0.98));
}

.hero-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.hero-main {
  min-width: 0;
}

.hero-side {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 243, 226, 0.92));
  border: 1px solid rgba(191, 105, 45, 0.12);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow-contrast {
  color: var(--primary);
}

.hero-copy .eyebrow {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(191, 105, 45, 0.14);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-copy h1,
.section-heading h2,
.map-card h3,
.emblem-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
}

.hero-text {
  max-width: 58ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}

.btn,
.hotline,
.contact-card,
.floating-btn,
.support-pills a,
.service-card a,
.notice-links a {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.btn:hover,
.btn:focus-visible,
.hotline:hover,
.contact-card:hover,
.floating-btn:hover,
.support-pills a:hover,
.service-card:hover,
.service-card a:hover,
.gallery-card:hover,
.notice-links a:hover {
  transform: translateY(-2px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #de5c45);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(199, 47, 53, 0.32);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(191, 105, 45, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

.hero-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(191, 105, 45, 0.12);
  font-weight: 600;
}

.hero-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-points li::before {
  content: "";
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #f7d084);
  box-shadow: 0 0 0 6px rgba(216, 165, 75, 0.1);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(191, 105, 45, 0.12);
}

.hero-metrics strong {
  display: block;
  margin: 0;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--primary);
  text-transform: uppercase;
}

.hero-metrics span {
  display: block;
  line-height: 1.55;
  color: var(--muted);
}

.hero-showcase {
  padding: 22px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, #fff9f2, #fff0dd),
    rgba(255, 255, 255, 0.03);
}

.emblem-card {
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(191, 105, 45, 0.14);
}

.emblem-frame {
  display: grid;
  place-items: center;
  min-height: 290px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 241, 221, 0.96)),
    repeating-linear-gradient(
      135deg,
      rgba(191, 105, 45, 0.04) 0,
      rgba(191, 105, 45, 0.04) 10px,
      transparent 10px,
      transparent 20px
    );
}

.emblem-mark {
  width: min(100%, 320px);
  filter: drop-shadow(0 20px 40px rgba(191, 105, 45, 0.18));
}

.emblem-copy {
  padding-top: 20px;
}

.emblem-copy h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
}

.emblem-copy p {
  margin: 10px 0 0;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.hotline {
  display: block;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(191, 105, 45, 0.12);
}

.hotline.primary {
  background: linear-gradient(135deg, rgba(217, 72, 15, 0.18), rgba(251, 146, 60, 0.08));
  border-color: rgba(217, 72, 15, 0.22);
}

.hotline span,
.contact-card span,
.service-label,
.map-kicker {
  display: block;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotline strong,
.contact-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}

.hotline small,
.contact-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.support-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-pills a {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(191, 105, 45, 0.12);
  font-weight: 800;
}

.section {
  padding: 36px 0 44px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading-inline {
  margin-bottom: 0;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.section-heading p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}

.video-shell {
  padding: 18px 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 235, 0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.video-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 10px 6px 10px 4px;
  text-align: center;
}

.video-logo {
  width: clamp(120px, 14vw, 190px);
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(191, 105, 45, 0.16));
}

.video-copy .eyebrow {
  margin-bottom: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
}

.video-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.video-copy p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 28ch;
}

.service-video {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(249, 115, 22, 0.14)),
    #f7efe3;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: end;
}

.intro-copy {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(191, 105, 45, 0.14);
  color: var(--muted);
}

.service-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #ffffff, #fff4e6);
}

.service-card h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.18);
  color: var(--primary);
  font-weight: 800;
}

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

.gallery-card {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #fff3e2);
}

.gallery-card-link {
  display: block;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background:
    linear-gradient(180deg, #fffaf4, #fff1df),
    #fffaf4;
}

.gallery-photo-transport {
  object-position: 62% center;
}

.gallery-photo-rescue {
  object-position: 64% 38%;
}

.gallery-photo-crane {
  object-position: 58% 42%;
}

.gallery-photo-excavator {
  object-position: 50% 42%;
}

.gallery-photo-highway {
  object-position: 60% 42%;
}

.gallery-photo-garage {
  object-position: 62% 44%;
}

.gallery-photo-night {
  object-position: 66% 42%;
}

.gallery-photo-accident {
  object-position: 50% 34%;
}

.gallery-card figcaption {
  padding: 20px 22px 24px;
}

.gallery-card strong {
  display: block;
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox.is-open .lightbox-content {
  transform: translateY(0) scale(1);
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 32, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: calc(100vh - 48px);
  padding: 18px;
  border-radius: 28px;
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.22s ease;
}

.lightbox-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.lightbox-caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.lightbox-counter {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.24);
}

.lightbox-close:hover {
  transform: scale(1.04);
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.territory-shell {
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at left, rgba(245, 158, 11, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 244, 228, 0.96), rgba(255, 237, 213, 0.96));
}

.coverage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.coverage-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(191, 105, 45, 0.12);
  font-weight: 700;
}

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

.faq-list details {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fff4e7);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.contact-section {
  padding-bottom: 120px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-list > :first-child,
.contact-list > :last-child {
  grid-column: 1 / -1;
}

.contact-copy,
.map-wrap {
  height: 100%;
}

.contact-card {
  display: block;
  min-height: 100%;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fff5e9);
}

.map-wrap {
  display: flex;
}

.map-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff9f2, #fff0dd);
}

.map-card p {
  margin: 0;
  color: var(--muted);
}

.map-card iframe {
  width: 100%;
  min-height: 320px;
  flex: 1;
  border: 0;
  border-radius: 22px;
  margin-top: 12px;
}

.site-footer {
  border-top: 1px solid rgba(191, 105, 45, 0.1);
  background: rgba(255, 245, 230, 0.86);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  color: var(--white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

.floating-btn.phone {
  background: linear-gradient(135deg, var(--primary), #dc5d46);
}

.floating-btn.zalo {
  background: linear-gradient(135deg, #1476d4, #2aa4ff);
}

.floating-btn.messenger {
  background: linear-gradient(135deg, #7340ff, #2563eb);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .hero-layout,
  .contact-layout,
  .hero-copy-grid,
  .video-layout,
  .intro-grid,
  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

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

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

  .contact-list > :first-child,
  .contact-list > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .brand-logo {
    width: 74px;
    height: 74px;
  }

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

  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0 4px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .notice-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .hero-showcase,
  .hero-side,
  .map-card,
  .territory-shell {
    padding: 22px;
  }

  .emblem-card {
    padding: 16px;
  }

  .emblem-frame {
    min-height: 220px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    flex-direction: row;
  }

  .floating-btn {
    min-width: 0;
    flex: 1;
    padding: 0 10px;
    font-size: 0.92rem;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-content {
    padding: 12px;
    border-radius: 20px;
  }

  .lightbox-image {
    max-height: calc(100vh - 110px);
  }

  .lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }
}
