@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Didact+Gothic&family=Tenor+Sans&display=swap');

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

:root {
  --ink:        #1c1917;
  --ink-soft:   #44403c;
  --cream:      #fafaf8;
  --white:      #ffffff;
  --gold:       #a07840;
  --gold-lt:    #c49a5a;
  --gold-pale:  #f5ede0;
  --stone:      #f0ede8;
  --stone-mid:  #e2ddd6;
  --stone-dark: #c8c0b4;
  --muted:      #78716c;
  --hero-bg:    #2c2420;
  --dark-sec:   #3d3530;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Didact Gothic', sans-serif;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
}

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 20px 56px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .4s, backdrop-filter .4s, padding .4s;
  background: transparent;
}
.site-nav.scrolled {
  background: rgba(44,36,32,.95);
  backdrop-filter: blur(14px);
  padding: 13px 56px;
  box-shadow: 0 2px 24px rgba(0,0,0,.2);
}
.site-nav.solid {
  background: rgba(44,36,32,.97);
  padding: 14px 56px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem; font-weight: 300;
  letter-spacing: .18em; text-transform: uppercase;
  color: #fff; text-decoration: none;
}
.nav-logo span { color: var(--gold-lt); }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.65); text-decoration: none;
  transition: color .3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--gold-lt); transition: width .3s;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .67rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); background: var(--gold-lt);
  border: none; padding: 10px 22px;
  cursor: pointer; text-decoration: none; transition: all .3s;
}
.nav-cta:hover { background: var(--gold); transform: translateY(-1px); }
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
.mobile-menu {
  display: none; flex-direction: column; gap: 2px;
  position: fixed; top: 60px; left: 0; right: 0;
  background: rgba(44,36,32,.98); backdrop-filter: blur(14px);
  padding: 16px; z-index: 199;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Tenor Sans', sans-serif; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.75); text-decoration: none;
  padding: 13px 16px; border-radius: 6px; transition: background .2s;
}
.mobile-menu a:hover { background: rgba(255,255,255,.07); color: #fff; }
.mobile-menu a.wa-link { color: var(--gold-lt); }

/* ── PAGE BANNER (inner pages) ── */
.page-banner {
  padding: 160px 56px 90px;
  background: var(--hero-bg); position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-banner-inner { position: relative; z-index: 1; max-width: 640px; }
.page-banner-eyebrow {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .64rem; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold-lt); display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.page-banner-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold-lt); }
.page-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem,5vw,4.4rem); font-weight: 300;
  color: #fff; line-height: 1.1; margin-bottom: 18px;
}
.page-banner h1 em { font-style: italic; color: var(--gold-lt); }
.page-banner p { font-size: .9rem; line-height: 1.85; color: rgba(255,255,255,.5); max-width: 460px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-top: 28px; }
.breadcrumb a { font-family: 'Tenor Sans', sans-serif; font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--gold-lt); }
.breadcrumb span { color: rgba(255,255,255,.2); font-size: .7rem; }
.breadcrumb .current { font-family: 'Tenor Sans', sans-serif; font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lt); }

/* ── SECTION HELPERS ── */
.section { padding: 110px 56px; }
.container { max-width: 1200px; margin: 0 auto; }
.sec-eyebrow {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .64rem; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.sec-eyebrow::before { content: ''; display: block; width: 26px; height: 1px; background: var(--gold); }
.sec-eyebrow.center { justify-content: center; }
.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem,3.8vw,3.2rem); font-weight: 300;
  line-height: 1.13; color: var(--ink); margin-bottom: 18px;
}
.sec-title em { font-style: italic; color: var(--gold); }
.sec-title.light { color: #fff; }
.sec-body { font-size: .87rem; line-height: 1.9; color: var(--muted); max-width: 500px; }
.divider-line { width: 52px; height: 1px; background: var(--stone-dark); margin: 20px 0; }

/* ── BUTTONS ── */
.btn {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .67rem; letter-spacing: .2em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 34px; cursor: pointer; text-decoration: none; transition: all .3s;
  border: none;
}
.btn-gold { background: var(--gold-lt); color: var(--ink); }
.btn-gold:hover { background: var(--gold); transform: translateY(-2px); }
.btn-outline-ink { background: transparent; color: var(--ink); border: 1px solid var(--stone-dark); }
.btn-outline-ink:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-outline-white:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2c2420; transform: translateY(-2px); }

