.hero-content,.hero-section{min-height:80vh;display:flex}.hero-subtitle,.hero-text .highlight{color:var(--clr-primary)}:root{--clr-primary:#000;--clr-primary-hover:#29e6a7;--clr-primary-dark:#a6633c;--clr-gray100:#f0f7f8;--clr-gray200:#cfd8dc;--clr-gray300:#a7b7be;--clr-gray400:#6b7e86;--clr-gray500:#425a65;--radius:0.2rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:worksans,sans-serif;line-height:1.6}.hero-section{background:url(../img/menu-pattern.png) #f9fafc!important;align-items:center;padding:1rem 0}.hero-btn-primary,.hero-text h1{background:linear-gradient(135deg,#d9910c,#db8f05)}.hero-container{max-width:1400px;margin:0 auto;padding:0 20px}.hero-content{align-items:center;gap:60px}.hero-text{flex:1;max-width:50%}.hero-text h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero-subtitle{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;color:#6c757d;line-height:1.8;margin-bottom:2rem}.hero-cta-buttons{display:flex;gap:20px;flex-wrap:wrap}.hero-btn{display:inline-block;padding:18px 35px;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:3px;transition:.3s;cursor:pointer;border:none}.hero-btn-primary{color:#fff}.hero-btn-primary:hover{background-color:#793504;transform:translateY(-2px)}.hero-btn-secondary{background-color:transparent;color:var(--clr-primary);border:2px solid #d9910c}.hero-btn-secondary:hover{background-color:transparent;color:#d9910c;transform:translateY(-2px)}.hero-images{flex:1;max-width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:25px;align-items:start}.hero-images img{width:100%;height:auto;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:transform .3s,box-shadow .3s}.hero-images img:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.hero-images img:first-child{align-self:end;justify-self:end;width:65%;height:auto}.hero-images img:nth-child(2){align-self:start;justify-self:start;width:70%}.hero-images img:nth-child(3){align-self:start;justify-self:end;width:70%}.hero-images img:nth-child(4){align-self:start;justify-self:start;width:75%}.hero-stats{display:flex;gap:30px;margin-top:2rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat-number{font-size:2.5rem;font-weight:800;color:var(--clr-primary);display:block}.hero-stat-label{font-size:1rem;color:#6c757d;font-weight:600}@media only screen and (min-width:768px) and (max-width:1024px){.hero-content{flex-direction:column;gap:40px;text-align:center}.hero-images,.hero-text{max-width:100%}.hero-text h1{font-size:3rem}.hero-images{margin:0 auto}.hero-images img:first-child{grid-column:1;align-self:end;justify-self:end;width:85%}.hero-images img:nth-child(2){align-self:end;justify-self:start;width:70%}.hero-images img:nth-child(4){width:85%}.hero-cta-buttons,.hero-stats{justify-content:center}}@media (max-width:767px){.hero-section{min-height:auto;padding:1rem 0}.hero-content{flex-direction:column;gap:30px;text-align:center;min-height:auto}.hero-images,.hero-text{max-width:100%}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1.1rem}.hero-images{height:350px;gap:15px}.hero-images img:first-child{grid-column:1;align-self:end;justify-self:end;width:85%}.hero-images img:nth-child(2){align-self:end;justify-self:start;width:70%}.hero-images img:nth-child(4){width:85%}.hero-cta-buttons{flex-direction:column;justify-content:center;gap:15px}.hero-btn{padding:15px 25px;font-size:1rem}.hero-stats{flex-direction:column;justify-content:center;gap:20px}.hero-stat-number{font-size:2rem}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-images{height:280px}.hero-cta-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:280px;text-align:center}}