/* Make My Designz — brand: deep forest green + gold (from logo) */
:root {
  --green-dark: #1c2a1e;
  --green: #2c4230;
  --green-soft: #eef2ec;
  --gold: #c9a44c;
  --gold-light: #e3c983;
  --cream: #faf7f0;
  --ink: #24281f;
  --muted: #5f6657;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--green-dark); line-height: 1.2; }
img { max-width: 100%; display: block; }
a { color: var(--green); }

/* ---------- Nav ---------- */
header {
  position: sticky; top: 0; z-index: 50;
  background: var(--green-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.nav {
  max-width: 1180px; margin: 0 auto; padding: .6rem 1.2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: 52px; height: 56px; object-fit: cover; border-radius: 6px; }
.brand span { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--gold-light); letter-spacing: .04em; }
.nav-toggle { display: none; }
.nav-toggle-label { display: none; color: var(--gold-light); font-size: 1.8rem; cursor: pointer; user-select: none; }
nav ul { display: flex; gap: 1.4rem; list-style: none; align-items: center; }
nav a { color: #e8e5da; text-decoration: none; font-size: .98rem; letter-spacing: .02em; padding: .3rem 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a.active { color: var(--gold-light); border-bottom-color: var(--gold); }
nav a.cta { background: var(--gold); color: var(--green-dark); font-weight: 600; padding: .45rem 1.1rem; border-radius: 999px; border: none; }
nav a.cta:hover { background: var(--gold-light); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; text-align: center;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  min-height: 78vh; padding: 4rem 1.2rem;
  background-size: cover; background-position: center;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(18,28,19,.55), rgba(18,28,19,.65)); }
.hero > * { position: relative; }
.hero .kicker { text-transform: uppercase; letter-spacing: .25em; font-size: .85rem; color: var(--gold-light); margin-bottom: 1rem; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.6rem); max-width: 900px; }
.hero p.sub { margin: 1.2rem auto 2rem; max-width: 640px; font-size: 1.15rem; color: #f0ede2; }
.hero.small { min-height: 46vh; }

.btn {
  display: inline-block; background: var(--gold); color: var(--green-dark);
  font-weight: 600; text-decoration: none; padding: .8rem 2rem; border-radius: 999px;
  letter-spacing: .03em; transition: transform .15s, background .15s;
}
.btn:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn.ghost { background: transparent; border: 1.5px solid var(--gold-light); color: var(--gold-light); margin-left: .8rem; }
.btn.ghost:hover { background: rgba(255,255,255,.08); }

/* ---------- Sections ---------- */
section { padding: 4.2rem 1.2rem; }
.wrap { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
.section-head .kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .8rem; color: var(--gold); font-weight: 600; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: .5rem 0 .8rem; }
.section-head p { color: var(--muted); }
.alt { background: var(--green-soft); }
.dark { background: var(--green-dark); }
.dark h2, .dark h3 { color: var(--gold-light); }
.dark p, .dark li { color: #dcd9cc; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid.c2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid.c3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid.c4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.card {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 6px 24px rgba(28,42,30,.08);
  display: flex; flex-direction: column;
}
.card img { height: 220px; width: 100%; object-fit: cover; }
.card .pad { padding: 1.4rem 1.5rem 1.6rem; flex: 1; }
.card h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .95rem; }
.card ul { margin: .8rem 0 0 1.1rem; color: var(--muted); font-size: .93rem; }
.card .tag { display: inline-block; background: var(--green-soft); color: var(--green); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .7rem; border-radius: 999px; margin-bottom: .7rem; }

.stat { text-align: center; padding: 1.6rem 1rem; }
.stat .big { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); font-weight: 700; }
.stat .label { font-weight: 600; margin-top: .2rem; }
.stat .desc { color: var(--muted); font-size: .9rem; }
.dark .stat .label { color: #fff; }
.dark .stat .desc { color: #c9c6b8; }

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split img { border-radius: 16px; box-shadow: 0 10px 34px rgba(28,42,30,.18); }
.split h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.split p { color: var(--muted); margin-bottom: .9rem; }
.split ul { margin: .4rem 0 1.4rem 1.2rem; color: var(--muted); }
.split ul li { margin: .35rem 0; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

/* steps */
.step { background: #fff; border-radius: 14px; padding: 1.5rem 1.6rem; box-shadow: 0 6px 24px rgba(28,42,30,.08); }
.step .num { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.6rem; font-weight: 700; }
.step h3 { font-size: 1.1rem; margin: .3rem 0 .4rem; }
.step p { color: var(--muted); font-size: .93rem; }

/* FAQ */
details {
  background: #fff; border-radius: 12px; padding: 1.1rem 1.4rem; margin-bottom: .9rem;
  box-shadow: 0 4px 18px rgba(28,42,30,.07); cursor: pointer;
}
details summary { font-weight: 600; font-family: 'Jost', sans-serif; font-size: 1.02rem; color: var(--green-dark); list-style: none; position: relative; padding-right: 2rem; }
details summary::after { content: "+"; position: absolute; right: 0; top: 0; color: var(--gold); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { margin-top: .7rem; color: var(--muted); }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.gallery figure { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 24px rgba(28,42,30,.1); background: #fff; }
.gallery img { width: 100%; height: 280px; object-fit: cover; transition: transform .3s; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { padding: .9rem 1.1rem; font-size: .92rem; color: var(--muted); }

/* contact */
.contact-box { background: #fff; border-radius: 16px; padding: 2.4rem; box-shadow: 0 8px 30px rgba(28,42,30,.1); }
.contact-box h3 { margin-bottom: 1rem; }
.contact-box p { margin-bottom: .8rem; color: var(--muted); }
.contact-box strong { color: var(--ink); }
.contact-actions { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.btn.solid-green { background: var(--green); color: #fff; }
.btn.solid-green:hover { background: var(--green-dark); }
.btn.whatsapp { background: #25d366; color: #fff; }
.btn.whatsapp:hover { background: #1ebe57; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--green-dark), var(--green)); text-align: center; color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: .8rem; }
.cta-band p { color: #e5e2d4; margin-bottom: 1.8rem; }

/* footer */
footer { background: #14200f; color: #b9b6a8; padding: 3rem 1.2rem 2rem; font-size: .93rem; }
footer .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; }
footer h4 { color: var(--gold-light); margin-bottom: .8rem; font-size: 1.05rem; }
footer a { color: #d6d3c4; text-decoration: none; }
footer a:hover { color: var(--gold-light); }
footer ul { list-style: none; }
footer li { margin: .4rem 0; }
.foot-brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.foot-brand img { width: 46px; border-radius: 6px; }
.copyright { text-align: center; margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: #8d8a7c; font-size: .85rem; }

/* responsive nav */
@media (max-width: 880px) {
  .nav-toggle-label { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--green-dark); display: none; padding: 1rem 1.4rem 1.6rem; }
  nav ul { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .nav-toggle:checked ~ nav { display: block; }
  .hero { min-height: 64vh; }
}
