:root {
  --co-cream: #fbf7f0;
  --co-cream-2: #f2eadf;
  --co-paper: #fffdf8;
  --co-ink: #1b120d;
  --co-soft-ink: #5b4a3d;
  --co-muted: #8a7a6c;
  --co-line: rgba(63, 44, 31, .16);
  --co-walnut: #6f3f20;
  --co-walnut-dark: #2b1b13;
  --co-caramel: #d7ab7b;
  --co-gold: #bc8553;
  --co-shadow: 0 24px 70px rgba(53, 35, 21, .15);
  --co-shadow-soft: 0 14px 34px rgba(53, 35, 21, .11);
  --co-radius: 18px;
  --co-max: 1440px;
  --co-gutter: clamp(18px, 4vw, 64px);
  --co-serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --co-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html body.co-wow-route,
html body.co-wow-body {
  margin: 0;
  background: var(--co-cream) !important;
}

.co-wow,
.co-wow * {
  box-sizing: border-box;
}

.co-wow {
  min-height: 100vh;
  color: var(--co-ink);
  background:
    radial-gradient(circle at 83% 0%, rgba(171, 107, 56, .12), transparent 28%),
    radial-gradient(circle at 10% 5%, rgba(255, 255, 255, .9), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #f8f2e9 46%, #f3eadf 100%);
  font-family: var(--co-sans);
  letter-spacing: -.01em;
  overflow-x: hidden;
}

.co-wow a {
  color: inherit;
  text-decoration: none;
}

.co-wow img {
  display: block;
  max-width: 100%;
}

.co-wow-nav,
.co-wow-hero,
.co-wow-trust,
.co-wow-section,
.co-wow-story,
.co-wow-footer,
.co-wow-page-hero,
.co-wow-quote-layout {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.co-wow-nav {
  height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 0 clamp(18px, 2.4vw, 34px);
  background: rgba(255, 252, 247, .92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--co-line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.co-wow-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  text-transform: uppercase;
}

.co-wow-brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(45, 29, 17, .45);
  position: relative;
  flex: 0 0 auto;
  background:
    repeating-radial-gradient(circle at center, transparent 0 4px, rgba(45, 29, 17, .55) 5px 6px),
    #f7eee2;
}

.co-wow-brand strong {
  display: block;
  font-family: var(--co-serif);
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: .95;
  letter-spacing: .08em;
  font-weight: 600;
}

.co-wow-brand small {
  display: block;
  color: var(--co-muted);
  font-size: 9px;
  letter-spacing: .42em;
  line-height: 1.5;
  margin-top: 5px;
  white-space: nowrap;
}

.co-wow-main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  font-size: 14px;
  font-weight: 650;
  color: #37261b;
}

.co-wow-main-nav a {
  position: relative;
  padding: 8px 0;
}

.co-wow-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.co-wow-main-nav a:hover::after,
.co-wow-main-nav a.is-active::after {
  transform: scaleX(1);
}

.co-wow-nav-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 22px;
}

.co-wow-nav-icons > a:not(.co-wow-quote-btn) {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  line-height: 1;
  position: relative;
}

.co-wow-nav-icons > a:not(.co-wow-quote-btn):hover {
  background: rgba(111, 63, 32, .08);
}

.co-wow-cart-link span {
  position: absolute;
  top: -4px;
  right: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--co-walnut-dark);
  color: white;
  font-size: 10px;
  font-weight: 800;
}

.co-wow-quote-btn {
  border-radius: 10px;
  background: var(--co-walnut-dark);
  color: #fff !important;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(43, 27, 19, .18);
}

.co-wow-quote-btn:hover,
.co-wow-btn-primary:hover,
.co-wow-small-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.co-wow-hero {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(520px, 1.24fr);
  align-items: center;
  min-height: 560px;
  gap: clamp(28px, 4vw, 70px);
  padding: clamp(52px, 7vw, 86px) 0 clamp(30px, 4vw, 56px);
}

.co-wow-kicker {
  display: inline-block;
  color: var(--co-walnut);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 850;
  font-size: 12px;
  margin-bottom: 20px;
}

.co-wow-hero-copy h1,
.co-wow-page-hero h1 {
  font-family: var(--co-serif);
  font-weight: 500;
  color: var(--co-ink);
  letter-spacing: -.055em;
  line-height: .91;
  margin: 0 0 24px;
}

.co-wow-hero-copy h1 {
  font-size: clamp(52px, 6.4vw, 96px);
}

.co-wow-hero-copy h1 em,
.co-wow-page-hero h1 em {
  font-style: italic;
  color: #7c4b2c;
}

.co-wow-hero-copy p {
  margin: 0 0 30px;
  color: var(--co-soft-ink);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.48;
  max-width: 620px;
}

.co-wow-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.co-wow-btn,
.co-wow-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9px;
  min-height: 56px;
  padding: 0 28px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  white-space: nowrap;
}

.co-wow-btn-primary,
.co-wow-small-btn {
  background: var(--co-walnut);
  color: #fff !important;
  border: 1px solid rgba(111, 63, 32, .38);
  box-shadow: 0 18px 32px rgba(111, 63, 32, .22);
}

.co-wow-btn-secondary {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(43, 27, 19, .22);
  color: var(--co-walnut-dark);
}

.co-wow-btn-secondary:hover {
  background: #fff;
  transform: translateY(-2px);
}

.co-wow-hero-stage {
  min-height: 480px;
  border-radius: 0;
  position: relative;
}

.co-wow-hero-products {
  position: relative;
  height: min(48vw, 570px);
  min-height: 460px;
  width: 100%;
  overflow: visible;
}

.co-wow-hero-products::before {
  content: "";
  position: absolute;
  inset: 9% -5% 0 8%;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 26%, rgba(255,255,255,.75), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.75), rgba(212, 175, 126, .14));
  filter: blur(0);
  z-index: 0;
}

.co-wow-product-scene {
  position: absolute;
  overflow: hidden;
  box-shadow: var(--co-shadow);
  background: #d9b98e;
  border: 1px solid rgba(255, 255, 255, .55);
  transition: transform .35s ease, box-shadow .35s ease;
}

.co-wow-product-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.co-wow-product-scene:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 32px 85px rgba(53, 35, 21, .22);
}

.co-wow-product-scene:hover img {
  transform: scale(1.05);
}

.co-wow-product-scene-main {
  width: 64%;
  height: 74%;
  right: 12%;
  top: 0;
  border-radius: 30px;
  z-index: 2;
}

.co-wow-product-scene-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.52));
  pointer-events: none;
}

.co-wow-product-scene-main span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font-family: var(--co-serif);
  font-size: clamp(25px, 2.8vw, 42px);
  line-height: .95;
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.co-wow-product-scene-card.one {
  width: 30%;
  height: 43%;
  left: 2%;
  bottom: 8%;
  border-radius: 22px;
  z-index: 3;
}

.co-wow-product-scene-card.two {
  width: 27%;
  height: 36%;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 4;
}

.co-wow-product-scene-card.three {
  width: 22%;
  height: 30%;
  left: 18%;
  top: 7%;
  border-radius: 18px;
  z-index: 1;
}

.co-wow-hero-products-fallback {
  height: min(48vw, 560px);
}

.co-wow-fallback-piece,
.co-wow-fallback-board {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(34, 20, 11, .85);
  font-family: var(--co-serif);
  font-size: 28px;
  letter-spacing: -.03em;
  background:
    linear-gradient(90deg, rgba(80, 45, 22, .10), transparent 15%, rgba(80, 45, 22, .08) 16%, transparent 28%, rgba(80, 45, 22, .07) 29%, transparent 42%),
    linear-gradient(135deg, #c78f55, #f0c88f 52%, #8f542b);
  box-shadow: var(--co-shadow);
  overflow: hidden;
}

.co-wow-fallback-piece::before,
.co-wow-fallback-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(45, 25, 13, .32);
  border-radius: inherit;
}

.co-wow-fallback-piece.main {
  right: 11%;
  top: 0;
  width: 63%;
  height: 72%;
  border-radius: 30px 30px 22px 22px;
  z-index: 2;
}

.co-wow-fallback-piece.left {
  left: 2%;
  bottom: 9%;
  width: 34%;
  height: 40%;
  border-radius: 18px;
  z-index: 3;
}

.co-wow-fallback-piece.round {
  right: 0;
  bottom: 0;
  width: 27%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 4;
}

.co-wow-fallback-board {
  left: 34%;
  bottom: 3%;
  width: 38%;
  height: 22%;
  border-radius: 14px 50px 50px 14px;
  transform: rotate(-4deg);
  z-index: 5;
}

.co-wow-trust {
  margin-top: 6px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(255, 252, 247, .94);
  border: 1px solid var(--co-line);
  border-radius: 16px;
  box-shadow: var(--co-shadow-soft);
  overflow: hidden;
}

.co-wow-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 76px;
  padding: 14px;
  color: var(--co-soft-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  border-right: 1px solid var(--co-line);
}

.co-wow-trust-item:last-child {
  border-right: 0;
}

.co-wow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #a97854;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.co-wow-section {
  margin-top: 36px;
  margin-bottom: 36px;
}

.co-wow-categories {
  margin-top: 24px;
}

.co-wow-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.co-wow-cat-card {
  display: grid;
  grid-template-rows: 178px auto;
  border: 1px solid var(--co-line);
  background: rgba(255, 252, 247, .76);
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(53, 35, 21, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.co-wow-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--co-shadow-soft);
}

.co-wow-cat-image {
  display: block;
  background:
    linear-gradient(135deg, rgba(45, 27, 16, .2), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(92deg, rgba(70, 37, 16, .22) 0 2px, transparent 2px 26px),
    linear-gradient(135deg, #d7aa74, #86512d);
  background-size: cover;
  background-position: center;
  min-height: 178px;
  transition: transform .42s ease;
}

.co-wow-cat-card:hover .co-wow-cat-image {
  transform: scale(1.06);
}

.co-wow-cat-label {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--co-serif);
  font-size: 18px;
  color: var(--co-soft-ink);
  background: rgba(255, 252, 247, .95);
}

.co-wow-cat-label svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.4;
}

.co-wow-title-center {
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}

.co-wow-title-center h2,
.co-wow-section-head h2,
.co-wow-story h2,
.co-wow-testimonials h2,
.co-wow-quote-side h2 {
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.04em;
  color: var(--co-ink);
  margin: 0;
}

.co-wow-title-center h2,
.co-wow-section-head h2,
.co-wow-testimonials h2 {
  font-size: clamp(32px, 3.2vw, 48px);
}

.co-wow-title-center p,
.co-wow-section-head p {
  margin: 4px 0 0;
  color: var(--co-muted);
  font-size: 14px;
}

.co-wow-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.co-wow-path-panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 236px;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(255, 252, 247, .88);
  border: 1px solid var(--co-line);
  box-shadow: 0 16px 38px rgba(53, 35, 21, .08);
}

.co-wow-path-image {
  display: block;
  min-height: 236px;
  background:
    linear-gradient(135deg, rgba(20, 12, 7, .16), rgba(255, 255, 255, .02)),
    repeating-linear-gradient(100deg, rgba(60, 34, 18, .18) 0 2px, transparent 2px 24px),
    linear-gradient(135deg, #d3a66f, #81502e);
  background-size: cover;
  background-position: center;
}

.co-wow-path-custom .co-wow-path-image {
  background-position: center;
}

.co-wow-path-copy {
  padding: clamp(22px, 2.2vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.co-wow-path-copy > span {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  color: #7b5a3f;
  font-weight: 900;
  margin-bottom: 10px;
}

.co-wow-path-copy h3 {
  margin: 0 0 12px;
  font-family: var(--co-serif);
  font-size: clamp(30px, 2.75vw, 44px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.045em;
}

.co-wow-path-copy p {
  margin: 0 0 20px;
  color: var(--co-soft-ink);
  line-height: 1.45;
  font-size: 14px;
}

.co-wow-small-btn {
  min-height: 46px;
  padding: 0 18px;
  font-size: 13px;
  border-radius: 7px;
}

.co-wow-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.co-wow-link {
  font-size: 14px;
  font-weight: 800;
  color: #4b3020;
  white-space: nowrap;
}

.co-wow-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.co-wow-product-grid-ready {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.co-wow-product-card {
  border: 1px solid var(--co-line);
  background: rgba(255, 252, 247, .9);
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(53, 35, 21, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

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

.co-wow-product-img {
  display: block;
  height: 214px;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(94deg, rgba(69, 37, 17, .16) 0 3px, transparent 3px 25px),
    linear-gradient(135deg, #cf9d64, #78451f);
}

.co-wow-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease;
}

.co-wow-product-card:hover img {
  transform: scale(1.055);
}

.co-wow-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 242, .72);
  backdrop-filter: blur(12px);
  color: #6c4128;
  font-size: 22px;
  line-height: 1;
}

.co-wow-product-body {
  padding: 13px 14px 16px;
}

.co-wow-product-body h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 750;
  color: #2b1b13;
}

.co-wow-price {
  color: var(--co-soft-ink);
  font-size: 13px;
  font-weight: 650;
}

.co-wow-price ins {
  text-decoration: none;
}

.co-wow-product-placeholder,
.co-wow-product-img-fallback span:first-child {
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  color: rgba(255,255,255,.92);
  font-family: var(--co-serif);
  font-size: 25px;
  line-height: 1;
}

.co-wow-story {
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(320px, .55fr) 1fr;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--co-line);
  background: #1d120b;
  box-shadow: var(--co-shadow-soft);
  margin-top: 46px;
}

.co-wow-story-copy {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 4vw, 52px);
  background: linear-gradient(90deg, rgba(255, 252, 247, .96), rgba(255, 252, 247, .78) 74%, rgba(255, 252, 247, 0));
}

.co-wow-story h2 {
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: .94;
  margin-bottom: 16px;
}

.co-wow-story p {
  margin: 0 0 22px;
  max-width: 450px;
  color: var(--co-soft-ink);
  line-height: 1.55;
}

.co-wow-story-media {
  min-height: 300px;
  position: relative;
}

.co-wow-story-img {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 247, .35), rgba(26, 15, 9, .2)),
    repeating-linear-gradient(100deg, rgba(103, 58, 26, .26) 0 3px, transparent 3px 24px),
    linear-gradient(135deg, #2a1a12, #b27944);
  background-size: cover;
  background-position: center;
}

.co-wow-story-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,252,247,.88), rgba(255,252,247,.15) 34%, rgba(26, 15, 9, .2));
}

.co-wow-testimonials {
  text-align: center;
  margin-top: 32px;
}

.co-wow-testimonials h2 {
  margin-bottom: 16px;
}

.co-wow-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.co-wow-review {
  background: rgba(255, 252, 247, .88);
  border: 1px solid var(--co-line);
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(53, 35, 21, .05);
}

.co-wow-stars {
  color: #a96c35;
  letter-spacing: .1em;
  margin-bottom: 12px;
}

.co-wow-review p {
  margin: 0 0 14px;
  color: var(--co-soft-ink);
  line-height: 1.45;
}

.co-wow-review strong {
  display: block;
  color: var(--co-ink);
  font-size: 13px;
}

.co-wow-footer {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .7fr) 1.2fr;
  gap: clamp(24px, 4vw, 56px);
  padding: 48px clamp(20px, 3vw, 44px);
  margin-top: 54px;
  background: linear-gradient(135deg, #221711, #0f0b08);
  color: #f6efe6;
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.co-wow-footer .co-wow-brand strong,
.co-wow-footer .co-wow-brand small {
  color: #fff;
}

.co-wow-footer .co-wow-brand-mark {
  background:
    repeating-radial-gradient(circle at center, transparent 0 4px, rgba(255, 248, 235, .64) 5px 6px),
    rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.55);
}

.co-wow-footer p {
  color: rgba(246, 239, 230, .75);
  line-height: 1.5;
}

.co-wow-footer h3 {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #e8d5bf;
  font-size: 12px;
}

.co-wow-footer-col,
.co-wow-footer-news,
.co-wow-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.co-wow-footer a {
  color: rgba(246, 239, 230, .82);
  font-size: 13px;
}

.co-wow-footer a:hover {
  color: #fff;
}

.co-wow-socials {
  display: flex;
  gap: 14px;
  font-weight: 800;
  color: #e8d5bf;
}

.co-wow-news-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  margin-top: 8px;
}

.co-wow-news-form input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 14px 14px;
  outline: none;
}

.co-wow-news-form input::placeholder {
  color: rgba(255,255,255,.55);
}

.co-wow-news-form button {
  border: 0;
  background: #d1a373;
  color: #23150e;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.co-wow-page-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 62px 0 36px;
}

.co-wow-page-hero h1 {
  font-size: clamp(56px, 7vw, 106px);
}

.co-wow-page-hero p {
  margin: 0;
  color: var(--co-soft-ink);
  font-size: 20px;
  max-width: 620px;
}

.co-wow-quote-layout {
  display: grid;
  grid-template-columns: .75fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.co-wow-quote-side {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--co-line);
  background: rgba(255, 252, 247, .9);
  box-shadow: var(--co-shadow-soft);
}

.co-wow-quote-side .co-wow-story-img {
  position: relative;
  display: block;
  height: 280px;
}

.co-wow-quote-side > div {
  padding: 28px;
}

.co-wow-quote-side h2 {
  font-size: 42px;
  line-height: .95;
  margin-bottom: 10px;
}

.co-wow-quote-side p {
  margin: 0;
  color: var(--co-soft-ink);
  line-height: 1.55;
}

.co-wow-form-card {
  border-radius: 16px;
  border: 1px solid var(--co-line);
  background: rgba(255, 252, 247, .96);
  box-shadow: var(--co-shadow-soft);
  padding: clamp(24px, 3vw, 38px);
}

.co-wow-quote-form {
  display: grid;
  gap: 18px;
}

