/* SR Catering — main stylesheet */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
	font-family:"DM Sans",system-ui,-apple-system,sans-serif;
	background:#0A0806;
	color:#F5ECD7;
	line-height:1.6;
	-webkit-font-smoothing:antialiased;
	background-image:
		radial-gradient(ellipse at top,rgba(224,120,32,.15),transparent 60%),
		radial-gradient(ellipse at bottom,rgba(200,150,42,.1),transparent 60%);
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:"Playfair Display",Georgia,serif;letter-spacing:-.01em;line-height:1.15}

.screen-reader-text{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:fixed;top:1rem;left:1rem;background:#E07820;color:#0A0806;padding:.5rem 1rem;z-index:9999}

.sr-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.sr-section{padding:7rem 0;position:relative}
.sr-bg-card{background:rgba(26,14,6,.5)}
.sr-center{text-align:center}
.sr-muted{color:rgba(245,236,215,.65)}
.sr-eyebrow{font-size:.7rem;letter-spacing:.4em;text-transform:uppercase;color:#E07820;margin-bottom:1rem}
.sr-accent{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;color:#C8962A}
.sr-h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1.5rem}
.sr-gradient{background:linear-gradient(135deg,#E07820,#C8962A);-webkit-background-clip:text;background-clip:text;color:transparent}
.sr-head{text-align:center;max-width:42rem;margin:0 auto 4rem}
.sr-lead{font-size:1.1rem;margin-bottom:1.5rem}
.sr-link{color:#E07820;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem}

.wood-grain{
	background-color:#1A0E06;
	background-image:
		repeating-linear-gradient(90deg,rgba(10,8,6,.4) 0 2px,transparent 2px 60px),
		repeating-linear-gradient(0deg,rgba(10,8,6,.3) 0 1px,transparent 1px 8px),
		radial-gradient(ellipse at center,rgba(60,30,15,.5),#0A0806);
}

/* Buttons */
.sr-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .3s;text-align:center}
.sr-btn--primary{background:#E07820;color:#0A0806;box-shadow:0 0 60px rgba(224,120,32,.4)}
.sr-btn--primary:hover{background:#c4661a}
.sr-btn--ghost{border-color:rgba(224,120,32,.6);color:#F5ECD7;background:transparent}
.sr-btn--ghost:hover{background:rgba(224,120,32,.1)}

/* Header */
.sr-header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px);background:rgba(10,8,6,.5);border-bottom:1px solid rgba(224,120,32,.2);transition:.4s}
.sr-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}
.sr-brand{display:flex;align-items:center;gap:.75rem}
.sr-brand img{width:44px;height:44px;object-fit:cover;border-radius:2px;outline:1px solid rgba(224,120,32,.4)}
.sr-brand__text{display:flex;flex-direction:column;line-height:1}
.sr-brand__title{font-family:"Playfair Display",serif;font-size:1.125rem}
.sr-brand__sub{font-size:.625rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(245,236,215,.55);margin-top:.25rem}
.sr-nav{display:none;gap:2rem;font-size:.875rem;color:rgba(245,236,215,.8)}
.sr-nav a:hover{color:#E07820}
.sr-header__cta{display:none}
@media (min-width:768px){.sr-header__cta{display:inline-flex}}
@media (min-width:1024px){.sr-nav{display:flex}}

/* Hero */
.sr-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:8rem 1.5rem 4rem}
.sr-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.4;transform:scale(1.05)}
.sr-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,8,6,.7),rgba(10,8,6,.4) 50%,#0A0806)}
.sr-hero__inner{position:relative;text-align:center;max-width:64rem;margin:0 auto;z-index:2}
.sr-logo-glow{display:flex;justify-content:center;margin-bottom:2.5rem;animation:srGlow 4s ease-in-out infinite}
.sr-logo-glow img{width:140px;height:140px;border-radius:6px;object-fit:cover;outline:2px solid rgba(224,120,32,.5)}
@keyframes srGlow{0%,100%{filter:drop-shadow(0 0 30px rgba(224,120,32,.6))}50%{filter:drop-shadow(0 0 60px rgba(224,120,32,.9))}}
.sr-hero__title{font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.05;text-wrap:balance}
.sr-hero__sub{margin:2rem auto 0;max-width:36rem;color:rgba(245,236,215,.7);font-size:1.1rem}
.sr-hero__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}
.sr-trust{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:5rem;font-size:.875rem;color:rgba(245,236,215,.75)}
.sr-trust span{padding:.75rem;border-top:1px solid rgba(224,120,32,.2)}
@media (min-width:768px){.sr-trust{grid-template-columns:repeat(3,1fr)}}

/* Two-col */
.sr-two-col{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}
@media (min-width:1024px){.sr-two-col{grid-template-columns:1fr 1fr}}

/* Stats */
.sr-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.sr-stat{padding:2rem;background:rgba(26,14,6,.6);border:1px solid rgba(224,120,32,.25);backdrop-filter:blur(8px)}
.sr-stat__n{font-family:"Playfair Display",serif;font-size:3rem;font-weight:700;line-height:1}
.sr-stat__l{margin-top:.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:rgba(245,236,215,.6)}

/* Timeline */
.sr-timeline{margin-top:1.5rem}
.sr-timeline>div{display:flex;gap:1.5rem;border-left:2px solid rgba(224,120,32,.4);padding:.75rem 1.5rem}
.sr-timeline span{min-width:80px;font-family:"Cormorant Garamond",serif;font-style:italic;color:#C8962A;font-size:1.1rem}

/* Grids */
.sr-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:640px){.sr-grid--3,.sr-grid--4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.sr-grid--3{grid-template-columns:repeat(3,1fr)}.sr-grid--4{grid-template-columns:repeat(4,1fr)}}

/* Service cards */
.sr-service-card{position:relative;height:420px;background-size:cover;background-position:center;overflow:hidden;transition:transform .5s}
.sr-service-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0A0806,rgba(10,8,6,.85) 40%,transparent)}
.sr-service-card__inner{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;z-index:2}
.sr-service-card h3{font-size:1.5rem;margin-bottom:.75rem}
.sr-service-card p{color:rgba(245,236,215,.7);font-size:.9rem;margin-bottom:1rem}
.sr-service-card:hover{transform:translateY(-4px)}

