:root {
  --cream: #faf3ea;
  --sand: #e8c9a7;
  --caramel: #b87544;
  --espresso: #633c2b;
  --ink: #291b16;
  --icing: #fffdfc;
  --muted: #7d675d;
  --line: rgba(99, 60, 43, 0.15);
  --shadow: 0 24px 65px rgba(71, 42, 29, 0.12);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--icing); color: var(--ink); font-family: Alexandria, Tahoma, sans-serif; font-size: 16px; line-height: 1.8; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.3; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.55rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.site-container { width: var(--container); margin-inline: auto; }
.content-narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 130px) 0; }
.home-main .categories-section,
.home-main .featured-products,
.home-main .story-section,
.home-main .reviews-preview { padding-block: clamp(56px, 6vw, 88px); }
.home-main .made-section { padding-top: clamp(56px, 6vw, 88px); }
.home-main .occasions-banner { padding-top: 0; padding-bottom: clamp(56px, 6vw, 88px); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 12px 18px; background: #fff; z-index: 9999; }

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 26px; border: 1px solid var(--espresso); border-radius: 999px; background: var(--espresso); color: #fff; font-weight: 600; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--ink); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(41,27,22,.17); }
.button--ghost { background: transparent; color: var(--espresso); }
.button--light { background: var(--icing); border-color: var(--icing); color: var(--espresso); }
.button--light:hover { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--espresso); font-weight: 600; }
.text-link svg, [dir="rtl"] .button svg { transform: rotate(180deg); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--caramel); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: #f7dfc4; }

