/*
Theme Name: Taste of Heaven
Theme URI: https://gifts-designs.com/
Author: Gift & Design Taste of Heaven
Description: A warm, premium WooCommerce theme for personalized gifts and custom design orders.
Version: 1.0.0
Text Domain: taste-of-heaven
*/

:root {
  --th-ink: #332923;
  --th-muted: #74665d;
  --th-cream: #fffaf4;
  --th-paper: #ffffff;
  --th-blush: #f7e3dc;
  --th-peach: #f4cdbd;
  --th-gold: #b88a4a;
  --th-gold-dark: #8e6735;
  --th-sage: #dfe9df;
  --th-line: #eadfd7;
  --th-shadow: 0 16px 45px rgba(74, 44, 29, .10);
  --th-radius: 22px;
  --th-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--th-ink);
  background: var(--th-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--th-gold-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--th-ink); }
h1, h2, h3, h4 { margin: 0 0 18px; line-height: 1.12; letter-spacing: -.025em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.55rem, 7vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; }
ul, ol { padding-left: 1.2rem; }
.container { width: min(calc(100% - 40px), var(--th-max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--th-ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.top-strip { padding: 8px 20px; color: #fffaf4; background: var(--th-ink); font-size: .78rem; letter-spacing: .04em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(234, 223, 215, .88); background: rgba(255, 250, 244, .94); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--th-ink); text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; border-radius: 50%; background: linear-gradient(145deg, var(--th-gold), #e7b980); box-shadow: 0 8px 22px rgba(184, 138, 74, .25); font-size: 1.2rem; }
.brand-text { display: grid; line-height: 1.04; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 500; }
.brand-text small { color: var(--th-muted); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 17px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--th-ink); font-size: .88rem; text-decoration: none; }
.primary-nav a:hover { color: var(--th-gold-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions a { color: var(--th-ink); text-decoration: none; font-size: .9rem; }
.cart-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 999px; background: var(--th-ink); color: #fff; }
.cart-pill:hover { color: #fff; background: var(--th-gold-dark); }
.menu-toggle { display: none; border: 0; color: var(--th-ink); background: transparent; font-size: 1.6rem; cursor: pointer; }

.site-main { min-height: 60vh; }
.hero { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 130px) 0 90px; background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.85), transparent 26%), radial-gradient(circle at 87% 20%, rgba(244,205,189,.65), transparent 28%), linear-gradient(125deg, #fffaf4 0%, #f7e3dc 54%, #f3d7b9 100%); }
.hero::after { position: absolute; right: -110px; bottom: -170px; width: 420px; height: 420px; border: 1px solid rgba(142,103,53,.18); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 19px; color: var(--th-gold-dark); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.hero h1 { max-width: 720px; }
.hero h1 em { color: var(--th-gold-dark); font-style: normal; }
.hero-copy { max-width: 610px; color: var(--th-muted); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button, input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--th-ink); color: #fff; font: inherit; font-weight: 700; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button:hover, input[type="submit"]:hover { color: #fff; background: var(--th-gold-dark); box-shadow: 0 8px 22px rgba(142,103,53,.2); transform: translateY(-2px); }
.button-light { border-color: var(--th-line); background: rgba(255,255,255,.64); color: var(--th-ink); }
.button-light:hover { color: var(--th-ink); background: #fff; }
.button-gold { background: var(--th-gold); }
.hero-art { position: relative; min-height: 390px; }
.hero-card { position: absolute; width: 230px; padding: 25px; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; box-shadow: var(--th-shadow); }
.hero-card-main { top: 20px; left: 10%; min-height: 290px; background: linear-gradient(145deg, rgba(255,255,255,.91), rgba(255,240,231,.82)); transform: rotate(-5deg); }
.hero-card-side { right: 0; bottom: 30px; min-height: 190px; background: linear-gradient(145deg, #dfe9df, #fffdf8); transform: rotate(7deg); }
.hero-card .product-illustration { display: grid; place-items: center; height: 158px; margin-bottom: 18px; border-radius: 20px; background: linear-gradient(145deg, #f5c9bb, #e6a87e); color: #fff; font-size: 4.5rem; }
.hero-card-side .product-illustration { height: 90px; background: linear-gradient(145deg, #c8d9cd, #e5c4a2); font-size: 2.7rem; }
.hero-card strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.hero-card small { color: var(--th-muted); }
.floating-note { position: absolute; left: 0; bottom: 0; padding: 12px 16px; border: 1px solid rgba(184,138,74,.28); border-radius: 999px; background: rgba(255,255,255,.84); color: var(--th-gold-dark); font-size: .83rem; font-weight: 700; box-shadow: 0 10px 25px rgba(74,44,29,.08); }

.section { padding: 88px 0; }
.section-tight { padding: 52px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading p { max-width: 560px; margin-bottom: 0; color: var(--th-muted); }
.center-heading { text-align: center; }
.center-heading p { margin-right: auto; margin-left: auto; }
.muted-section { background: #fffdfb; }
.dark-section { color: #fffaf4; background: var(--th-ink); }
.dark-section .eyebrow, .dark-section a { color: #f5c98d; }
.dark-section p { color: #d8c9be; }
.dark-section .button-light { border-color: rgba(255,255,255,.22); color: #fffaf4; background: transparent; }

.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.category-card { position: relative; overflow: hidden; min-height: 176px; padding: 22px; border: 1px solid var(--th-line); border-radius: var(--th-radius); background: var(--th-paper); color: var(--th-ink); text-decoration: none; box-shadow: 0 7px 22px rgba(74,44,29,.04); transition: transform .2s ease, box-shadow .2s ease; }
.category-card::after { position: absolute; right: -25px; bottom: -45px; width: 110px; height: 110px; border-radius: 50%; background: var(--th-blush); content: ""; }
.category-card:hover { color: var(--th-ink); box-shadow: var(--th-shadow); transform: translateY(-5px); }
.category-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 23px; border-radius: 15px; background: var(--th-blush); font-size: 1.35rem; }
.category-card:nth-child(2n) .category-icon { background: var(--th-sage); }
.category-card:nth-child(3n) .category-icon { background: #f7e8c6; }
.category-card h3 { position: relative; z-index: 1; margin-bottom: 5px; font-size: 1.05rem; }
.category-card span { position: relative; z-index: 1; color: var(--th-muted); font-size: .82rem; }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-panel { min-height: 310px; padding: 38px; border-radius: 26px; background: var(--th-blush); }
.feature-panel:nth-child(2) { background: var(--th-sage); }
.feature-panel p { max-width: 460px; color: var(--th-muted); }
.feature-panel ul { display: grid; gap: 8px; margin: 22px 0 0; padding-left: 0; list-style: none; color: var(--th-muted); }
.feature-panel li::before { display: inline-block; width: 24px; color: var(--th-gold-dark); content: "✦"; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 26px; border: 1px solid var(--th-line); border-radius: var(--th-radius); background: #fff; }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--th-gold); font-family: Georgia, serif; font-size: 1.2rem; }
.step-card p { margin-bottom: 0; color: var(--th-muted); }

.occasion-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.occasion { display: flex; align-items: center; justify-content: center; min-height: 90px; padding: 15px; border-radius: 18px; background: #fff; color: var(--th-ink); text-align: center; text-decoration: none; box-shadow: 0 5px 18px rgba(74,44,29,.05); }
.occasion:hover { color: var(--th-ink); background: var(--th-peach); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 28px; border: 1px solid var(--th-line); border-radius: 22px; background: #fff; }
.stars { margin-bottom: 15px; color: var(--th-gold); letter-spacing: .12em; }
.testimonial p { color: var(--th-muted); }
.testimonial strong { font-size: .86rem; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.social-tile { display: grid; place-items: center; aspect-ratio: 1; border-radius: 20px; background: linear-gradient(145deg, #f3d8cf, #e3c29d); color: rgba(255,255,255,.9); font-size: 2.5rem; }
.social-tile:nth-child(2) { background: linear-gradient(145deg, #d5e2d4, #e2c6a0); }
.social-tile:nth-child(3) { background: linear-gradient(145deg, #e6c2d1, #c6d8e2); }
.social-tile:nth-child(4) { background: linear-gradient(145deg, #f5dbb6, #dfaaa0); }
.newsletter { display: grid; grid-template-columns: 1fr minmax(300px, 480px); align-items: center; gap: 40px; padding: 46px; border-radius: 28px; background: linear-gradient(120deg, #f7e3dc, #f8edcf); }
.newsletter form { display: flex; gap: 8px; }
.newsletter input[type="email"] { min-width: 0; flex: 1; }

.page-hero { padding: 70px 0; background: linear-gradient(120deg, #fffaf4, #f7e3dc); }
.page-hero h1 { max-width: 800px; }
.page-hero p { max-width: 700px; margin-bottom: 0; color: var(--th-muted); font-size: 1.08rem; }
.content-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 70px 0 100px; }
.content-wrap h2 { margin-top: 42px; font-size: 2rem; }
.content-wrap h3 { margin-top: 32px; }
.content-wrap p, .content-wrap li { color: #554940; }
.content-wrap table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.content-wrap th, .content-wrap td { padding: 12px; border: 1px solid var(--th-line); text-align: left; }

.custom-form, .contact-card, .woocommerce form.checkout, .woocommerce form.login, .woocommerce form.register { padding: 28px; border: 1px solid var(--th-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(74,44,29,.05); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 6px; color: var(--th-ink); font-size: .88rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 14px; border: 1px solid #ddcec4; border-radius: 12px; color: var(--th-ink); background: #fffdfb; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(184,138,74,.35); border-color: var(--th-gold); }
textarea { min-height: 150px; resize: vertical; }
.field-note { margin-top: 5px; color: var(--th-muted); font-size: .8rem; }
.form-notice { margin-bottom: 22px; padding: 13px 16px; border-radius: 12px; background: var(--th-sage); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.contact-card h3 { margin-top: 0; }
.contact-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.contact-list strong { display: block; }
.contact-list span { color: var(--th-muted); }

.woocommerce .woocommerce-breadcrumb { color: var(--th-muted); }
.woocommerce .woocommerce-products-header__title { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 15px; border: 1px solid var(--th-line); border-radius: 20px; background: #fff; }
.woocommerce ul.products li.product a img { border-radius: 14px; background: linear-gradient(145deg, #f7e3dc, #e7d7c3); }
.woocommerce ul.products li.product .price { color: var(--th-gold-dark); }
.woocommerce span.onsale { top: 10px; left: 10px; min-height: auto; min-width: auto; padding: 7px 11px; background: var(--th-gold); line-height: 1; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 50px; }
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce div.product .product_title { font-family: Georgia, serif; font-weight: 500; }
.woocommerce .quantity .qty { width: 78px; min-height: 47px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--th-gold); background: #fff; }
.woocommerce table.shop_table { border-radius: 16px; overflow: hidden; border-color: var(--th-line); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { padding: 15px; }
.woocommerce-checkout #payment { border-radius: 16px; background: #fff; }
.woocommerce-checkout #payment div.payment_box { background: var(--th-blush); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--th-blush); }

.site-footer { padding: 64px 0 24px; color: #f9eee5; background: #30251f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 35px; }
.site-footer h3 { color: #fff; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; }
.site-footer p, .site-footer li, .site-footer small { color: #cdbeb3; }
.site-footer a { color: #f5c98d; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.whatsapp-fab { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 999px; color: #fff; background: #278c59; box-shadow: 0 12px 30px rgba(39,140,89,.28); text-decoration: none; font-weight: 700; }
.whatsapp-fab:hover { color: #fff; background: #1c7046; }

@media (max-width: 1050px) {
  .primary-nav ul { gap: 10px; }
  .primary-nav a { font-size: .8rem; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: 70px; right: 20px; left: 20px; display: none; padding: 16px; border: 1px solid var(--th-line); border-radius: 18px; background: #fffaf4; box-shadow: var(--th-shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 3px; }
  .primary-nav a { display: block; padding: 9px; font-size: .95rem; }
  .header-actions .account-link { display: none; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-art { max-width: 520px; min-height: 330px; margin: 0 auto; width: 100%; }
  .hero-card-main { left: 10%; }
  .feature-band, .newsletter { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--th-max)); }
  .top-strip { padding-inline: 10px; font-size: .68rem; }
  .brand-text strong { font-size: .95rem; }
  .brand-text small { font-size: .56rem; }
  .brand-mark { width: 36px; height: 36px; font-size: 1rem; }
  .header-actions .cart-pill { padding: 8px 10px; font-size: .78rem; }
  .hero { padding: 64px 0 70px; }
  .hero h1 { font-size: 2.9rem; }
  .hero-copy { font-size: 1rem; }
  .hero-card { width: 190px; padding: 18px; }
  .hero-card-main { min-height: 245px; }
  .hero-card .product-illustration { height: 125px; font-size: 3.5rem; }
  .hero-card-side { min-height: 155px; }
  .hero-card-side .product-illustration { height: 70px; }
  .section { padding: 65px 0; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 17px; }
  .category-grid, .steps-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 140px; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter { padding: 28px 22px; }
  .newsletter form { display: grid; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .custom-form, .contact-card, .woocommerce form.checkout, .woocommerce form.login, .woocommerce form.register { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom small { display: block; margin-top: 8px; }
  .whatsapp-fab { right: 12px; bottom: 12px; padding: 11px 14px; font-size: .86rem; }
}

/* Modern visual refresh: quiet-luxury gifting with sharper commerce UI. */
:root {
  --th-ink: #1d2729;
  --th-muted: #697277;
  --th-cream: #fbfaf7;
  --th-paper: #ffffff;
  --th-blush: #f5e9e3;
  --th-peach: #e8c1ad;
  --th-gold: #b98450;
  --th-gold-dark: #78502f;
  --th-sage: #e1e9e3;
  --th-line: #e7e2dc;
  --th-shadow: 0 22px 60px rgba(29, 39, 41, .10);
  --th-radius: 18px;
}

body {
  color: var(--th-ink);
  background: var(--th-cream);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.005em;
}
h1, h2, h3, h4 { font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.055em; }
h1, h2 { font-weight: 700; }
h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-weight: 700; }
a { color: var(--th-gold-dark); }
.top-strip { padding: 9px 20px; background: var(--th-ink); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header { box-shadow: 0 10px 28px rgba(29, 39, 41, .045); }
.header-inner { min-height: 84px; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; background: var(--th-ink); box-shadow: none; }
.brand-text strong { font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: -.04em; }
.brand-text small { font-size: .61rem; font-weight: 700; letter-spacing: .18em; }
.primary-nav ul { gap: 4px; }
.primary-nav a { padding: 8px 10px; border-radius: 10px; font-size: .82rem; font-weight: 600; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--th-ink); background: #f1ece6; }
.header-actions { gap: 8px; }
.header-actions a { font-size: .82rem; font-weight: 700; }
.cart-pill { border: 1px solid var(--th-line); background: var(--th-paper); color: var(--th-ink); }
.cart-pill:hover { color: #fff; border-color: var(--th-ink); background: var(--th-ink); }

.hero { padding: clamp(78px, 10vw, 140px) 0 105px; background: radial-gradient(circle at 83% 15%, rgba(255,255,255,.9), transparent 22%), linear-gradient(120deg, #fbfaf7 0%, #f5e9e3 58%, #f0dfc9 100%); }
.hero::after { right: -140px; bottom: -210px; width: 480px; height: 480px; border-color: rgba(120, 80, 47, .14); }
.hero-grid { gap: 92px; }
.eyebrow { margin-bottom: 16px; font-size: .7rem; font-weight: 800; letter-spacing: .19em; }
.hero h1 { max-width: 680px; line-height: .98; }
.hero h1 em { color: var(--th-gold-dark); }
.hero-copy { max-width: 570px; font-size: 1.05rem; line-height: 1.75; }
.hero-actions { gap: 10px; margin-top: 30px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button, input[type="submit"] { min-height: 48px; padding: 13px 19px; border-radius: 12px; font-size: .88rem; letter-spacing: -.01em; }
.button-light { background: rgba(255,255,255,.46); }
.hero-art { min-height: 405px; }
.hero-card { border-radius: 21px; box-shadow: 0 24px 60px rgba(29,39,41,.12); }
.hero-card-main { top: 14px; left: 8%; background: rgba(255,255,255,.9); transform: rotate(-4deg); }
.hero-card-side { right: 2%; bottom: 25px; background: linear-gradient(145deg, #e1e9e3, #fffdf8); transform: rotate(5deg); }
.hero-card .product-illustration { background: linear-gradient(145deg, #e4ad99, #c88365); }
.hero-card-side .product-illustration { background: linear-gradient(145deg, #b9d0c1, #d4af88); }
.floating-note { border-radius: 12px; box-shadow: 0 14px 28px rgba(29,39,41,.08); font-size: .76rem; }

.section { padding: 96px 0; }
.section-tight { padding: 60px 0; }
.section-heading { margin-bottom: 38px; }
.section-heading p { font-size: .98rem; line-height: 1.7; }
.muted-section { background: #f7f5f1; }
.category-grid { gap: 13px; }
.category-card { min-height: 190px; padding: 21px; border-radius: 17px; background: rgba(255,255,255,.72); box-shadow: none; }
.category-card:hover { box-shadow: 0 18px 40px rgba(29,39,41,.08); }
.category-icon { width: 42px; height: 42px; margin-bottom: 27px; border-radius: 12px; }
.category-card h3 { font-size: 1rem; }
.category-card span { font-size: .76rem; }
.feature-band { gap: 16px; }
.feature-panel { min-height: 330px; padding: 40px; border-radius: 20px; }
.feature-panel h2 { max-width: 460px; }
.steps-grid { gap: 14px; }
.step-card { padding: 28px; border-radius: 18px; box-shadow: 0 8px 24px rgba(29,39,41,.035); }
.step-number { width: 36px; height: 36px; border-radius: 11px; font-family: inherit; font-size: 1rem; font-weight: 800; }
.occasion { min-height: 94px; border: 1px solid transparent; border-radius: 16px; box-shadow: none; font-size: .9rem; font-weight: 700; }
.occasion:hover { border-color: var(--th-peach); background: #fff; }
.testimonial { padding: 28px; border-radius: 18px; box-shadow: 0 8px 24px rgba(29,39,41,.035); }
.social-tile { border-radius: 17px; }
.newsletter { padding: 48px; border-radius: 22px; }
.page-hero { padding: 78px 0; background: linear-gradient(120deg, #fbfaf7, #f5e9e3); }
.page-hero h1 { max-width: 850px; }
.custom-form, .contact-card, .woocommerce form.checkout, .woocommerce form.login, .woocommerce form.register { border-radius: 18px; box-shadow: 0 12px 32px rgba(29,39,41,.055); }
input, select, textarea { border-radius: 10px; background: #fff; }
.site-footer { background: #1d2729; }
.site-footer h3 { font-family: inherit; font-weight: 700; letter-spacing: -.04em; }
.whatsapp-fab { border-radius: 13px; }

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .primary-nav { top: 72px; border-radius: 16px; }
  .hero-grid { gap: 42px; }
}
@media (max-width: 560px) {
  .top-strip { padding-inline: 9px; font-size: .57rem; letter-spacing: .11em; }
  .hero h1 { font-size: 3.1rem; }
  .hero { padding: 67px 0 74px; }
  .hero-art { min-height: 320px; }
  .feature-panel { min-height: 280px; padding: 28px; }
  .newsletter { padding: 30px 22px; }
}
