/* ===== OUR PLACE BY MARIA BASTIAN — STYLESHEET ===== */

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

:root {
  --cream: #F7F3EE;
  --warm-white: #FDFAF6;
  --truffle: #3D3230;
  --warm-mid: #9E8E85;
  --gold: #B89A6A;
  --gold-light: #E8D9C0;
  --text-dark: #2A2220;
  --text-mid: #6B5E58;
  --text-light: #9E8E85;
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text-dark); font-weight: 300; line-height: 1.7; }

/* ===== NAV ===== */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 3rem;
  background: rgba(247,243,238,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(184,154,106,0.15);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300;
  letter-spacing: 0.08em; color: var(--truffle); line-height: 1.2; text-decoration: none;
}
.nav-logo span { display: block; font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--warm-mid); font-family: 'Jost', sans-serif; font-weight: 300; margin-top: 0.1rem; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-mid); transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--truffle); }
.cart-link { background: var(--truffle) !important; color: var(--warm-white) !important; padding: 0.4rem 0.9rem !important; border-radius: 2px; }
.cart-link:hover { background: var(--text-mid) !important; }
#cart-count { font-weight: 500; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--truffle); }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block; padding: 0.85rem 2.5rem; background: var(--truffle); color: var(--warm-white);
  text-decoration: none; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  transition: background 0.3s, transform 0.2s; border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-weight: 300;
}
.btn-primary:hover { background: var(--text-mid); transform: translateY(-1px); }
.btn-ghost {
  display: inline-block; padding: 0.85rem 2.5rem; border: 1px solid var(--gold); color: var(--text-mid);
  text-decoration: none; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  transition: all 0.3s; background: transparent; cursor: pointer; font-family: 'Jost', sans-serif; font-weight: 300;
}
.btn-ghost:hover { background: var(--gold-light); }
.btn-paypal {
  display: inline-block; padding: 0.85rem 2.5rem; background: #FFC439; color: #003087;
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  transition: all 0.3s; border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-weight: 500;
}
.btn-paypal:hover { background: #f0b429; }
.facebook-btn {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1.75rem;
  background: #1877F2; color: white; text-decoration: none; font-size: 0.82rem;
  border-radius: 2px; transition: background 0.3s;
}
.facebook-btn:hover { background: #166fe5; }

/* ===== LAYOUT ===== */
.section { padding: 5rem; }
.bg-cream { background: var(--cream); }
.bg-warm { background: var(--warm-white); }
.inner { max-width: 1100px; margin: 0 auto; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

/* ===== TYPOGRAPHY ===== */
.eyebrow { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 300; line-height: 1.2; color: var(--truffle); margin-bottom: 1.25rem; }
.section-heading em { font-style: italic; color: var(--warm-mid); }
.body-text { color: var(--text-mid); font-size: 0.95rem; line-height: 1.85; margin-bottom: 1rem; }

/* ===== HERO ===== */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 4.5rem; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem 5rem; }
.hero-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.1; color: var(--truffle); margin-bottom: 1.25rem; }
.hero-heading em { font-style: italic; color: var(--warm-mid); }
.hero-sub { font-size: 1rem; color: var(--text-mid); max-width: 28rem; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; }
.hero-image-mock { width: 100%; height: 100%; background: linear-gradient(145deg, #E8D9C0 0%, #D4C4A8 30%, #C5B090 60%, #B8A080 100%); display: flex; align-items: center; justify-content: center; min-height: 500px; }
.img-placeholder { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.img-placeholder svg { width: 48px; height: 48px; }
.img-placeholder span { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.hero-tag { position: absolute; bottom: 3rem; left: 0; background: var(--warm-white); padding: 1.25rem 2rem 1.25rem 2.5rem; box-shadow: 0 8px 40px rgba(61,50,48,0.12); }
.hero-tag-label { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.2rem; }
.hero-tag-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--truffle); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { padding: 9rem 5rem 4rem; background: var(--warm-white); border-bottom: 1px solid var(--gold-light); }
.page-hero-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; line-height: 1.1; color: var(--truffle); }
.page-hero-heading em { font-style: italic; color: var(--warm-mid); }

/* ===== QUOTE BAND ===== */
.quote-band { background: var(--truffle); padding: 3rem 4rem; text-align: center; }
.quote-band p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.05rem, 2vw, 1.45rem); font-style: italic; font-weight: 300; max-width: 48rem; margin: 0 auto; line-height: 1.7; color: var(--gold-light); }

/* ===== ABOUT IMAGE ===== */
.about-image-mock { aspect-ratio: 4/5; background: linear-gradient(160deg, #D4C4A8 0%, #B8A080 100%); position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; }
.about-image-mock svg { width: 56px; height: 56px; }
.about-image-mock.tall { aspect-ratio: 3/4; }
.photo-label { position: absolute; bottom: 1.25rem; right: 1.25rem; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); background: rgba(61,50,48,0.3); padding: 0.35rem 0.7rem; }

/* ===== CREDENTIALS ===== */
.credentials { display: flex; gap: 2.5rem; margin-top: 2rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid var(--gold-light); }
.credential { display: flex; flex-direction: column; gap: 0.2rem; }
.credential-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--truffle); line-height: 1; }
.credential-label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }

