/* =========================================================
   MS Friseur - Design System
   Dark copper aesthetic. Tokens mirror the original build.
   ========================================================= */

:root,
html {
  --msf-background: #111111;
  --msf-foreground: #f3e6d9;
  --msf-card: #181818;
  --msf-card-foreground: #f3e6d9;
  --msf-popover: #1c1c1c;
  --msf-primary: #c99977;
  --msf-primary-foreground: #111111;
  --msf-secondary: #242424;
  --msf-secondary-foreground: #ede0d4;
  --msf-muted: #1f1f1f;
  --msf-muted-foreground: #b6a696;
  --msf-accent: #453021;
  --msf-accent-foreground: #dfba9f;
  --msf-destructive: #ba2c2c;
  --msf-border: #372c25;
  --msf-input: #212121;
  --msf-ring: #c99977;
  --msf-radius: .25rem;
  --msf-font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --msf-font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --msf-tracking: .01em;
  --msf-shadow-sm: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
  --msf-max: 1280px;
}

/* ---------- base ---------- */
html { -webkit-text-size-adjust: 100%; }
body {
  background-color: var(--msf-background);
  color: var(--msf-foreground);
  font-family: var(--msf-font-sans);
  letter-spacing: var(--msf-tracking);
  font-size: 16px;
  line-height: 1.6;
}
body, .site-main { background-color: var(--msf-background); }
h1, h2, h3, h4, h5, h6 { font-family: var(--msf-font-serif); color: var(--msf-foreground); font-weight: 400; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--msf-primary); }
img { display: block; max-width: 100%; height: auto; }
::selection { background: var(--msf-primary); color: var(--msf-primary-foreground); }

/* Elementor resets */
.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor ul:last-child { margin-bottom: 0; }
.elementor-widget-heading .elementor-heading-title { line-height: inherit; }

/* ---------- section shell ---------- */
.msf-sec { position: relative; overflow: hidden; }
.msf-sec--top-border { border-top: 1px solid var(--msf-border); }
.msf-sec--top-border-soft { border-top: 1px solid rgba(55, 44, 37, .4); }

/* decorative copper glow blobs */
.msf-glow::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 9999px;
  background: rgba(201, 153, 119, .05);
  filter: blur(64px);
  z-index: 0;
}
.msf-glow--top-center::before { top: -160px; left: 50%; transform: translateX(-50%); width: 600px; height: 350px; filter: blur(120px); }
.msf-glow--upper-center::before { top: 25%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 400px; filter: blur(120px); }
.msf-glow--third-center::before { top: 33%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 350px; }
.msf-glow--wide-center::before { top: 25%; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; filter: blur(120px); }
.msf-glow--core::before { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; filter: blur(120px); background: rgba(201, 153, 119, .1); }
.msf-glow--pill::before { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 640px; max-width: 100%; height: 380px; filter: blur(100px); background: rgba(201, 153, 119, .1); }
.msf-glow--top-right::before { top: -160px; right: 25%; width: 384px; height: 384px; }
.msf-glow--right-third::before { top: 33%; right: 25%; transform: translateY(-50%); width: 384px; height: 384px; }
.msf-glow--left::before { top: 25%; left: -192px; width: 384px; height: 384px; }
.msf-glow--right::before { top: 25%; right: -100px; width: 384px; height: 384px; }
.msf-glow--bottom-left::before { bottom: 40px; left: -60px; width: 320px; height: 320px; }
.msf-sec > .e-con-inner { position: relative; z-index: 1; }

/* ---------- eyebrow / kicker ---------- */
.msf-eyebrow .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--msf-font-sans);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--msf-primary);
}
.msf-eyebrow .elementor-heading-title::before {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 1px;
  background: rgba(201, 153, 119, .6);
}
.msf-eyebrow--center .elementor-heading-title { justify-content: center; }
.msf-eyebrow--center .elementor-heading-title::after {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 1px;
  background: rgba(201, 153, 119, .6);
}
.msf-eyebrow--strong .elementor-heading-title { font-weight: 600; }
.msf-eyebrow--plain .elementor-heading-title::before,
.msf-eyebrow--plain .elementor-heading-title::after { display: none; }