.co-wow-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.co-wow-quote-form label {
  display: grid;
  gap: 8px;
  color: var(--co-soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.co-wow-quote-form input,
.co-wow-quote-form select,
.co-wow-quote-form textarea {
  width: 100%;
  border: 1px solid rgba(63, 44, 31, .2);
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--co-ink);
  font: inherit;
  outline: none;
}

.co-wow-quote-form input:focus,
.co-wow-quote-form select:focus,
.co-wow-quote-form textarea:focus {
  border-color: rgba(111, 63, 32, .55);
  box-shadow: 0 0 0 4px rgba(111, 63, 32, .08);
}

.co-wow-upload input {
  padding: 10px;
}

.co-wow-mobile-bar {
  display: none;
}

.co-wow-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.co-wow-reveal.is-visible,
.no-js .co-wow-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .co-wow-main-nav {
    gap: 18px;
    font-size: 13px;
  }

  .co-wow-nav-icons {
    gap: 10px;
  }

  .co-wow-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .co-wow-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .co-wow-nav {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 74px;
  }

  .co-wow-main-nav {
    display: none;
  }

  .co-wow-nav-icons > a:not(.co-wow-quote-btn) {
    display: none;
  }

  .co-wow-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 44px;
  }

  .co-wow-hero-products {
    height: 520px;
  }

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

  .co-wow-trust-item {
    border-bottom: 1px solid var(--co-line);
  }

  .co-wow-trust-item:nth-child(2n) {
    border-right: 0;
  }

  .co-wow-trust-item:last-child {
    grid-column: 1 / -1;
  }

  .co-wow-path-grid,
  .co-wow-quote-layout {
    grid-template-columns: 1fr;
  }

  .co-wow-story {
    grid-template-columns: 1fr;
  }

  .co-wow-story-copy {
    background: rgba(255, 252, 247, .94);
  }

  .co-wow-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .co-wow {
    padding-bottom: 76px;
  }

  .co-wow-nav,
  .co-wow-hero,
  .co-wow-trust,
  .co-wow-section,
  .co-wow-story,
  .co-wow-page-hero,
  .co-wow-quote-layout {
    width: min(100% - 28px, var(--co-max));
  }

  .co-wow-nav {
    padding: 12px 0;
    background: rgba(255, 252, 247, .96);
  }

  .co-wow-brand-mark {
    width: 40px;
    height: 40px;
  }

  .co-wow-brand strong {
    font-size: 18px;
  }

  .co-wow-brand small {
    letter-spacing: .25em;
    font-size: 8px;
  }

  .co-wow-quote-btn {
    padding: 12px 14px;
    font-size: 12px;
  }

  .co-wow-hero-copy h1 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .co-wow-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .co-wow-btn,
  .co-wow-small-btn {
    width: 100%;
  }

  .co-wow-hero-products {
    height: 430px;
    min-height: 380px;
  }

  .co-wow-product-scene-main,
  .co-wow-fallback-piece.main {
    width: 78%;
    right: 4%;
  }

  .co-wow-product-scene-card.one,
  .co-wow-fallback-piece.left {
    width: 40%;
    left: 0;
  }

  .co-wow-product-scene-card.two,
  .co-wow-fallback-piece.round {
    width: 35%;
  }

  .co-wow-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .co-wow-cat-card {
    grid-template-rows: 132px auto;
  }

  .co-wow-cat-image {
    min-height: 132px;
  }

  .co-wow-path-panel {
    grid-template-columns: 1fr;
  }

  .co-wow-path-image {
    min-height: 220px;
  }

  .co-wow-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .co-wow-product-grid,
  .co-wow-product-grid-ready {
    grid-template-columns: 1fr;
  }

  .co-wow-product-img {
    height: 260px;
  }

  .co-wow-review-grid {
    grid-template-columns: 1fr;
  }

  .co-wow-footer {
    grid-template-columns: 1fr;
    padding-bottom: 86px;
  }

  .co-wow-page-hero {
    min-height: 0;
    padding-top: 44px;
    align-items: flex-start;
    flex-direction: column;
  }

  .co-wow-page-hero h1 {
    font-size: clamp(50px, 15vw, 82px);
  }

  .co-wow-form-grid {
    grid-template-columns: 1fr;
  }

  .co-wow-mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 252, 247, .94);
    border: 1px solid var(--co-line);
    box-shadow: var(--co-shadow-soft);
    backdrop-filter: blur(18px);
  }

  .co-wow-mobile-bar a {
    min-height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 850;
    background: rgba(111, 63, 32, .08);
  }

  .co-wow-mobile-bar a:last-child {
    background: var(--co-walnut);
    color: #fff;
  }
}

/* v1.4.1 Premium boutique polish */
.co-wow-hero {
  grid-template-columns: minmax(340px, .74fr) minmax(560px, 1.28fr);
  min-height: 610px;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.co-wow-hero-copy h1 {
  font-size: clamp(56px, 6vw, 92px);
  max-width: 760px;
}

.co-wow-hero-copy p {
  max-width: 570px;
}

.co-wow-hero-stage {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.co-wow-hero-lifestyle {
  position: relative;
  width: 100%;
  min-height: min(48vw, 610px);
  border-radius: 26px;
  overflow: hidden;
  background: #ead9c7;
  box-shadow: 0 28px 85px rgba(37, 23, 14, .18);
  isolation: isolate;
}

.co-wow-hero-lifestyle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 242, .06), transparent 35%, rgba(18, 12, 8, .05));
  z-index: 2;
  pointer-events: none;
}

.co-wow-hero-photo {
  display: block;
  height: 100%;
  min-height: inherit;
}

.co-wow-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.co-wow-hero-lifestyle:hover .co-wow-hero-photo img {
  transform: scale(1.025);
}

.co-wow-hero-mini-row {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.co-wow-hero-mini {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(18, 12, 8, .20);
}

.co-wow-trust {
  margin-top: 0;
  transform: translateY(-16px);
  position: relative;
  z-index: 4;
}

.co-wow-categories {
  margin-top: 8px;
}

.co-wow-cat-card,
.co-wow-path-panel,
.co-wow-product-card,
.co-wow-review,
.co-wow-form-card,
.co-wow-quote-side {
  border-color: rgba(49, 33, 23, .12);
}

.co-wow-cat-card {
  grid-template-rows: 160px auto;
}

.co-wow-cat-image {
  min-height: 160px;
  filter: saturate(.95) contrast(1.02);
}

.co-wow-cat-label {
  min-height: 54px;
  font-size: 17px;
}

.co-wow-title-center h2::before,
.co-wow-title-center h2::after {
  content: "";
  display: inline-block;
  width: min(14vw, 150px);
  height: 1px;
  background: rgba(124, 75, 44, .22);
  vertical-align: middle;
  margin: 0 18px;
}

.co-wow-path-panel {
  min-height: 250px;
}

.co-wow-path-copy p {
  max-width: 330px;
}

.co-wow-featured {
  margin-top: 54px;
}

.co-wow-product-card {
  background: rgba(255, 253, 248, .96);
}

.co-wow-product-img {
  height: clamp(185px, 16vw, 240px);
}

.co-wow-story {
  min-height: 270px;
  border-radius: 18px;
}

.co-wow-story-media {
  min-height: 330px;
}

.co-wow-story-img::after {
  background: linear-gradient(90deg, rgba(255,252,247,.94), rgba(255,252,247,.12) 38%, rgba(16, 9, 5, .18));
}

.co-wow-footer {
  padding-left: max(44px, calc((100vw - var(--co-max)) / 2 + 44px));
  padding-right: max(44px, calc((100vw - var(--co-max)) / 2 + 44px));
}

@media (max-width: 980px) {
  .co-wow-hero {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .co-wow-hero-stage {
    order: -1;
    min-height: 400px;
  }

  .co-wow-hero-lifestyle {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .co-wow-hero {
    padding-top: 18px;
  }

  .co-wow-hero-stage {
    min-height: 310px;
  }

  .co-wow-hero-lifestyle {
    min-height: 330px;
    border-radius: 20px;
  }

  .co-wow-hero-mini-row {
    left: 14px;
    bottom: 14px;
  }

  .co-wow-hero-mini {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  .co-wow-hero-copy h1 {
    font-size: clamp(42px, 11.5vw, 66px);
    letter-spacing: -.045em;
  }

  .co-wow-hero-copy p {
    font-size: 16px;
  }

  .co-wow-trust {
    transform: none;
    margin-top: 14px;
  }

  .co-wow-cat-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 62vw);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .co-wow-cat-card {
    scroll-snap-align: start;
    grid-template-rows: 142px auto;
  }

  .co-wow-cat-image {
    min-height: 142px;
  }

  .co-wow-title-center h2::before,
  .co-wow-title-center h2::after {
    display: none;
  }

  .co-wow-featured {
    margin-top: 34px;
  }

  .co-wow-product-grid,
  .co-wow-product-grid-ready {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .co-wow-product-img {
    height: 155px;
  }

  .co-wow-product-body {
    padding: 11px;
  }

  .co-wow-product-body h3 {
    font-size: 13px;
  }

  .co-wow-price {
    font-size: 12px;
  }

  .co-wow-story-media {
    min-height: 230px;
  }

  .co-wow-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* v1.4.2 — current logo + refined text scale */
.co-wow-nav {
  height: 78px;
  grid-template-columns: minmax(220px, 285px) 1fr auto;
  gap: clamp(16px, 2vw, 28px);
}

.co-wow-brand {
  text-transform: none;
  gap: 0;
  min-width: 0;
}

.co-wow-logo-img {
  display: block;
  width: min(268px, 24vw);
  max-width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.co-wow-logo-footer-img {
  display: block;
  width: min(270px, 100%);
  height: auto;
  object-fit: contain;
}

.co-wow-main-nav {
  gap: clamp(14px, 1.55vw, 26px);
  font-size: 13px;
  font-weight: 700;
}

.co-wow-nav-icons {
  gap: 12px;
  font-size: 19px;
}

.co-wow-quote-btn {
  padding: 12px 18px;
  font-size: 13px;
  border-radius: 9px;
}

.co-wow-hero {
  min-height: 520px;
  padding: clamp(42px, 5.4vw, 72px) 0 clamp(28px, 3vw, 46px);
}

.co-wow-kicker {
  font-size: 11px;
  letter-spacing: .16em;
  margin-bottom: 16px;
}

.co-wow-hero-copy h1 {
  font-size: clamp(44px, 5.25vw, 78px);
  line-height: .97;
  letter-spacing: -.045em;
  margin-bottom: 18px;
}

.co-wow-hero-copy p {
  font-size: clamp(15.5px, 1.05vw, 18px);
  line-height: 1.5;
  max-width: 540px;
  margin-bottom: 24px;
}

.co-wow-btn,
.co-wow-small-btn {
  min-height: 50px;
  padding: 0 22px;
  font-size: 13px;
  border-radius: 8px;
}

.co-wow-hero-stage {
  min-height: 470px;
}

.co-wow-hero-lifestyle {
  min-height: min(44vw, 560px);
}

.co-wow-title-center h2,
.co-wow-section-head h2,
.co-wow-testimonials h2 {
  font-size: clamp(28px, 2.5vw, 40px);
}

.co-wow-title-center p,
.co-wow-section-head p {
  font-size: 13px;
}

.co-wow-cat-label {
  font-size: 15.5px;
}

.co-wow-path-copy h3 {
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: .98;
}

.co-wow-path-copy p,
.co-wow-product-card h3,
.co-wow-product-card p,
.co-wow-review p,
.co-wow-story-copy p {
  font-size: 13px;
}

.co-wow-story h2,
.co-wow-quote-side h2 {
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1.02;
}

.co-wow-footer .co-wow-brand {
  display: block;
}

@media (max-width: 1260px) {
  .co-wow-nav {
    grid-template-columns: minmax(190px, 238px) 1fr auto;
    gap: 14px;
  }

  .co-wow-logo-img {
    width: min(232px, 22vw);
    max-height: 48px;
  }

  .co-wow-main-nav {
    gap: 15px;
    font-size: 12.5px;
  }

  .co-wow-nav-icons > a:not(.co-wow-quote-btn) {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 980px) {
  .co-wow-nav {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    height: auto;
  }

  .co-wow-logo-img {
    width: 230px;
    max-height: 54px;
  }

  .co-wow-hero-copy h1 {
    font-size: clamp(42px, 8.8vw, 66px);
  }

  .co-wow-hero-stage {
    min-height: 370px;
  }

  .co-wow-hero-lifestyle {
    min-height: 390px;
  }
}

@media (max-width: 720px) {
  .co-wow-logo-img {
    width: 188px;
    max-height: 44px;
  }

  .co-wow-quote-btn {
    padding: 10px 12px;
    font-size: 11px;
  }

  .co-wow-hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 56px);
    line-height: 1;
  }

  .co-wow-hero-copy p {
    font-size: 15px;
  }

  .co-wow-title-center h2,
  .co-wow-section-head h2,
  .co-wow-testimonials h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .co-wow-story h2,
  .co-wow-quote-side h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

/* v1.5.0 — full premium page set */
.co-wow-split-hero {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  padding: clamp(48px, 6vw, 86px) 0 clamp(30px, 4vw, 58px);
}

.co-wow-page-copy h1 {
  font-family: var(--co-serif);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0 0 18px;
}

.co-wow-page-copy h1 em {
  color: #7c4b2c;
  font-style: italic;
}

.co-wow-page-copy p {
  margin: 0 0 24px;
  max-width: 560px;
  color: var(--co-soft-ink);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
}

.co-wow-page-media {
  min-height: 420px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(37,23,14,.16);
  background: #ead9c7;
}

.co-wow-page-media .co-wow-hero-lifestyle {
  min-height: 420px;
  border-radius: 24px;
  box-shadow: none;
}

.co-wow-page-media > .co-wow-story-img {
  position: absolute;
  inset: 0;
  display: block;
}

.co-wow-step-grid,
.co-wow-value-grid,
.co-wow-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.co-wow-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.co-wow-step-card,
.co-wow-value-card,
.co-wow-contact-cards article {
  min-height: 170px;
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 16px;
  background: rgba(255,253,248,.92);
  box-shadow: 0 12px 30px rgba(53,35,21,.06);
  padding: clamp(22px, 2.4vw, 34px);
}

.co-wow-step-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(111,63,32,.1);
  color: var(--co-walnut);
  font-weight: 900;
  margin-bottom: 18px;
}

.co-wow-step-card h3,
.co-wow-value-card h3 {
  margin: 0 0 10px;
  font-family: var(--co-serif);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.co-wow-step-card p,
.co-wow-value-card p,
.co-wow-contact-cards p,
.co-wow-contact-cards strong {
  margin: 0;
  color: var(--co-soft-ink);
  line-height: 1.5;
  font-size: 14px;
}

.co-wow-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.co-wow-collection-card {
  display: grid;
  grid-template-rows: 280px auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(49,33,23,.12);
  background: rgba(255,253,248,.94);
  box-shadow: 0 16px 36px rgba(53,35,21,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.co-wow-collection-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--co-shadow-soft);
}

.co-wow-collection-img {
  display: block;
  min-height: 280px;
  background: linear-gradient(135deg, rgba(45,27,16,.2), rgba(255,255,255,.05)), linear-gradient(135deg, #d7aa74, #86512d);
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
}

.co-wow-collection-card:hover .co-wow-collection-img {
  transform: scale(1.045);
}

.co-wow-collection-body {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.co-wow-collection-body span {
  color: var(--co-walnut);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.co-wow-collection-body strong {
  font-family: var(--co-serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.co-wow-collection-body em {
  font-style: normal;
  color: var(--co-soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.co-wow-gallery-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 16px;
}

.co-wow-gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(49,33,23,.12);
  background: #d6a870;
  box-shadow: 0 14px 32px rgba(53,35,21,.08);
}

.co-wow-gallery-tile.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.co-wow-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.co-wow-gallery-tile:hover img {
  transform: scale(1.055);
}

.co-wow-gallery-tile span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-weight: 850;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
  z-index: 2;
}

.co-wow-gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.52));
  pointer-events: none;
}

.co-wow-final-cta {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin: 48px auto 0;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 20px;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(135deg, #fffdf8, #ead9c7);
  border: 1px solid rgba(49,33,23,.12);
  box-shadow: var(--co-shadow-soft);
  overflow: hidden;
  position: relative;
}

.co-wow-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 18%, rgba(111,63,32,.18), transparent 30%);
  pointer-events: none;
}

.co-wow-final-cta > * {
  position: relative;
  z-index: 1;
}

.co-wow-final-cta h2 {
  margin: 0 0 10px;
  font-family: var(--co-serif);
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

.co-wow-final-cta p {
  margin: 0;
  max-width: 620px;
  color: var(--co-soft-ink);
  line-height: 1.55;
}

.co-wow-contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.co-wow-contact-cards {
  grid-template-columns: 1fr;
}

.co-wow-contact-cards article {
  min-height: auto;
}

.co-wow-contact-cards span {
  display: block;
  color: var(--co-walnut);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}

.co-wow-contact-cards strong {
  display: block;
  color: var(--co-ink);
  font-family: var(--co-serif);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
  font-weight: 500;
}

.co-wow-contact-form .co-wow-btn {
  justify-self: start;
}

@media (max-width: 1100px) {
  .co-wow-split-hero,
  .co-wow-contact-layout {
    grid-template-columns: 1fr;
  }
  .co-wow-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .co-wow-gallery-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .co-wow-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .co-wow-split-hero,
  .co-wow-final-cta {
    width: min(100% - 28px, var(--co-max));
  }
  .co-wow-split-hero {
    padding-top: 24px;
    gap: 22px;
  }
  .co-wow-page-copy h1 {
    font-size: clamp(36px, 10.5vw, 58px);
  }
  .co-wow-page-media,
  .co-wow-page-media .co-wow-hero-lifestyle {
    min-height: 300px;
    border-radius: 18px;
  }
  .co-wow-step-grid,
  .co-wow-value-grid,
  .co-wow-collection-grid,
  .co-wow-contact-cards {
    grid-template-columns: 1fr;
  }
  .co-wow-step-card,
  .co-wow-value-card,
  .co-wow-contact-cards article {
    min-height: auto;
  }
  .co-wow-collection-card {
    grid-template-rows: 230px auto;
  }
  .co-wow-collection-img {
    min-height: 230px;
  }
  .co-wow-gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 12px;
  }
  .co-wow-gallery-tile.is-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .co-wow-final-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .co-wow-contact-form .co-wow-btn {
    justify-self: stretch;
  }
}

/* v1.5.3 — premium About page rebuild */
.co-wow-about-premium {
  background:
    radial-gradient(circle at 86% 7%, rgba(183, 124, 73, .13), transparent 26%),
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, .94), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #f8f1e7 48%, #f1e7db 100%);
}

.co-wow-about-hero,
.co-wow-about-moments,
.co-wow-about-story-card,
.co-wow-about-banner {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.co-wow-about-hero {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(32px, 4.8vw, 86px);
  align-items: center;
  padding: clamp(58px, 7vw, 110px) 0 clamp(34px, 4.5vw, 70px);
}

.co-wow-about-hero-copy h1 {
  font-family: var(--co-serif);
  font-size: clamp(54px, 6vw, 98px);
  line-height: .91;
  letter-spacing: -.055em;
  font-weight: 500;
  max-width: 780px;
  margin: 0 0 24px;
}

.co-wow-about-hero-copy p {
  margin: 0 0 30px;
  color: var(--co-soft-ink);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
  max-width: 670px;
}

.co-wow-about-hero-media {
  min-height: clamp(420px, 38vw, 620px);
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #23150d;
  border: 1px solid rgba(49, 33, 23, .13);
  box-shadow: 0 34px 90px rgba(42, 26, 15, .20);
}

.co-wow-about-main-image {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
}

.co-wow-about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(20, 11, 6, .48) 100%),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .18), transparent 26%);
}

.co-wow-about-note {
  position: absolute;
  left: clamp(18px, 2.5vw, 34px);
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: #fffaf2;
}

.co-wow-about-note span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.co-wow-about-note strong {
  font-family: var(--co-serif);
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.045em;
  text-align: right;
  text-shadow: 0 12px 30px rgba(0,0,0,.34);
}

.co-wow-about-moments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 4px;
  margin-bottom: clamp(44px, 5vw, 78px);
}

.co-wow-about-moments article {
  min-height: 152px;
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 18px;
  background: rgba(255,253,248,.86);
  box-shadow: 0 14px 34px rgba(53,35,21,.06);
  padding: clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .22s ease, box-shadow .22s ease;
}

.co-wow-about-moments article:hover {
  transform: translateY(-4px);
  box-shadow: var(--co-shadow-soft);
}

.co-wow-about-moments span {
  color: var(--co-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: auto;
}

.co-wow-about-moments strong {
  font-family: var(--co-serif);
  color: var(--co-ink);
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.04em;
}

.co-wow-about-moments em {
  color: var(--co-soft-ink);
  font-size: 14px;
  line-height: 1.35;
  margin-top: 8px;
  font-style: normal;
}

.co-wow-about-story-card {
  display: grid;
  grid-template-columns: minmax(440px, 1.05fr) minmax(360px, .95fr);
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(49,33,23,.14);
  background: #fffdf8;
  box-shadow: 0 28px 80px rgba(42,26,15,.13);
  margin-bottom: clamp(46px, 5vw, 82px);
}

.co-wow-about-story-photo {
  background-size: cover;
  background-position: center;
  min-height: 520px;
  position: relative;
}

.co-wow-about-story-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 12, 7, .08), rgba(255,253,248,.08));
}