/* ===== EXPERIENCE GRID ===== */
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 2.5rem; }
.exp-item { border-top: 1px solid var(--gold-light); padding-top: 1.25rem; }
.exp-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--truffle); margin-bottom: 0.4rem; }
.exp-text { font-size: 0.88rem; color: var(--text-mid); line-height: 1.75; }

/* ===== TESTIMONIAL ===== */
.testimonial-section { background: var(--truffle); padding: 5rem; text-align: center; }
.testimonial-quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem, 2.2vw, 1.8rem); font-weight: 300; font-style: italic; color: var(--gold-light); max-width: 44rem; margin: 0 auto 1.5rem; line-height: 1.6; }
.testimonial-author { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-mid); }

/* ===== PRODUCTS ===== */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.product-card { background: var(--warm-white); border: 1px solid var(--gold-light); border-radius: 2px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; height: 100%; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(61,50,48,0.1); }
.product-img { width: 100%; height: 220px; background: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.product-body { padding: 1rem 1.1rem 1.25rem; flex-grow: 1; display: flex; flex-direction: column; }
.product-category-tag { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--truffle); margin-bottom: 0.25rem; line-height: 1.3; }
.product-brand { font-size: 0.78rem; color: var(--text-light); margin-bottom: 0.75rem; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--truffle); font-style: italic; margin-bottom: 0.75rem; margin-top: auto; }
.product-add-btn { width: 100%; padding: 0.6rem; background: var(--truffle); color: var(--warm-white); border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; transition: background 0.3s; }
.product-add-btn:hover { background: var(--text-mid); }

/* ===== FILTER TABS ===== */
.filter-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.filter-btn { background: none; border: 1px solid var(--gold-light); padding: 0.5rem 1.25rem; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mid); transition: all 0.2s; border-radius: 2px; }
.filter-btn:hover { border-color: var(--gold); color: var(--truffle); }
.filter-btn.active { background: var(--truffle); color: var(--warm-white); border-color: var(--truffle); }

/* ===== CART DRAWER ===== */
.cart-overlay { display: none; position: fixed; inset: 0; background: rgba(42,34,32,0.4); z-index: 300; }
.cart-drawer { position: fixed; top: 0; right: -420px; width: 400px; height: 100vh; background: var(--warm-white); z-index: 400; display: flex; flex-direction: column; transition: right 0.35s ease; box-shadow: -8px 0 40px rgba(61,50,48,0.15); }
.cart-drawer.open { right: 0; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.75rem; border-bottom: 1px solid var(--gold-light); }
.cart-items { flex: 1; overflow-y: auto; padding: 1.25rem 1.75rem; }
.cart-item { display: flex; gap: 1rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px solid var(--gold-light); }
.cart-item-emoji { font-size: 1.8rem; width: 48px; text-align: center; }
.cart-item-info { flex: 1; }
.cart-item-name { font-size: 0.9rem; color: var(--truffle); margin-bottom: 0.2rem; }
.cart-item-price { font-size: 0.82rem; color: var(--text-light); }
.cart-item-controls { display: flex; align-items: center; gap: 0.5rem; }
.qty-btn { background: none; border: 1px solid var(--gold-light); width: 26px; height: 26px; cursor: pointer; font-size: 0.9rem; color: var(--text-mid); display: flex; align-items: center; justify-content: center; }
.cart-item-remove { background: none; border: none; cursor: pointer; color: var(--text-light); font-size: 1.1rem; padding: 0 0.3rem; }
.cart-footer { padding: 1.25rem 1.75rem; border-top: 1px solid var(--gold-light); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 1rem; color: var(--truffle); }
.cart-total span:last-child { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; }

