:root{--color-deep-green:#2e332e;--color-cashmere:#f7ede3;--color-blush:#c2a894;--color-bg:var(--color-cashmere);--color-text:var(--color-deep-green);--color-accent:var(--color-blush);--color-surface:#efe3d6;--color-surface-dark:var(--color-deep-green);--color-text-on-dark:var(--color-cashmere);--font-serif:"goldenbook", Georgia, serif;--font-script:"austin-pen", cursive;--text-xs:1rem;--text-sm:1.125rem;--text-base:1.25rem;--text-lg:1.375rem;--text-xl:1.5rem;--text-2xl:1.75rem;--text-3xl:2.125rem;--text-4xl:2.5rem;--text-5xl:3.25rem;--text-6xl:4rem;--text-7xl:4.75rem;--text-8xl:6.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--container-max:1280px;--container-pad:clamp(1.5rem, 5vw, 4rem);--ease-luxury:cubic-bezier(.25, .1, .25, 1);--duration-fast:.2s;--duration-base:.4s;--duration-slow:.7s;--duration-xslow:1.2s;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 4px #2e332e14;--shadow-md:0 4px 16px #2e332e1f;--shadow-lg:0 8px 32px #2e332e29;--shadow-xl:0 16px 64px #2e332e33;--header-h:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html.lenis,html.lenis body{height:auto}html.lenis.lenis-smooth{scroll-behavior:auto!important}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-serif);font-size:var(--text-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:.02em;text-transform:uppercase;font-weight:400;line-height:.95}h1{font-size:clamp(var(--text-6xl), 9vw, 9rem)}h2{font-size:clamp(var(--text-5xl), 6vw, var(--text-7xl))}h3{font-size:clamp(var(--text-4xl), 4vw, var(--text-6xl))}h4{font-size:clamp(var(--text-3xl), 3vw, var(--text-4xl))}p{font-size:clamp(var(--text-xl), 2vw, var(--text-2xl));max-width:65ch;line-height:1.8}.script{font-family:var(--font-script);text-transform:none;font-style:normal;font-weight:400}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}a{color:inherit;text-decoration:none}.btn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-8);font-family:var(--font-serif);font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color var(--duration-base) var(--ease-luxury), color var(--duration-base) var(--ease-luxury);border:1px solid;font-weight:400;display:inline-flex}.btn--primary{background-color:var(--color-deep-green);color:var(--color-cashmere);border-color:var(--color-deep-green)}.btn--primary:hover{color:var(--color-deep-green);background-color:#0000}.btn--outline{color:var(--color-cashmere);border-color:var(--color-cashmere);background-color:#0000}.btn--outline:hover{background-color:var(--color-cashmere);color:var(--color-deep-green)}.btn--outline-dark{color:var(--color-deep-green);border-color:var(--color-deep-green);background-color:#0000}.btn--outline-dark:hover{background-color:var(--color-deep-green);color:var(--color-cashmere)}.section-label{align-items:center;gap:var(--space-3);font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--color-blush);font-weight:400;display:flex}.section-label:before{content:"";background-color:currentColor;width:2rem;height:1px;display:block}.section{padding-block:clamp(var(--space-16), 8vw, var(--space-32))}.grid-auto{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));display:grid}.bg-dark{background-color:var(--color-deep-green);color:var(--color-cashmere)}.bg-dark p{color:#f7ede3cc}.divider{background-color:var(--color-blush);width:3rem;height:1px;margin-block:var(--space-6)}.gsap-hidden{opacity:0;transform:translateY(2rem)}[data-lang]:not([data-lang=it]){display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-cashmere)}::-webkit-scrollbar-thumb{background:var(--color-blush);border-radius:var(--radius-full)}
