@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #2b1b25;
  --muted: #705d67;
  --berry: #8a3155;
  --berry-dark: #60213d;
  --coral: #ec6f5d;
  --sun: #f4c95d;
  --mint: #76b8a6;
  --cream: #fff9ef;
  --paper: #fffdf9;
  --line: rgba(43, 27, 37, .13);
  --shadow: 0 24px 65px rgba(92, 47, 67, .13);
  --container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.65 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: 'Fraunces', Georgia, serif; line-height: 1.03; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 7vw, 7rem); }
h2 { font-size: clamp(2.6rem, 4.8vw, 4.7rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.3rem; }
::selection { color: white; background: var(--berry); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(85px, 10vw, 140px) 0; }
.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; }
.skip-link { position: fixed; z-index: 9999; left: 14px; top: -100px; padding: 12px 18px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 14px; }
.kicker { display: flex; gap: 11px; align-items: center; margin-bottom: 20px; color: var(--berry); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.kicker span { width: 33px; height: 2px; background: var(--coral); }
.kicker.light { color: #ffe6ae; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 55px; padding: 0 27px; color: white; background: var(--berry); border: 0; border-radius: 999px; box-shadow: 0 12px 28px rgba(138,49,85,.2); font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: white; background: var(--berry-dark); transform: translateY(-2px); box-shadow: 0 15px 34px rgba(138,49,85,.28); }
.button-light { color: var(--berry-dark); background: var(--cream); box-shadow: none; }
.button-light:hover { color: var(--berry-dark); background: white; }
.under-link { position: relative; color: var(--berry); font-weight: 700; }
.under-link::after { position: absolute; content: ''; left: 0; right: 0; bottom: -4px; height: 1px; background: currentColor; transform-origin: left; transition: transform .2s ease; }
.under-link:hover::after { transform: scaleX(.4); }

.announcement { padding: 8px 0; color: white; background: var(--berry-dark); font-size: .76rem; letter-spacing: .025em; }
.announcement .container { display: flex; justify-content: center; position: relative; }
.announcement a { position: absolute; right: 0; text-decoration: underline; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,253,249,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(43,27,37,.07); }
.header-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 30px; align-items: center; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand img { max-width: 190px; max-height: 60px; object-fit: contain; }
.brand-spark { display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--coral); border-radius: 14px 50% 50% 50%; font-size: 1.15rem; transform: rotate(-7deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: 'Fraunces', serif; font-size: 1.35rem; }
.brand small { margin-top: 6px; color: var(--berry); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.shop-nav ul { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.shop-nav a { position: relative; font-size: .9rem; font-weight: 600; }
.shop-nav a::after { position: absolute; content: ''; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .2s ease; }
.shop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 5px; }
.header-actions > * { position: relative; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.25rem; }
.header-actions > *:hover { background: #f5ece8; }
.cart-count { position: absolute; display: grid; place-items: center; min-width: 19px; height: 19px; top: 1px; right: -2px; padding: 0 5px; color: white; background: var(--berry); border: 2px solid var(--paper); border-radius: 50px; font-size: .6rem; font-weight: 700; }
.menu-toggle { display: none; }
.store-search { padding: 15px 0 20px; border-top: 1px solid var(--line); }
.store-search form { display: flex; gap: 10px; max-width: 760px; margin: 0 auto; }
.store-search input[type='search'] { flex: 1; min-height: 50px; padding: 0 18px; background: white; border: 1px solid var(--line); border-radius: 999px; outline: none; }
.store-search button { padding: 0 23px; color: white; background: var(--berry); border: 0; border-radius: 999px; font-weight: 700; }

.craft-hero { position: relative; overflow: hidden; padding: clamp(80px, 9vw, 135px) 0 105px; background: radial-gradient(circle at 13% 11%, rgba(244,201,93,.34), transparent 19%), linear-gradient(128deg, #fff6e3 0%, #ffe8df 52%, #f4dfeb 100%); }
.craft-hero::after { position: absolute; content: ''; width: 380px; height: 380px; left: -210px; bottom: -250px; border: 2px dashed rgba(138,49,85,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.15), 0 0 0 90px rgba(255,255,255,.12); }
.hero-grid { display: grid; grid-template-columns: 1fr .94fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 730px; }
.hero-copy h1::after { content: '✦'; display: inline-block; margin-left: .07em; color: var(--coral); font: .24em/1 'DM Sans', sans-serif; vertical-align: top; }
.hero-copy > p:not(.kicker) { max-width: 640px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.32rem); }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 40px; align-items: stretch; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(43,27,37,.14); }
.hero-proof > div { display: grid; grid-template-columns: auto auto; gap: 0 9px; align-items: baseline; }
.hero-proof strong { font-family: 'Fraunces', serif; font-size: 1.3rem; }
.hero-proof span { color: #d89612; font-size: .72rem; letter-spacing: .1em; }
.hero-proof small { grid-column: 1/-1; color: var(--muted); }
.hero-art { position: relative; min-height: 520px; }
.art-blob { position: absolute; border-radius: 50%; }
.blob-one { width: 460px; height: 460px; right: -15px; top: 22px; background: var(--mint); transform: rotate(-4deg); border-radius: 43% 57% 52% 48% / 56% 44% 56% 44%; }
.blob-two { width: 160px; height: 160px; left: 0; top: 0; background: var(--sun); }
.blob-three { width: 120px; height: 120px; right: -8px; bottom: -8px; background: var(--coral); }
.kit-box { position: absolute; z-index: 3; width: 335px; height: 290px; left: 50%; top: 52%; background: #d79154; border-radius: 13px; box-shadow: 0 30px 55px rgba(84,49,40,.25); transform: translate(-50%,-50%) rotate(-5deg); }
.kit-box::before { position: absolute; content: ''; inset: 0; background: linear-gradient(90deg, transparent 49%, rgba(108,58,28,.15) 50%, transparent 51%); }
.tape { position: absolute; width: 72px; height: 100%; left: calc(50% - 36px); background: rgba(255,231,181,.68); }
.kit-label { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 190px; height: 170px; left: 73px; top: 58px; color: var(--berry-dark); background: #fff5d8; border: 2px solid var(--berry-dark); box-shadow: 5px 5px 0 var(--berry-dark); text-align: center; transform: rotate(2deg); }
.kit-label small { font-weight: 700; letter-spacing: .15em; }
.kit-label strong { margin: 8px 0; font: 700 2.1rem/1 'Fraunces', serif; }
.kit-label em { color: var(--coral); font-style: normal; font-weight: 700; letter-spacing: .1em; }
.pencil, .brush { position: absolute; z-index: 4; display: block; width: 18px; height: 210px; border-radius: 8px 8px 2px 2px; transform-origin: bottom; }
.pencil::before { position: absolute; content: ''; left: 0; top: -22px; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 23px solid #e2b989; }
.pencil-one { right: 30px; top: -65px; background: var(--berry); transform: rotate(16deg); }
.pencil-two { right: -5px; top: -38px; background: var(--sun); transform: rotate(27deg); }
.brush { width: 22px; height: 190px; left: 12px; top: -90px; background: #285f58; transform: rotate(-20deg); }
.brush::before { position: absolute; content: ''; width: 34px; height: 67px; left: -6px; top: -60px; background: #9d4b35; border-radius: 70% 30% 30% 30%; }
.hero-sticker { position: absolute; z-index: 5; display: grid; place-items: center; width: 91px; height: 91px; top: 30px; right: -4px; color: white; background: var(--berry); border: 3px solid white; border-radius: 50%; box-shadow: var(--shadow); text-align: center; font-size: .7rem; line-height: 1.1; transform: rotate(8deg); }
.hero-sticker strong { font-size: 1.25rem; }
.mini-card { position: absolute; z-index: 5; display: flex; gap: 12px; align-items: center; left: 10px; bottom: 15px; padding: 15px 18px; background: rgba(255,255,255,.92); border: 1px solid white; border-radius: 16px; box-shadow: var(--shadow); }
.mini-card > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--berry); background: #f8dce7; border-radius: 50%; }
.mini-card div { display: flex; flex-direction: column; line-height: 1.25; }
.mini-card small { color: var(--muted); }

.trust-strip { padding: 28px 0; background: white; border-bottom: 1px solid var(--line); }
.trust-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip .container > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip .container > div:last-child { border: 0; }
.trust-strip span { grid-row: 1/3; display: grid; place-items: center; width: 32px; height: 32px; color: var(--berry); background: #f8e7ed; border-radius: 50%; }
.trust-strip strong { font-size: .88rem; }
.trust-strip small { color: var(--muted); font-size: .72rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-head > p { max-width: 460px; color: var(--muted); }
.category-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.category-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 30px; overflow: hidden; border-radius: 150px 150px 24px 24px; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-7px) rotate(-1deg); box-shadow: var(--shadow); }
.category-1 { background: #f6d9de; }
.category-2 { background: #dcece5; }
.category-3 { background: #ffedbd; }
.category-4 { background: #e8def2; }
.category-art { display: block; height: 220px; margin: -30px -30px 25px; background-image: linear-gradient(to bottom, transparent, rgba(43,27,37,.08)), var(--category-image); background-size: cover; background-position: center; border-radius: 150px 150px 0 0; }
.category-icon { display: grid; place-items: center; color: rgba(43,27,37,.78); background: repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.44) 0 13px, transparent 14px 29px); font-size: 4rem; }
.category-card small { color: var(--berry); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.category-card h3 { margin: 6px 0 10px; }
.category-card p { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.category-card i { position: absolute; right: 26px; bottom: 25px; font-size: 1.4rem; font-style: normal; }

.featured-section { background: #fff6e9; }
.empty-store { padding: 65px; background: white; border: 1px dashed rgba(138,49,85,.35); border-radius: 22px; text-align: center; }
.empty-store strong { font: 700 1.8rem 'Fraunces', serif; }
.empty-store p { margin: 10px 0 0; color: var(--muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px 20px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 20px; overflow: hidden; background: white; border: 1px solid rgba(43,27,37,.08); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1/1.08; margin: 0 0 18px; object-fit: cover; background: #f1ebe6; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.01em; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--berry); font-size: 1rem; font-weight: 700; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-size: .82rem; }
.woocommerce ul.products li.product .button { min-height: 43px; margin: 7px 20px 0; padding: 0 18px; font-size: .78rem; box-shadow: none; }
.woocommerce span.onsale { min-width: auto; min-height: auto; top: 13px !important; left: 13px !important; right: auto !important; padding: 6px 11px; color: white; background: var(--coral); border-radius: 999px; font-size: .68rem; line-height: 1.2; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,130px); align-items: center; }
.process-art { position: relative; min-height: 560px; }
.paper { position: absolute; width: 370px; height: 480px; left: 50%; top: 50%; border-radius: 8px; box-shadow: var(--shadow); }
.paper-back { background: var(--mint); transform: translate(-47%,-48%) rotate(9deg); }
.paper-front { display: grid; grid-template-columns: 60px 1fr; gap: 14px; align-content: center; padding: 55px; background: #fff4d6; border: 2px solid var(--ink); transform: translate(-54%,-52%) rotate(-5deg); }
.paper-front::before { position: absolute; content: ''; inset: 20px; border: 1px dashed rgba(138,49,85,.4); }
.paper-front span { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; color: white; background: var(--coral); border-radius: 50%; font-weight: 700; }
.paper-front strong { position: relative; z-index: 1; font: 700 2.1rem 'Fraunces', serif; }
.washi { position: absolute; z-index: 4; width: 200px; height: 48px; left: 50%; top: 20px; background: repeating-linear-gradient(45deg,var(--berry) 0 16px,#be6687 17px 32px); opacity: .8; transform: translateX(-50%) rotate(3deg); }
.process-copy > p:not(.kicker) { max-width: 640px; margin: 27px 0; color: var(--muted); font-size: 1.12rem; }
.process-copy ol { padding: 0; margin: 35px 0 0; list-style: none; }
.process-copy li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 19px 0; border-top: 1px solid var(--line); }
.process-copy li:last-child { border-bottom: 1px solid var(--line); }
.process-copy li > span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--berry); background: #f7e5eb; border-radius: 50%; font-weight: 700; }
.process-copy li div { display: flex; flex-direction: column; }
.process-copy li small { color: var(--muted); }

.gift-section { padding-top: 0; }
.gift-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; min-height: 480px; padding: clamp(50px,7vw,90px); overflow: hidden; color: white; background: var(--berry-dark); border-radius: 32px; }
.gift-card > div:first-child { position: relative; z-index: 3; }
.gift-card h2 { max-width: 680px; }
.gift-card p { max-width: 600px; margin: 27px 0; color: #e4c8d3; }
.gift-art { position: relative; }
.gift-art::before { position: absolute; content: ''; width: 390px; height: 390px; right: -40px; top: -45px; background: var(--coral); border-radius: 50%; }
.gift-box { position: absolute; z-index: 2; display: block; width: 215px; height: 170px; top: 48%; left: 50%; background: var(--sun); border: 4px solid var(--ink); box-shadow: 11px 11px 0 #28121f; transform: translate(-50%,-50%) rotate(7deg); }
.gift-box::before { position: absolute; content: ''; width: 30px; height: 100%; left: calc(50% - 15px); background: var(--berry); }
.gift-box::after { position: absolute; content: ''; width: 100%; height: 25px; top: calc(50% - 12px); background: var(--berry); }
.box-two { width: 135px; height: 110px; left: 24%; top: 70%; background: var(--mint); transform: translate(-50%,-50%) rotate(-11deg); }
.gift-star { position: absolute; z-index: 4; right: 8%; top: 10%; color: #fff4c7; font-size: 4rem; }

.site-footer { padding: 80px 0 28px; color: #d4c1ca; background: #28121f; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr .7fr 1fr; gap: 60px; padding-bottom: 55px; }
.brand-light { color: white; }
.footer-brand p { max-width: 330px; margin-top: 25px; }
.footer-main h2 { margin: 10px 0 22px; color: white; font: 700 .88rem 'DM Sans',sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.footer-main ul { display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-main a:hover { color: #ffe6ae; }
.footer-contact { color: #ffe6ae; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); font-size: .75rem; }

.shop-main, .content-main { min-height: 70vh; padding: 90px 0 130px; }
.content-main { padding-top: 120px; }
.content-narrow { max-width: 820px; }
.entry-header { margin-bottom: 50px; }
.entry-header h1 { font-size: clamp(3rem,6vw,5.8rem); }
.entry-content { color: var(--muted); }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.featured-image { margin-bottom: 45px; overflow: hidden; border-radius: 24px; }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.journal-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; }
.journal-card > div { padding: 24px; }
.journal-card h2 { margin: 8px 0 15px; font-size: 1.5rem; }
.not-found { text-align: center; }
.not-found > span { color: var(--coral); font: 700 1rem 'DM Sans',sans-serif; letter-spacing: .2em; }
.not-found p { margin: 25px 0; color: var(--muted); }

/* WooCommerce pages */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 35px; color: var(--muted); font-size: .8rem; }
.woocommerce-products-header { margin-bottom: 45px; }
.woocommerce-products-header__title { font-size: clamp(3rem,6vw,5.6rem); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 35px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 0 35px 0 14px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 24px; }
.woocommerce div.product .product_title { font-size: clamp(2.8rem,5vw,4.8rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 20px 0; color: var(--berry); font-size: 1.45rem; font-weight: 700; }
.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 13px; background: white; border: 1px solid var(--line); border-radius: 9px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: #f6eee8; border: 0; border-radius: 9px 9px 0 0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: white; border-top-color: var(--berry); border-radius: 9px; box-shadow: 0 8px 25px rgba(43,27,37,.07); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--berry); }
.woocommerce table.shop_table { background: white; border: 1px solid var(--line); border-radius: 14px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.woocommerce-checkout #payment { background: #f7eee9; border-radius: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px 15px; border-bottom: 1px solid var(--line); font-weight: 600; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-grid { grid-template-columns: 190px 1fr auto; }
  .shop-nav ul { gap: 17px; }
  .hero-grid { gap: 30px; }
  .category-grid, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .trust-strip .container { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .trust-strip .container > div:nth-child(2) { border-right: 0; }
  .footer-main { grid-template-columns: 1.25fr .75fr .75fr; }
  .footer-main > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px,680px); }
  .announcement .container { justify-content: flex-start; }
  .header-grid { grid-template-columns: auto 1fr auto; min-height: 74px; }
  .menu-toggle { display: block; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; }
  .menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .brand { justify-self: center; }
  .brand-spark { width: 39px; height: 39px; }
  .brand small { display: none; }
  .shop-nav { position: fixed; inset: 113px 18px auto; display: none; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .shop-nav.is-open { display: block; }
  .shop-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .shop-nav a { display: block; padding: 12px 5px; }
  .account-link { display: none !important; }
  .craft-hero { padding-top: 95px; }
  .hero-grid, .process-grid, .gift-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .kicker, .hero-actions, .hero-proof { justify-content: center; }
  .hero-art { min-height: 500px; }
  .blob-one { right: calc(50% - 230px); }
  .section-head { align-items: flex-start; }
  .process-copy { order: -1; }
  .gift-art { min-height: 280px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 16px; }
  .section { padding: 78px 0; }
  .announcement { font-size: .66rem; }
  .announcement a { display: none; }
  .header-actions { gap: 0; }
  .header-actions > * { width: 37px; height: 42px; }
  .search-toggle { display: none !important; }
  .brand strong { font-size: 1.12rem; }
  .brand-spark { width: 35px; height: 35px; }
  .shop-nav { inset: 103px 14px auto; }
  .craft-hero { padding: 78px 0 65px; }
  h1 { font-size: clamp(3.7rem,17vw,5.3rem); }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 24px; }
  .hero-art { min-height: 420px; }
  .blob-one { width: 350px; height: 350px; right: calc(50% - 175px); }
  .blob-two { width: 110px; height: 110px; }
  .blob-three { width: 90px; height: 90px; }
  .kit-box { width: 265px; height: 230px; }
  .kit-label { width: 155px; height: 140px; left: 55px; top: 45px; }
  .kit-label strong { font-size: 1.7rem; }
  .pencil, .brush { transform: scale(.78) rotate(16deg); }
  .hero-sticker { width: 75px; height: 75px; right: 2px; }
  .mini-card { left: 0; bottom: 3px; padding: 12px; }
  .trust-strip .container { grid-template-columns: 1fr; gap: 0; }
  .trust-strip .container > div { padding: 15px 5px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip .container > div:last-child { border-bottom: 0; }
  .section-head { flex-direction: column; gap: 22px; margin-bottom: 40px; }
  .category-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .category-card { min-height: 315px; padding: 18px; border-radius: 90px 90px 18px 18px; }
  .category-art { height: 160px; margin: -18px -18px 18px; border-radius: 90px 90px 0 0; }
  .category-card h3 { font-size: 1.2rem; }
  .category-card p { display: none; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding-inline: 13px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 26px); min-height: 39px; margin-inline: 13px; padding-inline: 8px; }
  .process-art { min-height: 450px; }
  .paper { width: 280px; height: 390px; }
  .paper-front { padding: 38px; grid-template-columns: 48px 1fr; }
  .paper-front strong { font-size: 1.7rem; }
  .gift-card { width: 100%; padding: 55px 22px; border-radius: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .journal-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