/* ===== CHECKOUT MODAL ===== */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(42,34,32,0.5); z-index: 500; align-items: center; justify-content: center; padding: 1.5rem; }
.modal { background: var(--warm-white); max-width: 560px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 2.5rem; border-radius: 2px; position: relative; }
.modal-close { position: absolute; top: 1rem; right: 1.25rem; background: none; border: none; cursor: pointer; font-size: 1.3rem; color: var(--text-mid); }
.radio-group { display: flex; flex-direction: column; gap: 0.6rem; }
.radio-option { display: flex; align-items: center; gap: 0.75rem; cursor: pointer; font-size: 0.9rem; color: var(--text-mid); padding: 0.7rem 1rem; border: 1px solid var(--gold-light); border-radius: 2px; transition: border-color 0.2s; }
.radio-option:hover { border-color: var(--gold); }
.radio-option input { accent-color: var(--truffle); }

/* ===== FORMS ===== */
.booking-form { display: flex; flex-direction: column; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-label { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-light); }
.form-input, .form-select, .form-textarea { border: none; border-bottom: 1px solid var(--gold-light); background: transparent; padding: 0.6rem 0; font-family: 'Jost', sans-serif; font-size: 0.95rem; color: var(--text-dark); outline: none; transition: border-color 0.3s; font-weight: 300; width: 100%; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-light); }
.form-select { appearance: none; cursor: pointer; }
.form-textarea { resize: vertical; }

/* ===== SERVICES ===== */
.services-list { display: flex; flex-direction: column; gap: 0; }
.service-row { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--gold-light); gap: 2rem; flex-wrap: wrap; }
.service-name { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--truffle); margin-bottom: 0.2rem; }
.service-desc { font-size: 0.85rem; color: var(--text-mid); max-width: 500px; }
.service-price { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--gold); font-style: italic; white-space: nowrap; }
.consult-banner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem 2.5rem; background: var(--cream); border: 1px solid var(--gold-light); margin-top: 3rem; flex-wrap: wrap; }

/* ===== CONTACT ===== */
.contact-details { display: flex; flex-direction: column; gap: 0.65rem; }
.contact-item { display: flex; gap: 0.75rem; align-items: center; font-size: 0.9rem; color: var(--text-mid); }
.contact-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.hours-list { display: flex; flex-direction: column; gap: 0; }
.hours-row { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--gold-light); font-size: 0.88rem; color: var(--text-mid); }

/* ===== FOOTER ===== */
footer { background: var(--text-dark); padding: 2.5rem 5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--gold-light); letter-spacing: 0.08em; font-weight: 300; line-height: 1.4; }
.footer-logo span { display: block; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--warm-mid); font-family: 'Jost', sans-serif; margin-top: 0.15rem; }
.footer-note { font-size: 0.72rem; color: var(--text-light); letter-spacing: 0.1em; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-light); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  #navbar { padding: 1rem 1.5rem; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--warm-white); padding: 1.5rem 2rem; border-bottom: 1px solid var(--gold-light); gap: 1rem; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { min-height: 60vw; }
  .hero-left { padding: 3rem 1.75rem; }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 4rem 1.75rem; }
  .page-hero { padding: 7rem 1.75rem 3rem; }
  .testimonial-section { padding: 4rem 1.75rem; }
  .quote-band { padding: 2.5rem 1.75rem; }
  footer { flex-direction: column; text-align: center; padding: 2rem 1.75rem; }
  .cart-drawer { width: 100%; right: -100%; }
}
@media (max-width: 600px) {
  .experience-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .service-row { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
  .consult-banner { flex-direction: column; }
  .credentials { gap: 1.5rem; }
}
