@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&family=Sacramento&display=swap');

:root {
    --shay-rose: #b96f7f;
    --shay-rose-dark: #9b5367;
    --shay-blush: #f6dfe1;
    --shay-blush-light: #fff5f3;
    --shay-cream: #fbf4eb;
    --shay-cream-deep: #f2e5d7;
    --shay-wine: #612f46;
    --shay-white: #fffdfb;
    --shay-dark: #33252a;
    --shay-muted: #806a6d;
    --shay-line: rgba(97, 47, 70, .13);
    --shay-shadow: 0 18px 50px rgba(97, 47, 70, .09);
    --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--shay-dark); background: var(--shay-white); font-family: 'DM Sans', sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-wrap { overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.site-header { position: relative; z-index: 20; background: rgba(255, 253, 251, .96); border-bottom: 1px solid rgba(97, 47, 70, .06); }
.header-inner { display: flex; align-items: center; min-height: 84px; gap: 30px; }
.brand { position: relative; display: inline-flex; flex-direction: column; flex: 0 0 auto; width: 140px; color: var(--shay-wine); line-height: .72; }
.brand-script { margin-left: 12px; color: var(--shay-rose); font-family: Sacramento, cursive; font-size: 40px; line-height: 1; }
.brand-name { margin-top: 3px; font-size: 10px; font-weight: 700; letter-spacing: .25em; }
.brand-heart { position: absolute; top: 0; right: 9px; color: var(--shay-rose); font-size: 12px; transform: rotate(-12deg); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.1vw, 30px); flex: 1; }
.main-nav a { position: relative; color: var(--shay-muted); font-size: 12px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--shay-wine); }
.main-nav a.is-active::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ''; background: var(--shay-rose); border-radius: 4px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button, .cart-button, .menu-toggle, .favorite-button { border: 0; background: transparent; }
.icon-button { display: grid; width: 34px; height: 34px; place-items: center; color: var(--shay-wine); font-size: 27px; line-height: 1; }
.cart-button { display: flex; align-items: center; gap: 7px; color: var(--shay-wine); font-size: 11px; font-weight: 700; }
.cart-icon { font-size: 21px; transform: rotate(180deg); }
.cart-button b { display: grid; width: 18px; height: 18px; place-items: center; color: var(--shay-white); font-size: 10px; background: var(--shay-rose); border-radius: 50%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 49px; padding: 0 25px; color: var(--shay-white); font-size: 12px; font-weight: 700; letter-spacing: .04em; background: var(--shay-wine); border: 1px solid var(--shay-wine); border-radius: 30px; box-shadow: 0 8px 18px rgba(97, 47, 70, .15); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--shay-rose-dark); box-shadow: 0 11px 23px rgba(97, 47, 70, .2); transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 400; }
.button-small { min-height: 39px; padding: 0 17px; font-size: 10px; }
.menu-toggle { display: none; width: 34px; padding: 5px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--shay-wine); border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }
.search-panel { position: absolute; top: 100%; right: 0; left: 0; background: var(--shay-white); border-bottom: 1px solid var(--shay-line); box-shadow: var(--shay-shadow); }
.search-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; }
.search-inner label { color: var(--shay-wine); font-family: 'Playfair Display', serif; font-size: 18px; }
.search-field { display: flex; align-items: center; width: min(100%, 370px); padding: 0 16px; border-bottom: 1px solid var(--shay-rose); }
.search-field input { width: 100%; padding: 8px 0; color: var(--shay-dark); border: 0; outline: 0; background: transparent; font-size: 13px; }
.search-field span { color: var(--shay-rose); font-size: 23px; }

