:root{--gold:#d99a24;--gold-dark:#b87b12;--ink:#101827;--navy:#0d2238;--muted:#596579;--line:#eadfce;--cream:#faf7f1}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;
     color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}

.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}

.nav {min-height: 92px;display: flex;align-items: center;gap: 28px}
.logo img {width: 74px}

.menu {display: flex;gap: 22px;align-items: center;margin-left: auto}
.menu a {color: var(--ink);text-decoration: none;font-size: 13px;font-weight: 700;text-transform: uppercase}
.menu a.active,
.menu a:hover {color: var(--gold-dark)}

.header-cta {display: flex;align-items: center; gap: 16px;font-weight: 700;white-space: nowrap}
.header-info{display:flex;align-items:center;gap:14px;font-size:13px;text-transform:uppercase;font-weight:800;white-space:nowrap}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:5px;text-decoration:none;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:.02em}
.btn-primary{background:linear-gradient(180deg,#e8aa3a,var(--gold));color:#fff;box-shadow:0 10px 22px rgba(217,154,36,.22)}
.btn-outline{border:1px solid var(--gold-dark);background:#fff;color:var(--ink)}

.hero{background:linear-gradient(90deg,#fff 0%,#fff8ea 48%,#fff 100%)}
.hero-grid{display:grid;grid-template-columns:.86fr 1.25fr;gap:35px;align-items:center;min-height:560px}
.hero-copy{padding:70px 0}
.eyebrow{font-weight:900;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}

h1,h2,h3{margin:0;line-height:1.1}
h1{font-family:Georgia,serif;font-size:clamp(44px,5vw,70px);letter-spacing:-.04em}
h1 span{color:var(--gold-dark)}
h2{font-size:clamp(27px,3vw,38px);letter-spacing:-.03em}
h3{font-size:16px;text-transform:uppercase}
h4{margin:0;text-align:center;padding:0px 0px 20px 0px;font-size:22px}


.lead{font-size:18px;color:var(--muted);max-width:540px;margin:24px 0}
.buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.trust{color:var(--muted);font-weight:700;margin-top:24px}
.hero-image img{width:100%;height:500px;object-fit:cover;border-radius:0 0 0 45px}

.section{padding:60px 0}
.section-title{text-align:center;text-transform:uppercase;font-size:28px;margin-bottom:34px}
.section-title:before,
.section-title:after{content:"";display:inline-block;width:80px;height:1px;background:var(--gold);vertical-align:middle;margin:0 18px 8px}

.process-grid,
.rotation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.process-grid-1 span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--gold);color:#fff;font-weight:900}
.process-grid p{color:var(--muted);font-size:14px}

.steps {display: inline-flex;align-items: center;justify-content: center;width: 90px;height: 90px;}

.card-grid{display:grid;gap:28px}
.four{grid-template-columns:repeat(4,1fr)}

.image-card,
.image-card img,
.image-card h3,
.image-card p{color:#596579;font-size:14px;margin-bottom:10px;margin-left:16px;margin-right:16px;margin-top:10px}

.menu-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;text-align:center;box-shadow:0 12px 28px rgba(16,24,39,.06)}
.menu-card img{height:170px;width:100%;object-fit:cover}
.menu-card h3{padding:20px 14px 5px}
.menu-card h4{text-align:center;text-transform:uppercase;font-size:16px;margin-bottom:1px;margin-top:1px}
.menu-card p{font-size:16px;color:var(--muted);padding:1px 18px 1px;margin:0}
.menu-card h3{background:var(--gold);color:#fff;padding:12px;font-size:15px}
.menu-card a:link {color: #ffffff; text-decoration: none}
.menu-card a:visited  {color: #ffffff; text-decoration: none}
.menu-card a:hover   {color: blanchedalmond; text-decoration: none}

.features{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;text-align:center}
.features article{padding:20px;border-right:1px solid var(--line)}
.features article:last-child{border-right:0}
.icon{font-size:34px;margin-bottom:12px;color:var(--gold-dark)}
.features h3{color:var(--gold-dark);font-size:14px}
.features p{color:var(--muted);font-size:14px}

.menu-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.menu-strip span{background:linear-gradient(180deg,#e3a43a,var(--gold));color:#fff;border-radius:6px;padding:0px 0px;text-align:center;text-transform:uppercase;font-weight:900;font-size:13px}
.menu-strip a:link {color: #ffffff; text-decoration: none}
.menu-strip a:visited {color: #ffffff; text-decoration: none}
.menu-strip a:hover {color: blanchedalmond; text-decoration: none}

.feature-band{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;background:#f7f5f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature-band>img{width:100%;height:330px;object-fit:cover}
.feature-copy{padding:50px 70px}
.feature-copy p{color:var(--muted);max-width:520px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}

details{border:1px solid var(--line);border-radius:7px;background:#fff;padding:16px 18px}
summary{font-weight:800;cursor:pointer}
details p{color:var(--muted);margin-bottom:0}

.final-cta2{position:relative;overflow:hidden;background:linear-gradient(180deg,#f97316,#d95f05);color:#fff;text-align:center;padding:10px 0}
.cta-content h2{text-transform:uppercase;font-size:34px}
.cta-content p{font-size:20px}
.final-cta2 .buttons{justify-content:center}
.btn-white{background:#fff;color:#d95f05}
.btn-phone{background:#fff;color:#101827}
.cta-food{position:absolute;bottom:0;width:270px}
.cta-food.left{left:0}
.cta-food.right{right:0}
.cta-food img{height:180px;width:110%;object-fit:cover}

.steps-grid h3{font-size:18px;text-transform:uppercase;margin:18px 16px 10px}
.steps-grid p{color:#243044;padding:0 20px 24px}
.steps-grid span{display:inline-flex;margin-top:24px;width:34px;height:34px;background:#d95f05;color:#fff;border-radius:50%;align-items:center;justify-content:center;font-weight:900}

.perfect-grid{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #eadfce;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(16,24,39,.04);text-align:center}
.perfect-grid article{padding:24px 10px;border-right:1px solid #eadfce;font-weight:800;font-size:14px}
.perfect-grid article:last-child{border-right:0}

.why{padding:40px 0;background:#faf7f1}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.why img{border-radius:8px;width:100%;height:310px;object-fit:cover}
.why-copy{background:#fff;border:1px solid #eadfce;border-radius:8px;padding:35px}
.why-copy h2{text-transform:uppercase;font-size:28px}

.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

.mini-footer{padding:20px 0;border-top:1px solid #eadfce}
.footer-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center;text-transform:uppercase;font-weight:900;font-size:14px;color:#101827}
.footer {background: #0F1A27;color: #fff;padding: 46px 0}

.footer-grid {display: grid;grid-template-columns: 1.3fr 1fr 1fr 1fr;gap: 32px}
.footer-grid img {width: 190px;background: #fff;border-radius: 6px}
.footer-grid h4 {color: var(--gold);text-transform: uppercase;margin: 0 0 12px}
.footer-grid a {display: block;color: #e5e7eb;margin: 6px 0;font-size: 14px}
.footer-grid p {color: #e5e7eb;margin: 0}
.footer-logo {width: 250px;background: #0F1A27;border-radius: 4px;margin-bottom: 12px}
.footer a{display:block;color:#e9eef4;text-decoration:none;margin:7px 0}
.footer p{color:#d5dce5}


@media(max-width:1050px){.nav{flex-wrap:wrap;padding:12px 0}
.menu{order:3;width:100%;justify-content:center;margin-left:0;flex-wrap:wrap}
.header-info span{display:none}
.hero-grid,.feature-band{grid-template-columns:1fr}
.hero-image img{height:auto;border-radius:12px}
.hero-copy{padding:45px 0 10px}
.four,
.features,
.menu-strip{grid-template-columns:repeat(2,1fr)}
.features article{border-right:0}
.faq-grid{grid-template-columns:1fr}
.feature-copy{padding:38px 24px}
.footer-grid{grid-template-columns:1fr 1fr}}

@media(max-width:620px){.container{width:min(100% - 28px,1180px)}
.menu{display:none}
.logo img{width:165px}
h1{font-size:42px}
.four,
.features,
.menu-strip,
.footer-grid{grid-template-columns:1fr}
.section-title:before,
.section-title:after{display:none}
.btn{width:100%}
.cta-grid{display:block}}