/* Menu */
.sr-menu__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem}
.sr-menu__tab{padding:.875rem 1.5rem;font-size:.875rem;border:1px solid rgba(224,120,32,.3);background:transparent;color:rgba(245,236,215,.75);cursor:pointer;font-family:inherit;transition:.3s}
.sr-menu__tab.is-active{background:#E07820;color:#0A0806;border-color:#E07820}
.sr-menu__panel{display:none;grid-template-columns:1fr;gap:2rem}
.sr-menu__panel.is-active{display:grid}
@media (min-width:1024px){.sr-menu__panel.is-active{grid-template-columns:1fr 1fr}}
.sr-menu__visual{position:relative;height:420px;background-size:cover;background-position:center}
.sr-menu__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,8,6,.8),transparent)}
.sr-menu__caption{position:absolute;bottom:1.5rem;left:1.5rem;z-index:2}
.sr-menu__caption span{display:block;font-size:1.25rem}
.sr-menu__caption strong{font-family:"Playfair Display",serif;font-size:1.75rem;font-weight:600}
.sr-menu__items{display:grid;grid-template-columns:1fr;gap:1rem}
@media (min-width:640px){.sr-menu__items{grid-template-columns:1fr 1fr}}
.sr-menu__item{padding:1.5rem;background:rgba(26,14,6,.6);border:1px solid rgba(224,120,32,.25);transition:.3s}
.sr-menu__item:hover{border-color:rgba(224,120,32,.6)}
.sr-menu__item h4{font-size:1.15rem;margin-bottom:.25rem}
.sr-menu__item p{font-size:.75rem;margin-bottom:1rem}

/* Features */
.sr-feature{padding:2rem;background:rgba(10,8,6,.6);border:1px solid rgba(224,120,32,.25);transition:.3s}
.sr-feature:hover{border-color:rgba(224,120,32,.6)}
.sr-feature__dot{width:48px;height:48px;background:rgba(224,120,32,.15);border:1px solid rgba(224,120,32,.4);margin-bottom:1rem;position:relative}
.sr-feature__dot::after{content:"✦";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#E07820}
.sr-feature h3{font-size:1.25rem;margin-bottom:.5rem}
.sr-feature p{color:rgba(245,236,215,.65);font-size:.9rem}

/* Steps */
.sr-step{padding:2rem;background:rgba(26,14,6,.6);border:1px solid rgba(224,120,32,.25)}
.sr-step__n{font-family:"Playfair Display",serif;font-size:3.5rem;color:rgba(224,120,32,.35);line-height:1;margin-bottom:1rem}
.sr-step h3{font-size:1.4rem;margin-bottom:.5rem}
.sr-step p{color:rgba(245,236,215,.65);font-size:.9rem}

/* Gallery */
.sr-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;grid-auto-rows:240px}
@media (min-width:1024px){.sr-gallery{grid-template-columns:repeat(4,1fr)}.sr-gallery__item:nth-child(1),.sr-gallery__item:nth-child(4){grid-row:span 2}}
.sr-gallery__item{position:relative;background-size:cover;background-position:center;overflow:hidden;transition:transform .6s}
.sr-gallery__item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,8,6,.9),transparent)}
.sr-gallery__item:hover{transform:scale(1.02)}
.sr-gallery__item figcaption{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:2}
.sr-gallery__item figcaption strong{display:block;font-family:"Playfair Display",serif;font-size:1.1rem;font-weight:600;margin-top:.25rem}