.announcement-bar { background: var(--espresso); color: #fff; font-size: .78rem; }
.announcement-bar__inner { display: flex; min-height: 36px; align-items: center; justify-content: center; gap: 18px; }
.announcement-bar__divider { width: 4px; height: 4px; background: var(--sand); border-radius: 50%; }
.site-header { position: relative; z-index: 50; background: rgba(255,253,252,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(41,27,22,.08); }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; min-height: 92px; align-items: center; gap: 38px; }
.site-branding { width: 108px; }
.custom-logo-link { display: block; }
.custom-logo { width: 92px; max-height: 76px; object-fit: contain; }
.brand-fallback { display: flex; align-items: center; gap: 10px; color: var(--espresso); }
.brand-fallback--image img { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; }
.brand-fallback__mark { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 700; }
.brand-fallback strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 1.4rem; line-height: 1; }
.brand-fallback small { display: block; margin-top: 4px; font-size: .55rem; letter-spacing: .25em; }
.primary-navigation ul { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 36px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; font-size: .92rem; font-weight: 500; }
.primary-navigation a::after { position: absolute; right: 0; bottom: -9px; width: 0; height: 2px; background: var(--caramel); content: ""; transition: width .25s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-action { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; }
.header-cart { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.cart-count { position: absolute; top: -5px; right: -3px; display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border-radius: 20px; background: var(--caramel); color: #fff; font-size: .65rem; }
.menu-toggle { display: none; padding: 0; border: 0; background: transparent; color: var(--ink); }
.menu-toggle__close { display: none; }
.mobile-menu-backdrop { display: none; }

.hero { min-height: min(760px, calc(100vh - 128px)); background-image: linear-gradient(90deg, transparent 20%, rgba(250,243,234,.15) 50%, rgba(250,243,234,.94) 75%), var(--hero-image); background-position: center; background-size: cover; }
.hero__inner { display: flex; min-height: inherit; align-items: center; justify-content: flex-start; }
.hero__content { width: min(570px, 50%); padding-block: 80px; }
.hero h1 { max-width: 620px; margin-bottom: 22px; color: var(--ink); }
.hero p { max-width: 540px; margin-bottom: 30px; color: #5c463d; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__notes { display: flex; flex-wrap: wrap; gap: 26px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: .8rem; list-style: none; }
.hero__notes li { position: relative; padding-right: 16px; }
.hero__notes li::before { position: absolute; top: .78em; right: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--caramel); content: ""; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius); color: #fff; box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(30,16,11,.8), transparent 58%); }
.category-card__content { position: absolute; right: 28px; bottom: 28px; left: 28px; }
.category-card__content strong { display: block; margin-bottom: 5px; font-family: "Cormorant Garamond", Alexandria, serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.category-card__content small { font-size: .8rem; opacity: .9; }
.featured-products { background: linear-gradient(180deg, var(--cream), #fffaf5); }
.featured-products .section-heading { margin-bottom: 34px; }

.made-section { padding-bottom: 0; }
.made-section__hero { display: flex; min-height: 540px; align-items: center; background-position: center; background-size: cover; color: #fff; }
.made-section__copy { width: min(490px, 46%); margin-right: auto; padding: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(41,27,22,.63); backdrop-filter: blur(8px); }
.made-section__copy h2 { margin-bottom: 16px; font-family: "Cormorant Garamond", Alexandria, serif; font-size: clamp(3rem, 5vw, 5.2rem); color: #fff; }
.made-section__copy p { margin-bottom: 0; color: #f8eade; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -40px; position: relative; z-index: 2; }
.process-card { padding: 12px 12px 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--icing); box-shadow: 0 16px 45px rgba(71,42,29,.08); }
.process-card img { width: 100%; aspect-ratio: 1.3; border-radius: 15px; object-fit: cover; }
.process-card__number { display: inline-block; margin: 18px 4px 8px; color: var(--caramel); font-family: "Cormorant Garamond", serif; font-size: 1rem; font-weight: 700; }
.process-card h3 { margin: 0 4px 5px; font-size: 1rem; }
.process-card p { margin: 0 4px; color: var(--muted); font-size: .75rem; }

.story-section { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.story-media { position: relative; }
.story-media::before { position: absolute; inset: -24px 24px 24px -24px; z-index: -1; border: 1px solid var(--sand); border-radius: var(--radius); content: ""; }
.story-media img { width: 100%; max-height: 700px; border-radius: var(--radius); object-fit: cover; }
.story-media__stamp { position: absolute; bottom: -30px; left: -32px; display: grid; width: 130px; height: 130px; place-items: center; border: 7px solid var(--icing); border-radius: 50%; background: var(--espresso); color: #fff; font-family: "Cormorant Garamond", serif; font-size: 1rem; line-height: 1.05; text-align: center; transform: rotate(-8deg); }
.story-copy h1, .story-copy h2 { margin-bottom: 22px; }
.story-copy p { margin-bottom: 28px; color: var(--muted); font-size: 1.05rem; }

.occasions-banner { padding-top: 0; }
.occasions-banner__inner { display: flex; min-height: 490px; align-items: center; border-radius: var(--radius); background-position: center; background-size: cover; overflow: hidden; }
.occasions-banner__copy { width: min(480px, 50%); margin-right: 0; margin-left: auto; padding: 42px; text-align: right; }
.occasions-banner__copy h2 { margin-bottom: 12px; }
.occasions-banner__copy p { margin-bottom: 24px; color: var(--muted); }

.reviews-preview { background: #f5e8d9; }
.review-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reviews-slider__controls { display: none; }
.reviews-preview__action { margin-top: 34px; text-align: center; }
.review-card, .review-image-card { position: relative; min-height: 340px; border-radius: 22px; background: var(--icing); box-shadow: 0 18px 50px rgba(71,42,29,.08); }
.review-card { padding: 34px; }
.review-card__stars { display: flex; gap: 4px; margin-bottom: 20px; color: #c79132; }
.review-card__stars svg { width: 17px; height: 17px; fill: currentColor; stroke-width: 1; }
.review-card blockquote { margin: 0 0 24px; font-size: 1.05rem; }
.review-image-card { overflow: hidden; }
.review-image-card img { width: 100%; height: 420px; object-fit: cover; object-position: top; transition: transform .5s ease; }
.review-image-card:hover img { transform: scale(1.03); }
.review-image-card span { position: absolute; right: 18px; bottom: 18px; padding: 7px 14px; border-radius: 50px; background: var(--icing); color: var(--espresso); font-size: .72rem; font-weight: 600; }
.order-cta { padding: 0; background: var(--espresso); color: #fff; }
.order-cta__inner { display: flex; min-height: 330px; align-items: center; justify-content: space-between; gap: 40px; }
.order-cta h2 { max-width: 700px; margin-bottom: 10px; color: #fff; }
.order-cta p { margin-bottom: 0; color: #e9d7ca; }

.page-hero { padding: 100px 0; background: var(--cream); text-align: center; }
.page-hero--compact { padding: 75px 0; }
.page-hero h1 { margin-bottom: 12px; }
.page-hero p { max-width: 630px; margin: 0 auto; color: var(--muted); }
.visual-page-hero { display: flex; min-height: 520px; align-items: center; background-position: center; background-size: cover; }
.visual-page-hero__copy { width: min(520px, 50%); margin-right: 0; margin-left: auto; padding: 38px; border-radius: var(--radius); background: rgba(255,253,252,.9); text-align: right; backdrop-filter: blur(8px); }
.visual-page-hero__copy h1 { margin-bottom: 10px; }
.visual-page-hero__copy p { margin-bottom: 0; color: var(--muted); }

.menu-order-section { padding: 70px 0; background: linear-gradient(180deg, var(--cream), #fffaf5); }
.menu-order-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: clamp(35px, 7vw, 90px); padding: clamp(32px, 5vw, 60px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.menu-order-panel__copy h2 { max-width: 650px; margin-bottom: 16px; }
.menu-order-panel__copy p { max-width: 680px; margin-bottom: 26px; color: var(--muted); }
.menu-order-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.menu-order-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.menu-order-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 0 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.menu-order-steps li:last-child { border-bottom: 0; }
.menu-order-steps span { grid-row: 1 / 3; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--caramel); font-family: "Cormorant Garamond", serif; font-weight: 700; }
.menu-order-steps strong { align-self: end; font-size: .95rem; }
.menu-order-steps small { color: var(--muted); font-size: .72rem; }
.menu-visual-section { padding: 90px 0 110px; }
.menu-visual-section .section-heading p { margin: 8px 0 0; color: var(--muted); }
.menu-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 34px; }
.menu-sheet { margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.menu-sheet img { width: 100%; border-radius: 14px; }
.reviews-toolbar { display: flex; justify-content: center; gap: 10px; padding-block: 40px 18px; }
.filter-chip { padding: 8px 20px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--espresso); }
.filter-chip.is-active { background: var(--espresso); color: #fff; }
.reviews-masonry { columns: 3 300px; column-gap: 18px; padding-block: 20px 100px; }
.review-entry { display: inline-block; width: 100%; margin-bottom: 18px; overflow: hidden; break-inside: avoid; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(71,42,29,.07); }
.review-entry[hidden] { display: none; }
.review-entry img, .review-entry video { width: 100%; }
.review-entry__body { padding: 20px; }
.review-entry__body p { color: var(--muted); }
.image-lightbox { width: min(940px, calc(100% - 30px)); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; background: transparent; }
.image-lightbox::backdrop { background: rgba(25,14,10,.86); }
.image-lightbox img { width: 100%; max-height: 88vh; border-radius: 18px; object-fit: contain; }
.image-lightbox__close { position: fixed; top: 18px; left: 24px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.8rem; line-height: 1; }
.about-intro { background: var(--cream); }
.values-section { padding: 90px 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.values-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 22px; }
.values-grid article > span { color: var(--caramel); font-family: "Cormorant Garamond", serif; font-size: 1.4rem; }
.values-grid h2 { margin: 16px 0 8px; font-size: 1.4rem; }
.values-grid p { margin-bottom: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.contact-details, .contact-form-card { padding: clamp(26px, 4vw, 45px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-details { background: var(--espresso); color: #fff; }
.contact-details h2 { color: #fff; }
.contact-details > a, .contact-details > div { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details span { display: block; color: #dec7b8; font-size: .72rem; }
.contact-details strong { font-size: 1rem; }
.contact-form-card h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.contact-form-card__intro { margin-bottom: 28px; color: var(--muted); }
.maryooms-contact-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.wpcf7-form p { margin-bottom: 16px; }
.wpcf7-form label { display: block; color: var(--ink); font-size: .8rem; font-weight: 600; }
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select { width: 100%; margin-top: 7px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.wpcf7-form input:not([type="submit"]):focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus { border-color: var(--caramel); box-shadow: 0 0 0 3px rgba(184,117,68,.12); }
.wpcf7-form textarea { min-height: 145px; resize: vertical; }
.wpcf7-form .wpcf7-submit { min-width: 180px; border: 0; }
.wpcf7-not-valid-tip { margin-top: 5px; color: #a83232; font-size: .7rem; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0 0; padding: 12px 16px; border-width: 1px; border-radius: 10px; }
.contact-form-fallback { padding: 20px; border-radius: 16px; background: var(--cream); }
.contact-form-fallback p { color: var(--muted); }
.entry-content { padding-block: 70px 110px; }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.not-found { display: grid; min-height: 65vh; place-items: center; padding: 80px 20px; text-align: center; }
.not-found__number { display: block; color: var(--sand); font-family: "Cormorant Garamond", serif; font-size: clamp(8rem, 22vw, 17rem); font-weight: 700; line-height: .8; }

.site-footer { padding-top: 75px; background: var(--ink); color: #ddc9bd; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr; gap: 70px; }
.footer-brand .brand-fallback { color: #fff; }
.footer-brand .custom-logo { width: 120px; max-height: 110px; border-radius: 50%; }
.footer-brand p { max-width: 420px; margin: 24px 0; }
.footer-column h2 { margin-bottom: 20px; color: #fff; font-size: 1rem; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin-bottom: 8px; }
.footer-contact > * { display: block; margin-bottom: 9px; }
.footer-contact .button { display: inline-flex; margin-top: 16px; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; }
.footer-bottom { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; margin-top: 65px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.footer-bottom p { margin: 0; }

/* WooCommerce */
.shop-main { padding: 70px 0 110px; }
.shop-banner { width: 100vw; min-height: 420px; margin-right: calc(50% - 50vw); margin-bottom: 65px; display: flex; align-items: center; background-position: center; background-size: cover; }
.shop-banner__copy { width: min(510px, 48%); margin-right: auto; padding: 34px; border-radius: var(--radius); background: rgba(255,253,252,.9); backdrop-filter: blur(8px); }
.shop-banner__copy h1 { margin-bottom: 10px; }
.shop-banner__copy p { margin-bottom: 0; color: var(--muted); }
.shop-category-navigation { clear: both; margin-bottom: 38px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, var(--cream), #fff); }
.shop-category-navigation__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.shop-category-navigation__heading .eyebrow { margin-bottom: 0; }
.shop-category-navigation__heading h2 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.shop-category-navigation__track { display: flex; flex-wrap: wrap; gap: 10px; }
.shop-category-chip { display: flex; min-width: 155px; padding: 13px 17px; flex: 1 1 155px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.shop-category-chip strong { font-size: .78rem; }
.shop-category-chip small { color: var(--muted); font-size: .62rem; white-space: nowrap; }
.shop-category-chip:hover { border-color: var(--caramel); transform: translateY(-2px); }
.shop-category-chip.is-active { border-color: var(--espresso); background: var(--espresso); color: #fff; }
.shop-category-chip.is-active small { color: #eddcd1; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 25px; color: var(--muted); font-size: .75rem; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 32px; }
.woocommerce .woocommerce-ordering select { padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { display: flex; float: none; width: auto; min-width: 0; margin: 0; padding: 10px 10px 16px; flex-direction: column; overflow: hidden; border: 1px solid rgba(99,60,43,.1); border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(71,42,29,.055); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.woocommerce ul.products li.product:hover { border-color: rgba(184,117,68,.32); transform: translateY(-6px); box-shadow: 0 24px 55px rgba(71,42,29,.13); }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: flex; flex: 1; flex-direction: column; overflow: hidden; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; margin-bottom: 16px; border-radius: 17px; object-fit: cover; transition: transform .55s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.035); }
.product-card-category { display: block; padding: 0 8px 3px; overflow: hidden; color: var(--caramel); font-size: .65rem; font-weight: 600; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.8em; padding: 0 8px; color: var(--ink); font-size: .94rem; font-weight: 600; line-height: 1.45; }
.woocommerce ul.products li.product .price { padding: 2px 8px 0; color: var(--espresso); font-size: 1rem; font-weight: 700; }
.woocommerce ul.products li.product .star-rating { margin: 5px 8px; color: var(--caramel); }
.woocommerce ul.products li.product .button { width: calc(100% - 16px); min-height: 45px; margin: auto 8px 0; padding: 9px 14px; font-size: .78rem; }
.woocommerce span.onsale { top: 20px; right: 20px; left: auto; min-width: auto; min-height: auto; padding: 6px 12px; border-radius: 50px; background: var(--caramel); line-height: 1.4; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product .product_title { font-size: clamp(2rem, 4vw, 3.5rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--caramel); }
.woocommerce div.product form.cart .button { min-height: 48px; }
.woocommerce div.product form.cart input.qty { min-height: 48px; border: 1px solid var(--line); border-radius: 12px; }
.woocommerce-tabs { padding-top: 40px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--line); background: var(--cream); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.maryooms-checkout-note { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 25px; padding: 16px 20px; border-right: 4px solid var(--caramel); border-radius: 12px; background: var(--cream); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--caramel); background: var(--cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--caramel); }
.woocommerce-cart table.cart img { width: 80px; border-radius: 12px; }
.wc-proceed-to-checkout .checkout-button { font-size: 1rem !important; }

.media-placeholder { display: grid; min-height: 320px; place-items: center; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 75% 20%, #f4dcc1, transparent 30%), var(--cream); color: var(--espresso); text-align: center; }
.media-placeholder__swirl { position: absolute; width: 170px; height: 170px; border: 3px solid rgba(184,117,68,.2); border-radius: 50%; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header { backdrop-filter: none; }
  .site-header__inner { grid-template-columns: auto 1fr auto; min-height: 78px; gap: 18px; }
  .site-branding { width: auto; justify-self: center; }
  .custom-logo { width: 70px; max-height: 64px; }
  .brand-fallback--image img { width: 64px; height: 64px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-items: center; }
  .menu-open .menu-toggle__open { display: none; }
  .menu-open .menu-toggle__close { display: inline; }
  .primary-navigation { position: fixed; top: 114px; right: 0; bottom: 0; z-index: 55; width: min(360px, 88vw); padding: 35px; background: var(--icing); transform: translateX(105%); transition: transform .35s ease; }
  .menu-open .primary-navigation { transform: translateX(0); }
  .primary-navigation ul { display: block; }
  .primary-navigation li { margin-bottom: 20px; }
  .primary-navigation a { font-size: 1.05rem; }
  .mobile-menu-backdrop { position: fixed; inset: 114px 0 0; z-index: 45; background: rgba(41,27,22,.54); }
  .menu-open .mobile-menu-backdrop { display: block; }
  .header-action--phone span { display: none; }
  .hero__content { width: min(560px, 60%); }
  .category-card { min-height: 390px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 55px; }
  .review-preview-grid { grid-template-columns: repeat(3, 1fr); }
	.menu-order-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 22px; }
  body { font-size: 15px; }
  .announcement-bar__inner { min-height: 32px; gap: 8px; font-size: .62rem; }
  .site-header__inner { min-height: 72px; }
  .primary-navigation { top: 104px; }
  .mobile-menu-backdrop { inset-block-start: 104px; }
  .header-actions { gap: 5px; }
  .header-action--phone { display: none; }
  .hero { min-height: 740px; background-color: var(--cream); background-image: linear-gradient(180deg, rgba(250,243,234,.28), transparent 48%), var(--hero-mobile); background-position: center top; background-repeat: no-repeat; background-size: cover; }
  .hero__inner { display: flex; align-items: flex-start; }
  .hero__content { width: 100%; padding: 42px 4px 0; text-align: center; }
  .hero__content .eyebrow { justify-content: center; }
  .hero h1 { margin-bottom: 12px; font-size: clamp(2.05rem, 9.5vw, 2.75rem); }
  .hero p { margin-bottom: 18px; font-size: .88rem; }
  .hero__actions, .hero__notes { justify-content: center; }
  .hero__actions .button { min-height: 46px; padding: 9px 18px; flex: 1 1 140px; }
  .hero__notes { display: none; }
  .section { padding: 72px 0; }
  .section-heading { align-items: center; }
  .section-heading .text-link { font-size: .72rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 420px; }
  .made-section__hero { min-height: 620px; align-items: end; background-position: 42% center; }
  .made-section__copy { width: 100%; margin-bottom: 20px; padding: 28px; }
  .process-grid { margin-top: 20px; gap: 12px; }
  .process-card { padding: 8px 8px 16px; }
  .process-card h3, .process-card p, .process-card__number { margin-inline: 2px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media__stamp { left: 12px; }
  .occasions-banner__inner { min-height: 570px; align-items: end; background-position: 38% center; }
  .occasions-banner__copy { width: 100%; margin: 0; padding: 28px; background: linear-gradient(0deg, rgba(250,243,234,.98), rgba(250,243,234,.83), transparent); }
  .review-preview-grid { display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .review-preview-grid::-webkit-scrollbar { display: none; }
  .review-preview-grid > * { min-width: 82%; scroll-snap-align: start; }
  .reviews-slider__controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; }
  .reviews-slider__controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--icing); color: var(--espresso); }
	.reviews-slider__controls button:disabled { opacity: .35; cursor: not-allowed; }
  .reviews-slider__controls [data-review-next] svg { transform: rotate(180deg); }
  .order-cta__inner { min-height: 400px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .visual-page-hero { min-height: 600px; align-items: end; background-position: 40% center; }
  .shop-banner { min-height: 570px; align-items: end; background-position: 38% center; }
  .shop-banner__copy { width: calc(100% - 28px); margin: 0 auto 18px; padding: 25px; }
  .visual-page-hero__copy { width: 100%; margin: 0 0 20px; padding: 28px; }
  .menu-gallery, .contact-grid { grid-template-columns: 1fr; }
	.menu-order-section { padding: 45px 0; }
	.menu-order-panel { padding: 26px 22px; }
	.menu-order-panel__actions .button { width: 100%; }
	.menu-visual-section { padding: 65px 0 80px; }
	.menu-visual-section .section-heading { align-items: flex-start; flex-direction: column; }
	.maryooms-contact-form__row { grid-template-columns: 1fr; gap: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; }
  .featured-products .site-container, .shop-main > .site-container { width: min(100% - 16px, 1180px); }
  .shop-category-navigation { margin-bottom: 26px; padding: 20px 14px; }
  .shop-category-navigation__heading { display: block; margin-bottom: 16px; }
  .shop-category-navigation__heading .eyebrow { margin-bottom: 7px; }
  .shop-category-navigation__track { margin-inline: -14px; padding-inline: 14px; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .shop-category-navigation__track::-webkit-scrollbar { display: none; }
  .shop-category-chip { min-width: 165px; flex: 0 0 165px; scroll-snap-align: start; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 12px 10px; }
  .woocommerce ul.products { width: 100% !important; margin: 0 !important; padding: 0; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; min-height: 100%; margin: 0 !important; padding: 7px 7px 12px; border-radius: 17px; }
  .woocommerce ul.products li.product a img { aspect-ratio: 1 / 1.03; margin-bottom: 11px; border-radius: 12px; }
  .product-card-category { padding-inline: 6px; font-size: .58rem; }
  .woocommerce ul.products li.product .button { width: calc(100% - 12px); min-height: 42px; margin: 12px 6px 0; padding: 8px 7px; font-size: .7rem; white-space: nowrap; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3em; padding-inline: 6px; font-size: .8rem; line-height: 1.5; }
  .woocommerce ul.products li.product .price { margin-top: auto; padding-inline: 6px; font-size: .9rem; }
  .maryooms-checkout-note { flex-direction: column; }
}
