/* =====================================================================
   Makeup by Keyla - VARIANT C - "Modern Minimal"
   Airy, elegant, whitespace-forward. Thin/light type, full-bleed centered
   hero, uniform square gallery grid, compact icon-row services, minimal
   centered testimonial. Cream/white base, charcoal text, restrained gold.
   Same class names / JS hooks as the base site; light palette default.
   ===================================================================== */

:root {
  /* palette */
  --c-ink:       #171514;   /* charcoal text */
  --c-ink-soft:  #4a4643;   /* softened charcoal */
  --c-dark:      #171514;
  --c-bg:        #ffffff;
  --c-cream:     #f6f2ec;   /* airy cream tint */
  --c-surface:   #f6f2ec;
  --c-taupe:     #e7ded3;
  --c-gold:      #f3d977;   /* accent (fills, rules) */
  --c-gold-dk:   #e0c25e;
  --c-gold-ink:  #a9863a;   /* text-safe gold on light */
  --c-muted:     #8a827a;
  --c-line:      #ece7df;
  --c-line-2:    #ddd5ca;

  /* type */
  --f-script: "Parisienne", "Snell Roundhand", cursive;
  --f-head:   "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-body:   "Lato", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw: 1200px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* structural headings: Montserrat, thin, wide tracking, uppercase */
h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  line-height: 1.45;
  margin: 0 0 0.8em;
  color: var(--c-ink);
}
h2 { font-size: clamp(1.05rem, 1.9vw, 1.4rem); }
h3 { font-size: clamp(0.92rem, 1.4vw, 1.05rem); font-weight: 400; letter-spacing: 0.26em; }

/* script display: emotional / feature lines + logo */
h1, .script {
  font-family: var(--f-script);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.04;
  margin: 0 0 0.3em;
  color: var(--c-ink);
}
h1 { font-size: clamp(3rem, 8vw, 6rem); }
.script { font-size: clamp(2rem, 4.5vw, 3.4rem); }

p { margin: 0 0 1.2em; color: var(--c-ink-soft); font-weight: 300; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.eyebrow {
  font-family: var(--f-head);
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--c-gold-ink);
  margin: 0 0 1.3rem;
}

/* thin decorative gold rule */
.rule {
  width: 46px; height: 1px; background: var(--c-gold-dk);
  border: 0; margin: 0 0 1.6rem;
}
.text-center .rule, .rule--center { margin-inline: auto; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 10vw, 9rem); }
.section--tint { background: var(--c-cream); }
.section--taupe { background: var(--c-taupe); }
/* in Modern Minimal, "dark" sections are reinterpreted as soft cream */
.section--dark { background: var(--c-cream); color: var(--c-ink); }
.section--dark p { color: var(--c-ink-soft); }
.section--dark .eyebrow { color: var(--c-gold-ink); }
.section--dark .script { color: var(--c-ink); }
.text-center { text-align: center; }
.measure { max-width: 46ch; margin-inline: auto; }