/* badge pill */
.msf-badge .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border: 1px solid rgba(201, 153, 119, .3);
  background: rgba(201, 153, 119, .05);
  color: var(--msf-primary);
  font-family: var(--msf-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 0;
  line-height: 1.5;
}
.msf-badge--soft .elementor-heading-title {
  border-color: rgba(201, 153, 119, .4);
  background: rgba(201, 153, 119, .1);
  font-weight: 500;
  padding: 4px 14px;
}

/* ---------- typography ---------- */
.msf-h1 .elementor-heading-title {
  font-family: var(--msf-font-serif);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--msf-foreground);
}
.msf-h2 .elementor-heading-title {
  font-family: var(--msf-font-serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--msf-foreground);
}
.msf-h3 .elementor-heading-title {
  font-family: var(--msf-font-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--msf-foreground);
}
.msf-h4 .elementor-heading-title {
  font-family: var(--msf-font-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: var(--msf-foreground);
}
.msf-accent { color: var(--msf-primary); font-style: italic; }
.msf-accent--light { color: var(--msf-primary); font-style: italic; font-weight: 300; }

.msf-lead, .msf-lead p {
  font-family: var(--msf-font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--msf-muted-foreground);
}
.msf-body, .msf-body p {
  font-family: var(--msf-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--msf-muted-foreground);
}
.msf-body p + p { margin-top: 16px; }
.msf-small, .msf-small p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--msf-muted-foreground);
}
.msf-xs, .msf-xs p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--msf-muted-foreground);
}
.msf-note, .msf-note p { font-size: 12px; color: rgba(182, 166, 150, .8); }
.msf-center, .msf-center p { text-align: center; }


@media (min-width: 768px) {
  .msf-lead, .msf-lead p { font-size: 18px; }
  .msf-small, .msf-small p { font-size: 16px; }
  .msf-h1 .elementor-heading-title { font-size: 72px; }
  .msf-h2 .elementor-heading-title { font-size: 48px; }
  .msf-h3 .elementor-heading-title { font-size: 24px; }
}
@media (min-width: 640px) and (max-width: 767px) {
  .msf-h1 .elementor-heading-title { font-size: 60px; }
  .msf-h2 .elementor-heading-title { font-size: 36px; }
}
@media (min-width: 1024px) {
  .msf-h1 .elementor-heading-title { font-size: 96px; }
}

/* ---------- buttons ---------- */
.msf-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0;
  font-family: var(--msf-font-sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 28px;
  border: 1px solid transparent;
  transition: color .25s, background-color .25s, border-color .25s, box-shadow .25s;
}
.msf-btn .elementor-button-content-wrapper { align-items: center; gap: 8px; }
.msf-btn .elementor-button-icon svg { width: 1em; height: 1em; }

