{"id":58,"date":"2026-07-20T17:59:30","date_gmt":"2026-07-20T17:59:30","guid":{"rendered":"https:\/\/drcaryganz.com\/?page_id=58"},"modified":"2026-07-20T18:55:44","modified_gmt":"2026-07-20T18:55:44","slug":"home","status":"publish","type":"page","link":"https:\/\/drcaryganz.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n<style>\n  \/* GeneratePress page cleanup for pages using this HTML *\/\n  .entry-header { display: none !important; }\n  .widget-area { display: none !important; }\n  .content-area { width: 100% !important; float: none !important; }\n  .site-content { display: block !important; padding: 0 !important; }\n  .site-main { margin: 0 !important; }\n  .inside-article { padding: 0 !important; }\n  .entry-content { margin: 0 !important; }\n\n  .cgz-page,\n  .cgz-page * { box-sizing: border-box; }\n\n  .cgz-page {\n    --navy:#08213f;\n    --blue:#1769aa;\n    --teal:#0f9f9a;\n    --gold:#f7b733;\n    --orange:#ff7a45;\n    --ink:#17202c;\n    --muted:#5f6f7f;\n    --line:rgba(8,33,63,.13);\n    --soft:#f5fbff;\n    --white:#ffffff;\n    --shadow:0 18px 44px rgba(8,33,63,.12);\n    width:100vw;\n    max-width:100vw;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n    background:#fff;\n    color:var(--ink);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.65;\n    overflow:hidden;\n  }\n\n  .cgz-page a { color:inherit; text-decoration:none; }\n\n  .cgz-wrap {\n    width:min(1180px,calc(100% - 36px));\n    margin:0 auto;\n  }\n\n  .cgz-hero {\n    padding:82px 0 74px;\n    background:\n      radial-gradient(circle at 8% 8%,rgba(15,159,154,.15),transparent 28%),\n      radial-gradient(circle at 92% 12%,rgba(247,183,51,.22),transparent 30%),\n      linear-gradient(135deg,#f8fcff 0%,#eef8f6 100%);\n    border-bottom:1px solid var(--line);\n  }\n\n  .cgz-hero-grid {\n    display:grid;\n    grid-template-columns:1.08fr .92fr;\n    gap:44px;\n    align-items:center;\n  }\n\n  .cgz-eyebrow {\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    padding:9px 15px;\n    margin-bottom:20px;\n    border-radius:999px;\n    background:rgba(15,159,154,.13);\n    color:#087b78;\n    font-size:13px;\n    font-weight:900;\n  }\n\n  .cgz-eyebrow:before {\n    content:\"\";\n    width:9px;\n    height:9px;\n    border-radius:50%;\n    background:var(--teal);\n    box-shadow:0 0 0 5px rgba(15,159,154,.12);\n  }\n\n  .cgz-hero h1 {\n    color:var(--navy);\n    font-size:clamp(42px,5vw,68px);\n    line-height:1.02;\n    letter-spacing:-2px;\n    margin:0 0 20px;\n    font-weight:900;\n  }\n\n  .cgz-hero h1 span { color:var(--blue); }\n\n  .cgz-lead {\n    color:#405264;\n    font-size:clamp(18px,2vw,22px);\n    margin:0;\n    max-width:900px;\n  }\n\n  .cgz-actions {\n    display:flex;\n    gap:14px;\n    flex-wrap:wrap;\n    margin-top:28px;\n  }\n\n  .cgz-btn {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:48px;\n    padding:13px 22px;\n    border-radius:999px;\n    background:linear-gradient(135deg,var(--orange),var(--gold));\n    color:#1e170a !important;\n    font-weight:900;\n    box-shadow:0 14px 30px rgba(255,122,69,.24);\n    transition:transform .2s ease,box-shadow .2s ease;\n  }\n\n  .cgz-btn:hover {\n    transform:translateY(-2px);\n    box-shadow:0 18px 34px rgba(255,122,69,.3);\n  }\n\n  .cgz-btn.secondary {\n    background:#fff;\n    color:var(--navy) !important;\n    border:1px solid var(--line);\n    box-shadow:0 10px 24px rgba(8,33,63,.08);\n  }\n\n  .cgz-photo {\n    min-height:500px;\n    border:10px solid #fff;\n    border-radius:30px;\n    overflow:hidden;\n    box-shadow:var(--shadow);\n    background:#fff;\n  }\n\n  .cgz-photo img {\n    width:100%;\n    height:100%;\n    min-height:500px;\n    object-fit:cover;\n    object-position:center top;\n    display:block;\n  }\n\n  .cgz-section {\n    padding:76px 0;\n    background:#fff;\n  }\n\n  .cgz-section.alt {\n    background:linear-gradient(180deg,#f7fbff,#fff);\n    border-top:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n  }\n\n  .cgz-section-head {\n    max-width:920px;\n    margin:0 auto 40px;\n    text-align:center;\n  }\n\n  .cgz-kicker {\n    color:var(--teal);\n    font-size:13px;\n    font-weight:900;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:9px;\n  }\n\n  .cgz-section-head h2,\n  .cgz-content h2 {\n    color:var(--navy);\n    font-size:clamp(31px,4vw,50px);\n    line-height:1.08;\n    letter-spacing:-1.3px;\n    margin:0 0 14px;\n    font-weight:900;\n  }\n\n  .cgz-section-head p,\n  .cgz-content > p {\n    color:var(--muted);\n    font-size:18px;\n    margin:0;\n  }\n\n  .cgz-grid-2,.cgz-grid-3,.cgz-grid-4 {\n    display:grid;\n    gap:20px;\n  }\n\n  .cgz-grid-2 { grid-template-columns:repeat(2,1fr); }\n  .cgz-grid-3 { grid-template-columns:repeat(3,1fr); }\n  .cgz-grid-4 { grid-template-columns:repeat(4,1fr); }\n\n  .cgz-card {\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:24px;\n    padding:28px;\n    box-shadow:0 14px 34px rgba(8,33,63,.08);\n  }\n\n  .cgz-card h3 {\n    color:var(--navy);\n    font-size:22px;\n    line-height:1.2;\n    margin:0 0 10px;\n    font-weight:900;\n  }\n\n  .cgz-card p {\n    color:var(--muted);\n    margin:0 0 12px;\n  }\n\n  .cgz-card p:last-child { margin-bottom:0; }\n\n  .cgz-icon {\n    width:54px;\n    height:54px;\n    border-radius:17px;\n    display:grid;\n    place-items:center;\n    margin-bottom:17px;\n    color:var(--navy);\n    font-size:20px;\n    font-weight:900;\n    background:linear-gradient(135deg,rgba(23,105,170,.13),rgba(15,159,154,.16));\n  }\n\n  .cgz-list {\n    display:grid;\n    gap:11px;\n    margin-top:16px;\n  }\n\n  .cgz-list-item {\n    display:grid;\n    grid-template-columns:27px 1fr;\n    gap:10px;\n    align-items:start;\n    color:#344457;\n    font-weight:700;\n  }\n\n  .cgz-list-item span:first-child {\n    width:27px;\n    height:27px;\n    border-radius:50%;\n    display:grid;\n    place-items:center;\n    background:rgba(15,159,154,.14);\n    color:var(--teal);\n    font-weight:900;\n  }\n\n  .cgz-stat-row {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:16px;\n    margin-top:30px;\n  }\n\n  .cgz-stat {\n    padding:22px;\n    text-align:center;\n    border-radius:20px;\n    background:#fff;\n    border:1px solid var(--line);\n    box-shadow:0 10px 25px rgba(8,33,63,.08);\n  }\n\n  .cgz-stat strong {\n    display:block;\n    color:var(--navy);\n    font-size:30px;\n    line-height:1;\n    margin-bottom:8px;\n  }\n\n  .cgz-stat span {\n    color:var(--muted);\n    font-size:14px;\n    font-weight:800;\n  }\n\n  .cgz-band {\n    background:linear-gradient(135deg,var(--navy),#164b82);\n    color:#fff;\n    border-radius:32px;\n    padding:46px;\n    box-shadow:var(--shadow);\n  }\n\n  .cgz-band h2 {\n    color:#fff;\n    font-size:clamp(30px,4vw,46px);\n    line-height:1.08;\n    margin:0 0 14px;\n    font-weight:900;\n  }\n\n  .cgz-band p {\n    color:rgba(255,255,255,.86);\n    font-size:18px;\n    margin:0;\n  }\n\n  .cgz-note {\n    padding:22px;\n    border-radius:22px;\n    background:linear-gradient(135deg,#fff7ec,#f4fbff);\n    border:1px solid rgba(247,183,51,.35);\n    color:#344457;\n    font-weight:700;\n  }\n\n  .cgz-practcom {\n    background:\n      radial-gradient(circle at 18% 0%,rgba(247,183,51,.18),transparent 30%),\n      radial-gradient(circle at 82% 8%,rgba(15,159,154,.16),transparent 30%),\n      linear-gradient(135deg,#f9fcff,#f4fbf9);\n  }\n\n  .cgz-practcom-card {\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:26px;\n    padding:30px;\n    box-shadow:0 16px 38px rgba(8,33,63,.09);\n  }\n\n  .cgz-practcom-card h3 {\n    color:var(--navy);\n    font-size:25px;\n    margin:0 0 10px;\n    font-weight:900;\n  }\n\n  .cgz-practcom-card p {\n    color:var(--muted);\n    margin:0 0 16px;\n  }\n\n  .cgz-small {\n    font-size:14px;\n    color:var(--muted);\n  }\n\n  @media (max-width:980px) {\n    .cgz-hero-grid,.cgz-grid-4,.cgz-grid-3,.cgz-grid-2,.cgz-stat-row {\n      grid-template-columns:1fr;\n    }\n    .cgz-photo { max-width:620px; margin:0 auto; }\n  }\n\n  @media (max-width:640px) {\n    .cgz-hero { padding:54px 0; }\n    .cgz-section { padding:56px 0; }\n    .cgz-card,.cgz-band,.cgz-practcom-card { padding:23px; }\n  }\n<\/style>\n\n<div class=\"cgz-page\">\n\n<section class=\"cgz-hero\">\n  <div class=\"cgz-wrap cgz-hero-grid\">\n    <div>\n      <div class=\"cgz-eyebrow\">More Than 50 Years of Clinical Experience<\/div>\n      <h1>Advanced cosmetic, implant, and restorative dentistry with a <span>prosthodontist\u2019s perspective.<\/span><\/h1>\n      <p class=\"cgz-lead\">\n        Cary H. Ganz, D.D.S. provides personalized care for patients seeking to improve their smile,\n        replace missing teeth, rebuild worn or damaged teeth, or better understand a complex treatment plan.\n      <\/p>\n      <div class=\"cgz-actions\">\n        <a class=\"cgz-btn\" href=\"tel:+15167153246\">Call for an Appointment<\/a>\n        <a class=\"cgz-btn secondary\" href=\"\/services\/\">Explore Services<\/a>\n      <\/div>\n      <div class=\"cgz-stat-row\">\n        <div class=\"cgz-stat\"><strong>50+<\/strong><span>Years in Dentistry<\/span><\/div>\n        <div class=\"cgz-stat\"><strong>D.D.S.<\/strong><span>NYU College of Dentistry<\/span><\/div>\n        <div class=\"cgz-stat\"><strong>Prosthodontist<\/strong><span>Advanced Restorative Training<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"cgz-photo\">\n      <img decoding=\"async\" src=\"https:\/\/drcaryganz.com\/wp-content\/uploads\/2026\/06\/DrG-backgroun-removed-2-scaled.png\"\n           alt=\"Cary H. Ganz, D.D.S., prosthodontist in Great Neck, New York\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cgz-section\">\n  <div class=\"cgz-wrap\">\n    <div class=\"cgz-section-head\">\n      <div class=\"cgz-kicker\">Comprehensive Dental Care<\/div>\n      <h2>Experience across cosmetic, implant, and complex restorative dentistry.<\/h2>\n      <p>\n        Treatment may involve one tooth, several teeth, or a complete rehabilitation.\n        Every plan is based on diagnosis, patient goals, appearance, comfort, bite, function, and long-term maintenance.\n      <\/p>\n    <\/div>\n\n    <div class=\"cgz-grid-3\">\n      <article class=\"cgz-card\">\n        <div class=\"cgz-icon\">01<\/div>\n        <h3>Cosmetic Dentistry<\/h3>\n        <p>Smile design, porcelain veneers, cosmetic bonding, whitening, ceramic crowns, and comprehensive esthetic treatment.<\/p>\n        <div class=\"cgz-actions\"><a class=\"cgz-btn secondary\" href=\"\/cosmetic-dentistry\/\">Learn More<\/a><\/div>\n      <\/article>\n\n      <article class=\"cgz-card\">\n        <div class=\"cgz-icon\">02<\/div>\n        <h3>Implant Dentistry<\/h3>\n        <p>Single implant crowns, implant bridges, overdentures, full-arch restorations, repairs, and restorative maintenance.<\/p>\n        <div class=\"cgz-actions\"><a class=\"cgz-btn secondary\" href=\"\/implant-dentistry\/\">Learn More<\/a><\/div>\n      <\/article>\n\n      <article class=\"cgz-card\">\n        <div class=\"cgz-icon\">03<\/div>\n        <h3>Restorative Dentistry<\/h3>\n        <p>Crowns, bridges, dentures, repair of worn or fractured teeth, bite rehabilitation, and full-mouth reconstruction.<\/p>\n        <div class=\"cgz-actions\"><a class=\"cgz-btn secondary\" href=\"\/restorative-dentistry\/\">Learn More<\/a><\/div>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cgz-section alt\">\n  <div class=\"cgz-wrap\">\n    <div class=\"cgz-grid-2\">\n      <article class=\"cgz-card\">\n        <div class=\"cgz-kicker\">Why a Prosthodontist?<\/div>\n        <h3>Advanced training in restoring and replacing teeth<\/h3>\n        <p>\n          Prosthodontists receive specialty education in complex restorative dentistry, esthetics,\n          dental implants, dentures, occlusion, and full-mouth rehabilitation.\n        <\/p>\n        <div class=\"cgz-list\">\n          <div class=\"cgz-list-item\"><span>\u2713<\/span><div>Comprehensive diagnosis and treatment planning<\/div><\/div>\n          <div class=\"cgz-list-item\"><span>\u2713<\/span><div>Experience with difficult and multidisciplinary cases<\/div><\/div>\n          <div class=\"cgz-list-item\"><span>\u2713<\/span><div>Attention to appearance, bite, function, and maintenance<\/div><\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"cgz-card\">\n        <div class=\"cgz-kicker\">About Dr. Ganz<\/div>\n        <h3>A career combining patient care, education, and dental innovation<\/h3>\n        <p>\n          Dr. Ganz has practiced prosthodontics since 1973 and has held hospital, educational,\n          consulting, and dental technology leadership roles throughout his career.\n        <\/p>\n        <div class=\"cgz-actions\"><a class=\"cgz-btn secondary\" href=\"\/about\/\">Read Full Biography<\/a><\/div>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cgz-section\">\n  <div class=\"cgz-wrap\">\n    <div class=\"cgz-section-head\">\n      <div class=\"cgz-kicker\">Treatment Planning<\/div>\n      <h2>Clear explanations before treatment begins.<\/h2>\n      <p>\n        Patients deserve to understand the condition, treatment alternatives, likely benefits,\n        limitations, timing, maintenance requirements, and the consequences of delaying care.\n      <\/p>\n    <\/div>\n\n    <div class=\"cgz-grid-3\">\n      <article class=\"cgz-card\"><h3>Listen First<\/h3><p>Your concerns, priorities, previous experiences, and desired outcome help guide the consultation.<\/p><\/article>\n      <article class=\"cgz-card\"><h3>Evaluate the Whole Mouth<\/h3><p>Teeth, gums, bite, existing restorations, missing teeth, and esthetic concerns are considered together.<\/p><\/article>\n      <article class=\"cgz-card\"><h3>Develop a Practical Plan<\/h3><p>Options can be organized by urgency, sequence, complexity, and the patient\u2019s individual goals.<\/p><\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cgz-section cgz-practcom\">\n  <div class=\"cgz-wrap\">\n    <div class=\"cgz-section-head\">\n      <div class=\"cgz-kicker\">Dental Technology Created by Dr. Ganz<\/div>\n      <h2>PractCom helps dental practices communicate and market more effectively.<\/h2>\n      <p>\n        In addition to clinical dentistry, Dr. Ganz created two technology platforms designed specifically for dental practices.\n      <\/p>\n    <\/div>\n\n    <div class=\"cgz-grid-2\">\n      <article class=\"cgz-practcom-card\">\n        <h3>PractCom Communications<\/h3>\n        <p>\n          A dental practice communication platform for patient instructions, informed consents,\n          medication information, referrals, tracking, documentation, and patient access to important documents.\n        <\/p>\n        <a class=\"cgz-btn secondary\" href=\"https:\/\/starthere.practcom.com\" target=\"_blank\" rel=\"noopener\">Explore PractCom Communications<\/a>\n      <\/article>\n\n      <article class=\"cgz-practcom-card\">\n        <h3>PractCom Marketing Suite<\/h3>\n        <p>\n          An AI-powered dental marketing platform that helps practices create social posts,\n          blogs, newsletters, images, videos, and ongoing patient-facing marketing content.\n        <\/p>\n        <a class=\"cgz-btn secondary\" href=\"https:\/\/start.practcom.com\" target=\"_blank\" rel=\"noopener\">Explore PractCom Marketing Suite<\/a>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cgz-section alt\">\n  <div class=\"cgz-wrap\">\n    <div class=\"cgz-band\">\n      <h2>Schedule a consultation with Cary H. Ganz, D.D.S.<\/h2>\n      <p>\n        Great Neck Dental Associates<br>\n        611 Northern Blvd., Great Neck, NY 11021\n      <\/p>\n      <div class=\"cgz-actions\">\n        <a class=\"cgz-btn\" href=\"tel:+15167153246\">Call +1 516-715-3246<\/a>\n        <a class=\"cgz-btn secondary\" href=\"\/contact\/\">Contact &amp; Directions<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>More Than 50 Years of Clinical Experience Advanced cosmetic, implant, and restorative dentistry with a prosthodontist\u2019s perspective. Cary H. Ganz, D.D.S. provides personalized care for patients seeking to improve their smile, replace missing teeth, rebuild worn or damaged teeth, or better understand a complex treatment plan. Call for an Appointment Explore Services 50+Years in Dentistry &#8230; <a title=\"Home\" class=\"read-more\" href=\"https:\/\/drcaryganz.com\/\" aria-label=\"Read more about Home\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-58","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/pages\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drcaryganz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":3,"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/drcaryganz.com\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions\/89"}],"wp:attachment":[{"href":"https:\/\/drcaryganz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}