:root {
  --cream: #FAF6F0;
  --gold: #C9A96E;
  --gold-dark: #a8823a;
  --charcoal: #2C2C2C;
  --blush: #F0E6DC;
  --white: #ffffff;
  --text-muted: #7a6a5a;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background-color: var(--cream);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 { font-family: var(--font-heading); font-weight: 400; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }

.section-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

section { padding: 5rem 0; }
section h2 { font-size: 2.4rem; margin-bottom: 2.5rem; color: var(--charcoal); }

.btn {
  display: inline-block;
  padding: 14px 36px;
  background: var(--gold);
  color: var(--white);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.btn:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; border: 1.5px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-submit { width: 100%; padding: 18px; font-size: 15px; margin-top: 1rem; background: var(--charcoal); }
.btn-submit:hover { background: #444; }

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
  transition: padding 0.3s ease;
}

.nav-logo { font-family: var(--font-heading); font-size: 1.4rem; color: var(--charcoal); }
.nav-links { list-style: none; display: flex; gap: 2.5rem; }
.nav-links a { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }

.nav-social { display: flex; gap: 1rem; align-items: center; }
.nav-social a { color: var(--text-muted); transition: color 0.3s, transform 0.2s; display: flex; align-items: center; }
.nav-social a:hover { color: var(--gold); transform: translateY(-2px); }

.footer-social { display: flex; gap: 1.25rem; justify-content: center; margin: 1rem 0 0.5rem; }
.footer-social a { color: rgba(255,255,255,0.5); transition: color 0.3s, transform 0.2s; display: flex; align-items: center; }
.footer-social a:hover { color: var(--gold); transform: translateY(-2px); }
.footer-social-text { color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 0.08em; margin-bottom: 0.5rem; }

/* ============ HERO ============ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  background: linear-gradient(rgba(44,44,44,0.42), rgba(44,44,44,0.42)),
              url('pic2.jfif') center 30%/cover no-repeat;
  position: relative;
}

.hero-content { color: var(--white); max-width: 700px; }

.hero-sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.hero-tagline { font-size: 1.1rem; font-weight: 300; margin-bottom: 2.5rem; opacity: 0.9; }

/* ============ ABOUT ============ */
.about { background: var(--white); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-text h2 { margin-bottom: 1.25rem; }
.about-text p { color: var(--text-muted); margin-bottom: 1rem; }
.about-text .btn { margin-top: 1.5rem; }
.about-image { border-radius: 2px; overflow: hidden; }

/* ============ OFFERINGS ============ */
.offerings { background: var(--cream); text-align: center; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }

.card {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 2px;
  border: 1px solid rgba(201,169,110,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; color: var(--charcoal); }
.card p { font-size: 14px; color: var(--text-muted); }
.price { margin-top: 1.25rem !important; color: var(--gold) !important; font-weight: 700; font-size: 15px !important; }

/* ============ GALLERY ============ */
.gallery { background: var(--blush); text-align: center; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.4s ease;
}

.gallery-grid img:hover { transform: scale(1.03); }

/* ============ ORDER FORM ============ */
.order { background: var(--white); }
.form-intro { color: var(--text-muted); max-width: 550px; margin-bottom: 2.5rem; }
.order-form { max-width: 750px; display: grid; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full-width { grid-column: 1 / -1; }

label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }

input, select, textarea {
  padding: 12px 16px;
  border: 1px solid rgba(44,44,44,0.15);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--charcoal);
  background: var(--cream);
  transition: border-color 0.3s;
  outline: none;
}

input:focus, select:focus, textarea:focus { border-color: var(--gold); }
textarea { resize: vertical; }

/* ============ TESTIMONIALS ============ */
.testimonials { background: var(--charcoal); text-align: center; }
.testimonials h2, .testimonials .section-label { color: var(--white); }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin-top: 1rem; }

.testimonial { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,169,110,0.25); padding: 2rem; border-radius: 2px; }
.testimonial p { font-family: var(--font-heading); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 1.25rem; }
.testimonial span { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }

/* ============ FOOTER ============ */
footer { background: #1a1a1a; text-align: center; padding: 3rem 2rem; color: rgba(255,255,255,0.5); font-size: 13px; }
.footer-logo { font-family: var(--font-heading); font-size: 1.6rem; color: var(--white); margin-bottom: 1rem; font-style: italic; }
footer a { color: var(--gold); transition: opacity 0.3s; }
footer a:hover { opacity: 0.75; }
footer p { margin-bottom: 0.5rem; }
.footer-copy { margin-top: 1.5rem; font-size: 11px; opacity: 0.4; }

/* ============ FADE IN ============ */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============ MOBILE ============ */
@media (max-width: 768px) {
  nav { padding: 1.25rem 1.5rem; }
  .nav-links { gap: 1.25rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  section h2 { font-size: 1.9rem; }
}

@media (max-width: 480px) {
  .nav-links { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
}