.hero { position: relative; min-height: 600px; overflow: hidden; background: var(--shay-cream); }
.hero::before { position: absolute; top: 0; right: -10%; width: 58%; height: 100%; content: ''; background: linear-gradient(135deg, transparent 0 20%, rgba(246, 223, 225, .32) 20% 100%); border-radius: 50% 0 0 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 600px; }
.hero-copy { position: relative; z-index: 1; padding: 80px 0 65px; }
.eyebrow { margin: 0 0 15px; color: var(--shay-rose); font-size: 10px; font-weight: 700; letter-spacing: .19em; line-height: 1.5; text-transform: uppercase; }
.hero h1 { max-width: 550px; margin: 0; color: var(--shay-wine); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(44px, 5vw, 70px); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.hero h1 em, .about-copy h2 em, .cta-box h2 em { color: var(--shay-rose); font-weight: 600; }
.hero-brand { display: flex; align-items: center; gap: 14px; margin: 25px 0 0; color: var(--shay-wine); font-family: 'Playfair Display', serif; font-size: 18px; }
.hero-brand strong { padding-left: 14px; color: var(--shay-rose-dark); font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: .2em; border-left: 1px solid var(--shay-rose); }
.hero-text { margin: 12px 0 25px; color: var(--shay-muted); font-family: 'Playfair Display', serif; font-size: 19px; line-height: 1.4; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--shay-wine); font-size: 11px; font-weight: 700; }
.text-link span { color: var(--shay-rose); font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hand-note { margin: 48px 0 0 125px; color: var(--shay-rose-dark); font-family: Sacramento, cursive; font-size: 24px; line-height: .98; transform: rotate(-6deg); }
.hand-note span { color: var(--shay-rose); font-family: 'DM Sans', sans-serif; font-size: 17px; }
.hero-art { position: relative; display: grid; min-height: 540px; place-items: center; }
.art-halo { position: absolute; width: min(40vw, 390px); height: min(40vw, 390px); background: rgba(255, 253, 251, .8); border: 1px solid rgba(185, 111, 127, .12); border-radius: 50%; box-shadow: 0 20px 70px rgba(185, 111, 127, .12); }
.art-blob { position: absolute; width: 310px; height: 370px; background: var(--shay-blush); border-radius: 53% 47% 47% 53% / 41% 46% 54% 59%; transform: rotate(21deg); }
.cupcake { position: relative; z-index: 2; width: 230px; height: 280px; transform: rotate(-4deg); }
.cupcake-cream { position: absolute; top: 26px; left: 29px; width: 172px; height: 148px; color: var(--shay-rose); background: linear-gradient(145deg, #fffdfb 4%, #f9e1e0 90%); border: 2px solid rgba(185, 111, 127, .1); border-radius: 51% 49% 45% 55% / 35% 39% 61% 65%; box-shadow: inset -14px -8px 18px rgba(185, 111, 127, .1), 5px 12px 0 rgba(155, 83, 103, .06); font-family: 'Playfair Display', serif; font-size: 37px; text-align: center; }
.cupcake-cream::before, .cupcake-cream::after { position: absolute; width: 77px; height: 70px; content: ''; background: inherit; border-radius: 50%; }
.cupcake-cream::before { top: 38px; left: -25px; }
.cupcake-cream::after { top: 45px; right: -22px; }
.cupcake-cream span { position: relative; z-index: 3; display: block; padding-top: 64px; }
.cupcake-cherry { position: absolute; z-index: 4; top: 1px; left: 101px; width: 22px; height: 22px; background: var(--shay-rose); border: 3px solid var(--shay-white); border-radius: 50%; box-shadow: 0 4px 10px rgba(155, 83, 103, .22); }
.cupcake-cherry::after { position: absolute; bottom: 14px; left: 15px; width: 21px; height: 31px; content: ''; border-left: 2px solid var(--shay-wine); border-radius: 50%; transform: rotate(35deg); }
.cupcake-case { position: absolute; bottom: 20px; left: 18px; z-index: 3; width: 195px; height: 120px; background: linear-gradient(90deg, #c47783, #e0a0a3 45%, #b96f7f); clip-path: polygon(10% 0, 90% 0, 77% 100%, 23% 100%); border-radius: 0 0 35px 35px; }
.cupcake-case::after { position: absolute; inset: 0; content: ''; background: repeating-linear-gradient(80deg, transparent 0 21px, rgba(255, 255, 255, .24) 22px 25px, transparent 26px 42px); }
.cupcake-shadow { position: absolute; right: 0; bottom: 0; left: 0; height: 20px; background: rgba(97, 47, 70, .11); filter: blur(10px); border-radius: 50%; }
.art-heart { position: absolute; z-index: 3; color: var(--shay-rose); font-size: 29px; }
.heart-one { top: 102px; left: 13%; transform: rotate(-17deg); }
.heart-two { right: 10%; bottom: 150px; color: var(--shay-wine); font-size: 22px; transform: rotate(13deg); }
.art-caption { position: absolute; right: 9%; bottom: 63px; color: var(--shay-rose-dark); font-family: Sacramento, cursive; font-size: 23px; line-height: .85; text-align: center; transform: rotate(-8deg); }
.art-caption b { font-size: 30px; font-weight: 400; }
.art-caption span { font-family: 'DM Sans', sans-serif; font-size: 15px; }
.hero-sparkle { position: absolute; z-index: 1; color: var(--shay-rose); font-size: 27px; }
.hero-sparkle-one { top: 84px; left: 7%; }
.hero-sparkle-two { right: 8%; bottom: 75px; color: var(--shay-wine); font-size: 18px; }
.hero-line { position: absolute; width: 105px; height: 45px; border-top: 1px solid var(--shay-rose); border-radius: 50%; opacity: .55; }
.hero-line-one { top: 100px; right: 3%; transform: rotate(35deg); }
.hero-line-two { bottom: 110px; left: 39%; transform: rotate(-24deg); }
.trust-strip { background: var(--shay-wine); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 21px 25px; border-right: 1px solid rgba(255, 255, 255, .15); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: var(--shay-blush); font-size: 27px; border: 1px solid rgba(246, 223, 225, .5); border-radius: 50%; }
.trust-item h2 { margin: 0 0 5px; color: var(--shay-white); font-size: 12px; }
.trust-item p { margin: 0; color: rgba(255, 253, 251, .65); font-size: 11px; }
.section { padding: 105px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 37px; }
.section-heading h2, .services-intro h2, .about-copy h2 { margin: 0; color: var(--shay-wine); font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.6vw, 43px); font-weight: 600; letter-spacing: -.04em; line-height: 1.05; }
.section-heading .eyebrow { margin-bottom: 10px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 22px; overflow: hidden; border-radius: 4px; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { box-shadow: var(--shay-shadow); transform: translateY(-5px); }
.category-card::after { position: absolute; right: -24px; bottom: -28px; width: 110px; height: 110px; content: ''; border: 1px solid currentColor; border-radius: 50%; opacity: .15; }
.category-rose { color: var(--shay-wine); background: #eed5d5; }
.category-blush { color: var(--shay-wine); background: #fae8e6; }
.category-cream { color: var(--shay-wine); background: var(--shay-cream); }
.category-wine { color: var(--shay-white); background: var(--shay-rose-dark); }
.category-icon { font-size: 42px; filter: saturate(.8); }
.category-content { display: flex; flex-direction: column; gap: 5px; }
.category-content strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; }
.category-content small { font-size: 11px; opacity: .75; }
.circle-arrow { position: absolute; right: 19px; bottom: 17px; display: grid; width: 28px; height: 28px; place-items: center; font-size: 16px; border: 1px solid currentColor; border-radius: 50%; }
.featured-section { background: var(--shay-blush-light); }
.centered-heading { align-items: center; justify-content: center; text-align: center; }
.centered-heading .eyebrow { margin-bottom: 10px; }
.centered-heading > div > p:last-child { margin: 11px 0 0; color: var(--shay-muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; background: var(--shay-white); box-shadow: 0 8px 24px rgba(97, 47, 70, .05); }
.product-visual { position: relative; display: grid; height: 215px; place-items: center; overflow: hidden; }
.product-visual::before { position: absolute; bottom: -30px; left: -15%; width: 130%; height: 90px; content: ''; background: rgba(255, 255, 255, .35); border-radius: 50%; transform: rotate(-8deg); }
.product-rose { background: #ecd2d4; }
.product-blush { background: #f9dedf; }
.product-cream { background: #eee2d2; }
.product-wine { background: #d5a0a4; }
.product-placeholder { position: relative; z-index: 1; display: grid; width: 112px; height: 112px; place-items: center; font-size: 58px; background: rgba(255, 253, 251, .75); border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; box-shadow: 0 12px 22px rgba(97, 47, 70, .1); }
.visual-dots { position: absolute; right: 18px; bottom: 12px; color: var(--shay-rose-dark); font-size: 17px; letter-spacing: 5px; }
.favorite-button { position: absolute; top: 13px; right: 14px; z-index: 2; color: var(--shay-wine); font-size: 23px; line-height: 1; }
.favorite-button.is-favorite { color: var(--shay-rose); }
.product-info { padding: 19px 19px 17px; }
.product-kicker { margin: 0 0 6px; color: var(--shay-rose); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { min-height: 42px; margin: 0 0 8px; color: var(--shay-wine); font-family: 'Playfair Display', serif; font-size: 19px; line-height: 1.1; }
.product-info > p:not(.product-kicker) { min-height: 36px; margin: 0; color: var(--shay-muted); font-size: 11px; line-height: 1.55; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; }
.product-bottom strong { color: var(--shay-wine); font-size: 14px; }
.add-button { display: grid; width: 30px; height: 30px; place-items: center; color: var(--shay-white); font-size: 23px; font-weight: 300; line-height: 1; background: var(--shay-rose); border: 0; border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.add-button:hover { background: var(--shay-wine); transform: rotate(90deg); }
.services-section { padding: 85px 0; color: var(--shay-white); background: var(--shay-wine); }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.services-intro .eyebrow { color: var(--shay-blush); }
.services-intro h2 { color: var(--shay-white); }
.services-intro > p:last-child { max-width: 350px; margin: 20px 0 0; color: rgba(255, 253, 251, .67); font-size: 13px; line-height: 1.7; }
.service-list { display: grid; gap: 12px; }
.service-card { display: flex; align-items: center; gap: 17px; padding: 18px 22px; border: 1px solid rgba(255, 253, 251, .18); border-radius: 2px; transition: background .2s ease, border-color .2s ease; }
.service-card:hover { background: rgba(255, 253, 251, .08); border-color: rgba(255, 253, 251, .4); }
.service-icon { display: grid; width: 39px; height: 39px; flex: 0 0 39px; place-items: center; color: var(--shay-blush); font-size: 22px; border: 1px solid rgba(246, 223, 225, .45); border-radius: 50%; }
.service-card span:nth-child(2) { display: flex; flex: 1; flex-direction: column; gap: 4px; }
.service-card strong { color: var(--shay-white); font-size: 13px; }
.service-card small { color: rgba(255, 253, 251, .6); font-size: 11px; }
.service-card > b { color: var(--shay-blush); font-size: 19px; font-weight: 400; }
.about-section { background: var(--shay-cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-art { position: relative; display: grid; width: min(100%, 410px); height: 350px; place-items: center; color: var(--shay-wine); background: var(--shay-blush); border-radius: 50% 46% 50% 44%; transform: rotate(-5deg); }
.about-art::before { position: absolute; inset: 17px; content: ''; border: 1px dashed rgba(97, 47, 70, .25); border-radius: inherit; }
.about-art span, .about-art b { position: absolute; color: var(--shay-rose-dark); font-family: Sacramento, cursive; font-size: 26px; font-weight: 400; }
.about-art span { top: 60px; left: 63px; transform: rotate(-13deg); }
.about-art b { right: 55px; bottom: 57px; font-size: 30px; transform: rotate(-12deg); }
.about-cupcake { font-size: 95px; transform: rotate(5deg); filter: drop-shadow(0 10px 10px rgba(97, 47, 70, .1)); }
.about-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0; color: var(--shay-muted); font-size: 14px; line-height: 1.8; }
.cta-section { padding: 65px 0; background: var(--shay-blush-light); }
.cta-box { position: relative; padding: 68px 20px; overflow: hidden; text-align: center; background: var(--shay-rose); }
.cta-box::before, .cta-box::after { position: absolute; width: 190px; height: 190px; content: ''; border: 1px solid rgba(255, 253, 251, .25); border-radius: 50%; }
.cta-box::before { top: -80px; left: -60px; }
.cta-box::after { right: -60px; bottom: -100px; }
.cta-box .eyebrow { color: var(--shay-blush); }
.cta-box h2 { margin: 0; color: var(--shay-white); font-family: 'Playfair Display', serif; font-size: clamp(33px, 4vw, 49px); font-weight: 600; letter-spacing: -.04em; line-height: 1.05; }
.cta-box h2 em { color: var(--shay-wine); }
.cta-box > p:not(.eyebrow) { margin: 17px 0 25px; color: rgba(255, 253, 251, .8); font-size: 13px; }
.button-light { color: var(--shay-wine); background: var(--shay-white); border-color: var(--shay-white); box-shadow: none; }
.button-light:hover { color: var(--shay-wine); background: var(--shay-blush); }
.cta-heart, .cta-sparkle { position: absolute; color: rgba(255, 253, 251, .42); font-size: 38px; }
.cta-heart { top: 23px; left: 19%; }
.cta-sparkle { right: 20%; bottom: 26px; font-size: 24px; }
.site-footer { color: rgba(255, 253, 251, .7); background: var(--shay-wine); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 55px 0 45px; }
.brand-light { color: var(--shay-white); }
.brand-light .brand-script { color: var(--shay-blush); }
.brand-light .brand-heart { color: var(--shay-blush); }
.footer-brand > p { margin: 18px 0 0; font-family: Sacramento, cursive; font-size: 22px; }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 11px; padding-top: 5px; font-size: 11px; }
.footer-links strong, .footer-social strong { margin-bottom: 5px; color: var(--shay-blush); font-size: 12px; }
.footer-links a:hover { color: var(--shay-white); }
.footer-social > div { display: flex; gap: 8px; }
.footer-social a { display: grid; width: 27px; height: 27px; place-items: center; color: var(--shay-wine); font-size: 10px; font-weight: 700; background: var(--shay-blush); border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; padding: 17px 0; color: rgba(255, 253, 251, .45); font-size: 10px; border-top: 1px solid rgba(255, 253, 251, .12); }
.footer-bottom b { color: var(--shay-blush); }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 50; max-width: 290px; padding: 13px 17px; color: var(--shay-white); font-size: 12px; background: var(--shay-wine); border-left: 3px solid var(--shay-blush); box-shadow: var(--shay-shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .header-inner { gap: 18px; }
    .main-nav { gap: 14px; }
    .main-nav a { font-size: 11px; }
    .cart-label, .header-cta { display: none; }
    .hero-grid { min-height: 560px; }
    .hero-art { min-height: 480px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid, .about-grid { gap: 50px; }
}
@media (max-width: 720px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .header-inner { min-height: 72px; }
    .brand { width: 125px; }
    .brand-script { font-size: 34px; }
    .brand-name { font-size: 9px; }
    .header-actions { margin-left: auto; gap: 7px; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; top: 72px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 16px 25px; background: var(--shay-white); box-shadow: var(--shay-shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
    .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .main-nav a { padding: 13px 5px; font-size: 13px; border-bottom: 1px solid var(--shay-line); }
    .main-nav a.is-active::after { display: none; }
    .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .search-panel { top: 72px; }
    .search-inner { display: block; padding: 15px 0 18px; }
    .search-inner label { display: block; margin-bottom: 9px; font-size: 16px; }
    .search-field { width: 100%; }
    .hero { min-height: 0; }
    .hero::before { top: 48%; right: -28%; width: 130%; height: 52%; border-radius: 50% 50% 0 0; }
    .hero-grid { display: flex; flex-direction: column; min-height: 0; }
    .hero-copy { padding: 62px 0 15px; }
    .hero h1 { font-size: clamp(39px, 12vw, 58px); }
    .hero-brand { margin-top: 21px; font-size: 16px; }
    .hero-text { font-size: 17px; }
    .hero-actions { gap: 18px; }
    .hand-note { margin: 32px 0 0 100px; font-size: 22px; }
    .hero-art { width: 100%; min-height: 380px; }
    .art-halo { width: 290px; height: 290px; }
    .art-blob { width: 235px; height: 285px; }
    .cupcake { transform: scale(.8) rotate(-4deg); }
    .art-caption { right: 7%; bottom: 38px; }
    .hero-sparkle-one { top: 25px; left: 9%; }
    .hero-line-one { top: 33px; right: -2%; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { min-height: 84px; padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .trust-item:last-child { border-bottom: 0; }
    .section { padding: 70px 0; }
    .section-heading { display: block; margin-bottom: 26px; }
    .section-heading .text-link { margin-top: 17px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .category-card { min-height: 160px; padding: 16px; }
    .category-icon { font-size: 34px; }
    .category-content strong { font-size: 19px; }
    .product-grid { grid-template-columns: 1fr; gap: 16px; }
    .product-card { display: grid; grid-template-columns: 42% 58%; }
    .product-visual { height: 100%; min-height: 195px; }
    .product-info { padding: 17px 15px; }
    .product-info h3 { min-height: auto; font-size: 18px; }
    .product-info > p:not(.product-kicker) { min-height: auto; }
    .services-section { padding: 65px 0; }
    .services-grid, .about-grid { grid-template-columns: 1fr; gap: 35px; }
    .about-art { width: 100%; height: 280px; }
    .about-copy > p:not(.eyebrow) { font-size: 13px; }
    .cta-section { padding: 35px 0; }
    .cta-box { padding: 55px 17px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; padding: 45px 0 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { display: block; line-height: 1.8; }
    .footer-bottom span { display: block; }
}
@media (max-width: 390px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .hero h1 { font-size: 37px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
    .product-card { grid-template-columns: 40% 60%; }
    .product-visual { min-height: 215px; }
    .product-placeholder { width: 86px; height: 86px; font-size: 42px; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-social { padding-top: 0; }
}

/* Refinamento da identidade Shay Docemania — camada visual sem dependências externas de imagem. */
:root {
    --shay-graphite: #33252a;
    --shay-rose-soft: #d89aa2;
    --shay-border: rgba(97, 47, 70, .11);
    --shay-radius-card: 16px;
    --shay-radius-soft: 26px;
    --container: 1280px;
}

body { overflow-x: hidden; color: var(--shay-graphite); }
.site-header { box-shadow: 0 2px 20px rgba(97, 47, 70, .035); }
.header-inner { min-height: 88px; }
.brand { width: 154px; }
.brand-logo-image { display: block; width: 148px; height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.main-nav { gap: clamp(18px, 2.4vw, 34px); }
.main-nav a { letter-spacing: .01em; }
.hero { min-height: 650px; }
.hero-grid { min-height: 650px; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); gap: 42px; }
.hero-copy { padding-top: 92px; }
.hero h1 { max-width: 640px; font-size: clamp(48px, 5.1vw, 78px); line-height: .94; }
.hero-text { max-width: 330px; font-size: 20px; }
.hero-art { min-height: 590px; }
.art-halo { width: min(42vw, 470px); height: min(42vw, 470px); }
.art-blob { width: 350px; height: 420px; }
.hero-art::before { position: absolute; top: 46px; right: 8%; width: 75px; height: 75px; content: ''; border: 1px solid rgba(185, 111, 127, .28); border-radius: 50%; }
.hero-art::after { position: absolute; right: 4%; bottom: 78px; width: 150px; height: 55px; content: ''; border-top: 1px solid rgba(185, 111, 127, .4); border-radius: 50%; transform: rotate(-18deg); }
.trust-item { padding-right: clamp(25px, 3vw, 55px); padding-left: clamp(25px, 3vw, 55px); }
.section { padding: 125px 0; }
.category-card { min-height: 205px; padding: 25px; border-radius: var(--shay-radius-card); }
.category-icon { font-size: 45px; }
.product-card { border: 1px solid rgba(97, 47, 70, .04); border-radius: var(--shay-radius-card); box-shadow: 0 12px 30px rgba(97, 47, 70, .07); transition: box-shadow .25s ease, transform .25s ease; }
.product-visual { height: 235px; }
.product-info { padding: 21px 21px 19px; }
.product-placeholder { width: 124px; height: 124px; }
.services-section { padding: 100px 0; }
.service-card { border-radius: 12px; }
.about-art { border-radius: 52% 46% 50% 44%; box-shadow: 0 25px 50px rgba(185, 111, 127, .12); }
.cta-box { border-radius: var(--shay-radius-soft); box-shadow: 0 18px 45px rgba(97, 47, 70, .12); }
.site-footer { border-top: 5px solid var(--shay-rose); }
@media (hover: hover) and (pointer: fine) {
    .category-card:hover, .product-card:hover { transform: translateY(-5px); }
    .service-card:hover { transform: translateY(-2px); }
}
@media (max-width: 980px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 10px; }
    .hero h1 { font-size: clamp(44px, 6vw, 64px); }
    .hero-art { min-height: 500px; }
    .art-halo { width: 390px; height: 390px; }
    .art-blob { width: 290px; height: 350px; }
}
@media (max-width: 720px) {
    .header-inner { min-height: 74px; }
    .brand { width: 125px; }
    .brand-logo-image { width: 118px; max-height: 53px; }
    .hero { min-height: 0; }
    .hero-grid { display: flex; min-height: 0; gap: 0; }
    .hero-copy { width: 100%; padding: 65px 0 10px; }
    .hero h1 { max-width: 100%; font-size: clamp(41px, 11vw, 58px); }
    .hero-text { max-width: 300px; font-size: 18px; }
    .hero-art { min-height: 410px; margin-top: -2px; }
    .art-halo { width: min(80vw, 330px); height: min(80vw, 330px); }
    .art-blob { width: 250px; height: 300px; }
    .hero-art::before { top: 36px; right: 9%; width: 53px; height: 53px; }
    .hero-art::after { right: -3%; bottom: 40px; width: 105px; }
    .category-card { min-height: 174px; padding: 17px; border-radius: 14px; }
    .category-icon { font-size: 37px; }
    .product-card { border-radius: 14px; }
    .product-visual { min-height: 205px; }
    .services-section { padding: 75px 0; }
    .about-art { border-radius: 45% 48% 46% 50%; }
    .cta-box { border-radius: 20px; }
}
@media (max-width: 430px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .header-actions { gap: 3px; }
    .icon-button { width: 30px; }
    .cart-icon { font-size: 19px; }
    .cart-button b { width: 17px; height: 17px; }
    .hero-copy { padding-top: 55px; }
    .hero h1 { font-size: clamp(38px, 11.5vw, 50px); }
    .hero-brand { gap: 10px; font-size: 15px; }
    .hero-brand strong { padding-left: 10px; font-size: 9px; }
    .hero-text { font-size: 17px; }
    .hero-art { min-height: 380px; }
    .hand-note { margin-left: 78px; }
}
@media (max-width: 360px) {
    .container { width: calc(100% - 22px); }
    .brand { width: 111px; }
    .brand-script { font-size: 31px; }
    .brand-name { font-size: 8px; }
    .brand-logo-image { width: 106px; }
    .hero h1 { font-size: 36px; }
    .hero-art { min-height: 350px; }
    .cupcake { transform: scale(.72) rotate(-4deg); }
    .art-caption { right: 2%; }
    .category-card { min-height: 160px; padding: 14px; }
    .category-content strong { font-size: 18px; }
}