/* ── MARQUEE ── */
.marquee-band { background: var(--gold-lt); padding: 12px 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 22s linear infinite; }
.marquee-item {
  font-family: 'Tenor Sans', sans-serif; font-size: .63rem;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink); padding: 0 38px;
}
.marquee-item::after { content: '✦'; padding-left: 38px; opacity: .5; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── COLLECTION CARDS ── */
.coll-card { position: relative; overflow: hidden; cursor: pointer; }
.coll-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(14%); transition: all .6s ease; display: block;
}
.coll-card:hover .coll-img { filter: grayscale(0); transform: scale(1.05); }
.coll-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,25,23,.8) 0%, transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.coll-card:hover .coll-overlay { opacity: 1; }
.coll-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 22px;
  transform: translateY(8px); opacity: 0; transition: all .4s;
}
.coll-card:hover .coll-info { opacity: 1; transform: translateY(0); }
.coll-info h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  font-weight: 400; color: #fff; margin-bottom: 3px;
}
.coll-info span {
  font-family: 'Tenor Sans', sans-serif; font-size: .6rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-lt);
}
.coll-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: 'Tenor Sans', sans-serif; font-size: .58rem;
  letter-spacing: .16em; text-transform: uppercase;
  background: var(--gold-lt); color: var(--ink); padding: 5px 11px;
}

/* ── TESTIMONIALS ── */
.testi-card { background: var(--stone); border: 1px solid var(--stone-mid); padding: 36px 28px; transition: border-color .3s; }
.testi-card:hover { border-color: var(--stone-dark); }
.testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: var(--gold-lt); line-height: 1; margin-bottom: 18px; opacity: .7; }
.testi-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; font-style: italic; line-height: 1.8; color: var(--ink-soft); margin-bottom: 26px; }
.testi-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--stone-mid); }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-lt); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); flex-shrink: 0; }
.testi-name { font-family: 'Tenor Sans', sans-serif; font-size: .76rem; letter-spacing: .07em; color: var(--ink); margin-bottom: 2px; }
.testi-role { font-size: .7rem; color: var(--muted); }

/* ── STAT BAND ── */
.stats-band { background: var(--gold-pale); padding: 72px 56px; }
.stats-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.6rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 7px; }
.stat-lbl { font-family: 'Tenor Sans', sans-serif; font-size: .63rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); }
.stat-div { width: 1px; background: var(--stone-dark); }

/* ── FOOTER ── */
.site-footer { background: var(--ink); padding: 72px 56px 0; color: rgba(250,250,248,.55); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 72px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-brand p { font-size: .81rem; line-height: 1.85; max-width: 280px; margin-top: 14px; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 300; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.footer-logo span { color: var(--gold-lt); }
.footer-col h4 { font-family: 'Tenor Sans', sans-serif; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col li a { font-size: .81rem; color: rgba(250,250,248,.45); text-decoration: none; transition: color .2s; }
.footer-col li a:hover { color: var(--gold-lt); }
.footer-contact li { font-size: .81rem; display: flex; gap: 8px; align-items: flex-start; line-height: 1.6; }
.footer-contact li span { color: var(--gold-lt); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-size: .73rem; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: var(--gold-lt); text-decoration: none; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 34px; height: 34px; border-radius: 7px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.4);
  text-decoration: none; transition: all .2s;
}
.footer-socials a:hover { background: var(--gold-lt); color: var(--ink); border-color: var(--gold-lt); }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px;
  width: 52px; height: 52px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; text-decoration: none; z-index: 300;
  box-shadow: 0 6px 24px rgba(0,0,0,.25); transition: transform .3s;
}
.wa-float:hover { transform: scale(1.1); }

/* ── FORM ELEMENTS ── */
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-family: 'Tenor Sans', sans-serif; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group select, .form-group textarea {
  font-family: 'Didact Gothic', sans-serif; font-size: .88rem;
  padding: 13px 16px; border: 1px solid var(--stone-mid);
  background: var(--stone); color: var(--ink); outline: none;
  transition: border-color .2s; resize: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--gold); background: var(--white);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.anim { opacity: 0; }
.anim.visible { animation: fadeUp .7s ease forwards; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .site-nav, .site-nav.scrolled, .site-nav.solid { padding: 14px 24px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .section { padding: 80px 24px; }
  .page-banner { padding: 130px 24px 70px; }
  .stats-band { padding: 56px 24px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid .footer-brand { grid-column: span 2; }
  .site-footer { padding: 56px 24px 0; }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-brand { grid-column: span 1; }
}
