:root {
  --ink: #1f2923;
  --cream: #fffdf8;
  --paper: #f7f2e8;
  --green: #a9436a;
  --green-dark: #552436;
  --sun: #efb6ca;
  --peach: #f4cbd9;
  --mint: #d9e7df;
  --line: #d9d5ca;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
.fall-special-banner { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 calc(clamp(20px, 5vw, 72px) * -1) 34px; padding: 13px 20px; background: linear-gradient(90deg, #8a3d20, #b95b28, #8a3d20); color: #fff8ed; font-weight: 800; text-align: center; text-decoration: none; box-shadow: inset 0 -4px 0 rgba(72, 28, 14, .22); }
.fall-special-banner span { color: #ffe0a6; text-decoration: underline; text-underline-offset: 3px; }
.simple-main { min-height: calc(100vh - 180px); padding-top: 0; }
.simple-main .faq h1 { margin: 0 0 38px; font-family: "Fraunces", serif; font-size: clamp(2.35rem, 4.3vw, 4rem); line-height: .99; letter-spacing: -.035em; color: var(--green-dark); }
.customize { padding: 0 clamp(20px, 5vw, 72px) clamp(72px, 9vw, 120px); }
.request-brand { display: flex; justify-content: center; margin: 0 calc(clamp(20px, 5vw, 72px) * -1); padding: clamp(28px, 4vw, 48px) 20px 20px; background: #70263f; }
.request-brand img { width: clamp(210px, 24vw, 310px); height: auto; border-radius: 6px; box-shadow: 0 12px 30px #35121f55; }
.site-cta { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: clamp(30px, 5vw, 58px) 0 30px; }
.site-cta h1 { color: var(--green-dark); font-size: clamp(2.65rem, 5vw, 5.3rem); }
.site-cta .primary-button { flex: 0 0 auto; }
.top-gallery { margin: 0 calc(clamp(20px, 5vw, 72px) * -1) clamp(56px, 8vw, 90px); padding: clamp(34px, 5vw, 58px) 0; overflow: hidden; background: #fbf0f4; }
.top-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 0 clamp(20px, 5vw, 72px) 24px; }
.top-gallery-heading h2 { color: var(--green-dark); font-size: clamp(2.2rem, 4vw, 3.8rem); }
.top-gallery-heading > p { max-width: 430px; margin: 0 0 5px; color: #657068; }
.top-gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(160px, 18vw, 245px); gap: 12px; overflow-x: auto; padding: 4px clamp(20px, 5vw, 72px) 16px; scroll-snap-type: x proximity; scrollbar-color: var(--green) transparent; }
.top-gallery-card { position: relative; aspect-ratio: 1 / 1; padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: var(--paper); cursor: pointer; scroll-snap-align: start; }
.top-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.top-gallery-card span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px; border-radius: 2px; background: rgba(85,36,54,.9); color: #fff; font-size: .75rem; font-weight: 700; text-align: center; }
.top-gallery-card:not(.gallery-example):not(.custom-order-gallery-card) span { font-size: 0; font-weight: 900; }
.top-gallery-card:not(.gallery-example):not(.custom-order-gallery-card) span::after { content: "Buy now"; font-size: .88rem; }
.top-gallery-card:hover img, .top-gallery-card:focus-visible img { transform: scale(1.04); }
.top-gallery-card:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.customize-intro { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.customize-intro h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 6rem); color: var(--green-dark); }
.customize-intro > p { max-width: 430px; margin: 0 0 8px; color: #657068; }
.custom-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.custom-card { min-height: 190px; padding: 22px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; transition: .2s ease; }
.custom-card:hover, .custom-card:focus-visible { background: #fbf0f4; transform: translateY(-3px); }
.custom-card span { display: block; margin-bottom: 36px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.custom-card strong { display: block; font-family: "Fraunces", serif; color: var(--green-dark); font-size: 1.25rem; line-height: 1.05; }
.custom-card small { display: block; margin-top: 9px; color: #687169; font-size: .78rem; line-height: 1.35; }
.bouquet-showcase { margin-top: clamp(54px, 8vw, 95px); padding: clamp(34px, 5vw, 64px); background: var(--green-dark); }
.bouquet-showcase .eyebrow { color: var(--sun); }
.bouquet-showcase .plushie-showcase-heading h2 { color: white; }
.bouquet-showcase .plushie-showcase-heading > p { color: #ead7df; }
.bouquet-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.plushie-showcase { margin-top: clamp(54px, 8vw, 95px); padding: clamp(34px, 5vw, 64px); background: #fbf0f4; }
.plushie-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.plushie-showcase-heading h2 { max-width: 720px; color: var(--green-dark); font-size: clamp(2.25rem, 4.5vw, 4.1rem); }
.plushie-showcase-heading > p { max-width: 430px; margin: 0 0 6px; color: #657068; }
.plushie-showcase-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.inspiration-gallery { margin-top: 18px; padding: clamp(34px, 5vw, 64px); background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inspiration-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); gap: 12px; }
.inspiration-card { position: relative; aspect-ratio: 1 / 1; margin: 0; padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); cursor: pointer; }
.inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.inspiration-card span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px; background: rgba(85,36,54,.9); color: #fff; font-size: .75rem; font-weight: 800; text-align: center; }
.inspiration-card:hover img, .inspiration-card:focus-visible img { transform: scale(1.04); }
.inspiration-card:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.contact-information, .social-section { padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 72px); text-align: center; }
.contact-information { background: #fbf0f4; }
.contact-information h2, .social-section h2 { color: var(--green-dark); font-size: clamp(2.25rem, 4.5vw, 4rem); }
.contact-information p:not(.eyebrow) { max-width: 560px; margin: 20px auto 28px; color: #657068; }
.social-section { background: var(--paper); }
.social-section .social-links { margin-top: 28px; }
.plushie-shot { position: relative; aspect-ratio: 1 / 1; padding: 0; overflow: hidden; border: 0; background: var(--paper); cursor: pointer; }
.plushie-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.plushie-shot span { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 9px 10px; background: rgba(85,36,54,.9); color: white; font-size: .78rem; font-weight: 700; text-align: center; }
.plushie-showcase .plushie-shot span, .mirror-showcase .plushie-shot span, .keychain-card .plushie-shot span { font-size: 0; font-weight: 800; }
.plushie-showcase .plushie-shot span::after, .mirror-showcase .plushie-shot span::after, .keychain-card .plushie-shot span::after { content: "Buy now"; font-size: .88rem; }
.plushie-shot:hover img, .plushie-shot:focus-visible img { transform: scale(1.04); }
.plushie-shot:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.fall-special-card { outline: 4px solid #c86930; outline-offset: -4px; }
.fall-special-card span { background: rgba(109, 49, 24, .94); color: #fff5de; font-size: .8rem !important; }
.fall-special-card span::after { content: none !important; }
#fall-specials .plushie-shot { aspect-ratio: auto; display: flex; flex-direction: column; }
#fall-specials .plushie-shot img { aspect-ratio: 3 / 4; height: auto; object-fit: cover; }
#fall-specials .plushie-shot span { position: static; padding: 12px; font-size: .9rem !important; flex: 1; }
.mirror-showcase { margin-top: 18px; padding: clamp(34px, 5vw, 64px); background: var(--paper); }
.mirror-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 920px; }
.bag-showcase { margin-top: 18px; padding: clamp(34px, 5vw, 64px); background: #fbf0f4; }
.bag-showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 12px; }
.keychain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 20px; margin-bottom: 24px; }
.keychain-card { min-width: 0; background: white; }
.keychain-card .plushie-shot { display: block; width: 100%; }
.keychain-card .plushie-shot span { font-size: .875rem; }
.keychain-promo { max-width: 430px; margin: 0 0 6px; color: #657068; }
.keychain-promo strong { display: block; margin-bottom: 4px; color: var(--green-dark); font-size: 1.15rem; }
.keychain-add { display: block; width: 100%; padding: 12px; border: 1px solid var(--green-dark); background: white; color: var(--green-dark); font: inherit; font-weight: 700; cursor: pointer; }
.keychain-add:hover, .keychain-add:focus-visible { background: var(--green-dark); color: white; }
#cart-pricing-notice { padding: 12px; background: #fbe5ed; color: #552436; }
.top-gallery-card.gallery-example { margin: 0; cursor: default; }
.category-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 calc(clamp(20px, 5vw, 72px) * -1); padding: 20px clamp(20px, 5vw, 72px) 36px; background: #70263f; border-bottom: 6px solid var(--sun); }
.category-links a { padding: 11px 18px; border: 2px solid var(--sun); border-radius: 999px; background: var(--sun); box-shadow: 0 4px 0 #35121f; color: var(--green-dark); font-size: 1rem; font-weight: 900; letter-spacing: .01em; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.category-links a:hover, .category-links a:focus-visible { background: #fffdf8; box-shadow: 0 2px 0 #35121f; color: var(--green-dark); transform: translateY(2px); }
#custom-orders { margin-top: 48px; }
[id] { scroll-margin-top: 24px; }
.request-wrap { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: clamp(54px, 8vw, 95px); background: var(--green-dark); }
.request-wrap .request-form { grid-column: 1 / -1; width: min(100%, 900px); margin: 0 auto; }
.basket-showcase { margin-top: 18px; padding: clamp(24px, 5vw, 64px); background: #fbf0f4; }
.basket-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.account-link { font-size: .875rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.remember-details { margin-bottom: 22px; }
.request-form .remember-details label { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.request-form .remember-details input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0; accent-color: var(--sun); }
.remember-details p { margin: 6px 0; font-size: .875rem; color: #f3dfe6; }
.remember-details button { background: transparent; border: 0; padding: 6px 0; color: white; text-decoration: underline; cursor: pointer; }
.social-links { display: flex; justify-content: center; gap: 22px; }
.social-link { display: grid; justify-items: center; gap: 8px; font-weight: 700; font-size: .875rem; }
.social-badge { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; outline: 2px dashed var(--green); outline-offset: 4px; transition: transform .2s; color: white; }
.social-badge svg { width: 28px; height: 28px; }
.instagram-link .social-badge { background: linear-gradient(135deg, #762bb5, #bc305c, #d57125); }
.facebook-link .social-badge { background: #2258ad; }
.social-link:hover .social-badge { transform: rotate(-8deg); }
.social-link:focus-visible { outline: 3px solid var(--green); outline-offset: 8px; }
@media (max-width: 600px) { .basket-showcase-grid { grid-template-columns: 1fr; } .header-actions { gap: 10px; } .account-link { max-width: 80px; text-align: center; } .fall-special-banner { align-items: flex-start; flex-direction: column; gap: 2px; } }
.request-image { min-height: 670px; overflow: hidden; }
.request-image img { width: 100%; height: 100%; object-fit: cover; }
.request-form { padding: clamp(38px, 6vw, 76px); color: white; }
.request-form h2 { margin-bottom: 28px; color: white; font-size: clamp(2.4rem, 4.5vw, 4.2rem); }
.request-form .eyebrow { color: var(--sun); }
.request-form label { display: block; margin-bottom: 16px; color: #f3dfe6; font-size: .85rem; font-weight: 700; }
.request-form input, .request-form select, .request-form textarea { width: 100%; margin-top: 6px; padding: 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; background: rgba(255,255,255,.08); color: white; font: inherit; }
.request-form select option { color: var(--ink); background: white; }
.request-form textarea { resize: vertical; }
.bouquet-addons { margin: 4px 0 16px; padding: 14px 16px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; }
.bouquet-addons legend { padding: 0 6px; color: #f3dfe6; font-size: .85rem; font-weight: 800; }
.bouquet-addons legend span { color: var(--sun); font-weight: 700; }
.request-form .bouquet-addons label { display: inline-flex; align-items: center; gap: 7px; margin: 4px 14px 4px 0; color: #f3dfe6; font-size: .85rem; font-weight: 600; }
.request-form .bouquet-addons input[type="checkbox"] { width: 18px; height: 18px; margin: 0; accent-color: var(--sun); }
.bouquet-addons p { margin: 7px 0 0; color: #d9c2cb; font-size: .8rem; }
.request-form input::placeholder, .request-form textarea::placeholder { color: #d2bbc4; }
.request-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo-picker input { padding: 10px; }
.photo-picker span { display: block; margin-top: 5px; color: #d9c2cb; font-size: .76rem; font-weight: 500; }
.request-submit { width: 100%; padding: 15px; border: 0; border-radius: 3px; background: var(--sun); color: var(--green-dark); font-weight: 800; cursor: pointer; }
.request-submit:hover { background: white; }
.request-note { margin: 10px 0 0; color: #d9c2cb; font-size: .75rem; text-align: center; }
.request-form .form-message { margin: 10px 0 0; color: white; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 16px; background: var(--green-dark); color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .05em; text-align: center; }
.bogo-banner { display: block; padding: 18px clamp(12px, 4vw, 42px) 20px; background: #fbf0f4; text-align: center; }
.bogo-banner img { width: 100%; max-width: 980px; height: clamp(360px, 70vh, 760px); margin: 0 auto; object-fit: contain; border: 2px solid var(--sun); box-shadow: 0 12px 30px rgba(85,36,54,.14); transition: transform .2s ease, box-shadow .2s ease; }
.bogo-banner:hover img, .bogo-banner:focus-visible img { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(85,36,54,.22); }
.bogo-banner:focus-visible { outline: 3px solid var(--green); outline-offset: -3px; }
.site-header { min-height: 86px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Fraunces", serif; font-weight: 700; font-size: 1.08rem; }
.header-logo { width: auto; height: 74px; object-fit: contain; }
nav { display: flex; gap: 36px; font-size: .91rem; font-weight: 600; }
nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--sun); }
.cart-button { border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); padding: 9px 11px 9px 17px; cursor: pointer; font-weight: 700; }
.cart-button span { margin-left: 8px; width: 25px; height: 25px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: .78rem; }

.hero { min-height: 655px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(70px, 10vw, 128px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.eyebrow { margin: 0 0 18px; font-size: .77rem; font-weight: 700; letter-spacing: .18em; color: var(--green); }
h1, h2 { margin: 0; font-family: "Fraunces", serif; line-height: .99; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 6.8vw, 6.8rem); color: var(--green-dark); }
h1 em { color: var(--green); font-weight: 600; }
.hero-text { max-width: 540px; margin: 28px 0 32px; color: #4f5a53; font-size: 1.08rem; }
.primary-button { align-self: flex-start; padding: 14px 20px; border-radius: 4px; background: var(--green); color: white; font-weight: 700; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: var(--green-dark); }
.primary-button span { margin-left: 10px; }
.trust-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 7px 11px; border: 1px solid #c9c1b2; border-radius: 999px; font-size: .79rem; font-weight: 600; }
.hero-visual { position: relative; min-height: 520px; background: var(--peach); overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-sticker { position: absolute; right: 7%; bottom: 7%; width: 104px; height: 104px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--sun); color: var(--green-dark); font-family: "Fraunces", serif; font-weight: 700; line-height: 1.05; transform: rotate(9deg); box-shadow: 0 8px 30px rgba(0,0,0,.12); }

.shop-section { padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.section-heading h2, .story h2, .faq h2, .newsletter h2 { font-size: clamp(2.35rem, 4.3vw, 4rem); color: var(--green-dark); }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: #637067; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; aspect-ratio: 1 / 1.08; background: #eadbbf; overflow: hidden; }
.product-image-wrap.peach { background: var(--peach); }
.product-image-wrap.mint { background: var(--mint); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.plushie-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--white); }
.plushie-photo-grid img { min-width: 0; object-position: center; }
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 6px 10px; border-radius: 3px; background: var(--green-dark); color: white; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-badge.new { background: var(--sun); color: var(--green-dark); }
.product-info { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0 14px; }
.product-info h3 { margin: 0 0 3px; font-family: "Fraunces", serif; font-size: 1.28rem; }
.product-info p { margin: 0; color: #6d756f; font-size: .86rem; }
.price { font-weight: 700; }
.add-button { width: 100%; min-height: 46px; border: 1px solid var(--green); background: transparent; color: var(--green); border-radius: 3px; font-weight: 700; cursor: pointer; transition: .2s; }
.add-button:hover, .add-button:focus-visible { background: var(--green); color: white; }
.custom-order-button { width: 100%; min-height: 44px; margin-top: 8px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--green-dark); font-weight: 700; cursor: pointer; }
.custom-order-button:hover, .custom-order-button:focus-visible { color: var(--green); }
.custom-order-button.light { color: #fff; border-color: rgba(255,255,255,.6); }
.option-label { display: block; margin-bottom: 6px; font-size: .8rem; font-weight: 700; color: #626b65; }
.product-option { width: 100%; min-height: 46px; margin-bottom: 10px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); color: var(--ink); }
.real-catalog-photo { object-position: 68% 50%; }
.sample-note { margin: 26px 0 0; color: #6d756f; font-size: .85rem; text-align: center; }

.more-pricing { margin-top: clamp(70px, 9vw, 110px); padding: clamp(32px, 5vw, 62px); background: #fbf0f4; border: 1px solid #ecd4dd; }
.more-pricing-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; align-items: end; margin-bottom: 36px; }
.more-pricing-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.price-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-columns.compact-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-group { padding: 24px; background: var(--white); border-top: 4px solid var(--sun); }
.price-group h3 { margin: 0 0 18px; font-family: "Fraunces", serif; font-size: 1.45rem; color: var(--green-dark); }
.price-group ul { margin: 0; padding: 0; list-style: none; }
.price-group li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dotted #d8b9c5; }
.price-group p { margin: 14px 0 0; color: #75666b; font-size: .82rem; }
.price-sheets { margin-top: clamp(70px, 9vw, 110px); }
.price-sheet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 920px; margin: 0 auto; }
.price-sheet-grid a { display: block; border: 1px solid var(--line); background: white; box-shadow: 0 14px 34px rgba(72, 34, 48, .09); transition: transform .2s ease; }
.price-sheet-grid a:hover { transform: translateY(-4px); }
.price-sheet-grid img { width: 100%; height: auto; }

.keychain-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 640px; background: var(--green-dark); color: white; }
.keychain-photo { min-height: 560px; overflow: hidden; }
.keychain-photo img { width: 100%; height: 100%; object-fit: cover; }
.keychain-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 100px); }
.keychain-copy .eyebrow { color: var(--sun); }
.keychain-copy h2 { color: white; font-size: clamp(3rem, 5.3vw, 5.4rem); }
.keychain-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0; color: #f2dfe6; font-size: 1.05rem; }
.keychain-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 28px; }
.keychain-price strong { font-family: "Fraunces", serif; font-size: 2.4rem; color: var(--sun); }
.keychain-price span { color: #e8ced8; font-size: .88rem; }
.keychain-copy .option-label { color: #f2dfe6; }
.keychain-copy .product-option { max-width: 520px; }
.keychain-copy .add-button { max-width: 520px; border-color: var(--sun); background: var(--sun); color: var(--green-dark); }
.keychain-copy .add-button:hover, .keychain-copy .add-button:focus-visible { background: white; border-color: white; color: var(--green-dark); }

.bag-section { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; padding: clamp(56px, 8vw, 110px) clamp(20px, 7vw, 110px); gap: clamp(38px, 7vw, 100px); background: var(--cream); border-bottom: 1px solid var(--line); }
.bag-copy { max-width: 560px; }
.bag-copy h2 { color: var(--green-dark); font-size: clamp(3rem, 5.3vw, 5.4rem); }
.bag-copy > p:not(.eyebrow) { margin: 26px 0 30px; color: #5f6962; font-size: 1.05rem; }
.bag-photo { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--peach); }
.bag-photo img { width: 100%; height: 100%; object-fit: cover; }
.bag-price-badge { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; background: var(--sun); color: var(--green-dark); font-weight: 800; }

.custom-orders { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); padding: clamp(72px, 9vw, 120px) clamp(20px, 7vw, 110px); background: var(--paper); border-bottom: 1px solid var(--line); }
.custom-order-intro h2 { font-size: clamp(3rem, 5.3vw, 5.4rem); color: var(--green-dark); }
.custom-order-intro > p:not(.eyebrow) { max-width: 560px; margin: 26px 0; color: #5f6962; }
.custom-categories { display: flex; flex-wrap: wrap; gap: 9px; }
.custom-categories span { padding: 8px 12px; border: 1px solid #d8b9c5; border-radius: 999px; background: #fff; color: var(--green-dark); font-size: .82rem; font-weight: 700; }
.custom-order-intro .direct-email { font-size: .92rem; }
.direct-email a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.custom-order-form { padding: clamp(26px, 4vw, 48px); background: #fff; border: 1px solid #e2d8cc; box-shadow: 0 18px 48px rgba(72,34,48,.08); }
.custom-order-form label { display: block; margin-bottom: 18px; color: var(--green-dark); font-size: .82rem; font-weight: 800; }
.custom-order-form input, .custom-order-form select, .custom-order-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #cec7bb; border-radius: 3px; background: var(--cream); color: var(--ink); font: inherit; }
.custom-order-form textarea { resize: vertical; min-height: 145px; }
.custom-order-form input:focus, .custom-order-form select:focus, .custom-order-form textarea:focus { outline: 2px solid var(--sun); outline-offset: 1px; border-color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.custom-submit { width: 100%; min-height: 50px; border: 0; border-radius: 3px; background: var(--green); color: #fff; font-weight: 800; cursor: pointer; }
.custom-submit:hover, .custom-submit:focus-visible { background: var(--green-dark); }
.custom-form-note { margin: 11px 0 0; color: #727a74; font-size: .76rem; text-align: center; }
.custom-order-form .form-message { margin: 8px 0 0; min-height: 20px; color: var(--green); text-align: center; }

.gallery { padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px); background: #fbf0f4; border-top: 1px solid #ecd4dd; }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.gallery-heading h2 { font-size: clamp(2.35rem, 4.3vw, 4rem); color: var(--green-dark); }
.gallery-heading > p { max-width: 470px; margin: 0 0 5px; color: #6f6066; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 310px; gap: 18px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #ead7de; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 9px 12px; background: rgba(255,253,248,.92); color: var(--green-dark); font-size: .82rem; font-weight: 700; backdrop-filter: blur(8px); }

.story { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); padding: clamp(72px, 9vw, 120px) clamp(20px, 7vw, 110px); background: var(--green-dark); color: white; }
.story .eyebrow { color: #f2c866; }
.story h2 { color: white; }
.story-card > p:last-child { max-width: 520px; color: #d5dfd8; margin-top: 25px; }
.story-points { border-top: 1px solid rgba(255,255,255,.3); }
.story-points > div { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.story-points span { grid-row: span 2; color: #f2c866; font-weight: 700; }
.story-points h3 { margin: 0 0 4px; font-family: "Fraunces", serif; font-size: 1.35rem; }
.story-points p { margin: 0; color: #bbc8bf; }

.faq { max-width: 900px; margin: 0 auto; padding: clamp(72px, 9vw, 120px) 20px; }
.faq h2 { margin-bottom: 38px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -8px 0 24px; max-width: 680px; color: #626d65; }

.newsletter { display: grid; grid-template-columns: 1fr minmax(340px, .9fr); align-items: end; gap: 45px; margin: 0 clamp(20px, 5vw, 72px) 72px; padding: clamp(42px, 6vw, 75px); background: var(--sun); }
.newsletter form { display: flex; border-bottom: 2px solid var(--green-dark); }
.newsletter input { width: 100%; border: 0; background: transparent; padding: 14px 3px; color: var(--green-dark); outline: none; }
.newsletter input::placeholder { color: rgba(23,61,42,.72); }
.newsletter button { border: 0; background: transparent; color: var(--green-dark); font-weight: 800; cursor: pointer; white-space: nowrap; }
.newsletter-copy { max-width: 500px; margin: 16px 0 0; color: var(--green-dark); }
.newsletter-sink { position: absolute; width: 1px; height: 1px; border: 0; clip-path: inset(50%); }
.form-message { grid-column: 2; margin: -30px 0 0; min-height: 22px; font-size: .86rem; font-weight: 600; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 34px clamp(20px, 5vw, 72px); background: var(--paper); border-top: 1px solid var(--line); color: #566158; font-size: .82rem; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--ink); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.footer-legal a { color: var(--green-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--green); }

.cart-overlay { position: fixed; inset: 0; z-index: 49; background: rgba(18,29,22,.48); backdrop-filter: blur(2px); }
.cart-panel { position: fixed; top: 0; right: 0; z-index: 50; width: min(460px, 100%); height: 100dvh; background: var(--cream); padding: 24px; transform: translateX(102%); visibility: hidden; transition: transform .28s ease, visibility .28s; display: flex; flex-direction: column; box-shadow: -16px 0 50px rgba(0,0,0,.18); }
.cart-panel.open { transform: translateX(0); }
.cart-panel.open { visibility: visible; }
body.cart-open { overflow: hidden; }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header h2 { font-size: 2rem; }
.cart-header button { width: 42px; height: 42px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.reward-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 8px; padding: 14px 16px; border: 2px solid var(--sun); border-radius: 12px; background: #fbe5ed; color: var(--green-dark); }
.reward-card strong { font-weight: 900; }
.reward-card span { font-weight: 800; }
.cart-items { overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0 0 6px; font-family: "Fraunces", serif; font-size: 1rem; }
.cart-item-meta { margin: 0 0 8px; color: #687169; font-size: .8rem; }
.free-keychain-choice { display: grid; gap: 5px; margin: 8px 0 10px; }
.free-keychain-choice span { color: var(--green-dark); font-size: .8rem; font-weight: 800; }
.free-keychain-choice select { width: 100%; padding: 8px 9px; border: 1px solid var(--line); border-radius: 3px; background: #fffdf8; color: var(--ink); font: inherit; font-size: .86rem; }
.cart-item-price { color: var(--green-dark); font-weight: 800; white-space: nowrap; }
.priority-order-option { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 3px 8px; margin: 14px 0; padding: 12px 14px; border: 1px solid var(--sun); border-radius: 6px; background: #fff8df; color: var(--green-dark); font-weight: 800; }
.priority-order-option input { margin-top: 3px; }
.priority-order-option small { grid-column: 2; display: block; margin-top: 3px; color: #687169; font-size: .78rem; font-weight: 500; }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.quantity button { width: 30px; height: 28px; border: 0; background: transparent; cursor: pointer; }
.quantity span { width: 28px; text-align: center; font-size: .86rem; }
.remove-item { border: 0; background: transparent; color: #777; text-decoration: underline; cursor: pointer; font-size: .78rem; }
.cart-empty { margin: auto; text-align: center; color: #6f786f; }
.cart-empty p { margin: 4px 0; font-family: "Fraunces", serif; color: var(--green-dark); font-size: 1.35rem; }
.cart-empty small { display: block; max-width: 260px; }
.cart-empty span { display: block; color: var(--green); font-size: 3rem; }
.cart-footer { margin-top: auto; padding-top: 20px; }
.subtotal { display: flex; justify-content: space-between; font-size: 1.08rem; margin-bottom: 15px; }
.checkout-button { width: 100%; border: 0; border-radius: 3px; background: var(--green); color: white; padding: 15px; font-weight: 800; cursor: pointer; }
.checkout-button:hover { background: var(--green-dark); }
.checkout-note { margin: 8px 0 0; text-align: center; color: #778078; font-size: .73rem; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 70; transform: translate(-50%, 30px); opacity: 0; background: var(--green-dark); color: white; padding: 11px 17px; border-radius: 4px; font-weight: 600; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 980px; margin: auto; padding: 18px 20px; border: 2px solid var(--green-dark); border-radius: 8px; background: var(--cream); color: var(--ink); box-shadow: 0 12px 35px rgba(31,41,35,.22); }
.cookie-banner strong { color: var(--green-dark); font-family: "Fraunces", serif; font-size: 1.15rem; }
.cookie-banner p { max-width: 620px; margin: 4px 0 0; color: #455149; font-size: .82rem; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-actions button { padding: 10px 13px; border: 1px solid var(--green-dark); border-radius: 4px; font-size: .8rem; font-weight: 800; cursor: pointer; }
.cookie-reject { background: transparent; color: var(--green-dark); }
.cookie-accept { background: var(--green-dark); color: white; }
.cookie-actions button:hover, .cookie-actions button:focus-visible { background: var(--sun); color: var(--green-dark); }
.legal-main { min-height: calc(100vh - 220px); padding: clamp(54px, 8vw, 100px) clamp(20px, 5vw, 72px); background: var(--paper); }
.legal-card { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 64px); background: var(--cream); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(85,36,54,.08); }
.legal-card h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-card h2 { margin: 36px 0 10px; color: var(--green-dark); font-size: clamp(1.5rem, 3vw, 2.1rem); }
.legal-card p, .legal-card li { color: #455149; }
.legal-card a { color: var(--green-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-back { display: inline-flex; margin-bottom: 28px; color: var(--green-dark); font-weight: 800; }
.not-found { text-align: center; }
.not-found p { max-width: 520px; margin: 0 auto 28px; }
[hidden] { display: none !important; }

@media (max-width: 850px) {
  .site-header { min-height: 72px; }
  nav { display: none; }
  .customize-intro { align-items: start; flex-direction: column; }
  .top-gallery-heading { align-items: start; flex-direction: column; }
  .custom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bouquet-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plushie-showcase-heading { align-items: start; flex-direction: column; }
  .plushie-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inspiration-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .request-wrap { grid-template-columns: 1fr; }
  .request-image { min-height: 440px; }
  .header-logo { height: 62px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 24px 60px; }
  .hero-visual { min-height: 480px; }
  .section-heading { align-items: start; flex-direction: column; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .keychain-section { grid-template-columns: 1fr; }
  .keychain-photo { min-height: 520px; }
  .bag-section { grid-template-columns: 1fr; }
  .custom-orders { grid-template-columns: 1fr; }
  .bag-copy { max-width: none; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 300px; }
  .gallery-item-tall { grid-row: span 1; }
  .gallery-item-wide { grid-column: span 2; }
  .more-pricing-heading, .price-columns { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; align-items: start; }
  .form-message { grid-column: 1; margin: -30px 0 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
  .footer-brand { justify-content: center; }
  .site-cta { align-items: start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: center; }
  .cookie-banner { align-items: start; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
}

@media (max-width: 480px) {
  .announcement { font-size: .7rem; }
  .site-header { padding: 0 14px; }
  .cart-button { padding-left: 12px; }
  .custom-grid { grid-template-columns: 1fr; }
  .top-gallery-track { grid-auto-columns: 72vw; }
  .bouquet-showcase-grid { grid-template-columns: 1fr; }
  .custom-card { min-height: 150px; }
  .request-row { grid-template-columns: 1fr; gap: 0; }
  .request-form { padding: 38px 20px; }
  .header-logo { height: 58px; }
  h1 { font-size: 3.25rem; }
  .hero-visual { min-height: 410px; }
  .keychain-photo { min-height: 430px; }
  .keychain-copy { padding: 54px 22px 64px; }
  .keychain-price { align-items: flex-start; flex-direction: column; gap: 0; }
  .newsletter { margin-inline: 0; }
  .price-columns.compact-pricing { grid-template-columns: 1fr; }
  .price-sheet-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 370px; }
  .gallery-item-wide { grid-column: span 1; }
  .newsletter form { flex-direction: column; border: 0; gap: 10px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .newsletter input { border-bottom: 2px solid var(--green-dark); }
  .newsletter button { padding: 13px; background: var(--green-dark); color: white; }
  .form-message { margin-top: -30px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
