:root {
  --ink: #251624;
  --paper: #fff8ed;
  --surface: #ffffff;
  --primary: #e84b4f;
  --primary-dark: #bd3038;
  --accent: #f6d96b;
  --accent-soft: #f7d8d8;
  --muted: #765b6a;
  --line: rgba(37, 22, 36, 0.14);
  --shadow: 0 18px 50px rgba(47, 22, 35, 0.12);
  --radius: 26px;
  --body-font: "Manrope", "Manrope Variable", "Avenir Next", Arial, sans-serif;
  --display-font: "Fraunces", "Fraunces Variable", Georgia, serif;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #21152f;
  font-family: "Manrope", "Manrope Variable", Arial, sans-serif;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.site {
  --ink: #251624;
  --paper: #fff8ed;
  --surface: #ffffff;
  --primary: #e84b4f;
  --primary-dark: #bd3038;
  --accent: #f6d96b;
  --accent-two: #f7d8d8;
  --muted: #765b6a;
  --line: rgba(37, 22, 36, 0.14);
  --shadow: 0 18px 50px rgba(47, 22, 35, 0.12);
  --radius: 26px;
  --body-font: "Manrope", "Manrope Variable", "Avenir Next", Arial, sans-serif;
  --display-font: "Fraunces", "Fraunces Variable", Georgia, serif;
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
}

.theme-studio {
  --ink: #16243d;
  --paper: #ffffff;
  --surface: #fff8f2;
  --primary: #d9346b;
  --primary-dark: #aa1e50;
  --accent: #bfe8d6;
  --accent-two: #ffc7a6;
  --muted: #667085;
  --line: #e7e9ee;
  --shadow: 0 16px 46px rgba(22, 36, 61, 0.11);
  --radius: 16px;
  --body-font: "Manrope Variable", Arial, sans-serif;
  --display-font: "Sora Variable", Arial, sans-serif;
}

.theme-confetti {
  --ink: #21152f;
  --paper: #fff7e8;
  --surface: #ffffff;
  --primary: #5b21d2;
  --primary-dark: #4015a2;
  --accent: #c7f33b;
  --accent-two: #54c7ec;
  --muted: #655b70;
  --line: rgba(91, 33, 210, 0.17);
  --shadow: 0 18px 55px rgba(64, 21, 162, 0.16);
  --radius: 30px;
  --body-font: "DM Sans Variable", Arial, sans-serif;
  --display-font: "Baloo 2 Variable", "Arial Rounded MT Bold", Arial, sans-serif;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  top: 16px;
}

.comparison-bar {
  min-height: 38px;
  padding: 7px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comparison-bar > span {
  opacity: 0.6;
}

.comparison-bar a {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 4px 10px;
  transition: 160ms ease;
}

.comparison-bar a:hover,
.comparison-bar a.active {
  background: white;
  color: var(--ink);
}

.comparison-bar .comparison-back {
  margin-right: auto;
  border-color: transparent;
  padding-left: 0;
}

.store-bar {
  min-height: 38px;
  padding: 7px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.store-bar span:nth-child(2) {
  color: var(--accent);
}

.store-bar a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,0.45);
}

.site-header {
  width: min(var(--max), calc(100% - 48px));
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}

.theme-studio .site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background:
    radial-gradient(circle at 8px -1px, transparent 8px, var(--line) 9px, transparent 10px)
    0 0 / 16px 10px repeat-x;
  opacity: 0.55;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  overflow: hidden;
  border-radius: 18px 9px 18px 9px;
  background: var(--primary);
  box-shadow: 0 7px 0 color-mix(in srgb, var(--accent) 65%, transparent);
  transform: rotate(-3deg);
}

.brand-mark::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: -13px;
  bottom: -14px;
  border-radius: 50%;
  background: var(--accent);
}

.brand-mark > i {
  position: relative;
  z-index: 2;
  color: white;
  font-family: var(--display-font);
  font-size: 23px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.13em;
}

.brand-mark > i:nth-child(2) {
  color: var(--accent);
}

.brand-mark > em {
  position: absolute;
  right: 4px;
  top: 2px;
  z-index: 3;
  color: white;
  font-size: 9px;
  font-style: normal;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
}

.brand-lockup > b {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--display-font);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.brand-lockup > b > i,
.brand-lockup > b > strong {
  font-style: normal;
  font-weight: 950;
}

.brand-lockup > b > i {
  color: var(--primary);
}

.brand-lockup > b > strong {
  color: var(--ink);
}

.brand-lockup > span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-inverse .brand-mark {
  box-shadow: 0 7px 0 rgba(246,217,107,0.28);
}

.brand-inverse .brand-lockup > b > strong,
.brand-inverse .brand-lockup > span {
  color: white;
}

.brand-inverse .brand-lockup > b > i {
  color: #ff6f68;
}

