/*
Theme Name: Sharouna Bakes
Theme URI: https://sharouna.com
Author: Sharouna
Description: Tema artesanal de pedidos en línea para Sharouna Bakes.
Version: 2.3.7
Text Domain: sharouna-bakes
*/

:root {
  --cream: #f8f0e4;
  --paper: #fffaf3;
  --wine: #8b003c;
  --pink: #efb5c9;
  --green: #5d6d20;
  --ink: #2c211e;
  --line: rgba(75, 43, 39, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.site-header { height: 88px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,250,243,.94); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.wordmark { color: var(--wine); font-family: Georgia, 'Times New Roman', serif; font-weight: 900; letter-spacing: -1.5px; font-size: 28px; line-height: .78; width: fit-content; text-shadow: 1px 1px 0 #f3a4bd; }
.wordmark span { display: block; font: 700 8px/1.3 Arial, sans-serif; letter-spacing: 2.2px; margin-top: 8px; text-align: center; text-shadow: none; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav a:hover { color: var(--wine); }
.header-cart { justify-self: end; border: 0; background: var(--wine); color: #fff; padding: 12px 16px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.header-cart span { background: var(--pink); color: var(--wine); padding: 4px 7px; border-radius: 50%; margin-left: 8px; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 48% 52%; background: var(--cream); }
.hero-copy { padding: 7vw 5vw 4vw 6.5vw; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.hero-copy::before { content: ''; position: absolute; width: 300px; height: 300px; border: 55px solid var(--pink); border-radius: 50%; opacity: .35; left: -160px; top: -110px; }
.eyebrow { color: var(--wine); font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .2em; }
.hero h1, .section-intro h2, .story h2, .how h2, .closing h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(58px, 6.1vw, 102px); line-height: .91; margin: 22px 0 28px; max-width: 760px; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-copy > p { max-width: 570px; font-size: 18px; line-height: 1.65; color: #5c4b46; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.primary { display: inline-flex; gap: 35px; align-items: center; background: var(--wine); color: #fff; padding: 18px 24px; text-transform: uppercase; font-weight: 900; font-size: 12px; letter-spacing: .08em; }
.primary:hover { background: #a00549; }
.hero-actions > span { font-size: 12px; line-height: 1.5; text-transform: uppercase; font-weight: 700; color: #6e5b55; }
.quality-strip { display: flex; gap: 25px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 8vh; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.quality-strip b { color: var(--wine); margin-right: 5px; }
.hero-image { position: relative; min-height: 600px; overflow: hidden; }
.hero-image img { object-fit: cover; object-position: center; }
.hero-image img, .product-photo img, .story-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-stamp { position: absolute; bottom: 35px; left: 35px; width: 120px; height: 120px; border-radius: 50%; background: var(--pink); color: var(--wine); display: grid; place-content: center; text-align: center; font-size: 10px; line-height: 1.4; font-weight: 900; letter-spacing: .12em; transform: rotate(-8deg); border: 2px solid var(--wine); outline: 4px solid var(--pink); }
.hero-stamp strong { font-size: 18px; }

.order-confidence { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--wine); color: #fff7e8; }
.order-confidence div { display: grid; gap: 5px; padding: 20px 5vw; border-right: 1px solid rgba(255,255,255,.2); }
.order-confidence div:last-child { border-right: 0; }
.order-confidence strong { font: 700 17px Georgia, serif; }
.order-confidence span { color: #f3dce5; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.menu-section { padding: 110px 5vw 130px; }
.section-intro { max-width: 1320px; margin: 0 auto 55px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-intro h2 { font-size: clamp(46px, 5vw, 76px); margin: 12px 0 0; }
.section-intro > p { max-width: 440px; line-height: 1.7; color: #6a5751; }
.product-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 22px; }
.product-disclaimer { max-width: 1320px; margin: 54px auto 0; padding: 20px 24px; border: 1px solid var(--line); color: #6a5751; font-size: 12px; line-height: 1.65; }
.product-disclaimer strong { color: var(--wine); }
.product-card { border-top: 1px solid var(--ink); }
.product-photo, .cookie-art { height: 390px; position: relative; overflow: hidden; background: #e9dbca; }
.product-photo img { object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.badge { position: absolute; top: 16px; left: 16px; background: var(--pink); color: var(--wine); padding: 8px 10px; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.cookie-art { background: var(--wine); color: var(--pink); display: grid; place-items: center; background-image: radial-gradient(circle at 18% 20%, #cc4777 0 18px, transparent 19px), radial-gradient(circle at 80% 75%, #ed9cba 0 30px, transparent 31px), radial-gradient(circle at 70% 18%, #c2376b 0 12px, transparent 13px); }
.cookie-art .cookie { width: 210px; height: 210px; border-radius: 50%; background: #c98b54; color: #5d2a18; display: grid; place-items: center; font-family: Georgia, serif; font-size: 34px; letter-spacing: 10px; box-shadow: inset -15px -18px 0 rgba(90,37,18,.12), 0 22px 40px rgba(44,0,16,.2); }
.cookie-art > span { position: absolute; bottom: 18px; letter-spacing: .2em; font-size: 10px; font-weight: 900; }
.product-copy { padding-top: 22px; }
.product-heading { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.product-heading h3 { font: 400 25px/1.1 Georgia, serif; margin: 0; }
.product-heading strong { color: var(--wine); white-space: nowrap; font-size: 13px; }
.product-copy > p { font-size: 14px; line-height: 1.6; color: #6a5751; min-height: 45px; }
.size-picker { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); margin: 18px 0; }
.size-picker button { border: 0; border-right: 1px solid var(--line); background: transparent; padding: 10px 5px; color: var(--ink); }
.size-picker button:last-child { border-right: 0; }
.size-picker button.active { background: var(--pink); color: var(--wine); }
.size-picker span, .size-picker small { display: block; }
.size-picker span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.size-picker small { font-size: 10px; margin-top: 4px; }
.serving-note { display: block; margin: 14px 0 18px; color: var(--wine); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.add-row { display: flex; gap: 10px; justify-content: space-between; align-items: center; margin-top: 18px; }
.fresh-note { font-size: 10px; text-transform: uppercase; font-weight: 800; color: var(--green); }
.add-button { border: 1px solid var(--wine); color: var(--wine); background: transparent; padding: 12px 14px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.add-button:hover { background: var(--wine); color: #fff; }
.quantity { display: flex; align-items: center; border: 1px solid var(--line); height: 40px; }
.quantity button { width: 32px; height: 100%; border: 0; background: transparent; font-size: 19px; }
.quantity span { min-width: 27px; text-align: center; font-size: 12px; font-weight: 800; }
.minimum { display: block; margin-top: 8px; color: #8a756e; }

.story { display: grid; grid-template-columns: 1fr 1fr; background: #eeb7c9; min-height: 610px; }
.story-image { position: relative; min-height: 520px; }
.story-image img { object-fit: cover; }
.story-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(48px, 5vw, 72px); margin: 18px 0; color: var(--wine); }
.story-copy p { font-size: 17px; line-height: 1.75; max-width: 570px; }
.story-copy blockquote { margin: 28px 0 0; padding-top: 25px; border-top: 1px solid rgba(139,0,60,.35); font: italic 24px Georgia, serif; color: var(--wine); }
.how { padding: 120px 7vw; background: var(--cream); }
.how .section-intro { margin-left: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.steps article { padding: 35px 4vw 30px 0; border-right: 1px solid var(--line); margin-right: 4vw; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--wine); font: italic 40px Georgia, serif; }
.steps h3 { font: 400 27px Georgia, serif; margin: 28px 0 10px; }
.steps p { line-height: 1.65; color: #6a5751; }
.steps article > small { display: block; margin-top: 14px; color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.step-receipt-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 18px; padding: 14px 16px; border: 0; background: var(--wine); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.step-receipt-button span { color: #fff; font: 700 17px Arial, sans-serif; }
.seo-faq { padding: 120px 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: linear-gradient(rgba(248,240,228,.88), rgba(248,240,228,.88)), url('/wp-content/uploads/2026/08/sharouna-faq-tabletop.webp') center/cover no-repeat; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro h2 { font: 400 clamp(44px, 4.8vw, 70px)/.98 Georgia, serif; letter-spacing: -.045em; margin: 18px 0 28px; }
.faq-intro > p { max-width: 500px; color: #6a5751; line-height: 1.75; font-size: 16px; }
.faq-intro > a { display: inline-flex; gap: 55px; align-items: center; margin-top: 25px; padding-bottom: 8px; color: var(--wine); border-bottom: 1px solid var(--wine); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 29px 0; cursor: pointer; font: 400 24px/1.25 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--wine); font: 300 25px Arial, sans-serif; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; margin: -8px 50px 28px 0; color: #6a5751; line-height: 1.75; }
.purchase-policies { padding: 120px 7vw; background: #f1e5d8; }
.policy-page { padding-top: 88px; background: #f1e5d8; }
.policy-page .purchase-policies { min-height: calc(100vh - 88px); }
.policy-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 7vw; align-items: end; max-width: 1320px; margin: 0 auto 65px; }
.policy-intro h1, .policy-intro h2 { margin: 10px 0 0; color: var(--wine); font: 400 clamp(50px, 6vw, 82px)/.95 Georgia, serif; letter-spacing: -.045em; }
.policy-intro p { margin: 0; max-width: 520px; color: #6a5751; font-size: 17px; line-height: 1.7; }
.policy-intro small { grid-column: 2; color: #806d66; }
.policy-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 7vw; max-width: 1320px; margin: auto; border-top: 1px solid var(--ink); }
.policy-content > article { padding: 38px 0 42px; border-bottom: 1px solid var(--line); }
.policy-content h3 { margin: 0 0 18px; color: var(--wine); font: 400 27px Georgia, serif; }
.policy-content p, .policy-content li { color: #5f4e48; font-size: 14px; line-height: 1.75; }
.policy-content ul { margin: 14px 0; padding-left: 19px; }
.policy-content a { color: var(--wine); text-decoration: underline; }
.zone-table { margin: 22px 0; border-top: 1px solid var(--line); }
.zone-table div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #5f4e48; font-size: 13px; }
.zone-table strong { color: var(--wine); white-space: nowrap; }
.policy-note { padding: 14px 16px; background: rgba(255,250,243,.7); border-left: 3px solid var(--pink); }
.policy-faq details { border-top: 1px solid var(--line); }
.policy-faq summary { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; list-style: none; cursor: pointer; color: var(--ink); font: 400 18px Georgia, serif; }
.policy-faq summary::-webkit-details-marker { display: none; }
.policy-faq summary span { color: var(--wine); }
.policy-faq details p { margin: 0 25px 16px 0; }
.closing { text-align: center; padding: 110px 20px; background: var(--green); color: #fff8eb; overflow: hidden; position: relative; }
.closing > span { font-family: Georgia, serif; position: absolute; font-size: 24vw; font-weight: 900; opacity: .06; left: -4vw; top: -6vw; white-space: nowrap; }
.closing h2 { font-size: clamp(50px, 6vw, 86px); margin: 0 0 35px; position: relative; }
.closing button { position: relative; background: var(--pink); color: var(--wine); border: 0; padding: 18px 30px; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
footer { background: var(--wine); color: #fff2e6; padding: 45px 5vw; display: grid; grid-template-columns: 1fr auto auto auto; gap: 38px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
footer a { color: #fff2e6; border-bottom: 1px solid rgba(255,242,230,.65); }
.footer-policy { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 16px; background: var(--pink); color: var(--wine); border: 0; font-weight: 900; white-space: nowrap; }
.footer-policy span { font-size: 17px; }
.inverse { color: #fff2e6; text-shadow: 1px 1px 0 #d75f8c; }

.cart-backdrop { position: fixed; inset: 0; background: rgba(30,15,15,.48); z-index: 40; opacity: 0; pointer-events: none; transition: .25s; }
.cart-backdrop.visible { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(480px, 94vw); z-index: 50; background: var(--paper); padding: 34px; display: flex; flex-direction: column; transform: translateX(102%); transition: transform .3s ease; overflow-y: auto; box-shadow: -20px 0 50px rgba(40,20,20,.18); }
.cart-drawer.open { transform: translateX(0); }
.cart-top { display: flex; align-items: start; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--ink); }
.cart-top h2 { font: 400 42px Georgia, serif; margin: 8px 0 0; }
.cart-top > button { border: 0; background: transparent; font-size: 38px; line-height: 1; }
.empty-cart { text-align: center; margin: auto; }
.empty-cart > span { color: var(--wine); font-size: 55px; }
.empty-cart h3 { font: 400 28px Georgia, serif; }
.empty-cart p { color: #74615b; }
.empty-cart button { background: var(--wine); color: white; border: 0; padding: 14px 24px; font-weight: 800; text-transform: uppercase; font-size: 11px; }
.cart-lines { padding: 10px 0; }
.cart-line { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { font: 400 18px Georgia, serif; margin: 0 0 5px; }
.cart-line p { margin: 0; font-size: 11px; color: #76625c; }
.cart-line .quantity { flex-shrink: 0; }
.order-options { display: grid; gap: 14px; padding: 18px 0; }
.order-options label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.order-options select, .order-options input, .order-options textarea { width: 100%; margin-top: 7px; background: #fff; border: 1px solid var(--line); padding: 12px; color: var(--ink); font: inherit; border-radius: 0; }
.order-options textarea { min-height: 78px; resize: vertical; line-height: 1.4; }
.customer-fields, .delivery-address { display: grid; gap: 14px; }
.order-section-title { display: flex; align-items: center; gap: 9px; margin: 5px 0 -2px; color: var(--wine); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.order-section-title::after { content: ''; height: 1px; background: var(--line); flex: 1; }
.field-hint { display: block; color: #806d66; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; margin-top: 5px; line-height: 1.35; }
.delivery-address[hidden] { display: none; }
.zone-selector { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; padding: 15px; border: 1px solid #d9c4bb; background: #f7eee8; color: var(--ink); text-align: left; }
.zone-selector > span { display: grid; gap: 4px; }
.zone-selector strong { color: var(--wine); font: 700 17px Georgia, serif; }
.zone-selector span span { color: #75615b; font-size: 10px; line-height: 1.35; }
.zone-selector b { flex-shrink: 0; color: var(--wine); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.delivery-fee-row { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; padding: 13px 0; border-top: 1px solid var(--line); color: #65524c; }
.delivery-fee-row[hidden] { display: none; }
.delivery-fee-row span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.delivery-fee-row strong { color: var(--wine); font: 700 18px Georgia, serif; }
.payment-note, .payment-next-step { display: grid; gap: 6px; padding: 15px; background: #f4ead9; border: 1px solid #dcc9ad; }
.payment-note strong, .payment-next-step strong { color: var(--wine); font: 700 17px Georgia, serif; }
.payment-note span, .payment-next-step p, .payment-next-step small { margin: 0; color: #66534d; font-size: 11px; line-height: 1.5; }
.zone-modal-open { overflow: hidden; }
.delivery-zone-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 18px; }
.delivery-zone-modal[hidden] { display: none; }
.zone-modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(37,24,20,.68); backdrop-filter: blur(3px); }
.zone-modal-card { position: relative; width: min(520px, 100%); max-height: min(760px, calc(100vh - 36px)); overflow: auto; padding: 30px; background: #fffaf3; box-shadow: 0 24px 80px rgba(38,18,24,.28); }
.zone-modal-card h3 { margin: 8px 32px 8px 0; color: var(--wine); font: 400 31px Georgia, serif; }
.zone-modal-card > p { margin: 0 0 20px; color: #66534d; font-size: 13px; line-height: 1.55; }
.zone-modal-card > small { display: block; margin-top: 16px; color: #7b6862; line-height: 1.45; }
.zone-modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f3e4df; color: var(--wine); font-size: 24px; line-height: 1; }
.zone-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.zone-options button { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 48px; padding: 11px 12px; border: 1px solid #dfcdc4; background: #fff; color: var(--ink); text-align: left; }
.zone-options button:hover, .zone-options button.selected { border-color: var(--wine); background: #f8e5eb; }
.zone-options span { font-size: 11px; font-weight: 800; }
.zone-options strong { color: var(--wine); font: 700 15px Georgia, serif; }
.success-delivery { padding: 14px; background: #f4ead9; border: 1px solid #dcc9ad; }
@media (max-width: 480px) { .zone-modal-card { padding: 24px 18px; } .zone-options { grid-template-columns: 1fr; } }
.address-grid { display: grid; grid-template-columns: 1fr 105px; gap: 12px; }
.required-mark { color: var(--wine); }
.schedule-note { color: #75615b; line-height: 1.4; margin-top: -7px; }
.schedule-error { color: var(--wine); background: #f9e3e9; border-left: 3px solid var(--wine); padding: 9px 10px; line-height: 1.35; }
.order-options .policy-acceptance { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; padding: 14px; background: #f6e8df; border: 1px solid var(--line); text-transform: none; letter-spacing: 0; font-weight: 600; line-height: 1.45; }
.order-options .policy-acceptance input { width: 17px; height: 17px; margin: 1px 0 0; padding: 0; accent-color: var(--wine); }
.policy-acceptance span { font-size: 11px; }
.policy-acceptance a { color: var(--wine); text-decoration: underline; }
.policy-acceptance b { color: var(--wine); }
.cart-total { display: flex; justify-content: space-between; border-top: 1px solid var(--ink); padding: 20px 0; align-items: center; }
.cart-total span { text-transform: uppercase; font-size: 11px; font-weight: 800; }
.cart-total strong { font: 400 28px Georgia, serif; color: var(--wine); }
.order-button { border: 0; background: var(--wine); color: white; padding: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.order-button:disabled { opacity: .68; cursor: wait; }
.order-button span { font-size: 17px; margin-right: 6px; }
.confirmation-note { display: block; text-align: center; color: #7a6862; margin-top: 10px; line-height: 1.4; }
.order-success { margin: auto; text-align: center; padding: 34px 4px; }
.order-success-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 24px; border-radius: 50%; background: var(--green); color: white; font-size: 30px; }
.order-success h3 { margin: 10px 0 12px; color: var(--wine); font: 400 36px Georgia, serif; }
.order-success > p:not(.eyebrow) { color: #5f4e48; line-height: 1.65; }
.order-folio { margin: 24px 0; padding: 18px; background: #f6e8df; border: 1px solid var(--line); }
.order-folio small { display: block; margin-bottom: 6px; color: #7a6862; text-transform: uppercase; letter-spacing: .12em; }
.order-folio strong { color: var(--wine); font: 700 26px Georgia, serif; letter-spacing: .08em; }
.success-email { font-size: 12px; }
.email-warning { padding: 12px; background: #fff0d8; border-left: 3px solid #c57900; color: #6c4a00 !important; }
.optional-whatsapp { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding: 15px 17px; background: #e6f4e9; color: #176c3b; text-decoration: none; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.order-success > small { display: block; margin-top: 9px; color: #7a6862; }
.bank-details { margin: 25px 0; padding: 20px; text-align: left; background: #f4ead9; border: 1px solid #dcc9ad; }
.bank-details > strong, .receipt-section h4 { display: block; color: var(--wine); font: 700 20px Georgia, serif; }
.demo-warning { display: block; margin: 8px 0 15px; padding: 8px; background: #fff3cd; color: #765817; font-size: 10px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.bank-details dl { margin: 0; }
.bank-details dl div { display: grid; grid-template-columns: 105px 1fr; gap: 10px; padding: 9px 0; border-top: 1px solid #dcc9ad; }
.bank-details dt { color: #75615b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bank-details dd { margin: 0; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.bank-details .clabe { color: var(--wine); font-size: 15px; letter-spacing: .04em; }
.receipt-section { margin: 25px 0; padding-top: 22px; border-top: 1px solid var(--line); }
.receipt-section h4 { margin: 0 0 8px; }
.receipt-section > p { color: #5f4e48; line-height: 1.5; }
.receipt-upload { display: grid; gap: 10px; padding: 16px; background: #fff; border: 1px solid var(--line); }
.receipt-upload input { width: 100%; font-size: 12px; }
.receipt-upload button { border: 0; padding: 13px; background: var(--green); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.receipt-upload button:disabled { opacity: .65; }
.receipt-upload small { color: #7a6862; }
.receipt-status { margin: 0 !important; font-size: 12px; font-weight: 700; }
.receipt-status.success { color: #176c3b !important; }
.receipt-status.error { color: var(--wine) !important; }
.receipt-divider { display: block; margin: 13px 0; color: #8b7770; font-size: 11px; text-transform: uppercase; }
.order-chat { margin-top: 16px; background: #f4ece8; color: var(--wine); }
.receipt-portal .order-success-icon { background: var(--pink); color: var(--wine); }
.receipt-portal .receipt-section { text-align: left; }
.receipt-lookup { display: grid; gap: 13px; margin: 24px 0 16px; padding: 18px; background: #fff; border: 1px solid var(--line); text-align: left; }
.receipt-lookup label { color: #5f4e48; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.receipt-lookup input { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid var(--line); font: inherit; }
.receipt-lookup button { border: 0; padding: 14px; background: var(--wine); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.receipt-lookup button:disabled { opacity: .65; }
.mobile-cart { display: none; }

@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 52% 48%; }
  .hero-copy { padding-left: 5vw; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-policy { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .site-header nav { display: none; }
  .wordmark { font-size: 23px; }
  .wordmark span { font-size: 6px; letter-spacing: 1.6px; margin-top: 6px; }
  .header-cart { padding: 10px 11px; font-size: 10px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 70px 22px 55px; }
  .hero h1 { font-size: 59px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions > span { display: none; }
  .primary { justify-content: space-between; }
  .quality-strip { gap: 13px; margin-top: 50px; overflow-x: auto; }
  .quality-strip span { min-width: 98px; line-height: 1.4; }
  .hero-image { min-height: 510px; grid-row: 1; }
  .hero-stamp { width: 95px; height: 95px; left: 20px; bottom: 20px; }
  .order-confidence { grid-template-columns: 1fr; }
  .order-confidence div { padding: 15px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .order-confidence div:last-child { border-bottom: 0; }
  .menu-section { padding: 80px 18px 95px; }
  .section-intro { align-items: start; flex-direction: column; margin-bottom: 35px; }
  .section-intro h2 { font-size: 50px; }
  .section-intro > p { margin-top: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 50px; }
  .product-photo, .cookie-art { height: 430px; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 360px; }
  .story-copy { padding: 70px 24px; }
  .story-copy h2 { font-size: 53px; }
  .how { padding: 85px 22px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding-right: 0; }
  .seo-faq { grid-template-columns: 1fr; padding: 85px 22px; gap: 55px; }
  .faq-intro { position: static; }
  .faq-intro h2 { font-size: 49px; }
  .faq-list summary { font-size: 21px; padding: 24px 0; }
  .faq-list details p { margin-right: 20px; }
  .purchase-policies { padding: 85px 22px; }
  .policy-intro, .policy-content { grid-template-columns: 1fr; }
  .policy-intro { gap: 18px; margin-bottom: 45px; }
  .policy-intro small { grid-column: auto; }
  .closing { padding: 90px 18px; }
  footer { grid-template-columns: 1fr; gap: 22px; text-align: center; justify-items: center; padding-bottom: 110px; }
  footer p:last-child { grid-column: auto; }
  .footer-policy { grid-column: auto; width: min(280px, 100%); }
  .cart-drawer { padding: 25px 20px; }
  .mobile-cart { position: fixed; display: flex; justify-content: space-between; align-items: center; bottom: 14px; left: 14px; right: 14px; background: var(--wine); color: white; z-index: 35; border: 2px solid #fff5e9; padding: 16px 18px; box-shadow: 0 8px 25px rgba(50,15,25,.28); font-size: 12px; text-transform: uppercase; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