/* ---------- buttons: minimal, letter-spaced ---------- */
.btn {
  display: inline-block;
  font-family: var(--f-head);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 1.05rem 2.8rem;
  border: 1px solid var(--c-ink);
  border-radius: var(--radius);
  background: var(--c-ink);
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.btn:hover { background: transparent; color: var(--c-ink); }
.btn--ghost { background: transparent; color: var(--c-ink); border-color: var(--c-ink); }
.btn--ghost:hover { background: var(--c-ink); color: #fff; }

/* ---------- header / nav (light, airy) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(1.1) blur(8px);
  -webkit-backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--c-line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.35rem; }
.brand { font-family: var(--f-script); font-size: 2rem; color: var(--c-ink); letter-spacing: .02em; line-height: 1; }
.brand span { color: var(--c-gold-ink); }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--f-head); font-size: 0.66rem; text-transform: uppercase;
  letter-spacing: 0.26em; font-weight: 400; color: var(--c-ink); padding-block: .4rem; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--c-gold-dk); transition: width .3s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }

.nav-social { display: flex; gap: 1rem; }
.nav-social a { font-family: var(--f-head); font-size: 0.62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-gold-ink); }
.nav-social a:hover { color: var(--c-ink); }

.nav-lang { display: flex; align-items: center; gap: .5rem; font-family: var(--f-head); font-size: 0.66rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.nav-lang a { color: var(--c-muted); padding-block: .4rem; }
.nav-lang a.on { color: var(--c-gold-ink); }
.nav-lang a:hover { color: var(--c-gold-ink); }
.nav-lang span { color: var(--c-line-2); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  font-family: var(--f-head); font-size: 0.66rem; text-transform: uppercase; letter-spacing: .26em; font-weight: 500; color: var(--c-ink);
}

/* ---------- HERO: full-bleed centered, single large image ---------- */
.hero {
  position: relative;
  display: grid; place-items: center;
  text-align: center;
  min-height: min(90vh, 820px);
  padding-block: clamp(5rem, 12vw, 8rem);
  padding-inline: var(--gutter);
  overflow: hidden;
  background: var(--c-cream);
  color: #fff;
}
.hero-slot { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.hero-slot .hs-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 1.3s ease;
}
.hero-slot .hs-img.is-active { opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(23,21,20,0.30) 0%, rgba(23,21,20,0.34) 45%, rgba(23,21,20,0.5) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.hero .eyebrow { color: #f3e6c7; margin-bottom: 1.6rem; }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero .rule { background: var(--c-gold); margin-inline: auto; margin-top: 1.4rem; }
.hero p.lead {
  font-family: var(--f-head); text-transform: uppercase; letter-spacing: 0.32em;
  font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,.9);
  max-width: 46ch; margin: 1.8rem auto 0; line-height: 2.1;
}
.hero .btn { margin-top: 2.4rem; border-color: #fff; background: transparent; color: #fff; }
.hero .btn:hover { background: #fff; color: var(--c-ink); border-color: #fff; }
@media (prefers-reduced-motion: reduce) {
  .hero-slot .hs-img { transition: none; }
}

/* ---------- inner-page hero (compact, light) ---------- */
.page-hero {
  text-align: center;
  padding-block: clamp(4rem, 9vw, 7rem) clamp(2.5rem, 5vw, 4rem);
  background: var(--c-cream);
  border-bottom: 1px solid var(--c-line);
}
.page-hero .eyebrow { margin-bottom: 1.1rem; }
.page-hero h1 { color: var(--c-ink); }
.page-hero .rule { margin: 1.2rem auto 1.6rem; }
.page-hero p.lead {
  font-family: var(--f-body); font-weight: 300; color: var(--c-ink-soft);
  max-width: 52ch; margin: 0 auto; font-size: 1.05rem; line-height: 1.9;
}
.page-hero .btn { margin-top: 2rem; }

/* real images */
img.cover { width: 100%; object-fit: cover; border-radius: var(--radius); display: block; }
img.cover[data-ratio="portrait"] { aspect-ratio: 3 / 4; }
img.cover[data-ratio="landscape"] { aspect-ratio: 4 / 3; }
img.cover[data-ratio="square"] { aspect-ratio: 1 / 1; }

/* ---------- placeholder media ---------- */
.ph {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  display: grid; place-items: center;
  color: var(--c-muted); font-family: var(--f-head);
  font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; min-height: 220px;
}
.ph[data-ratio="portrait"] { aspect-ratio: 3 / 4; }
.ph[data-ratio="landscape"] { aspect-ratio: 4 / 3; }
.ph[data-ratio="square"] { aspect-ratio: 1 / 1; }
.ph[data-ratio="wide"] { aspect-ratio: 16 / 9; }

/* ---------- layout helpers ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.25rem); }

/* cards: minimal, borderless with hairline */
.card { background: transparent; border: 0; border-top: 1px solid var(--c-line-2); border-radius: 0; padding: 1.8rem 0 0; }
.card h3 { color: var(--c-ink); }
.card .cover { margin-bottom: 1.4rem; }
.card--framed { border: 1px solid var(--c-line); border-top: 1px solid var(--c-line); padding: 2.2rem; background: var(--c-bg); }
.card .btn--ghost { margin-top: .4rem; }

/* ---------- icon-row services (Modern Minimal) ---------- */
.svc-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.svc { text-align: center; }
.svc .svc-ic {
  display: block; width: 64px; height: 64px; margin: 0 auto 1.3rem;
  color: var(--c-gold-ink);
}
.svc .svc-ic svg { width: 100%; height: 100%; display: block; }
.svc h3 { margin-bottom: .6rem; }
.svc p { font-size: .92rem; margin: 0; color: var(--c-muted); line-height: 1.8; }

/* ---------- gallery: uniform square grid ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.5rem, 1.4vw, 1rem); }
.gallery .cover, .gallery img { aspect-ratio: 1 / 1 !important; object-fit: cover; border-radius: var(--radius); width: 100%; }
.gallery img { transition: opacity .3s ease, transform .5s ease; }
.gallery a { display: block; overflow: hidden; }
.gallery a:hover img, .gallery img:hover { opacity: .92; }

/* ---------- testimonials carousel (minimal, centered) ---------- */
.carousel { position: relative; max-width: 760px; margin-inline: auto; text-align: center; }
.carousel-track { position: relative; min-height: 240px; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: flex; flex-direction: column; justify-content: center; gap: 1.4rem; pointer-events: none; }
.slide.is-active { opacity: 1; position: relative; pointer-events: auto; }
.slide blockquote {
  font-family: var(--f-body); font-weight: 300; text-transform: none; letter-spacing: 0.01em;
  font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.85; margin: 0; color: var(--c-ink);
}
.slide cite { font-family: var(--f-script); font-style: normal; font-size: 2rem; color: var(--c-gold-ink); }
.carousel-btns { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; }
.carousel-btns button { background: none; border: 1px solid var(--c-line-2); border-radius: 50%; width: 46px; height: 46px; cursor: pointer; font-size: 1rem; color: var(--c-ink); opacity: .75; transition: opacity .2s, color .2s, border-color .2s; }
.carousel-btns button:hover { opacity: 1; color: var(--c-gold-ink); border-color: var(--c-gold-dk); }
.carousel-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 1.3rem; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: var(--c-line-2); opacity: 1; cursor: pointer; transition: background .2s; }
.carousel-dots button.is-active { background: var(--c-gold-dk); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--c-line); }
.faq-item:first-child { border-top: 1px solid var(--c-line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 1.5rem 0; font-family: var(--f-head); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; font-weight: 400; color: var(--c-ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q .icon { transition: transform .3s ease; color: var(--c-gold-ink); font-size: 1.3rem; font-weight: 300; }
.faq-q[aria-expanded="true"] .icon { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-a > div { padding-bottom: 1.5rem; }
.faq-a p { margin: 0; }

/* ---------- contact form ---------- */
.form { max-width: 580px; margin-inline: auto; display: grid; gap: 1.3rem; }
.field { display: grid; gap: .5rem; }
.field label { font-family: var(--f-head); font-size: .62rem; text-transform: uppercase; letter-spacing: .26em; font-weight: 500; color: var(--c-muted); }
.field input, .field select, .field textarea { font-family: var(--f-body); font-weight: 300; font-size: 1rem; padding: .9rem 0; border: 0; border-bottom: 1px solid var(--c-line-2); border-radius: 0; background: transparent; color: var(--c-ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-bottom-color: var(--c-gold-dk); box-shadow: 0 1px 0 var(--c-gold-dk); }
.field textarea { min-height: 130px; resize: vertical; }
.field .error { color: #b23b3b; font-size: .78rem; min-height: 1em; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-bottom-color: #b23b3b; }
.form .btn { justify-self: start; margin-top: .6rem; }
.form-status { text-align: center; font-size: .9rem; min-height: 1.4em; }
.form-status.ok { color: #3b7a4b; }
.form-status.err { color: #b23b3b; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- footer (light, airy) ---------- */
.site-footer { background: var(--c-cream); color: var(--c-ink); padding-block: clamp(3.5rem, 7vw, 5.5rem); border-top: 1px solid var(--c-line); }
.site-footer a { color: var(--c-ink-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.site-footer .brand { color: var(--c-ink); }
.site-footer .tagline { font-family: var(--f-script); font-size: 1.7rem; color: var(--c-gold-ink); margin-top: .4rem; }
.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.footer-nav a { font-family: var(--f-head); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-ink-soft); }
.footer-nav a:hover { color: var(--c-gold-ink); }
.footer-bottom { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--c-line); font-family: var(--f-head); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--c-muted); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--c-gold-ink); }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px);
    background: var(--c-bg); flex-direction: column; align-items: flex-start;
    gap: 1.6rem; padding: 6rem 2rem 2rem; transform: translateX(100%);
    transition: transform .3s ease; box-shadow: -8px 0 40px rgba(0,0,0,.12);
    border-left: 1px solid var(--c-line);
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav-toggle { display: inline-flex; z-index: 60; }
  .nav-social { display: none; }
  .split, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .svc-row { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .grid-3 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- option C nav (desktop): mark sits in the middle of the link row ---------- */
@media (min-width: 861px) {
  .site-header .nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; padding-block: .9rem; max-width: none; padding-inline: clamp(1.5rem, 3vw, 3rem); }
  .site-header .nav-lang { justify-self: start; }
  .site-header .nav-social { justify-self: end; }
  .site-header .brand { display: none; }          /* mobile-only brand; desktop uses li.nav-brand */
  .site-header .nav-links { gap: 1.6rem; }
  .site-header .nav-links .nav-brand { margin-inline: .6rem; }
}

/* ---------- portfolio lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(23,21,20,.95); display: none; place-items: center; z-index: 100; padding: 2rem; }
.lightbox.is-open { display: grid; }
.lightbox .lb-img { max-width: min(92vw, 720px); max-height: 86vh; border-radius: var(--radius); }
.lightbox .lb-close { position: absolute; top: 1.5rem; right: 1.9rem; background: none; border: 0; color: #fff; font-family: var(--f-head); font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; cursor: pointer; }
.lightbox .lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 1px solid rgba(255,255,255,.5); color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; }
.lightbox .lb-prev { left: 2rem; } .lightbox .lb-next { right: 2rem; }
.lightbox .lb-arrow:hover, .lightbox .lb-close:hover { color: var(--c-gold); border-color: var(--c-gold); }
@media (max-width: 600px) { .lightbox .lb-arrow { width: 40px; height: 40px; } .lightbox .lb-prev { left: .6rem; } .lightbox .lb-next { right: .6rem; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* accessibility: skip to content */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--c-ink);color:#fff;font-family:var(--f-head);font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;padding:.8rem 1.2rem;z-index:200}
.skip-link:focus{left:0}
:focus-visible { outline: 2px solid var(--c-gold-dk); outline-offset: 3px; }

/* ---------- coverflow: fluid infinite draggable marquee (light) ---------- */
.coverflow-section .container { margin-bottom: 2.8rem; }
.coverflow { overflow: hidden; cursor: grab; padding: 1rem 0; user-select: none; -webkit-user-select: none; touch-action: pan-y; }
.coverflow.is-dragging { cursor: grabbing; }
.cf-track { display: flex; gap: clamp(.75rem, 1.6vw, 1.25rem); width: max-content; will-change: transform; }
.cf-item { flex: 0 0 auto; width: clamp(150px, 17vw, 210px); aspect-ratio: 3 / 4; margin: 0; border-radius: var(--radius); overflow: hidden;
  opacity: .96; transition: opacity .3s ease, transform .3s ease; }
.cf-item:hover { opacity: 1; transform: scale(1.03); }
.cf-item img { width: 100%; height: 100%; object-fit: cover; display: block; -webkit-user-drag: none; pointer-events: none; }

/* ---------- logo mark (blush on charcoal sketch, chosen by Keyla 2026-08) ---------- */
/* round charcoal badge, blush strokes inside; the svg itself is transparent */
.brand, .nav-brand a { display: grid; place-items: center; border-radius: 50%; background: #1a1817; line-height: 0; }
.nav-brand a { width: 3.5rem; height: 3.5rem; padding: 0; }
.nav-brand a::after { display: none; }
.nav-brand img { width: 2.5rem; height: auto; display: block; }
.site-header .brand { width: 2.9rem; height: 2.9rem; }
.site-header .brand img { width: 2.1rem; height: auto; }
.site-footer .brand { width: 5rem; height: 5rem; margin-bottom: .8rem; }
.site-footer .brand img { width: 3.6rem; height: auto; }
@media (max-width: 860px) { .nav-links .nav-brand { display: none; } }
/* extra inquiry fields sit two-up on wide screens */
.form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
@media (max-width: 560px) { .form .field-row { grid-template-columns: 1fr; } }
.footer-bottom span a + a { margin-left: 1.1rem; }
.nav-social a + a { margin-left: 0; }
