/*
Theme Name: MAOMAO Store
Theme URI: http://mao.com/
Author: MAOMAO
Description: An art-directed editorial WooCommerce theme for contemporary everyday objects.
Version: 2.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: maomao-store
*/

:root {
  --ink: #171713;
  --muted: #6e6b63;
  --paper: #f0eee7;
  --white: #faf9f4;
  --line: #cdc9bd;
  --accent: #d24a32;
  --accent-dark: #a93324;
  --signal: #dbe36a;
  --oxblood: #5c1718;
  --radius-lg: 12px;
  --radius-md: 8px;
  --shadow: 0 28px 80px rgba(28, 24, 19, .14);
  --container: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.site-main { min-height: 60vh; }

.top-note {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: .16em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 238, .92);
  border-bottom: 1px solid rgba(23, 23, 20, .08);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .2em;
}
.brand-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 36px; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 650; letter-spacing: .05em; }
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--accent);
  transition: right .25s ease;
}
.primary-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-actions a { font-size: 14px; font-weight: 650; }
.cart-link { display: inline-flex; align-items: center; gap: 8px; }
.cart-count {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-size: 12px;
}

.hero { padding: 26px 0 72px; }
.hero-card {
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-lg);
  background-color: #eee8de;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,244,238,.96) 0%, rgba(247,244,238,.88) 33%, rgba(247,244,238,.12) 64%, transparent 100%);
}
.hero-copy { position: relative; z-index: 1; width: min(610px, 48%); padding: 88px 0 88px 72px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.hero h1 {
  margin: 0;
  max-width: 600px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(58px, 5.5vw, 88px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.055em;
}
.hero-lead { max-width: 500px; margin: 28px 0 36px; color: #59564f; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.button.is-ghost { color: var(--ink); background: transparent; border-color: rgba(23,23,20,.3); }
.button.is-ghost:hover { color: var(--accent-dark); background: #fff; border-color: #fff; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -34px;
  position: relative;
  z-index: 3;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 55px rgba(35, 28, 21, .09);
}
.trust-item { display: flex; align-items: center; gap: 18px; padding: 26px 34px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { font-size: 26px; }
.trust-item strong { display: block; margin-bottom: 2px; font-size: 15px; }
.trust-item span { color: var(--muted); font-size: 13px; }

.section { padding: 92px 0; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}
.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.category-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.category-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #ece7dd;
}
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-overlay {
  position: absolute;
  inset: auto 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 24px;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(20,18,15,.82), rgba(20,18,15,.25));
  backdrop-filter: blur(10px);
}
.category-overlay h3 { margin: 0 0 5px; font-size: 24px; }
.category-overlay p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }
.category-arrow { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--ink); background: #fff; font-size: 22px; }

.products-section { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 24px; }
.product-card { position: relative; }
.product-visual { position: relative; }
.product-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #efe9df;
}
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,253,248,.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.quick-add {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  color: #fff;
  background: var(--ink);
  font-size: 24px;
  line-height: 1;
}
.product-meta { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.product-card h3 { margin: 0 0 5px; font-size: 17px; line-height: 1.35; }
.product-category { color: var(--muted); font-size: 12px; }
.product-price { white-space: nowrap; font-size: 16px; font-weight: 800; }
.product-price del { color: var(--muted); font-size: 13px; font-weight: 500; }
.product-price ins { text-decoration: none; }

.story-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  min-height: 580px;
  border-radius: var(--radius-lg);
  background: #24241f;
  color: #fff;
}
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px; }
.story-copy h2 { margin: 0; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: 58px; font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.story-copy p { max-width: 580px; margin: 26px 0 32px; color: rgba(255,255,255,.68); font-size: 17px; }
.story-copy .button { align-self: flex-start; color: var(--ink); background: #fff; border-color: #fff; }

.editorial-quote { padding: 36px 0 108px; text-align: center; }
.editorial-quote p { max-width: 980px; margin: 0 auto; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: clamp(34px, 4vw, 56px); line-height: 1.35; letter-spacing: -.03em; }
.editorial-quote span { display: block; margin-top: 20px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; }

.site-footer { padding: 72px 0 24px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 56px; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.55); }
.footer-title { margin: 0 0 18px; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.78); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 12px; }

.content-shell { padding: 72px 0 110px; }
.page-title { margin: 0 0 42px; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: 56px; font-weight: 500; letter-spacing: -.04em; }
.entry-content { max-width: 920px; }
.entry-content > *:first-child { margin-top: 0; }

