:root {
  --ink: #17211b;
  --cream: #f7f2e7;
  --paper: #fffdf7;
  --lime: #c9f26b;
  --coral: #ff6d5f;
  --blue: #315bea;
  --pale-blue: #dce5ff;
  --pink: #f7b4ca;
  --yellow: #f5d766;
  --line: rgba(23, 33, 27, .14);
  --shadow: 0 22px 60px rgba(23, 33, 27, .12);
  --sans: 'DM Sans', sans-serif;
  --serif: 'Fraunces', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; width: 1px; height: 1px; }
.skip-link:focus { clip: auto; width: auto; height: auto; z-index: 9999; background: #fff; padding: 12px; left: 12px; top: 12px; }
.eyebrow { font-size: 11px; line-height: 1.3; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 20px; }
.text-link { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; transition: opacity .2s, transform .2s; }
.text-link:hover { opacity: .65; transform: translateX(3px); }

.announcement { min-height: 34px; padding: 7px 24px; background: var(--ink); color: #fff; display: flex; justify-content: center; gap: 48px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 247, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(23, 33, 27, .08); background: rgba(255, 253, 247, .98); }
.header-inner { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; line-height: 1; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--lime); border: 2px solid var(--ink); border-radius: 50% 50% 44% 56%; font-family: var(--serif); transform: rotate(-5deg); transition: transform .25s; }
.brand:hover .brand__mark { transform: rotate(5deg) scale(1.05); }
.site-nav .menu { display: flex; gap: 34px; list-style: none; margin: 0; padding: 0; }
.site-nav a { position: relative; font-size: 14px; font-weight: 600; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .22s; }
.site-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; }
.search-link { opacity: .72; }
.cart-link { display: flex; align-items: center; gap: 7px; }
.cart-count { display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 99px; min-width: 21px; height: 21px; padding-inline: 5px; font-size: 11px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { background: var(--cream); overflow: hidden; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.hero h1, .page-hero h1, .article h1, .not-found h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 102px); line-height: .91; letter-spacing: -.048em; margin: 0; }
.hero h1 em { color: var(--coral); font-weight: 600; }
.hero-lede { max-width: 560px; font-size: 19px; line-height: 1.65; margin: 30px 0; }
.button-row { display: flex; align-items: center; gap: 28px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { display: inline-flex; align-items: center; justify-content: center; background: var(--ink) !important; color: #fff !important; border: 2px solid var(--ink) !important; border-radius: 0 !important; padding: 15px 23px !important; font-size: 13px !important; font-weight: 700 !important; transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover { background: var(--coral) !important; border-color: var(--coral) !important; transform: translateY(-2px); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.hero-notes span { border: 1px solid var(--line); background: rgba(255, 255, 255, .48); border-radius: 99px; padding: 7px 11px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.hero-art { position: relative; height: 570px; border: 2px solid var(--ink); background: var(--blue); border-radius: 45% 55% 48% 52% / 54% 46% 54% 46%; transform: rotate(1.5deg); box-shadow: 18px 18px 0 var(--ink); }
.hero-orbit { position: absolute; inset: 9%; border: 2px solid rgba(255, 255, 255, .48); border-radius: 50%; }
.hero-product { position: absolute; display: block; width: 46%; background: #fff; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); padding: 10px; transition: transform .25s, box-shadow .25s; }
.hero-product img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-product > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 2px 1px; font-size: 11px; }
.hero-product > span strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hero-product .price { flex: 0 0 auto; font-weight: 700; }
.hero-product--1 { left: 8%; top: 12%; transform: rotate(-9deg); z-index: 2; }
.hero-product--2 { right: 8%; top: 22%; transform: rotate(8deg); z-index: 3; }
.hero-product--3 { left: 27%; bottom: 8%; transform: rotate(-2deg); z-index: 4; }
.hero-product:hover { transform: translateY(-8px) rotate(0); box-shadow: 12px 12px 0 var(--ink); z-index: 8; }
.hero-product--placeholder { aspect-ratio: .93; background: var(--paper); display: grid; place-items: end stretch; }
.hero-product--placeholder::before { content: ''; position: absolute; inset: 15% 25% 31%; border-radius: 48% 52% 42% 58%; border: 2px solid var(--ink); background: var(--lime); }
.hero-product--2.hero-product--placeholder::before { background: var(--pink); }
.hero-product--3.hero-product--placeholder::before { background: var(--yellow); }
.hero-product--placeholder small { display: block; opacity: .7; }
.hero-spark { position: absolute; color: var(--lime); font-size: 56px; line-height: 1; z-index: 7; animation: floatSpark 4s ease-in-out infinite; }
.hero-spark--one { right: 4%; top: 6%; }
.hero-spark--two { left: 7%; bottom: 11%; font-size: 35px; animation-delay: -1.5s; }
@keyframes floatSpark { 50% { transform: translateY(-8px) rotate(9deg); } }

.marquee { overflow: hidden; background: var(--lime); border-block: 2px solid var(--ink); padding: 14px 0; white-space: nowrap; }
.marquee div { width: max-content; min-width: 100%; font-size: 13px; font-weight: 700; letter-spacing: .14em; word-spacing: 18px; animation: marqueeDrift 26s linear infinite; }
@keyframes marqueeDrift { to { transform: translateX(-18%); } }

.section { padding-block: 110px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section h2, .feature-copy h2, .newsletter h2, .site-footer h2, .order-next-step h2 { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.035em; margin: 0; }
.product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 28px 22px !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; width: 100%; object-fit: cover; margin: 0 0 17px !important; border: 1px solid var(--line); background: var(--cream); transition: transform .35s, box-shadow .35s; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-5px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font: 600 16px/1.35 var(--sans) !important; padding: 0 !important; margin: 0 0 4px; }
.woocommerce ul.products li.product .price { color: var(--ink) !important; font-size: 14px !important; font-weight: 700 !important; }
.woocommerce ul.products li.product .button { margin-top: 12px !important; padding: 10px 14px !important; }

.category-band { background: var(--pale-blue); border-block: 1px solid var(--line); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.category-grid a { min-height: 245px; padding: 38px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.category-grid a:first-child { border-left: 1px solid var(--line); }
.category-grid a:hover { background: var(--paper); transform: translateY(-5px); }
.category-grid span { color: var(--blue); font-size: 12px; font-weight: 700; }
.category-grid strong { margin-top: auto; font: 600 29px/1.1 var(--serif); }
.category-grid small { margin-top: 10px; font-size: 13px; line-height: 1.5; opacity: .72; }

.feature-band { background: var(--ink); color: #fff; padding: 110px 0; overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.feature-art { position: relative; aspect-ratio: 1; background: var(--coral); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transform: rotate(-4deg); box-shadow: 18px 18px 0 var(--lime); }
.feature-art strong { font: 700 clamp(55px, 7vw, 100px)/.8 var(--serif); text-align: center; }
.feature-art > span { position: absolute; right: 12%; top: 6%; font-size: 70px; color: var(--lime); }
.feature-art small { position: absolute; bottom: 15%; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-copy > p:not(.eyebrow) { font-size: 18px; color: rgba(255, 255, 255, .72); max-width: 520px; margin: 28px 0 45px; }
.values { border-top: 1px solid rgba(255, 255, 255, .25); }
.values div { display: grid; grid-template-columns: 55px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.values strong { color: var(--lime); }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 30px; }
.story-card__image { position: relative; aspect-ratio: 1.25; overflow: hidden; margin-bottom: 24px; background: linear-gradient(135deg, var(--pink), var(--coral)); border: 1px solid var(--line); }
.story-card__image::after { content: ''; position: absolute; width: 42%; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50% 44% 58% 42%; right: 12%; bottom: 12%; background: rgba(255, 255, 255, .35); transform: rotate(12deg); }
.story-card__image span { position: absolute; z-index: 2; left: 9%; top: 9%; font: 600 58px/1 var(--serif); }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.story-card:hover .story-card__image img { transform: scale(1.04); }
.story-card__image--2 { background: linear-gradient(135deg, var(--pale-blue), var(--blue)); }
.story-card__image--3 { background: linear-gradient(135deg, var(--yellow), var(--lime)); }
.story-card .eyebrow { margin-bottom: 10px; }
.story-card h3 { font: 600 27px/1.2 var(--serif); margin: 0 0 15px; }

.newsletter { background: var(--blue); color: #fff; text-align: center; padding: 115px 0; }
.newsletter h2 { font-size: clamp(55px, 7vw, 90px); }
.newsletter p:not(.eyebrow) { font-size: 18px; max-width: 620px; margin-inline: auto; }
.button--light { background: #fff !important; color: var(--ink) !important; border-color: #fff !important; margin-top: 15px; }

.site-footer { background: var(--cream); padding: 80px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 80px; }
.footer-grid h2 { font: 700 13px var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.footer-brand p { max-width: 380px; }
.footer-location { opacity: .66; font-size: 13px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 7px 0; }
.site-footer li a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 25px; margin-top: 70px; font-size: 12px; }

.page-hero, .article__header { padding-top: 105px; padding-bottom: 70px; max-width: 980px; }
.page-hero h1, .article h1, .not-found h1 { font-size: clamp(50px, 6vw, 82px); }
.page-hero__lede, .article__dek { font-size: 21px; max-width: 760px; margin-top: 28px; }
.article { padding-bottom: 120px; }
.article__image { margin-bottom: 60px; }
.article__content { max-width: 780px; margin: auto; font-size: 18px; }
.article__content h2 { font: 600 38px var(--serif); line-height: 1.15; margin-top: 55px; }
.article__content h3 { font: 600 25px var(--serif); margin-top: 40px; }
.article__content a { color: var(--blue); text-decoration: underline; }
.article__content ul, .article__content ol { padding-left: 22px; }
.article__content li { margin: 9px 0; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.not-found p:not(.eyebrow) { font-size: 19px; max-width: 580px; }

.shop-shell { padding-block: 82px; }
.woocommerce .woocommerce-breadcrumb { font-size: 12px; margin-bottom: 34px; }
.woocommerce-products-header__title, .woocommerce div.product .product_title, .cart_totals h2, .woocommerce-checkout h3 { font-family: var(--serif); font-size: 50px; line-height: 1.05; }
.woocommerce .woocommerce-ordering select { padding: 10px 34px 10px 12px; background: var(--paper); border: 1px solid var(--line); }
.woocommerce span.onsale { background: var(--coral) !important; color: var(--ink) !important; min-width: 3.4em !important; min-height: 3.4em !important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--blue) !important; background: var(--cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--blue) !important; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--line); }
.woocommerce-cart table.cart img { width: 88px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 47px; border: 1px solid rgba(23, 33, 27, .25); border-radius: 0; background: #fff; padding: 10px; }
.woocommerce-checkout #payment { background: var(--cream); border-radius: 0; }
.woocommerce-checkout #payment div.payment_box { background: var(--paper); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--paper); }
.order-next-step { border: 2px solid var(--ink); background: var(--lime); padding: 30px; margin: 32px 0; max-width: 780px; }
.order-next-step h2 { font-size: 36px; }
.order-next-step p:last-child { margin-bottom: 0; }

.will-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.will-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero-grid { gap: 35px; }
  .hero-art { height: 510px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid a { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav-toggle { display: block; justify-self: end; }
  .nav-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }
  .site-nav { position: fixed; inset: 110px 0 0; min-height: calc(100vh - 110px); background: var(--paper); padding: 40px; display: none; }
  .site-nav.is-open { display: block; }
  .site-nav .menu { display: block; }
  .site-nav li { margin: 0 0 22px; }
  .site-nav a { font: 600 38px var(--serif); }
  .header-actions { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 80px; }
  .hero-copy { max-width: 680px; }
  .hero-art { height: 570px; width: min(650px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; gap: 70px; }
  .feature-art { width: min(560px, 100%); margin-inline: auto; }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 26px, 1180px); }
  .announcement { justify-content: center; }
  .announcement__extra { display: none; }
  .header-inner { height: 66px; }
  .site-nav { inset-block-start: 100px; min-height: calc(100vh - 100px); }
  .hero-grid { min-height: auto; padding-block: 58px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 17px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-notes { margin-top: 30px; }
  .hero-art { height: 390px; margin-top: 20px; box-shadow: 9px 9px 0 var(--ink); }
  .hero-product { width: 48%; padding: 6px; box-shadow: 5px 5px 0 var(--ink); }
  .hero-product > span { font-size: 9px; }
  .hero-product--1 { left: 4%; top: 9%; }
  .hero-product--2 { right: 4%; top: 19%; }
  .hero-product--3 { left: 26%; bottom: 6%; }
  .hero-spark { font-size: 35px; }
  .section { padding-block: 76px; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 20px; }
  .product-grid, .woocommerce ul.products { gap: 22px 12px !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px !important; }
  .woocommerce ul.products li.product .button { width: 100%; font-size: 11px !important; padding-inline: 7px !important; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid a { min-height: 190px; border-left: 1px solid var(--line); }
  .feature-band { padding: 75px 0; }
  .feature-grid { gap: 50px; }
  .feature-art { box-shadow: 10px 10px 0 var(--lime); }
  .story-grid { grid-template-columns: 1fr; }
  .newsletter { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
  .page-hero, .article__header { padding-top: 70px; }
  .page-hero__lede, .article__dek { font-size: 18px; }
  .woocommerce-products-header__title, .woocommerce div.product .product_title { font-size: 42px; }
}

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