Replace entire repo content with code from /root/shahikitchen-google/

This commit is contained in:
root
2026-07-03 02:51:15 +00:00
parent c8b7dc95e4
commit 8ccf033329
79 changed files with 7611 additions and 439 deletions
+9 -1
View File
@@ -45,11 +45,19 @@
/* Motion */
--ease: cubic-bezier(0.25, 1, 0.5, 1);
/* Layout — language banner (48px) + navbar (68px) */
/* Layout — synced by HeaderHeightSync (guest 116px, logged-in 140px) */
--header-height: 116px;
--page-top-gap: 1rem;
}
@media (max-width: 639px) {
input,
select,
textarea {
font-size: 16px;
}
}
/* Anchor links (/#menu, /#experience) land below the fixed header */
.scroll-mt-header {
scroll-margin-top: var(--header-height);