.site-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.site-header nav a {
  position: relative;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  border-radius: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a.active::after {
  transform: scaleX(1);
}

.cart-button,
.menu-toggle {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.cart-button {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  font-weight: 800;
}

.cart-button b {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-size: 11px;
}

.theme-playful .cart-button {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

.theme-studio .cart-button {
  border-width: 1px;
}

.theme-confetti .cart-button {
  border: 0;
  background: var(--primary);
  color: white;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-playful .eyebrow {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
}

.theme-studio .eyebrow {
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  font-family: var(--display-font);
}

.hero {
  width: min(var(--max), calc(100% - 48px));
  min-height: 670px;
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 28px;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(54px, 5.5vw, 84px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button,
.hero-actions .button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--primary) 30%, transparent);
}

.button.primary:hover {
  background: var(--primary-dark);
}

.button.secondary {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.button.secondary:hover {
  background: color-mix(in srgb, var(--accent-two) 35%, white);
}

.theme-playful .button {
  border-radius: 999px;
}

.theme-confetti .button {
  border-radius: 12px;
}

.theme-confetti .button.primary,
.theme-confetti .hero-actions .button.primary {
  background: #ff5a5f;
  box-shadow: 0 12px 0 rgba(91, 33, 210, 0.12);
}

.theme-confetti .button.primary:hover {
  background: #e9434b;
}

.hero-mini-trust {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.hero-art {
  min-height: 540px;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-art-shape {
  position: absolute;
  inset: 3% 0 0 3%;
  border-radius: 31% 24% 28% 33% / 25% 30% 27% 35%;
  background: var(--accent-two);
  transform: rotate(2deg);
}

.hero-art img {
  width: 112%;
  max-width: none;
  position: relative;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(25, 16, 28, 0.15));
}

.theme-studio .hero {
  min-height: 760px;
  padding-top: 45px;
  grid-template-columns: 1fr;
  text-align: center;
}

.theme-studio .hero-copy {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.theme-studio .hero h1,
.theme-studio .hero-lead {
  max-width: none;
}

.theme-studio .hero h1 {
  font-size: clamp(50px, 5.2vw, 76px);
}

.theme-studio .hero-lead {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.theme-studio .hero-actions,
.theme-studio .hero-mini-trust {
  justify-content: center;
}

.theme-studio .hero-art {
  min-height: 390px;
  margin-top: -35px;
}

.theme-studio .hero-art-shape {
  display: none;
}

.theme-studio .hero-art img {
  width: 92%;
  max-height: 440px;
}

.theme-confetti .hero {
  grid-template-columns: 0.72fr 1.28fr;
}

.theme-confetti .hero h1 {
  font-size: clamp(58px, 5.8vw, 88px);
  line-height: 0.92;
}

.theme-confetti .hero-art {
  padding: 30px;
}

.theme-confetti .hero-art-shape {
  inset: 0;
  border-radius: 44px;
  background: var(--primary);
  transform: none;
}

.spark {
  position: absolute;
  z-index: 3;
  font-weight: 900;
  pointer-events: none;
}

.spark-one {
  top: 7%;
  left: 8%;
  color: var(--accent);
  font-size: 60px;
}

.spark-two {
  right: 6%;
  bottom: 12%;
  color: var(--primary);
  font-size: 26px;
}

.spark-three {
  bottom: 4%;
  left: 20%;
  color: var(--accent);
  font-size: 42px;
}

.theme-studio .spark {
  display: none;
}

.theme-confetti .spark-two {
  color: #ff5a5f;
}

.trust-strip {
  min-height: 72px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.trust-strip b {
  margin-right: 7px;
  color: var(--accent);
  font-size: 17px;
}

.theme-studio .trust-strip {
  background: var(--surface);
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.theme-studio .trust-strip b {
  color: var(--primary);
}

.theme-confetti .trust-strip {
  background: var(--primary);
}

.section-title {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-title h2,
.how-intro h2,
.bundle-banner h2,
.newsletter h2,
.whats-inside h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-title > p:last-child,
.how-intro > p:last-child,
.bundle-banner > div > p,
.whats-inside > div > p,
.newsletter > div > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-card {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(32, 20, 31, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-card > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-two);
  color: var(--primary);
  font-size: 28px;
}

.category-card:nth-child(2) > span {
  background: var(--accent);
}

.category-card:nth-child(3) > span {
  background: color-mix(in srgb, var(--accent-two) 60%, white);
}

.category-card h3 {
  margin: 28px 0 10px;
  font-size: 24px;
  line-height: 1.1;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.category-card > b {
  margin-top: auto;
  color: var(--primary);
  font-size: 22px;
}

.featured-section {
  background: color-mix(in srgb, var(--accent-two) 24%, transparent);
  box-shadow: 0 0 0 100vmax color-mix(in srgb, var(--accent-two) 24%, transparent);
  clip-path: inset(0 -100vmax);
}

.theme-studio .featured-section {
  background: var(--surface);
  box-shadow: 0 0 0 100vmax var(--surface);
}

.theme-confetti .featured-section {
  background: color-mix(in srgb, var(--primary) 7%, var(--paper));
  box-shadow: 0 0 0 100vmax color-mix(in srgb, var(--primary) 7%, var(--paper));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 25px rgba(32, 20, 31, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-image-link {
  min-height: 320px;
  padding: 28px;
  display: block;
  position: relative;
  background: color-mix(in srgb, var(--accent-two) 50%, white);
}

.product-badge,
.detail-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-art {
  width: 100%;
  min-height: 255px;
  display: grid;
  place-items: center;
  position: relative;
}

.paper-sheet {
  width: 52%;
  aspect-ratio: 0.75;
  padding: 13% 8% 8%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--primary) 40%, transparent);
  border-radius: 7px;
  background: #fffdf8;
  box-shadow: 0 13px 20px rgba(31, 21, 36, 0.15);
  color: var(--ink);
  text-align: center;
}

.paper-sheet-1 {
  transform: translateX(-35%) rotate(-8deg);
}

.paper-sheet-2 {
  z-index: 2;
  transform: translateY(-2%);
}

.paper-sheet-3 {
  transform: translateX(35%) rotate(8deg);
}

.paper-dots {
  color: var(--primary);
  font-size: 9px;
}

.paper-sheet b {
  max-width: 90%;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.15;
}

.paper-rule {
  width: 78%;
  height: 1px;
  margin-top: 20px;
  background: color-mix(in srgb, var(--ink) 22%, transparent);
}

.paper-rule.short {
  width: 62%;
  margin-top: 9px;
}

.paper-grid {
  margin-top: 16px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.product-art-mint .paper-sheet {
  border-color: #71c6a5;
}

.product-art-sky .paper-sheet {
  border-color: #54c7ec;
}

.product-art-gold .paper-sheet {
  border-color: #d7a921;
}

.product-art-purple .paper-sheet {
  border-color: #7d52e1;
}

.product-art-coral .paper-sheet {
  border-color: #ff6c68;
}

.product-card-body {
  padding: 26px;
}

.product-meta {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.12;
}

.product-card h3 a:hover {
  color: var(--primary);
}

.product-card-body > p:not(.product-meta) {
  min-height: 68px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.product-card-footer {
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.product-price del {
  color: var(--muted);
  font-size: 13px;
}

.product-price strong {
  font-family: var(--display-font);
  font-size: 24px;
}

.product-card-footer .buy-button {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 11px;
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease;
}

.product-card-footer .buy-button:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.center-action {
  margin-top: 40px;
  text-align: center;
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--primary);
  font-weight: 900;
}

.how-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.how-intro {
  position: sticky;
  top: 40px;
}

.steps {
  display: grid;
  gap: 20px;
}

.steps article {
  min-height: 175px;
  padding: 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 24px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.steps article > span {
  grid-row: 1 / 3;
  color: var(--primary);
  font-family: var(--display-font);
  font-size: 42px;
  font-weight: 900;
}

.steps h3 {
  margin: 0 0 8px;
  font-size: 23px;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.bundle-banner {
  min-height: 520px;
  padding: 65px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 60px;
  border-radius: calc(var(--radius) + 12px);
  background: var(--ink);
  color: white;
}

.theme-studio .bundle-banner {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.theme-confetti .bundle-banner {
  background: var(--primary);
}

.bundle-art {
  min-height: 350px;
  padding: 40px;
  border-radius: var(--radius);
  background: var(--accent-two);
}

.bundle-banner .eyebrow {
  color: var(--accent);
}

.theme-playful .bundle-banner .eyebrow {
  color: var(--ink);
}

.theme-studio .bundle-banner .eyebrow {
  color: var(--primary);
}

.bundle-banner > div > p {
  color: rgba(255,255,255,0.72);
}

.theme-studio .bundle-banner > div > p {
  color: var(--muted);
}

.bundle-banner ul {
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
}

.bundle-buy {
  display: flex;
  align-items: center;
  gap: 24px;
}

.bundle-buy > span {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.bundle-buy del {
  opacity: 0.55;
}

.bundle-buy strong {
  font-family: var(--display-font);
  font-size: 34px;
}

.bundle-buy .bundle-checkout,
.newsletter button,
.free-form button,
.contact-form button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--primary);
  color: white;
  cursor: pointer;
  font-weight: 900;
}

.bundle-banner .bundle-buy .bundle-checkout {
  background: white;
  color: var(--ink);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-grid figure {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.stars {
  color: var(--primary);
  letter-spacing: 0.1em;
}

.review-grid blockquote {
  min-height: 165px;
  margin: 20px 0;
  font-family: var(--display-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.review-grid figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-grid figcaption span {
  color: var(--muted);
  font-size: 11px;
}

.faq-preview {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 70px;
}

.faq-preview .section-title {
  margin: 0;
  text-align: left;
}

.faq-preview > .text-link {
  grid-column: 2;
  width: fit-content;
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display-font);
  font-size: 19px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--primary);
  font-size: 28px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 750px;
  margin: 0;
  padding: 0 42px 22px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.newsletter {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 100px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  border-radius: calc(var(--radius) + 10px);
  background: var(--accent-two);
}

.theme-studio .newsletter {
  border: 1px solid var(--line);
  background: var(--surface);
}

.theme-confetti .newsletter {
  background: var(--accent);
}

.newsletter form label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
}

.newsletter form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.newsletter input,
.free-form input,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
}

.newsletter small,
.free-form small,
.contact-form small {
  margin-top: 10px;
  display: block;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.page-hero {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0 80px;
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.page-hero > p:last-of-type {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.page-hero .button {
  margin-top: 28px;
}

.shop-section {
  padding-top: 65px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-row button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.filter-row button:hover,
.filter-row button.active {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

.shop-count {
  margin: 40px 0 24px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.shop-count p {
  margin: 0;
}

.shop-count strong {
  color: var(--ink);
  font-size: 18px;
}

.category-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}

.category-story h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
}

.category-story > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.included-strip {
  padding: 32px 0;
  display: flex;
  justify-content: space-around;
  border-block: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.breadcrumbs {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding-top: 34px;
  display: flex;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.product-detail {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 90px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 72px;
  align-items: center;
}

.product-detail-art {
  padding: 60px 50px 24px;
  border-radius: calc(var(--radius) + 10px);
  background: var(--accent-two);
}

.product-detail-art .product-art {
  min-height: 470px;
}

.product-detail-art .paper-sheet b {
  font-size: 18px;
}

.preview-tabs {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.preview-tabs span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.56);
  font-size: 9px;
  font-weight: 800;
}

.preview-tabs span.active {
  background: var(--ink);
  color: white;
}

.product-detail-copy {
  position: relative;
}

.product-detail-copy .detail-badge {
  position: static;
  display: inline-block;
  margin-bottom: 18px;
}

.product-detail-copy h1 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.detail-rating {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 800;
}

.detail-rating span {
  margin-right: 8px;
  color: var(--primary);
  letter-spacing: 0.09em;
}

.product-detail-copy > p:not(.eyebrow) {
  margin: 22px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.detail-price {
  padding: 22px 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-block: 1px solid var(--line);
}

.detail-price del {
  color: var(--muted);
}

.detail-price strong {
  font-family: var(--display-font);
  font-size: 38px;
}

.detail-price span {
  color: var(--muted);
  font-size: 11px;
}

.add-large {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  border: 0;
  border-radius: 13px;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.detail-trust {
  margin-top: 22px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.whats-inside {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  background: var(--surface);
  box-shadow: 0 0 0 100vmax var(--surface);
  clip-path: inset(0 -100vmax);
}

.inside-list {
  display: grid;
}

.inside-list > div {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.inside-list span {
  color: var(--primary);
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 900;
}

.inside-list b {
  font-size: 15px;
}

.print-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.print-options article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.print-options article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--accent-two);
  color: var(--primary);
  font-family: var(--display-font);
  font-weight: 900;
}

.print-options h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.print-options p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.free-layout {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.free-papers {
  min-height: 560px;
  position: relative;
}

.free-papers article {
  width: 46%;
  min-height: 460px;
  padding: 42px 28px;
  position: absolute;
  left: calc(var(--free-i) * 25%);
  top: calc(var(--free-i) * 16px);
  z-index: calc(3 - var(--free-i));
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: var(--shadow);
  transform: rotate(calc((var(--free-i) - 1) * 5deg));
  text-align: center;
}

.free-papers article > span {
  color: var(--primary);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.free-papers h3 {
  margin: 30px 0 12px;
  font-size: 26px;
}

.free-papers p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.free-papers i {
  height: 1px;
  margin: 40px auto -20px;
  display: block;
  background: var(--line);
}

.free-form,
.contact-form {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.free-form h2 {
  margin: 0;
  font-size: 42px;
}

.free-form > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.free-form label,
.contact-form label {
  margin: 16px 0 7px;
  display: block;
  font-size: 11px;
  font-weight: 900;
}

.free-form button,
.contact-form button {
  width: 100%;
  margin-top: 18px;
}

.faq-page {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 80px;
}

.faq-sidebar {
  position: sticky;
  top: 30px;
  align-self: start;
  padding: 32px;
  border-radius: var(--radius);
  background: var(--accent-two);
}

.faq-sidebar h2 {
  margin: 0;
  font-size: 32px;
}

.faq-sidebar p {
  color: var(--muted);
  line-height: 1.7;
}

.faq-sidebar .button {
  margin-top: 10px;
}

.about-grid {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-grid article {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.about-grid article > span {
  color: var(--primary);
  font-family: var(--display-font);
  font-size: 36px;
  font-weight: 900;
}

.about-grid h2 {
  margin: 52px 0 14px;
  font-size: 26px;
}

.about-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-cta {
  margin-bottom: 100px;
  padding: 80px;
  border-radius: calc(var(--radius) + 10px);
  background: var(--ink);
  color: white;
  text-align: center;
}

.about-cta .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.about-cta .button {
  margin-top: 28px;
}

.contact-layout {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}

.contact-info {
  padding-top: 20px;
}

.contact-info h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.06;
}

.contact-info > p {
  color: var(--muted);
  line-height: 1.75;
}

.contact-info > div {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid var(--line);
}

.contact-info span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info b {
  font-size: 14px;
}

.contact-form textarea {
  padding-top: 14px;
  resize: vertical;
}

.legal-content {
  max-width: 800px;
  padding-top: 0;
}

.legal-date {
  color: var(--muted);
  font-size: 12px;
}

.legal-content article {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 10px;
  font-size: 26px;
}

.legal-content article p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.site-footer {
  padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 24px;
  background: var(--ink);
  color: white;
}

.theme-confetti .site-footer {
  background: var(--primary);
}

.footer-top {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.8fr);
  gap: 60px;
}

.site-footer .brand span,
.footer-brand p {
  color: rgba(255,255,255,0.62);
}

.footer-brand p {
  max-width: 300px;
  font-size: 13px;
  line-height: 1.65;
}

.footer-brand .footer-email {
  width: fit-content;
  margin-top: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.footer-top > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-top h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-top a:not(.brand) {
  color: rgba(255,255,255,0.72);
  font-size: 12px;
}

.footer-top a:hover {
  color: white;
}

.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.55);
  font-size: 10px;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
  background: rgba(24, 15, 27, 0.48);
  backdrop-filter: blur(5px);
}

.cart-drawer {
  width: min(460px, 100%);
  height: 100%;
  padding: 34px;
  overflow-y: auto;
  background: var(--paper);
  color: var(--ink);
  box-shadow: -20px 0 70px rgba(26, 16, 32, 0.23);
  animation: drawer-in 220ms ease both;
}

@keyframes drawer-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.cart-head {
  padding-bottom: 22px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.cart-head h2 {
  margin: 0;
  font-size: 34px;
}

.cart-head button,
.cart-item > button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 28px;
}

.cart-empty {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cart-empty > span {
  color: var(--primary);
  font-size: 48px;
}

.cart-empty h3 {
  max-width: 300px;
  margin: 20px 0 10px;
  font-size: 26px;
}

.cart-empty p {
  max-width: 300px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.cart-empty a {
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--primary);
  font-weight: 900;
}

.cart-items {
  display: grid;
}

.cart-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cart-item .product-art {
  min-height: 90px;
  border-radius: 10px;
  background: var(--accent-two);
}

.cart-item .paper-sheet {
  width: 50%;
  padding: 10% 5%;
}

.cart-item .paper-sheet b {
  font-size: 5px;
}

.cart-item .paper-dots,
.cart-item .paper-rule {
  display: none;
}

.cart-item > div:not(.product-art) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-item b {
  font-size: 12px;
}

.cart-item span {
  color: var(--muted);
  font-size: 9px;
}

.cart-item strong {
  font-size: 14px;
}

.cart-total {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}

.cart-total strong {
  font-family: var(--display-font);
  font-size: 25px;
}

.checkout-link {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: white;
  font-weight: 900;
}

.cart-drawer > small {
  margin-top: 12px;
  display: block;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

/* Design chooser */
.chooser {
  min-height: 100vh;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  background: #f8f5ee;
  color: #21152f;
}

.chooser-shell {
  width: min(1220px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.chooser-kicker {
  margin: 0 0 18px;
  color: #5b21d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.chooser h1 {
  margin: 0;
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.93;
  text-align: center;
}

.chooser-intro {
  max-width: 680px;
  margin: 24px auto 52px;
  color: #655b70;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.chooser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.chooser-card {
  min-height: 520px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(33, 21, 47, 0.14);
  transition: transform 180ms ease;
}

.chooser-card:hover {
  transform: translateY(-8px);
}

.chooser-playful {
  background: #fff8ed;
  color: #251624;
}

.chooser-studio {
  background: #ffffff;
  color: #16243d;
}

.chooser-confetti {
  background: #5b21d2;
  color: #ffffff;
}

.chooser-card-top {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chooser-card-top span:last-child {
  padding: 5px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.65;
}

.chooser-mark {
  width: 120px;
  height: 120px;
  margin: 42px 0;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: rgba(255,255,255,0.5);
}

.chooser-playful .chooser-mark {
  background: #f7d8d8;
}

.chooser-studio .chooser-mark {
  border: 1px solid #e7e9ee;
  background: #fff8f2;
}

.chooser-confetti .chooser-mark {
  background: #c7f33b;
  color: #21152f;
}

.chooser-mark span {
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 56px;
  font-weight: 900;
}

.chooser-mark i {
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 50%;
  background: #e84b4f;
}

.chooser-mark i:nth-of-type(1) { top: 18px; right: 18px; }
.chooser-mark i:nth-of-type(2) { bottom: 17px; left: 20px; background: #54c7ec; }
.chooser-mark i:nth-of-type(3) { bottom: 25px; right: 20px; background: #f6d96b; }

.chooser-card h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
}

.chooser-playful h2 {
  font-family: "Fraunces Variable", Georgia, serif;
}

.chooser-studio h2 {
  font-family: "Sora Variable", Arial, sans-serif;
}

.chooser-confetti h2 {
  font-family: "Baloo 2 Variable", Arial, sans-serif;
  font-size: 38px;
}

.chooser-card > p {
  min-height: 68px;
  margin: 16px 0 12px;
  color: currentColor;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.72;
}

.chooser-card small {
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.55;
}

.chooser-card > a {
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px;
  background: #21152f;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.chooser-playful > a {
  background: #e84b4f;
}

.chooser-studio > a {
  background: #d9346b;
}

.chooser-confetti > a {
  background: #ff5a5f;
}

.chooser-note {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.chooser-note span {
  padding: 8px 12px;
  border: 1px solid rgba(33,21,47,0.14);
  border-radius: 999px;
  color: #655b70;
  font-size: 10px;
  font-weight: 800;
}

.chooser-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
}

.chooser-orb-one {
  width: 380px;
  height: 380px;
  left: -180px;
  top: -160px;
  background: #f7d8d8;
}

.chooser-orb-two {
  width: 330px;
  height: 330px;
  right: -150px;
  bottom: -100px;
  background: #c7f33b;
  opacity: 0.48;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
    gap: 16px;
  }

  .site-header nav {
    gap: 13px;
  }

  .site-header nav a {
    font-size: 11px;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
  }

  .theme-confetti .hero {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .hero h1 {
    font-size: clamp(50px, 6.6vw, 70px);
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid .product-card:last-child:nth-child(odd) {
    grid-column: span 2;
  }

  .how-section {
    gap: 50px;
  }

  .bundle-banner {
    padding: 45px;
    gap: 38px;
  }

  .chooser-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .chooser-card {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .comparison-bar {
    min-height: 50px;
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .comparison-bar > span {
    display: none;
  }

  .site-header {
    width: min(100% - 32px, var(--max));
    min-height: 82px;
    grid-template-columns: 1fr auto auto;
  }

  .brand-lockup > b {
    font-size: 29px;
  }

  .brand-lockup > span {
    font-size: 10px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .store-bar span:nth-child(2) {
    display: none;
  }

  .menu-toggle {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
  }

  .menu-toggle b {
    font-size: 19px;
  }

  .site-header nav {
    padding: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header nav.open {
    display: flex;
  }

  .site-header nav a {
    padding: 13px;
    font-size: 13px;
    text-align: center;
  }

  .site-header nav a::after {
    display: none;
  }

  .site-header nav a.active {
    border-radius: 10px;
    background: var(--accent-two);
  }

  .cart-button {
    min-height: 42px;
    padding: 0 11px;
    font-size: 11px;
  }

  .cart-button > span {
    font-size: 14px;
  }

  .cart-button b {
    font-size: 10px;
  }

  .section {
    width: min(100% - 32px, var(--max));
    padding: 72px 0;
  }

  .hero,
  .theme-confetti .hero,
  .theme-studio .hero {
    width: min(100% - 32px, var(--max));
    min-height: auto;
    padding: 62px 0 45px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    max-width: none;
  }

  .hero-actions,
  .hero-mini-trust {
    justify-content: center;
  }

  .hero-copy .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-art,
  .theme-studio .hero-art {
    min-height: 430px;
    margin-top: 18px;
  }

  .theme-studio .hero-art {
    min-height: 360px;
  }

  .hero-art img {
    width: min(105%, 700px);
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .product-grid,
  .review-grid,
  .about-grid,
  .print-options {
    grid-template-columns: 1fr;
  }

  .product-grid .product-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .how-section,
  .faq-preview,
  .newsletter,
  .category-story,
  .product-detail,
  .whats-inside,
  .free-layout,
  .faq-page,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .how-intro,
  .faq-sidebar {
    position: static;
  }

  .faq-preview .section-title {
    text-align: center;
  }

  .faq-preview > .text-link {
    grid-column: 1;
  }

  .bundle-banner {
    width: min(100% - 32px, var(--max));
    min-height: auto;
    padding: 38px;
    grid-template-columns: 1fr;
  }

  .bundle-art {
    min-height: 320px;
  }

  .review-grid blockquote {
    min-height: 0;
  }

  .newsletter {
    width: min(100% - 32px, var(--max));
    margin-bottom: 70px;
    padding: 40px;
    gap: 30px;
    text-align: center;
  }

  .page-hero {
    width: min(100% - 32px, 900px);
    padding: 72px 0 60px;
  }

  .category-story {
    gap: 25px;
    text-align: center;
  }

  .product-detail {
    gap: 45px;
  }

  .product-detail-art .product-art {
    min-height: 380px;
  }

  .free-layout {
    gap: 30px;
  }

  .footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .comparison-bar {
    padding-inline: 16px;
  }

  .comparison-bar a {
    padding: 4px 7px;
    font-size: 9px;
  }

  .comparison-back {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .store-bar {
    min-height: 34px;
    padding-inline: 16px;
    justify-content: center;
    font-size: 8px;
  }

  .store-bar a {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px 7px 14px 7px;
  }

  .brand-mark > i {
    font-size: 18px;
  }

  .brand-lockup > b {
    font-size: 23px;
  }

  .brand-lockup > span {
    display: none;
  }

  .menu-toggle > span {
    display: none;
  }

  .hero h1,
  .theme-confetti .hero h1,
  .theme-studio .hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-mini-trust {
    font-size: 10px;
  }

  .hero-art,
  .theme-studio .hero-art {
    min-height: 320px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 220px;
  }

  .section-title h2,
  .how-intro h2,
  .bundle-banner h2,
  .newsletter h2,
  .whats-inside h2,
  .about-cta h2 {
    font-size: 38px;
  }

  .product-image-link {
    min-height: 270px;
  }

  .product-art {
    min-height: 220px;
  }

  .steps article {
    grid-template-columns: 50px 1fr;
    padding: 24px;
  }

  .steps article > span {
    font-size: 30px;
  }

  .bundle-banner {
    padding: 28px;
  }

  .bundle-art {
    min-height: 270px;
    padding: 20px;
  }

  .bundle-buy {
    align-items: stretch;
    flex-direction: column;
  }

  .newsletter {
    padding: 30px 22px;
  }

  .newsletter form > div {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 48px;
  }

  .page-hero > p:last-of-type {
    font-size: 15px;
  }

  .shop-count {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .included-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .product-detail-art {
    padding: 30px 18px 20px;
  }

  .product-detail-art .product-art {
    min-height: 290px;
  }

  .product-detail-art .paper-sheet b {
    font-size: 11px;
  }

  .product-detail-copy h1 {
    font-size: 43px;
  }

  .detail-price {
    flex-wrap: wrap;
  }

  .free-papers {
    min-height: 460px;
  }

  .free-papers article {
    width: 58%;
    min-height: 380px;
    left: calc(var(--free-i) * 19%);
  }

  .free-form,
  .contact-form {
    padding: 28px 22px;
  }

  .about-cta {
    margin-bottom: 70px;
    padding: 60px 25px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .cart-drawer {
    padding: 24px 18px;
  }

  .chooser {
    padding: 60px 16px;
  }

  .chooser h1 {
    font-size: 54px;
  }

  .chooser-card {
    min-height: 470px;
    padding: 24px;
  }

  .chooser-note {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: rise 520ms ease both;
  }

  .hero-art img {
    animation: art-rise 620ms 90ms ease both;
  }

  @keyframes rise {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes art-rise {
    from { opacity: 0; transform: translateY(24px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

/* WordPress and Kadence compatibility */
body.funprintly-store-page {
  margin: 0;
  background: #fff8ed;
}

.funprintly-store-page .site {
  max-width: none;
}

.funprintly-store-page .site a {
  text-decoration: none;
}

.funprintly-store-page .site img {
  display: block;
  max-width: 100%;
}

.funprintly-store-page [hidden] {
  display: none !important;
}

.funprintly-store-page .button,
.funprintly-store-page button,
.funprintly-store-page input,
.funprintly-store-page select,
.funprintly-store-page textarea {
  box-shadow: none;
}

.funprintly-store-page .button:hover,
.funprintly-store-page button:hover {
  text-decoration: none;
}

.funprintly-store-page #wpadminbar a {
  color: inherit;
}

/* Final v4 navigation and mega menu */
.nav-mega {
  position: relative;
}

.mega-toggle {
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mega-toggle > span {
  margin-left: 3px;
  color: var(--primary);
}

.nav-mega.active .mega-toggle,
.mega-toggle:hover {
  color: var(--primary);
}

.mega-panel {
  width: min(920px, calc(100vw - 48px));
  padding: 24px;
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 28px 70px rgba(37, 22, 36, 0.2);
  transform: translateX(-50%);
}

.nav-mega:hover .mega-panel,
.nav-mega:focus-within .mega-panel,
.nav-mega.open .mega-panel {
  display: grid;
}

.mega-panel > div {
  padding: 10px;
}

.mega-panel > div > p {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header nav .mega-panel a {
  margin-top: 3px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 11px;
  white-space: normal;
}

.site-header nav .mega-panel a::after {
  display: none;
}

.site-header nav .mega-panel a:hover {
  background: var(--accent-two);
}

.mega-panel a b {
  font-size: 12px;
}

.mega-panel a span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.mega-panel .mega-feature {
  border-radius: 15px;
  background: color-mix(in srgb, var(--accent-two) 58%, white);
}

.site-header nav .mega-panel .mega-cta {
  margin-top: 10px;
  background: var(--ink);
  color: white;
  text-align: center;
}

.site-header nav .mega-panel .mega-cta:hover {
  background: var(--primary);
}

/* Real photographic product mockups with exact, readable sheet content */
.product-art-real {
  min-height: 290px;
  overflow: hidden;
  border-radius: 20px;
  isolation: isolate;
}

.mockup-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  opacity: 0.96;
}

.product-art-real::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(42,20,35,0.07));
  pointer-events: none;
}

.product-art-real .paper-sheet {
  width: 47%;
  padding: 10% 7% 7%;
  z-index: 2;
  border-width: 2px;
  background: rgba(255,253,248,0.98);
  box-shadow: 0 18px 28px rgba(31, 21, 36, 0.24);
}

.product-art-real .paper-sheet-2 {
  z-index: 3;
  transform: translateY(-2%) scale(1.03);
}

.paper-kicker {
  color: var(--muted);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-art-real .paper-sheet b {
  font-size: clamp(9px, 1vw, 13px);
}

.bundle-banner h2 {
  color: white;
}

.theme-studio .bundle-banner h2 {
  color: var(--ink);
}

/* Shareable name-card section */
.share-card-banner {
  padding: 58px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 55px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff0e8, #f3e4f3 55%, #e5f5ee);
}

.share-card-banner h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02;
}

.share-card-banner p:not(.eyebrow) {
  margin: 18px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.share-card-preview .product-art {
  min-height: 360px;
}

.social-share-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-share-row a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.social-share-row a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* Checkout state: real Lemon Squeezy links open the official overlay. */
.checkout-disabled {
  cursor: not-allowed !important;
  opacity: 0.72;
}

.funprintly-toast {
  max-width: min(420px, calc(100vw - 32px));
  padding: 15px 19px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 45px rgba(37, 22, 36, 0.28);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: 180ms ease;
}

.funprintly-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* Secure AJAX form feedback */
.form-honeypot {
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

[data-form-status].is-working {
  color: var(--muted);
}

[data-form-status].is-success {
  padding: 11px 13px;
  border-radius: 10px;
  background: #daf2e7;
  color: #155d46;
  font-size: 12px;
  font-weight: 800;
}

[data-form-status].is-error {
  padding: 11px 13px;
  border-radius: 10px;
  background: #ffe1e1;
  color: #972b35;
  font-size: 12px;
  font-weight: 800;
}

form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
  }

  .site-header nav {
    gap: 12px;
  }

  .mega-toggle,
  .site-header nav > a {
    font-size: 11px;
  }

  .share-card-banner {
    padding: 42px;
  }
}

@media (max-width: 820px) {
  .nav-mega {
    width: 100%;
  }

  .mega-toggle {
    width: 100%;
    padding: 13px;
    text-align: center;
  }

  .mega-panel,
  .nav-mega:hover .mega-panel,
  .nav-mega:focus-within .mega-panel {
    width: 100%;
    max-height: 55vh;
    padding: 10px;
    position: static;
    display: none;
    grid-template-columns: 1fr;
    gap: 3px;
    overflow-y: auto;
    border-radius: 13px;
    box-shadow: none;
    transform: none;
  }

  .nav-mega.open .mega-panel {
    display: grid;
  }

  .mega-panel > div {
    padding: 7px;
  }

  .share-card-banner {
    width: min(100% - 32px, var(--max));
    padding: 38px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .share-card-banner .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .product-image-link {
    padding: 16px;
  }

  .product-art-real {
    min-height: 280px;
  }

  .share-card-banner {
    padding: 28px 20px;
  }

  .share-card-preview .product-art {
    min-height: 300px;
  }

  .funprintly-toast {
    right: 16px;
    bottom: 16px;
  }
}
