/* ---------------------------------------------------
   Gott Gott — UF-företag
   Palette: djup plommon + smörgul + varm crème
--------------------------------------------------- */

:root {
  --cream:        #FBF1E2;
  --paper:        #FFFBF3;
  --ink:          #2A1913;
  --ink-soft:     #6B5648;
  --plum:         #6C2A3B;
  --plum-dark:    #431A26;
  --butter:       #E7A72C;
  --butter-soft:  #F2D99B;
  --line:         rgba(42, 25, 19, 0.14);

  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Karla", -apple-system, BlinkMacSystemFont, sans-serif;

  --wrap: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--plum-dark);
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 241, 226, 0.88);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--plum-dark);
}

.main-nav {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}

.main-nav a {
  color: var(--ink-soft);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.main-nav a:hover {
  color: var(--plum);
  border-color: var(--plum);
}

.ig-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--paper);
  background: var(--plum);
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.2s;
}

.ig-pill:hover { background: var(--plum-dark); }

/* ---------- Hero ---------- */

.hero {
  padding: 76px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.kicker {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--plum);
  margin: 0 0 14px;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.05;
  margin-bottom: 22px;
}

.hero-lede {
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: 18px;
  margin: 0 0 32px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.15s ease, background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
  background: var(--plum);
  color: var(--paper);
}
.btn-primary:hover { background: var(--plum-dark); transform: translateY(-1px); }

.btn-ghost {
  border: 1.5px solid var(--plum);
  color: var(--plum);
}
.btn-ghost:hover { background: var(--plum); color: var(--paper); }

.hero-art {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 36px rgba(42, 25, 19, 0.3));
}

.art-caption {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-soft);
  font-style: italic;
}

/* ---------- Strip ---------- */

.strip {
  background: var(--plum-dark);
  color: var(--butter-soft);
  padding: 16px 0;
}

.strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}

.strip-inner p { margin: 0; }
.strip-inner .dot { opacity: 0.5; }

/* ---------- Menu ---------- */

.menu-section {
  padding: 88px 0;
}

.menu-section h2,
.story-section h2,
.order-section h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 14px;
}

.section-lede {
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 0 44px;
  font-size: 17px;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.menu-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.menu-name h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.menu-name p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 46ch;
  font-size: 15.5px;
}

.menu-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--plum);
  white-space: nowrap;
  padding-top: 4px;
}

/* ---------- Story ---------- */

.story-section {
  background: var(--paper);
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 56px;
  align-items: start;
}

.cookie-mark {
  width: 100%;
  max-width: 160px;
  fill: var(--butter);
  color: var(--plum-dark);
}

.cookie-mark circle:first-child {
  fill: var(--butter-soft);
  stroke: var(--butter);
  stroke-width: 2;
}

.cookie-mark circle:not(:first-child) {
  fill: var(--plum-dark);
}

.story-copy h2 {
  margin-bottom: 20px;
}

.story-copy p {
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 16px;
  font-size: 17px;
}

/* ---------- Order ---------- */

.order-section {
  padding: 88px 0 100px;
}

.order-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.order-steps {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.order-steps li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--plum);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.order-steps h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.order-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15.5px;
  max-width: 42ch;
}

.order-card {
  background: var(--plum);
  color: var(--butter-soft);
  border-radius: 20px;
  padding: 36px 32px;
}

.order-card-label {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  color: var(--butter-soft);
  opacity: 0.85;
}

.order-ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--paper);
  margin-bottom: 18px;
}

.order-note {
  margin: 0;
  font-size: 14.5px;
  color: var(--butter-soft);
  opacity: 0.9;
  line-height: 1.6;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--plum-dark);
  color: var(--butter-soft);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}

.footer-inner a {
  font-weight: 600;
}

.footer-inner a:hover {
  text-decoration: underline;
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .main-nav { display: none; }

  .hero-grid,
  .story-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .hero-art { order: -1; margin-bottom: 12px; }

  .bun-swirl { max-width: 240px; }

  .menu-row {
    flex-direction: column;
    gap: 8px;
  }

  .menu-price { padding-top: 0; }
}

@media (max-width: 500px) {
  .wrap { padding: 0 20px; }
  .header-inner { height: 66px; }
  .wordmark { font-size: 19px; }
  .hero { padding: 48px 0 40px; }
}