.msf-btn--primary .elementor-button {
  background-color: var(--msf-primary);
  color: var(--msf-primary-foreground);
  box-shadow: var(--msf-shadow-sm);
}
.msf-btn--primary .elementor-button:hover,
.msf-btn--primary .elementor-button:focus {
  background-color: rgba(201, 153, 119, .9);
  color: var(--msf-primary-foreground);
}
.msf-btn--outline .elementor-button {
  background-color: var(--msf-background);
  border-color: var(--msf-border);
  color: var(--msf-foreground);
}
.msf-btn--outline .elementor-button:hover {
  border-color: var(--msf-primary);
  background-color: rgba(201, 153, 119, .1);
  color: var(--msf-foreground);
}
.msf-btn--outline-copper .elementor-button {
  background-color: var(--msf-background);
  border-color: rgba(201, 153, 119, .5);
  color: var(--msf-foreground);
}
.msf-btn--outline-copper .elementor-button:hover {
  border-color: var(--msf-primary);
  background-color: rgba(201, 153, 119, .1);
}
.msf-btn--soft .elementor-button {
  background-color: rgba(24, 24, 24, .6);
  border-color: var(--msf-border);
  color: var(--msf-foreground);
}
.msf-btn--soft .elementor-button:hover {
  border-color: rgba(201, 153, 119, .6);
  background-color: rgba(201, 153, 119, .1);
}
.msf-btn--secondary .elementor-button {
  background-color: var(--msf-secondary);
  color: var(--msf-secondary-foreground);
}
.msf-btn--secondary .elementor-button:hover { background-color: #2e2e2e; }
.msf-btn--link .elementor-button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--msf-primary);
  letter-spacing: .12em;
  font-size: 12px;
}
.msf-btn--link .elementor-button:hover { color: #dcb497; }
.msf-btn--link .elementor-button:hover .elementor-button-icon { transform: translateX(4px); }
.msf-btn--link .elementor-button-icon { transition: transform .3s; }
.msf-btn--sm .elementor-button { padding: 10px 20px; }
.msf-btn--lg .elementor-button { padding: 18px 32px; font-size: 13px; letter-spacing: .1em; }
.msf-btn--tall .elementor-button { height: 48px; padding-top: 0; padding-bottom: 0; }
.msf-btn--block .elementor-button { width: 100%; }
.msf-btn--wide .elementor-button { min-width: 220px; }
@media (max-width: 767px) { .msf-btn--block-m .elementor-button { width: 100%; } }

/* ---------- cards ---------- */
.msf-card {
  background-color: var(--msf-card);
  border: 1px solid var(--msf-border);
  border-radius: 0;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.msf-card--soft { background-color: rgba(24, 24, 24, .6); }
.msf-card--rounded { border-radius: var(--msf-radius); }
.msf-card--hoverable:hover { border-color: rgba(201, 153, 119, .45); }
.msf-card--featured { border-color: rgba(201, 153, 119, .4); }

/* media block with scrim + hover zoom */
.msf-media { position: relative; overflow: hidden; background-color: var(--msf-muted); }
.msf-media .elementor-widget-image,
.msf-media .elementor-widget-image .elementor-widget-container,
.msf-media img { height: 100%; width: 100%; }
.msf-media img { object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.msf-card:hover .msf-media img,
.msf-media:hover img { transform: scale(1.05); }
.msf-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(17,17,17,.92) 0%, rgba(17,17,17,.35) 45%, rgba(17,17,17,0) 100%);
}
.msf-media--flat::after { background: linear-gradient(to top, rgba(17,17,17,.55) 0%, rgba(17,17,17,0) 60%); }
.msf-media--none::after { display: none; }
.msf-ratio-4-5 { aspect-ratio: 4 / 5; }
.msf-ratio-3-4 { aspect-ratio: 3 / 4; }
.msf-ratio-16-10 { aspect-ratio: 16 / 10; }
.msf-ratio-1-1 { aspect-ratio: 1 / 1; }

/* overlay content inside a media block */
.msf-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.msf-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 1px solid rgba(201, 153, 119, .3);
  background: rgba(17, 17, 17, .85);
  color: var(--msf-primary);
  font-family: var(--msf-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.5;
  backdrop-filter: blur(4px);
  width: fit-content;
}

/* thin copper corner accents */
.msf-corner { position: relative; }
.msf-corner::before, .msf-corner::after {
  content: "";
  position: absolute;
  background: rgba(201, 153, 119, .4);
  pointer-events: none;
}
.msf-corner::before { top: 0; left: 0; width: 32px; height: 1px; }
.msf-corner::after { top: 0; left: 0; width: 1px; height: 32px; }

/* framed image - offset copper outline behind the portrait */
.msf-framed { position: relative; }
.msf-framed::before {
  content: "";
  position: absolute;
  top: -14px; right: -14px; bottom: 14px; left: 14px;
  border: 1px solid rgba(201, 153, 119, .3);
  pointer-events: none;
  display: none;
}
@media (min-width: 1025px) { .msf-framed::before { display: block; } }

/* ---------- dividers / rules ---------- */
.msf-gradient-rule .elementor-divider-separator {
  border: 0 !important;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201, 153, 119, .6), transparent);
}
.msf-hairline { border-top: 1px solid var(--msf-border); }
.msf-hairline--soft { border-top: 1px solid rgba(55, 44, 37, .5); }

