{"title":"Whiskey Glass Gift for Grandpa","description":"\u003cstyle\u003e\n  \/* ========== DESIGN TOKENS ========== *\/\n  .gran-col {\n    --gran-ink: #1a1410;\n    --gran-espresso: #2b1f14;\n    --gran-whiskey: #8b5a2b;\n    --gran-bourbon: #c19a6b;\n    --gran-cream: #f5efe6;\n    --gran-parchment: #e8ddc9;\n    --gran-charcoal: #4a4038;\n    --gran-rust: #a0361b;\n    --gran-display: 'Playfair Display', 'EB Garamond', Georgia, serif;\n    --gran-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-family: var(--gran-body);\n    color: var(--gran-ink);\n    line-height: 1.65;\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n  .gran-col * { box-sizing: border-box; }\n\n  .gran-col h1, .gran-col h2, .gran-col h3, .gran-col h4 {\n    font-family: var(--gran-display);\n    font-weight: 600;\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    color: var(--gran-espresso);\n    margin: 0;\n  }\n\n  .gran-col p { margin: 0 0 1rem; }\n\n  .gran-col a {\n    color: var(--gran-whiskey);\n    text-decoration: none;\n    border-bottom: 1px solid currentColor;\n    transition: color 0.2s;\n  }\n\n  .gran-col a:hover { color: var(--gran-rust); }\n\n  \/* ========== SECTION 1: HERO ========== *\/\n  .gran-hero {\n    background: var(--gran-cream);\n    color: var(--gran-espresso);\n    padding: 0;\n    margin: 0 calc(-50vw + 50%);\n    width: 100vw;\n    position: relative;\n    overflow: hidden;\n    border-bottom: 1px solid var(--gran-parchment);\n  }\n\n  .gran-hero__inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    max-width: 1400px;\n    margin: 0 auto;\n    min-height: 560px;\n    align-items: stretch;\n  }\n\n  .gran-hero__image-wrap {\n    background: var(--gran-parchment);\n    overflow: hidden;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .gran-hero__image {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .gran-hero__content {\n    padding: 4rem 3.5rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: var(--gran-cream);\n  }\n\n  .gran-hero__eyebrow {\n    font-family: var(--gran-body);\n    font-size: 12px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gran-whiskey);\n    margin-bottom: 1.25rem;\n    font-weight: 500;\n  }\n\n  .gran-hero h1 {\n    font-size: clamp(2.25rem, 4vw, 3.5rem);\n    color: var(--gran-espresso);\n    margin-bottom: 1.25rem;\n  }\n\n  .gran-hero__subtitle {\n    font-size: 1.0625rem;\n    color: var(--gran-charcoal);\n    margin-bottom: 2rem;\n    max-width: 440px;\n    line-height: 1.6;\n  }\n\n  .gran-cta {\n    display: inline-block;\n    background: var(--gran-espresso);\n    color: var(--gran-cream);\n    padding: 14px 28px;\n    font-family: var(--gran-body);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    border: none;\n    text-decoration: none;\n    transition: all 0.2s;\n    align-self: flex-start;\n    margin-bottom: 2rem;\n  }\n\n  .gran-cta:hover {\n    background: var(--gran-whiskey);\n    color: var(--gran-cream);\n    border-bottom: none;\n  }\n\n  .gran-hero__features {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.25rem;\n    font-size: 13px;\n    color: var(--gran-charcoal);\n    font-weight: 500;\n  }\n\n  .gran-hero__features span {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  .gran-hero__features span::before {\n    content: '✦';\n    color: var(--gran-whiskey);\n  }\n\n  \/* ========== SECTION 2: TRUST STRIP ========== *\/\n  .gran-trust {\n    background: var(--gran-parchment);\n    padding: 1.25rem 1rem;\n    margin: 0 calc(-50vw + 50%);\n    width: 100vw;\n    border-top: 1px solid rgba(139, 90, 43, 0.15);\n    border-bottom: 1px solid rgba(139, 90, 43, 0.15);\n  }\n\n  .gran-trust__inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: space-around;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 1rem;\n  }\n\n  .gran-trust__item {\n    font-family: var(--gran-body);\n    font-size: 12px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--gran-espresso);\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .gran-trust__item::before {\n    content: '';\n    display: inline-block;\n    width: 20px;\n    height: 1px;\n    background: var(--gran-whiskey);\n  }\n\n  \/* ========== SECTION 3: INTRO ========== *\/\n  .gran-intro {\n    max-width: 720px;\n    margin: 4rem auto;\n    padding: 0 1.5rem;\n    text-align: center;\n  }\n\n  .gran-intro__mark {\n    font-family: var(--gran-display);\n    font-size: 2rem;\n    color: var(--gran-whiskey);\n    margin-bottom: 1rem;\n    letter-spacing: 0.1em;\n    text-align: center;\n  }\n\n  .gran-col .gran-intro p {\n    font-size: 1.125rem;\n    line-height: 1.75;\n    color: var(--gran-charcoal);\n    margin-bottom: 1.25rem;\n    text-align: center;\n  }\n\n  .gran-col .gran-intro p:first-of-type { text-align: left; }\n\n  .gran-col .gran-intro p:first-of-type::first-letter {\n    font-family: var(--gran-display);\n    font-size: 3.5rem;\n    float: left;\n    line-height: 0.9;\n    margin: 0.1em 0.15em 0 0;\n    color: var(--gran-espresso);\n    font-weight: 700;\n  }\n\n  \/* ========== SECTION HEADING ========== *\/\n  .gran-col .gran-section-heading {\n    text-align: center !important;\n    margin-bottom: 2.5rem;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .gran-col .gran-section-heading .gran-section-heading__eyebrow {\n    font-family: var(--gran-body);\n    font-size: 12px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gran-whiskey);\n    margin-bottom: 0.75rem;\n    font-weight: 500;\n    text-align: center !important;\n    display: block;\n  }\n\n  .gran-col .gran-section-heading h2 {\n    font-size: clamp(1.75rem, 3vw, 2.5rem);\n    margin: 0 auto 0.75rem;\n    text-align: center !important;\n  }\n\n  .gran-col .gran-section-heading p.gran-section-heading__sub,\n  .gran-col .gran-section-heading .gran-section-heading__sub {\n    font-size: 1rem;\n    color: var(--gran-charcoal);\n    max-width: 560px;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    margin-top: 0;\n    margin-bottom: 0;\n    text-align: center !important;\n    display: block;\n  }\n\n  \/* ========== SECTION 4: SHOP BY OCCASION ========== *\/\n  .gran-occasions {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 1.5rem;\n  }\n\n  .gran-occasions__grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1rem;\n  }\n\n  .gran-occasion-tile {\n    background: var(--gran-cream);\n    border: 1px solid var(--gran-parchment);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    transition: all 0.25s ease;\n    text-decoration: none;\n    color: inherit;\n    display: block;\n    border-radius: 2px;\n  }\n\n  .gran-occasion-tile:hover {\n    border-color: var(--gran-whiskey);\n    background: #fbf6ed;\n    transform: translateY(-2px);\n    border-bottom: 1px solid var(--gran-whiskey);\n  }\n\n  .gran-occasion-tile__tag {\n    font-family: var(--gran-body);\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gran-whiskey);\n    margin-bottom: 0.5rem;\n    font-weight: 600;\n  }\n\n  .gran-occasion-tile h3 {\n    font-family: var(--gran-display);\n    font-size: 1.5rem;\n    color: var(--gran-espresso);\n    margin-bottom: 0.5rem;\n  }\n\n  .gran-occasion-tile p {\n    font-size: 13px;\n    color: var(--gran-charcoal);\n    margin: 0;\n  }\n\n  \/* ========== SECTION 5: WHY SIPENGRAVE ========== *\/\n  .gran-why {\n    background: var(--gran-cream);\n    padding: 4rem 1.5rem;\n    margin: 4rem calc(-50vw + 50%) 0;\n    width: 100vw;\n  }\n\n  .gran-why__inner {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .gran-why__grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2.5rem;\n    margin-top: 3rem;\n  }\n\n  .gran-why__item {\n    text-align: center;\n    padding: 0 1rem;\n  }\n\n  .gran-why__icon {\n    width: 56px;\n    height: 56px;\n    margin: 0 auto 1.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--gran-parchment);\n    border-radius: 50%;\n    color: var(--gran-espresso);\n  }\n\n  .gran-why__icon svg { width: 28px; height: 28px; }\n\n  .gran-why__item h3 {\n    font-size: 1.375rem;\n    margin-bottom: 0.75rem;\n    text-align: center;\n  }\n\n  .gran-col .gran-why__item p {\n    font-size: 15px;\n    color: var(--gran-charcoal);\n    line-height: 1.7;\n    text-align: center !important;\n  }\n\n  \/* ========== SECTION 6: HOW TO CHOOSE ========== *\/\n  .gran-choose {\n    max-width: 1200px;\n    margin: 5rem auto;\n    padding: 0 1.5rem;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n  }\n\n  .gran-col .gran-choose__content h2 {\n    font-size: clamp(1.75rem, 3vw, 2.25rem);\n    margin-bottom: 1.5rem;\n    text-align: left !important;\n  }\n\n  .gran-col .gran-choose__content .gran-section-heading__eyebrow {\n    text-align: left !important;\n    margin-bottom: 0.5rem;\n  }\n\n  .gran-choose__question {\n    margin-bottom: 1.5rem;\n    padding-left: 3rem;\n    position: relative;\n  }\n\n  .gran-choose__number {\n    font-family: var(--gran-display);\n    font-size: 2rem;\n    color: var(--gran-whiskey);\n    position: absolute;\n    left: 0;\n    top: -0.25rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .gran-col .gran-choose__question h4 {\n    font-family: var(--gran-body);\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--gran-espresso);\n    margin: 0 0 0.5rem;\n    text-align: left !important;\n  }\n\n  .gran-col .gran-choose__question p {\n    font-size: 15px;\n    color: var(--gran-charcoal);\n    margin: 0;\n    text-align: left !important;\n  }\n\n  .gran-choose__image {\n    background: var(--gran-parchment) url('https:\/\/sipengrave.com\/cdn\/shop\/files\/grandpa-legacy-whiskey-glass.png?v=1772857755') center\/cover;\n    min-height: 420px;\n    border-radius: 2px;\n  }\n\n  \/* ========== SECTION 7: OUR PROCESS ========== *\/\n  .gran-process {\n    background: var(--gran-espresso);\n    color: var(--gran-cream);\n    padding: 5rem 1.5rem;\n    margin: 0 calc(-50vw + 50%);\n    width: 100vw;\n  }\n\n  .gran-process__inner {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .gran-col .gran-process .gran-section-heading h2 { color: var(--gran-cream); }\n  .gran-col .gran-process .gran-section-heading__eyebrow { color: var(--gran-bourbon); }\n  .gran-col .gran-process .gran-section-heading__sub { color: #d4c9b5; }\n\n  .gran-process__steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2rem;\n    margin-top: 3.5rem;\n    position: relative;\n  }\n\n  .gran-process__step {\n    text-align: center;\n    position: relative;\n  }\n\n  .gran-process__step:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    top: 28px;\n    right: -1rem;\n    width: 2rem;\n    height: 1px;\n    background: var(--gran-whiskey);\n  }\n\n  .gran-process__num {\n    font-family: var(--gran-display);\n    font-size: 2.5rem;\n    color: var(--gran-bourbon);\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 0.5rem;\n  }\n\n  .gran-process__label {\n    font-family: var(--gran-body);\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gran-bourbon);\n    margin-bottom: 1rem;\n    font-weight: 600;\n  }\n\n  .gran-process__step h3 {\n    font-family: var(--gran-display);\n    color: var(--gran-cream);\n    font-size: 1.25rem;\n    margin-bottom: 0.5rem;\n    text-align: center;\n  }\n\n  .gran-col .gran-process__step p {\n    font-size: 13px;\n    color: #b8a88a;\n    line-height: 1.6;\n    margin: 0;\n    text-align: center !important;\n  }\n\n  \/* ========== SECTION 8: GIFT GUIDES ========== *\/\n  .gran-guides {\n    max-width: 1200px;\n    margin: 5rem auto;\n    padding: 0 1.5rem;\n  }\n\n  .gran-guides__grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.5rem;\n    margin-top: 2.5rem;\n  }\n\n  .gran-guide-card {\n    text-decoration: none;\n    color: inherit;\n    border-bottom: none;\n    display: block;\n    transition: transform 0.25s;\n  }\n\n  .gran-guide-card:hover {\n    transform: translateY(-3px);\n    border-bottom: none;\n  }\n\n  .gran-guide-card__image {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background: var(--gran-parchment);\n    background-size: cover;\n    background-position: center;\n    margin-bottom: 1rem;\n    border-radius: 2px;\n  }\n\n  .gran-guide-card__label {\n    font-family: var(--gran-body);\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--gran-whiskey);\n    margin-bottom: 0.5rem;\n    font-weight: 600;\n  }\n\n  .gran-guide-card h3 {\n    font-family: var(--gran-display);\n    font-size: 1.0625rem;\n    color: var(--gran-espresso);\n    line-height: 1.35;\n    margin: 0;\n  }\n\n  \/* ========== SECTION 9: FAQ ========== *\/\n  .gran-faq {\n    max-width: 820px;\n    margin: 5rem auto;\n    padding: 0 1.5rem;\n  }\n\n  .gran-faq__list { margin-top: 2.5rem; }\n\n  .gran-faq__item {\n    border-bottom: 1px solid var(--gran-parchment);\n  }\n\n  .gran-faq__question {\n    width: 100%;\n    background: none;\n    border: none;\n    padding: 1.5rem 0;\n    text-align: left;\n    font-family: var(--gran-display);\n    font-size: 1.125rem;\n    font-weight: 600;\n    color: var(--gran-espresso);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 1rem;\n    transition: color 0.2s;\n    list-style: none;\n  }\n\n  .gran-faq__question::-webkit-details-marker { display: none; }\n  .gran-faq__question:hover { color: var(--gran-whiskey); }\n\n  .gran-faq__toggle {\n    font-family: var(--gran-display);\n    font-size: 1.5rem;\n    color: var(--gran-whiskey);\n    transition: transform 0.25s;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .gran-faq__item[open] .gran-faq__toggle { transform: rotate(45deg); }\n\n  .gran-faq__answer {\n    padding: 0 0 1.5rem;\n    color: var(--gran-charcoal);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* ========== SECTION 10: RELATED COLLECTIONS ========== *\/\n  .gran-related {\n    background: var(--gran-cream);\n    padding: 4rem 1.5rem;\n    margin: 0 calc(-50vw + 50%);\n    width: 100vw;\n  }\n\n  .gran-related__inner {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .gran-related__grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2.5rem;\n  }\n\n  .gran-related-card {\n    background: #fff;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    text-decoration: none;\n    color: inherit;\n    border: 1px solid var(--gran-parchment);\n    transition: all 0.25s;\n    display: block;\n    border-bottom: 1px solid var(--gran-parchment);\n    border-radius: 2px;\n  }\n\n  .gran-related-card:hover {\n    border-color: var(--gran-whiskey);\n    background: #fbf6ed;\n    transform: translateY(-2px);\n    border-bottom: 1px solid var(--gran-whiskey);\n  }\n\n  .gran-related-card__tag {\n    font-family: var(--gran-body);\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gran-whiskey);\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n  }\n\n  .gran-related-card h4 {\n    font-family: var(--gran-display);\n    font-size: 1.125rem;\n    color: var(--gran-espresso);\n    margin: 0 0 0.25rem;\n  }\n\n  .gran-related-card p {\n    font-size: 12px;\n    color: var(--gran-charcoal);\n    margin: 0;\n  }\n\n  \/* ========== MOBILE RESPONSIVE ========== *\/\n  @media (max-width: 900px) {\n    .gran-hero__inner { grid-template-columns: 1fr; }\n    .gran-hero__image-wrap { min-height: 280px; order: 2; }\n    .gran-hero__content { padding: 3rem 1.5rem; order: 1; }\n    .gran-trust__inner { gap: 0.75rem; }\n    .gran-trust__item { font-size: 10px; }\n    .gran-occasions__grid { grid-template-columns: repeat(2, 1fr); }\n    .gran-why__grid { grid-template-columns: 1fr; gap: 2rem; }\n    .gran-choose { grid-template-columns: 1fr; gap: 2rem; }\n    .gran-choose__image { min-height: 280px; order: -1; }\n    .gran-process__steps { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }\n    .gran-process__step:not(:last-child)::after { display: none; }\n\n    .gran-guides__grid {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n      margin-top: 1.75rem;\n    }\n\n    .gran-guide-card {\n      display: grid;\n      grid-template-columns: 100px 1fr;\n      gap: 1rem;\n      align-items: center;\n      background: var(--gran-cream);\n      padding: 0.75rem;\n      border-radius: 2px;\n      border: 1px solid var(--gran-parchment);\n    }\n\n    .gran-guide-card__image {\n      aspect-ratio: 1 \/ 1;\n      width: 100px;\n      height: 100px;\n      margin: 0;\n      border-radius: 2px;\n      flex-shrink: 0;\n    }\n\n    .gran-guide-card__label {\n      font-size: 10px;\n      margin-bottom: 0.25rem;\n    }\n\n    .gran-guide-card h3 {\n      font-size: 14px;\n      line-height: 1.35;\n    }\n\n    .gran-related__grid { grid-template-columns: 1fr 1fr; }\n  }\n\n  @media (max-width: 520px) {\n    .gran-hero__content { padding: 2.5rem 1.25rem; }\n    .gran-hero__image-wrap { min-height: 240px; }\n    .gran-occasions__grid { grid-template-columns: 1fr; }\n    .gran-related__grid { grid-template-columns: 1fr; }\n    .gran-intro { margin: 2.5rem auto; }\n    .gran-col .gran-intro p:first-of-type::first-letter { font-size: 2.75rem; }\n\n    .gran-guide-card {\n      grid-template-columns: 80px 1fr;\n      gap: 0.75rem;\n      padding: 0.5rem;\n    }\n\n    .gran-guide-card__image {\n      width: 80px;\n      height: 80px;\n    }\n\n    .gran-guide-card h3 {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gran-col\"\u003e\n\u003csection class=\"gran-hero\"\u003e\n\u003cdiv class=\"gran-hero__inner\"\u003e\n\u003cdiv class=\"gran-hero__image-wrap\"\u003e\u003cimg class=\"gran-hero__image\" src=\"https:\/\/sipengrave.com\/cdn\/shop\/files\/grandpa-whiskey-glass-gift.png?v=1\" alt=\"Engraved whiskey glass honoring Grandpa's legacy\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gran-hero__content\"\u003e\n\u003cdiv class=\"gran-hero__eyebrow\"\u003e— Honoring His Legacy\u003c\/div\u003e\n\u003ch1\u003eWhiskey Glass Gift for Grandpa\u003c\/h1\u003e\n\u003cp class=\"gran-hero__subtitle\"\u003eHand-drawn in our Vietnam studio. Laser-etched in the USA. A glass worthy of his lifetime of stories.\u003c\/p\u003e\n\u003ca href=\"#products\" class=\"gran-cta\"\u003eShop the Collection\u003c\/a\u003e\n\u003cdiv class=\"gran-hero__features\"\u003e\n\u003cspan\u003eDesigned in Vietnam\u003c\/span\u003e \u003cspan\u003eEngraved in the USA\u003c\/span\u003e \u003cspan\u003eNever fades\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-trust\"\u003e\n\u003cdiv class=\"gran-trust__inner\"\u003e\n\u003cdiv class=\"gran-trust__item\"\u003eOriginal Designs\u003c\/div\u003e\n\u003cdiv class=\"gran-trust__item\"\u003eUSA Fulfillment\u003c\/div\u003e\n\u003cdiv class=\"gran-trust__item\"\u003ePermanent Etching\u003c\/div\u003e\n\u003cdiv class=\"gran-trust__item\"\u003eShips in 6–15 Days\u003c\/div\u003e\n\u003cdiv class=\"gran-trust__item\"\u003eFree Replacement Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-intro\"\u003e\n\u003cdiv class=\"gran-intro__mark\"\u003e✦ ✦ ✦\u003c\/div\u003e\n\u003cp\u003eGrandpa has spent a lifetime accumulating things. He doesn't need another generic gadget, and he certainly doesn't need another cheap \"#1 Grandpa\" mug that will gather dust. When you're buying a gift for the patriarch of the family, you're not just buying an object — you're buying a tribute.\u003c\/p\u003e\n\u003cp\u003eAn engraved whiskey glass from SipEngrave is crafted the way things used to be: built to last. Our designs are physically laser-etched into the glass, meaning they will never fade, wash off, or peel over time. Whether it honors his military service, his years of hard work, or simply his title as \"Papa,\" it's the perfect conversation starter for when he sits down to share a drink and a story with his family.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-occasions\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eFind the Right Fit\u003c\/div\u003e\n\u003ch2\u003eShop Grandpa Gifts by Occasion\u003c\/h2\u003e\n\u003cp class=\"gran-section-heading__sub\"\u003eCelebrate his milestones with something that matches the moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-occasions__grid\"\u003e\n\u003ca href=\"\/collections\/birthday-whiskey-glass-gifts\" class=\"gran-occasion-tile\"\u003e\n\u003cdiv class=\"gran-occasion-tile__tag\"\u003eMilestones\u003c\/div\u003e\n\u003ch3\u003e70th \u0026amp; 80th Birthdays\u003c\/h3\u003e\n\u003cp\u003eMark the major decades right.\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/retirement-whiskey-glass-gifts\" class=\"gran-occasion-tile\"\u003e\n\u003cdiv class=\"gran-occasion-tile__tag\"\u003eThe Golden Years\u003c\/div\u003e\n\u003ch3\u003eRetirement\u003c\/h3\u003e\n\u003cp\u003eHe earned the quiet. Honor it.\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/fathers-day-whiskey-glass-gifts\" class=\"gran-occasion-tile\"\u003e\n\u003cdiv class=\"gran-occasion-tile__tag\"\u003eJune\u003c\/div\u003e\n\u003ch3\u003eFather's Day\u003c\/h3\u003e\n\u003cp\u003eFor the original legend.\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"#products\" class=\"gran-occasion-tile\"\u003e\n\u003cdiv class=\"gran-occasion-tile__tag\"\u003eLegacy\u003c\/div\u003e\n\u003ch3\u003eJust Because\u003c\/h3\u003e\n\u003cp\u003eBecause he has everything else.\u003c\/p\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv id=\"products\"\u003e\u003c\/div\u003e\n\u003csection class=\"gran-why\"\u003e\n\u003cdiv class=\"gran-why__inner\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eThe Difference\u003c\/div\u003e\n\u003ch2\u003eWhy SipEngrave\u003c\/h2\u003e\n\u003cp class=\"gran-section-heading__sub\"\u003eWe craft glassware with the same uncompromising standards he taught you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-why__grid\"\u003e\n\u003cdiv class=\"gran-why__item\"\u003e\n\u003cdiv class=\"gran-why__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 21l3.09-3.09 9.84-9.84a2.83 2.83 0 0 0-4-4L2.1 13.81 3 21z\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 5l4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eOriginal Heritage Designs\u003c\/h3\u003e\n\u003cp\u003eEvery layout is hand-sketched in our Vietnam studio. We specialize in classic, timeless aesthetics—from USMC emblems to vintage automotive themes—that resonate with his era.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-why__item\"\u003e\n\u003cdiv class=\"gran-why__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 15h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 15h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 15h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eUSA Fulfillment\u003c\/h3\u003e\n\u003cp\u003ePrecision laser-etched and shipped domestically by our trusted US partners. Delivered safely via USPS, UPS, or FedEx directly to his door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-why__item\"\u003e\n\u003cdiv class=\"gran-why__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M18.178 8c5.096 0 5.096 8 0 8-5.095 0-7.133-8-12.739-8-4.585 0-4.585 8 0 8 5.606 0 7.644-8 12.739-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003ePermanent Sandblast Feel\u003c\/h3\u003e\n\u003cp\u003eWe use laser technology to physically carve the design into the glass. It creates a stunning, high-contrast frosted effect that won't ever fade in the dishwasher.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-choose\"\u003e\n\u003cdiv class=\"gran-choose__content\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eChoosing the Design\u003c\/div\u003e\n\u003ch2\u003eMake It Uniquely His\u003c\/h2\u003e\n\u003cdiv class=\"gran-choose__question\"\u003e\n\u003cspan class=\"gran-choose__number\"\u003e1\u003c\/span\u003e\n\u003ch4\u003eWhat's his legacy?\u003c\/h4\u003e\n\u003cp\u003eDid he serve in the military? Did he spend weekends restoring an old truck? Match the design to the passions that defined his life. We offer deeply detailed patriotic and mechanical motifs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-choose__question\"\u003e\n\u003cspan class=\"gran-choose__number\"\u003e2\u003c\/span\u003e\n\u003ch4\u003eInclude the Grandkids\u003c\/h4\u003e\n\u003cp\u003eUtilize our unique \u003cstrong\u003ebottom engraving\u003c\/strong\u003e feature. Have all the grandkids' names etched into the base of the glass, perfectly visible through the mouth of the cup every time he takes a sip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-choose__question\"\u003e\n\u003cspan class=\"gran-choose__number\"\u003e3\u003c\/span\u003e\n\u003ch4\u003eWhat do you call him?\u003c\/h4\u003e\n\u003cp\u003eGrandpa, Papa, Pop-Pop, or simply his name. Our designers ensure the typography is perfectly scaled, keeping phrases beautifully aligned on a single line so it looks clean and classic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-choose__image\" role=\"img\" aria-label=\"SipEngrave workshop — bottom engraved whiskey glass with grandchildren names\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-process\"\u003e\n\u003cdiv class=\"gran-process__inner\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eHow We Work\u003c\/div\u003e\n\u003ch2\u003eDesigned in Vietnam, Crafted in the USA\u003c\/h2\u003e\n\u003cp class=\"gran-section-heading__sub\"\u003eEvery order moves through four stages before it reaches his hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-process__steps\"\u003e\n\u003cdiv class=\"gran-process__step\"\u003e\n\u003cdiv class=\"gran-process__num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"gran-process__label\"\u003eOrder\u003c\/div\u003e\n\u003ch3\u003ePlace Your Order\u003c\/h3\u003e\n\u003cp\u003eChoose your design, add his name or title, and don't forget to add a special message for the bottom engraving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-process__step\"\u003e\n\u003cdiv class=\"gran-process__num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"gran-process__label\"\u003eReview\u003c\/div\u003e\n\u003ch3\u003eDesign Mockup\u003c\/h3\u003e\n\u003cp\u003eOur Vietnam team creates a precise digital mockup, ensuring high-resolution vector lines for maximum readability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-process__step\"\u003e\n\u003cdiv class=\"gran-process__num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"gran-process__label\"\u003eEngrave\u003c\/div\u003e\n\u003ch3\u003eUS Production\u003c\/h3\u003e\n\u003cp\u003eYour design is sent to our US partners to be physically carved into the glass via high-end laser engraving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-process__step\"\u003e\n\u003cdiv class=\"gran-process__num\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"gran-process__label\"\u003eShip\u003c\/div\u003e\n\u003ch3\u003eDelivered to Him\u003c\/h3\u003e\n\u003cp\u003eShips domestically via USPS, UPS, or FedEx. Tracking number sent by email. Fully insured against breakage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-guides\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eStill Deciding?\u003c\/div\u003e\n\u003ch2\u003eGrandpa Gift Guides \u0026amp; Ideas\u003c\/h2\u003e\n\u003cp class=\"gran-section-heading__sub\"\u003eInspiration for gifting the man who has seen it all.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-guides__grid\"\u003e\n\u003ca href=\"\/blogs\/gift-ideas-guides\/what-to-get-grandpa-who-has-everything\" class=\"gran-guide-card\"\u003e\n\u003cdiv class=\"gran-guide-card__image\" style=\"background-image: url('https:\/\/sipengrave.com\/cdn\/shop\/articles\/grandpa-has-everything.png?v=1');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gran-guide-card__body\"\u003e\n\u003cdiv class=\"gran-guide-card__label\"\u003eGift Guide\u003c\/div\u003e\n\u003ch3\u003eGifts for the Grandpa Who Has Everything\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/blogs\/gift-ideas-guides\/military-veteran-whiskey-glass-ideas\" class=\"gran-guide-card\"\u003e\n\u003cdiv class=\"gran-guide-card__image\" style=\"background-image: url('https:\/\/sipengrave.com\/cdn\/shop\/articles\/veteran-whiskey-glass.png?v=1');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gran-guide-card__body\"\u003e\n\u003cdiv class=\"gran-guide-card__label\"\u003eHonoring Service\u003c\/div\u003e\n\u003ch3\u003eEngraving Ideas for Military Veterans\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/blogs\/gift-ideas-guides\/retirement-gift-for-grandfather\" class=\"gran-guide-card\"\u003e\n\u003cdiv class=\"gran-guide-card__image\" style=\"background-image: url('https:\/\/sipengrave.com\/cdn\/shop\/articles\/grandpa-retirement-glass.png?v=1');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gran-guide-card__body\"\u003e\n\u003cdiv class=\"gran-guide-card__label\"\u003eRetirement\u003c\/div\u003e\n\u003ch3\u003eMarking the End of a Long Career\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/blogs\/gift-ideas-guides\/engraving-ideas-from-grandkids\" class=\"gran-guide-card\"\u003e\n\u003cdiv class=\"gran-guide-card__image\" style=\"background-image: url('https:\/\/sipengrave.com\/cdn\/shop\/articles\/from-grandkids.png?v=1');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gran-guide-card__body\"\u003e\n\u003cdiv class=\"gran-guide-card__label\"\u003eSentimental\u003c\/div\u003e\n\u003ch3\u003eBest Quotes to Engrave from the Grandkids\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-faq\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eQuick Answers\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-faq__list\"\u003e\n\u003cdetails class=\"gran-faq__item\"\u003e\n\u003csummary class=\"gran-faq__question\"\u003eIs the engraving easy for older eyes to read?\u003cspan class=\"gran-faq__toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gran-faq__answer\"\u003eYes. Because we use laser engraving instead of printing, the design physically etches the glass, creating a bright, frosted, high-contrast finish against the dark amber of whiskey. It is very crisp and easy to read.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gran-faq__item\"\u003e\n\u003csummary class=\"gran-faq__question\"\u003eCan I engrave the names of all his grandchildren?\u003cspan class=\"gran-faq__toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gran-faq__answer\"\u003eAbsolutely. The best way to do this is by utilizing our \"Bottom Engraving\" option, where we can neatly arrange the names on the interior base of the glass, or by adding a custom message to the back of the glass.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gran-faq__item\"\u003e\n\u003csummary class=\"gran-faq__question\"\u003eIs the design printed or engraved?\u003cspan class=\"gran-faq__toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gran-faq__answer\"\u003eIt is 100% physically etched into the glass. There are no decals, no stickers, and no ink. It will never fade or peel, and it is entirely dishwasher safe.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gran-faq__item\"\u003e\n\u003csummary class=\"gran-faq__question\"\u003eHow long does shipping take?\u003cspan class=\"gran-faq__toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gran-faq__answer\"\u003eTotal delivery is 6–15 business days: 1–3 days for design review, 2–5 days for US production, and 3–7 days for domestic shipping via USPS, UPS, or FedEx.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gran-faq__item\"\u003e\n\u003csummary class=\"gran-faq__question\"\u003eWhat if it breaks during shipping?\u003cspan class=\"gran-faq__toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gran-faq__answer\"\u003eWe replace it free of charge, no return needed. Email a photo to support@sipengrave.com and we'll rush a replacement immediately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gran-related\"\u003e\n\u003cdiv class=\"gran-related__inner\"\u003e\n\u003cdiv class=\"gran-section-heading\"\u003e\n\u003cdiv class=\"gran-section-heading__eyebrow\"\u003eMore Collections\u003c\/div\u003e\n\u003ch2\u003eExplore Other Gift Collections\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gran-related__grid\"\u003e\n\u003ca href=\"\/collections\/whiskey-glass-gift-for-dad\" class=\"gran-related-card\"\u003e\n\u003cdiv class=\"gran-related-card__tag\"\u003eFor Him\u003c\/div\u003e\n\u003ch4\u003eDad\u003c\/h4\u003e\n\u003cp\u003eFor the man who raised you\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/whiskey-glass-gift-for-husband\" class=\"gran-related-card\"\u003e\n\u003cdiv class=\"gran-related-card__tag\"\u003eFor Him\u003c\/div\u003e\n\u003ch4\u003eHusband\u003c\/h4\u003e\n\u003cp\u003eFor your partner\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/retirement-whiskey-glass-gifts\" class=\"gran-related-card\"\u003e\n\u003cdiv class=\"gran-related-card__tag\"\u003eOccasion\u003c\/div\u003e\n\u003ch4\u003eRetirement\u003c\/h4\u003e\n\u003cp\u003eCelebrate the milestone\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/fathers-day-whiskey-glass-gifts\" class=\"gran-related-card\"\u003e\n\u003cdiv class=\"gran-related-card__tag\"\u003eOccasion\u003c\/div\u003e\n\u003ch4\u003eFather's Day\u003c\/h4\u003e\n\u003cp\u003eSeasonal collection\u003c\/p\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[],"url":"https:\/\/sipengrave.com\/collections\/whiskey-glass-gift-for-grandpa.oembed","provider":"Sipengrave","version":"1.0","type":"link"}