@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --forest: #243b29;
  --forest-dark: #18291c;
  --brown: #9a5d27;
  --sand: #f2eee5;
  --paper: #fffdf8;
  --text: #243028;
  --muted: #6c746d;
  --line: rgba(36,59,41,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1.25rem, 5vw, 5rem);
  background: rgba(255,253,248,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--text);
  text-decoration: none;
  font: 700 1.35rem "Playfair Display", Georgia, serif;
}
.brand small {
  display: block;
  color: var(--brown);
  font: 700 .7rem "DM Sans", Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  color: white;
  background: var(--brown);
  border-radius: 50%;
}
nav { display: flex; gap: 1.5rem; }
nav a {
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
nav a:hover { color: var(--brown); }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  background: var(--forest-dark);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3rem, 7vw, 7rem);
  color: white;
}
.eyebrow {
  margin: 0 0 .75rem;
  color: #d59a51;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
}
h1 {
  max-width: 720px;
  margin-bottom: 1.4rem;
  font-size: clamp(3rem, 6vw, 6rem);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.8);
  font-size: 1.08rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.button {
  display: inline-block;
  padding: .95rem 1.35rem;
  border: 1px solid #fff;
  border-radius: .4rem;
  text-decoration: none;
  font-weight: 700;
}
.primary { border-color: var(--brown); background: var(--brown); }
.secondary { background: rgba(255,255,255,.04); }
.button:hover { transform: translateY(-2px); }
.hero-image {
  min-height: 520px;
  background:
    linear-gradient(90deg, var(--forest-dark), transparent 18%),
    url("images/hero-vardagsrum.jpg") center/cover no-repeat;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0 clamp(1.25rem,5vw,5rem);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.benefits article {
  padding: 3rem;
  border-right: 1px solid var(--line);
}
.benefits article:last-child { border-right: 0; }
.benefits span { color: var(--brown); font-weight: 800; }
.benefits h2 { margin: .55rem 0; font-size: 1.55rem; }
.benefits p { margin: 0; color: var(--muted); }

.content-section, .inspiration-section, .links-section {
  padding: clamp(4rem,8vw,8rem) clamp(1.25rem,5vw,5rem);
}
.section-heading {
  max-width: 850px;
  margin-bottom: 2.6rem;
}
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem,5vw,4.8rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5rem;
}
.feature-card {
  overflow: hidden;
  border-radius: .7rem;
  background: white;
  box-shadow: 0 20px 55px rgba(36,59,41,.1);
}
.feature-card img {
  height: 320px;
  object-fit: cover;
}
.feature-body { padding: 1.6rem; }
.tag {
  margin: 0 0 .45rem;
  color: var(--brown);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.feature-card h3 { margin-bottom: .7rem; font-size: 1.75rem; }
.feature-body > p:last-child { margin-bottom: 0; color: var(--muted); }

.inspiration-section { background: var(--sand); }
.inspiration-grid {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 2.5rem;
  align-items: center;
}
.inspiration-grid img {
  min-height: 340px;
  object-fit: cover;
  border-radius: .6rem;
}
.inspiration-grid h3 { margin-bottom: 1rem; font-size: 2rem; }
.inspiration-grid p { color: var(--muted); }

.statement {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 4rem 1.5rem;
  color: white;
  background:
    linear-gradient(rgba(24,41,28,.84), rgba(24,41,28,.84)),
    url("images/inredning-matplats.jpg") center/cover fixed;
  text-align: center;
}
.statement p {
  max-width: 950px;
  margin: 0;
  font: 700 clamp(2rem,4vw,4rem)/1.25 "Playfair Display", Georgia, serif;
}

.links-section { background: #fff; }
.link-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.3rem;
}
.link-grid p {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brown);
  background: #fbfaf6;
}
.link-grid a {
  color: var(--forest);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

footer {
  padding: 4rem 1.5rem;
  color: white;
  background: linear-gradient(135deg, var(--forest-dark), var(--forest));
  text-align: center;
}
.footer-brand {
  font: 700 2rem "Playfair Display", Georgia, serif;
}
.sale {
  margin: .8rem 0 .2rem;
  font-size: 1.45rem;
  font-weight: 700;
}
footer p { margin: .2rem 0; color: rgba(255,255,255,.82); }
footer a { color: #f1b86e; font-weight: 700; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; }
  .hero-image { min-height: 400px; }
  .benefits, .feature-grid, .inspiration-grid, .link-grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  h1 { font-size: 3.1rem; }
  .hero-copy { padding: 4rem 1.3rem; }
  .content-section, .inspiration-section, .links-section { padding: 4rem 1.2rem; }
  .feature-card img { height: 230px; }
}
