
.entry-title, .page-title, .wp-block-post-title, article > header, .elementor-page-title, h1.entry-title { display: none !important; }

/* ═══ BASE ═══ */
.ct-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #2c2c2c;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.ct-hero { text-align: center; padding: 70px 20px 50px; }
.ct-badge { display: inline-block; font-size: 0.72em; letter-spacing: 3px; color: #c9a96e; margin-bottom: 20px; font-weight: 600; }
.ct-hero h1 { font-size: 2.6em; font-weight: 300; color: #1a1a1a; margin: 0 0 16px; letter-spacing: -0.5px; line-height: 1.15; }
.ct-hero-sub { font-size: 1.05em; color: #777; font-weight: 300; line-height: 1.8; margin: 0 auto; max-width: 600px; }
.ct-divider { width: 60px; height: 2px; background: linear-gradient(90deg, #c9a96e, #e8d5a8); margin: 40px auto 0; }
.ct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px 0 50px; }
.ct-card { background: #fff; border: 1px solid #f0ede7; border-radius: 14px; padding: 40px 30px; text-align: center; transition: all 0.3s ease; }
.ct-card:hover { border-color: #c9a96e; transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.ct-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #faf6ee, #f5edd8); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.ct-icon svg { width: 24px; height: 24px; fill: #c9a96e; }
.ct-card h3 { font-size: 1em; font-weight: 600; color: #1a1a1a; margin: 0 0 10px; }
.ct-card p { font-size: 0.92em; color: #666; margin: 0 0 4px; line-height: 1.6; }
.ct-card a { color: #c9a96e; text-decoration: none; font-weight: 500; font-size: 0.92em; }
.ct-card a:hover { color: #a07f3f; text-decoration: underline; }
.ct-map-section { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 50px 0; align-items: start; }
.ct-map { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); height: 420px; }
.ct-map iframe { width: 100%; height: 100%; border: 0; }
.ct-info { padding: 10px 0; }
.ct-info h2 { font-size: 1.5em; font-weight: 400; color: #1a1a1a; margin: 0 0 20px; }
.ct-info p { font-size: 0.95em; color: #555; line-height: 1.8; margin: 0 0 24px; }
.ct-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.ct-detail-icon { width: 40px; height: 40px; min-width: 40px; background: #faf6ee; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.ct-detail-icon svg { width: 18px; height: 18px; fill: #c9a96e; }
.ct-detail-text h4 { font-size: 0.82em; text-transform: uppercase; letter-spacing: 1.5px; color: #999; margin: 0 0 4px; font-weight: 600; }
.ct-detail-text p { font-size: 0.95em; color: #333; margin: 0; line-height: 1.5; }
.ct-detail-text a { color: #c9a96e; text-decoration: none; }
.ct-detail-text a:hover { text-decoration: underline; }
.ct-hours { margin-top: 30px; padding: 24px 28px; background: #faf9f6; border-radius: 12px; border: 1px solid #f0ede7; }
.ct-hours h3 { font-size: 0.95em; font-weight: 600; color: #1a1a1a; margin: 0 0 14px; }
.ct-hours-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 0.9em; border-bottom: 1px solid #f0ede7; }
.ct-hours-row:last-child { border: none; }
.ct-hours-day { color: #555; }
.ct-hours-time { color: #1a1a1a; font-weight: 500; }
.ct-social { display: flex; gap: 12px; margin-top: 24px; }
.ct-social a { width: 44px; height: 44px; border-radius: 10px; background: #faf6ee; border: 1px solid #f0ede7; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; }
.ct-social a:hover { background: #c9a96e; border-color: #c9a96e; }
.ct-social a svg { width: 18px; height: 18px; fill: #c9a96e; transition: fill 0.25s; }
.ct-social a:hover svg { fill: #fff; }
.ct-cta { margin: 40px 0 60px; text-align: center; padding: 56px 40px; background: linear-gradient(135deg, #1a1a1a, #2a2a2a); border-radius: 16px; position: relative; overflow: hidden; }
.ct-cta::before { content: ''; position: absolute; top: -40%; right: -15%; width: 350px; height: 350px; background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%); border-radius: 50%; }
.ct-cta h2 { font-size: 1.7em; font-weight: 300; color: #fff; margin: 0 0 14px; position: relative; }
.ct-cta p { color: #aaa; margin: 0 auto 28px; max-width: 500px; font-size: 0.95em; position: relative; }
.ct-cta-btn { display: inline-block; padding: 15px 44px; background: linear-gradient(135deg, #c9a96e, #e8d5a8); color: #1a1a1a; text-decoration: none; border-radius: 8px; font-weight: 700; font-size: 0.88em; letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.3s ease; position: relative; }
.ct-cta-btn:hover { transform: scale(1.05); box-shadow: 0 8px 30px rgba(201,169,110,0.25); }
@media (max-width: 860px) { .ct-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } .ct-map-section { grid-template-columns: 1fr; } .ct-map { height: 300px; } .ct-hero h1 { font-size: 2em; } }
@media (max-width: 500px) { .ct-page { padding: 0 16px; } .ct-hero { padding: 40px 10px 30px; } .ct-hero h1 { font-size: 1.7em; } .ct-cta { padding: 40px 20px; } .ct-cta h2 { font-size: 1.4em; } }
