/*
Theme Name: Cause & Thread Classic
Theme URI: https://causeandthread.com
Author: Cause & Thread
Author URI: https://causeandthread.com
Description: The original classic Cause & Thread design, packaged separately for a clean rollback from the block theme.
Version: 1.0.2
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: cause-and-thread
License: GNU General Public License v2 or later
*/

:root {
  --paper: #f6f0e6;
  --paper-deep: #ece3d4;
  --ink: #14221f;
  --muted: #5d6863;
  --coral: #ef634f;
  --coral-dark: #d94c3b;
  --ochre: #f0c95a;
  --sage: #b8cbb8;
  --white: #fffdf9;
  --line: rgba(20, 34, 31, .18);
  --radius: 28px;
  --shadow: 0 18px 60px rgba(26, 32, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); margin-bottom: 24px; }
h3 { font-size: 1.45rem; margin-bottom: 13px; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: var(--ochre); }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 15px 24px; border: 2px solid var(--ink); border-radius: 99px; background: var(--ink); color: var(--white); font-size: .9rem; font-weight: 800; line-height: 1; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--coral); border-color: var(--coral); }
.button span { font-size: 1.15rem; }
.button-small { min-height: 44px; padding: 11px 19px; font-size: .8rem; }
.button-cream { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-cream:hover { background: var(--ochre); border-color: var(--ochre); }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; font-size: .92rem; font-weight: 800; line-height: 1.8; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: var(--white); }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(246, 240, 230, .94); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; font-size: .66rem; font-weight: 900; letter-spacing: -.08em; }
.brand-mark span { color: var(--coral); font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; font-weight: 400; }
.brand-type { font-size: 1rem; font-weight: 900; letter-spacing: .03em; white-space: nowrap; }
.brand-type i { color: var(--coral); font-family: Georgia, serif; font-size: 1.2em; font-weight: 400; }
.desktop-nav { display: flex; justify-content: center; gap: 30px; flex: 1; }
.desktop-nav a { position: relative; font-size: .83rem; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--coral); transition: width .2s ease; }
.desktop-nav a:hover::after { width: 100%; }
.mobile-nav { display: none; margin-left: auto; }

.hero { padding: 62px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.hero-copy h1 { max-width: 650px; }
.hero-copy .lede { margin-bottom: 34px; }
.perks { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 38px 0 0; padding: 30px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .79rem; font-weight: 700; }
.perks li { display: flex; align-items: center; gap: 8px; }
.perks span { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; border-radius: 50%; background: var(--sage); font-size: .7rem; }
.hero-visual { position: relative; padding: 0 22px 22px 0; }
.hero-visual::before { content: ""; position: absolute; inset: 26px 0 0 24px; z-index: -1; border-radius: var(--radius); background: var(--ochre); transform: rotate(2deg); }
.hero-visual img { width: 100%; height: min(65vw, 660px); min-height: 520px; border-radius: var(--radius); object-fit: cover; object-position: 58% center; box-shadow: var(--shadow); }
.hero-sticker { position: absolute; top: 34px; right: -12px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); color: white; line-height: 1.1; text-align: center; transform: rotate(8deg); }
.hero-sticker strong { font-size: 1.45rem; letter-spacing: -.04em; }
.hero-sticker span { margin-top: 5px; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.hero-caption { position: absolute; left: -24px; bottom: 4px; display: flex; align-items: center; gap: 24px; padding: 14px 18px; border: 2px solid var(--ink); background: var(--white); font-size: .76rem; font-weight: 800; text-transform: uppercase; transform: rotate(-2deg); }
.hero-caption b { color: var(--coral); font-size: 1.2rem; }
.ticker { overflow: hidden; padding: 20px 0; border-block: 2px solid var(--ink); background: var(--coral); color: var(--ink); white-space: nowrap; }
.ticker div { width: max-content; margin-inline: auto; font-size: .82rem; font-weight: 900; letter-spacing: .1em; }
.ticker span { margin: 0 20px; color: var(--paper); }

.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .7fr; align-items: end; gap: 80px; }
.split-heading h2, .split-heading p { margin-bottom: 0; }
.split-heading > p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.process-grid article { position: relative; padding: 38px 38px 44px; border-right: 1px solid var(--line); }
.process-grid article:first-child { padding-left: 0; }
.process-grid article:last-child { padding-right: 0; border-right: 0; }
.process-grid p { color: var(--muted); font-size: .95rem; }
.step-no { position: absolute; top: 18px; right: 24px; color: var(--muted); font-family: Georgia, serif; font-size: .8rem; }
.icon-tile { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 42px; border: 2px solid var(--ink); border-radius: 18px; background: var(--ochre); font-size: 1.5rem; transform: rotate(-3deg); }
.process-grid article:nth-child(2) .icon-tile { background: var(--sage); transform: rotate(3deg); }
.process-grid article:nth-child(3) .icon-tile { background: var(--coral); color: white; }
.center-link { margin-top: 36px; text-align: center; }

