/*
Theme Name: KL Hair Studio
Theme URI: https://klhairstudio.dk
Author: KL Hair Studio
Description: Luksuriøst tema til KL Hair Studio frisørsalon på Amager
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: kl-hair-studio
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #b89a6a;
  --gold-light: #d4b98a;
  --dark: #1a1a1a;
  --mid: #4a4a4a;
  --light-bg: #faf8f5;
  --cream: #f3ede4;
  --white: #ffffff;
  --border: #e0d8cf;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
  margin: 0;
}

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-logo-img {
  height: 44px;
  width: auto;
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--dark);
  line-height: 1.1;
}
.nav-logo-text span { color: var(--gold); }

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.75rem;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  color: var(--mid);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active,
.nav-links .current-menu-item > a { color: var(--gold); }

.nav-book {
  background: var(--gold) !important;
  color: var(--white) !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: 2px;
}
.nav-book:hover { background: var(--gold-light) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--dark);
}

/* NOTICE BAR */
.notice-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 0.65rem 2rem;
  text-align: center;
  font-size: 0.83rem;
  color: var(--mid);
  margin-top: 64px;
}
.notice-bar a { color: var(--gold); text-decoration: underline; }

/* HERO */
.hero {
  height: calc(100vh - 64px);
  min-height: 520px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.45;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,12,11,0.6) 0%, rgba(13,12,11,0.1) 60%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 2; color: var(--white); padding: 2rem; max-width: 680px; }
.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
  display: block;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2.5rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-hero-outline {
  border: 1px solid rgba(255,255,255,0.45);
  color: var(--white);
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: border-color 0.2s;
  display: inline-block;
}
.btn-hero-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* PAGE HERO */
.page-hero {
  background: var(--dark);
  padding: 5rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-size: cover;
  background-position: center;
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
  display: block;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero p {
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: 1rem;
}

/* BREADCRUMB */
.breadcrumb {
  font-size: 0.78rem;
  color: var(--mid);
  padding: 0.75rem 0;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb span { margin: 0 0.4rem; }

/* SECTIONS */
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }

.section-tag {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-lead {
  font-size: 0.98rem;
  color: var(--mid);
  max-width: 560px;
  margin-bottom: 2.5rem;
  line-height: 1.85;
}

/* BUTTONS */
.btn-primary {
  background: var(--gold);
  color: var(--white);
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); }

.btn-outline-dark {
  border: 1px solid var(--border);
  color: var(--mid);
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
  display: inline-block;
}
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img {
  aspect-ratio: 3/4;
  background: url('nani.png') center top/cover no-repeat;
  border-radius: 2px;
  position: relative;
}
.about-img::after {
  content: '';
  position: absolute;
  bottom: -1.25rem; right: -1.25rem;
  width: 55%; height: 55%;
  border: 1px solid var(--gold);
  border-radius: 2px;
  z-index: -1;
}
.about-text p { color: var(--mid); margin-bottom: 1.2rem; line-height: 1.85; }
.cta-pair { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

/* SERVICES */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 2rem;
}
.service-card {
  background: var(--white);
  padding: 2.25rem 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  display: block;
}
.service-card:hover { background: var(--light-bg); }
.service-card .bar { width: 36px; height: 2px; background: var(--gold); margin-bottom: 1.25rem; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; margin-bottom: 0.5rem; }
.service-card p { font-size: 0.88rem; color: var(--mid); margin-bottom: 1rem; line-height: 1.7; }
.service-card .price { font-size: 0.85rem; color: var(--gold); }
.service-card .arrow { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-top: 0.75rem; display: inline-block; transition: color 0.2s, transform 0.2s; }
.service-card:hover .arrow { color: var(--gold); transform: translateX(4px); }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.two-col-img { aspect-ratio: 4/5; background: var(--cream); background-size: cover; background-position: center; border-radius: 2px; }

/* PRICES */
.prices-dark { background: var(--dark); }
.prices-dark .section-title { color: var(--white); }
.prices-dark .section-lead { color: rgba(255,255,255,0.55); }
.prices-dark .section-tag { color: var(--gold-light); }
.prices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.price-block { margin-bottom: 2.5rem; }
.price-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 0.5rem; margin-bottom: 0.5rem; color: var(--white); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table td { padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.price-table td:last-child { text-align: right; color: var(--gold-light); font-size: 0.95rem; font-family: 'Cormorant Garamond', serif; white-space: nowrap; }
.price-note { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-style: italic; margin-top: 1rem; }

/* Light price tables (undersider) */
.price-block-light h3 { color: var(--dark); border-bottom-color: var(--border); }
.price-block-light .price-table td { color: var(--mid); border-bottom-color: var(--border); }
.price-block-light .price-table td:last-child { color: var(--dark); }
.price-block-light .price-note { color: var(--mid); }

/* REVIEWS */
.reviews-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: 2px; padding: 1.75rem; }
.stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.review-card blockquote { font-size: 0.88rem; color: var(--mid); font-style: italic; line-height: 1.75; margin-bottom: 1rem; }
.reviewer { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }

/* CTA BAND */
.cta-band { background: var(--dark); padding: 4rem 2rem; text-align: center; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 300; color: var(--white); margin-bottom: 0.75rem; }
.cta-band h2 em { font-style: italic; color: var(--gold-light); }
.cta-band p { color: rgba(255,255,255,0.55); font-size: 0.95rem; margin-bottom: 2rem; }
.cta-band .btn-outline { border: 1px solid rgba(255,255,255,0.35); color: var(--white); padding: 0.85rem 2rem; text-decoration: none; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; display: inline-block; margin-left: 1rem; transition: border-color 0.2s; }
.cta-band .btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* STEPS */
.steps { counter-reset: step; list-style: none; margin: 2rem 0; }
.steps li { counter-increment: step; display: flex; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.steps li::before { content: counter(step, decimal-leading-zero); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--gold); flex-shrink: 0; width: 2rem; line-height: 1.3; }
.steps li strong { display: block; font-weight: 500; margin-bottom: 0.25rem; }
.steps li p { font-size: 0.88rem; color: var(--mid); margin: 0; }

/* HIGHLIGHT BOX */
.highlight-box { background: var(--cream); border-left: 3px solid var(--gold); padding: 1.5rem 1.75rem; border-radius: 0 2px 2px 0; margin: 2rem 0; }
.highlight-box p { font-size: 0.92rem; color: var(--mid); line-height: 1.85; margin: 0; }
.highlight-box strong { color: var(--dark); font-weight: 500; }

/* FEATURE GRID */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.feature-item { padding: 1.5rem 0; border-top: 2px solid var(--gold); }
.feature-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; margin-bottom: 0.5rem; }
.feature-item p { font-size: 0.88rem; color: var(--mid); line-height: 1.7; }

