
/*
Theme Name: LUXOMEA House
Author: LUXOMEA
Description: Bespoke luxury brand-house website for LUXOMEA.
Version: 2.3.9
*/

/* ââ Tokens ââ */
:root {
  --ivory:  #eae4db;
  --ivory2: #e3dbd0;
  --sand:   #d9cfc3;
  --taupe:  #b9aa99;
  --brass:  #9a7a4d;
  --ink:    #1e1c18;
  --muted:  #6c6258;
  --line:   rgba(30,28,24,.14);
  --serif:  Georgia,"Times New Roman",serif;
  --sans:   "Helvetica Neue",Helvetica,Arial,sans-serif;
  --max:    1440px;
}

/* ââ Reset ââ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

/* ââ Header ââ */
.site-header {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  z-index: 100;
  padding: 26px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  transition: .35s;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(234,228,219,.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}

/* Logo */
.logo { display: block; width: 160px; color: var(--ink); flex: 0 0 auto; }
.logo svg { display: block; width: 100%; height: auto; }

/* Nav */
.nav { display: flex; align-items: center; margin: 0 auto; }
.nav ul {
  display: flex; gap: 30px;
  list-style: none; margin: 0; padding: 0;
}
.nav li { margin: 0; }
.nav a {
  font-size: 8.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .72;
  position: relative;
  transition: opacity .2s;
}
.nav a:hover { opacity: 1; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: var(--brass);
  transition: .25s;
}
.nav a:hover::after { width: 100%; }

/* Language selector */
.lang-sel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .72;
  cursor: pointer;
  flex: 0 0 auto;
}

/* Language dropdown */
.lang-sel { position: relative; }
.lang-dropdown {
  display: none !important;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: rgba(234,228,219,.97);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  min-width: 170px;
  z-index: 200;
  box-shadow: 0 8px 32px rgba(30,28,24,.10);
}
.lang-sel.open .lang-dropdown { display: block !important; }
.lang-dropdown a {
  display: block;
  padding: 11px 18px;
  font-size: 8.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .72;
  transition: opacity .2s, background .2s;
}
.lang-dropdown a:hover { opacity: 1; background: rgba(30,28,24,.05); }
.lang-dropdown a.active { opacity: 1; color: var(--brass); }

/* Mobile toggle */
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 22px;
  color: var(--ink);
  cursor: pointer;
}

/* ââ Hero ââ */
.hero {
  min-height: 780px;
  height: 100vh;
  max-height: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #eae2d8 0%, #dfd5c8 55%, #cec0ae 100%);
  padding: 140px 6vw 90px;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.20), transparent 44%),
    radial-gradient(circle at 80% 70%, rgba(70,55,35,.06), transparent 40%);
}

.hero-copy {
  position: relative; z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 520px;
}
.eyebrow {
  font-size: 8.5px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #756b5f;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero h1 {
  display: none;
}
.hero-copy > p {
  max-width: 390px;
  margin: 0 0 0;
  color: #5f574e;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30,28,24,.38);
  padding: 13px 22px;
  margin-top: 30px;
  font-size: 8.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: .28s;
  cursor: pointer;
}
.btn:hover {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}

