:root {
  --aubergine: #241428;
  --aubergine-2: #34203A;
  --gradde: #F7F1EA;
  --tomat: #D9452C;
  --dimma: #6E6066;
  --vit: #FFFDFB;
  --display: 'Krona One', 'Arial Black', sans-serif;
  --text: 'Rethink Sans', 'Segoe UI', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--gradde); color: var(--aubergine); font: 400 18px/1.55 var(--text); }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--tomat); outline-offset: 3px; }
.inre { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.demo-rad { background: #111; color: #eee; font: 500 13px/1.4 var(--text); text-align: center; padding: 8px 16px; }
.demo-rad a { color: #fff; font-weight: 700; }
.inbaddad .demo-rad { display: none; }

.nav-yta { background: var(--aubergine); color: var(--vit); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; padding-bottom: 18px; }
.logga { font: 400 17px var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; font-weight: 500; font-size: 16px; }
.nav ul a { text-decoration: none; }
.nav ul a:hover { color: var(--tomat); }

.knapp { display: inline-flex; align-items: center; min-height: 48px; padding: 0 24px; font: 700 16px var(--text); text-decoration: none; background: var(--tomat); color: var(--vit); border: 0; cursor: pointer; clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); transition: background .2s; }
.knapp:hover { background: #B93820; }
.knapp.liten { min-height: 40px; padding: 0 18px; font-size: 15px; }
.knapp.ljus { background: var(--vit); color: var(--aubergine); }
.knapp.ljus:hover { background: var(--gradde); }
@media (prefers-reduced-motion: reduce) { .knapp { transition: none; } }

.hero { position: relative; background: var(--aubergine); color: var(--vit); overflow: hidden; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--aubergine) 22%, rgba(36, 20, 40, .55) 62%, rgba(36, 20, 40, .2)); }
.hero .inre { position: relative; z-index: 1; padding-top: 74px; padding-bottom: 74px; }
.plats { font-weight: 500; font-size: 16px; color: #E9B9AE; margin: 0 0 16px; }
.ordmarke { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .94; }
.ordmarke .liten { display: block; font-size: clamp(20px, 2.6vw, 30px); letter-spacing: .04em; }
.ordmarke .stor { display: block; font-size: clamp(52px, 11vw, 132px); letter-spacing: -.01em; }
.hero-rad { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 22px 48px; align-items: end; margin-top: 30px; }
.hero-rad > p { margin: 0; font-size: 19px; max-width: 34ch; }
.knappar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.oppet { justify-self: end; border-left: 3px solid var(--tomat); padding: 4px 0 4px 16px; margin: 0; }
.oppet b { display: block; font-size: 19px; }
.oppet span { color: #CDBFC6; font-size: 16px; }

.sektion { padding: 86px 0; }
h2 { font: 400 clamp(28px, 3.8vw, 44px)/1.05 var(--display); text-transform: uppercase; margin: 0 0 14px; }

.pris-yta { background: var(--vit); }
.pris-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 40px 64px; align-items: start; }
.pris-bild { margin: 0; }
.pris-bild img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.pris-bild figcaption { margin-top: 10px; font-size: 15px; color: var(--dimma); }
.led { color: var(--dimma); margin: 0 0 18px; max-width: 36ch; }
.frisorer-yta .led { margin: 0; max-width: 46ch; }
.rabatt { display: inline-block; background: var(--aubergine); color: var(--vit); padding: 10px 14px; font-weight: 500; font-size: 16px; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.prisgrupp + .prisgrupp { margin-top: 32px; }
.prisgrupp h3 { font: 700 18px var(--text); margin: 0 0 4px; }
.prislista { list-style: none; margin: 0; padding: 0; }
.prislista li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 13px 0; border-bottom: 1px solid #E7DED4; }
.prislista small { display: block; font-size: 15px; color: var(--dimma); }
.prislista b { white-space: nowrap; font-size: 19px; }

.frisorer-yta { background: var(--gradde); }
.frisorer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 34px; }
.frisor img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.frisor h3 { font: 700 22px var(--text); margin: 16px 0 4px; }
.frisor p { margin: 0 0 16px; color: var(--dimma); font-size: 16px; }
.frisor .vem { font-weight: 500; font-size: 15px; color: var(--tomat); }

.hitta { background: var(--aubergine); color: var(--vit); }
.hitta h2 { margin-bottom: 30px; }
.hitta-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 40px 64px; align-items: start; }
.hitta img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hitta h3 { font: 700 18px var(--text); margin: 0 0 8px; }
.hitta p { margin: 0 0 6px; color: #CDBFC6; }
.hitta p.luft { margin-bottom: 18px; }
.hitta-fakta { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; margin-top: 32px; }
.bokaknapp { margin-top: 26px; }
.tider { width: 100%; border-collapse: collapse; font-size: 17px; }
.tider td { padding: 8px 0; border-bottom: 1px solid #40304A; color: #CDBFC6; }
.tider td:last-child { text-align: right; }
.tider .idag td { color: var(--vit); font-weight: 700; }

footer { background: #1A0E1D; color: #A897A2; font-size: 15px; }
footer .inre { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; padding-top: 24px; padding-bottom: 24px; }
footer b { color: var(--vit); font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; }

.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 14px); background: var(--aubergine); color: var(--vit); padding: 13px 20px; font-size: 16px; max-width: min(92vw, 440px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 30; }
.toast.visas { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: reduce) { .toast { transition: none; } }

@media (max-width: 900px) {
  .hero-rad, .pris-grid, .hitta-grid { grid-template-columns: 1fr; }
  .oppet { justify-self: start; }
  .frisorer { grid-template-columns: 1fr 1fr; }
  .pris-bild img { aspect-ratio: 16 / 9; }
}
@media (max-width: 620px) {
  .sektion { padding: 56px 0; }
  .nav ul { gap: 16px; font-size: 15px; }
  .nav ul li:not(:last-child) { display: none; }
  .frisorer, .hitta-fakta { grid-template-columns: 1fr; }
  .hero .inre { padding-top: 48px; padding-bottom: 48px; }
}
