:root {
  --bg: #fbf6f0;          /* warm cream · 奶茶基底 */
  --bg-alt: #efe4d6;      /* warm beige · 豆沙 */
  --bg-soft: #f5ebde;
  --bg-dark: #1f1916;     /* espresso */
  --bg-darker: #14100e;
  --ink: #1f1916;
  --ink-light: #7b6a5f;
  --accent: #b5654a;      /* terracotta · 2026 earthy */
  --accent-dark: #8a4632; /* burnt sienna */
  --gold: #c8a572;        /* champagne */
  --gold-soft: #e8d4ad;
  --blush: #e8c5b5;
  --line: #06c755;
  --border: #e5d7c5;
  --shadow: 0 10px 30px rgba(31, 25, 22, 0.06);
  --shadow-lg: 0 28px 60px rgba(31, 25, 22, 0.14);
  --radius: 4px;
  --radius-lg: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: var(--accent); color: white; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', 'Noto Serif TC', 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.32;
  color: var(--ink);
}
h1 em, h2 em, h3 em {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

img, svg { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.section {
  padding: 120px 6vw;
  max-width: 1320px;
  margin: 0 auto;
}

.eyebrow {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 16px;
}

/* ─────────  Nav ───────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5vw;
  background: rgba(251, 246, 240, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 215, 197, 0.5);
  transition: padding 0.3s ease, background 0.3s ease;
}
.nav.scrolled { padding: 14px 5vw; background: rgba(251, 246, 240, 0.96); }

.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.02em;
  line-height: 1;
}
.logo-mark-accent {
  color: var(--gold);
  margin-left: 2px;
  font-style: italic;
}
.logo-text {
  display: flex; flex-direction: column;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: var(--ink);
}
.logo-sub {
  font-family: 'Playfair Display', serif;
  font-size: 10px;
  font-style: italic;
  color: var(--ink-light);
  letter-spacing: 0.18em;
  margin-top: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-size: 14px;
  color: var(--ink-light);
  transition: color 0.2s;
  letter-spacing: 0.05em;
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  background: var(--accent);
  color: white !important;
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover {
  background: var(--accent-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(181, 101, 74, 0.3);
}

/* ─────────  Hero (split layout) ───────── */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 6vw 80px;
  background: var(--bg);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--blush) 0%, transparent 65%);
  opacity: 0.4;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 65%);
  opacity: 0.35;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: calc(100vh - 220px);
}
.hero-content { max-width: 580px; }
.hero-eyebrow {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--accent);
}
.hero h1 {
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 1.08;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--ink);
}
.hero-sub {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 44px;
  color: var(--ink-light);
  font-weight: 400;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-trust {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.hero-trust span {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--ink-light);
  letter-spacing: 0.04em;
}
.hero-trust strong {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 6px;
  line-height: 1;
}
.hero-trust i {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* Hero visual (image grid + badge) */
.hero-visual {
  position: relative;
  height: 600px;
  max-height: 75vh;
}
.hero-image {
  position: absolute;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  background-color: var(--bg-alt);
  box-shadow: var(--shadow-lg);
}
.hero-image-main {
  inset: 0 30% 18% 0;
  background-image: url('https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80');
}
.hero-image-sub {
  inset: 28% 0 0 35%;
  background-image: url('https://images.unsplash.com/photo-1607779097040-26e80aa78e66?w=800&q=80');
  border: 8px solid var(--bg);
}
.hero-badge {
  position: absolute;
  bottom: 18%;
  left: 0;
  background: var(--ink);
  color: var(--bg);
  padding: 18px 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  animation: floatBadge 4s ease-in-out infinite alternate;
}
@keyframes floatBadge {
  to { transform: translateY(-8px); }
}
.hero-badge-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}
.hero-badge-text {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}
.hero-badge-text strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 24px;
  height: 38px;
  border: 1.5px solid var(--ink-light);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  opacity: 0.5;
}
.hero-scroll span {
  width: 2px;
  height: 8px;
  background: var(--ink);
  border-radius: 999px;
  animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(-4px); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: translateY(10px); }
}

/* ─────────  Buttons ───────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 8px 22px rgba(181, 101, 74, 0.32);
}
.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(181, 101, 74, 0.4);
}
.btn-line {
  background: var(--line);
  color: white;
  box-shadow: 0 8px 22px rgba(6, 199, 85, 0.28);
}
.btn-line:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 199, 85, 0.4);
}
.btn-line .icon { width: 20px; height: 20px; }
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-1px);
}

/* ─────────  Section heading ───────── */
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}
.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 20px;
}
.section-sub {
  color: var(--ink-light);
  font-size: 15.5px;
}

/* ─────────  Featured services (3 主推) ───────── */
.featured-services { background: var(--bg); }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 130px;
}
.card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.featured-card .card-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: var(--bg-alt);
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}
.featured-card:hover .card-image { transform: scale(1.05); }
.card-1 .card-image { background-image: url('https://images.unsplash.com/photo-1632345031435-8727f6897d53?w=900&q=80'); }
.card-2 .card-image { background-image: url('https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80'); }
.card-3 .card-image { background-image: url('https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?w=900&q=80'); }