.co-wow-about-story-copy {
  padding: clamp(34px, 4.5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.co-wow-about-story-copy h2,
.co-wow-about-banner h2 {
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.05em;
  color: var(--co-ink);
  margin: 0;
}

.co-wow-about-story-copy h2 {
  font-size: clamp(42px, 4.6vw, 76px);
  line-height: .92;
  margin-bottom: 22px;
}

.co-wow-about-story-copy p {
  color: var(--co-soft-ink);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.62;
  margin: 0 0 28px;
  max-width: 620px;
}

.co-wow-about-checks {
  display: grid;
  gap: 12px;
}

.co-wow-about-checks span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 999px;
  background: #f7efe5;
  border: 1px solid rgba(49,33,23,.11);
  color: #3a281c;
  font-size: 14px;
  font-weight: 760;
  padding: 0 18px;
}

.co-wow-about-checks span::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--co-walnut);
  color: white;
  font-size: 13px;
  flex: 0 0 auto;
}

.co-wow-about-values {
  margin-top: 0;
}

.co-wow-about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.co-wow-about-value-grid .co-wow-value-card {
  min-height: 210px;
  border-radius: 18px;
  background: rgba(255,253,248,.92);
}

.co-wow-about-banner {
  margin-top: clamp(34px, 4vw, 66px);
  margin-bottom: clamp(42px, 5vw, 76px);
  min-height: 260px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(31, 18, 10, .92), rgba(75, 43, 23, .76)),
    radial-gradient(circle at 90% 15%, rgba(215,171,123,.34), transparent 28%),
    linear-gradient(135deg, #2b1b13, #6f3f20);
  color: #fffaf2;
  padding: clamp(30px, 4.5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(43, 27, 19, .20);
}

.co-wow-about-banner .co-wow-kicker {
  color: #e6bd8c;
  margin-bottom: 14px;
}

.co-wow-about-banner h2 {
  color: #fffaf2;
  font-size: clamp(38px, 4.2vw, 72px);
  line-height: .92;
  max-width: 760px;
}

.co-wow-about-banner .co-wow-btn-secondary {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.32);
  color: #fffaf2;
}

@media (max-width: 1100px) {
  .co-wow-about-hero,
  .co-wow-about-story-card,
  .co-wow-about-banner {
    grid-template-columns: 1fr;
  }
  .co-wow-about-moments,
  .co-wow-about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .co-wow-about-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .co-wow-about-hero,
  .co-wow-about-moments,
  .co-wow-about-story-card,
  .co-wow-about-banner {
    width: min(100% - 28px, var(--co-max));
  }
  .co-wow-about-hero {
    padding-top: 30px;
    gap: 24px;
  }
  .co-wow-about-hero-copy h1 {
    font-size: clamp(40px, 13vw, 62px);
  }
  .co-wow-about-hero-media,
  .co-wow-about-story-photo {
    min-height: 330px;
    border-radius: 20px;
  }
  .co-wow-about-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .co-wow-about-note strong {
    text-align: left;
  }
  .co-wow-about-moments,
  .co-wow-about-value-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-about-story-card,
  .co-wow-about-banner {
    border-radius: 20px;
  }
  .co-wow-about-story-copy {
    padding: 28px;
  }
  .co-wow-about-story-copy h2,
  .co-wow-about-banner h2 {
    font-size: clamp(34px, 11vw, 52px);
  }
}

/* v1.5.4 — About page: richer story, process, ideals, Canadian know-how */
.co-wow-about-story .co-wow-about-hero {
  grid-template-columns: minmax(390px, .92fr) minmax(520px, 1.08fr);
  padding-top: clamp(72px, 7.5vw, 126px);
  padding-bottom: clamp(40px, 5vw, 74px);
}

.co-wow-about-story .co-wow-about-hero-copy h1 {
  font-size: clamp(50px, 5.25vw, 86px);
  max-width: 720px;
}

.co-wow-about-story .co-wow-about-hero-copy p {
  max-width: 650px;
}

.co-wow-about-statement,
.co-wow-about-process,
.co-wow-about-split,
.co-wow-about-canada,
.co-wow-about-creations,
.co-wow-about-wide-photo {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.co-wow-about-statement {
  padding: clamp(34px, 4vw, 62px) clamp(24px, 4vw, 74px);
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 28px;
  background:
    linear-gradient(115deg, rgba(255,253,248,.96), rgba(255,247,235,.78)),
    radial-gradient(circle at 95% 12%, rgba(215,171,123,.22), transparent 28%);
  box-shadow: 0 26px 76px rgba(42,26,15,.08);
  margin-bottom: clamp(42px, 5vw, 82px);
}

.co-wow-about-statement h2,
.co-wow-about-process-head h2,
.co-wow-about-split-copy h2,
.co-wow-about-canada h2,
.co-wow-about-creations h2,
.co-wow-about-wide-photo h2 {
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.052em;
  color: var(--co-ink);
  margin: 0;
}

.co-wow-about-statement h2 {
  font-size: clamp(42px, 4.4vw, 74px);
  line-height: .92;
  max-width: 900px;
  margin-bottom: 18px;
}

.co-wow-about-statement p {
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.62;
  color: var(--co-soft-ink);
  max-width: 1060px;
  margin: 0;
}

.co-wow-about-process {
  margin-bottom: clamp(46px, 5.5vw, 88px);
}

.co-wow-about-process-head {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(300px, .58fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.co-wow-about-process-head h2 {
  font-size: clamp(44px, 4.6vw, 76px);
  line-height: .92;
}

.co-wow-about-process-head p {
  color: var(--co-soft-ink);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
  max-width: 520px;
  margin: 0 0 5px;
}

.co-wow-process-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(49,33,23,.13);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,253,248,.88);
  box-shadow: 0 24px 70px rgba(42,26,15,.10);
}

.co-wow-process-track article {
  min-height: 275px;
  padding: clamp(24px, 2.4vw, 36px);
  border-right: 1px solid rgba(49,33,23,.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .24s ease, transform .24s ease;
}

.co-wow-process-track article:last-child {
  border-right: 0;
}

.co-wow-process-track article:hover {
  background: #fff7ec;
}

.co-wow-process-track span {
  color: var(--co-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.co-wow-process-track h3 {
  font-family: var(--co-serif);
  font-size: clamp(30px, 2.55vw, 42px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.045em;
  margin: auto 0 14px;
}

.co-wow-process-track p {
  color: var(--co-soft-ink);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.co-wow-about-split {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, .92fr);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(49,33,23,.13);
  background: #fffdf8;
  box-shadow: 0 28px 86px rgba(42,26,15,.12);
  margin-bottom: clamp(46px, 5.5vw, 88px);
}

.co-wow-about-split-photo {
  min-height: 610px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.co-wow-about-split-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27,18,13,.06), rgba(255,253,248,.16));
}

.co-wow-about-split-copy {
  padding: clamp(34px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.co-wow-about-split-copy h2 {
  font-size: clamp(42px, 4.6vw, 76px);
  line-height: .92;
  max-width: 710px;
  margin-bottom: 22px;
}

.co-wow-about-split-copy p {
  color: var(--co-soft-ink);
  font-size: clamp(16px, 1.16vw, 19px);
  line-height: 1.65;
  margin: 0 0 28px;
}

.co-wow-ideal-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.co-wow-ideal-stack span {
  min-height: 74px;
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 17px;
  background: #f8efe4;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: #3a281c;
  font-weight: 760;
  line-height: 1.28;
}

.co-wow-about-canada {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
  padding: clamp(34px, 5vw, 78px);
  margin-bottom: clamp(46px, 5.5vw, 88px);
  border-radius: 30px;
  color: #fffaf2;
  background:
    linear-gradient(135deg, rgba(31, 18, 10, .94), rgba(85, 48, 24, .84)),
    radial-gradient(circle at 90% 10%, rgba(215,171,123,.32), transparent 30%);
  box-shadow: 0 30px 90px rgba(42,26,15,.18);
  overflow: hidden;
  position: relative;
}

.co-wow-about-canada::before {
  content: "✦";
  position: absolute;
  right: clamp(28px, 5vw, 90px);
  top: clamp(22px, 4vw, 60px);
  font-size: clamp(80px, 13vw, 190px);
  line-height: 1;
  color: rgba(255,255,255,.055);
}

.co-wow-about-canada .co-wow-kicker {
  color: #e6bd8c;
}

.co-wow-about-canada h2 {
  color: #fffaf2;
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: .92;
  max-width: 720px;
  margin-bottom: 20px;
}

.co-wow-about-canada p {
  color: rgba(255,250,242,.82);
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.65;
  margin: 0;
  max-width: 700px;
}

.co-wow-canada-points {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.co-wow-canada-points article {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 22px 24px;
  backdrop-filter: blur(12px);
}

.co-wow-canada-points strong {
  display: block;
  font-family: var(--co-serif);
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.04em;
  margin-bottom: 8px;
}

.co-wow-canada-points span {
  color: rgba(255,250,242,.76);
  font-size: 14px;
  line-height: 1.55;
}

.co-wow-about-creations {
  margin-bottom: clamp(38px, 5vw, 76px);
}

.co-wow-about-creations .co-wow-section-head h2 {
  max-width: 860px;
}

.co-wow-creations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.co-wow-creations-grid article {
  min-height: 255px;
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,253,248,.96), rgba(248,239,228,.86));
  box-shadow: 0 18px 52px rgba(42,26,15,.08);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.co-wow-creations-grid span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fffaf2;
  background: var(--co-walnut);
  margin-bottom: auto;
}

.co-wow-creations-grid strong {
  font-family: var(--co-serif);
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.045em;
  margin-top: 38px;
  color: var(--co-ink);
}

.co-wow-creations-grid p {
  margin: 12px 0 0;
  color: var(--co-soft-ink);
  line-height: 1.5;
  font-size: 14px;
}

.co-wow-about-wide-photo {
  min-height: clamp(360px, 34vw, 560px);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(49,33,23,.13);
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 80px rgba(42,26,15,.14);
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(40px, 5vw, 76px);
}

.co-wow-about-wide-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,10,5,.76), rgba(19,10,5,.22) 60%, rgba(19,10,5,.06)),
    linear-gradient(0deg, rgba(19,10,5,.54), transparent 48%);
}

.co-wow-about-wide-photo > div {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  color: #fffaf2;
  padding: clamp(30px, 5vw, 76px);
}

.co-wow-about-wide-photo .co-wow-kicker {
  color: #e6bd8c;
}

.co-wow-about-wide-photo h2 {
  color: #fffaf2;
  font-size: clamp(42px, 4.7vw, 78px);
  line-height: .92;
  margin-bottom: 18px;
}

.co-wow-about-wide-photo p {
  color: rgba(255,250,242,.82);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
  margin: 0 0 24px;
}

@media (max-width: 1180px) {
  .co-wow-about-story .co-wow-about-hero,
  .co-wow-about-process-head,
  .co-wow-about-split,
  .co-wow-about-canada {
    grid-template-columns: 1fr;
  }
  .co-wow-process-track,
  .co-wow-creations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .co-wow-process-track article:nth-child(2n) {
    border-right: 0;
  }
  .co-wow-process-track article {
    border-bottom: 1px solid rgba(49,33,23,.10);
  }
  .co-wow-process-track article:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .co-wow-about-split-photo {
    min-height: 430px;
  }
}

@media (max-width: 720px) {
  .co-wow-about-story .co-wow-about-hero {
    padding-top: 34px;
  }
  .co-wow-about-story .co-wow-about-hero-copy h1,
  .co-wow-about-statement h2,
  .co-wow-about-process-head h2,
  .co-wow-about-split-copy h2,
  .co-wow-about-canada h2,
  .co-wow-about-creations h2,
  .co-wow-about-wide-photo h2 {
    font-size: clamp(38px, 12vw, 56px);
  }
  .co-wow-about-statement,
  .co-wow-about-process,
  .co-wow-about-split,
  .co-wow-about-canada,
  .co-wow-about-creations,
  .co-wow-about-wide-photo {
    width: min(100% - 28px, var(--co-max));
  }
  .co-wow-about-statement,
  .co-wow-about-canada {
    border-radius: 22px;
    padding: 28px;
  }
  .co-wow-process-track,
  .co-wow-creations-grid,
  .co-wow-ideal-stack {
    grid-template-columns: 1fr;
  }
  .co-wow-process-track {
    border-radius: 22px;
  }
  .co-wow-process-track article,
  .co-wow-process-track article:nth-child(2n),
  .co-wow-process-track article:nth-last-child(-n+2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(49,33,23,.10);
  }
  .co-wow-process-track article:last-child {
    border-bottom: 0;
  }
  .co-wow-about-split {
    border-radius: 22px;
  }
  .co-wow-about-split-photo {
    min-height: 310px;
  }
  .co-wow-about-split-copy {
    padding: 28px;
  }
  .co-wow-creations-grid article {
    min-height: 220px;
  }
  .co-wow-about-wide-photo {
    border-radius: 22px;
    min-height: 430px;
  }
  .co-wow-about-wide-photo > div {
    padding: 28px;
  }
}

/* v1.5.6 — About page Option 1 rebuild: story, process, ideals, Canadian know-how */
.co-wow-about-option1 {
  --co-teal: #007f82;
  --co-teal-soft: rgba(0, 127, 130, .12);
  background:
    radial-gradient(circle at 78% 12%, rgba(204, 154, 102, .16), transparent 28%),
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, .98), transparent 30%),
    linear-gradient(180deg, #fffaf3 0%, #f7efe4 54%, #efe2d4 100%);
}

.co-wow-about-o1-hero,
.co-wow-about-o1-ideals,
.co-wow-about-o1-process,
.co-wow-about-o1-create,
.co-wow-about-o1-canada,
.co-wow-about-o1-final {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.co-wow-about-o1-hero {
  min-height: clamp(580px, 65vw, 760px);
  display: grid;
  grid-template-columns: minmax(420px, .78fr) minmax(650px, 1.22fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fffaf3;
  border-bottom: 1px solid rgba(49, 33, 23, .10);
}

.co-wow-about-o1-copy {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 7vw, 118px) clamp(22px, 4vw, 68px) clamp(34px, 4vw, 58px) clamp(22px, 4vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, #fffaf3 0%, rgba(255,250,243,.96) 72%, rgba(255,250,243,.78) 100%);
}

.co-wow-about-o1-copy h1 {
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
  color: var(--co-ink);
  font-size: clamp(54px, 5.8vw, 92px);
  max-width: 760px;
  margin: 0 0 22px;
}

.co-wow-teal-rule {
  display: block;
  width: 54px;
  height: 3px;
  background: var(--co-teal);
  margin: 0 0 24px;
  border-radius: 999px;
}

.co-wow-about-o1-copy > p {
  max-width: 620px;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.58;
  color: var(--co-soft-ink);
  margin: 0 0 28px;
}

.co-wow-about-o1-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 30px);
  margin-top: clamp(34px, 5vw, 76px);
  max-width: 760px;
}