.promise { padding-top: 32px; }
.promise-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.promise-card { min-height: 520px; padding: clamp(38px, 6vw, 72px); border-radius: var(--radius); }
.promise-dark { display: flex; flex-direction: column; align-items: flex-start; background: var(--ink); color: white; }
.promise-dark h2 { max-width: 690px; font-size: clamp(2.6rem, 5vw, 4.9rem); }
.promise-dark > p:not(.eyebrow) { max-width: 600px; margin-bottom: 40px; color: rgba(255,255,255,.72); }
.promise-dark .text-link { margin-top: auto; }
.promise-coral { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--coral); }
.big-quote { position: absolute; top: 18px; left: 40px; font-family: Georgia, serif; font-size: 9rem; line-height: 1; opacity: .28; }
.quote { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(1.9rem, 3.5vw, 3.1rem); line-height: 1.2; }
.thread-line { position: absolute; right: -50px; bottom: -60px; width: 250px; height: 250px; border: 18px double rgba(255,255,255,.45); border-radius: 48% 52% 46% 54%; transform: rotate(28deg); }

.center-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink); border: 2px solid var(--ink); }
.fit-grid article { min-height: 280px; padding: 30px; background: var(--paper); }
.fit-grid article:nth-child(even) { background: var(--paper-deep); }
.fit-grid span, .values-grid span { display: block; margin-bottom: 62px; color: var(--coral-dark); font-family: Georgia, serif; font-size: .85rem; }
.fit-grid p { color: var(--muted); font-size: .93rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { max-width: 430px; color: var(--muted); }
.accordion { border-top: 2px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-size: 1.4rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -5px 0 26px; color: var(--muted); font-size: .95rem; }

.cta-band { background: var(--coral); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: 0; color: white; }
.cta-inner .eyebrow { color: var(--ink); }

.page-hero { padding-top: 130px; padding-bottom: 90px; border-bottom: 2px solid var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: .38fr 1.62fr; gap: 40px; }
.page-hero h1 { max-width: 980px; }
.page-hero .lede { margin-bottom: 0; }
.timeline { background: var(--white); }
.timeline-list article { display: grid; grid-template-columns: 100px .8fr 1fr; gap: 38px; padding: 48px 0; border-bottom: 1px solid var(--line); align-items: start; }
.timeline-list article:first-child { border-top: 2px solid var(--ink); }
.timeline-list span { color: var(--coral); font-family: Georgia, serif; }
.timeline-list h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.timeline-list p { max-width: 580px; margin: 0; color: var(--muted); }
.included { background: var(--ink); color: white; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.included-grid > div > p:last-child { color: rgba(255,255,255,.66); }
.included-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; }
.included-grid li { display: flex; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .9rem; font-weight: 700; }
.included-grid li span { color: var(--ochre); }
.plain-section .lede { margin: 0 auto 34px; }

.benefits { background: var(--white); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.benefits-grid article { min-height: 340px; padding: 48px; border-bottom: 1px solid var(--line); }
.benefits-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.benefits-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.benefits-grid span { display: inline-block; margin-bottom: 70px; color: var(--coral); font-family: Georgia, serif; }
.benefits-grid h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.benefits-grid p { max-width: 500px; color: var(--muted); }
.audience { background: var(--ochre); }
.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.audience h2 { margin-bottom: 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span { padding: 12px 18px; border: 2px solid var(--ink); border-radius: 99px; background: var(--paper); font-size: .9rem; font-weight: 800; transform: rotate(-1deg); }
.tag-cloud span:nth-child(even) { background: var(--sage); transform: rotate(1deg); }
.tag-cloud span:nth-child(3n) { background: var(--coral); color: white; }
.requirement-list { border-top: 2px solid var(--ink); }
.requirement-list p { display: grid; grid-template-columns: 50px 1fr; gap: 20px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.requirement-list span { color: var(--coral); font-family: Georgia, serif; }

.stores-section { background: var(--white); }
.store-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; max-width: 960px; margin-inline: auto; border: 2px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--ochre); }
.store-card > div:last-child { padding: 55px; }
.store-art { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: var(--coral); }
.store-art > span { display: grid; place-items: center; width: 150px; height: 150px; border: 4px solid var(--ink); border-radius: 50%; background: var(--paper); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.store-art small { font-weight: 900; letter-spacing: .14em; }
.store-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.store-card p:not(.eyebrow) { color: var(--muted); }
.status-pill { display: inline-block; margin-top: 16px; padding: 8px 13px; border-radius: 99px; background: var(--sage); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.empty-store { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 58px; }
.empty-store p { margin: 0; }

.story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.story-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.story-block { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--ochre); }
.coral-block { background: var(--coral); }
.story-block span { font-size: clamp(5rem, 10vw, 9rem); font-weight: 900; letter-spacing: -.1em; }
.story-block p { font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.values-grid article { padding: 42px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid p { color: var(--muted); }

.contact-page { min-height: 760px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.contact-grid h1 { font-size: clamp(3.3rem, 6vw, 5.8rem); }
.contact-note { display: flex; flex-direction: column; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; }
.contact-note a { color: var(--coral-dark); font-weight: 800; }
.contact-form { padding: clamp(28px, 5vw, 54px); border: 2px solid var(--ink); background: var(--white); box-shadow: 10px 10px 0 var(--ochre); }
.contact-form label { display: block; margin-bottom: 19px; font-size: .78rem; font-weight: 800; letter-spacing: .03em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1.5px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { box-shadow: 0 0 0 3px rgba(239,99,79,.25); }
.contact-form .button { width: 100%; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.form-success { padding: 70px 54px; border: 2px solid var(--ink); background: var(--sage); text-align: center; box-shadow: 10px 10px 0 var(--ochre); }
.form-success > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 30px; border-radius: 50%; background: var(--ink); color: white; font-size: 1.6rem; }

.site-footer { padding: 80px 0 28px; background: var(--ink); color: white; }
.site-footer .brand-mark { border-color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .85fr 1.3fr; gap: 50px; }
.footer-note { max-width: 260px; margin: 22px 0 0; color: rgba(255,255,255,.56); }
.footer-title { color: var(--ochre); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:nth-child(2) a, .footer-grid > div:nth-child(3) a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-cta { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.2); }
.footer-cta > p:not(.eyebrow) { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.4; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 66px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.48); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; padding: 10px; border: 2px solid var(--ink); border-radius: 50%; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { height: 2px; background: var(--ink); }
  .mobile-nav nav { position: absolute; right: 0; top: 53px; width: 250px; padding: 18px; border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
  .mobile-nav nav a { display: block; padding: 10px 8px; font-weight: 800; }
  .hero-grid, .split-heading, .faq-grid, .page-hero-grid, .included-grid, .audience-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 15px; }
  .hero-visual { max-width: 720px; margin-inline: auto; }
  .hero-visual img { height: 650px; }
  .split-heading, .faq-grid, .included-grid, .audience-grid, .story-grid, .contact-grid { gap: 50px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 440px; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { padding-left: 0; border-left: 0; }
  .page-hero { padding-top: 90px; }
  .timeline-list article { grid-template-columns: 60px 1fr; }
  .timeline-list article p { grid-column: 2; }
  .store-card { grid-template-columns: 1fr; max-width: 700px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .section-pad { padding: 80px 0; }
  .nav-wrap { height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-type { font-size: .83rem; }
  .hero { padding-top: 42px; }
  .hero-grid { gap: 42px; }
  .hero-visual { padding-right: 10px; }
  .hero-visual img { min-height: 480px; height: 126vw; max-height: 600px; }
  .hero-sticker { width: 102px; height: 102px; right: -5px; }
  .hero-sticker strong { font-size: 1.1rem; }
  .hero-caption { left: -5px; }
  .perks { display: grid; grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:first-child, .process-grid article:last-child { padding: 38px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .fit-grid, .benefits-grid, .included-grid ul, .field-row, .values-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 230px; }
  .benefits-grid article, .benefits-grid article:nth-child(odd), .benefits-grid article:nth-last-child(-n+2) { min-height: 0; padding: 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits-grid article:last-child { border-bottom: 0; }
  .benefits-grid span { margin-bottom: 35px; }
  .timeline-list article { grid-template-columns: 42px 1fr; gap: 20px; }
  .store-card > div:last-child { padding: 34px; }
  .store-art { min-height: 320px; }
  .empty-store, .cta-inner { align-items: flex-start; flex-direction: column; }
  .story-block { min-height: 400px; }
  .values-grid article { padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid article:last-child { border-bottom: 0; }
  .values-grid span { margin-bottom: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* WordPress and WooCommerce integration */
.alignwide { width: min(1180px, calc(100% - 48px)); max-width: none; margin-inline: auto; }
.alignfull { width: 100%; max-width: none; }
.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; left: 12px; top: 12px; z-index: 100000; padding: 12px 18px; background: var(--ink); color: white; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 220px; max-height: 54px; }
.desktop-nav ul { display: flex; justify-content: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.desktop-nav li { margin: 0; }
.mobile-nav nav ul { margin: 0; padding: 0; list-style: none; }
.current-menu-item > a { color: var(--coral-dark); }
.content-page { min-height: 560px; }
.entry-content { max-width: 820px; margin-inline: auto; }
.entry-content > * { margin-bottom: 1.4em; }
.entry-content h2 { margin-top: 1.2em; }
.notice-bar { padding: 13px 18px; border: 2px solid var(--ink); margin-bottom: 24px; background: var(--sage); font-weight: 800; }
.notice-error { background: #ffd6cf; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.store-tile { overflow: hidden; border: 2px solid var(--ink); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.store-tile:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 var(--ochre); }
.store-tile-media { aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: var(--coral); }
.store-tile-media img { width: 100%; height: 100%; object-fit: cover; }
.store-placeholder { display: grid; place-items: center; width: 120px; height: 120px; border: 3px solid var(--ink); border-radius: 50%; background: var(--paper); font-family: Georgia, serif; font-size: 4.5rem; text-transform: uppercase; }
.store-tile-copy { padding: 28px; }
.store-tile-copy h2 { font-size: 2rem; }
.store-tile-copy p { color: var(--muted); }
.stores-empty { padding: 64px; border: 2px dashed var(--ink); text-align: center; }
.stores-empty h2 { font-size: 2.6rem; }
.ct-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-main-shop { padding: 80px 0; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: .82rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding-bottom: 20px; border: 1px solid var(--line); background: var(--white); }
.woocommerce ul.products li.product img { margin-bottom: 20px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding-inline: 18px; color: var(--ink); }
.woocommerce span.onsale { background: var(--coral); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 99px; background: var(--ink); color: white; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--coral); color: white; }
.woocommerce-message { border-top-color: var(--coral); background: var(--white); }
.woocommerce-message::before { color: var(--coral); }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 980px) { .store-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr; } }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 680px) { .store-grid, .woocommerce ul.products { grid-template-columns: 1fr; } .alignwide { width: min(100% - 30px, 1180px); } }
