@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--color-primary: var(--colorPrimary);--color-secondary: var(--colorSecondary);--color-accent: var(--colorAccent);--color-background: var(--colorBackground);--color-text: var(--colorText);--font-heading: "Manrope", sans-serif;--font-body: "Manrope", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:.02em}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}h2{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.3;margin-top:2rem;margin-bottom:1.5rem}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);margin-top:1.5rem;margin-bottom:1rem}p{font-size:1rem;margin-bottom:1rem;line-height:1.7}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary);text-decoration:underline}button,.cta{background-color:var(--color-primary);color:#fff;padding:.875rem 2rem;border:none;border-radius:4px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;display:inline-block;transition:background-color .3s ease,transform .2s ease;letter-spacing:.05em;text-transform:uppercase}button:hover,.cta:hover{background-color:var(--color-secondary);transform:translateY(-2px)}section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.header{background-color:#fff;padding:1.5rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.logo{width:60px;height:60px;border-radius:50%;overflow:hidden;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center}.logo img{width:100%;height:100%;object-fit:cover}.business-name{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:.05em}.nav{display:flex;gap:2rem;align-items:center}.nav a{font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:.25rem}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-primary);transition:width .3s ease}.nav a:hover:after{width:100%}.lang-switcher{display:flex;gap:.5rem;align-items:center;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-left:2rem}.lang-switcher a,.lang-switcher span{padding:.25rem .75rem;border-radius:3px;transition:all .3s ease}.lang-switcher a{color:var(--color-text);opacity:.65}.lang-switcher a:hover{opacity:1;background-color:#e539351a}.lang-switcher span[aria-current=page]{color:#fff;background-color:var(--color-primary);font-weight:700}.hero-section{background:linear-gradient(135deg,var(--color-background) 0%,#FFFFFF 100%);padding:6rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content{max-width:800px}.hero-logo{width:120px;height:120px;margin:0 auto 2rem;border-radius:50%;overflow:hidden;background-color:var(--color-primary);box-shadow:0 10px 30px #e5393526}.hero-logo img{width:100%;height:100%;object-fit:cover}.hero-headline{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--color-text);letter-spacing:.03em;margin-bottom:1rem}.hero-tagline{font-size:1.25rem;color:var(--color-secondary);margin-bottom:2.5rem;font-weight:500;line-height:1.6}.hero-cta{margin-top:2rem;display:inline-block}.story-section{background-color:#fff;border-top:3px solid var(--color-accent);border-bottom:3px solid var(--color-accent)}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.story-text h2{color:var(--color-secondary);margin-bottom:1.5rem}.story-text p{color:var(--color-text);margin-bottom:1.5rem;line-height:1.8;font-weight:400}.story-highlight{background-color:#e539351a;padding:2rem;border-left:4px solid var(--color-primary);border-radius:4px;margin:2rem 0}.story-highlight p{font-style:italic;color:var(--color-secondary);margin:0}.services-section{background-color:var(--color-background)}.section-title{text-align:center;font-size:clamp(2rem,4vw,2.5rem);color:var(--color-text);margin-bottom:1rem;letter-spacing:.02em}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--color-secondary);margin-bottom:3rem;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}.service-card{background-color:#fff;padding:2.5rem 2rem;border-radius:6px;border:1px solid rgba(229,57,53,.1);text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.service-card:hover{box-shadow:0 12px 24px #e5393526;transform:translateY(-4px);border-color:var(--color-primary)}.service-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.4rem}.team-section{background-color:#fff;border-top:3px solid var(--color-secondary)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:2.5rem}.team-image{width:100%;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background-color:#e0e0e0;box-shadow:0 8px 20px #0000001a}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-image:hover img{transform:scale(1.05)}.gallery-section{background-color:var(--color-background)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:6px;aspect-ratio:4/3;background-color:#e0e0e0;box-shadow:0 6px 16px #00000014;transition:all .3s ease}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.gallery-item:hover img{transform:scale(1.08);filter:brightness(.9)}.footer{background-color:var(--color-text);color:#fff;padding:4rem 2rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-column h4{font-size:1rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.footer-column p,.footer-column a{font-size:.9rem;color:#ffffffd9;line-height:1.8}.footer-column a:hover{color:var(--color-primary);text-decoration:underline}.footer-divider{border-top:1px solid rgba(255,255,255,.2);margin:2rem 0}.footer-bottom{font-size:.85rem;color:#ffffffb3}@media (max-width: 768px){.header{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.lang-switcher{margin-left:0;order:3;width:100%;justify-content:center}.story-content{grid-template-columns:1fr;gap:2rem}.services-grid,.footer-content{grid-template-columns:1fr}}