.co-wow-about-o1-proof article {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  color: var(--co-soft-ink);
}

.co-wow-about-o1-proof svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #aa6334;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.co-wow-about-o1-proof strong {
  color: var(--co-ink);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
}

.co-wow-about-o1-proof span {
  color: var(--co-soft-ink);
  font-size: 12px;
  line-height: 1.35;
}

.co-wow-about-o1-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #2c1b11;
}

.co-wow-about-o1-image {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
}

.co-wow-about-o1-image-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,243,.96) 0%, rgba(255,250,243,.64) 13%, rgba(255,250,243,0) 30%),
    linear-gradient(180deg, rgba(28,15,8,.05) 45%, rgba(28,15,8,.62) 100%);
  pointer-events: none;
}

.co-wow-about-o1-signature {
  position: absolute;
  right: clamp(30px, 5vw, 72px);
  bottom: clamp(30px, 4vw, 58px);
  z-index: 2;
  color: #fffaf3;
  font-family: var(--co-serif);
  font-size: clamp(24px, 2.7vw, 44px);
  line-height: 1;
  letter-spacing: -.04em;
  text-shadow: 0 14px 38px rgba(0,0,0,.55);
}

.co-wow-about-o1-signature span {
  font-family: var(--co-sans);
  font-size: .75em;
  margin-left: 8px;
}

.co-wow-about-o1-ideals {
  transform: translateY(-38px);
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(260px, .64fr) repeat(4, minmax(170px, 1fr));
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(49,33,23,.12);
  border-radius: 20px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 28px 76px rgba(42,26,15,.13);
  margin-bottom: clamp(6px, 2vw, 28px);
}

.co-wow-about-o1-ideals-photo {
  min-height: 188px;
  background-size: cover;
  background-position: center;
}

.co-wow-about-o1-ideals-head,
.co-wow-about-o1-ideals article {
  padding: clamp(24px, 2.3vw, 38px);
  border-left: 1px solid rgba(49,33,23,.12);
}

.co-wow-about-o1-ideals-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.co-wow-about-o1-ideals-head h2 {
  font-family: var(--co-serif);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.05em;
  color: var(--co-ink);
  font-size: clamp(30px, 2.7vw, 45px);
  margin: 0;
}

.co-wow-about-o1-ideals article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 188px;
}

.co-wow-about-o1-ideals svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 999px;
  background: var(--co-teal-soft);
  fill: none;
  stroke: var(--co-teal);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 16px;
}

.co-wow-about-o1-ideals h3,
.co-wow-about-o1-create-grid strong {
  color: #073d41;
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.co-wow-about-o1-ideals p {
  margin: 0;
  color: var(--co-soft-ink);
  font-size: 14px;
  line-height: 1.5;
}

.co-wow-about-o1-process {
  display: grid;
  grid-template-columns: minmax(260px, .54fr) minmax(560px, 1fr) minmax(330px, .62fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: stretch;
  padding: clamp(42px, 5vw, 76px) 0 clamp(28px, 4vw, 56px);
}

.co-wow-about-o1-process-intro {
  align-self: center;
}

.co-wow-about-o1-process-intro h2,
.co-wow-about-o1-create-head h2,
.co-wow-about-o1-canada-copy h2,
.co-wow-about-o1-final h2 {
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .93;
  color: var(--co-ink);
  margin: 0;
}

.co-wow-about-o1-process-intro h2 {
  font-size: clamp(46px, 4.5vw, 76px);
  margin-bottom: 22px;
}

.co-wow-about-o1-process-intro p,
.co-wow-about-o1-create-head p,
.co-wow-about-o1-canada-copy p {
  color: var(--co-soft-ink);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.62;
  margin: 0;
}

.co-wow-about-o1-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  background: rgba(255,253,248,.82);
  border: 1px solid rgba(49,33,23,.11);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(42,26,15,.08);
}

.co-wow-about-o1-steps article {
  position: relative;
  min-height: 300px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(49,33,23,.10);
}

.co-wow-about-o1-steps article:last-child { border-right: 0; }

.co-wow-about-o1-steps article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--co-teal);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 22px;
}

.co-wow-about-o1-steps svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  border-radius: 50%;
  background: #f3eadf;
  fill: none;
  stroke: var(--co-walnut);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: auto;
}

.co-wow-about-o1-steps h3 {
  margin: 24px 0 8px;
  color: var(--co-ink);
  font-size: 16px;
  line-height: 1.1;
}

.co-wow-about-o1-steps p {
  margin: 0;
  color: var(--co-soft-ink);
  font-size: 13px;
  line-height: 1.45;
}

.co-wow-about-o1-process-photo {
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(42,26,15,.14);
}

.co-wow-about-o1-process-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28,15,8,.05), rgba(28,15,8,.58));
}

.co-wow-about-o1-process-photo span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.55);
  color: #fffaf3;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}

.co-wow-about-o1-create {
  padding: clamp(32px, 4vw, 64px) clamp(22px, 4vw, 60px);
  border-radius: 26px;
  border: 1px solid rgba(49,33,23,.12);
  background: rgba(255,253,248,.86);
  box-shadow: 0 24px 70px rgba(42,26,15,.07);
  margin-bottom: clamp(36px, 5vw, 74px);
}

.co-wow-about-o1-create-head {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.co-wow-about-o1-create-head h2 {
  font-size: clamp(40px, 4vw, 68px);
  max-width: 840px;
}

.co-wow-about-o1-create-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.co-wow-about-o1-create-grid article {
  min-height: 210px;
  border-radius: 20px;
  border: 1px solid rgba(49,33,23,.11);
  background: #fffaf3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 34px rgba(53,35,21,.06);
}

.co-wow-about-o1-create-grid span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--co-teal);
  background: var(--co-teal-soft);
  margin-bottom: auto;
}

.co-wow-about-o1-create-grid svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.co-wow-about-o1-create-grid strong {
  font-family: var(--co-serif);
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.04em;
  color: var(--co-ink);
  margin: 34px 0 10px;
}

.co-wow-about-o1-create-grid em {
  color: var(--co-soft-ink);
  font-style: normal;
  line-height: 1.46;
  font-size: 14px;
}

.co-wow-about-o1-canada {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(420px, .82fr) minmax(300px, .55fr);
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid rgba(49,33,23,.12);
  border-bottom: 1px solid rgba(49,33,23,.12);
  background: rgba(255,250,243,.74);
  margin-bottom: clamp(38px, 5vw, 76px);
}

.co-wow-about-o1-canada-photo {
  min-height: 430px;
  background-size: cover;
  background-position: center;
}

.co-wow-about-o1-canada-copy {
  padding: clamp(34px, 4.5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.co-wow-about-o1-canada-copy h2 {
  font-size: clamp(40px, 4vw, 68px);
  margin-bottom: 22px;
}

.co-wow-about-o1-checks {
  display: grid;
  gap: 13px;
  margin-top: 26px;
}

.co-wow-about-o1-checks span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b1b13;
  font-weight: 720;
  line-height: 1.35;
}

.co-wow-about-o1-checks span::before {
  content: "✓";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--co-teal);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.co-wow-about-o1-canada-block {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 56px);
  color: #fffaf3;
  background:
    linear-gradient(180deg, rgba(36,21,12,.15), rgba(36,21,12,.82)),
    linear-gradient(135deg, #87502a, #2b1b13);
}

.co-wow-about-o1-canada-block strong {
  font-family: var(--co-serif);
  font-size: clamp(32px, 3vw, 54px);
  line-height: .9;
  letter-spacing: -.05em;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.co-wow-about-o1-canada-block span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,250,243,.78);
}

.co-wow-about-o1-final {
  margin-bottom: clamp(42px, 5vw, 80px);
  min-height: 250px;
  border-radius: 28px;
  padding: clamp(30px, 4.5vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(90deg, rgba(31,18,10,.92), rgba(94,52,26,.78)),
    radial-gradient(circle at 92% 12%, rgba(215,171,123,.32), transparent 30%);
  color: #fffaf3;
  box-shadow: 0 30px 90px rgba(42,26,15,.18);
}

.co-wow-about-o1-final .co-wow-kicker { color: #e8bf8c; }
.co-wow-about-o1-final h2 {
  color: #fffaf3;
  font-size: clamp(38px, 4.5vw, 72px);
  max-width: 820px;
}
.co-wow-about-o1-final .co-wow-btn-secondary {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.3);
  color: #fffaf3;
}

@media (max-width: 1240px) {
  .co-wow-about-o1-hero,
  .co-wow-about-o1-process,
  .co-wow-about-o1-canada {
    grid-template-columns: 1fr;
  }
  .co-wow-about-o1-media,
  .co-wow-about-o1-canada-photo,
  .co-wow-about-o1-canada-block {
    min-height: 420px;
  }
  .co-wow-about-o1-copy {
    padding-bottom: 28px;
  }
  .co-wow-about-o1-image-fade {
    background: linear-gradient(180deg, rgba(28,15,8,.04) 40%, rgba(28,15,8,.58) 100%);
  }
  .co-wow-about-o1-ideals {
    transform: none;
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .co-wow-about-o1-ideals-photo {
    min-height: 260px;
    grid-column: span 2;
  }
  .co-wow-about-o1-create-head,
  .co-wow-about-o1-create-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .co-wow-about-o1-hero,
  .co-wow-about-o1-ideals,
  .co-wow-about-o1-process,
  .co-wow-about-o1-create,
  .co-wow-about-o1-canada,
  .co-wow-about-o1-final {
    width: min(100% - 28px, var(--co-max));
  }
  .co-wow-about-o1-hero {
    min-height: auto;
    padding-top: 0;
    border-bottom: 0;
  }
  .co-wow-about-o1-copy {
    padding: 36px 0 18px;
    background: transparent;
  }
  .co-wow-about-o1-copy h1,
  .co-wow-about-o1-process-intro h2,
  .co-wow-about-o1-create-head h2,
  .co-wow-about-o1-canada-copy h2,
  .co-wow-about-o1-final h2 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .co-wow-about-o1-copy > p {
    font-size: 16px;
  }
  .co-wow-about-o1-media,
  .co-wow-about-o1-canada-photo,
  .co-wow-about-o1-canada-block {
    min-height: 340px;
    border-radius: 20px;
  }
  .co-wow-about-o1-proof,
  .co-wow-about-o1-ideals,
  .co-wow-about-o1-create-head,
  .co-wow-about-o1-create-grid,
  .co-wow-about-o1-steps {
    grid-template-columns: 1fr;
  }
  .co-wow-about-o1-proof {
    justify-items: start;
  }
  .co-wow-about-o1-proof article {
    grid-template-columns: 42px 1fr;
    justify-items: start;
    text-align: left;
    align-items: center;
  }
  .co-wow-about-o1-proof article span {
    grid-column: 2;
  }
  .co-wow-about-o1-ideals-photo {
    grid-column: auto;
    min-height: 220px;
  }
  .co-wow-about-o1-ideals-head,
  .co-wow-about-o1-ideals article {
    border-left: 0;
    border-top: 1px solid rgba(49,33,23,.12);
  }
  .co-wow-about-o1-process {
    padding-top: 34px;
  }
  .co-wow-about-o1-steps article,
  .co-wow-about-o1-steps article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(49,33,23,.10);
  }
  .co-wow-about-o1-steps article:last-child { border-bottom: 0; }
  .co-wow-about-o1-create,
  .co-wow-about-o1-final {
    border-radius: 22px;
    padding: 26px;
  }
  .co-wow-about-o1-final {
    flex-direction: column;
    align-items: stretch;
  }
  .co-wow-about-o1-signature {
    right: 22px;
    bottom: 22px;
    font-size: 26px;
  }
}

/* v1.5.7 — About realism polish: readable headline, grounded copy, practical icons */
.co-wow-about-option1 .co-wow-about-o1-hero {
  grid-template-columns: minmax(460px, .88fr) minmax(560px, 1.12fr);
  min-height: clamp(590px, 56vw, 720px);
  background: #fffaf4;
}
.co-wow-about-option1 .co-wow-about-o1-copy {
  padding: clamp(58px, 5.8vw, 92px) clamp(34px, 4vw, 58px);
  background: linear-gradient(90deg, #fffaf4 0%, rgba(255,250,244,.98) 78%, rgba(255,250,244,.78) 100%);
}
.co-wow-about-option1 .co-wow-about-o1-copy h1 {
  font-size: clamp(50px, 4.4vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  max-width: 640px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}
.co-wow-about-option1 .co-wow-about-o1-copy h1 em {
  font-style: italic;
  color: #8a542f;
  font-weight: 500;
}
.co-wow-about-option1 .co-wow-about-o1-copy > p {
  max-width: 620px;
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.68;
  color: rgba(43, 28, 20, .78);
}
.co-wow-about-option1 .co-wow-about-o1-media {
  min-height: 100%;
  border-left: 1px solid rgba(49,33,23,.08);
}
.co-wow-about-option1 .co-wow-about-o1-image {
  background-position: center center;
  transform: scale(1.01);
}
.co-wow-about-option1 .co-wow-about-o1-image-fade {
  background:
    linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.68) 12%, rgba(255,250,244,0) 31%),
    linear-gradient(180deg, rgba(29, 18, 11, .02) 48%, rgba(29,18,11,.56) 100%);
}
.co-wow-about-option1 .co-wow-about-o1-signature {
  font-size: clamp(22px, 2.15vw, 34px);
  letter-spacing: -.035em;
}
.co-wow-about-option1 .co-wow-about-o1-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(30px, 4vw, 52px);
  max-width: 640px;
}
.co-wow-about-option1 .co-wow-about-o1-proof article {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  justify-items: start;
  align-items: start;
  text-align: left;
  gap: 2px 12px;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(49,33,23,.10);
  background: rgba(255,255,255,.44);
  box-shadow: 0 12px 26px rgba(50,34,22,.045);
}
.co-wow-about-option1 .co-wow-about-o1-proof svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 10px;
  background: rgba(0, 127, 130, .08);
  stroke: #007f82;
  stroke-width: 1.55;
}
.co-wow-about-option1 .co-wow-about-o1-proof strong {
  font-size: 12.5px;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.co-wow-about-option1 .co-wow-about-o1-proof span {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(43,28,20,.66);
}
.co-wow-about-option1 .co-wow-about-o1-ideals {
  transform: translateY(-30px);
  box-shadow: 0 24px 58px rgba(42,26,15,.10);
}
.co-wow-about-option1 .co-wow-about-o1-ideals h3,
.co-wow-about-option1 .co-wow-about-o1-create-grid strong {
  color: #1f160f;
}
.co-wow-about-option1 .co-wow-about-o1-ideals svg,
.co-wow-about-option1 .co-wow-about-o1-create-grid span {
  background: rgba(0,127,130,.075);
  color: #007f82;
  stroke: #007f82;
}
.co-wow-about-option1 .co-wow-about-o1-process-intro h2,
.co-wow-about-option1 .co-wow-about-o1-create-head h2,
.co-wow-about-option1 .co-wow-about-o1-canada-copy h2,
.co-wow-about-option1 .co-wow-about-o1-final h2 {
  letter-spacing: -.045em;
  line-height: .98;
}
.co-wow-about-option1 .co-wow-about-o1-steps article {
  min-height: 280px;
  padding: 26px 18px;
}
.co-wow-about-option1 .co-wow-about-o1-steps article > span {
  width: auto;
  height: auto;
  min-width: 32px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #007f82;
  letter-spacing: .05em;
  margin-bottom: 18px;
}
.co-wow-about-option1 .co-wow-about-o1-steps svg {
  width: 52px;
  height: 52px;
  padding: 13px;
  background: #f4eadf;
  stroke: #7f4c29;
}
.co-wow-about-option1 .co-wow-about-o1-steps h3 {
  font-size: 15.5px;
  margin-top: 20px;
}
.co-wow-about-option1 .co-wow-about-o1-steps p {
  font-size: 12.5px;
  line-height: 1.48;
}
.co-wow-about-option1 .co-wow-about-o1-process-photo {
  background-position: center;
}
.co-wow-about-option1 .co-wow-about-o1-create-grid article {
  min-height: 235px;
}
.co-wow-about-option1 .co-wow-about-o1-create-grid strong {
  font-size: clamp(25px, 2vw, 34px);
  line-height: .98;
}
.co-wow-about-option1 .co-wow-about-o1-create-grid em {
  font-size: 13.5px;
}
.co-wow-about-option1 .co-wow-about-o1-checks span {
  font-weight: 650;
  color: rgba(43,28,20,.84);
}
.co-wow-about-option1 .co-wow-about-o1-checks span::before {
  background: #007f82;
}

@media (max-width: 1240px) {
  .co-wow-about-option1 .co-wow-about-o1-hero {
    grid-template-columns: 1fr;
  }
  .co-wow-about-option1 .co-wow-about-o1-copy {
    padding: 52px 34px 30px;
  }
  .co-wow-about-option1 .co-wow-about-o1-media {
    min-height: 500px;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .co-wow-about-option1 .co-wow-about-o1-copy {
    padding: 34px 0 20px;
  }
  .co-wow-about-option1 .co-wow-about-o1-copy h1,
  .co-wow-about-option1 .co-wow-about-o1-process-intro h2,
  .co-wow-about-option1 .co-wow-about-o1-create-head h2,
  .co-wow-about-option1 .co-wow-about-o1-canada-copy h2,
  .co-wow-about-option1 .co-wow-about-o1-final h2 {
    font-size: clamp(38px, 10.6vw, 52px);
    line-height: 1;
  }
  .co-wow-about-option1 .co-wow-about-o1-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .co-wow-about-option1 .co-wow-about-o1-proof article {
    grid-template-columns: 32px 1fr;
    padding: 13px 14px;
  }
  .co-wow-about-option1 .co-wow-about-o1-media,
  .co-wow-about-option1 .co-wow-about-o1-canada-photo,
  .co-wow-about-option1 .co-wow-about-o1-canada-block {
    min-height: 330px;
  }
}

/* v1.5.8 — Gallery premium polish */
.co-wow-gallery-v2 {
  overflow-x: hidden;
}

.co-wow-gallery-hero {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin: 0 auto;
  padding: clamp(42px, 5.5vw, 78px) 0 clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(480px, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.co-wow-gallery-hero-copy h1 {
  margin: 10px 0 0;
  max-width: 620px;
  font-family: var(--co-serif);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .88;
  color: var(--co-ink);
  font-size: clamp(54px, 6vw, 96px);
}

.co-wow-gallery-hero-copy h1 em {
  color: var(--co-walnut);
  font-style: italic;
}

.co-wow-gallery-hero-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--co-soft-ink);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}

.co-wow-gallery-hero-copy .co-wow-actions {
  margin-top: 28px;
}

.co-wow-gallery-hero-media {
  display: grid;
  grid-template-columns: 1.15fr .72fr;
  gap: 16px;
  min-height: 520px;
}

.co-wow-gallery-hero-main,
.co-wow-gallery-hero-side a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(49, 33, 23, .14);
  border-radius: 22px;
  background: #d7b78c;
  box-shadow: 0 26px 58px rgba(50, 31, 18, .16);
}

.co-wow-gallery-hero-main img,
.co-wow-gallery-hero-side img,
.co-wow-gallery-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.co-wow-gallery-hero-main:hover img,
.co-wow-gallery-hero-side a:hover img,
.co-wow-gallery-card:hover img {
  transform: scale(1.045);
}

.co-wow-gallery-hero-main::after,
.co-wow-gallery-hero-side a::after,
.co-wow-gallery-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(18, 10, 5, .66));
  pointer-events: none;
}

