/* TreatSavvy site design (on top of Blocksy) */
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 200 800; font-stretch: 100%; font-display: swap; src: url('fonts/bricolage.woff2') format('woff2'); }
@font-face { font-family: 'Figtree'; font-style: normal; font-weight: 300 900; font-display: swap; src: url('fonts/figtree.woff2') format('woff2'); }

body.ts-site {
	--ts-ink: #2A1740; --ts-pink: #FF3E8A; --ts-pink-d: #E0286F; --ts-yellow: #FFD43B; --ts-mint: #3FD9B5;
	--ts-violet: #9B7BFF; --ts-cream: #FFF6EF; --ts-muted: #5B4A6E; --ts-line: 2.5px solid #2A1740;
	--ts-display: 'Bricolage Grotesque', 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
	--ts-text: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--ts-gutter: clamp(14px, 3vw, 28px);
	/* Blocksy palette: links, text, headings, backgrounds follow the brand site-wide */
	--theme-palette-color-1: #E0286F; --theme-palette-color-2: #2A1740; --theme-palette-color-3: #2A1740;
	--theme-palette-color-4: #2A1740; --theme-palette-color-7: #FFF6EF; --theme-palette-color-8: #FFFFFF;
	--theme-font-family: var(--ts-text); --theme-text-color: #2A1740; --theme-headings-color: #2A1740;
	--theme-link-initial-color: #E0286F; --theme-link-hover-color: #2A1740;
	--theme-button-background-initial-color: #FF3E8A; --theme-button-background-hover-color: #2A1740;
	background: #FFF6EF; color: #2A1740; font-family: var(--ts-text); -webkit-font-smoothing: antialiased;
}
.ts-site h1, .ts-site h2, .ts-site h3, .ts-site h4, .ts-site .entry-title, .ts-site .page-title { font-family: var(--ts-display); letter-spacing: -.02em; }
.ts-site h1, .ts-site h2, .ts-site .entry-title, .ts-site .page-title { font-weight: 800; }

/* ---------- primitives ---------- */
.ts-site :where(.ts-page, .ts-header, .ts-footer, .ts-sub-wrap, .ts-promo) :where(h1, h2, h3, p, ul, ol, figure) { margin: 0; }
.ts-site :where(.ts-page, .ts-header, .ts-footer, .ts-sub-wrap) img { display: block; max-width: 100%; height: auto; }
.ts-wrap { width: 100%; max-width: 1320px; margin-left: auto; margin-right: auto; padding-left: var(--ts-gutter); padding-right: var(--ts-gutter); box-sizing: border-box; }
.ts-wrap--narrow { max-width: 1200px; }
.ts-h { font-family: var(--ts-display); font-weight: 800; color: inherit; }
.ts-accent { color: var(--ts-pink-d); }
.ts-lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ts-muted); max-width: 560px; }
.ts-body { font-size: 18px; line-height: 1.7; }
.ts-muted { color: var(--ts-muted); }
.ts-narrow { max-width: 820px; }
.ts-stack { display: flex; flex-direction: column; gap: 18px; }
.ts-stack--start { align-items: flex-start; }
.ts-display { font-size: clamp(40px, 6vw, 80px); letter-spacing: -.045em; line-height: .94; text-wrap: balance; }
.ts-h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -.035em; line-height: 1; }
.ts-h2--xl { font-size: clamp(34px, 4.6vw, 60px); }
.ts-eyebrow { font-size: 12px; font-weight: 800; color: var(--ts-pink-d); text-transform: uppercase; letter-spacing: .08em; }
.ts-eyebrow--ink { color: var(--ts-ink); font-size: 14px; margin-bottom: 8px !important; }

