/* Brand: Playfair Display + Inter, Amber #AE6A37, Dark #0e0e0e */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600&display=swap');

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

:root {
  --amber: #AE6A37;
  --amber-light: #c4804d;
  --dark: #0e0e0e;
  --mid: #3a3a3a;
  --muted: #7a7a7a;
  --border: #e5e5e5;
  --bg: #ffffff;
  --bg-soft: #f8f7f5;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
  --radius: 12px;
  --max: 1200px;
}

body { font-family: var(--sans); color: var(--dark); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: var(--bg); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--dark); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--amber); }
.nav-cta { font-size: 0.875rem; font-weight: 600; background: var(--amber); color: #fff; padding: 0.5rem 1.25rem; border-radius: 6px; transition: background 0.2s; }
.nav-cta:hover { background: var(--amber-light); }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.25rem; }

/* Footer */
.footer { background: var(--dark); color: #ccc; padding: 3rem 1.5rem 2rem; margin-top: 5rem; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-brand { font-family: var(--serif); font-size: 1.1rem; color: #fff; margin-bottom: 0.5rem; }
.footer-copy { font-size: 0.8rem; color: #888; margin-top: 2.5rem; text-align: center; }
.footer a { color: #ccc; transition: color 0.2s; }
.footer a:hover { color: var(--amber); }
.footer h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #888; margin-bottom: 1rem; }
.footer ul { list-style: none; space-y: 0.5rem; }
.footer li + li { margin-top: 0.5rem; }
.footer li a { font-size: 0.875rem; }

/* Sections */
.section { padding: 5rem 1.5rem; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--amber); font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); color: var(--dark); margin-bottom: 1.25rem; line-height: 1.2; }
.section-body { font-size: 1rem; color: var(--mid); max-width: 640px; line-height: 1.75; }
.section--soft { background: var(--bg-soft); }

/* Hero */
.hero { padding: 6rem 1.5rem; background: var(--dark); color: #fff; }
.hero-inner { max-width: var(--max); margin: 0 auto; }
.hero-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--amber); font-weight: 600; margin-bottom: 1rem; }
.hero-title { font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.1; margin-bottom: 1.5rem; }
.hero-sub { font-size: 1.1rem; color: #ccc; max-width: 560px; line-height: 1.7; margin-bottom: 2.5rem; }
.hero-cta { display: inline-block; background: var(--amber); color: #fff; padding: 0.875rem 2rem; border-radius: 6px; font-weight: 600; font-size: 0.95rem; transition: background 0.2s; }
.hero-cta:hover { background: var(--amber-light); }

/* Procedure cards */
.procedures-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.proc-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
.proc-card:hover { border-color: var(--amber); box-shadow: 0 4px 20px rgba(174,106,55,0.1); }
.proc-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.proc-card-body { padding: 1.25rem; }
.proc-card-badge { display: inline-block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; background: #fdf0e8; color: var(--amber); padding: 0.2rem 0.5rem; border-radius: 4px; margin-bottom: 0.75rem; }
.proc-card-title { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 0.5rem; }
.proc-card-link { font-size: 0.875rem; color: var(--amber); font-weight: 600; }

/* Pricing table */
.pricing-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.pricing-table th { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; padding: 0.75rem 1rem; border-bottom: 2px solid var(--border); text-align: left; }
.pricing-table td { padding: 0.875rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.pricing-table .price { font-weight: 600; color: var(--amber); white-space: nowrap; }
.pricing-section-head { padding: 1.5rem 0 0.5rem; font-family: var(--serif); font-size: 1.2rem; }

/* FAQ */
.faq-list { margin-top: 2rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.25rem 0; }
.faq-q { font-family: var(--serif); font-size: 1.05rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-a { font-size: 0.9rem; color: var(--mid); line-height: 1.75; margin-top: 0.75rem; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.blog-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.blog-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blog-card-body { padding: 1.25rem; }
.blog-card-meta { font-size: 0.75rem; color: var(--muted); margin-bottom: 0.5rem; }
.blog-card-title { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 0.5rem; }
.blog-card-excerpt { font-size: 0.875rem; color: var(--mid); }
.blog-card-link { display: inline-block; margin-top: 0.75rem; font-size: 0.875rem; color: var(--amber); font-weight: 600; }

/* Article / procedure detail */
.article { max-width: 800px; margin: 0 auto; padding: 4rem 1.5rem; }
.article-header { margin-bottom: 2.5rem; }
.article-badge { display: inline-block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; background: #fdf0e8; color: var(--amber); padding: 0.2rem 0.5rem; border-radius: 4px; margin-bottom: 0.75rem; }
.article-title { font-family: var(--serif); font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.2; }
.article-meta { margin-top: 0.75rem; font-size: 0.85rem; color: var(--muted); display: flex; gap: 1.5rem; flex-wrap: wrap; }
.article-cover { width: 100%; max-height: 480px; object-fit: cover; border-radius: var(--radius); margin-bottom: 2.5rem; }
.article-body { font-size: 1rem; line-height: 1.8; color: var(--mid); }
.article-body h2 { font-family: var(--serif); font-size: 1.4rem; color: var(--dark); margin: 2.5rem 0 1rem; }
.article-body p { margin-bottom: 1.25rem; }
.article-body ul, .article-body ol { margin: 1rem 0 1.25rem 1.5rem; }
.article-body li { margin-bottom: 0.4rem; }

/* Booking widget */
.booking-section { background: var(--bg-soft); padding: 4rem 1.5rem; }
.booking-inner { max-width: 900px; margin: 0 auto; }
.booking-iframe { width: 100%; min-height: 600px; border: none; border-radius: var(--radius); }

/* Contact */
.contact-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.contact-card { padding: 1.5rem; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-card-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.5rem; }
.contact-card-value { font-size: 0.95rem; font-weight: 500; }

/* Utility */
.btn { display: inline-block; padding: 0.75rem 1.75rem; border-radius: 6px; font-weight: 600; font-size: 0.9rem; transition: background 0.2s; }
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-light); }
.btn-outline { border: 2px solid var(--amber); color: var(--amber); }
.btn-outline:hover { background: var(--amber); color: #fff; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero { padding: 4rem 1.5rem; }
  .section { padding: 3.5rem 1.5rem; }
}
