/* Salong Silhuett — elegant, centrerad, rosa och svart. Demo-sajt. */

:root {
  --ink: #211a17;
  --ink-soft: #6b5c56;
  --cream: #faf5f1;
  --blush: #f1ddd6;
  --blush-deep: #e2b9ae;
  --rose: #b6746a;
  --rose-deep: #8f4f47;
  --line: rgba(33, 26, 23, 0.13);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.wrap--wide { max-width: 1080px; }

/* ---------- demo-badge ---------- */
.demo-badge {
  position: fixed; z-index: 9999; right: 14px; bottom: 14px;
  display: flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--cream);
  font: 500 12.5px/1 var(--font-body); letter-spacing: .02em;
  padding: 11px 16px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 8px 24px rgba(33,26,23,.3);
}
.demo-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rose); flex: none; }
.demo-badge:hover { background: #000; }
@media (max-width: 480px) { .demo-badge { font-size: 11.5px; padding: 9px 13px; right: 10px; bottom: 10px; } }

/* ---------- topp-nav ---------- */
.top { position: sticky; top: 0; z-index: 40; background: rgba(250,245,241,.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.top__inner { max-width: 1080px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand__mark { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--rose); display: grid; place-items: center; flex: none; }
.brand__mark svg { width: 18px; height: 18px; stroke: var(--rose-deep); }
.brand__name { font-family: var(--font-display); font-size: 22px; letter-spacing: .02em; }
.nav { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 13.5px; letter-spacing: .03em; text-transform: uppercase; }
.nav a { text-decoration: none; color: var(--ink-soft); }
.nav a:hover { color: var(--rose-deep); }
.top__cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 22px; font-size: 13px; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; color: var(--ink); white-space: nowrap; }
.top__cta:hover { background: var(--ink); color: var(--cream); }
.nav-toggle { display: none; }

@media (max-width: 780px) {
  .nav { display: none; }
  .top__cta { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); }
}
.sheet { display: none; flex-direction: column; padding: 6px 24px 22px; border-bottom: 1px solid var(--line); }
.sheet.is-open { display: flex; }
.sheet a { padding: 14px 4px; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line); font-size: 15px; text-align: center; }
.sheet a:last-child { border-bottom: none; }

/* ---------- hero ---------- */
.hero { padding: 90px 0 100px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 760px; height: 760px; border-radius: 50%;
  background: radial-gradient(circle, var(--blush) 0%, transparent 68%);
  z-index: 0;
}
.hero__inner { position: relative; z-index: 1; }
.hero__kicker { text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--rose-deep); margin: 0 0 22px; font-weight: 600; }
.hero h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(44px, 7vw, 84px); line-height: 1.02; margin: 0 0 26px; }
.hero h1 em { font-style: italic; color: var(--rose-deep); }
.hero p.lede { max-width: 46ch; margin: 0 auto 34px; font-size: 17px; color: var(--ink-soft); }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: 999px; text-decoration: none; font-size: 14px; letter-spacing: .03em; text-transform: uppercase; font-weight: 600; transition: transform .35s var(--ease), background .35s var(--ease); }
.btn--fill { background: var(--rose-deep); color: #fff; }
.btn--fill:hover { background: #6f3a33; transform: translateY(-1px); }
.btn--line { border: 1px solid var(--ink); color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--cream); }
.btn--block { width: 100%; justify-content: center; }

/* ---------- sektion ---------- */
.section { padding: 90px 0; }
.section--blush { background: var(--blush); }
.head { text-align: center; max-width: 560px; margin: 0 auto 56px; }
.head .kicker { text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--rose-deep); margin: 0 0 16px; font-weight: 600; }
.head h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 4.4vw, 50px); margin: 0 0 16px; }
.head p { color: var(--ink-soft); margin: 0; font-size: 16px; }

/* ---------- behandlingar ---------- */
.treats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.treat { text-align: center; padding: 8px; }
.treat__icon { width: 76px; height: 76px; border-radius: 50%; background: var(--blush); display: grid; place-items: center; margin: 0 auto 20px; }
.treat__icon svg { width: 30px; height: 30px; stroke: var(--rose-deep); }
.treat h3 { font-family: var(--font-display); font-size: 24px; font-weight: 500; margin: 0 0 10px; }
.treat p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

@media (max-width: 780px) { .treats { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- prislista ---------- */
.price-list { max-width: 640px; margin: 0 auto; }
.price-group { margin-bottom: 40px; }
.price-group:last-child { margin-bottom: 0; }
.price-group h3 { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 22px; color: var(--rose-deep); margin: 0 0 16px; text-align: center; }
.price-row { display: flex; align-items: baseline; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-row__name { font-weight: 500; font-size: 15.5px; }
.price-row__leader { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
.price-row__price { font-family: var(--font-display); font-size: 18px; color: var(--rose-deep); white-space: nowrap; }
.price-note { text-align: center; margin-top: 30px; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- team ---------- */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.member { text-align: center; }
.member__avatar { width: 108px; height: 108px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; font-family: var(--font-display); font-size: 30px; color: #fff; }
.member__avatar--1 { background: linear-gradient(155deg, #c98a86, #8f4f47); }
.member__avatar--2 { background: linear-gradient(155deg, #8f4f47, #4a2b26); }
.member__avatar--3 { background: linear-gradient(155deg, #d9b3ac, #b6746a); }
.member h3 { font-size: 16px; font-weight: 600; margin: 0 0 4px; }
.member p { font-size: 13.5px; color: var(--ink-soft); margin: 0; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 780px) { .team { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- omdöme (demo-placeholder) ---------- */
.quote { max-width: 680px; margin: 0 auto; text-align: center; }
.quote blockquote { font-family: var(--font-display); font-style: italic; font-size: clamp(22px, 3vw, 30px); line-height: 1.4; margin: 0 0 18px; color: var(--ink); }
.quote cite { font-style: normal; font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }

/* ---------- hitta hit / kontakt ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.contact-card { background: var(--cream); border: 1px solid var(--line); border-radius: 20px; padding: 26px; text-align: center; }
.contact-card svg { width: 22px; height: 22px; stroke: var(--rose-deep); margin: 0 auto 14px; }
.contact-card b { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft); margin-bottom: 6px; }
.contact-card a, .contact-card span { font-size: 15px; }
.contact-card a { text-decoration: none; color: var(--ink); }

.form-panel { background: var(--cream); border: 1px solid var(--line); border-radius: 26px; padding: 44px; max-width: 620px; margin: 0 auto; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; margin-bottom: 7px; color: var(--ink-soft); }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 13px 16px; font: inherit; font-size: 15px; color: var(--ink); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--rose-deep); outline-offset: 1px; }
.form-note { font-size: 12.5px; color: var(--ink-soft); margin: 16px 0 0; text-align: center; }
.form-status { margin-top: 16px; padding: 13px 16px; border-radius: 12px; background: var(--blush); color: var(--rose-deep); font-size: 14px; font-weight: 600; text-align: center; }
.form-status[hidden] { display: none; }

@media (max-width: 780px) { .contact-cards { grid-template-columns: 1fr; } .form-panel { padding: 28px; } }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--line); padding: 40px 0 100px; text-align: center; }
.foot p { margin: 0 0 10px; font-size: 13.5px; color: var(--ink-soft); }
.foot a { text-decoration: none; color: var(--ink); font-size: 13.5px; }
.foot a:hover { color: var(--rose-deep); }
