/* Norrhults Restaurang & Pizzeria */
:root {
  --red: #e0392e;
  --red-dark: #b52c23;
  --cream: #f8edd2;
  --cream-deep: #f2e2bd;
  --paper: #fffaf1;
  --green: #1f5136;
  --yellow: #f4c33f;
  --mint: #7fe0c3;
  --ink: #2b211c;
  --muted: #7a6656;
  --line: #ecdcb7;
  --display: "Baloo 2", "Trebuchet MS", "Segoe UI", sans-serif;
  --body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --script: "Sacramento", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); line-height: 1.5; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--display); line-height: 1.1; margin: 0; }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--red-dark); text-decoration: none; }
a:hover { color: #8f2119; }
.script { font-family: var(--script); font-weight: 400; }
.wrap { max-width: 1312px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* ---------- Header ---------- */
.site-header { background: var(--red); position: sticky; top: 0; z-index: 20; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.brand { display: flex; align-items: baseline; gap: 12px; color: inherit; }
.brand .script { font-size: 40px; color: var(--mint); line-height: 1; }
.brand small { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: 3px; color: #fdf6e7; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a { font-weight: 600; font-size: 15px; color: #fdf6e7; }
.nav a:hover { color: var(--yellow); }
.btn-phone { display: inline-flex; align-items: center; gap: 9px; background: var(--yellow); color: var(--ink) !important; font-weight: 700; padding: 11px 22px; border-radius: 999px; }
.btn-phone:hover { background: #ffd35c; }
.btn-phone svg { width: 17px; height: 17px; }
.menu-toggle { display: none; background: none; border: 0; padding: 6px; cursor: pointer; }
.menu-toggle svg { width: 28px; height: 28px; stroke: #fdf6e7; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-weight: 700; font-size: 16px; padding: 16px 30px; border-radius: 999px; text-align: center; }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-yellow:hover { background: #ffd35c; color: var(--ink); }
.btn-outline { border: 2px solid #fdf6e7; color: #fdf6e7; padding: 14px 28px; }
.btn-outline:hover { background: #fdf6e7; color: var(--red-dark); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--red); overflow: hidden; padding: 70px 0 120px; }
.hero::before { content: ""; position: absolute; right: -400px; bottom: -540px; width: 1120px; height: 1120px; background: var(--cream); border-radius: 50%; }
.hero .wrap { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; }
.hero .script { display: block; font-size: 40px; color: var(--yellow); margin-bottom: 4px; }
.hero h1 { font-size: 62px; font-weight: 800; color: #fdf6e7; letter-spacing: -0.5px; }
.hero p.lead { margin-top: 22px; font-size: 18px; line-height: 1.6; color: #ffe3d8; max-width: 460px; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-photo { position: relative; justify-self: center; }
.hero-photo .circle { width: 440px; height: auto; max-width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 12px solid #fdf6e7; box-shadow: 0 30px 60px rgba(90, 15, 10, .35); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.badge { position: absolute; right: -34px; top: -30px; width: 150px; height: 150px; display: grid; place-items: center; color: #fdf6e7; text-align: center; line-height: 1; }
.badge svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.badge div { position: relative; }
.badge strong { display: block; font-family: var(--display); font-weight: 800; font-size: 30px; }
.badge span { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1px; margin-top: 3px; }
.badge em { display: block; font-style: normal; font-size: 9px; margin-top: 2px; opacity: .85; }

/* ---------- Trust strip ---------- */
.trust { background: var(--cream-deep); padding: 22px 0; }
.trust ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 44px; }
.trust li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; color: #5a4636; }
.trust svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.eyebrow { font-family: var(--script); font-size: 34px; color: var(--red); line-height: 1; display: block; }
.section-title { font-size: 46px; font-weight: 800; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 40px; }
.link-arrow { font-weight: 700; font-size: 15px; color: var(--green); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.link-arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* Populära pizzor */
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.card { background: var(--paper); border-radius: 22px; padding: 24px; box-shadow: 0 14px 30px rgba(90, 30, 20, .08); }
.card .thumb { aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden; background: var(--cream-deep); margin-bottom: 18px; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.card h3 { font-size: 20px; font-weight: 700; }
.price { font-family: var(--display); font-weight: 700; color: var(--red); white-space: nowrap; }
.card p { margin-top: 6px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }

/* Lunch */
.lunch { background: var(--green); color: #fdf6e7; padding: 66px 0; }
.lunch .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.lunch .script { font-size: 34px; color: var(--yellow); line-height: 1; display: block; }
.lunch h2 { font-size: 52px; font-weight: 800; margin-top: 4px; }
.lunch h2 span { color: var(--yellow); }
.lunch p { margin-top: 18px; font-size: 17px; line-height: 1.6; color: #d6e3da; max-width: 460px; }
.lunch ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.lunch li { display: flex; justify-content: space-between; padding: 16px 22px; background: rgba(255, 250, 241, .08); border-radius: 14px; font-weight: 600; }
.lunch li span { color: var(--yellow); }

/* Kategorier */
.cats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.cat { background: var(--paper); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; gap: 10px; color: inherit; transition: transform .15s, box-shadow .15s; }
a.cat:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(90, 30, 20, .1); color: inherit; }
.cat svg { width: 30px; height: 30px; stroke: var(--red); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cat h3 { font-size: 19px; font-weight: 700; }
.cat p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.cat.cta { background: var(--red); justify-content: center; }
.cat.cta h3 { color: #fdf6e7; }
.cat.cta span { color: var(--yellow); font-weight: 700; font-size: 14px; }

/* Hitta hit */
.visit { padding: 0 0 90px; }
.visit-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-radius: 26px; overflow: hidden; box-shadow: 0 20px 44px rgba(90, 30, 20, .1); }
.visit-info { padding: 54px; }
.visit-info .eyebrow { font-size: 32px; }
.visit-info h2 { font-size: 40px; font-weight: 800; margin-top: 2px; }
.info-list { margin-top: 30px; display: flex; flex-direction: column; gap: 22px; }
.info-row { display: flex; gap: 14px; }
.info-row svg { width: 22px; height: 22px; stroke: var(--green); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
.info-row strong { display: block; }
.info-row span { display: block; font-size: 14px; color: var(--muted); }
.visit-logo { background: var(--red); display: grid; place-items: center; padding: 40px; }
.visit-logo img { width: 300px; height: 300px; object-fit: cover; border-radius: 20px; box-shadow: 0 18px 40px rgba(60, 10, 6, .4); }

/* Footer */
.site-footer { background: var(--ink); padding: 44px 0; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer .script { color: var(--mint); font-size: 32px; line-height: 1; }
.site-footer .hi { color: var(--yellow); font-size: 30px; }
.site-footer small { font-size: 13px; color: #9a8b7c; }

/* ---------- Menysidan ---------- */
.menu-hero { text-align: center; padding: 56px 0 8px; }
.menu-hero .eyebrow { font-size: 38px; }
.menu-hero h1 { font-size: 54px; font-weight: 800; }
.menu-hero p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.panel { background: var(--paper); border-radius: 20px; padding: 30px 32px; box-shadow: 0 12px 28px rgba(90, 30, 20, .07); }
.panel + .panel, .menu-grid, .menu-stack { margin-top: 30px; }
.panel h2 { font-size: 28px; font-weight: 800; }
.panel h2 .price { font-size: inherit; }
.panel-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.panel-note { font-size: 12.5px; color: var(--muted); margin: 8px 0 4px; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; align-items: start; }
.menu-stack { display: flex; flex-direction: column; gap: 30px; margin-top: 0; }
.menu-grid > .panel + .panel { margin-top: 0; }
.tier { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: #fdf6e7; font-family: var(--display); font-weight: 700; font-size: 15px; padding: 8px 18px; border-radius: 999px; margin-top: 28px; }
.tier:first-of-type { margin-top: 22px; }
.tag-green { background: var(--green); color: #fdf6e7; display: inline-block; font-family: var(--display); font-weight: 700; font-size: 15px; padding: 8px 18px; border-radius: 999px; }
.items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; margin-top: 14px; list-style: none; padding: 0; }
.items.one { grid-template-columns: 1fr; margin-top: 4px; }
.item { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.item.plain { grid-template-columns: 1fr; }
.num { font-family: var(--display); font-weight: 700; color: var(--red); font-size: 13px; }
.nm { font-weight: 700; font-size: 14px; }
.ds { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.rows { list-style: none; margin: 0; padding: 0; }
.row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.row .nm small { font-weight: 400; color: var(--muted); font-size: 12px; }
.rows li:last-child, .items .item:last-child { border-bottom: 0; }
.panel-green { background: var(--green); color: #fdf6e7; }
.panel-green .script { color: var(--yellow); font-size: 30px; line-height: 1; display: block; }
.panel-green h2 { color: #fdf6e7; font-size: 28px; }
.panel-green p { color: #d6e3da; font-size: 14px; margin-top: 10px; }
.menu-foot { text-align: center; margin: 40px 0 70px; color: var(--muted); font-size: 13px; }

/* ---------- Responsivt ---------- */
@media (max-width: 1100px) {
  .cards, .cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero h1 { font-size: 52px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 86px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 4px; }
  .brand small { font-size: 10px; letter-spacing: 2.5px; }
  .site-footer .brand { align-items: center; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--red-dark); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 32px 20px; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .nav .btn-phone { margin-top: 14px; justify-content: center; border-bottom: 0; }
  .hero { padding: 44px 0 70px; }
  .hero::before { right: auto; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; bottom: -690px; }
  .hero .wrap, .lunch .wrap, .visit-card, .menu-grid { grid-template-columns: 1fr; }
  .hero-photo .circle { width: min(320px, 78vw); }
  .badge { width: 120px; height: 120px; right: -10px; top: -20px; }
  .badge strong { font-size: 24px; }
  .lunch h2 { font-size: 40px; }
  .visit-info { padding: 36px 28px; }
  .items { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .brand .script { font-size: 32px; }
  .hero h1 { font-size: 40px; }
  .hero .script { font-size: 32px; }
  .hero p.lead { font-size: 16px; }
  .hero .cta { flex-direction: column; }
  .section { padding: 56px 0; }
  .section-title { font-size: 34px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .cards { grid-template-columns: 1fr; gap: 14px; }
  .cats { gap: 12px; }
  .cat { padding: 18px 16px; }
  .cat h3 { font-size: 16px; }
  .lunch { padding: 44px 0; }
  .lunch h2 { font-size: 32px; }
  .visit-logo img { width: 240px; height: 240px; }
  .menu-hero h1 { font-size: 40px; }
  .panel { padding: 22px 18px; }
  .nav { padding-left: 20px; padding-right: 20px; }
  .site-footer .wrap { flex-direction: column; text-align: center; }
}
