/* Alma Björkman Beauty Center — refined ivory + burgundy. Italiana + Inter. */
:root {
  --bg: #fbf6ee;
  --bg-warm: #f0e7d4;
  --ink: #2a1818;
  --ink-soft: #5a3a3a;
  --ink-mute: #8d7770;
  --line: #e6dac4;
  --burgundy: #6e1f2a;
  --burgundy-deep: #4a121a;
  --gold: #c8a560;
  --display: 'Italiana', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--pad); }
.skip { position: absolute; left: -9999px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,246,238,0.85); backdrop-filter: blur(10px); transition: border-color 0.3s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand-monogram { width: 36px; height: 36px; border: 1px solid var(--burgundy); color: var(--burgundy); font-family: var(--display); font-size: 1rem; display: grid; place-items: center; border-radius: 50%; letter-spacing: 0.04em; }
.brand-text { font-family: var(--display); font-size: 1.2rem; letter-spacing: 0.02em; }
.nav { display: none; gap: 1.5rem; align-items: center; font-size: 0.92rem; }
.nav a { color: var(--ink-soft); transition: color 0.2s; }
.nav a:hover { color: var(--burgundy); }
.nav-cta { padding: 0.55rem 1.3rem; background: var(--burgundy); color: var(--bg) !important; border-radius: 0; font-weight: 500; letter-spacing: 0.05em; }
.nav-cta:hover { background: var(--burgundy-deep); }
@media (min-width: 880px) { .nav { display: inline-flex; } }

.hero { padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem); position: relative; }
.hero::before { content: ''; position: absolute; top: 50%; right: 0; width: 280px; height: 1px; background: var(--gold); transform: translateY(-50%); display: none; }
@media (min-width: 1340px) { .hero::before { display: block; } }
.hero-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 940px) { .hero-grid { grid-template-columns: 1.2fr 1fr; } }
.eyebrow { display: inline-block; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--burgundy); margin: 0 0 1.5rem; font-weight: 500; }
.eyebrow-cream { color: var(--gold); }
h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.6rem, 6.5vw, 5.2rem); line-height: 1.05; letter-spacing: -0.005em; margin: 0 0 1.75rem; }
h1 em { font-style: italic; color: var(--burgundy); }
.break { display: block; }
.hero-lead { font-size: clamp(1.05rem, 1.4vw, 1.18rem); color: var(--ink-soft); max-width: 480px; margin: 0 0 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn { display: inline-flex; align-items: center; padding: 0.95rem 1.7rem; font-family: inherit; font-weight: 500; font-size: 0.92rem; transition: all 0.2s; letter-spacing: 0.05em; }
.btn-primary { background: var(--burgundy); color: var(--bg); }
.btn-primary:hover { background: var(--burgundy-deep); }
.btn-ghost { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }

.hero-card { padding: 2.5rem 2rem; background: var(--bg-warm); border: 1px solid var(--line); border-radius: 4px; text-align: center; position: relative; }
.hero-card::before { content: ''; position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px; border: 1px solid var(--gold); pointer-events: none; }
.hc-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.hc-rule { flex: 1; height: 1px; background: var(--line); }
.hc-label, .hc-meta { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin: 0; font-weight: 500; }
.hc-rating-num { font-family: var(--display); font-size: clamp(5rem, 12vw, 8rem); line-height: 0.9; margin: 1rem 0 0.5rem; color: var(--burgundy); }
.hc-fraction { font-size: 0.4em; color: var(--ink-mute); margin-left: 0.4rem; }
.hc-stars { color: var(--gold); font-size: 1.2rem; letter-spacing: 0.4em; display: block; margin-bottom: 1rem; }
.hc-rating-text { font-family: var(--display); font-style: italic; color: var(--ink-soft); margin: 0; font-size: 1.05rem; }

.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.section h2 { font-family: var(--display); font-weight: 400; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.05; margin: 0 0 1rem; }
.section h2 em { font-style: italic; color: var(--burgundy); }
.lead { color: var(--ink-soft); font-size: 1.05rem; max-width: 560px; margin: 1rem auto; }

.section-tjanster { background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog { display: grid; gap: 0; max-width: 920px; margin: 0 auto; }
.cat-row { display: grid; gap: 1.5rem; grid-template-columns: 1fr; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 740px) { .cat-row { grid-template-columns: 280px 1fr; } }
.cat-row:last-child { border-bottom: none; }
.cat-row h3 { font-family: var(--display); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0; color: var(--burgundy); }
.cat-row ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 0.6rem; }
.cat-row li { color: var(--ink-soft); padding-left: 1.2rem; position: relative; font-size: 1.02rem; }
.cat-row li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

.section-historien { background: var(--burgundy-deep); color: var(--bg); }
.historien-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 940px) { .historien-grid { grid-template-columns: 1.2fr 1fr; } }
.big-h2 { font-family: var(--display); font-weight: 400; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.05; margin: 0 0 1rem; }
.big-h2.light em { font-style: italic; color: var(--gold); }
.prose-light { color: rgba(251,246,238,0.78); font-size: 1.05rem; max-width: 540px; margin: 1.25rem 0; }
.historien-pillars { display: grid; gap: 1rem; }
.pillar { padding: 1.5rem 1.75rem; border: 1px solid rgba(251,246,238,0.18); display: flex; align-items: center; gap: 1.5rem; }
.p-num { font-family: var(--display); font-size: 3rem; line-height: 1; color: var(--gold); min-width: 90px; }
.p-label { font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(251,246,238,0.7); margin: 0; }

.section-hitta { background: var(--bg); }
.hitta-grid { max-width: 720px; }
.info-list { display: grid; gap: 0; margin: 2rem 0; padding: 0; }
.info-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.info-list dt { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin: 0; font-weight: 500; }
.info-list dd { margin: 0; color: var(--ink); font-family: var(--display); font-size: 1.15rem; }
.link { color: var(--burgundy); border-bottom: 1px solid var(--burgundy); }
.hitta-ctas { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 2rem; }

.site-footer { background: var(--bg-warm); padding: 3rem 0 2rem; border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .footer-inner { grid-template-columns: 1fr 1fr; align-items: end; } }
.footer-title { font-family: var(--display); font-size: 1.6rem; margin: 0 0 0.4rem; }
.footer-title em { font-style: italic; color: var(--burgundy); }
.footer-sub { color: var(--ink-mute); font-size: 0.92rem; margin: 0; }
.footer-sub.small { font-size: 0.78rem; opacity: 0.85; margin-top: 0.5rem; }
.demo-tag { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--burgundy); margin: 0; font-weight: 500; }
.link-soft { color: var(--burgundy); }