/* ---------- key/value rows ---------- */
.msf-rows { display: flex; flex-direction: column; }
.msf-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  padding: 7px 0;
}
.msf-row + .msf-row { border-top: 1px solid rgba(55, 44, 37, .5); }
.msf-row__k { color: var(--msf-muted-foreground); font-weight: 300; }
.msf-row__v { color: var(--msf-foreground); font-weight: 500; }

.msf-rows--stacked .msf-row { flex-direction: column; align-items: flex-start; gap: 2px; border: 0; border-bottom: 1px solid rgba(55, 44, 37, .5); padding: 0 0 8px; margin-bottom: 10px; }
.msf-rows--stacked .msf-row:last-child { margin-bottom: 0; }
.msf-rows--stacked .msf-row__k { color: rgba(243, 230, 217, .9); font-weight: 500; font-size: 14px; }
.msf-rows--stacked .msf-row__v { color: var(--msf-muted-foreground); font-weight: 400; font-size: 12px; }

/* ---------- icon + text blocks ---------- */
.msf-icontext { display: flex; align-items: flex-start; gap: 12px; }
.msf-icontext + .msf-icontext { margin-top: 16px; }
.msf-icontext__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  margin-top: 4px;
  color: var(--msf-primary);
  background: rgba(201, 153, 119, .1);
  border: 1px solid rgba(201, 153, 119, .3);
}
.msf-icontext__icon svg { width: 14px; height: 14px; }
.msf-icontext--lg .msf-icontext__icon { width: 40px; height: 40px; margin-top: 2px; }
.msf-icontext--lg .msf-icontext__icon svg { width: 18px; height: 18px; }
.msf-icontext--plain .msf-icontext__icon { background: var(--msf-muted); border-color: rgba(55, 44, 37, .8); }
.msf-icontext__title { font-family: var(--msf-font-sans); font-weight: 500; color: var(--msf-foreground); font-size: 14px; margin: 0; }
.msf-icontext__title--serif { font-family: var(--msf-font-serif); font-size: 20px; font-weight: 500; }
.msf-icontext__text { font-size: 12px; color: var(--msf-muted-foreground); margin: 2px 0 0; }
.msf-icontext__text--sm { font-size: 14px; font-weight: 300; line-height: 1.6; }

/* contact tiles */
.msf-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(31, 31, 31, .6);
  border: 1px solid var(--msf-border);
  transition: border-color .25s, background-color .25s;
}
.msf-tile + .msf-tile { margin-top: 12px; }
.msf-tile:hover { border-color: rgba(201, 153, 119, .5); }
.msf-tile svg { width: 18px; height: 18px; color: var(--msf-primary); flex: 0 0 auto; }
.msf-tile__k { font-size: 12px; color: var(--msf-muted-foreground); line-height: 1.3; }
.msf-tile__v { font-size: 14px; font-weight: 500; color: var(--msf-foreground); line-height: 1.4; }

/* ---------- icon svg helpers ---------- */
.msf-i { display: inline-flex; flex: 0 0 auto; vertical-align: middle; line-height: 0; }
.msf-i svg { width: 1em; height: 1em; stroke: currentColor; fill: none; }
.msf-i--fill svg { fill: currentColor; }