/* INFO BOX */
.info-box { background: var(--light-bg); border: 1px solid var(--border); border-radius: 2px; padding: 1.75rem 2rem; margin-top: 2rem; }
.info-box p { font-size: 0.9rem; color: var(--mid); line-height: 1.8; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.info-section { margin-bottom: 2.5rem; }
.info-section h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; margin-bottom: 1rem; }
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.contact-list .lbl { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); width: 90px; flex-shrink: 0; padding-top: 3px; }
.contact-list .val { font-size: 0.92rem; color: var(--mid); line-height: 1.6; }
.contact-list a { color: var(--gold); text-decoration: none; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; color: var(--mid); }
.hours-table td:last-child { text-align: right; color: var(--dark); }
.hours-table td.closed { color: var(--border) !important; }
.map-wrap { height: 380px; background: var(--cream); border: 1px solid var(--border); border-radius: 2px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }
.book-box { background: var(--dark); padding: 2rem; border-radius: 2px; text-align: center; margin-top: 2rem; }
.book-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--white); margin-bottom: 0.5rem; }
.book-box p { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,0.45); padding: 3rem 2rem 2rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-logo { display: block; margin-bottom: 0.75rem; text-decoration: none; }
.footer-logo img { height: 52px; width: auto; }
footer p { font-size: 0.83rem; margin-bottom: 0.3rem; }
footer a { color: var(--gold-light); text-decoration: none; }
.footer-nav { display: flex; justify-content: center; gap: 1.5rem; list-style: none; margin: 1.5rem 0 1rem; flex-wrap: wrap; }
.footer-nav a { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.2); margin-top: 1rem; }

/* WP ADMIN BAR FIX */
body.admin-bar nav { top: 32px; }
body.admin-bar .notice-bar { margin-top: 96px; }

/* MOBILE */
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--white); padding: 1.75rem 2rem; border-bottom: 1px solid var(--border); gap: 1.25rem; z-index: 99; }
  .hero h1 { font-size: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { aspect-ratio: 4/3; }
  .about-img::after { display: none; }
  .prices-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col-img { aspect-ratio: 16/9; }
  section { padding: 3.5rem 1.25rem; }
  nav { padding: 0 1.25rem; }
  .notice-bar { font-size: 0.78rem; }
  @media (max-width: 820px) { body.admin-bar nav { top: 46px; } body.admin-bar .notice-bar { margin-top: 110px; } }
}
