html { scroll-behavior: smooth; }
body { font-feature-settings: "cv02", "cv03", "cv04", "cv11"; }
.font-serif { letter-spacing: -0.01em; }

.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Place autocomplete element: match form field styling */
gmp-place-autocomplete {
    display: block;
    width: 100%;
    --gmpx-color-surface: #ffffff;
    --gmpx-color-on-surface: #1c1917;
    --gmpx-color-primary: #f97316;
    --gmpx-font-family-base: Inter, sans-serif;
}
gmp-place-autocomplete input,
gmp-place-autocomplete > input {
    width: 100% !important;
    padding: 0.5rem 0.75rem !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-family: Inter, sans-serif !important;
    font-size: 0.95rem !important;
}