.co-wow-gallery-hero-main span,
.co-wow-gallery-hero-side span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-family: var(--co-serif);
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: .96;
  letter-spacing: -.035em;
  text-shadow: 0 8px 28px rgba(0,0,0,.42);
}

.co-wow-gallery-hero-main small {
  display: block;
  margin-bottom: 8px;
  font-family: var(--co-sans);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #f1d7bd;
}

.co-wow-gallery-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.co-wow-gallery-hero-side span {
  font-family: var(--co-sans);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.co-wow-gallery-filters {
  width: min(var(--co-max), calc(100% - var(--co-gutter)));
  margin: 0 auto clamp(34px, 4vw, 58px);
  padding: 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  border: 1px solid rgba(49, 33, 23, .12);
  border-radius: 999px;
  background: rgba(255, 252, 247, .84);
  box-shadow: 0 14px 34px rgba(53, 35, 21, .06);
  scrollbar-width: none;
}

.co-wow-gallery-filters::-webkit-scrollbar {
  display: none;
}

.co-wow-gallery-filters a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid rgba(49, 33, 23, .12);
  border-radius: 999px;
  background: #fffaf3;
  color: var(--co-soft-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.co-wow-gallery-filters a:first-child,
.co-wow-gallery-filters a:hover {
  background: var(--co-walnut);
  border-color: var(--co-walnut);
  color: #fff;
  transform: translateY(-1px);
}

.co-wow-gallery-browse {
  margin-top: 0;
}

.co-wow-gallery-browse .co-wow-section-head {
  margin-bottom: 24px;
}

.co-wow-gallery-browse .co-wow-section-head h2 {
  max-width: 720px;
}

.co-wow-gallery-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.co-wow-gallery-card {
  overflow: hidden;
  border: 1px solid rgba(49, 33, 23, .13);
  border-radius: 18px;
  background: rgba(255, 252, 247, .94);
  box-shadow: 0 14px 34px rgba(53, 35, 21, .08);
}

.co-wow-gallery-card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.co-wow-gallery-card-img {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #e7d0ae, #8a5636);
}

.co-wow-gallery-card.is-featured .co-wow-gallery-card-img {
  height: 560px;
}

.co-wow-gallery-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 999px;
  background: rgba(45, 27, 16, .64);
  color: #fff;
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.co-wow-gallery-card-body {
  padding: 16px 16px 17px;
  display: grid;
  gap: 10px;
}

.co-wow-gallery-card-body h3 {
  margin: 0;
  color: var(--co-ink);
  font-family: var(--co-serif);
  font-size: clamp(21px, 1.8vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.co-wow-gallery-card-body h3 a,
.co-wow-gallery-card-body > a {
  color: inherit;
  text-decoration: none;
}

.co-wow-gallery-card-body > a {
  color: var(--co-walnut);
  font-size: 13px;
  font-weight: 900;
}

.co-wow-gallery-card-body > a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .co-wow-gallery-hero {
    grid-template-columns: 1fr;
  }
  .co-wow-gallery-hero-media {
    min-height: 440px;
  }
  .co-wow-gallery-premium-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .co-wow-gallery-hero {
    width: min(100% - 28px, var(--co-max));
    padding-top: 32px;
  }
  .co-wow-gallery-hero-copy h1 {
    font-size: clamp(44px, 13vw, 66px);
    line-height: .92;
  }
  .co-wow-gallery-hero-media {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .co-wow-gallery-hero-main {
    height: 360px;
  }
  .co-wow-gallery-hero-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .co-wow-gallery-hero-side a {
    height: 190px;
  }
  .co-wow-gallery-filters {
    width: min(100% - 28px, var(--co-max));
    border-radius: 18px;
  }
  .co-wow-gallery-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .co-wow-gallery-card.is-featured {
    grid-column: 1 / -1;
  }
  .co-wow-gallery-card.is-featured .co-wow-gallery-card-img,
  .co-wow-gallery-card-img {
    height: 230px;
  }
  .co-wow-gallery-card-body {
    padding: 13px;
  }
}

@media (max-width: 520px) {
  .co-wow-gallery-premium-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-gallery-hero-side {
    grid-template-columns: 1fr;
  }
  .co-wow-gallery-hero-side a {
    height: 220px;
  }
}

/* v1.5.9 premium product showcase: replaces the Woo-style grid with boutique product cards */
.co-wow-product-showcase {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.co-wow-product-grid-ready.co-wow-product-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.co-wow-product-card-premium {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(76, 54, 38, .16);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 22px 58px rgba(44, 29, 18, .095);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.co-wow-product-card-premium:hover {
  transform: translateY(-4px);
  border-color: rgba(132, 79, 43, .28);
  box-shadow: 0 34px 74px rgba(44, 29, 18, .16);
}

.co-wow-product-grid-featured .co-wow-product-card-premium.is-editorial {
  grid-column: span 2;
}

.co-wow-product-card-premium .co-wow-product-img {
  height: clamp(260px, 22vw, 380px);
  border-bottom: 1px solid rgba(76, 54, 38, .12);
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.38), transparent 28%),
    linear-gradient(135deg, #d8aa74, #6f3d20 72%);
}

.co-wow-product-grid-ready .co-wow-product-card-premium .co-wow-product-img {
  height: clamp(245px, 21vw, 340px);
}

.co-wow-product-card-premium.is-editorial .co-wow-product-img {
  height: clamp(320px, 31vw, 500px);
}

.co-wow-product-card-premium .co-wow-product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 9, 5, .05) 0%, transparent 42%, rgba(20, 10, 4, .68) 100%),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.18), transparent 32%);
  opacity: .92;
}

.co-wow-product-card-premium .co-wow-product-img img {
  filter: saturate(.94) contrast(1.03);
}

.co-wow-product-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(31, 20, 12, .42);
  color: #fffaf2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.co-wow-product-view {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(126, 78, 44, .18);
  background: linear-gradient(135deg, rgba(255, 251, 245, .98) 0%, rgba(247, 234, 215, .96) 100%);
  color: #4f2f1d;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(28, 18, 11, .18);
  transform: translateY(6px);
  opacity: 0;
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.co-wow-product-card-premium:hover .co-wow-product-view,
.co-wow-product-card-premium:focus-within .co-wow-product-view {
  opacity: 1;
  transform: translateY(0);
}

.co-wow-product-card-premium .co-wow-heart {
  display: none;
}

.co-wow-product-card-premium .co-wow-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: clamp(17px, 1.45vw, 24px);
}

.co-wow-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(91, 60, 39, .82);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.co-wow-product-topline strong {
  color: #2d1a10;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.co-wow-product-topline strong del,
.co-wow-product-topline strong ins {
  text-decoration: none;
}

.co-wow-product-card-premium .co-wow-product-body h3 {
  margin: 0;
  font-family: var(--co-serif);
  font-size: clamp(22px, 1.7vw, 31px);
  line-height: .98;
  letter-spacing: -.04em;
  font-weight: 600;
}

.co-wow-product-card-premium .co-wow-product-body h3 a {
  color: #1e120c;
  text-decoration: none;
}

.co-wow-product-summary {
  margin: 0;
  color: rgba(58, 38, 26, .78);
  font-size: 14px;
  line-height: 1.55;
  max-width: 34em;
}

.co-wow-product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.co-wow-product-chips span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(115, 72, 44, .16);
  background: rgba(248, 239, 225, .74);
  color: #5b3c27;
  font-size: 11px;
  font-weight: 800;
}

.co-wow-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.co-wow-mini-btn,
.co-wow-mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
}

.co-wow-mini-btn {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(139, 101, 60, .42);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 241, 221, .22), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #6b4025 0%, #4b2b18 52%, #2f1a10 100%);
  color: #fff8ef !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 0 0 1px rgba(255,255,255,.03),
    0 14px 28px rgba(46, 25, 14, .20);
  text-shadow: 0 1px 0 rgba(20, 11, 6, .28);
  letter-spacing: .01em;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.co-wow-mini-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(240, 219, 189, .16);
  border: 1px solid rgba(240, 219, 189, .14);
  color: #fff8ef !important;
  font-size: 13px;
  line-height: 1;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.co-wow-mini-btn:hover,
.co-wow-mini-btn:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.04) brightness(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 0 0 1px rgba(255,255,255,.03),
    0 18px 34px rgba(46, 25, 14, .26);
}

.co-wow-mini-btn:hover span,
.co-wow-mini-btn:focus-visible span {
  transform: translateX(2px);
  background: rgba(240, 219, 189, .22);
  border-color: rgba(240, 219, 189, .20);
}

.co-wow-product-view:hover,
.co-wow-product-view:focus-visible {
  transform: translateY(0);
  box-shadow: 0 18px 34px rgba(28, 18, 11, .22);
  background: linear-gradient(135deg, rgba(255, 252, 247, 1) 0%, rgba(244, 226, 200, .98) 100%);
}

.co-wow-mini-link {
  color: #7a4928;
  font-size: 12px;
  white-space: nowrap;
}

.co-wow-product-fallback-title {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 22px;
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  place-items: initial !important;
  text-align: left !important;
  color: #fff8ed !important;
  font-family: var(--co-serif) !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: .95 !important;
  text-shadow: 0 4px 24px rgba(0,0,0,.34);
}

.co-wow-ready .co-wow-product-grid-ready {
  margin-top: 22px;
}

.co-wow-ready .co-wow-product-card-premium .co-wow-product-body h3 {
  font-size: clamp(21px, 1.45vw, 27px);
}

@media (max-width: 1180px) {
  .co-wow-product-showcase,
  .co-wow-product-grid-ready.co-wow-product-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .co-wow-product-showcase,
  .co-wow-product-grid-ready.co-wow-product-showcase {
    grid-template-columns: 1fr;
  }
  .co-wow-product-grid-featured .co-wow-product-card-premium.is-editorial {
    grid-column: span 1;
  }
  .co-wow-product-card-premium .co-wow-product-img,
  .co-wow-product-grid-ready .co-wow-product-card-premium .co-wow-product-img,
  .co-wow-product-card-premium.is-editorial .co-wow-product-img {
    height: 310px;
  }
  .co-wow-product-view {
    opacity: 1;
    transform: none;
  }
  .co-wow-product-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .co-wow-mini-btn,
  .co-wow-mini-link {
    width: 100%;
  }
}

