:root {
    --ink: #2f2726;
    --muted: #716765;
    --cream: #fffaf6;
    --blush: #f8e8e5;
    --rose: #b95862;
    --rose-dark: #873b45;
    --peach: #efb69f;
    --sage: #a9b99d;
    --brown: #725b51;
    --line: #eaded8;
    --white: #ffffff;
    --success: #2f7250;
    --danger: #a23c43;
    --shadow: 0 18px 60px rgba(76, 53, 49, .10);
    --radius: 24px;
    --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "DM Sans", system-ui, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; left: 10px; top: -100px; background: var(--ink); color: white; padding: 10px 14px; z-index: 9999; }
.skip-link:focus { top: 10px; }

h1, h2, h3, h4 { font-family: "Fraunces", Georgia, serif; line-height: 1.08; margin: 0 0 .65em; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 2.3vw, 1.8rem); }
p { margin: 0 0 1rem; color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--rose-dark); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.section { padding: 96px 0; }
.section.soft { background: var(--blush); }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading p { font-size: 1.06rem; }

.announcement { background: var(--ink); color: white; text-align: center; padding: 8px 18px; font-size: .78rem; letter-spacing: .04em; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 250, 246, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(114, 91, 81, .10); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 58px; height: 58px; object-fit: contain; }
.brand-name { font: 700 1.55rem/1 "Fraunces", serif; color: var(--brown); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 600; }
.site-nav a { position: relative; padding: 30px 0; color: #554b49; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--rose); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.cart-link { display: inline-flex; align-items: center; gap: 7px; }
.cart-count { min-width: 24px; height: 24px; border-radius: 999px; display: grid; place-items: center; background: var(--rose); color: white; font-size: .72rem; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 86px 0 110px; background: radial-gradient(circle at 80% 20%, #f5cdbf 0 15%, transparent 42%), linear-gradient(135deg, #fffaf6 10%, #f8e8e5 100%); }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; border: 1px dashed rgba(114, 91, 81, .22); border-radius: 50%; left: -160px; bottom: -160px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy h1 em { color: var(--rose); font-style: normal; }
.hero-copy > p { max-width: 610px; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: .9rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--success); box-shadow: 0 4px 14px rgba(0,0,0,.08); font-weight: 800; }
.hero-visual { min-height: 570px; position: relative; }
.hero-image-main { width: 78%; height: 500px; object-fit: cover; border-radius: 42% 42% 24px 24px; margin-left: auto; box-shadow: var(--shadow); }
.hero-image-float { position: absolute; width: 42%; aspect-ratio: 1; object-fit: cover; left: 0; bottom: 15px; border: 10px solid var(--cream); border-radius: 50%; box-shadow: var(--shadow); }
.hero-sticker { position: absolute; right: -10px; bottom: 40px; width: 126px; height: 126px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--ink); color: white; font: 600 .94rem/1.25 "Fraunces", serif; transform: rotate(8deg); padding: 20px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; border-radius: 999px; padding: 12px 24px; border: 1px solid transparent; font-weight: 700; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--rose); color: white; box-shadow: 0 12px 28px rgba(185, 88, 98, .25); }
.btn-primary:hover { background: var(--rose-dark); }
.btn-secondary { background: var(--white); border-color: var(--line); }
.btn-secondary:hover { box-shadow: 0 10px 24px rgba(76,53,49,.10); }
.btn-ghost { border-color: var(--ink); background: transparent; }
.btn-danger { background: #fff0f0; color: var(--danger); border-color: #f3c7ca; }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: .86rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(76,53,49,.07); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card-overlay { position: absolute; inset: auto 14px 14px; padding: 18px; border-radius: 18px; background: rgba(255,250,246,.92); backdrop-filter: blur(12px); }
.category-card h3 { margin: 0; font-size: 1.45rem; }
.category-card span { color: var(--rose-dark); font-size: .85rem; font-weight: 700; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: var(--white); border: 1px solid rgba(114,91,81,.10); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 34px rgba(76,53,49,.065); display: flex; flex-direction: column; }
.product-card-media { display: block; aspect-ratio: 1 / .95; overflow: hidden; background: #f3e8e2; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card-media img { transform: scale(1.045); }
.product-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-card-category { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.product-card h3 { margin: 8px 0 10px; font-size: 1.46rem; }
.product-card p { font-size: .92rem; }
.product-card-footer { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.price { font-size: 1.1rem; font-weight: 800; color: var(--ink); }
.compare-price { color: #9a8c88; text-decoration: line-through; margin-left: 6px; font-size: .85rem; }
.badge { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: 5px 10px; font-size: .72rem; font-weight: 800; }
.badge.made { background: #edf3e8; color: #4d6843; }
.badge.sold { background: #fbe7e8; color: var(--danger); }

.story-band { background: var(--ink); color: white; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.story-image { height: 650px; width: 100%; object-fit: cover; }
.story-copy { padding: 70px clamp(30px, 7vw, 100px); }
.story-copy p { color: #d9cfcb; }
.story-copy .eyebrow { color: var(--peach); }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial-card { border-radius: var(--radius); background: white; padding: 34px; box-shadow: 0 10px 35px rgba(76,53,49,.065); }
.testimonial-card blockquote { font: 500 clamp(1.35rem, 2.5vw, 2rem)/1.45 "Fraunces", serif; margin: 0 0 24px; }
.testimonial-card cite { color: var(--rose-dark); font-style: normal; font-weight: 800; }

.page-hero { padding: 72px 0 58px; background: linear-gradient(135deg, var(--blush), #fff7f2); text-align: center; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
.page-hero p { max-width: 680px; margin-inline: auto; font-size: 1.05rem; }
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.category-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.category-pill { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; background: white; color: var(--muted); font-size: .88rem; font-weight: 700; }
.category-pill.active, .category-pill:hover { background: var(--ink); color: white; border-color: var(--ink); }
.search-form { display: flex; gap: 9px; }
.search-form input { min-width: min(320px, 65vw); }
.empty-state { grid-column: 1 / -1; text-align: center; border: 1px dashed #cebdb5; border-radius: var(--radius); padding: 60px 28px; background: white; }

.product-detail { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: start; }
.product-detail-image { position: sticky; top: 140px; border-radius: 28px; overflow: hidden; background: #f3e7e0; box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-detail-copy { padding-top: 20px; }
.product-detail-copy h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.product-detail-copy .price { font-size: 1.6rem; margin: 12px 0 22px; display: block; }
.product-description { color: var(--muted); }
.product-meta { display: grid; gap: 10px; margin: 26px 0; padding: 22px; border-radius: 18px; background: var(--blush); }
.product-meta div { display: flex; justify-content: space-between; gap: 18px; }
.add-cart-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; }
.qty-field { width: 100px; }

.form-shell { max-width: 860px; margin: 0 auto; background: white; border-radius: 30px; padding: clamp(26px, 5vw, 54px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { display: grid; gap: 8px; margin-bottom: 18px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: .9rem; }
input, select, textarea { width: 100%; border: 1px solid #dacbc4; border-radius: 13px; padding: 13px 14px; background: #fffdfb; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(185,88,98,.11); }
textarea { resize: vertical; min-height: 140px; }
.help { color: var(--muted); font-size: .82rem; }
.radio-row { display: flex; flex-wrap: wrap; gap: 12px; }
.radio-card { flex: 1; min-width: 190px; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.radio-card input { width: auto; margin-right: 8px; }
.flash-wrap { padding-top: 18px; }
.flash, .form-message { border-radius: 14px; padding: 14px 16px; margin-bottom: 18px; }
.flash.success, .form-message.success { background: #eaf5ee; color: #245f41; border: 1px solid #bbddc8; }
.flash.error, .form-message.error { background: #fff0f0; color: #8f3038; border: 1px solid #efc1c4; }
.flash.info { background: #eef4fa; color: #315b77; border: 1px solid #c9ddeb; }

.cart-list { display: grid; gap: 16px; }
.cart-item { display: grid; grid-template-columns: 110px 1fr auto auto; gap: 22px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 16px; }
.cart-item img { width: 110px; height: 110px; object-fit: cover; border-radius: 15px; }
.cart-item h2 { font-size: 1.3rem; margin-bottom: 6px; }
.cart-item-actions { display: flex; gap: 8px; align-items: center; }
.cart-item-actions input { width: 80px; }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 34px; align-items: start; }
.order-summary { background: white; border-radius: 24px; padding: 26px; box-shadow: var(--shadow); position: sticky; top: 140px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; }
.summary-line.total { margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 1.15rem; }
.summary-actions { display: grid; gap: 10px; margin-top: 18px; }

.checkout-layout { display: grid; grid-template-columns: 1fr 390px; gap: 38px; align-items: start; }
.checkout-summary-items { display: grid; gap: 14px; margin: 18px 0; }
.checkout-summary-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; }
.checkout-summary-item img { width: 62px; height: 62px; border-radius: 12px; object-fit: cover; }
.payment-note { border-radius: 16px; padding: 16px; background: #edf3e8; color: #40533a; font-size: .9rem; }

.about-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-collage { position: relative; min-height: 600px; }
.about-collage img:first-child { width: 78%; height: 520px; object-fit: cover; border-radius: 28px; margin-left: auto; }
.about-collage img:last-child { position: absolute; left: 0; bottom: 0; width: 45%; aspect-ratio: 1; object-fit: cover; border: 10px solid var(--cream); border-radius: 50%; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.contact-card { background: var(--ink); color: white; border-radius: 28px; padding: 38px; }
.contact-card p { color: #d8cfcb; }
.contact-card a { color: var(--peach); font-weight: 700; }
.shipping-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.shipping-card { background: white; border-radius: 22px; padding: 28px; border: 1px solid var(--line); }

.thank-you { max-width: 760px; text-align: center; margin: 0 auto; }
.receipt { text-align: left; background: white; border-radius: 22px; padding: 28px; box-shadow: var(--shadow); margin: 28px 0; }
.receipt-row { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid #f0e7e2; }

.newsletter-strip { background: var(--blush); padding: 34px 0; border-top: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.promise-grid div { display: grid; gap: 3px; }
.promise-grid strong { font-family: "Fraunces", serif; font-size: 1.2rem; }
.promise-grid span { color: var(--muted); font-size: .88rem; }
.site-footer { background: #261f1e; color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.footer-grid p { color: #bcb1ae; max-width: 360px; }
.footer-grid h2 { font-size: 1rem; font-family: "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #d9d0cd; }
.footer-grid a:hover { color: white; }
.footer-brand .brand-name { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #9e918e; font-size: .8rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 500; background: #196b47; color: white; border-radius: 999px; padding: 13px 17px; font-weight: 800; box-shadow: 0 10px 30px rgba(0,0,0,.2); }

@media (max-width: 960px) {
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 119px 0 0; background: var(--cream); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 24px 50px; overflow-y: auto; }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 15px 2px; font-size: 1.25rem; border-bottom: 1px solid var(--line); }
    .site-nav a::after { display: none; }
    .hero-grid, .story-grid, .product-detail, .checkout-layout, .cart-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 480px; max-width: 650px; width: 100%; margin: 0 auto; }
    .hero-image-main { height: 430px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .story-image { height: 520px; }
    .product-detail-image, .order-summary { position: static; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .announcement { font-size: .68rem; }
    .header-inner { min-height: 74px; }
    .brand-mark { width: 48px; height: 48px; }
    .brand-name { font-size: 1.3rem; }
    .site-nav { inset: 106px 0 0; }
    .hero { padding: 60px 0 76px; }
    .hero-grid { gap: 45px; }
    .hero-visual { min-height: 395px; }
    .hero-image-main { height: 360px; width: 84%; }
    .hero-sticker { width: 100px; height: 100px; font-size: .78rem; right: 0; bottom: 18px; }
    .section { padding: 68px 0; }
    .category-grid, .product-grid, .testimonial-grid, .values-grid, .shipping-grid, .promise-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 350px; }
    .story-copy { padding: 54px 24px; }
    .cart-item { grid-template-columns: 82px 1fr; align-items: start; }
    .cart-item img { width: 82px; height: 82px; }
    .cart-item-actions, .cart-item-price { grid-column: 2; }
    .search-form { width: 100%; }
    .search-form input { min-width: 0; flex: 1; }
    .footer-bottom { flex-direction: column; }
    .about-collage { min-height: 440px; }
    .about-collage img:first-child { height: 400px; }
}
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.lead { font-size: 1.1rem; }
button:disabled { opacity: .55; cursor: not-allowed; transform: none !important; }

.prose-card{max-width:860px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(28px,5vw,58px);box-shadow:var(--shadow-sm)}
.prose-card h2{font-size:clamp(1.35rem,2.5vw,1.8rem);margin:2rem 0 .6rem}.prose-card h2:first-child{margin-top:0}.prose-card p{color:var(--muted);line-height:1.8}.prose-card .btn{margin-top:1rem}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