.card-body { padding: 32px 28px; }
.card-tag {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: transparent;
  padding: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.card-body h3 {
  font-size: 26px;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.card-desc {
  font-size: 14.5px;
  color: var(--ink-light);
  margin-bottom: 24px;
  line-height: 1.78;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.card-price {
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  color: var(--ink-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-price strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin-top: 4px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
.card-badge {
  background: var(--accent);
  color: white;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.card-cta {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  transition: color 0.2s, transform 0.2s;
  letter-spacing: 0.04em;
}
.card-cta:hover { color: var(--accent-dark); transform: translateX(3px); }

/* Section divider */
.section-divider {
  text-align: center;
  margin-bottom: 56px;
}
.section-divider .h3-sub {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Advanced grid (5 small cards) */
.advanced-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.advanced-card {
  padding: 40px 22px;
  text-align: center;
  border: 1px solid var(--border);
  background: white;
  box-shadow: none;
  border-radius: var(--radius);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
}
.advanced-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
  background: var(--bg-soft);
  transform: translateY(-4px);
}
.card-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  color: var(--accent);
}
.card-icon svg { width: 100%; height: 100%; }
.advanced-card h4 {
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.advanced-card p {
  font-size: 13px;
  color: var(--ink-light);
  margin-bottom: 16px;
  line-height: 1.65;
  min-height: 42px;
}
.advanced-price {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--accent-dark);
  border-top: 1px solid var(--border);
  padding-top: 14px;
  width: 100%;
  letter-spacing: 0.02em;
}

/* ─────────  About ───────── */
.about {
  background: var(--bg-alt);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.about::before {
  content: 'Shi Guang';
  position: absolute;
  top: 60px;
  right: -30px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(120px, 18vw, 240px);
  color: rgba(181, 101, 74, 0.06);
  font-weight: 500;
  letter-spacing: -0.02em;
  pointer-events: none;
  line-height: 1;
}
.about-grid {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 90px;
  padding: 0 6vw;
  align-items: center;
}
.about-image {
  aspect-ratio: 4 / 5;
  background-color: var(--accent);
  background-image: url('https://images.unsplash.com/photo-1633681926022-84c23e8cb2d6?w=1000&q=80');
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-content h2 {
  font-size: clamp(32px, 3.6vw, 52px);
  margin-bottom: 28px;
  line-height: 1.15;
}
.about-content > p {
  color: var(--ink-light);
  margin-bottom: 40px;
  font-size: 16px;
}
.about-features { margin-bottom: 44px; }
.about-features li {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 191, 165, 0.5);
}
.about-features li:last-child { border-bottom: none; }
.about-features strong {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.about-features span {
  font-size: 14px;
  color: var(--ink-light);
}

/* ─────────  Gallery ───────── */
.gallery { background: var(--bg); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
  margin-bottom: 56px;
}
.gallery-item {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-alt);
  border-radius: var(--radius);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow);
}
.gallery-1 {
  grid-column: span 2; grid-row: span 2;
  background-image: url('https://images.unsplash.com/photo-1610992015732-2449b76344bc?w=900&q=80');
}
.gallery-2 {
  grid-column: span 2;
  background-image: url('https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=800&q=80');
}
.gallery-3 {
  grid-column: span 2;
  background-image: url('https://images.unsplash.com/photo-1601612628452-9e99ced43524?w=800&q=80');
}
.gallery-4 {
  grid-column: span 2;
  background-image: url('https://images.unsplash.com/photo-1599948128020-9a44505b58d4?w=800&q=80');
}
.gallery-5 {
  grid-column: span 2;
  background-image: url('https://images.unsplash.com/photo-1612817288484-6f916006741a?w=800&q=80');
}
.gallery-6 {
  grid-column: span 2; grid-row: span 2;
  background-image: url('https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80');
  margin-top: -180px;
}
.gallery-cta {
  text-align: center;
}

/* ─────────  Testimonials ───────── */
.testimonials { background: var(--bg-soft); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial {
  background: white;
  padding: 38px 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  border: 1px solid var(--border);
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 8px;
  left: 26px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 90px;
  color: var(--accent);
  opacity: 0.2;
  line-height: 1;
}
.stars {
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 18px;
  font-size: 14px;
  position: relative;
}
.testimonial p {
  font-size: 15px;
  line-height: 1.92;
  color: var(--ink);
  margin-bottom: 24px;
  position: relative;
}
.testimonial footer {
  font-size: 13px;
  color: var(--ink-light);
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.testimonial footer strong {
  font-weight: 500;
  color: var(--ink);
  margin-right: 6px;
}

/* ─────────  Location ───────── */
.location {
  background: var(--bg-dark);
  color: rgba(255, 255, 255, 0.85);
  padding: 130px 0;
}
.location .eyebrow { color: var(--gold); }
.location h2 { color: white; }
.location-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  padding: 0 6vw;
}
.location-info h2 {
  font-size: clamp(32px, 3.6vw, 52px);
  margin-bottom: 44px;
  line-height: 1.15;
}
.info-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.info-block:last-of-type { border-bottom: none; }
.info-block h4 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.info-block p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.95;
  font-size: 15px;
}
.hours { width: 100%; border-collapse: collapse; }
.hours td {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
.hours td:last-child {
  text-align: right;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.location .btn-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.location .btn-ghost:hover {
  background: white;
  color: var(--bg-dark);
}
.map {
  aspect-ratio: 1 / 1.1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.map iframe { width: 100%; height: 100%; border: 0; filter: contrast(0.95) saturate(0.85); }

/* ─────────  Footer ───────── */
.footer {
  background: var(--bg-darker);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 6vw 32px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand .logo-mark {
  color: var(--gold);
  font-size: 40px;
  margin-bottom: 12px;
}
.footer-brand .logo-mark-accent { color: var(--accent); }
.footer-brand p {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  color: white;
  font-size: 16px;
  margin: 0;
}
.footer-tagline {
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  font-size: 14px !important;
  color: var(--gold) !important;
  letter-spacing: 0.04em;
}
.footer-addr {
  margin-top: 10px !important;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300;
}
.footer-col h5 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 400;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  padding: 7px 0;
  transition: color 0.2s, padding 0.2s;
}
.footer-col a:hover { color: var(--gold); padding-left: 4px; }
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 28px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
}

/* ─────────  Sticky CTAs ───────── */
.floating-cta {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 50;
  background: var(--accent);
  color: white;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 38px rgba(181, 101, 74, 0.45);
  transition: transform 0.25s, box-shadow 0.25s, opacity 0.3s;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.floating-cta svg { width: 18px; height: 18px; }
.floating-cta.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.floating-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 44px rgba(181, 101, 74, 0.55);
  background: var(--accent-dark);
}

.sticky-cta-mobile { display: none; }

/* ─────────  Responsive ───────── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { height: 480px; max-width: 600px; margin: 0 auto; }
  .hero-trust { gap: 32px; }
}

@media (max-width: 1000px) {
  .nav-links { gap: 24px; }
  .nav-links a:not(.nav-cta) { font-size: 13px; }
  .featured-grid { grid-template-columns: 1fr; gap: 22px; }
  .featured-card .card-image { aspect-ratio: 4 / 3; }
  .advanced-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .advanced-card p { min-height: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-image { aspect-ratio: 4 / 3; max-width: 600px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; gap: 60px; }
  .map { aspect-ratio: 4 / 3; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 140px;
  }
  .gallery-1, .gallery-6 { grid-column: span 2; grid-row: span 2; }
  .gallery-6 { margin-top: 0; }
}

@media (max-width: 640px) {
  .section { padding: 80px 5vw; }
  .nav { padding: 14px 5vw; }
  .nav.scrolled { padding: 10px 5vw; }
  .nav-links a:not(.nav-cta) { display: none; }
  .logo-text { font-size: 15px; }
  .logo-sub { display: none; }

  .hero { padding: 110px 6vw 60px; min-height: auto; }
  .hero-grid { gap: 48px; min-height: 0; }
  .hero h1 { font-size: 40px; }
  .hero-sub { font-size: 16px; margin-bottom: 32px; }
  .hero-ctas { margin-bottom: 40px; }
  .hero-trust { gap: 24px; padding-top: 28px; }
  .hero-trust strong { font-size: 26px; }
  .hero-trust i { font-size: 11px; }
  .hero-visual { height: 380px; }
  .hero-badge { padding: 14px 18px; gap: 10px; bottom: 22%; }
  .hero-badge-num { font-size: 26px; }
  .hero-badge-text strong { font-size: 15px; }
  .hero-scroll { display: none; }

  .about { padding: 90px 0; }
  .location { padding: 90px 0; }
  .advanced-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .advanced-card { padding: 28px 16px; }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    gap: 10px;
  }
  .gallery-1, .gallery-6 { grid-column: span 2; grid-row: span 1; }
  .gallery-6 { margin-top: 0; }

  .footer-inner { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
  .footer { padding-top: 60px; }

  .floating-cta { display: none; }
  .sticky-cta-mobile {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 50;
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 12px;
    gap: 8px;
    box-shadow: 0 -8px 24px rgba(31, 25, 22, 0.1);
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }
  .sticky-btn {
    flex: 1;
    padding: 14px;
    text-align: center;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.04em;
  }
  .sticky-btn-primary {
    background: var(--accent);
    color: white;
    flex: 2;
  }
  .sticky-btn-line {
    background: var(--line);
    color: white;
    min-width: 70px;
  }
  .sticky-btn-line svg { width: 20px; height: 20px; }
  body { padding-bottom: 80px; }
}