/* v1.6.0 customizer + letter builder integration */
.co-wow-hero-linkline {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 800;
}
.co-wow-hero-linkline a {
  color: #7a431d;
  text-decoration: none;
  border-bottom: 1px solid rgba(122, 67, 29, .26);
}
.co-wow-builder-studio {
  --builder-card: rgba(255, 250, 241, .84);
}
.co-wow-builder-hero {
  max-width: var(--co-max);
  margin: 96px auto 34px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
  gap: 48px;
  align-items: center;
}
.co-wow-builder-copy h1 {
  margin: 12px 0 18px;
  max-width: 760px;
  font-family: var(--co-serif);
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: .89;
  letter-spacing: -.055em;
  color: #1f120d;
}
.co-wow-builder-copy p {
  max-width: 570px;
  margin: 0 0 26px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
  color: #6d4b36;
}
.co-wow-builder-panel {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(75, 39, 21, .18);
  border-radius: 30px;
  background: #1f120d;
  box-shadow: 0 30px 80px rgba(50, 30, 14, .14);
}
.co-wow-builder-panel-image {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.co-wow-builder-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.58));
}
.co-wow-builder-panel-note {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(32, 19, 12, .68);
  color: #fff8ed;
  backdrop-filter: blur(10px);
}
.co-wow-builder-panel-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--co-serif);
  font-size: clamp(24px, 2vw, 34px);
  line-height: .95;
  letter-spacing: -.035em;
}
.co-wow-builder-panel-note span {
  display: block;
  max-width: 760px;
  color: rgba(255, 248, 237, .82);
  line-height: 1.45;
}
.co-wow-builder-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.co-wow-builder-path {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(75, 39, 21, .16);
  border-radius: 26px;
  background: var(--builder-card);
  color: #1f120d;
  box-shadow: 0 18px 52px rgba(60, 35, 18, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.co-wow-builder-path:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 67, 29, .34);
  box-shadow: 0 24px 70px rgba(60, 35, 18, .12);
}
.co-wow-builder-path-media {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}
.co-wow-builder-path-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px;
}
.co-wow-builder-path-body small {
  color: #a15b2f;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}
.co-wow-builder-path-body strong {
  font-family: var(--co-serif);
  font-size: clamp(25px, 2vw, 34px);
  line-height: .96;
  letter-spacing: -.04em;
}
.co-wow-builder-path-body em {
  color: #734b33;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
.co-wow-tool-shell {
  padding: 28px;
  border: 1px solid rgba(75, 39, 21, .14);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,250,241,.96), rgba(247,238,222,.82));
  box-shadow: 0 22px 70px rgba(60, 35, 18, .08);
}
.co-wow-tool-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.co-wow-tool-head h2 {
  margin: 8px 0 8px;
  font-family: var(--co-serif);
  font-size: clamp(38px, 4vw, 66px);
  line-height: .94;
  letter-spacing: -.05em;
}
.co-wow-tool-head p {
  max-width: 760px;
  margin: 0;
  color: #6d4b36;
  line-height: 1.55;
}
.co-wow-tool-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 220px;
  padding: 32px;
  border: 1px dashed rgba(122, 67, 29, .34);
  border-radius: 24px;
  background: rgba(255, 255, 255, .54);
}
.co-wow-tool-placeholder h3 {
  margin: 8px 0 10px;
  font-family: var(--co-serif);
  font-size: clamp(30px, 3vw, 50px);
  line-height: .95;
  letter-spacing: -.045em;
}
.co-wow-tool-placeholder p {
  max-width: 720px;
  margin: 0;
  color: #6d4b36;
  line-height: 1.55;
}
.co-wow-tool-embed {
  overflow: hidden;
  border: 1px solid rgba(75, 39, 21, .13);
  border-radius: 24px;
  background: #fff;
}
.co-wow-builder-data-grid,
.co-wow-letter-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.co-wow-letter-choice-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.co-wow-builder-data-grid article,
.co-wow-letter-choice-grid article {
  padding: 24px;
  border: 1px solid rgba(75, 39, 21, .14);
  border-radius: 22px;
  background: rgba(255, 250, 241, .8);
}
.co-wow-builder-data-grid strong,
.co-wow-letter-choice-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--co-serif);
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.035em;
  color: #1f120d;
}
.co-wow-builder-data-grid span,
.co-wow-letter-choice-grid p {
  margin: 0;
  color: #6d4b36;
  line-height: 1.48;
}
.co-wow-letter-choice-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #0a8583;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.co-wow-letter-preview-card {
  min-height: 480px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, #f8ead3, #5b321f 70%);
}
.co-wow-letter-preview-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.48));
}
.co-wow-letter-sample {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(76%, 520px);
  aspect-ratio: 1.9/1;
  border-radius: 28px;
  background: linear-gradient(135deg, #f4d4a2, #c27b35 48%, #6c3218);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 30px 70px rgba(0,0,0,.22);
}
.co-wow-letter-sample span {
  font-family: var(--co-serif);
  font-size: clamp(64px, 7vw, 128px);
  line-height: .9;
  letter-spacing: -.08em;
  color: #2a140a;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
}

@media (max-width: 1100px) {
  .co-wow-builder-hero,
  .co-wow-builder-paths {
    grid-template-columns: 1fr;
  }
  .co-wow-builder-panel {
    min-height: 420px;
  }
  .co-wow-builder-data-grid,
  .co-wow-letter-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .co-wow-builder-hero {
    margin-top: 38px;
    padding: 0 18px;
    gap: 22px;
  }
  .co-wow-builder-copy h1 {
    font-size: clamp(44px, 15vw, 70px);
  }
  .co-wow-builder-path {
    grid-template-columns: 1fr;
  }
  .co-wow-builder-path-media {
    min-height: 230px;
  }
  .co-wow-tool-head,
  .co-wow-tool-placeholder {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .co-wow-builder-data-grid,
  .co-wow-letter-choice-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-tool-shell {
    padding: 18px;
  }
}

/* v1.6.1 integrated builder studio fix */
.co-wow-letter-studio {
  padding: 0;
}
.co-wow-letter-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .62fr);
  gap: 22px;
  align-items: stretch;
}
.co-wow-letter-form,
.co-wow-letter-live-preview {
  border: 1px solid rgba(75, 39, 21, .14);
  border-radius: 30px;
  background: rgba(255, 250, 241, .9);
  box-shadow: 0 22px 70px rgba(60, 35, 18, .08);
}
.co-wow-letter-form {
  padding: clamp(22px, 3vw, 38px);
}
.co-wow-letter-form .co-wow-tool-head {
  margin-bottom: 24px;
}
.co-wow-letter-form-head h2 {
  margin-bottom: 10px;
}
.co-wow-field-group {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}
.co-wow-field-group label,
.co-wow-toggle-grid label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a431d;
}
.co-wow-field-group input,
.co-wow-field-group select,
.co-wow-field-group textarea {
  width: 100%;
  border: 1px solid rgba(75, 39, 21, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: #1f120d;
  font: 800 15px/1.25 var(--co-sans);
  padding: 14px 15px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.co-wow-field-group textarea {
  font-weight: 650;
  line-height: 1.45;
  resize: vertical;
}
.co-wow-field-group input:focus,
.co-wow-field-group select:focus,
.co-wow-field-group textarea:focus {
  border-color: rgba(10, 133, 131, .62);
  box-shadow: 0 0 0 4px rgba(10, 133, 131, .11);
}
.co-wow-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.co-wow-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 20px;
}
.co-wow-toggle-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(75, 39, 21, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .54);
  letter-spacing: .02em;
  text-transform: none;
  color: #3d2519;
}
.co-wow-toggle-grid input {
  accent-color: #0a8583;
}
.co-wow-letter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.co-wow-letter-live-preview {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 28px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(100deg, rgba(64, 35, 18, .15) 0 6px, rgba(140, 89, 43, .05) 6px 12px, rgba(82, 52, 25, .14) 12px 16px),
    linear-gradient(120deg, #f1d7a5 0%, #d1a06b 35%, #bb8149 60%, #8f5a2d 100%);
  --co-letter-shadow: rgba(0,0,0,.12);
  position: relative;
  display: grid;
  place-items: center;
  margin: 18px 0;
  width: 100%;
  aspect-ratio: var(--co-letter-preview-aspect, 1.8);
  min-height: 160px;
  max-height: 430px;
  border: 1px solid rgba(70, 33, 17, .16);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 40px rgba(53, 24, 9, .05);
  overflow: hidden;
}
.co-wow-letter-board span {
  max-width: none;
  font-family: var(--co-serif);
  font-size: clamp(48px, 7vw, 108px);
  line-height: .85;
  letter-spacing: -.075em;
  text-align: center;
  text-shadow: 0 1px 2px var(--co-letter-shadow);
  overflow-wrap: normal;
  white-space: nowrap;
}
.co-wow-letter-board span span {
  color: transparent;
  background-image: var(--co-letter-fill);
  -webkit-background-clip: text;
  background-clip: text;
  filter: none;
}
html[data-co-letter-style="modern"] .co-wow-letter-board span,
html[data-co-letter-style="modern"] .co-wow-letter-sample span {
  font-family: var(--co-sans);
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
html[data-co-letter-style="rustic"] .co-wow-letter-board span,
html[data-co-letter-style="rustic"] .co-wow-letter-sample span {
  letter-spacing: -.03em;
  text-transform: capitalize;
}
html[data-co-letter-style="bold"] .co-wow-letter-board span,
html[data-co-letter-style="bold"] .co-wow-letter-sample span {
  font-family: var(--co-sans);
  font-weight: 950;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
html[data-co-letter-style="business"] .co-wow-letter-board span,
html[data-co-letter-style="business"] .co-wow-letter-sample span {
  font-family: var(--co-sans);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.co-wow-letter-preview-meta {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(75, 39, 21, .12);
}
.co-wow-letter-preview-meta strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  color: #1f120d;
}
.co-wow-letter-preview-meta p {
  margin: 0;
  color: #6d4b36;
  line-height: 1.48;
}
@media (max-width: 980px) {
  .co-wow-letter-studio-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-letter-live-preview {
    position: relative;
    top: auto;
    min-height: 420px;
  }
}
@media (max-width: 640px) {
  .co-wow-field-grid,
  .co-wow-toggle-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-letter-live-preview,
  .co-wow-letter-form {
    border-radius: 24px;
    padding: 18px;
  }
}


/* v1.6.2 letter builder: realistic hero, sizing warnings, pricing and cart */
.co-wow-letter-hero-v2 {
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  align-items: stretch;
}
.co-wow-letter-hero-v2 .co-wow-builder-copy h1 {
  max-width: 710px;
  font-size: clamp(54px, 5.7vw, 98px);
  line-height: .88;
  letter-spacing: -.06em;
}
.co-wow-letter-hero-v2 .co-wow-builder-copy p {
  max-width: 650px;
}
.co-wow-letter-photo-hero {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(75, 39, 21, .14);
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 80px rgba(58, 31, 18, .14);
}
.co-wow-letter-photo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28,14,8,.42), rgba(28,14,8,.08) 42%, rgba(28,14,8,.58));
}
.co-wow-letter-photo-copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: grid;
  gap: 8px;
  max-width: 580px;
  margin-left: auto;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 24px;
  background: rgba(34, 18, 11, .66);
  color: #fff6e8;
  backdrop-filter: blur(8px);
}
.co-wow-letter-photo-copy span:first-child {
  color: #f2d3a5;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}
.co-wow-letter-photo-copy strong {
  font-family: var(--co-serif);
  font-size: clamp(48px, 5vw, 86px);
  line-height: .82;
  letter-spacing: -.06em;
}
.co-wow-letter-photo-copy em {
  color: rgba(255,246,232,.78);
  font-style: normal;
  font-weight: 800;
}
.co-wow-letter-studio-v2 .co-wow-letter-studio-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .62fr);
}
.co-wow-accent-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .7fr) minmax(0, .85fr);
}
.co-wow-letter-price-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 20px;
}
.co-wow-letter-price-panel > div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(75, 39, 21, .13);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(250,241,225,.7));
}
.co-wow-letter-price-panel span {
  display: block;
  margin-bottom: 7px;
  color: #7a431d;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.co-wow-letter-price-panel strong {
  display: block;
  color: #1f120d;
  font-family: var(--co-serif);
  font-size: clamp(23px, 2vw, 34px);
  line-height: .95;
  letter-spacing: -.04em;
}
.co-wow-letter-warning {
  margin: 8px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(165, 84, 25, .32);
  border-radius: 16px;
  background: rgba(255, 234, 201, .85);
  color: #713915;
  font-weight: 850;
  line-height: 1.38;
}
.co-wow-letter-board span[data-co-letter-preview],
.co-wow-letter-photo-copy strong [data-co-letter-preview] {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: .015em;
  white-space: nowrap;
}
.co-wow-letter-board span span,
.co-wow-letter-photo-copy strong span span {
  display: inline-block;
  transform-origin: bottom center;
  white-space: nowrap;
}
.co-wow-letter-board .is-accent,
.co-wow-letter-photo-copy .is-accent {
  transform: scale(var(--co-letter-accent-scale, 1.3));
  margin-inline: .025em;
}
.co-wow-letter-space {
  width: .32em;
}
html[data-co-letter-accent-font="script"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="script"] .co-wow-letter-photo-copy .is-accent {
  font-family: var(--co-serif);
  font-style: italic;
}
html[data-co-letter-accent-font="serif"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="serif"] .co-wow-letter-photo-copy .is-accent {
  font-family: var(--co-serif);
  font-style: normal;
}
html[data-co-letter-accent-font="block"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="block"] .co-wow-letter-photo-copy .is-accent,
html[data-co-letter-accent-font="modern"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="modern"] .co-wow-letter-photo-copy .is-accent {
  font-family: var(--co-sans);
  font-weight: 950;
  text-transform: uppercase;
}
html[data-co-letter-style="serif"] .co-wow-letter-board span,
html[data-co-letter-style="serif"] .co-wow-letter-photo-copy strong {
  font-family: var(--co-serif);
  letter-spacing: -.055em;
}
@media (max-width: 1100px) {
  .co-wow-letter-hero-v2,
  .co-wow-letter-studio-v2 .co-wow-letter-studio-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-letter-photo-hero {
    min-height: 480px;
  }
}
@media (max-width: 720px) {
  .co-wow-letter-hero-v2 .co-wow-builder-copy h1 {
    font-size: clamp(44px, 13vw, 66px);
  }
  .co-wow-letter-photo-hero {
    min-height: 380px;
    border-radius: 24px;
  }
  .co-wow-accent-grid,
  .co-wow-letter-price-panel {
    grid-template-columns: 1fr;
  }
}

/* v1.6.3 letter builder: cut rules, better fonts and cleaner cart-ready studio */
.co-wow-letter-server-warning {
  max-width: 1300px;
  margin: 22px auto -8px;
  padding: 14px 18px;
  border: 1px solid rgba(157, 57, 20, .28);
  border-radius: 18px;
  background: rgba(255, 232, 210, .92);
  color: #763313;
  font: 850 14px/1.4 var(--co-sans);
}
.co-wow-field-hint {
  display: block;
  margin-top: -2px;
  color: rgba(62, 35, 22, .68);
  font: 700 12px/1.35 var(--co-sans);
  letter-spacing: 0;
}
.co-wow-letter-hero-v2 .co-wow-builder-copy h1 {
  max-width: 780px;
  font-size: clamp(48px, 5vw, 84px);
  line-height: .9;
}
.co-wow-letter-photo-hero {
  background-position: center center;
}
.co-wow-letter-photo-hero::before {
  background:
    linear-gradient(90deg, rgba(28,14,8,.20), rgba(28,14,8,.02) 38%, rgba(28,14,8,.50)),
    radial-gradient(circle at 85% 76%, rgba(0,0,0,.56), transparent 36%);
}
.co-wow-letter-photo-copy {
  max-width: 480px;
  left: auto;
  background: rgba(34, 18, 11, .70);
}
.co-wow-letter-photo-copy strong {
  font-family: "Brush Script MT", "Segoe Script", var(--co-serif);
}
.co-wow-cut-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, .74fr);
}
.co-wow-letter-warning.is-invalid {
  border-color: rgba(176, 45, 23, .45);
  background: rgba(255, 224, 214, .95);
  color: #842411;
}
.co-wow-btn.is-disabled,
.co-wow-btn:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none !important;
  filter: grayscale(.15);
}
.co-wow-letter-price-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* More realistic font preview families. These use safe browser fonts while keeping the visual choices distinct. */
html[data-co-letter-style="connected_script"] .co-wow-letter-board span,
html[data-co-letter-style="connected_script"] .co-wow-letter-photo-copy strong {
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-weight: 500;
  letter-spacing: -.045em;
  text-transform: none;
}
html[data-co-letter-style="elegant_script"] .co-wow-letter-board span,
html[data-co-letter-style="elegant_script"] .co-wow-letter-photo-copy strong {
  font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -.06em;
  text-transform: none;
}
html[data-co-letter-style="modern_script"] .co-wow-letter-board span,
html[data-co-letter-style="modern_script"] .co-wow-letter-photo-copy strong {
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: none;
}
html[data-co-letter-style="classic_serif"] .co-wow-letter-board span,
html[data-co-letter-style="classic_serif"] .co-wow-letter-photo-copy strong {
  font-family: Georgia, "Times New Roman", var(--co-serif);
  font-weight: 700;
  letter-spacing: -.055em;
  text-transform: none;
}
html[data-co-letter-style="farmhouse_serif"] .co-wow-letter-board span,
html[data-co-letter-style="farmhouse_serif"] .co-wow-letter-photo-copy strong {
  font-family: Georgia, "Times New Roman", var(--co-serif);
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: capitalize;
}
html[data-co-letter-style="slab_serif"] .co-wow-letter-board span,
html[data-co-letter-style="slab_serif"] .co-wow-letter-photo-copy strong,
html[data-co-letter-style="western"] .co-wow-letter-board span,
html[data-co-letter-style="western"] .co-wow-letter-photo-copy strong {
  font-family: Rockwell, "Courier New", Georgia, serif;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: capitalize;
}
html[data-co-letter-style="clean_sans"] .co-wow-letter-board span,
html[data-co-letter-style="clean_sans"] .co-wow-letter-photo-copy strong,
html[data-co-letter-style="rounded_sans"] .co-wow-letter-board span,
html[data-co-letter-style="rounded_sans"] .co-wow-letter-photo-copy strong {
  font-family: var(--co-sans);
  font-weight: 850;
  letter-spacing: -.04em;
  text-transform: none;
}
html[data-co-letter-style="bold_block"] .co-wow-letter-board span,
html[data-co-letter-style="bold_block"] .co-wow-letter-photo-copy strong,
html[data-co-letter-style="varsity"] .co-wow-letter-board span,
html[data-co-letter-style="varsity"] .co-wow-letter-photo-copy strong,
html[data-co-letter-style="stencil"] .co-wow-letter-board span,
html[data-co-letter-style="stencil"] .co-wow-letter-photo-copy strong,
html[data-co-letter-style="business"] .co-wow-letter-board span,
html[data-co-letter-style="business"] .co-wow-letter-photo-copy strong {
  font-family: var(--co-sans);
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}
html[data-co-letter-style="stencil"] .co-wow-letter-board span,
html[data-co-letter-style="stencil"] .co-wow-letter-photo-copy strong {
  letter-spacing: .08em;
}
html[data-co-cut-method="cnc"] .co-wow-letter-board {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 18px 40px rgba(53, 24, 9, .05), 0 0 0 2px rgba(72, 35, 17, .05);
}
html[data-co-letter-accent-font="connected_script"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="connected_script"] .co-wow-letter-photo-copy .is-accent,
html[data-co-letter-accent-font="elegant_script"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="elegant_script"] .co-wow-letter-photo-copy .is-accent {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-style: italic;
  text-transform: none;
}
html[data-co-letter-accent-font="classic_serif"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="classic_serif"] .co-wow-letter-photo-copy .is-accent,
html[data-co-letter-accent-font="slab_serif"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="slab_serif"] .co-wow-letter-photo-copy .is-accent {
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  text-transform: none;
}
html[data-co-letter-accent-font="bold_block"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="bold_block"] .co-wow-letter-photo-copy .is-accent,
html[data-co-letter-accent-font="clean_sans"] .co-wow-letter-board .is-accent,
html[data-co-letter-accent-font="clean_sans"] .co-wow-letter-photo-copy .is-accent {
  font-family: var(--co-sans);
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .co-wow-cut-grid,
  .co-wow-accent-grid,
  .co-wow-field-grid,
  .co-wow-letter-price-panel {
    grid-template-columns: 1fr;
  }
}

.co-wow-cart-letter-thumb {
  width: 74px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75,39,21,.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 25% 15%, rgba(255,255,255,.35), transparent 34%),
    linear-gradient(135deg, #dfb170, #a55d2b 52%, #5b2d19 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
  color: #261208;
}
.co-wow-cart-letter-thumb span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.08em;
}


