Fix size of website

This commit is contained in:
2026-05-13 19:35:11 +07:00
parent 8d675de14d
commit a01aebd8bd
9 changed files with 146 additions and 109 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import data from "@/app/data/feedback.json";
export default function FeedbackPage() { export default function FeedbackPage() {
return ( return (
<main className="relative min-h-screen pt-[160px] pb-[80px] px-[var(--spacing-gutter)]"> <main className="relative min-h-screen pt-[120px] pb-[80px] px-[var(--spacing-gutter)]">
<div className="pointer-events-none absolute top-0 left-1/2 -translate-x-1/2 w-full max-w-[1200px] h-[min(800px,90vh)] hero-glow -z-10" /> <div className="pointer-events-none absolute top-0 left-1/2 -translate-x-1/2 w-full max-w-[1200px] h-[min(800px,90vh)] hero-glow -z-10" />
<div className="max-w-[800px] mx-auto"> <div className="max-w-[800px] mx-auto">
@@ -21,7 +21,7 @@ export default function FeedbackPage() {
</div> </div>
<div className="text-center mb-10 md:mb-14"> <div className="text-center mb-10 md:mb-14">
<h1 className="font-[var(--font-display-lg)] text-[clamp(2rem,4vw+1rem,4.5rem)] leading-tight font-bold tracking-tighter mb-4 text-primary"> <h1 className="font-[var(--font-display-lg)] text-[clamp(1.75rem,3vw+1rem,3.25rem)] leading-tight font-bold tracking-tighter mb-4 text-primary">
{data.title} {data.title}
</h1> </h1>
<p className="text-on-surface-variant text-lg max-w-2xl mx-auto">{data.subtitle}</p> <p className="text-on-surface-variant text-lg max-w-2xl mx-auto">{data.subtitle}</p>
+2 -2
View File
@@ -4,7 +4,7 @@ import data from "@/app/data/registration.json";
export default function RegistrationPage() { export default function RegistrationPage() {
return ( return (
<main className="pt-[160px] pb-[80px] px-[var(--spacing-gutter)] flex justify-center"> <main className="pt-[120px] pb-[80px] px-[var(--spacing-gutter)] flex justify-center">
<div className="w-full max-w-[1280px]"> <div className="w-full max-w-[1280px]">
<div className="max-w-[800px] mx-auto"> <div className="max-w-[800px] mx-auto">
<div className="mb-[32px]"> <div className="mb-[32px]">
@@ -20,7 +20,7 @@ export default function RegistrationPage() {
</div> </div>
<div className="mb-[32px]"> <div className="mb-[32px]">
<h1 className="font-[var(--font-display-lg)] text-[clamp(2.25rem,3vw+1rem,4.5rem)] text-on-surface mb-2 leading-[1.1]"> <h1 className="font-[var(--font-display-lg)] text-[clamp(1.75rem,3vw+1rem,3.25rem)] text-on-surface mb-2 leading-[1.1]">
{data.title} {data.title}
</h1> </h1>
<p className="text-on-surface-variant text-lg">{data.subtitle}</p> <p className="text-on-surface-variant text-lg">{data.subtitle}</p>
+9 -9
View File
@@ -10,17 +10,17 @@ export default function AgendaSection({
}; };
}) { }) {
return ( return (
<section className="py-16 lg:py-32 max-w-hd mx-auto px-[var(--spacing-gutter)]" id={data.id}> <section className="py-16 lg:py-24 max-w-hd mx-auto px-[var(--spacing-gutter)]" id={data.id}>
<div className="flex flex-col xl:flex-row justify-between xl:items-end mb-12 lg:mb-24 gap-8"> <div className="flex flex-col lg:flex-row justify-between lg:items-end mb-12 lg:mb-24 gap-8">
<div className="max-w-3xl"> <div className="max-w-3xl">
<span className="font-[var(--font-label-caps)] text-xs lg:text-sm text-primary block mb-4 lg:mb-8 tracking-[0.25em]"> <span className="font-[var(--font-label-caps)] text-xs lg:text-sm text-primary block mb-4 lg:mb-8 tracking-[0.25em]">
{data.eyebrow} {data.eyebrow}
</span> </span>
<h2 className="font-[var(--font-display-lg)] text-on-surface uppercase tracking-tight text-[clamp(2rem,4vw+1rem,4.5rem)]"> <h2 className="font-[var(--font-display-lg)] text-on-surface uppercase tracking-tight text-[clamp(1.75rem,3vw+1rem,3.5rem)]">
{data.title} {data.title}
</h2> </h2>
</div> </div>
<p className="text-on-surface-variant/60 text-base lg:text-[20px] max-w-md xl:text-right"> <p className="text-on-surface-variant/60 text-base lg:text-lg max-w-md xl:text-right">
{data.description} {data.description}
</p> </p>
</div> </div>
@@ -29,22 +29,22 @@ export default function AgendaSection({
{data.items.map((item) => ( {data.items.map((item) => (
<div <div
key={item.order} key={item.order}
className="glass-panel p-8 lg:p-12 rounded-3xl relative overflow-hidden group hover:border-primary/60 transition-colors" className="glass-panel p-6 lg:p-10 rounded-3xl relative overflow-hidden group hover:border-primary/60 transition-colors"
> >
<div className="absolute top-0 right-0 p-6 lg:p-8"> <div className="absolute top-0 right-0 p-6 lg:p-8">
<span className="font-[var(--font-display-lg)] text-2xl lg:text-[40px] text-primary/20 group-hover:text-primary transition-colors"> <span className="font-[var(--font-display-lg)] text-xl lg:text-[32px] text-primary/20 group-hover:text-primary transition-colors">
{item.order} {item.order}
</span> </span>
</div> </div>
<div className="mb-6 lg:mb-10"> <div className="mb-6 lg:mb-10">
<span className="font-[var(--font-display-lg)] text-2xl lg:text-[36px] text-primary"> <span className="font-[var(--font-display-lg)] text-xl lg:text-[28px] text-primary">
{item.time} {item.time}
</span> </span>
</div> </div>
<h3 className="font-[var(--font-display-lg)] text-2xl lg:text-[32px] text-on-surface mb-4 lg:mb-6"> <h3 className="font-[var(--font-display-lg)] text-lg lg:text-[24px] text-on-surface mb-3 lg:mb-4">
{item.title} {item.title}
</h3> </h3>
<p className="text-sm lg:text-[18px] text-on-surface-variant/80 leading-relaxed mb-6 lg:mb-8"> <p className="text-xs lg:text-base text-on-surface-variant/80 leading-relaxed mb-6 lg:mb-8">
{item.description} {item.description}
</p> </p>
<div className="w-full h-1 bg-primary/10 group-hover:bg-primary transition-colors duration-500" /> <div className="w-full h-1 bg-primary/10 group-hover:bg-primary transition-colors duration-500" />
+6 -6
View File
@@ -13,33 +13,33 @@ export default function HeroSection({
}; };
}) { }) {
return ( return (
<section className="relative min-h-[90vh] lg:min-h-screen flex items-center overflow-hidden bg-background hero-glow px-[var(--spacing-gutter)]"> <section className="relative min-h-[80vh] lg:min-h-[90vh] flex items-center overflow-hidden bg-background hero-glow px-[var(--spacing-gutter)]">
<div className="relative z-10 max-w-hd mx-auto w-full"> <div className="relative z-10 max-w-hd mx-auto w-full">
<div className="max-w-7xl"> <div className="max-w-7xl">
<div className="inline-flex items-center gap-3 lg:gap-4 px-4 lg:px-8 py-2 lg:py-3 rounded-full bg-surface-container-high border border-primary/30 mb-8 lg:mb-16"> <div className="inline-flex items-center gap-3 lg:gap-4 px-4 lg:px-8 py-2 lg:py-3 rounded-full bg-surface-container-high border border-primary/30 mb-8 lg:mb-16">
<span className="material-symbols-outlined text-primary text-[20px] lg:text-[26px]"> <span className="material-symbols-outlined text-primary text-[20px] lg:text-[26px]">
{data.badgeIcon} {data.badgeIcon}
</span> </span>
<span className="font-[var(--font-label-caps)] text-xs lg:text-[16px] text-on-surface"> <span className="font-[var(--font-label-caps)] text-xs lg:text-[14px] text-on-surface">
{data.badgeText} {data.badgeText}
</span> </span>
</div> </div>
<h1 className="font-[var(--font-display-lg)] text-on-surface mb-6 lg:mb-10 leading-[1.1] text-[clamp(2.25rem,5vw+1rem,6.875rem)]"> <h1 className="font-[var(--font-display-lg)] text-on-surface mb-6 lg:mb-8 leading-[1.1] text-[clamp(1.75rem,3.5vw+1rem,4.25rem)]">
{data.title} {data.title}
</h1> </h1>
<p className="text-on-surface-variant text-lg lg:text-[28px] mb-10 lg:mb-20 max-w-4xl leading-relaxed opacity-90"> <p className="text-on-surface-variant text-base lg:text-[22px] mb-8 lg:mb-16 max-w-3xl leading-relaxed opacity-90">
{data.subtitle} {data.subtitle}
</p> </p>
<div className="flex flex-col sm:flex-row gap-4 lg:gap-10"> <div className="flex flex-col sm:flex-row gap-4 lg:gap-10">
<Link <Link
href={data.primaryCta.href} href={data.primaryCta.href}
className="gold-gradient-bg text-on-primary px-8 lg:px-16 py-5 lg:py-7 font-[var(--font-display-lg)] text-sm lg:text-[20px] font-bold uppercase tracking-widest rounded-xl hover:shadow-[0_0_50px_rgba(197,160,89,0.4)] transition-all text-center" className="gold-gradient-bg text-on-primary px-8 lg:px-12 py-4 lg:py-5 font-[var(--font-display-lg)] text-sm lg:text-[18px] font-bold uppercase tracking-widest rounded-xl hover:shadow-[0_0_50px_rgba(197,160,89,0.4)] transition-all text-center"
> >
{data.primaryCta.label} {data.primaryCta.label}
</Link> </Link>
<Link <Link
href={data.secondaryCta.href} href={data.secondaryCta.href}
className="bg-surface-container-high border border-primary/40 text-on-surface px-8 lg:px-16 py-5 lg:py-7 font-[var(--font-display-lg)] text-sm lg:text-[20px] font-bold uppercase tracking-widest rounded-xl hover:bg-surface-container-highest transition-all text-center" className="bg-surface-container-high border border-primary/40 text-on-surface px-8 lg:px-12 py-4 lg:py-5 font-[var(--font-display-lg)] text-sm lg:text-[18px] font-bold uppercase tracking-widest rounded-xl hover:bg-surface-container-highest transition-all text-center"
> >
{data.secondaryCta.label} {data.secondaryCta.label}
</Link> </Link>
+3 -3
View File
@@ -5,17 +5,17 @@ export default function StatsSection({
}) { }) {
return ( return (
<section <section
className="py-16 lg:py-32 bg-surface-container-low border-y border-primary/10" className="py-12 lg:py-20 bg-surface-container-low border-y border-primary/10"
id={data.id} id={data.id}
> >
<div className="max-w-hd mx-auto px-[var(--spacing-gutter)]"> <div className="max-w-hd mx-auto px-[var(--spacing-gutter)]">
<div className="grid grid-cols-1 md:grid-cols-3 gap-12 lg:gap-32 text-center"> <div className="grid grid-cols-1 md:grid-cols-3 gap-12 lg:gap-32 text-center">
{data.items.map((x) => ( {data.items.map((x) => (
<div key={x.label} className="space-y-3 lg:space-y-6"> <div key={x.label} className="space-y-3 lg:space-y-6">
<div className="font-[var(--font-display-lg)] text-5xl lg:text-[96px] text-primary"> <div className="font-[var(--font-display-lg)] text-4xl lg:text-7xl text-primary leading-none">
{x.value} {x.value}
</div> </div>
<div className="font-[var(--font-label-caps)] text-sm lg:text-[18px] text-on-surface/80 tracking-widest uppercase"> <div className="font-[var(--font-label-caps)] text-xs lg:text-sm text-on-surface/70 tracking-widest uppercase">
{x.label} {x.label}
</div> </div>
</div> </div>
+7 -7
View File
@@ -9,16 +9,16 @@ export default function VisionSection({
}; };
}) { }) {
return ( return (
<section className="py-16 lg:py-32 max-w-hd mx-auto px-[var(--spacing-gutter)]"> <section className="py-16 lg:py-24 max-w-hd mx-auto px-[var(--spacing-gutter)]">
<div className="grid grid-cols-1 lg:grid-cols-12 gap-12 lg:gap-32 items-start"> <div className="grid grid-cols-1 lg:grid-cols-12 gap-12 lg:gap-32 items-start">
<div className="lg:col-span-5"> <div className="lg:col-span-5">
<span className="font-[var(--font-label-caps)] text-xs lg:text-sm text-primary mb-6 lg:mb-10 block tracking-[0.25em]"> <span className="font-[var(--font-label-caps)] text-xs lg:text-sm text-primary mb-6 lg:mb-10 block tracking-[0.25em]">
{data.eyebrow} {data.eyebrow}
</span> </span>
<h2 className="font-[var(--font-display-lg)] text-on-surface mb-8 lg:mb-12 leading-tight text-[clamp(2rem,4vw+1rem,4.5rem)]"> <h2 className="font-[var(--font-display-lg)] text-on-surface mb-8 lg:mb-12 leading-tight text-[clamp(1.75rem,3vw+1rem,3.5rem)]">
{data.title} {data.title}
</h2> </h2>
<div className="space-y-6 lg:space-y-10 text-on-surface-variant text-lg lg:text-[22px] leading-relaxed"> <div className="space-y-6 lg:space-y-8 text-on-surface-variant text-base lg:text-[18px] leading-relaxed">
{data.paragraphs.map((p) => ( {data.paragraphs.map((p) => (
<p key={p}>{p}</p> <p key={p}>{p}</p>
))} ))}
@@ -28,15 +28,15 @@ export default function VisionSection({
{data.cards.map((c) => ( {data.cards.map((c) => (
<div <div
key={c.title} key={c.title}
className="glass-panel p-8 lg:p-12 rounded-2xl group transition-all duration-500 hover:lg:-translate-y-4 hover:shadow-2xl hover:shadow-primary/5" className="glass-panel p-6 lg:p-10 rounded-2xl group transition-all duration-500 hover:lg:-translate-y-4 hover:shadow-2xl hover:shadow-primary/5"
> >
<span className="material-symbols-outlined text-primary text-[40px] lg:text-[56px] mb-8 lg:mb-12 block"> <span className="material-symbols-outlined text-primary text-[32px] lg:text-[48px] mb-6 lg:mb-8 block">
{c.icon} {c.icon}
</span> </span>
<h3 className="font-[var(--font-display-lg)] text-xl lg:text-[28px] text-on-surface mb-4 lg:mb-6"> <h3 className="font-[var(--font-display-lg)] text-lg lg:text-[22px] text-on-surface mb-3 lg:mb-4">
{c.title} {c.title}
</h3> </h3>
<p className="text-sm lg:text-[18px] text-on-surface-variant/80 leading-relaxed"> <p className="text-xs lg:text-[16px] text-on-surface-variant/80 leading-relaxed">
{c.description} {c.description}
</p> </p>
</div> </div>
+4 -4
View File
@@ -3,9 +3,9 @@ import siteData from "@/app/data/site.json";
export default function Footer() { export default function Footer() {
return ( return (
<footer className="w-full bg-surface-container-low border-t border-white/5 py-6 lg:py-10"> <footer className="w-full bg-surface-container-low border-t border-white/5 py-10 lg:py-16">
<div className="flex flex-col xl:flex-row justify-between items-center px-[var(--spacing-gutter)] gap-6 lg:gap-8 w-full max-w-hd mx-auto"> <div className="flex flex-col lg:flex-row justify-between items-center px-[var(--spacing-gutter)] gap-10 lg:gap-8 w-full max-w-hd mx-auto">
<div className="font-[var(--font-label-caps)] text-base lg:text-[18px] text-primary tracking-[0.4em] font-bold uppercase"> <div className="font-[var(--font-label-caps)] text-base lg:text-xl text-primary tracking-widest font-bold uppercase">
{siteData.brand.name} {siteData.brand.name}
</div> </div>
<div className="flex flex-wrap justify-center gap-8 lg:gap-16"> <div className="flex flex-wrap justify-center gap-8 lg:gap-16">
@@ -19,7 +19,7 @@ export default function Footer() {
</Link> </Link>
))} ))}
</div> </div>
<div className="text-[13px] lg:text-[14px] text-on-surface-variant/40 text-center xl:text-right max-w-sm leading-relaxed uppercase tracking-widest"> <div className="text-[13px] lg:text-[14px] text-on-surface-variant/40 text-center lg:text-right max-w-sm leading-relaxed uppercase tracking-widest">
{siteData.footer.copyright} {siteData.footer.copyright}
</div> </div>
</div> </div>
+112 -75
View File
@@ -28,94 +28,131 @@ export default function HeaderClient({
}, [mobileOpen]); }, [mobileOpen]);
return ( return (
<header className="fixed top-0 w-full z-50 bg-surface/80 backdrop-blur-xl border-b border-white/5"> <>
<div className="flex justify-between items-center px-[var(--spacing-gutter)] py-2 lg:py-3 w-full max-w-hd mx-auto"> <header className="fixed top-0 w-full z-50 bg-surface/90 backdrop-blur-xl border-b border-white/10 shadow-2xl">
<Link <div className="flex justify-between items-center px-[var(--spacing-gutter)] py-4 lg:py-6 w-full max-w-hd mx-auto">
href="/"
className="font-[var(--font-display-lg)] text-[18px] sm:text-[20px] lg:text-[24px] text-primary tracking-tighter uppercase font-bold"
>
{brand.name}
</Link>
<nav className="hidden xl:flex items-center gap-10 2xl:gap-16">
<Link <Link
className={`font-[var(--font-label-caps)] text-sm ${
isHome ? "text-primary border-b-2 border-primary pb-1" : "text-on-surface-variant hover:text-primary"
} transition-colors duration-300`}
href="/" href="/"
className="font-[var(--font-display-lg)] text-[16px] sm:text-[18px] lg:text-[22px] text-primary tracking-tighter uppercase font-bold"
> >
Home {brand.name}
</Link> </Link>
{navItems.map((item) => {
const active = pathname === item.href;
return (
<Link
key={item.href}
className={`font-[var(--font-label-caps)] text-sm transition-colors duration-300 ${
active ? "text-primary border-b-2 border-primary pb-1" : "text-on-surface-variant hover:text-primary"
}`}
href={item.href}
>
{item.label}
</Link>
);
})}
</nav>
<div className="flex items-center gap-4 lg:gap-10"> <nav className="hidden lg:flex items-center gap-8 2xl:gap-12">
<span className="hidden sm:block text-on-surface-variant/60 font-[var(--font-label-caps)] text-xs"> <Link
EN className={`font-[var(--font-label-caps)] text-sm ${
</span> isHome ? "text-primary border-b-2 border-primary pb-1" : "text-on-surface-variant hover:text-primary"
<Link } transition-colors duration-300`}
href="/registration" href="/"
className="hidden sm:inline-flex gold-gradient-bg text-on-primary px-5 lg:px-7 py-2 lg:py-2.5 font-[var(--font-body-base)] text-sm font-bold uppercase tracking-wider rounded-lg active:scale-95 transition-transform shadow-lg shadow-primary/10" >
> Home
Register </Link>
</Link> {navItems.map((item) => {
<button const active = pathname === item.href;
type="button" return (
className="xl:hidden text-primary p-2" <Link
aria-label="Toggle menu" key={item.href}
aria-expanded={mobileOpen} className={`font-[var(--font-label-caps)] text-sm transition-colors duration-300 ${
onClick={() => setMobileOpen((v) => !v)} active ? "text-primary border-b-2 border-primary pb-1" : "text-on-surface-variant hover:text-primary"
> }`}
<span className="material-symbols-outlined text-3xl">{mobileOpen ? "close" : "menu"}</span> href={item.href}
</button> >
{item.label}
</Link>
);
})}
</nav>
<div className="flex items-center gap-4 lg:gap-10">
<span className="hidden sm:block text-on-surface-variant/60 font-[var(--font-label-caps)] text-xs">
EN
</span>
<Link
href="/registration"
className="hidden sm:inline-flex gold-gradient-bg text-on-primary px-4 lg:px-6 py-2 lg:py-2.5 font-[var(--font-body-base)] text-xs lg:text-sm font-bold uppercase tracking-wider rounded-lg active:scale-95 transition-transform shadow-lg shadow-primary/10"
>
Register
</Link>
<button
type="button"
className="lg:hidden text-primary p-2"
aria-label="Toggle menu"
aria-expanded={mobileOpen}
onClick={() => setMobileOpen((v) => !v)}
>
<span className="material-symbols-outlined text-3xl">{mobileOpen ? "close" : "menu"}</span>
</button>
</div>
</div> </div>
</div> </header>
{/* Mobile Menu Overlay */}
<div <div
className={`fixed inset-0 top-[52px] lg:top-[60px] bg-surface z-40 flex-col p-[var(--spacing-gutter)] gap-8 xl:hidden border-t border-white/5 ${ className={`fixed inset-0 bg-black/80 backdrop-blur-md z-[60] transition-opacity duration-500 lg:hidden ${
mobileOpen ? "flex" : "hidden" mobileOpen ? "opacity-100 pointer-events-auto" : "opacity-0 pointer-events-none"
}`}
onClick={() => setMobileOpen(false)}
/>
{/* Mobile Menu Side Drawer */}
<div
className={`fixed inset-y-0 right-0 w-[80%] sm:w-[380px] z-[70] flex flex-col bg-[#1a1a1a] shadow-[-20px_0_60px_rgba(0,0,0,1)] transition-transform duration-500 ease-out lg:hidden ${
mobileOpen ? "translate-x-0" : "translate-x-full"
}`} }`}
> >
<Link className="text-2xl font-[var(--font-display-lg)] text-on-surface" href="/" onClick={() => setMobileOpen(false)}> <div className="p-8 flex justify-between items-center border-b border-white/5 bg-[#222222]">
Home <span className="font-[var(--font-display-lg)] text-primary text-sm font-bold uppercase tracking-widest">
</Link> Menu
{navItems.map((item) => { </span>
const active = pathname === item.href; <button
return ( type="button"
<Link className="text-primary/70 hover:text-primary transition-colors"
key={item.href}
className={`text-2xl font-[var(--font-display-lg)] ${active ? "text-primary" : "text-on-surface"}`}
href={item.href}
onClick={() => setMobileOpen(false)}
>
{item.label}
</Link>
);
})}
<div className="mt-auto flex flex-col gap-6">
<div className="text-on-surface-variant/60 font-[var(--font-label-caps)] text-sm">Language: EN</div>
<Link
href="/registration"
className="gold-gradient-bg text-on-primary w-full py-5 font-[var(--font-body-base)] text-lg font-bold uppercase tracking-wider rounded-lg text-center"
onClick={() => setMobileOpen(false)} onClick={() => setMobileOpen(false)}
> >
Register Now <span className="material-symbols-outlined text-4xl">close</span>
</Link> </button>
</div>
<div className="flex-1 flex flex-col p-8 gap-8 overflow-y-auto">
<nav className="flex flex-col gap-6">
<Link
className={`text-xl font-[var(--font-display-lg)] ${isHome ? "text-primary" : "text-on-surface"} hover:text-primary transition-colors`}
href="/"
onClick={() => setMobileOpen(false)}
>
Home
</Link>
{navItems.map((item) => {
const active = pathname === item.href;
return (
<Link
key={item.href}
className={`text-xl font-[var(--font-display-lg)] transition-colors ${
active ? "text-primary" : "text-on-surface hover:text-primary"
}`}
href={item.href}
onClick={() => setMobileOpen(false)}
>
{item.label}
</Link>
);
})}
</nav>
<div className="mt-auto pt-10 border-t border-white/5 flex flex-col gap-6">
<div className="text-on-surface-variant/60 font-[var(--font-label-caps)] text-sm uppercase tracking-widest">
Language: EN
</div>
<Link
href="/registration"
className="gold-gradient-bg text-on-primary w-full py-5 font-[var(--font-body-base)] text-lg font-bold uppercase tracking-widest rounded-xl text-center shadow-2xl"
onClick={() => setMobileOpen(false)}
>
Register Now
</Link>
</div>
</div> </div>
</div> </div>
</header> </>
); );
} }
+1 -1
View File
@@ -22,7 +22,7 @@
--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace; "Courier New", monospace;
--spacing-gutter: clamp(1rem, 4vw, 3.75rem); --spacing-gutter: clamp(1.25rem, 5vw, 5rem);
--spacing-container-max: 1800px; --spacing-container-max: 1800px;
} }