:root {
  --red: #cf111f;
  --red-dark: #a20e18;
  --blue: #0877b9;
  --navy: #102a43;
  --ink: #1b2631;
  --muted: #617083;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --line: #e4e8ee;
  --shadow: 0 18px 50px rgba(16, 42, 67, .12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  font-size: .78rem;
}
h1,h2,h3 { line-height: 1.1; margin: 0; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
h3 { font-size: 1.3rem; }
p { margin: 0; }
.lead { font-size: clamp(1.06rem, 2vw, 1.28rem); color: #405064; max-width: 700px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(228,232,238,.9);
}
.header-inner { min-height: 78px; display:flex; align-items:center; gap:28px; }
.brand { display:flex; align-items:center; text-decoration:none; min-width: 132px; }
.brand img { width: 122px; height:auto; }
.nav { display:flex; gap: 26px; margin-left:auto; align-items:center; }
.nav a { text-decoration:none; font-weight:700; font-size:.96rem; color:#33475b; }
.nav a:hover, .nav a:focus-visible { color: var(--red); }
.header-cta {
  text-decoration:none; background: var(--red); color:#fff !important; padding:11px 17px;
  border-radius:999px; box-shadow: 0 8px 22px rgba(207,17,31,.19);
}
.menu-btn { display:none; margin-left:auto; border:0; background:transparent; padding:10px; font-size:1.5rem; cursor:pointer; }

.hero { position:relative; overflow:hidden; padding: 76px 0 82px; background: linear-gradient(135deg,#fff 0%,#f7fbff 62%,#fff6f6 100%); }
.hero:before { content:""; position:absolute; width:460px; height:460px; border-radius:50%; background:rgba(8,119,185,.08); right:-180px; top:-170px; }
.hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; gap:58px; align-items:center; }
.hero-copy { position:relative; z-index:1; }
.hero-logo { width:min(290px,55%); margin-bottom: 26px; }
.hero h1 span { color: var(--red); }
.hero .lead { margin-top:24px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:13px 19px; border-radius:999px; font-weight:800; text-decoration:none; border:1px solid transparent; }
.btn-primary { color:#fff; background:var(--red); box-shadow:0 10px 25px rgba(207,17,31,.18); }
.btn-primary:hover { background:var(--red-dark); }
.btn-secondary { border-color:#cad4df; background:#fff; color:var(--navy); }
.btn-secondary:hover { border-color:var(--blue); color:var(--blue); }
.hero-media { position:relative; }
.hero-photo { width:100%; height:520px; object-fit:cover; border-radius: 34px; box-shadow:var(--shadow); }
.hero-card { position:absolute; left:-34px; bottom:28px; background:#fff; padding:16px 20px; border-radius:18px; box-shadow:var(--shadow); border:1px solid rgba(228,232,238,.8); }
.hero-card strong { display:block; color:var(--navy); font-size:1.08rem; }
.hero-card span { color:var(--muted); font-size:.93rem; }

.trust-strip { border-bottom:1px solid var(--line); border-top:1px solid var(--line); background:#fff; }
.trust-grid { display:grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding:20px 24px; text-align:center; font-weight:800; color:#33475b; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-item b { color:var(--red); }

.section { padding: 92px 0; }
.section-soft { background:var(--soft); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:36px; margin-bottom:42px; }
.section-head .lead { max-width:600px; }

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.card { border:1px solid var(--line); border-radius:var(--radius); background:#fff; overflow:hidden; box-shadow:0 8px 25px rgba(16,42,67,.06); }
.card-media { height:230px; width:100%; object-fit:cover; }
.card-body { padding:26px; }
.card-body p { color:var(--muted); margin-top:12px; }
.card-tag { display:inline-flex; padding:6px 10px; border-radius:999px; background:#edf7fc; color:var(--blue); font-size:.78rem; font-weight:800; margin-bottom:14px; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.split-photo { width:100%; height:520px; object-fit:cover; border-radius:30px; box-shadow:var(--shadow); }
.feature-list { display:grid; gap:16px; margin-top:28px; }
.feature { display:flex; gap:14px; align-items:flex-start; }
.icon { flex:0 0 36px; height:36px; border-radius:50%; display:grid; place-items:center; background:#edf7fc; color:var(--blue); font-weight:900; }
.feature p { color:var(--muted); margin-top:3px; }

.food-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:26px; align-items:stretch; }
.food-main { background:var(--navy); color:#fff; padding:38px; border-radius:30px; position:relative; overflow:hidden; }
.food-main h2, .food-main h3 { color:#fff; }
.food-main .eyebrow { color:#8ed2f5; }
.food-main p { color:#d8e4ee; }
.food-list { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:26px; }
.food-chip { border:1px solid rgba(255,255,255,.18); border-radius:14px; padding:12px 14px; background:rgba(255,255,255,.05); font-weight:700; }
.food-side { display:grid; gap:18px; }
.food-side .mini-card { border:1px solid var(--line); background:#fff; border-radius:22px; padding:25px; }
.food-side p { color:var(--muted); margin-top:8px; }

.gallery { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:180px; gap:14px; }
.gallery figure { margin:0; overflow:hidden; border-radius:20px; position:relative; background:#ddd; }
.gallery img { width:100%; height:100%; object-fit:cover; transition: transform .35s ease; }
.gallery figure:hover img { transform:scale(1.025); }
.gallery .g1 { grid-column:span 7; grid-row:span 2; }
.gallery .g2 { grid-column:span 5; }
.gallery .g3 { grid-column:span 5; }
.gallery .g4 { grid-column:span 4; }
.gallery .g5 { grid-column:span 4; }
.gallery .g6 { grid-column:span 4; }
.gallery figcaption { position:absolute; left:12px; bottom:12px; background:rgba(16,42,67,.78); color:#fff; padding:7px 10px; border-radius:10px; font-size:.84rem; backdrop-filter:blur(7px); }
.gallery-note { margin-top:16px; color:var(--muted); font-size:.92rem; }

.contact-panel { border-radius:34px; padding:50px; background:linear-gradient(135deg,var(--red) 0%,#a80d18 100%); color:#fff; display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; box-shadow:0 18px 50px rgba(162,14,24,.20); }
.contact-panel h2 { color:#fff; }
.contact-panel p { color:#ffe4e6; margin-top:14px; max-width:650px; }
.contact-links { display:flex; flex-direction:column; gap:12px; }
.contact-link { display:flex; gap:10px; align-items:center; background:#fff; color:var(--navy); text-decoration:none; padding:14px 18px; border-radius:14px; font-weight:800; min-width:245px; }
.contact-link:hover { transform:translateY(-1px); }
.address { margin-top:18px; font-weight:700; }

.site-footer { background:#0d2236; color:#c7d3df; padding:42px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:start; }
.footer-brand { display:flex; gap:18px; align-items:center; }
.footer-brand img { width:92px; background:#fff; border-radius:16px; padding:6px; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; justify-content:flex-end; }
.footer-links a { color:#dce6ee; text-decoration:none; font-weight:700; }
.footer-links a:hover { color:#fff; }
.footer-meta { border-top:1px solid rgba(255,255,255,.12); margin-top:28px; padding-top:22px; font-size:.88rem; color:#9eb0c0; }

.legal { padding:70px 0 100px; }
.legal-wrap { max-width:860px; }
.legal h1 { font-size:clamp(2.4rem,5vw,4.4rem); margin-bottom:30px; }
.legal h2 { font-size:1.5rem; margin:34px 0 12px; }
.legal p, .legal li { color:#435467; }
.legal ul { padding-left:22px; }
.notice { border:1px solid #f0c36b; background:#fff9e8; padding:18px 20px; border-radius:14px; margin:24px 0; color:#6a4c00; }
.backlink { display:inline-flex; margin-top:28px; color:var(--blue); font-weight:800; text-decoration:none; }

@media (max-width: 900px) {
  .nav { display:none; position:absolute; top:78px; left:0; right:0; background:#fff; padding:18px 20px 24px; border-bottom:1px solid var(--line); box-shadow:0 15px 30px rgba(16,42,67,.08); flex-direction:column; align-items:stretch; }
  .nav.open { display:flex; }
  .menu-btn { display:block; }
  .header-cta { text-align:center; }
  .hero-grid, .split, .food-grid, .contact-panel { grid-template-columns:1fr; }
  .hero { padding-top:48px; }
  .hero-media { order:-1; }
  .hero-photo { height:390px; }
  .hero-card { left:18px; bottom:18px; }
  .services-grid { grid-template-columns:1fr; }
  .section-head { flex-direction:column; align-items:flex-start; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .gallery { grid-template-columns:1fr 1fr; grid-auto-rows:220px; }
  .gallery .g1,.gallery .g2,.gallery .g3,.gallery .g4,.gallery .g5,.gallery .g6 { grid-column:span 1; grid-row:span 1; }
  .contact-links { align-items:stretch; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
}
@media (max-width: 560px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section { padding:68px 0; }
  .hero-photo { height:300px; border-radius:24px; }
  .hero-card { position:static; margin-top:12px; }
  .hero-logo { width:210px; }
  .food-list { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr; grid-auto-rows:235px; }
  .contact-panel { padding:30px 22px; }
  .contact-link { min-width:0; }
  .footer-brand { align-items:flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; }
}