/* v1.6.4 preview polish: white preview background with wood-grain lettering by selected material */
html[data-co-letter-material="maple"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(95deg, rgba(124, 88, 41, .14) 0 5px, rgba(255, 245, 220, .12) 5px 11px, rgba(166, 124, 69, .18) 11px 15px),
    linear-gradient(120deg, #f7dfb4 0%, #ebc88d 45%, #d9a769 100%);
}
html[data-co-letter-material="walnut"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(97deg, rgba(60, 34, 21, .22) 0 6px, rgba(123, 82, 45, .14) 6px 12px, rgba(43, 23, 12, .24) 12px 16px),
    linear-gradient(120deg, #7b5334 0%, #5a3924 48%, #2e1a11 100%);
  --co-letter-shadow: rgba(0,0,0,.18);
}
html[data-co-letter-material="oak"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(96deg, rgba(99, 63, 28, .16) 0 5px, rgba(201, 160, 96, .11) 5px 10px, rgba(132, 89, 43, .18) 10px 15px),
    linear-gradient(120deg, #e7c58f 0%, #cb9c61 50%, #9b6a36 100%);
}
html[data-co-letter-material="cherry"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(98deg, rgba(92, 39, 24, .20) 0 6px, rgba(163, 83, 56, .14) 6px 12px, rgba(118, 50, 32, .19) 12px 17px),
    linear-gradient(120deg, #d29a78 0%, #b66b4b 48%, #7a3825 100%);
}
html[data-co-letter-material="pine"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(94deg, rgba(140, 102, 51, .12) 0 6px, rgba(255, 233, 179, .10) 6px 11px, rgba(168, 127, 63, .18) 11px 16px),
    linear-gradient(120deg, #f5d487 0%, #e0bb6b 48%, #c3924d 100%);
}
html[data-co-letter-material="mdf"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(96deg, rgba(110, 82, 52, .10) 0 7px, rgba(169, 134, 95, .08) 7px 12px, rgba(128, 98, 68, .12) 12px 17px),
    linear-gradient(120deg, #d4bf9c 0%, #c1aa86 52%, #a48966 100%);
}
.co-wow-letter-preview-meta strong::after {
  content: " White background · selected wood grain preview";
  color: rgba(122, 67, 29, .72);
  font-family: var(--co-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}


/* v1.6.5 preview scale: no wrapping + board reflects selected finished width/project height */
.co-wow-letter-board {
  aspect-ratio: var(--co-letter-preview-aspect, 1.8);
}
.co-wow-letter-board::after {
  content: attr(data-size-label);
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(70,33,17,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: rgba(62,35,22,.62);
  font: 850 10px/1 var(--co-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}
.co-wow-letter-board [data-co-letter-preview] {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  max-width: none !important;
  transform-origin: center center;
}
.co-wow-letter-board [data-co-letter-preview] span {
  white-space: nowrap !important;
  flex: 0 0 auto;
}
.co-wow-letter-board .co-wow-letter-space {
  flex: 0 0 .34em;
  width: .34em;
}
@media (max-width: 720px) {
  .co-wow-letter-board::after {
    right: 10px;
    bottom: 9px;
    font-size: 9px;
  }
}


/* v1.6.6 remove white fade from live preview lettering */
.co-wow-letter-board span span { background-blend-mode: multiply; }


/* v1.6.7 dimensional preview: solid woodgrain letters, no white wash, visible W/H rulers */
.co-wow-letter-preview-stage {
  position: relative;
  padding: 26px 0 0 34px;
}
.co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(98deg, #b98555 0 5px, #9d643c 5px 10px, #c99662 10px 15px),
    linear-gradient(120deg, #d19b63, #9d5c34);
  --co-letter-shadow: rgba(45, 20, 10, .18);
}
.co-wow-letter-board span,
.co-wow-letter-board [data-co-letter-preview] {
  text-shadow: 0 1px 1px var(--co-letter-shadow) !important;
  filter: none !important;
  opacity: 1 !important;
}
.co-wow-letter-board [data-co-letter-preview] > span {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background-image: var(--co-letter-fill) !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
html[data-co-letter-material="maple"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(96deg, #e8c282 0 5px, #f4dca8 5px 9px, #d2a45f 9px 14px),
    linear-gradient(120deg, #f0ce91, #d6a45f);
}
html[data-co-letter-material="walnut"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(97deg, #2b170d 0 5px, #6b4328 5px 10px, #3c2114 10px 15px),
    linear-gradient(120deg, #6f472f, #26140b);
  --co-letter-shadow: rgba(0,0,0,.24);
}
html[data-co-letter-material="oak"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(96deg, #a26b32 0 5px, #d2a469 5px 10px, #8c5728 10px 15px),
    linear-gradient(120deg, #d4aa70, #8d5728);
}
html[data-co-letter-material="cherry"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(98deg, #7e3522 0 5px, #bd6c4d 5px 10px, #8e3f2a 10px 15px),
    linear-gradient(120deg, #bd7150, #74301e);
}
html[data-co-letter-material="pine"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(94deg, #d7a75a 0 5px, #f0d28b 5px 10px, #bd8744 10px 15px),
    linear-gradient(120deg, #e9c477, #bd8744);
}
html[data-co-letter-material="mdf"] .co-wow-letter-board {
  --co-letter-fill:
    repeating-linear-gradient(96deg, #9d805e 0 6px, #c1a783 6px 12px, #8e7150 12px 18px),
    linear-gradient(120deg, #c7ad86, #92724f);
}
.co-wow-letter-board::after {
  display: none !important;
}
.co-wow-dim-line {
  position: absolute;
  z-index: 4;
  color: rgba(62,35,22,.62);
  font: 900 10px/1 var(--co-sans);
  letter-spacing: .09em;
  text-transform: uppercase;
  pointer-events: none;
}
.co-wow-dim-width {
  left: 44px;
  right: 10px;
  top: 4px;
  height: 18px;
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(70,33,17,.24);
}
.co-wow-dim-width::before,
.co-wow-dim-width::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 1px;
  height: 10px;
  background: rgba(70,33,17,.24);
}
.co-wow-dim-width::before { left: 0; }
.co-wow-dim-width::after { right: 0; }
.co-wow-dim-width span,
.co-wow-dim-height span {
  padding: 4px 8px;
  border: 1px solid rgba(70,33,17,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
}
.co-wow-dim-height {
  left: 0;
  top: 32px;
  bottom: 4px;
  width: 24px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(70,33,17,.24);
}
.co-wow-dim-height::before,
.co-wow-dim-height::after {
  content: "";
  position: absolute;
  left: -5px;
  height: 1px;
  width: 10px;
  background: rgba(70,33,17,.24);
}
.co-wow-dim-height::before { top: 0; }
.co-wow-dim-height::after { bottom: 0; }
.co-wow-dim-height span {
  transform: rotate(-90deg);
  white-space: nowrap;
}
.co-wow-project-size-badge,
.co-wow-letter-size-badge {
  position: absolute;
  z-index: 5;
  right: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(70,33,17,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: rgba(62,35,22,.70);
  font: 900 9px/1 var(--co-sans);
  letter-spacing: .07em;
  text-transform: uppercase;
  pointer-events: none;
}
.co-wow-project-size-badge { bottom: 12px; }
.co-wow-letter-size-badge {
  left: 12px;
  right: auto;
  bottom: 12px;
}
.co-wow-letter-preview-meta small {
  display: block;
  margin-top: 8px;
  color: rgba(109,75,54,.76);
  line-height: 1.42;
}
@media (max-width: 720px) {
  .co-wow-letter-preview-stage { padding-left: 26px; }
  .co-wow-letter-size-badge {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 110px);
    white-space: normal;
    line-height: 1.15;
  }
  .co-wow-project-size-badge {
    right: 10px;
    bottom: 10px;
  }
}


/* v1.6.8 font expansion + cleanup */
.co-wow-letter-options {
  display: none !important;
}

/* Additional script styles */
html[data-co-letter-style="signature_script"] .co-wow-letter-board span,
html[data-co-letter-style="signature_script"] .co-wow-letter-photo-copy strong {
  font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -.075em;
  text-transform: none;
}
html[data-co-letter-style="brush_script"] .co-wow-letter-board span,
html[data-co-letter-style="brush_script"] .co-wow-letter-photo-copy strong {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-weight: 650;
  letter-spacing: -.045em;
  text-transform: none;
}
html[data-co-letter-style="calligraphy_script"] .co-wow-letter-board span,
html[data-co-letter-style="calligraphy_script"] .co-wow-letter-photo-copy strong {
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 650;
  letter-spacing: -.06em;
  text-transform: none;
}
html[data-co-letter-style="handwritten_casual"] .co-wow-letter-board span,
html[data-co-letter-style="handwritten_casual"] .co-wow-letter-photo-copy strong {
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: none;
}
html[data-co-letter-style="thin_script"] .co-wow-letter-board span,
html[data-co-letter-style="thin_script"] .co-wow-letter-photo-copy strong {
  font-family: "Lucida Handwriting", "Segoe Script", cursive;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.08em;
  text-transform: none;
}

/* Additional serif/sign styles */
html[data-co-letter-style="vintage_serif"] .co-wow-letter-board span,
html[data-co-letter-style="vintage_serif"] .co-wow-letter-photo-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: capitalize;
}
html[data-co-letter-style="rustic_caps"] .co-wow-letter-board span,
html[data-co-letter-style="rustic_caps"] .co-wow-letter-photo-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}
html[data-co-letter-style="art_deco"] .co-wow-letter-board span,
html[data-co-letter-style="art_deco"] .co-wow-letter-photo-copy strong {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
html[data-co-letter-style="playful_rounded"] .co-wow-letter-board span,
html[data-co-letter-style="playful_rounded"] .co-wow-letter-photo-copy strong {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", var(--co-sans);
  font-weight: 900;
  letter-spacing: -.025em;
  text-transform: none;
}
html[data-co-letter-style="condensed_block"] .co-wow-letter-board span,
html[data-co-letter-style="condensed_block"] .co-wow-letter-photo-copy strong {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, var(--co-sans);
  font-weight: 950;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-stretch: condensed;
}
html[data-co-letter-style="industrial_block"] .co-wow-letter-board span,
html[data-co-letter-style="industrial_block"] .co-wow-letter-photo-copy strong {
  font-family: Impact, "Arial Black", var(--co-sans);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}
html[data-co-letter-style="modern_mono"] .co-wow-letter-board span,
html[data-co-letter-style="modern_mono"] .co-wow-letter-photo-copy strong {
  font-family: "Courier New", Consolas, monospace;
  font-weight: 900;
  letter-spacing: -.015em;
  text-transform: uppercase;
}


/* v1.6.9 letters-only order mode */
.co-wow-order-mode-field select {
  border-color: rgba(0, 137, 140, .28);
  background: linear-gradient(180deg, #fff, rgba(236, 250, 248, .65));
}
html[data-co-letter-order-mode="letters_only"] .co-wow-dim-line {
  border-color: rgba(0, 137, 140, .28);
  color: rgba(0, 104, 108, .76);
}
html[data-co-letter-order-mode="letters_only"] .co-wow-dim-width::before,
html[data-co-letter-order-mode="letters_only"] .co-wow-dim-width::after,
html[data-co-letter-order-mode="letters_only"] .co-wow-dim-height::before,
html[data-co-letter-order-mode="letters_only"] .co-wow-dim-height::after {
  background: rgba(0, 137, 140, .28);
}
html[data-co-letter-order-mode="letters_only"] .co-wow-project-size-badge {
  color: #007b80;
  border-color: rgba(0, 137, 140, .18);
  background: rgba(236, 250, 248, .92);
}
html[data-co-letter-order-mode="letters_only"] [data-co-project-height-field] {
  display: none !important;
}


/* v1.7.0 decorative icon options */
.co-wow-letter-addon-block {
  margin: 14px 0 18px;
  padding: 18px;
  border: 1px solid rgba(75,39,21,.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(247,238,225,.72));
}
.co-wow-addon-head h3 {
  margin: 4px 0 8px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: .98;
}
.co-wow-addon-head p {
  margin: 0 0 14px;
}
.co-wow-letter-price-panel {
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}
.co-wow-letter-preview-meta [data-co-icon-meta] {
  display: inline-block;
  margin-top: 6px;
}


/* v1.7.1 visual icon picker */
.co-wow-icon-picker-wrap {
  margin-top: -6px;
}
.co-wow-icon-pickers {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}
.co-wow-icon-group {
  border: 1px solid rgba(75,39,21,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.55);
}
.co-wow-icon-group summary {
  cursor: pointer;
  padding: 12px 14px;
  list-style: none;
  font: 800 12px/1.2 var(--co-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7a431d;
}
.co-wow-icon-group summary::-webkit-details-marker { display:none; }
.co-wow-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}
.co-wow-icon-choice {
  appearance: none;
  border: 1px solid rgba(75,39,21,.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,239,228,.95));
  padding: 10px 8px;
  min-height: 90px;
  display: grid;
  place-items: center;
  gap: 6px;
  cursor: pointer;
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.co-wow-icon-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(122,67,29,.35);
  box-shadow: 0 10px 24px rgba(75,39,21,.08);
}
.co-wow-icon-choice.is-active {
  border-color: #8c532c;
  box-shadow: 0 0 0 2px rgba(140,83,44,.14), 0 10px 24px rgba(75,39,21,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,224,205,.98));
}
.co-wow-icon-svg {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
.co-wow-icon-svg svg {
  width: 38px;
  height: 38px;
  stroke: #3b2416;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.co-wow-icon-empty {
  color: rgba(59,36,22,.5);
  font: 700 24px/1 var(--co-serif);
}
.co-wow-icon-name {
  font: 700 11px/1.25 var(--co-sans);
  color: #4a2a18;
  text-align: center;
}


.co-wow-icon-grid {
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
}
.co-wow-icon-choice {
  min-height: 118px;
  align-content: start;
}
.co-wow-icon-visual {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}
.co-wow-icon-image {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}
.co-wow-icon-choice .co-wow-icon-svg {
  width: 54px;
  height: 54px;
}
.co-wow-icon-choice .co-wow-icon-svg svg {
  width: 54px;
  height: 54px;
}


/* v1.7.3: single icon picker with size + thickness */
.co-wow-icon-main-select select {
  border-color: rgba(0, 137, 140, .25);
}
.co-wow-letter-addon-block .co-wow-icon-picker-wrap {
  grid-column: 1 / -1;
}
.co-wow-letter-addon-block .co-wow-icon-pickers {
  max-height: 430px;
}
.co-wow-letter-addon-block .co-wow-icon-grid {
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}
.co-wow-icon-choice {
  min-height: 122px;
}
.co-wow-icon-choice.is-active .co-wow-icon-name::after {
  content: " selected";
  display: block;
  margin-top: 4px;
  color: #00898c;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}


/* v1.7.4 icon colors */
.co-wow-icon-color-wrap small {
  display:block;
  margin-top:8px;
  color:#7d685d;
  font-size:11px;
  line-height:1.45;
}


/* v1.7.5: corrected classic icon labels + 3D printed icon section */
.co-wow-3d-icon-panel {
  grid-column: 1 / -1;
  border: 1px solid rgba(0, 137, 140, .18);
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(236,250,248,.86), rgba(255,255,255,.72));
}
.co-wow-3d-icon-panel h4 {
  margin: 4px 0 6px;
  font: 800 20px/1.05 var(--co-serif);
  color: #2c160f;
}
.co-wow-3d-icon-panel p {
  margin: 0 0 12px;
  color: #6d4b36;
  line-height: 1.45;
}
.co-wow-3d-icon-panel small {
  display: block;
  margin-top: 8px;
  color: #7d685d;
  font-size: 11px;
  line-height: 1.45;
}


/* v1.7.6: actual 3D printed item list */
.co-wow-3d-icon-panel select[data-co-printed-item] {
  margin-bottom: 12px;
  border-color: rgba(0, 137, 140, .28);
}
.co-wow-3d-icon-panel label + select {
  margin-top: 6px;
}
.co-wow-3d-icon-panel small + label {
  display: block;
  margin-top: 14px;
}


/* v1.7.7: visible 3D print options */
.co-wow-3d-icon-panel[hidden] {
  display: none !important;
}
.co-wow-3d-icon-panel {
  grid-column: 1 / -1;
  display: block;
  border: 1px solid rgba(0,137,140,.28);
  border-radius: 22px;
  padding: 18px;
  margin-top: 4px;
  background:
    linear-gradient(135deg, rgba(236,250,248,.96), rgba(255,255,255,.88)),
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(246,238,228,.65));
  box-shadow: 0 18px 38px rgba(0, 77, 82, .08);
}
.co-wow-3d-icon-panel h4 {
  margin: 4px 0 8px;
  font: 900 24px/1.02 var(--co-serif);
  color: #27160f;
}
.co-wow-3d-icon-panel p {
  margin: 0 0 16px;
  color: #6d4b36;
  line-height: 1.45;
}
.co-wow-3d-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.co-wow-3d-grid label {
  display: block;
  margin: 0 0 7px;
  font: 900 11px/1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a431d;
}
.co-wow-3d-icon-panel small {
  display: block;
  margin-top: 14px;
  color: #71584b;
  font-size: 11px;
  line-height: 1.45;
}
@media (max-width: 720px) {
  .co-wow-3d-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.7.8: fixed 3D panel and main size/thickness pricing */
.co-wow-3d-icon-panel {
  display: none;
}
.co-wow-3d-icon-panel.is-visible {
  display: block !important;
}
.co-wow-3d-icon-panel[hidden] {
  display: none !important;
}
.co-wow-letter-addon-block select[data-co-icon-size],
.co-wow-letter-addon-block select[data-co-icon-thickness] {
  min-height: 52px;
  color: #1f120c;
}
.co-wow-letter-addon-block select[data-co-icon-thickness] option,
.co-wow-letter-addon-block select[data-co-icon-size] option {
  color: #1f120c;
}
.co-wow-3d-icon-panel .co-wow-3d-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .co-wow-3d-icon-panel .co-wow-3d-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.7.9: always visible 3D print details */
.co-wow-3d-icon-panel,
.co-wow-3d-icon-panel[hidden],
.co-wow-3d-icon-panel.is-visible {
  display: block !important;
}
.co-wow-3d-icon-panel {
  grid-column: 1 / -1;
  border: 1px dashed rgba(122, 67, 29, .26);
  border-radius: 22px;
  padding: 18px;
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(246,238,228,.72));
  opacity: .72;
}
.co-wow-3d-icon-panel.is-active-3d {
  opacity: 1;
  border-style: solid;
  border-color: rgba(0,137,140,.36);
  background:
    linear-gradient(135deg, rgba(236,250,248,.96), rgba(255,255,255,.88)),
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(246,238,228,.65));
  box-shadow: 0 18px 38px rgba(0,77,82,.08);
}
.co-wow-3d-icon-panel select:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.co-wow-3d-icon-panel.is-active-3d select {
  opacity: 1;
}
.co-wow-3d-icon-panel h4 {
  margin: 4px 0 8px;
  font: 900 24px/1.02 var(--co-serif);
  color: #27160f;
}
.co-wow-3d-icon-panel p {
  margin: 0 0 16px;
  color: #6d4b36;
  line-height: 1.45;
}
.co-wow-3d-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.co-wow-3d-grid label {
  display: block;
  margin: 0 0 7px;
  font: 900 11px/1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a431d;
}
.co-wow-3d-icon-panel small {
  display: block;
  margin-top: 14px;
  color: #71584b;
  font-size: 11px;
  line-height: 1.45;
}
@media (max-width: 720px) {
  .co-wow-3d-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.8.0: fixed 3D selector behavior + sticky live preview */
.co-wow-letter-studio,
.co-wow-letter-builder,
.co-wow-letter-main {
  overflow: visible !important;
}
.co-wow-letter-builder-grid,
.co-wow-letter-grid,
.co-wow-letter-workspace {
  align-items: start !important;
  overflow: visible !important;
}
.co-wow-letter-live-preview {
  position: sticky !important;
  top: 110px;
  align-self: start;
  z-index: 6;
  max-height: calc(100vh - 130px);
  overflow: auto;
}
.co-wow-3d-icon-panel,
.co-wow-3d-icon-panel[hidden],
.co-wow-3d-icon-panel.is-visible {
  display: block !important;
}
.co-wow-3d-icon-panel {
  opacity: .86;
}
.co-wow-3d-icon-panel.is-active-3d,
html[data-co-icon-build="printed_3d"] .co-wow-3d-icon-panel {
  opacity: 1;
  border-color: rgba(0,137,140,.48) !important;
  box-shadow: 0 18px 42px rgba(0,77,82,.11);
}
.co-wow-3d-icon-panel select {
  opacity: 1 !important;
  cursor: pointer !important;
}
.co-wow-3d-icon-panel select:disabled {
  opacity: 1 !important;
  color: #1f120c !important;
  background: #fff !important;
}
.co-wow-field-hint {
  display: block;
  margin-top: 8px;
  color: #725745;
  font-size: 11px;
  line-height: 1.35;
}
html[data-co-icon-build="printed_3d"] [data-co-icon-thickness] {
  border-color: rgba(0,137,140,.35) !important;
}
@media (min-width: 980px) {
  .co-wow-letter-main,
  .co-wow-letter-builder-grid,
  .co-wow-letter-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 28px;
  }
}
@media (max-width: 979px) {
  .co-wow-letter-live-preview {
    position: relative !important;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}


/* v1.8.1: split 3D prints from letter builder + sticky preview fix */
.co-wow-inline-link {
  color: #00898c;
  font-weight: 900;
  text-decoration: none;
}
.co-wow-inline-link:hover {
  text-decoration: underline;
}

/* force the letter studio into a stable two-column workspace on desktop */
.co-wow-letter-studio-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px) !important;
  gap: 28px !important;
  align-items: start !important;
  overflow: visible !important;
}
.co-wow-letter-live-preview {
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  z-index: 10 !important;
  max-height: calc(100vh - 116px) !important;
  overflow: auto !important;
}
.co-wow-letter-form {
  min-width: 0;
}
@media (max-width: 980px) {
  .co-wow-letter-studio-grid {
    grid-template-columns: 1fr !important;
  }
  .co-wow-letter-live-preview {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* hide legacy 3D panel from letter builder if cached markup exists */
.co-wow-letter-builder .co-wow-3d-icon-panel {
  display: none !important;
}

/* standalone 3D prints page */
.co-wow-3d-page .co-wow-builder-hero {
  align-items: stretch;
}
.co-wow-3d-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 380px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.20), transparent 26%),
    radial-gradient(circle at 85% 82%, rgba(180, 73, 17, .24), transparent 30%),
    linear-gradient(135deg, #0f8d92, #1b574f 44%, #30170d 100%);
  box-shadow: 0 28px 60px rgba(45,26,18,.2);
}
.co-wow-3d-hero-showcase::before,
.co-wow-3d-hero-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .55;
}
.co-wow-3d-hero-showcase::before {
  width: 220px;
  height: 220px;
  left: -80px;
  top: -80px;
  background: radial-gradient(circle, rgba(255,255,255,.28), transparent 70%);
}
.co-wow-3d-hero-showcase::after {
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: -50px;
  background: radial-gradient(circle, rgba(193,92,33,.32), transparent 70%);
}
.co-wow-3d-hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(26px, 3.6vw, 40px);
  gap: 20px;
}
.co-wow-3d-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.co-wow-3d-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  font: 800 11px/1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.94);
}
.co-wow-3d-chip.is-soft {
  background: rgba(255,255,255,.10);
}
.co-wow-3d-hero-samples {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  align-items: stretch;
}
.co-wow-3d-sample-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: 18px 18px 16px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.co-wow-3d-sample-card.is-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.co-wow-3d-sample-card strong {
  display: block;
  margin: 14px 0 6px;
  font: 900 clamp(22px, 2.2vw, 32px)/1.02 var(--co-serif);
  color: #fff;
}
.co-wow-3d-sample-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}
.co-wow-3d-sample-shape {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(225,232,235,.76));
  box-shadow: 0 12px 22px rgba(16,24,34,.18);
}
.co-wow-3d-sample-shape::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
}
.co-wow-3d-sample-shape.is-keychain {
  width: 156px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(145deg, #f4c58c, #d99545 55%, #c47929);
}
.co-wow-3d-sample-shape.is-keychain::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  border: 5px solid rgba(255,255,255,.78);
  background: rgba(92,51,18,.10);
}
.co-wow-3d-sample-shape.is-keychain span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  font: 900 34px/1 var(--co-serif);
  color: rgba(83,47,18,.84);
}
.co-wow-3d-sample-shape.is-tag {
  width: 120px;
  height: 84px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f8f8, #d9d9d9 58%, #c2c2c2);
}
.co-wow-3d-sample-shape.is-tag::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  left: 14px;
  top: 14px;
  border: 4px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.7);
}
.co-wow-3d-sample-shape.is-badge {
  width: 120px;
  height: 92px;
  clip-path: polygon(50% 0%, 88% 12%, 100% 50%, 88% 88%, 50% 100%, 12% 88%, 0% 50%, 12% 12%);
  background: linear-gradient(145deg, #f5b5c7, #ea819a 55%, #d75b7a);
}
.co-wow-3d-hero-colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}
.co-wow-3d-colors-label {
  font: 900 12px/1 var(--co-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.co-wow-3d-color-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.co-wow-3d-color-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.35), 0 3px 8px rgba(0,0,0,.18);
}
.co-wow-3d-hero-card em {
  display: block;
  max-width: 540px;
  font-style: normal;
  color: rgba(255,255,255,.86);
  line-height: 1.55;
}
@media (max-width: 940px) {
  .co-wow-3d-hero-samples {
    grid-template-columns: 1fr;
  }
  .co-wow-3d-sample-card.is-large {
    grid-row: auto;
  }
  .co-wow-3d-hero-colors {
    align-items: flex-start;
    flex-direction: column;
  }
}
.co-wow-3d-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
  overflow: visible;
}
.co-wow-3d-form,
.co-wow-3d-preview {
  border: 1px solid rgba(75,39,21,.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(247,238,225,.72));
  box-shadow: 0 24px 60px rgba(75,39,21,.08);
  padding: clamp(22px, 3vw, 34px);
}
.co-wow-3d-preview {
  position: sticky;
  top: 96px;
  z-index: 8;
}
.co-wow-3d-estimate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 20px;
}
.co-wow-3d-estimate-grid > div {
  border: 1px solid rgba(75,39,21,.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.62);
}
.co-wow-3d-estimate-grid span {
  display: block;
  margin-bottom: 8px;
  color: #7a431d;
  font: 900 10px/1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.co-wow-3d-estimate-grid strong {
  font: 900 clamp(22px, 3vw, 34px)/1 var(--co-serif);
  color: #1f120c;
}
.co-wow-3d-preview-object {
  min-height: 260px;
  border-radius: 26px;
  border: 1px solid rgba(75,39,21,.12);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(135deg, #c9c9c9, #f6f6f6);
  box-shadow: inset 0 -18px 30px rgba(0,0,0,.08);
}
.co-wow-3d-preview-object[data-co-3d-color="gold"] { background: linear-gradient(135deg, #c79637, #fff0b8); }
.co-wow-3d-preview-object[data-co-3d-color="black"] { background: linear-gradient(135deg, #161616, #4a4a4a); color:#fff; }
.co-wow-3d-preview-object[data-co-3d-color="white"] { background: linear-gradient(135deg, #fff, #ece7df); }
.co-wow-3d-preview-object[data-co-3d-color="pink"] { background: linear-gradient(135deg, #f3a0c0, #ffe1ed); }
.co-wow-3d-preview-object[data-co-3d-color="blue"] { background: linear-gradient(135deg, #3787c7, #cce8ff); }
.co-wow-3d-preview-object strong {
  font: 900 clamp(32px, 5vw, 62px)/.95 var(--co-serif);
}
.co-wow-3d-preview-object span {
  display: block;
  margin-top: 12px;
  font: 900 12px/1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .co-wow-3d-builder-grid {
    grid-template-columns: 1fr;
  }
  .co-wow-3d-preview {
    position: relative;
    top: auto;
  }
  .co-wow-3d-estimate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .co-wow-3d-estimate-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.8.2: true fixed right-column live preview for letter builder */
@media (min-width: 1180px) {
  .co-wow-letter-builder .co-wow-letter-studio {
    position: relative !important;
    overflow: visible !important;
  }

  .co-wow-letter-builder .co-wow-letter-studio-grid {
    display: block !important;
    position: relative !important;
    overflow: visible !important;
    padding-right: 430px !important;
    min-height: 760px !important;
  }

  .co-wow-letter-builder .co-wow-letter-form {
    width: 100% !important;
    max-width: 860px !important;
    margin-right: 0 !important;
  }

  .co-wow-letter-builder .co-wow-letter-live-preview {
    position: fixed !important;
    top: 118px !important;
    right: max(28px, calc((100vw - 1420px) / 2 + 28px)) !important;
    width: 370px !important;
    max-width: calc(100vw - 64px) !important;
    max-height: calc(100vh - 146px) !important;
    overflow: auto !important;
    z-index: 999 !important;
    transform: translateZ(0);
    box-shadow: 0 28px 80px rgba(45, 26, 18, .18) !important;
  }
}

@media (min-width: 980px) and (max-width: 1179px) {
  .co-wow-letter-builder .co-wow-letter-studio-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 22px !important;
    align-items: start !important;
    overflow: visible !important;
  }
  .co-wow-letter-builder .co-wow-letter-live-preview {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    max-height: calc(100vh - 120px) !important;
    overflow: auto !important;
    z-index: 20 !important;
  }
}

@media (max-width: 979px) {
  .co-wow-letter-builder .co-wow-letter-studio-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding-right: 0 !important;
  }
  .co-wow-letter-builder .co-wow-letter-live-preview {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* keep old 3D remnants out of the lettering page */
.co-wow-letter-builder .co-wow-3d-icon-panel,
.co-wow-letter-builder [data-co-3d-print-panel] {
  display: none !important;
}


/* v1.8.3: move letter hero callout above the picture */
.co-wow-letter-builder .co-wow-letter-photo-hero {
  overflow: visible !important;
  margin-top: 96px !important;
  min-height: 470px !important;
  isolation: isolate;
}
.co-wow-letter-builder .co-wow-letter-photo-hero::before {
  border-radius: 30px;
  pointer-events: none;
}
.co-wow-letter-builder .co-wow-letter-photo-copy {
  top: -84px !important;
  bottom: auto !important;
  left: auto !important;
  right: 24px !important;
  width: min(560px, calc(100% - 48px)) !important;
  max-width: 560px !important;
  z-index: 5 !important;
  margin-left: 0 !important;
  background: rgba(255, 250, 241, .94) !important;
  color: #24140d !important;
  border: 1px solid rgba(75, 39, 21, .16) !important;
  box-shadow: 0 22px 58px rgba(45, 26, 18, .18) !important;
  backdrop-filter: blur(10px);
}
.co-wow-letter-builder .co-wow-letter-photo-copy span:first-child {
  color: #7a431d !important;
}
.co-wow-letter-builder .co-wow-letter-photo-copy strong {
  color: #21130d !important;
  font-size: clamp(38px, 4.2vw, 70px) !important;
  line-height: .9 !important;
}
.co-wow-letter-builder .co-wow-letter-photo-copy em {
  color: #7b5b48 !important;
}
@media (max-width: 900px) {
  .co-wow-letter-builder .co-wow-letter-photo-hero {
    margin-top: 0 !important;
    min-height: auto !important;
    display: grid !important;
    gap: 16px !important;
    padding-top: 0 !important;
    background-position: center !important;
  }
  .co-wow-letter-builder .co-wow-letter-photo-copy {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 0 16px 0 !important;
    order: -1 !important;
  }
}


/* v1.8.4 3D printed section */
.co-wow-3d-intro-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.co-wow-3d-intro-grid article {
  border:1px solid rgba(75,39,21,.12);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(247,238,225,.72));
  padding:24px;
  box-shadow:0 18px 40px rgba(75,39,21,.06);
}
.co-wow-3d-intro-grid article span {
  display:inline-grid; place-items:center; width:34px; height:34px; border-radius:999px;
  background:#00898c; color:#fff; font:900 12px/1 var(--co-sans); margin-bottom:14px;
}
.co-wow-3d-intro-grid article strong {
  display:block; font:900 clamp(22px,2.2vw,30px)/1 var(--co-serif); color:#1f120c; margin-bottom:8px;
}
.co-wow-3d-intro-grid article p { margin:0; }
.co-wow-3d-item-cards, .co-wow-3d-color-swatches {
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px;
}
.co-wow-3d-item-card, .co-wow-3d-color-swatch {
  appearance:none; border:1px solid rgba(75,39,21,.12); border-radius:18px; background:#fff; cursor:pointer;
  padding:16px; text-align:left; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.co-wow-3d-item-card:hover, .co-wow-3d-color-swatch:hover { transform:translateY(-2px); box-shadow:0 18px 30px rgba(75,39,21,.08); }
.co-wow-3d-item-card.is-active, .co-wow-3d-color-swatch.is-active {
  border-color:rgba(0,137,140,.45); box-shadow:0 20px 36px rgba(0,137,140,.12); background:rgba(0,137,140,.06);
}
.co-wow-3d-item-card strong, .co-wow-3d-color-swatch strong { display:block; color:#1f120c; font:900 16px/1.15 var(--co-serif); margin-bottom:6px; }
.co-wow-3d-item-card span { color:#7b5b48; font-size:13px; line-height:1.45; }
.co-wow-3d-color-swatch { display:flex; align-items:center; gap:12px; }
.co-wow-3d-color-dot { width:18px; height:18px; border-radius:999px; border:1px solid rgba(0,0,0,.08); flex:0 0 auto; }
.co-wow-3d-color-dot.is-silver { background:linear-gradient(135deg,#c9c9c9,#f6f6f6); }
.co-wow-3d-color-dot.is-gold { background:linear-gradient(135deg,#c79637,#fff0b8); }
.co-wow-3d-color-dot.is-black { background:linear-gradient(135deg,#161616,#4a4a4a); }
.co-wow-3d-color-dot.is-white { background:linear-gradient(135deg,#fff,#ece7df); }
.co-wow-3d-color-dot.is-pink { background:linear-gradient(135deg,#f3a0c0,#ffe1ed); }
.co-wow-3d-color-dot.is-blue { background:linear-gradient(135deg,#3787c7,#cce8ff); }
.co-wow-3d-preview-notes { display:grid; gap:12px; margin-top:18px; }
.co-wow-3d-preview-notes > div { border:1px solid rgba(75,39,21,.12); border-radius:18px; background:rgba(255,255,255,.58); padding:14px 16px; }
.co-wow-3d-preview-notes span { display:block; margin-bottom:6px; color:#7a431d; font:900 10px/1 var(--co-sans); letter-spacing:.12em; text-transform:uppercase; }
.co-wow-3d-preview-notes strong { color:#1f120c; font:900 16px/1.2 var(--co-serif); }
@media (max-width: 980px) {
  .co-wow-3d-intro-grid, .co-wow-3d-item-cards, .co-wow-3d-color-swatches { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .co-wow-3d-intro-grid, .co-wow-3d-item-cards, .co-wow-3d-color-swatches { grid-template-columns:1fr; }
}


/* v1.8.5: cleaner 3D estimate + materials on request */
.co-wow-3d-estimate-total-only {
  grid-template-columns: minmax(220px, 360px) !important;
}
.co-wow-3d-estimate-total-only > div {
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(247,238,225,.75));
  border-color: rgba(0,137,140,.22);
}
.co-wow-3d-material-note {
  margin: -2px 0 20px;
  max-width: 760px;
  color: #765746;
  font-size: 13px;
  line-height: 1.55;
}
.co-wow-3d-preview .co-wow-letter-preview-meta small {
  color: #765746;
}


/* v1.8.7: real-life 3D hero image */
.co-wow-3d-photo-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 34px;
  background: #123b34;
  box-shadow: 0 30px 70px rgba(45,26,18,.20);
}
.co-wow-3d-photo-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}
.co-wow-3d-photo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,53,48,.18), rgba(38,20,10,.36));
  pointer-events: none;
}
.co-wow-3d-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 34px);
  pointer-events: none;
}
.co-wow-3d-photo-overlay .co-wow-3d-hero-badges,
.co-wow-3d-photo-overlay .co-wow-3d-photo-caption {
  pointer-events: auto;
}
.co-wow-3d-photo-caption {
  width: min(440px, 100%);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 24px;
  padding: 18px 20px;
  background: rgba(31, 18, 12, .56);
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.co-wow-3d-photo-caption strong {
  display: block;
  font: 900 clamp(26px, 3vw, 42px)/.95 var(--co-serif);
  color: #fff;
}
.co-wow-3d-photo-caption span {
  display: block;
  margin-top: 8px;
  font: 800 12px/1.1 var(--co-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
@media (max-width: 940px) {
  .co-wow-3d-photo-hero {
    min-height: 440px;
  }
}
@media (max-width: 620px) {
  .co-wow-3d-photo-hero {
    min-height: 360px;
  }
  .co-wow-3d-photo-caption strong {
    font-size: 26px;
  }
}


.co-wow-product-card-premium .co-wow-mini-btn,
.co-wow-ready-grid .co-wow-mini-btn,
.co-wow-shop-grid .co-wow-mini-btn {
  color: #fff8ef !important;
}

.co-wow-product-card-premium .co-wow-mini-btn:hover,
.co-wow-product-card-premium .co-wow-mini-btn:focus-visible,
.co-wow-ready-grid .co-wow-mini-btn:hover,
.co-wow-ready-grid .co-wow-mini-btn:focus-visible,
.co-wow-shop-grid .co-wow-mini-btn:hover,
.co-wow-shop-grid .co-wow-mini-btn:focus-visible {
  color: #fff8ef !important;
}


/* v1.9.7 customizer copy/link polish */
.co-wow-customizer-card .co-wow-btn,
.co-wow-customize .co-wow-btn {
  text-decoration: none;
}


/* v2.0.0: premium header refresh for legacy product-options/customizer redirect page */
body.co-wow-product-options-page {
  background: #f3eadf;
}

.co-wow-legacy-nav {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 46px rgba(45, 26, 18, .10);
}

body.admin-bar .co-wow-legacy-nav {
  top: 32px;
}

.co-wow-legacy-nav .co-wow-logo-img {
  width: clamp(190px, 22vw, 285px);
  height: auto;
  display: block;
}

.co-wow-legacy-nav .co-wow-main-nav {
  gap: clamp(14px, 1.5vw, 26px);
  font-size: 13px;
}

.co-wow-legacy-nav .co-wow-quote-btn {
  white-space: nowrap;
}

.co-wow-legacy-hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .co-wow-legacy-nav {
    width: 100%;
    border-radius: 0;
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 78px;
  }
  .co-wow-legacy-nav .co-wow-main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .co-wow-legacy-nav {
    padding: 12px 16px;
  }
  .co-wow-legacy-nav .co-wow-nav-icons {
    gap: 8px;
  }
  .co-wow-legacy-nav .co-wow-logo-img {
    width: 190px;
  }
}
