/* ========================================================================
   Marina Hashim — House of Fashion
   Pure CSS port (no Tailwind). Mobile-first, responsive.
   ======================================================================== */

:root {
    --mh-bg: #0a0a0a;
    --mh-surface: #0B0D0C /*#141414*/;
    --mh-surface-2: #1c1a17;
    --mh-gold: #c9a96b;
    --mh-gold-soft: #d9bd84;
    --mh-teal: #1f8a87;
    --mh-text: #efe9df;
    --mh-muted: #a39c8f;
    --mh-line: #141615 /*rgba(201, 169, 107, 0.22)*/;
    --mh-gold-line: rgba(201, 169, 107, 0.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--mh-bg);
  color: var(--mh-text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; color: inherit; cursor: pointer; }
ol, ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.font-serif { font-family: "Cormorant Garamond", "Times New Roman", serif; font-weight: 400; letter-spacing: 0.005em; }
.italic { font-style: italic; }
.gold { color: var(--mh-gold); }
.muted { color: var(--mh-muted); }
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-gold);
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 40px; } }

.gold-hairline {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--mh-gold) 50%, transparent);
  opacity: 0.55;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  background-color :var(--mh-surface);
  border: 1px solid var(--mh-line);
  color: var(--mh-gold);
  transition: background-color .25s, color .25s, transform .2s;
}
.btn:hover { background: var(--mh-gold); color: #000; }
.btn--teal {
  background: var(--mh-teal);
  border-color: var(--mh-teal);
  color: #fff;
}
.btn--teal:hover { background: rgba(31,138,135,.85); color: #fff; }

/* Reveal-on-scroll */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ============== Nav ============== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(10,10,10,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--mh-line);
}
.nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) { .nav__inner { height: 80px; padding: 0 40px; } }

.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__logo {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
  /*outline: 1px solid rgba(201,169,107,.4);*/
}
@media (min-width: 768px) { .nav__logo { width: 60px; height: 60px; } }
.nav__brand-text {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: .04em;
}
@media (min-width: 640px) { .nav__brand-text { display: block; } }
@media (min-width: 768px) { .nav__brand-text { font-size: 30px; } }

.nav__links {
  display: none;
  gap: 36px;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-muted);
}
@media (min-width: 768px) { .nav__links { display: flex; align-items: center; } }
.nav__links a:hover { color: var(--mh-gold); }

.nav__burger {
  color: var(--mh-gold);
  display: inline-flex;
}
@media (min-width: 768px) { .nav__burger { display: none; } }

.nav__mobile {
  display: none;
  border-top: 1px solid var(--mh-line);
  background: rgba(10,10,10,.95);
}
.nav__mobile.is-open { display: block; }
.nav__mobile-list {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-muted);
}
.nav__mobile-list a { padding: 6px 0; }
.nav__mobile-list a:hover { color: var(--mh-gold); }

/* ============== Hero ============== */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  z-index: 0;
}
    .hero__bg img {
        width: 100%;
        height: 100%;
        object-fit: none;
        object-position: 50% 25%;
        opacity: .4;
    }
.hero__vignette {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
    transparent 0%,
    transparent 25%,
    rgba(10,10,10,0.55) 45%,
    rgba(10,10,10,0.95) 50%);
}
.hero__inner {
    position: relative;
    z-index: 10;
    max-width: 1024px;
    width: 100%;
    padding-top: 15%!important;
    padding: 0 24px;
    text-align: center;
}
.hero__title {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.85;
  color: var(--mh-text);
}
.hero__title span {
  display: block;
  font-size: clamp(56px, 11vw, 144px);
}
.hero__title span + span {
  margin-top: 4px;
  font-style: italic;
  color: var(--mh-gold);
}
.hero__lead {
  margin: 24px auto 0;
  max-width: 520px;
  color: var(--mh-muted);
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 768px) { .hero__lead { font-size: 18px; } }
.hero__cta { margin-top: 32px; }
.hero__scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.hero__scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(201,169,107,.4);
}

/* ============== Section heading ============== */