/* Reviews */
.sr-reviews__stage{position:relative;min-height:280px;margin:3rem 0}
.sr-review{position:absolute;inset:0;text-align:center;opacity:0;transition:opacity .7s;pointer-events:none}
.sr-review.is-active{opacity:1;pointer-events:auto;position:relative}
.sr-stars{color:#E07820;letter-spacing:.5em;margin-bottom:1.5rem;font-size:1.25rem}
.sr-review p{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:1.5rem;line-height:1.5;margin-bottom:2rem;color:rgba(245,236,215,.92)}
.sr-review cite{display:flex;flex-direction:column;font-style:normal}
.sr-review cite strong{font-family:"Playfair Display",serif;font-size:1.1rem;font-weight:500}
.sr-review cite span{font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:rgba(245,236,215,.55);margin-top:.25rem}
.sr-reviews__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}

/* Form */
.sr-form{display:grid;grid-template-columns:1fr;gap:1.25rem;background:rgba(10,8,6,.85);backdrop-filter:blur(10px);border:1px solid rgba(224,120,32,.25);padding:2.5rem}
@media (min-width:768px){.sr-form{grid-template-columns:1fr 1fr;padding:3rem}}
.sr-form label{display:flex;flex-direction:column;gap:.5rem}
.sr-form span{font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:rgba(245,236,215,.55)}
.sr-form input,.sr-form select,.sr-form textarea{background:transparent;border:none;border-bottom:1px solid rgba(224,120,32,.3);padding:.5rem 0;color:#F5ECD7;font-family:inherit;font-size:1rem;outline:none}
.sr-form select{background:#1A0E06}
.sr-form input:focus,.sr-form select:focus,.sr-form textarea:focus{border-color:#E07820}
.sr-form__full{grid-column:1/-1}
.sr-form__submit{grid-column:1/-1;margin-top:1rem;justify-content:center}

/* Contact */
.sr-contact-list{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}
.sr-contact-list li{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;background:rgba(26,14,6,.6);border:1px solid rgba(224,120,32,.25);transition:.3s}
.sr-contact-list li:hover{border-color:rgba(224,120,32,.6)}
.sr-contact-list strong{font-family:"Playfair Display",serif;font-size:1.05rem}
.sr-contact-list span,.sr-contact-list a{font-size:.9rem;color:rgba(245,236,215,.7)}
.sr-map{height:500px;border:1px solid rgba(224,120,32,.25)}
.sr-map iframe{width:100%;height:100%;border:0;filter:grayscale(.4) contrast(1.1)}

/* Footer */
.sr-footer{border-top:1px solid rgba(224,120,32,.25);padding:5rem 0 2rem;margin-top:2rem}
.sr-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}
@media (min-width:768px){.sr-footer__grid{grid-template-columns:2fr 1fr 1fr}}
.sr-footer__tag{font-size:1.25rem;margin:1rem 0}
.sr-footer__title{font-family:"Playfair Display",serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.25em;color:#E07820;margin-bottom:1rem}
.sr-footer__list{list-style:none;display:flex;flex-direction:column;gap:.6rem;color:rgba(245,236,215,.7);font-size:.9rem}
.sr-footer__list a:hover{color:#E07820}
.sr-footer__social{display:flex;gap:.75rem;margin-top:1.25rem}
.sr-footer__social a{padding:.5rem .9rem;border:1px solid rgba(224,120,32,.3);font-size:.8rem;transition:.3s}
.sr-footer__social a:hover{border-color:#E07820;color:#E07820}
.sr-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(224,120,32,.15);display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;font-size:.75rem;color:rgba(245,236,215,.5)}
@media (min-width:768px){.sr-footer__bottom{flex-direction:row}}

/* WhatsApp Float */
.sr-wa-float{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#E07820;color:#0A0806;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:90;box-shadow:0 10px 40px rgba(224,120,32,.5);transition:transform .3s}
.sr-wa-float:hover{transform:scale(1.1)}

/* Reveal animation */
[data-reveal]{opacity:1;transform:none;transition:opacity .9s ease,transform .9s ease}
html.sr-js [data-reveal]{opacity:0;transform:translateY(40px)}
html.sr-js [data-reveal].is-visible{opacity:1;transform:translateY(0)}