.ts-site a.ts-btn, .ts-site button.ts-btn, .ts-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px;
	border: var(--ts-line); border-radius: 14px; font-family: var(--ts-text); font-weight: 800; font-size: 15px; line-height: 1;
	cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; box-sizing: border-box;
}
.ts-site .ts-btn--pink { background: var(--ts-pink); color: #fff; box-shadow: 4px 4px 0 var(--ts-ink); }
.ts-site .ts-btn--yellow { background: var(--ts-yellow); color: var(--ts-ink); box-shadow: 4px 4px 0 var(--ts-ink); }
.ts-site .ts-btn--white { background: #fff; color: var(--ts-ink); }
.ts-site .ts-btn--ink { background: var(--ts-ink); color: #fff; border: none; border-radius: 13px; }
.ts-site .ts-btn--pink:hover, .ts-site .ts-btn--yellow:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ts-ink); }
.ts-site .ts-btn--pink:hover { color: #fff; }
.ts-site .ts-btn--yellow:hover, .ts-site .ts-btn--white:hover { color: var(--ts-ink); }
.ts-site .ts-btn--ink:hover { background: var(--ts-pink-d); color: #fff; }
.ts-btn--block { width: 100%; min-height: 54px; font-size: 17px; }
.ts-btnrow { display: flex; gap: 12px; flex-wrap: wrap; }

.ts-badge { align-self: flex-start; display: inline-block; border: 2px solid var(--ts-ink); border-radius: 999px; padding: 7px 14px; font-size: 14px; font-weight: 800; color: var(--ts-ink); }
.ts-badge--yellow { background: var(--ts-yellow); }
.ts-badge--mint { background: var(--ts-mint); }
.ts-badge--white { background: #fff; font-size: 13px; }
.ts-badge--pink { background: var(--ts-pink); color: #fff; font-size: 13px; padding: 6px 12px; }
.ts-tilt-l { transform: rotate(-2deg); }

.ts-search { display: flex; gap: 8px; background: #fff; border: var(--ts-line); border-radius: 18px; padding: 6px; max-width: 560px; }
.ts-search--shadow { box-shadow: 5px 5px 0 var(--ts-ink); }
.ts-site .ts-search input[type=search] { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; box-shadow: none; font-size: 16px; padding: 0 14px; color: var(--ts-ink); height: auto; font-family: var(--ts-text); }
.ts-search .ts-btn { flex: none; }

/* ---------- promo + header ---------- */
.ts-promo { background: var(--ts-ink); color: var(--ts-cream); font-size: 14px; font-weight: 600; padding: 10px 16px; text-align: center; line-height: 1.4; }
.ts-promo span { color: var(--ts-yellow); }
.ts-site .ts-promo a { color: var(--ts-yellow); text-decoration: underline; }

.ts-header { position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 60; background: var(--ts-cream); border-bottom: var(--ts-line); }
.ts-header__bar { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: nowrap; }
.ts-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.ts-site .ts-logo--dark { color: var(--ts-ink); }
.ts-site .ts-logo--light { color: #fff; }
.ts-logo__mark { width: 44px; height: 44px; border-radius: 14px; background: var(--ts-pink); border: var(--ts-line); box-shadow: 3px 3px 0 var(--ts-ink); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--ts-display); font-weight: 800; font-size: 22px; transform: rotate(-6deg); }
.ts-logo__word { font-family: var(--ts-display); font-weight: 800; font-size: 26px; letter-spacing: -.03em; }
.ts-logo--dark .ts-logo__word span { color: var(--ts-pink-d); }
.ts-logo--light .ts-logo__mark { width: 40px; height: 40px; border: 2px solid #fff; box-shadow: none; font-size: 20px; }
.ts-logo--light .ts-logo__word span { color: var(--ts-yellow); }

.ts-site .ts-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; font-size: 15px; font-weight: 700; }
.ts-nav__list li { margin: 0; }
.ts-site .ts-nav__list a { display: block; padding: 10px 14px; border-radius: 12px; color: var(--ts-ink); text-decoration: none; }
.ts-site .ts-nav__list a:hover, .ts-site .ts-nav__list .current-menu-item > a, .ts-site .ts-nav__list .current_page_parent > a { background: #FFE0EE; color: var(--ts-ink); }
.ts-header__actions { display: flex; gap: 10px; align-items: center; flex: none; }
.ts-site .ts-cart { height: 46px; padding: 0 14px; border-radius: 14px; border: var(--ts-line); background: #fff; color: var(--ts-ink); font-weight: 800; font-size: 14px; display: flex; align-items: center; gap: 8px; text-decoration: none; box-sizing: border-box; }
.ts-cart__count { min-width: 24px; height: 24px; border-radius: 999px; background: var(--ts-yellow); border: 2px solid var(--ts-ink); font-size: 12px; display: flex; align-items: center; justify-content: center; padding: 0 5px; box-sizing: border-box; }
.ts-header__cta { min-height: 46px; }
.ts-site .ts-burger { display: none; width: 46px; height: 46px; border-radius: 14px; border: var(--ts-line); background: var(--ts-yellow); color: var(--ts-ink); font-size: 20px; font-weight: 800; cursor: pointer; padding: 0; align-items: center; justify-content: center; line-height: 1; }
.ts-burger__close { display: none; }
.ts-burger[aria-expanded="true"] .ts-burger__open { display: none; }
.ts-burger[aria-expanded="true"] .ts-burger__close { display: inline; }
.ts-mobile { padding: 10px 16px 22px; flex-direction: column; gap: 8px; border-top: 2px solid var(--ts-ink); background: var(--ts-cream); max-height: calc(100vh - 120px); overflow-y: auto; }
.ts-mobile:not([hidden]) { display: flex; }
.ts-site .ts-mobile__list { list-style: none; margin: 0 0 6px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ts-mobile__list li { margin: 0; }
.ts-site .ts-mobile__list a { display: block; padding: 14px 16px; border-radius: 14px; background: #fff; border: 2px solid var(--ts-ink); font-family: var(--ts-display); font-size: 19px; font-weight: 800; color: var(--ts-ink); text-decoration: none; }
.ts-site .ts-mobile__list .current-menu-item > a { background: #FFE0EE; }

/* ---------- home ---------- */
.ts-page { color: var(--ts-ink); }
.ts-hero { padding-top: clamp(32px, 5vw, 72px); padding-bottom: clamp(20px, 3vw, 40px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.ts-hero__copy { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.ts-hero__title { font-size: clamp(44px, 6.6vw, 92px); line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.ts-quick { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ts-quick__label { font-size: 14px; font-weight: 700; color: var(--ts-muted); }
.ts-site .ts-pill { padding: 8px 14px; border-radius: 999px; border: 2px solid var(--ts-ink); color: var(--ts-ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s; }
.ts-site .ts-pill:hover { transform: translateY(-2px); color: var(--ts-ink); }
.ts-hero__art { position: relative; padding: 14px; min-width: 0; }
.ts-hero__img { display: block; border: var(--ts-line); border-radius: 32px; overflow: hidden; box-shadow: 10px 10px 0 var(--ts-ink); transform: rotate(1.5deg); background: #FFE0EE; }
.ts-hero__img img { width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; }
.ts-hero__pick { position: absolute; top: 0; left: -4px; background: #fff; border: var(--ts-line); border-radius: 18px; padding: 12px 16px; box-shadow: 4px 4px 0 var(--ts-ink); transform: rotate(-4deg); max-width: 250px; }
.ts-hero__pick-title { font-size: 18px; line-height: 1.1; margin-top: 4px; }
.ts-hero__tags { position: absolute; bottom: 26px; right: -2px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; max-width: 80%; }
.ts-tag { border: var(--ts-line); border-radius: 999px; padding: 9px 14px; font-weight: 800; font-size: 14px; color: var(--ts-ink); }
.ts-tag--mint { background: var(--ts-mint); }
.ts-tag--yellow { background: var(--ts-yellow); }

.ts-sec { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.ts-sec__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.ts-site .ts-more { font-weight: 800; color: var(--ts-ink); border-bottom: 2.5px solid var(--ts-pink); padding-bottom: 2px; text-decoration: none; }

.ts-tiles { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.ts-site .ts-tile { display: flex; flex-direction: column; gap: 10px; padding: 14px; border-radius: 22px; border: var(--ts-line); color: var(--ts-ink); text-decoration: none; transition: transform .15s, box-shadow .15s; }
.ts-site .ts-tile:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ts-ink); color: var(--ts-ink); }
.ts-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; border: 2px solid var(--ts-ink); box-sizing: border-box; }
.ts-tile__name { font-size: 19px; letter-spacing: -.02em; line-height: 1.1; }

.ts-trend { padding-top: clamp(20px, 3vw, 40px); padding-bottom: clamp(20px, 3vw, 40px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ts-site .ts-spot { position: relative; display: block; min-height: 440px; border-radius: 32px; overflow: hidden; border: var(--ts-line); color: #fff; background: var(--ts-ink); text-decoration: none; }
.ts-spot > img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.ts-spot__body { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(20px, 3vw, 32px); background: linear-gradient(transparent, rgba(42, 23, 64, .92) 35%); }
.ts-spot__title { font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.03em; line-height: 1; margin: 14px 0 10px !important; text-wrap: balance; color: #fff; }
.ts-spot__body p { margin: 0 0 16px !important; font-size: 16px; line-height: 1.5; max-width: 520px; }
.ts-btn--static { pointer-events: none; }
.ts-trendbox { background: #fff; border: var(--ts-line); border-radius: 32px; padding: clamp(20px, 3vw, 32px); box-shadow: 8px 8px 0 var(--ts-violet); }
.ts-trendbox__title { font-size: clamp(26px, 3vw, 36px); letter-spacing: -.03em; margin-bottom: 12px !important; }
.ts-site .ts-trendlist { list-style: none; margin: 0; padding: 0; }
.ts-trendlist li { border-top: 2px dashed #E4D7EA; margin: 0; }
.ts-site .ts-trendlist a { display: flex; gap: 14px; align-items: center; padding: 14px 0; color: var(--ts-ink); text-decoration: none; }
.ts-site .ts-trendlist a:hover { color: var(--ts-pink-d); }
.ts-trendlist__n { flex: none; width: 44px; height: 44px; border-radius: 12px; border: 2px solid var(--ts-ink); display: flex; align-items: center; justify-content: center; font-size: 20px; box-sizing: border-box; }
.ts-trendlist img { flex: none; width: 64px; height: 64px !important; border-radius: 12px; object-fit: cover; }
.ts-trendlist__t { font-weight: 700; font-size: 16px; line-height: 1.3; }

.ts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ts-card { background: #fff; border: var(--ts-line); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.ts-card:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ts-ink); }
.ts-card__media { display: block; position: relative; }
.ts-card__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: var(--ts-line); }
.ts-chip { position: absolute; top: 12px; left: 12px; border: 2px solid var(--ts-ink); border-radius: 999px; padding: 5px 11px; font-size: 13px; font-weight: 800; color: var(--ts-ink); max-width: calc(100% - 24px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; }
.ts-card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ts-site .ts-card__title { font-size: 22px; letter-spacing: -.02em; line-height: 1.1; font-weight: 800; }
.ts-site .ts-card__title a { color: var(--ts-ink); text-decoration: none; }
.ts-site .ts-card__title a:hover { color: var(--ts-pink-d); }
.ts-card__desc { color: var(--ts-muted); font-size: 15px; line-height: 1.5; flex: 1; }
.ts-card__meta { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700; }
.ts-site .ts-card__meta a { color: var(--ts-pink-d); text-decoration: none; }

.ts-shopband { background: var(--ts-violet); border: var(--ts-line); border-radius: 36px; padding: clamp(24px, 4vw, 48px); }
.ts-prodgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ts-site .ts-prod { background: #fff; border: var(--ts-line); border-radius: 22px; padding: 14px; display: flex; flex-direction: column; gap: 10px; color: var(--ts-ink); text-decoration: none; transition: transform .15s, box-shadow .15s; }
.ts-site .ts-prod:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ts-ink); color: var(--ts-ink); }
.ts-prod img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 14px; background: var(--ts-cream); }
.ts-prod__name { font-weight: 800; font-size: 16px; line-height: 1.25; }
.ts-prod__price { font-size: 18px; font-weight: 800; color: var(--ts-pink-d); }
.ts-prod__price del { font-size: 14px; color: #8A7A99; font-weight: 600; margin-right: 6px; }
.ts-prod__price ins { text-decoration: none; }

/* ---------- recipes listing ---------- */
.ts-list { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.ts-list__title { font-size: clamp(40px, 6vw, 76px); letter-spacing: -.045em; line-height: .95; margin-bottom: 12px !important; }
.ts-list__intro { font-size: 18px; max-width: 640px; margin-bottom: 24px !important; }
.ts-list .ts-search { margin-bottom: 20px; }
.ts-catbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.ts-site .ts-catbtn { padding: 10px 16px; border-radius: 999px; border: 2px solid var(--ts-ink); background: #fff; color: var(--ts-ink); font-weight: 800; font-size: 14px; text-decoration: none; }
.ts-site .ts-catbtn:hover { background: #FFE0EE; color: var(--ts-ink); }
.ts-site .ts-catbtn.is-active { background: var(--ts-ink); color: #fff; }
.ts-pager { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 36px; }
.ts-site .ts-pager .page-numbers { min-width: 46px; height: 46px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ts-ink); border-radius: 14px; background: #fff; color: var(--ts-ink); font-weight: 800; text-decoration: none; box-sizing: border-box; }
.ts-site .ts-pager .page-numbers.current { background: var(--ts-ink); color: #fff; }
.ts-empty { background: #fff; border: 2.5px dashed var(--ts-ink); border-radius: 24px; padding: 40px; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; font-size: 18px; font-weight: 700; }

/* ---------- about ---------- */
.ts-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.ts-about > .ts-split { padding-top: clamp(32px, 5vw, 72px); padding-bottom: clamp(32px, 5vw, 72px); }
.ts-split--tight { gap: clamp(24px, 4vw, 48px); }
.ts-about__hero { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 36px; border: var(--ts-line); box-shadow: 12px 12px 0 var(--ts-yellow); transform: rotate(-1.5deg); box-sizing: border-box; }
.ts-panel { border: var(--ts-line); border-radius: 36px; padding: clamp(24px, 4vw, 56px); }
.ts-panel--pink { background: #FFE0EE; }
.ts-panel--yellow { background: #FFF1B8; }
.ts-panel--shadow { box-shadow: 10px 10px 0 var(--ts-ink); }
.ts-about .ts-sec > .ts-h2 { margin-bottom: 14px !important; }
.ts-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 30px 0; }
.ts-feature { border: var(--ts-line); border-radius: 26px; padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.ts-feature__n { width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 2px solid var(--ts-ink); display: flex; align-items: center; justify-content: center; font-size: 18px; box-sizing: border-box; }
.ts-feature__t { font-size: 24px; letter-spacing: -.02em; }
.ts-feature p { font-size: 16px; line-height: 1.6; }
.ts-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding-bottom: clamp(20px, 3vw, 40px); }
.ts-gallery__img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px; border: var(--ts-line); box-sizing: border-box; }
.ts-gallery__img:nth-child(1) { transform: rotate(-1.5deg); }
.ts-gallery__img:nth-child(2) { transform: rotate(1deg); }
.ts-gallery__img:nth-child(3) { transform: rotate(-.5deg); }

/* ---------- contact ---------- */
.ts-contact { padding-top: clamp(32px, 5vw, 72px); padding-bottom: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.ts-site .ts-mailchip { align-self: flex-start; background: var(--ts-yellow); border: var(--ts-line); border-radius: 16px; padding: 14px 18px; font-weight: 800; color: var(--ts-ink); font-size: 17px; text-decoration: none; overflow-wrap: anywhere; }
.ts-socialrow { display: flex; gap: 10px; flex-wrap: wrap; }
.ts-site .ts-socialrow a { background: #fff; border: 2px solid var(--ts-ink); border-radius: 12px; padding: 10px 14px; font-weight: 700; color: var(--ts-ink); font-size: 14px; text-decoration: none; }
.ts-site .ts-socialrow a:hover { background: #FFE0EE; }
.ts-formcard { background: #fff; border: var(--ts-line); border-radius: 30px; padding: clamp(22px, 3vw, 34px); box-shadow: 10px 10px 0 var(--ts-mint); }
.ts-formcard .wpcf7-form p { margin: 0 0 14px; }
.ts-formcard label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; font-size: 14px; color: var(--ts-ink); }
.ts-site .ts-formcard input[type=text], .ts-site .ts-formcard input[type=email], .ts-site .ts-formcard textarea { width: 100%; min-height: 50px; border: 2px solid var(--ts-ink); border-radius: 12px; padding: 12px 14px; font-size: 16px; background: #fff; color: var(--ts-ink); box-sizing: border-box; box-shadow: none; font-family: var(--ts-text); }
.ts-site .ts-formcard textarea { min-height: 140px; resize: vertical; }
.ts-site .ts-formcard input[type=submit] { width: 100%; height: 54px; border: var(--ts-line); border-radius: 14px; background: var(--ts-pink); color: #fff; font-weight: 800; font-size: 17px; cursor: pointer; font-family: var(--ts-text); }
.ts-site .ts-formcard input[type=submit]:hover { background: var(--ts-ink); }

/* ---------- subscribe + footer ---------- */
.ts-sub-wrap { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(40px, 6vw, 80px); }
.ts-sub { background: var(--ts-pink); color: #fff; border: var(--ts-line); border-radius: 36px; padding: clamp(28px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; box-shadow: 12px 12px 0 var(--ts-ink); }
.ts-sub__title { font-size: clamp(32px, 4.4vw, 56px); letter-spacing: -.04em; line-height: .98; margin-bottom: 12px !important; color: #fff; }
.ts-sub__text { font-size: 18px; line-height: 1.55; }
.ts-sub__form { display: flex; flex-direction: column; gap: 12px; }
.ts-field-pill { display: flex; gap: 8px; background: #fff; border: var(--ts-line); border-radius: 18px; padding: 6px; }
.ts-site .ts-field-pill input[type=email] { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; box-shadow: none; font-size: 16px; padding: 0 14px; color: var(--ts-ink); height: auto; font-family: var(--ts-text); }
.ts-check { display: flex; gap: 8px; font-size: 14px; font-weight: 600; align-items: center; color: #fff; }
.ts-check input { width: 18px; height: 18px; accent-color: var(--ts-ink); flex: none; margin: 0; }
.ts-site .ts-check a { color: #fff; text-decoration: underline; }
.ts-sub__done { background: #fff; color: var(--ts-ink); border: var(--ts-line); border-radius: 20px; padding: 22px; font-weight: 800; font-size: 17px; }
.ts-sub__done span { color: var(--ts-pink-d); }
.ts-sub__err { background: #fff; color: var(--ts-pink-d); border-radius: 12px; padding: 10px 14px; font-weight: 700; margin: 0; }
.ts-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ts-footer { background: var(--ts-ink); color: #D9CCE6; }
.ts-footer__inner { padding-top: clamp(48px, 6vw, 80px); padding-bottom: 28px; display: flex; flex-direction: column; gap: 40px; }
.ts-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.ts-footer__brand { display: flex; flex-direction: column; gap: 12px; }
.ts-footer__brand p { line-height: 1.6; font-size: 15px; }
.ts-footer__col { display: flex; flex-direction: column; gap: 9px; font-size: 15px; }
.ts-footer__head { color: #fff; font-weight: 800; margin-bottom: 4px; }
.ts-site .ts-footer a:not(.ts-logo) { color: #D9CCE6; text-decoration: none; }
.ts-site .ts-footer a:not(.ts-logo):hover { color: var(--ts-yellow); }
.ts-site .ts-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ts-footer__list li { margin: 0; }
.ts-social { display: flex; gap: 8px; flex-wrap: wrap; }
.ts-site .ts-social a { width: 46px; height: 46px; border-radius: 14px; border: 2px solid #5A4670; color: #fff !important; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; box-sizing: border-box; }
.ts-site .ts-social a:hover { background: var(--ts-pink); border-color: var(--ts-pink); }
.ts-footer__bottom { border-top: 1px solid #4A3760; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #B3A3C4; }

/* ---------- Blocksy pages that use our templates ---------- */
.ts-tpl #main, .ts-tpl main#main { padding: 0 !important; }
.ts-site #main-container { overflow: visible; }

/* ---------- brand styling for regular posts, pages and the shop ---------- */
.ts-site:not(.ts-tpl) .hero-section .page-title, .ts-site:not(.ts-tpl) .entry-header .page-title { font-size: clamp(34px, 5vw, 60px); letter-spacing: -.04em; line-height: 1.02; color: var(--ts-ink); }
.ts-site .entry-content h2 { font-size: clamp(26px, 3vw, 34px); letter-spacing: -.03em; }
.ts-site .entry-content h3 { font-size: clamp(21px, 2.2vw, 26px); }
.ts-site .entry-content a { color: var(--ts-pink-d); }
.ts-site.single-post .ct-featured-image img, .ts-site.single-post .entry-content > figure img { border-radius: 24px; border: var(--ts-line); box-sizing: border-box; }
.ts-site .entry-card { background: #fff; border: var(--ts-line); border-radius: 26px; overflow: hidden; }
.ts-site .ct-sidebar .widget-title { font-family: var(--ts-display); font-weight: 800; }

/* WooCommerce */
.ts-site.woocommerce ul.products li.product, .ts-site .woocommerce ul.products li.product { background: #fff; border: var(--ts-line); border-radius: 22px; padding: 14px; box-sizing: border-box; transition: transform .15s, box-shadow .15s; }
.ts-site.woocommerce ul.products li.product:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ts-ink); }
.ts-site .woocommerce-loop-product__title { font-family: var(--ts-text); font-weight: 800; }
.ts-site.woocommerce .price, .ts-site .woocommerce .price { color: var(--ts-pink-d); font-weight: 800; }
.ts-site.woocommerce span.onsale { background: var(--ts-yellow); color: var(--ts-ink); border: 2px solid var(--ts-ink); border-radius: 999px; font-weight: 800; }
.ts-site.woocommerce .button, .ts-site .woocommerce .button, .ts-site .woocommerce button.button, .ts-site .single_add_to_cart_button, .ts-site .checkout-button, .ts-site #place_order, .ts-site .wc-block-components-button {
	background: var(--ts-pink) !important; color: #fff !important; border: var(--ts-line) !important; border-radius: 14px !important; font-weight: 800 !important; box-shadow: 4px 4px 0 var(--ts-ink); }
.ts-site.woocommerce .button:hover, .ts-site .single_add_to_cart_button:hover, .ts-site .checkout-button:hover, .ts-site #place_order:hover { background: var(--ts-ink) !important; }
.ts-site.single-product div.product .woocommerce-product-gallery img { border-radius: 22px; background: #fff; }
.ts-site .woocommerce-cart-form, .ts-site .cart_totals, .ts-site .woocommerce-checkout-review-order, .ts-site .wc-block-cart, .ts-site .wc-block-checkout { background: #fff; border: var(--ts-line); border-radius: 22px; padding: clamp(14px, 2vw, 24px); box-sizing: border-box; }

/* ---------- tablet (<= 1024px) ---------- */
@media (max-width: 1024px) {
	.ts-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ts-grid, .ts-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ts-prodgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ts-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ts-trend, .ts-sub { grid-template-columns: 1fr; }
	.ts-spot { min-height: 400px; }
}
/* nav collapses to the burger below 1000px, as in the source */
@media (max-width: 999px) {
	.ts-nav, .ts-header__cta { display: none !important; }
	.ts-site .ts-burger { display: inline-flex; }
	.ts-hero, .ts-split, .ts-contact { grid-template-columns: 1fr; }
	.ts-hero__art { max-width: 560px; }
}
/* ---------- mobile (<= 767px) ---------- */
@media (max-width: 767px) {
	.ts-header__bar { height: 68px; gap: 10px; }
	.ts-logo__mark { width: 38px; height: 38px; font-size: 19px; border-radius: 12px; }
	.ts-logo__word { font-size: 22px; }
	.ts-site .ts-cart { height: 44px; padding: 0 12px; }
	.ts-site .ts-burger { width: 44px; height: 44px; }
	.ts-promo { font-size: 13px; padding: 8px 12px; }
	.ts-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.ts-tile { padding: 10px; }
	.ts-tile__name { font-size: 16px; }
	.ts-grid, .ts-features, .ts-gallery { grid-template-columns: 1fr; }
	.ts-prodgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.ts-prod { padding: 10px; }
	.ts-prod__name { font-size: 14px; }
	.ts-prod__price { font-size: 15px; }
	.ts-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.ts-hero__pick { max-width: 190px; padding: 10px 12px; }
	.ts-hero__pick-title { font-size: 15px; }
	.ts-hero__img { box-shadow: 6px 6px 0 var(--ts-ink); }
	.ts-spot { min-height: 380px; }
	.ts-sub, .ts-panel--shadow { box-shadow: 6px 6px 0 var(--ts-ink); }
	.ts-formcard { box-shadow: 6px 6px 0 var(--ts-mint); }
	.ts-about__hero { box-shadow: 8px 8px 0 var(--ts-yellow); }
	.ts-search .ts-btn { padding: 0 16px; font-size: 14px; }
	.ts-body { font-size: 17px; }
	.ts-catbar { flex-wrap: nowrap; overflow-x: auto; margin-left: calc(-1 * var(--ts-gutter)); margin-right: calc(-1 * var(--ts-gutter)); padding: 0 var(--ts-gutter) 6px; -webkit-overflow-scrolling: touch; }
	.ts-catbtn { flex: none; }
	.ts-footer__bottom { flex-direction: column; }
}
@media (max-width: 380px) {
	.ts-logo__word { font-size: 20px; }
	.ts-header__actions { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
	.ts-site .ts-card, .ts-site .ts-tile, .ts-site .ts-prod, .ts-site .ts-btn, .ts-site .ts-pill { transition: none; }
}