@media (min-width: 768px) {
    .md\:mb-24 {
        margin-bottom: 6rem;
    }
}
.gap-6 {
    gap: 1.5rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mb-4 {
    margin-bottom: 1rem;
}
.bg-secondary\/40 {
    background-color: rgba(186, 159, 94, 0.4);
}
.w-12 {
    width: 3rem;
}
.h-px {
    height: 1px;
}

.text-secondary {
    color: rgb(186, 159, 94);
}
.tracking-\[0\.4em\] {
    letter-spacing: 0.4em;
}
.uppercase {
    text-transform: uppercase;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-body {
    font-family: var(--font-body);
}
.all-caps-text {
    text-transform: uppercase;
}
.pt-0 {
    padding-top: 0px !important;
}

.margin-auto {
    margin:auto;
}
.text-center {
text-align:center;

}
.scroll__horizontal-line-40 {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: rgba(186, 159, 94, 0.4);
}

.scroll__horizontal-line-60 {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: rgba(186, 159, 94, 0.4);
}
.section {
  padding: 96px 24px;
}
@media (min-width: 768px) { .section { padding: 128px 40px; } }
.section--alt {
  background: var(--mh-surface)/*rgba(20,20,20,.4)*/;
  border-top: 1px solid var(--mh-line);
  border-bottom: 1px solid var(--mh-line);
}
.heading { text-align: center; max-width: 768px; margin: 0 auto; }
.heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
}
.heading .hairline { margin: 24px auto 0; width: 96px; }

/* ============== About / Who we are ============== */
.about-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 768px) {
  .about-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}
.about-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img::after {
  content: "";
  position: absolute; inset: 0;
  /*outline: 1px solid rgba(201,169,107,.3);*/
  outline-offset: -1px;
  pointer-events: none;
}
.about-img__frame {
  display: none;
  position: absolute;
  bottom: -20px; right: -20px;
  width: 128px; height: 128px;
  border: 1px solid rgba(201,169,107,.4);
}
@media (min-width: 768px) { .about-img__frame { display: block; } }

.about-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
}
.about-copy .hairline { width: 80px; margin-top: 24px; }
.about-copy p { margin-top: 32px; color: var(--mh-muted); line-height: 1.7; }
.about-copy p + p { margin-top: 20px; }

/* ============== Quality cards ============== */
.cards-grid {
  /*max-width: 1280px;*/
  margin: 64px auto 0;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) { .cards-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; } }

.card {
  background: var(--mh-surface);
  border: 1px solid var(--mh-line);
  padding: 32px;
  height: 100%;
  transition: border-color .3s;
}
@media (min-width: 768px) { .card { padding: 40px; } }
.card:hover { border-color: rgba(201,169,107,.6); }
.card__icon {
  height: 56px; width: 56px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,107,.5);
  color: var(--mh-gold);
  display: grid;
  place-items: center;
}
.card h3 {
  margin-top: 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}
.card .hairline { width: 40px; margin-top: 16px; opacity: .8; }
.card p { margin-top: 20px; font-size: 14px; line-height: 1.7; color: var(--mh-muted); }

/* ============== Collection ============== */
.collection { margin-top: 80px; }
.collection + .collection { margin-top: 96px; }
.collection__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.collection__head h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 40px);
}
.collection__count {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-gold);
}
.collection__viewall {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-muted);
}
.collection__viewall:hover { color: var(--mh-gold); }

.tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) { .tiles { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
@media (min-width: 1024px) { .tiles { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .tiles { grid-template-columns: repeat(5, 1fr); } }

.tile {
  position: relative;
  background: var(--mh-surface);
  border: 1px solid var(--mh-line);
  overflow: hidden;
}
.tile__btn {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.tile__btn img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.tile:hover .tile__btn img { transform: scale(1.06); }
.tile__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.1) 50%, transparent);
  opacity: 0;
  transition: opacity .5s;
}
.tile__view {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  opacity: 0;
  transition: opacity .5s;
}
.tile__view span {
  border: 1px solid var(--mh-gold);
  color: var(--mh-gold);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 8px 20px;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(4px);
}
.tile:hover .tile__overlay,
.tile:hover .tile__view { opacity: 1; }
.tile__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-top: 1px solid var(--mh-line);
}
.tile__code {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-gold);
}
.tile__inquire {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-muted);
}
.tile__inquire:hover { color: var(--mh-gold); }

/* ============== Commitment ============== */
.commit-grid {
  max-width: 1280px;
  margin: 64px auto 0;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) { .commit-grid { grid-template-columns: repeat(3, 1fr); gap: 56px; } }
.commit-item {
  border-left: 1px solid rgba(201,169,107,.4);
  padding-left: 24px;
}
.commit-item h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-top: 12px;
}
.commit-item p { margin-top: 20px; font-size: 14px; line-height: 1.7; color: var(--mh-muted); }

