:root {
  --ink: #5d4a47;
  --muted: #8d7470;
  --line: rgba(212, 151, 143, .32);
  --paper: rgba(255, 253, 250, .91);
  --paper-open: rgba(255, 249, 246, .97);
  --shadow: 0 16px 44px rgba(117, 77, 67, .14);
}

* { box-sizing: border-box; }

body {
  min-height: 100vh;
  margin: 0;
  padding: 12px 18px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #fff8f4;
  isolation: isolate;
}

body::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: "";
  background: #fff8f4 url("../../background.png") center / cover no-repeat;
}

.home-shell {
  position: relative;
  z-index: 1;
  zoom: 94%;
  width: min(90%, 620px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 28px;
  background: rgba(255, 252, 249, .72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(5px);
}

.hero { text-align: center; }
.hero__logo { width: min(170px, 48vw); height: auto; display: block; margin: 0 auto; object-fit: contain; border:0; border-radius:0; background:transparent; box-shadow:none; }
.hero__eyebrow { margin: 8px 0 4px; color: #c8807e; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 460px; margin: 0 auto; color: #6d4d4d; font-family:"Dancing Script", cursive; font-size:clamp(2.2rem, 6vw, 3.3rem); line-height:1; }
.hero__text { max-width: 430px; margin: 8px auto 17px; color: var(--muted); font-size: .9rem; line-height: 1.35; }
.home-menu { display: grid; gap: 12px; }

.menu-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 6px 18px rgba(117, 77, 67, .07); color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
a.menu-card:hover, .menu-card:hover, .menu-card[open] { background: var(--paper-open); box-shadow: 0 10px 24px rgba(117, 77, 67, .13); }
a.menu-card:hover { transform: translateY(-2px); }
.menu-card summary, a.menu-card { min-height: 70px; padding: 10px 18px 10px 21px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.menu-card summary { cursor: pointer; list-style: none; }
.menu-card summary::-webkit-details-marker { display: none; }
.menu-card__copy { text-align: left; }
.menu-card__copy strong { display: block; font-size: 1.06rem; }
.menu-card__copy small { display: block; margin-top: 4px; color: var(--muted); font-size: .86rem; line-height: 1.3; }
.menu-card__icon { width: 44px; height: 44px; flex: 0 0 44px; object-fit: contain; }
.menu-card__content { display: grid; gap: 8px; padding: 0 21px 17px; border-top: 1px solid var(--line); }
.menu-card__content a { padding-top: 10px; color: #a56665; font-weight: 700; font-size: .92rem; text-decoration: none; }
.menu-card__content a:hover { text-decoration: underline; }
.social-link { display:flex; width:100%; align-items:center; justify-content:space-between; gap:10px; }
.social-link img { width:24px; height:24px; flex:0 0 24px; margin-left:auto; }
a.contact-number { display:flex; width:100%; align-items:center; justify-content:space-between; gap:12px; }
a.contact-number > img { display:block; width:26px !important; height:26px !important; max-width:26px !important; max-height:26px !important; flex:0 0 26px; margin-left:auto; }
.address { margin:10px 0 0; color:#a56665; font-size:.92rem; font-weight:700; line-height:1.35; text-align:center; }
.menu-map { display:block; width:min(100%, 400px); height:180px; margin:4px auto 0; border:0; border-radius:10px; }
.is-hidden { display: none; }
.home-footer { margin-top: 16px; color: var(--muted); font-size: .75rem; text-align: center; }
.newsletter-modal{position:fixed;z-index:20;inset:0;display:none;align-items:center;justify-content:center;padding:18px}.newsletter-modal.is-open{display:flex}.newsletter-modal__backdrop{position:absolute;inset:0;background:rgba(64,42,40,.42)}.newsletter-modal__card{position:relative;z-index:1;width:min(100%,430px);padding:28px;border-radius:22px;background:#fffaf8;box-shadow:0 24px 60px rgba(56,29,27,.25);text-align:center}.newsletter-modal__card h2{margin:0;color:#6d4d4d;font-family:Georgia,serif;font-size:1.55rem}.newsletter-modal__card p{color:var(--muted);line-height:1.45}.newsletter-modal__card input[type=email]{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;font:inherit}.newsletter-modal__card form button{width:100%;margin-top:12px;padding:12px;border:0;border-radius:10px;background:#a56665;color:white;font-weight:800;cursor:pointer}.newsletter-modal__consent{display:flex;text-align:left;gap:8px;margin-top:12px;font-size:.82rem;color:var(--muted)}.newsletter-modal__consent input{width:auto}.newsletter-modal__skip{margin-top:14px;border:0;background:transparent;color:#8d7470;text-decoration:underline;cursor:pointer;font:inherit;font-size:.82rem}.newsletter-modal__close{position:absolute;top:9px;right:13px;border:0;background:transparent;font-size:1.7rem;color:#8d7470;cursor:pointer}.newsletter-modal__error{color:#b13d3d!important;font-weight:700;font-size:.85rem}
.newsletter-modal__success{color:#24713b!important;font-weight:700;font-size:.85rem}.home-newsletter-fab{position:fixed;z-index:15;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:0;background:#a56665;color:#fff;padding:12px 14px;font:800 .86rem "Trebuchet MS",Arial,sans-serif;box-shadow:0 9px 22px rgba(80,48,45,.24);cursor:pointer}.home-newsletter-fab:hover{background:#884f50}.home-newsletter-fab span{font-size:1.1rem}
.home-side{display:none}
.home-side__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(1.12)}

@media (min-width: 980px) {
  .home-side{position:fixed;z-index:1;top:50%;display:none;width:min(23vw,330px);height:min(72vh,620px);transform:translateY(-50%);background:transparent;box-shadow:none;overflow:visible;pointer-events:none}
  body.has-side-left .home-side--left, body.has-side-right .home-side--right{display:block}
  .home-side--left{left:clamp(18px,4vw,80px)}
  .home-side--right{right:clamp(18px,4vw,80px)}
}

@media (max-width: 480px) {
  body { padding: 14px; }
  .home-shell { padding: 23px 17px; border-radius: 22px; }
  .menu-card summary, a.menu-card { padding-left: 16px; padding-right: 14px; }
  .menu-card__icon { width: 42px; height: 42px; flex-basis: 42px; }
}
