.hero-section{position:relative;height:90vh;min-height:600px;background-image:url(/mediterranean_restaurant_hero.png);background-size:cover;background-position:50%;display:flex;align-items:center;margin-top:-85px}.hero{margin-top:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5))}.hero-content{position:relative;z-index:10;color:#fff;max-width:800px}.hero-title{font-size:4rem;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-title .text-secondary{color:var(--color-accent)}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;max-width:600px;text-shadow:1px 1px 2px rgba(0,0,0,.3);opacity:.9}.hero-buttons{display:flex;gap:1rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-section{height:80vh}}.service-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);text-align:center;transition:transform var(--transition-normal);border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-5px)}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background-color:var(--color-bg-light);color:var(--color-secondary);margin-bottom:1.5rem}.service-card h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--color-primary);margin-bottom:.75rem}.service-card p{color:#718096;font-size:.95rem}