/* Hero logo — uploaded PNG */
.hero-art {
  position: relative; z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: 100%;
  margin-bottom: 40px;
}
.plaque {
  position: relative;
  display: block;
  width: min(1000px, 95vw);
  aspect-ratio: 3 / 1;
  background-image: url("https://luxomea.com/wp-content/uploads/2026/08/luxomea-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  filter: none;
  overflow: visible;
}
.plaque::before, .plaque::after { display: none; }
.plaque span { display: none; }


/* Slide counter */
.slide-counter {
  position: absolute;
  left: 9vw;
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: .18em;
  color: #6b6057;
}
.slide-active { color: var(--ink); }
.slide-line {
  display: block;
  width: 50px;
  height: 1px;
  background: var(--taupe);
}

/* ââ Vision / Intro ââ */
.section { padding: 110px 8vw; }
.intro { background: var(--ivory); }

.split {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 6%;
  align-items: center;
}

.label {
  font-size: 8.5px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #756b5f;
  margin-bottom: 16px;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 24px;
}
.copy { color: var(--muted); max-width: 510px; }
.copy p { margin: 0 0 16px; }

/* Map */
.map-wrap {
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
}
.map-wrap svg {
  width: 100%;
  height: auto;
}

/* ââ Values ââ */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--sand);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.value {
  padding: 70px 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.value:last-child { border-right: 0; }
.value .icon {
  color: #7c6a4e;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value h3 {
  font-size: 8.5px;
  letter-spacing: .32em;
  font-weight: 400;
  margin: 0 0 12px;
}
.value p {
  font-size: 12px;
  color: var(--muted);
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ââ About ââ */
.about { display: grid; grid-template-columns: 1fr 1fr; }
.about-visual {
  min-height: 580px;
  background:
    linear-gradient(155deg, #7a6e62 0%, #c0b0a0 45%, #e8e2da 100%);
  position: relative;
  overflow: hidden;
}
/* Architectural arches abstraction */
.about-visual::before {
  content: "";
  position: absolute;
  width: 48%; height: 72%;
  left: 26%; top: 14%;
  border: 1px solid rgba(248,242,232,.35);
  border-radius: 160px 160px 0 0;
}
.about-visual::after {
  content: "";
  position: absolute;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(238,232,223,.18);
  left: 30%; bottom: 12%;
  box-shadow: 220px -110px 0 20px rgba(238,232,223,.09);
}
.about-copy {
  padding: 90px 9%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #e9e1d6;
}

/* ââ Newsletter ââ */
.newsletter {
  padding: 46px 8vw;
  background: var(--ivory);
  border-top: 1px solid var(--line);
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: var(--max);
  margin: 0 auto;
}
.newsletter-left .label { margin-bottom: 6px; }
.newsletter-left p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  max-width: 340px;
}
.newsletter-form {
  display: flex;
  flex: 0 0 auto;
  width: min(460px, 100%);
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-right: 0;
  padding: 13px 16px;
  font-size: 12px;
  color: var(--ink);
  outline: none;
}
.newsletter-form input::placeholder { color: #9e948a; }
.newsletter-form button {
  border: 0;
  background: var(--ink);
  color: var(--ivory);
  padding: 0 24px;
  font-size: 8.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background .25s;
}
.newsletter-form button:hover { background: #3a342c; }

/* ââ Footer ââ */
footer {
  padding: 32px 5vw;
  background: var(--ivory);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
footer .logo { width: 140px; opacity: .7; }
.footer-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.footer-nav a {
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .2s;
}
.footer-nav a:hover { color: var(--ink); }
.footer-copy {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

/* ââ Page Hero (inner pages) ââ */
.page-hero {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: 0 9vw 80px;
  background: linear-gradient(115deg, #eae2d8 0%, #dfd5c8 55%, #cec0ae 100%);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.18), transparent 40%);
}
.page-hero-copy {
  position: relative; z-index: 2;
  max-width: 700px;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: .12em;
  line-height: .92;
  margin: 0;
}
.page-hero .eyebrow { margin-bottom: 16px; margin-top: 0; }

/* ââ Contact Form ââ */
.contact-form {
  display: flex;
  flex-direction: column;
}
.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 13px;
  color: var(--ink);
  outline: none;
  width: 100%;
  transition: border-color .2s;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--brass); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9e948a; }
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
  margin-bottom: 32px;
  font-family: var(--sans);
}
.contact-info { margin-top: 40px; }
.contact-info p { margin: 0 0 4px; font-size: 13px; color: var(--muted); }
.contact-info a { color: var(--brass); transition: opacity .2s; }
.contact-info a:hover { opacity: .72; }

/* ââ Portfolio Grid ââ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.portfolio-card {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.portfolio-card-bg {
  position: absolute; inset: 0;
  transition: transform .65s ease;
}
.portfolio-card:hover .portfolio-card-bg { transform: scale(1.05); }
.portfolio-card-label {
  position: relative; z-index: 2;
  padding: 28px 32px;
  width: 100%;
  background: linear-gradient(to top, rgba(20,16,10,.55) 0%, transparent 100%);
  color: var(--ivory);
}
.portfolio-card-label .label {
  color: rgba(234,228,219,.6);
  margin-bottom: 6px;
}
.portfolio-card-label h3 {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: .08em;
  margin: 0;
  color: var(--ivory);
}

/* ââ Reveal animation ââ */
.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s ease, transform .85s ease;
}
.js .reveal.visible { opacity: 1; transform: none; }

/* ââ Responsive ââ */
@media (max-width: 1100px) {
  .nav ul { gap: 20px; }
  .section { padding: 88px 7vw; }
}

@media (max-width: 820px) {
  .page-hero { min-height: 320px; padding: 0 7vw 60px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  body.admin-bar .site-header { top: 46px; }
  .nav { display: none; }
  .lang-sel { display: none; }
  .menu-toggle { display: block; }
  .hero { height: auto; min-height: 0; max-height: none; padding: 110px 7vw 80px; }
  .hero-art { margin-bottom: 28px; }
  .plaque { width: min(480px, 88vw); }
  .split { grid-template-columns: 1fr; }
  .map-wrap { min-height: 280px; margin-top: 32px; }
  .values { grid-template-columns: 1fr 1fr; }
  .value:nth-child(2) { border-right: 0; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 400px; }
  .newsletter-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .newsletter-form { width: 100%; }
  footer { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-nav { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 560px) {
  .page-hero { min-height: 260px; padding: 0 7vw 48px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .site-header { padding: 20px 6vw; }
  .logo { width: 140px; }
  .hero { padding: 100px 6vw 70px; }
  .plaque { width: min(360px, 90vw); }
  .plaque span { font-size: 21px; }
  .section { padding: 75px 7vw; }
  .values { grid-template-columns: 1fr; }
  .value { border-right: 0; border-bottom: 1px solid var(--line); padding: 48px 26px; }
  .value:last-child { border-bottom: 0; }
  .about-copy { padding: 64px 8vw; }
  .newsletter { padding: 38px 7vw; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { border-right: 1px solid var(--line); border-bottom: 0; }
  .newsletter-form button { height: 46px; }
  footer { padding: 28px 7vw; }
  .footer-nav { gap: 12px; }
}



/* Portfolio — brand profile photo */
.brand-profile-mark {
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
  overflow: hidden;
  display: block !important;
}
.brand-profile-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