/* Premium WooCommerce catalogue */
.shop-masthead { padding: 30px 0 0; }
.shop-masthead-inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 36px;
  background: #22221e;
  box-shadow: 0 28px 80px rgba(28, 24, 19, .18);
}
.shop-masthead-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.05), transparent 42%);
}
.shop-masthead-copy { position: relative; z-index: 3; align-self: center; padding: 72px 30px 72px 76px; }
.shop-masthead .eyebrow { color: #f48664; }
.shop-masthead h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(56px, 5.4vw, 82px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.055em;
}
.shop-masthead-text { max-width: 650px; margin-top: 25px; color: rgba(255,255,255,.64); font-size: 17px; }
.shop-masthead-text p { margin: 0; }
.shop-category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.shop-pill {
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.shop-pill:hover, .shop-pill.is-active { color: var(--ink); background: #fff; border-color: #fff; }
.shop-masthead-art { position: relative; min-height: 520px; overflow: hidden; background: #ef6544; }
.shop-masthead-art::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.shop-art-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(255,255,255,.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.shop-art-card {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.94);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(55, 22, 12, .25);
}
.shop-art-card img { width: 100%; height: 100%; object-fit: cover; }
.shop-art-card.is-mug { width: 265px; height: 310px; left: 55px; top: 55px; transform: rotate(-7deg); }
.shop-art-card.is-bottle { width: 205px; height: 260px; right: 44px; bottom: 42px; transform: rotate(8deg); }
.shop-art-note {
  position: absolute;
  right: 30px;
  top: 24px;
  color: rgba(255,255,255,.96);
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: .75;
  text-align: right;
}
.shop-art-note small { font-family: inherit; font-size: 10px; letter-spacing: .18em; }
.shop-content-shell { padding: 82px 0 120px; }
.shop-section-label { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.shop-section-label span { color: var(--accent-dark); font-size: 11px; font-weight: 850; letter-spacing: .2em; }
.shop-section-label strong { max-width: 560px; font-family: Georgia, "Noto Serif SC", serif; font-size: 27px; font-weight: 500; line-height: 1.25; text-align: right; }

.woocommerce .woocommerce-breadcrumb { margin: 0 0 28px; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-result-count {
  float: left;
  margin: 0 0 34px;
  padding: 12px 16px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  font-size: 12px;
}
.woocommerce .woocommerce-ordering { float: right; margin: 0 0 34px; }
.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 42px 0 17px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: #fff;
  font-size: 13px;
  font-weight: 650;
}
.woocommerce ul.products {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  float: none;
  width: 100% !important;
  margin: 0;
  position: relative;
  justify-self: stretch;
  overflow: hidden;
  padding: 12px 12px 18px;
  border: 1px solid rgba(53, 45, 36, .09);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(36, 30, 24, .04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-7px);
  border-color: rgba(232, 93, 56, .28);
  box-shadow: 0 22px 55px rgba(42, 33, 25, .12);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; }
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  width: 100%;
  margin: 0 0 18px;
  object-fit: cover;
  border-radius: 20px;
  background: #ede7dd;
  transition: transform .5s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.maomao-card-label {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 26px;
  padding: 7px 11px;
  color: var(--ink);
  border-radius: 999px;
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}
.maomao-loop-category { display: block; margin: 0 9px 5px; color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 52px; padding: 0 9px; font-family: Georgia, "Noto Serif SC", serif; font-size: 21px; font-weight: 500; line-height: 1.25; }
.woocommerce ul.products li.product .price { margin: 8px 9px 0; color: var(--ink); font-size: 17px; font-weight: 850; }
.woocommerce ul.products li.product .button {
  width: calc(100% - 18px);
  min-height: 48px;
  margin: 18px 9px 0;
  padding: 0 20px;
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.woocommerce ul.products li.product .button::after { content: "→"; margin-left: auto; font-size: 18px; }

/* Product details */
.product-content-shell { padding-top: 46px; }
.single-product .woocommerce-breadcrumb { margin-bottom: 28px; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 64px;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product div.images {
  align-self: start;
  margin: 0;
  padding: 20px;
  border-radius: 32px;
  background: #ebe5da;
}
.woocommerce div.product div.images img { border-radius: 22px; }
.woocommerce div.product div.summary { position: sticky; top: 132px; align-self: start; margin: 0; padding: 26px 10px 20px 0; }
.single-product-kicker { margin-bottom: 18px; color: var(--accent-dark); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.woocommerce div.product .product_title { margin: 0 0 18px; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: clamp(46px, 4.2vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 24px; color: var(--accent-dark); font-size: 28px; font-weight: 850; }
.woocommerce div.product .woocommerce-product-details__short-description { max-width: 540px; margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.woocommerce div.product form.cart { display: flex; gap: 12px; padding: 24px 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.woocommerce .quantity .qty { width: 78px; min-height: 54px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.woocommerce div.product form.cart .button {
  flex: 1;
  min-height: 54px;
  color: #fff !important;
  background: var(--ink) !important;
  border-color: var(--ink) !important;
}
.woocommerce div.product form.cart .button:hover {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}
.woocommerce div.product .product_meta { margin-top: 18px; color: var(--muted); font-size: 12px; }
.product-assurances { display: grid; gap: 10px; margin-top: 24px; }
.product-assurances > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; align-items: center; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.6); }
.product-assurances span { grid-row: 1 / 3; color: var(--accent); font-size: 20px; }
.product-assurances strong { font-size: 13px; }
.product-assurances small { color: var(--muted); font-size: 11px; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .up-sells { grid-column: 1 / -1; width: 100%; }
.woocommerce div.product .woocommerce-tabs { margin-top: 36px; padding-top: 34px; border-top: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; padding: 0; margin: 0 0 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 999px; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; background: var(--ink); border-color: var(--ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 880px; color: var(--muted); font-size: 16px; }
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce .related > h2 { color: var(--ink); font-family: Georgia, "Noto Serif SC", serif; font-size: 38px; font-weight: 500; }
.woocommerce .related { margin-top: 56px; }

/* Cart, checkout and account */
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content, .woocommerce-account .entry-content { max-width: none; }
.woocommerce-message, .woocommerce-info {
  margin-bottom: 28px;
  padding: 18px 22px 18px 54px;
  color: var(--ink);
  border: 1px solid rgba(232,93,56,.2);
  border-top: 3px solid var(--accent);
  border-radius: 16px;
  background: var(--white);
}
.woocommerce-message::before, .woocommerce-info::before { top: 18px; color: var(--accent); }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.woocommerce table.shop_table th { padding: 18px 16px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce table.shop_table td { padding: 18px 16px; border-top-color: #eee9e0; }
.woocommerce-cart-form { width: calc(100% - 410px); float: left; }
.woocommerce .cart-collaterals { width: 370px; float: right; }
.woocommerce .cart-collaterals .cart_totals { float: none; width: 100%; padding: 26px; border-radius: 22px; background: #fff; box-shadow: 0 16px 48px rgba(40,32,25,.08); }
.woocommerce .cart-collaterals .cart_totals h2 { margin-top: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: 30px; font-weight: 500; }
.woocommerce-cart table.cart img { width: 92px; border-radius: 14px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { min-width: 190px; min-height: 48px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; width: 100%; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: auto; padding: 28px; border-radius: 22px; background: #fff; }
.woocommerce-checkout h3 { font-family: Georgia, "Noto Serif SC", serif; font-size: 28px; font-weight: 500; }
.woocommerce-checkout #order_review { padding: 28px; border-radius: 22px; background: #fff; }
.woocommerce-checkout #payment { border-radius: 18px; background: #f0ebe3; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232,93,56,.1); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 260px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 14px; border-radius: 20px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 14px; border-radius: 12px; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color: #fff; background: var(--ink); }
.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 300px); padding: 28px; border-radius: 22px; background: #fff; }

@media (max-width: 1080px) {
  .container { width: min(calc(100% - 44px), var(--container)); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .primary-nav { gap: 20px; }
  .hero-card { min-height: 580px; background-position: 58% center; }
  .hero-copy { width: 60%; padding-left: 48px; }
  .hero-card::after { background: linear-gradient(90deg, rgba(247,244,238,.97), rgba(247,244,238,.8) 48%, rgba(247,244,238,.08)); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card { min-height: 390px; }
  .shop-masthead-copy { padding-left: 50px; }
  .shop-art-card.is-mug { width: 220px; height: 270px; left: 32px; }
  .shop-art-card.is-bottle { width: 170px; height: 220px; right: 26px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product { grid-template-columns: 1fr 1fr; gap: 38px; }
  .woocommerce-cart-form { width: 100%; float: none; }
  .woocommerce .cart-collaterals { width: 100%; float: none; margin-top: 28px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .top-note { font-size: 10px; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .brand { font-size: 20px; }
  .header-actions .account-link { display: none; }
  .hero { padding-top: 14px; }
  .hero-card { min-height: 700px; align-items: flex-start; background-position: 68% bottom; }
  .hero-card::after { background: linear-gradient(180deg, rgba(247,244,238,.98), rgba(247,244,238,.8) 46%, rgba(247,244,238,.05) 72%); }
  .hero-copy { width: 100%; padding: 52px 28px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-wrap: wrap; }
  .trust-row { grid-template-columns: 1fr; margin-top: -46px; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading p, .section-heading .text-link { display: inline-block; margin-top: 18px; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 420px; }
  .story-card { grid-template-columns: 1fr; }
  .story-image { height: 380px; }
  .story-copy { padding: 42px 28px; }
  .story-copy h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .shop-masthead { padding-top: 14px; }
  .shop-masthead-inner { grid-template-columns: 1fr; border-radius: 24px; }
  .shop-masthead-copy { padding: 48px 26px; }
  .shop-masthead h1 { font-size: 49px; }
  .shop-masthead-art { min-height: 360px; }
  .shop-art-card.is-mug { width: 190px; height: 230px; left: 32px; top: 48px; }
  .shop-art-card.is-bottle { width: 145px; height: 190px; right: 30px; bottom: 34px; }
  .shop-art-note { font-size: 38px; }
  .shop-content-shell { padding: 58px 0 82px; }
  .shop-section-label { display: block; }
  .shop-section-label strong { display: block; margin-top: 10px; font-size: 23px; text-align: left; }
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; display: block; margin-bottom: 14px; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
  .woocommerce ul.products li.product { padding: 8px 8px 14px; border-radius: 20px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; padding-inline: 5px; font-size: 16px; }
  .maomao-loop-category { margin-inline: 5px; }
  .woocommerce ul.products li.product .price { margin-inline: 5px; font-size: 14px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 10px); min-height: 44px; margin: 12px 5px 0; padding: 0 12px; font-size: 12px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 28px; }
  .woocommerce div.product div.summary { position: static; padding-right: 0; }
  .woocommerce div.product .product_title { font-size: 42px; }
  .woocommerce-checkout .col2-set { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content { margin-top: 20px; }
}

/* =========================================================
   MAOMAO 2.0 — ART DIRECTION / EDIT 01
   ========================================================= */

body {
  background: var(--paper);
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  line-height: 1.55;
}

.container { width: min(calc(100% - 64px), var(--container)); }
.site-main { overflow: hidden; }

.top-note { padding: 0; color: rgba(255,255,255,.86); background: var(--ink); }
.top-note-inner {
  min-height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.top-note-inner span:last-child { text-align: right; }

.site-header {
  border-color: rgba(23,23,19,.12);
  background: rgba(240,238,231,.94);
  backdrop-filter: blur(20px);
}
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 78px; grid-template-columns: 1fr auto 1fr; }
.brand { gap: 9px; font-size: 20px; font-weight: 900; letter-spacing: .24em; }
.brand-dot { width: 8px; height: 8px; border-radius: 0; background: var(--accent); transform: rotate(45deg); }
.primary-nav { gap: 30px; }
.primary-nav a,
.header-actions a { font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.primary-nav a::after { bottom: -10px; height: 1px; background: var(--ink); }
.cart-count {
  min-width: 26px;
  height: 26px;
  border-radius: 0;
  background: var(--accent);
  font-weight: 800;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 52px;
  gap: 18px;
  padding: 0 24px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.button.is-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button.is-light:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.button.is-ghost-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.45); }
.button.is-ghost-light:hover { color: var(--ink); background: var(--signal); border-color: var(--signal); }

.eyebrow {
  gap: 12px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .22em;
}
.eyebrow::before { width: 22px; height: 1px; }

/* Homepage hero */
.hero.hero-v2 { padding: 22px 0 0; }
.hero-v2 .hero-card {
  min-height: 720px;
  display: block;
  border-radius: 0;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}
.hero-v2 .hero-card::after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(17,15,12,.9) 0%, rgba(17,15,12,.69) 38%, rgba(17,15,12,.05) 68%, rgba(17,15,12,.04) 100%);
}
.hero-v2 .hero-copy {
  position: relative;
  z-index: 2;
  width: 56%;
  padding: 86px 0 76px 74px;
  color: #fff;
}
.hero-v2 .hero-copy .eyebrow { margin-bottom: 46px; color: var(--signal); }
.hero-v2 h1 {
  max-width: 700px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 6vw, 94px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.06em;
}
.hero-v2 .hero-lead { max-width: 520px; margin: 34px 0 40px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.hero-v2 .hero-index {
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 42px;
  width: 110px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  color: var(--ink);
  background: var(--signal);
}
.hero-index > span { font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.hero-index small { font-size: 8px; font-weight: 850; line-height: 1.4; letter-spacing: .16em; }
.hero-caption {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 30px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.brand-ticker { overflow: hidden; color: var(--ink); border-bottom: 1px solid var(--ink); background: var(--signal); }
.brand-ticker-track {
  width: max-content;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding-inline: 24px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.brand-ticker-track i { font-size: 12px; font-style: normal; }

/* Editorial sections */
.section { padding: 116px 0; }
.section-heading--editorial,
.section-heading--products {
  align-items: end;
  margin-bottom: 52px;
}
.section-heading--editorial h2,
.section-heading--products h2 {
  margin-top: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}
.section-intro { width: min(440px, 38%); }
.section-intro > span { display: block; margin-bottom: 18px; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.section-intro p { max-width: none; font-size: 15px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.category-grid--editorial {
  grid-template-columns: 1.45fr .72fr;
  grid-template-rows: repeat(2, 345px);
  gap: 16px;
}
.category-grid--editorial .category-card {
  min-height: 0;
  border-radius: 0;
  background: var(--ink);
}
.category-grid--editorial .category-card.is-large { grid-row: 1 / 3; }
.category-grid--editorial .category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(12,12,10,.82));
}
.category-grid--editorial .category-overlay { z-index: 2; padding: 26px; background: none; }
.category-grid--editorial .category-overlay h3 { font-family: Georgia, serif; font-size: 32px; font-weight: 400; letter-spacing: -.03em; }
.category-grid--editorial .category-overlay p { max-width: 300px; font-size: 12px; }
.category-grid--editorial .category-index {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  min-width: 45px;
  padding: 9px;
  color: var(--ink);
  background: var(--signal);
  font-family: Georgia, serif;
  font-size: 16px;
  text-align: center;
}
.category-grid--editorial .category-arrow { width: 48px; height: 48px; border-radius: 0; }

.products-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.section-heading--products .text-link { margin-bottom: 8px; }
.product-grid { gap: 52px 18px; }
.product-image-wrap { margin-bottom: 16px; border-radius: 0; background: #e5e1d8; }
.product-badge {
  top: 0;
  left: 0;
  min-width: 46px;
  padding: 10px;
  border-radius: 0;
  color: var(--ink);
  background: var(--signal);
  font-family: Georgia, serif;
  font-size: 14px;
  text-align: center;
}
.quick-add {
  right: 0;
  bottom: 0;
  width: 54px;
  min-height: 54px;
  border-radius: 0;
  background: var(--ink);
  transition: background .2s ease, color .2s ease;
}
.quick-add:hover { color: var(--ink); background: var(--signal); }
.product-meta { padding-top: 2px; border-top: 1px solid var(--line); }
.product-category { margin: 12px 0 5px; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.product-price { margin-top: 12px; font-size: 14px; font-weight: 850; }

.story-section { padding-block: 92px; background: var(--paper); }
.story-card--editorial {
  grid-template-columns: .86fr 1.14fr;
  min-height: 720px;
  border-radius: 0;
  background: var(--ink);
}
.story-card--editorial .story-image { position: relative; min-height: 720px; }
.story-card--editorial .story-image img { object-position: center; }
.story-image-note {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--signal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
}
.story-card--editorial .story-copy { padding: 74px 8vw; }
.story-card--editorial .story-copy .eyebrow { color: var(--signal); }
.story-card--editorial .story-copy h2 { max-width: 680px; font-size: clamp(48px, 5vw, 72px); line-height: 1; }
.story-card--editorial .story-copy p { max-width: 650px; color: rgba(255,255,255,.62); font-size: 15px; }
.story-facts { display: flex; gap: 54px; margin: 6px 0 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.story-facts > div { display: flex; align-items: start; gap: 12px; }
.story-facts strong { color: var(--signal); font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1; }
.story-facts span { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.editorial-quote--v2 { padding: 122px 0 132px; text-align: left; }
.editorial-quote--v2 .container { position: relative; }
.editorial-quote--v2 .quote-number { margin: 0 0 40px; color: var(--accent); text-align: left; }
.editorial-quote--v2 p { max-width: 1180px; margin: 0; font-size: clamp(58px, 7vw, 106px); line-height: .98; text-align: left; }
.editorial-quote--v2 p em { color: var(--accent); font-weight: 400; }
.editorial-quote--v2 .text-link { margin-top: 44px; }

/* Footer */
.site-footer { padding: 0 0 24px; background: #11120f; }
.footer-callout {
  min-height: 360px;
  display: grid;
  grid-template-columns: .65fr 1.35fr auto;
  align-items: end;
  gap: 40px;
  padding: 66px 0 58px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-callout > span { color: var(--signal); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.footer-callout h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 5vw, 78px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.footer-callout > a { display: flex; gap: 30px; padding-bottom: 10px; border-bottom: 1px solid #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.footer-grid { padding: 60px 0; }
.footer-brand p { color: rgba(255,255,255,.48); font-size: 13px; }
.footer-title { color: var(--signal); }
.footer-links a,
.footer-links span { color: rgba(255,255,255,.66); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom span:last-child { text-align: right; }

/* Catalogue masthead */
.shop-masthead { padding: 22px 0 0; }
.shop-masthead-inner {
  grid-template-columns: 1.08fr .92fr;
  min-height: 610px;
  border-radius: 0;
  background: var(--ink);
}
.shop-masthead-inner::before { display: none; }
.shop-masthead-copy { padding: 48px 64px 42px; }
.shop-masthead-topline,
.shop-masthead-foot {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.46);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .19em;
}
.shop-masthead h1 { max-width: 760px; margin-top: 78px; font-size: clamp(60px, 5.8vw, 88px); line-height: .94; }
.shop-masthead-text { max-width: 620px; margin-top: 28px; color: rgba(255,255,255,.6); font-size: 15px; }
.shop-category-pills { margin-top: 36px; }
.shop-pill { padding: 10px 16px; border-radius: 0; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.shop-pill:hover,
.shop-pill.is-active { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.shop-masthead-foot { margin-top: 62px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.shop-masthead-art { min-height: 610px; background: var(--signal); }
.shop-masthead-art::before { display: none; }
.shop-art-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(23,23,19,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,19,.45) 1px, transparent 1px);
  background-size: 72px 72px;
}
.shop-art-orbit { display: none; }
.shop-art-card { padding: 8px; border-radius: 0; background: var(--white); box-shadow: 12px 14px 0 var(--ink); }
.shop-art-card img { border-radius: 0; }
.shop-art-card.is-mug { width: 290px; height: 340px; left: 58px; top: 54px; transform: rotate(-5deg); }
.shop-art-card.is-bottle { width: 205px; height: 285px; right: 44px; bottom: 42px; transform: rotate(6deg); }
.shop-art-note { top: 35px; right: 34px; color: var(--ink); font-size: 58px; }
.shop-art-caption { position: absolute; left: 30px; bottom: 25px; font-size: 8px; font-weight: 850; letter-spacing: .18em; }
.shop-content-shell { padding-top: 104px; }
.shop-section-label { margin-bottom: 42px; }
.shop-section-label span { color: var(--accent); }
.shop-section-label strong { font-size: 34px; line-height: 1.08; }

/* Catalogue cards */
.woocommerce .woocommerce-result-count { border-radius: 0; background: var(--signal); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce .woocommerce-ordering select { min-height: 44px; border-radius: 0; background-color: var(--white); font-size: 10px; text-transform: uppercase; }
.woocommerce ul.products { gap: 56px 18px; }
.woocommerce ul.products li.product {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce ul.products li.product:hover { transform: none; border-color: transparent; box-shadow: none; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { overflow: hidden; }
.woocommerce ul.products li.product a img { margin-bottom: 18px; border-radius: 0; background: #e2ded4; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.035); }
.maomao-card-label { top: 0; left: 0; border-radius: 0; color: var(--ink); background: var(--signal); }
.maomao-loop-category { margin: 0 0 8px; color: var(--accent-dark); font-size: 9px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; padding: 0; font-size: 22px; line-height: 1.15; }
.woocommerce ul.products li.product .price { margin: 12px 0 0; font-size: 15px; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 46px; margin: 18px 0 0; border-radius: 0; font-size: 9px; }
.woocommerce ul.products li.product .button:hover { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.woocommerce ul.products li.product .button::after { content: "↗"; }

/* Product page */
.product-content-shell { padding-top: 54px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 34px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce div.product { grid-template-columns: 1.12fr .88fr; gap: 64px; }
.woocommerce div.product div.images { padding: 0; border-radius: 0; background: #e1ddd3; }
.woocommerce div.product div.images img { border-radius: 0; }
.woocommerce div.product div.summary { top: 132px; padding: 28px 18px 28px 0; }
.single-product-kicker { margin-bottom: 26px; color: var(--accent); font-size: 9px; letter-spacing: .18em; }
.woocommerce div.product .product_title { margin-bottom: 24px; font-size: clamp(52px, 4.8vw, 74px); line-height: .95; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin-bottom: 28px; color: var(--ink); font-size: 22px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); font-size: 15px; }
.woocommerce div.product form.cart { gap: 8px; padding: 22px 0; }
.woocommerce .quantity .qty { border-radius: 0; background: var(--white); }
.woocommerce div.product form.cart .button { border-radius: 0; }
.product-assurances { grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 22px; border: 1px solid var(--line); }
.product-assurances > div { display: block; padding: 16px 12px; border-radius: 0; background: transparent; }
.product-assurances > div + div { border-left: 1px solid var(--line); }
.product-assurances span { display: block; margin-bottom: 12px; color: var(--accent); font-family: Georgia, serif; font-size: 18px; }
.product-assurances strong { display: block; font-size: 10px; }
.product-assurances small { display: block; margin-top: 3px; font-size: 9px; line-height: 1.3; }
.woocommerce div.product .woocommerce-tabs { margin-top: 66px; padding-top: 48px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a { border-radius: 0; }
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce .related > h2 { font-size: 44px; }

/* Content, cart, checkout and account */
.content-shell { padding-top: 86px; }
.page-title { max-width: 920px; margin-bottom: 58px; font-size: clamp(54px, 6vw, 88px); line-height: .98; }
.entry-content { max-width: 1080px; }
.woocommerce-message,
.woocommerce-info { border-radius: 0; background: var(--white); }
.woocommerce table.shop_table { border-radius: 0; background: var(--white); }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content { border: 1px solid var(--line); border-radius: 0; box-shadow: none; background: var(--white); }
.woocommerce-cart table.cart img { border-radius: 0; }
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout #payment { border-radius: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { border-radius: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color: var(--ink); background: var(--signal); }
.woocommerce-checkout #payment div.payment_box { color: var(--ink); background: #e2ded4; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #e2ded4; }

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  color: #fff !important;
  background: var(--ink) !important;
  border-color: var(--ink) !important;
  border-radius: 0 !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: var(--ink) !important;
  background: var(--signal) !important;
  border-color: var(--signal) !important;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #5f5d56 !important;
  background: #d7d4cb !important;
  border-color: #d7d4cb !important;
  opacity: 1;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
  align-items: start;
  gap: 34px;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
  display: block !important;
  width: auto !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
}
.woocommerce-checkout #customer_details .col-2 { margin-top: 18px; }
.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 28px;
  border: 0;
  background: transparent;
}
.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  padding-top: 98px;
}

@media (max-width: 1080px) {
  .hero-v2 .hero-card { min-height: 660px; background-position: center; }
  .hero-v2 .hero-copy { width: 62%; padding-left: 48px; }
  .hero-v2 h1 { font-size: 70px; }
  .shop-masthead-copy { padding-inline: 44px; }
  .shop-art-card.is-mug { width: 230px; height: 285px; left: 34px; }
  .shop-art-card.is-bottle { width: 165px; height: 235px; right: 28px; }
  .story-card--editorial .story-copy { padding: 58px 6vw; }
  .product-assurances { grid-template-columns: 1fr; }
  .product-assurances > div + div { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  body.admin-bar .site-header { top: 46px; }
  .top-note-inner { grid-template-columns: 1fr; min-height: 30px; text-align: center; }
  .top-note-inner span:first-child,
  .top-note-inner span:last-child { display: none; }
  .hero-v2 .hero-card { min-height: 720px; background-position: 63% center; }
  .hero-v2 .hero-card::after { background: linear-gradient(180deg, rgba(16,14,12,.86), rgba(16,14,12,.55) 52%, rgba(16,14,12,.1)); }
  .hero-v2 .hero-copy { width: 100%; padding: 52px 24px; }
  .hero-v2 h1 { font-size: 51px; }
  .hero-v2 .hero-lead { font-size: 14px; }
  .hero-v2 .hero-index { top: auto; right: 16px; bottom: 16px; width: 88px; min-height: 88px; }
  .hero-v2 .hero-caption { display: none; }
  .brand-ticker-track { min-height: 44px; gap: 24px; }
  .section { padding: 76px 0; }
  .section-heading--editorial h2,
  .section-heading--products h2 { font-size: 49px; }
  .section-intro { width: 100%; margin-top: 28px; }
  .category-grid--editorial { grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .category-grid--editorial .category-card.is-large { grid-row: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .story-card--editorial { grid-template-columns: 1fr; }
  .story-card--editorial .story-image { min-height: 520px; }
  .story-card--editorial .story-copy { padding: 48px 26px; }
  .story-card--editorial .story-copy h2 { font-size: 44px; }
  .editorial-quote--v2 p { font-size: 54px; }
  .footer-callout { min-height: 0; grid-template-columns: 1fr; align-items: start; padding-block: 64px; }
  .footer-callout h2 { font-size: 49px; }
  .footer-callout > a { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
  .footer-bottom span:last-child { text-align: left; }
  .shop-masthead-inner { grid-template-columns: 1fr; }
  .shop-masthead-copy { padding: 36px 26px; }
  .shop-masthead h1 { margin-top: 52px; font-size: 52px; }
  .shop-masthead-art { min-height: 410px; }
  .shop-art-card.is-mug { width: 190px; height: 235px; left: 28px; top: 54px; }
  .shop-art-card.is-bottle { width: 145px; height: 200px; right: 24px; bottom: 34px; }
  .shop-section-label strong { font-size: 28px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 30px; }
  .product-assurances { grid-template-columns: 1fr; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout #order_review { margin-top: 0; padding-top: 28px; }
}

/* About / brand page */
.about-hero { padding: 24px 0 0; }
.about-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--ink);
}
.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 7vw;
  color: #fff;
}
.about-hero-copy .eyebrow { color: var(--signal); }
.about-hero-copy h1 {
  margin: 52px 0 34px;
  font-family: Georgia, serif;
  font-size: clamp(62px, 6vw, 92px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.06em;
}
.about-hero-copy h1 em { color: var(--accent); font-weight: 400; }
.about-hero-copy > p:last-child { max-width: 500px; margin: 0; color: rgba(255,255,255,.58); font-size: 15px; }
.about-hero-image { position: relative; overflow: hidden; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.about-hero-image span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--signal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
}
.about-manifesto { padding: 130px 0; }
.about-manifesto-grid { display: grid; grid-template-columns: .5fr 1.2fr .8fr; gap: 50px; align-items: start; }
.about-index { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.about-manifesto h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(56px, 5.2vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.about-manifesto-copy { padding-top: 80px; color: var(--muted); font-size: 15px; }
.about-manifesto-copy p { margin: 0 0 24px; }
.about-materials { padding: 90px 0; background: var(--oxblood); }
.about-materials-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 720px; }
.about-materials-image img { width: 100%; height: 100%; object-fit: cover; }
.about-materials-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 8vw; color: #fff; }
.about-materials-copy .eyebrow { color: var(--signal); }
.about-materials-copy h2 { margin: 36px 0 28px; font-family: Georgia, serif; font-size: clamp(55px, 5vw, 78px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.about-materials-copy > p { max-width: 600px; color: rgba(255,255,255,.62); }
.about-materials-copy ul { list-style: none; margin: 32px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.about-materials-copy li { display: flex; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-materials-copy li span { color: var(--signal); }
.about-materials-copy .button { align-self: flex-start; }
.about-service { padding: 86px 0; background: var(--signal); }
.about-service .container { display: grid; grid-template-columns: .7fr repeat(3, 1fr); gap: 40px; align-items: start; }
.about-service p { margin: 0; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.about-service > .container > div { display: flex; align-items: start; gap: 14px; }
.about-service strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1; }
.about-service span { font-size: 10px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 760px) {
  .about-hero-grid,
  .about-materials-grid { grid-template-columns: 1fr; }
  .about-hero-copy { padding: 54px 26px; }
  .about-hero-copy h1 { font-size: 52px; }
  .about-hero-image { min-height: 520px; }
  .about-manifesto { padding: 82px 0; }
  .about-manifesto-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-manifesto h2 { font-size: 50px; }
  .about-manifesto-copy { padding-top: 0; }
  .about-materials-copy { padding: 54px 26px; }
  .about-materials-copy h2 { font-size: 50px; }
  .about-service .container { grid-template-columns: 1fr; }
}