/* ============== Journey ============== */
.journey {
  margin-top: 80px;
  display: grid;
  gap: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .journey { grid-template-columns: repeat(5, 1fr); gap: 16px; }
  .journey::before {
    content: "";
    position: absolute;
    top: 28px; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(201,169,107,.5), transparent);
  }
}
.journey__step { position: relative; text-align: center; }
.journey__num {
  margin: 0 auto;
  height: 56px; width: 56px;
  border-radius: 50%;
  background: var(--mh-bg);
  border: 1px solid var(--mh-gold);
  display: grid; place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--mh-gold);
  position: relative;
  z-index: 10;
}
.journey__step h3 {
  margin-top: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
.journey__step p { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--mh-muted); }

/* ============== Testimonials ============== */
.tcards { /*max-width: 1280px;*/ margin: 64px auto 0; display: grid; gap: 24px; }
@media (min-width: 768px) { .tcards { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.tcard {
  background: var(--mh-surface);
  border: 1px solid var(--mh-gold-line);
  padding: 32px;
  height: 100%;
}
@media (min-width: 768px) { .tcard { padding: 40px; } }
.tcard__quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: 1;
  color: var(--mh-gold);
}
.tcard blockquote {
    margin: 16px 0 0;
    font-family: "CormorantCormorant Garamond", serif;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    color: rgba(239, 233, 223, .9);
}
.tcard figcaption {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--mh-line);
}
.tcard__name { font-size: 14px; }
.tcard__loc { margin-top: 4px; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--mh-gold); }

/* ============== Contact ============== */
.contact { max-width: 768px; margin: 0 auto; text-align: center; }
.contact h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.1;
}
.contact p { margin-top: 32px; color: var(--mh-muted); line-height: 1.7; }
.contact__cta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ============== Footer ============== */
.footer { border-top: 1px solid var(--mh-line); background: var(--mh-bg); }
.footer__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) { .footer__grid { grid-template-columns: repeat(4, 1fr); padding: 56px 40px; } }
.footer__logo {
  height: 200px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
}
.footer p { margin-top: 24px; font-size: 14px; line-height: 1.7; color: var(--mh-muted); max-width: 320px; }
.footer h4 { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--mh-gold); }
.footer ul { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--mh-muted); }
.footer a:hover { color: var(--mh-gold); }
.footer__bottom { border-top: 1px solid var(--mh-line); }
.footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  font-size: 12px;
  color: var(--mh-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 768px) { .footer__bottom-inner { padding: 20px 40px; } }
.footer__bottom-inner .upper { letter-spacing: 0.32em; text-transform: uppercase; }

/* ============== WhatsApp FAB ============== */
.wa {
  position: fixed;
  bottom: 20px; right: 20px;
  z-index: 40;
  height: 56px; width: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.4);
  transition: transform .2s;
}
.wa:hover { transform: scale(1.05); }

/* ============== Lightbox ============== */
.lb {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  animation: lb-fade .22s ease both;
}
.lb.is-open { display: flex; }
.lb__counter {
  position: absolute;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-gold);
}
.lb__counter .code { margin-left: 12px; color: var(--mh-muted); }
.lb__close {
  position: absolute; right: 20px; top: 16px;
  color: var(--mh-text);
}
.lb__close:hover { color: var(--mh-gold); }
.lb__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid; place-items: center;
  height: 44px; width: 44px;
  border-radius: 50%;
  border: 1px solid var(--mh-line);
  color: var(--mh-gold);
  transition: background-color .2s, color .2s;
}
@media (min-width: 768px) { .lb__nav { height: 56px; width: 56px; } }
.lb__nav:hover { background: var(--mh-gold); color: #000; }
.lb__nav--prev { left: 16px; }
.lb__nav--next { right: 16px; }
@media (min-width: 768px) {
  .lb__nav--prev { left: 32px; }
  .lb__nav--next { right: 32px; }
}
.lb__img {
  max-height: 86vh;
  max-width: 88vw;
  object-fit: contain;
  box-shadow: 0 25px 50px rgba(0,0,0,.5);
  animation: lb-zoom .26s ease both;
}
@keyframes lb-fade { from { opacity: 0 } to { opacity: 1 } }
@keyframes lb-zoom { from { opacity: 0; transform: scale(.96) } to { opacity: 1; transform: scale(1) } }

body.lb-open { overflow: hidden; }
