:root {
  --ink: #272329;
  --paper: #fffdfb;
  --rose: #8f294c;
  --rose-dark: #5e1731;
  --gold: #b78a43;
  --sage: #567265;
  --sky: #48758d;
  --line: #ddd5cf;
  --soft: #f3eeea;
  --lavender-paper: #fff4f6;
  --lavender-frame: #d18a95;
  --lavender-wash: linear-gradient(
    90deg,
    rgba(255, 244, 246, 0.72) 0%,
    rgba(255, 244, 246, 0.58) 38%,
    rgba(255, 244, 246, 0.22) 62%,
    rgba(255, 244, 246, 0.04) 100%
  );
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 4500;
  pointer-events: none;
  background: url("images/brand-concepts/veronarose-enterprises-seal-2026.jpg") center 56% / min(74vw, 760px) auto no-repeat;
  opacity: 0.04;
  mix-blend-mode: multiply;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--rose-dark);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.media-protection-target,
.media-protection-shell {
  -webkit-touch-callout: none;
  user-select: none;
}

.media-protection-shell {
  position: relative;
}

.media-protection-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  background: transparent;
  pointer-events: auto;
}

.media-protection-shell .preview-mark,
.media-protection-shell figcaption,
.media-protection-shell audio,
.media-protection-shell video,
.media-protection-shell .video-caption {
  position: relative;
  z-index: 10;
}

.visual-hero.media-protection-shell::before,
.designs-brand-board-banner.media-protection-shell::before,
.policy-hero.media-protection-shell::before {
  z-index: 4;
}

.visual-hero.media-protection-shell .visual-hero-content,
.policy-hero.media-protection-shell .policy-hero-inner {
  position: relative;
  z-index: 6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid var(--line);
  background: #fffdfb;
  box-shadow: 0 2px 12px rgba(39, 35, 41, 0.08);
  isolation: isolate;
}

.nav-wrap {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  color: #8f2f55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  position: relative;
}

.site-nav a,
.nav-dropdown summary {
  padding: 0.45rem 0.65rem;
  color: #7f3e1d;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"],
.nav-dropdown summary:hover,
.nav-dropdown summary:focus {
  color: #b78a43;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: " v";
  color: var(--gold);
  font-size: 0.75rem;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 7000;
  min-width: 270px;
  padding: 0.45rem;
  display: grid;
  gap: 0.1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfb;
  box-shadow: 0 16px 34px rgba(39, 35, 41, 0.16);
}

.nav-dropdown-menu a {
  padding: 0.6rem 0.7rem;
  white-space: nowrap;
}

.hero {
  min-height: clamp(430px, 40vw, 640px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: auto;
}

.hero-copy {
  max-width: 610px;
  padding: 5rem 0;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
}

h1 {
  margin: 0;
  color: var(--rose-dark);
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  font-weight: 500;
}

.hero h1 {
  max-width: 8ch;
}

.lead {
  max-width: 620px;
  margin: 1.25rem 0 0;
  font-size: 1.15rem;
}

.actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  min-height: 46px;
  padding: 0.7rem 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rose);
  border-radius: 5px;
  color: #fff;
  background: var(--rose);
  font-weight: 800;
  text-decoration: none;
}

.button:hover,
.button:focus {
  border-color: var(--rose-dark);
  background: var(--rose-dark);
}

.button.secondary {
  color: var(--rose-dark);
  background: transparent;
}

.section {
  padding: 3.2rem 0;
}

.section.alt {
  background: var(--soft);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.section-heading h2 {
  margin: 0;
  color: var(--rose-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.section-heading p {
  margin-bottom: 0;
}

.brand-grid,
.service-grid,
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.brand-card {
  min-height: 240px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-top: 5px solid var(--rose);
  border-radius: 6px;
  background: #fff;
}

.brand-card:nth-child(2) {
  border-top-color: var(--gold);
}

.brand-card:nth-child(3) {
  border-top-color: var(--sky);
}

.brand-card h3,
.service h3 {
  margin: 0;
  font-size: 1.45rem;
}

.brand-card a {
  color: var(--rose-dark);
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.sub-hero {
  padding: 4.5rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
}

.sub-hero h1 {
  max-width: 920px;
  font-size: clamp(2.4rem, 6vw, 4.9rem);
}

.brand-banner {
  width: min(820px, 100%);
  max-height: 250px;
  margin-bottom: 2rem;
  object-fit: contain;
  object-position: left center;
}

.voiceovers-hero {
  min-height: clamp(430px, 40vw, 640px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.voiceovers-hero-copy {
  max-width: 600px;
  padding: 5rem 0;
}

.voiceovers-hero h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
}

.iowarose-hero {
  min-height: clamp(430px, 40vw, 640px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.iowarose-hero .specialty-hero-copy {
  max-width: 760px;
  padding-top: 0;
  padding-bottom: 0;
}

.iowarose-hero h1 {
  display: inline-block;
  margin: 0;
  padding: 0.28rem 0.65rem 0.38rem;
  border: 2px solid var(--lavender-frame);
  color: var(--rose-dark);
  background: rgba(255, 253, 251, 0.86);
  box-shadow: 0 3px 14px rgba(39, 35, 41, 0.12);
}

.iowarose-hero .eyebrow,
.iowarose-hero .hero-tagline,
.iowarose-hero .lead {
  text-shadow: 0 1px 2px rgba(255, 253, 251, 0.92);
}

.designs-hero {
  min-height: clamp(430px, 40vw, 640px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.designs-banner {
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.designs-banner img {
  width: 100%;
  max-width: none;
  margin: auto;
  height: auto;
  object-fit: contain;
}

.designs-intro {
  padding: 3rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.designs-intro h2 {
  max-width: 800px;
  margin: 0;
  color: var(--rose-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.visual-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --hero-frame-width: clamp(5px, 0.65vw, 10px);
  --hero-inner-line: 3px;
  --hero-wash: var(--lavender-wash);
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.56), transparent 22%),
    linear-gradient(135deg, #f9d9df 0%, #d18a95 42%, #f5c9d0 72%, #c97985 100%);
}

.visual-hero-image {
  position: absolute;
  inset: calc(var(--hero-frame-width) + var(--hero-inner-line));
  z-index: 0;
  width: calc(100% - ((var(--hero-frame-width) + var(--hero-inner-line)) * 2));
  height: calc(100% - ((var(--hero-frame-width) + var(--hero-inner-line)) * 2));
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.designs-brand-board-banner {
  position: relative;
  height: clamp(360px, 46vw, 610px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  --hero-frame-width: clamp(5px, 0.65vw, 10px);
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.56), transparent 22%),
    linear-gradient(135deg, #f9d9df 0%, #d18a95 42%, #f5c9d0 72%, #c97985 100%);
}

.designs-brand-board-banner img {
  display: block;
}

.brand-logo-hero.visual-hero {
  min-height: clamp(360px, 46vw, 610px);
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.56), transparent 22%),
    linear-gradient(135deg, #f9d9df 0%, #d18a95 42%, #f5c9d0 72%, #c97985 100%);
}

.brand-logo-hero .visual-hero-content {
  display: none;
}

.visual-hero-image.brand-direct-image {
  object-fit: cover;
  object-position: center;
}

.brand-logo-hero .brand-direct-image,
.designs-brand-board-banner .brand-direct-image {
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.38), transparent 24%),
    linear-gradient(135deg, #f9d9df 0%, #efbcc5 34%, #f7d9de 62%, #d18a95 100%);
}

.visual-hero-image.veronarose-direct-header {
  object-position: center 56%;
}

.visual-hero-image.voiceovers-direct-header {
  object-position: center 55%;
}

.iowarose-hero .brand-direct-image {
  object-position: center 61%;
}

.designs-brand-board-banner .brand-direct-image {
  position: absolute;
  inset: var(--hero-frame-width);
  z-index: 0;
  width: calc(100% - (var(--hero-frame-width) * 2));
  height: calc(100% - (var(--hero-frame-width) * 2));
  max-width: none;
  object-fit: fill;
  object-position: center;
}

@media (min-width: 821px) {
  .brand-logo-hero.visual-hero,
  .designs-brand-board-banner {
    width: min(var(--max), calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
  }
}

.designs-brand-board-banner::after {
  content: "";
  position: absolute;
  inset: var(--hero-frame-width);
  z-index: 2;
  border: 3px solid rgba(255, 252, 251, 0.95);
  box-shadow:
    inset 0 0 0 2px rgba(180, 110, 84, 0.68),
    0 0 0 var(--hero-frame-width) rgba(209, 138, 149, 0.92);
  pointer-events: none;
}

.brand-logo-hero::before {
  display: none;
}

.visual-hero::before {
  content: "";
  position: absolute;
  inset: calc(var(--hero-frame-width) + var(--hero-inner-line));
  z-index: 1;
  background: var(--hero-wash);
  pointer-events: none;
}

.veronarose-hero {
  --hero-wash: linear-gradient(
    90deg,
    rgba(248, 242, 251, 0.38) 0%,
    rgba(248, 242, 251, 0.24) 38%,
    rgba(248, 242, 251, 0.08) 68%,
    rgba(248, 242, 251, 0) 100%
  );
}

.visual-hero::after {
  content: "";
  position: absolute;
  inset: var(--hero-frame-width);
  z-index: 2;
  border: 3px solid rgba(255, 252, 251, 0.95);
  box-shadow:
    inset 0 0 0 2px rgba(180, 110, 84, 0.68),
    0 0 0 var(--hero-frame-width) rgba(209, 138, 149, 0.96);
  pointer-events: none;
}

.brand-logo-hero.visual-hero::after {
  border-color: rgba(255, 252, 251, 0.95);
  box-shadow:
    inset 0 0 0 2px rgba(180, 110, 84, 0.68),
    0 0 0 var(--hero-frame-width) rgba(209, 138, 149, 0.92);
}

.veronarose-hero .hero-copy {
  color: #7d3f1d;
  text-shadow: 0 1px 14px rgba(255, 244, 236, 0.72);
}

.veronarose-hero h1 {
  color: #9b4e25;
}

.veronarose-hero .lead {
  color: #7f3e1d;
}

.veronarose-hero .eyebrow {
  color: #8f2f55;
}

.visual-hero-content {
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-left: calc(var(--hero-frame-width) + 1rem);
  padding-right: calc(var(--hero-frame-width) + 1rem);
  padding-top: calc(var(--hero-frame-width) + var(--hero-inner-line) + 1.5rem);
  padding-bottom: calc(var(--hero-frame-width) + var(--hero-inner-line) + 1.5rem);
}

.visual-hero h1,
.visual-hero .hero-tagline,
.visual-hero .lead {
  color: var(--lavender-frame);
}

.specialty-hero-copy {
  max-width: 610px;
  padding: 5rem 0;
}

.specialty-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
}

.hero-tagline {
  max-width: 650px;
  margin: 0.8rem 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}

.service {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

.service p {
  margin-bottom: 0;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.about-copy p {
  max-width: 780px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-portrait {
  width: min(320px, 100%);
  aspect-ratio: 1;
  justify-self: end;
  border: 8px solid rgba(209, 138, 149, 0.92);
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.56), transparent 22%),
    linear-gradient(135deg, #f9d9df 0%, #c97985 42%, #f5c9d0 72%, #b86472 100%);
  padding: 8px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 252, 251, 0.95),
    0 0 0 2px rgba(180, 110, 84, 0.42),
    0 18px 34px rgba(45, 32, 51, 0.14);
  object-fit: cover;
}

.protected-photo {
  position: relative;
  width: min(320px, 100%);
  justify-self: end;
}

.protected-photo .about-portrait {
  width: 100%;
}

.protected-photo::after,
.protected-gallery .gallery-image-wrap::after {
  content: "Copyright Linda Silver - Estes / Verona Rose";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0.5rem;
  z-index: 3;
  padding: 0.24rem 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  background: rgba(112, 85, 126, 0.26);
  font-size: clamp(0.54rem, 0.7vw, 0.66rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 2px rgba(42, 24, 49, 0.72);
  white-space: nowrap;
  max-width: calc(100% - 1rem);
  transform: translateX(-50%);
}

.protected-gallery .gallery-image-wrap::after {
  transform: translateX(-50%) rotate(-5deg);
  bottom: 9%;
  background: rgba(112, 85, 126, 0.22);
}

#dress-designs .gallery-image-wrap::after {
  bottom: 27%;
}

#dress-designs .gallery-group > .gallery.protected-gallery .gallery-image-wrap::after {
  left: 0.35rem;
  right: 0.35rem;
  width: auto;
  max-width: none;
  box-sizing: border-box;
  white-space: normal;
  transform: rotate(-5deg);
}

/* Presentation boards place the garment at different heights in catalog view. */
#two-tone-lattice-side-evening-gown .gallery-image-wrap::after {
  bottom: 40%;
}

#crisscross-color-variations .gallery-image-wrap::after,
#lilac-lustre-short-fringe-jumpsuit .gallery-image-wrap::after,
#purple-fuchsia-fringe-dress .gallery-image-wrap::after {
  bottom: 42%;
}

#fringe-bust-pant-suit .gallery-image-wrap::after {
  bottom: 48%;
}

#metallic-narrow-stripe-jumpsuit .gallery-image-wrap::after,
#metallic-wide-stripe-jumpsuit .gallery-image-wrap::after {
  bottom: 50%;
}

.iowarose-protected-gallery .gallery-image-wrap::after {
  content: "Copyright 2014-present Linda Silver / Iowa Rose Productions";
  position: absolute;
  left: 0.45rem;
  right: auto;
  bottom: 0.35rem;
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 0.9rem);
  padding: 0.08rem 0.18rem;
  border: 0;
  color: rgba(94, 23, 49, 0.82);
  background: transparent;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 -1px 0 rgba(255, 255, 255, 0.72),
    1px 0 0 rgba(255, 255, 255, 0.72),
    -1px 0 0 rgba(255, 255, 255, 0.72);
  transform: none;
}

.iowarose-protected-gallery .iowarose-watermark-raised::after {
  bottom: 0.95rem;
}

.preview-note {
  margin-top: 1rem;
  color: var(--rose-dark);
  font-weight: 700;
}

.rights-notice {
  margin: 1rem 0 0;
  padding: 1rem;
  border-left: 5px solid var(--lavender-frame);
  color: var(--rose-dark);
  background: #fff;
  font-weight: 700;
}

.iowarose-rights-notice {
  border-left-color: var(--rose-medium);
  color: #6f203f;
  background: rgba(255, 246, 249, 0.96);
  font-size: 0.95rem;
  line-height: 1.55;
}

.intro-panel {
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.intro-panel h2 {
  margin-top: 0;
  color: var(--rose-dark);
}

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

.status-note {
  margin: 1rem 0 0;
  color: var(--rose-dark);
  font-weight: 800;
}

.policy-sections {
  display: grid;
  gap: 1.25rem;
}

.policy-hero {
  display: block;
  border-top: 8px solid var(--plum);
  border-bottom: 8px solid var(--plum);
  background: var(--paper);
}

.policy-hero-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.policy-hero-inner {
  width: 100%;
  margin: 0;
  padding: clamp(0.95rem, 2.5vw, 1.55rem) max(1rem, calc((100% - 1120px) / 2));
  color: var(--rose-dark);
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  background-image:
    linear-gradient(rgba(249, 217, 223, 0.04), rgba(239, 188, 197, 0.08)),
    url("../veronarose-header-typed-20260804.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 150% auto;
}

.policy-hero h1 {
  margin: 0.15rem 0 0.6rem;
  font-size: clamp(2rem, 5vw, 4.35rem);
  font-weight: 500;
}

.policy-hero p:last-child {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}

.policy-block {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.policy-block h2 {
  margin-top: 0;
  color: var(--rose-dark);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.policy-block p:last-child,
.policy-block ul:last-child {
  margin-bottom: 0;
}

.shop-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.stripe-cart-app {
  margin-top: 2rem;
}

.stripe-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.25rem;
  align-items: start;
}

.stripe-product-list,
.stripe-cart-panel {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.stripe-cart-heading h3,
.stripe-cart-panel h3 {
  margin: 0;
  color: var(--rose-dark);
}

.stripe-cart-heading p:last-child {
  margin-bottom: 0;
}

.stripe-product-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.stripe-product-card {
  min-height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--lavender-paper);
}

.stripe-product-card h3 {
  margin: 0.45rem 0 0;
  color: var(--rose-dark);
  font-size: 1.05rem;
}

.stripe-product-category,
.stripe-product-price {
  margin: 0.35rem 0 0;
  color: var(--lavender-frame);
  font-weight: 800;
}

.stripe-product-card button[disabled] {
  opacity: 0.65;
  cursor: default;
}

.stripe-cart-panel {
  position: sticky;
  top: 92px;
}

.stripe-cart-items {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.stripe-cart-items li {
  padding: 0.65rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  border-bottom: 1px solid var(--line);
}

.stripe-cart-items span {
  min-width: 0;
}

.stripe-cart-remove {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--rose-dark);
  background: transparent;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.stripe-cart-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--rose-dark);
  font-size: 1.1rem;
}

.stripe-checkout-button {
  width: 100%;
}

.stripe-cart-note {
  margin-bottom: 0;
  color: #665e59;
  font-size: 0.9rem;
}

.catalog-cart-band {
  position: sticky;
  top: 74px;
  z-index: 4800;
  padding: 0.75rem 0;
  border-top: 1px solid #d9c4cc;
  border-bottom: 1px solid #d9c4cc;
  background: rgba(255, 251, 252, 0.97);
  box-shadow: 0 8px 20px rgba(72, 33, 52, 0.08);
}

.catalog-cart-band .stripe-cart-app {
  margin: 0;
}

.catalog-cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.catalog-cart-summary h2,
.catalog-cart-summary p,
.catalog-cart-drawer-heading h3,
.catalog-cart-drawer-heading p {
  margin: 0;
}

.catalog-cart-summary h2 {
  color: var(--rose-dark);
  font-size: 1.25rem;
}

.catalog-cart-summary p:last-child {
  color: #665e59;
  font-size: 0.9rem;
}

.catalog-cart-toggle {
  min-width: 12rem;
  white-space: nowrap;
}

.catalog-cart-drawer {
  position: absolute;
  z-index: 1;
  top: calc(100% + 1px);
  right: max(1rem, calc((100vw - 1160px) / 2));
  width: min(520px, calc(100vw - 2rem));
  max-height: min(680px, calc(100vh - 120px));
  padding: 1.15rem;
  overflow-y: auto;
  border: 1px solid #cfa8b8;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(56, 24, 40, 0.22);
}

.catalog-cart-drawer[hidden] {
  display: none;
}

.catalog-cart-drawer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.catalog-cart-drawer-heading h3 {
  color: var(--rose-dark);
  font-size: 1.35rem;
}

.catalog-cart-close {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #cfa8b8;
  border-radius: 50%;
  color: var(--rose-dark);
  background: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.catalog-cart-item {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

.catalog-cart-item-copy {
  display: grid;
  gap: 0.2rem;
}

.catalog-cart-item-copy span {
  color: #6a5b62;
  font-size: 0.82rem;
}

.catalog-quantity {
  display: grid;
  grid-template-columns: 2rem 2rem 2rem;
  align-items: center;
  border: 1px solid #cfa8b8;
  border-radius: 5px;
  overflow: hidden;
}

.catalog-quantity button,
.catalog-quantity output {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--rose-dark);
  background: #fff;
  font-weight: 800;
  text-align: center;
}

.catalog-quantity button {
  cursor: pointer;
}

.catalog-quantity button:hover,
.catalog-quantity button:focus-visible {
  background: var(--lavender-paper);
}

.catalog-line-total {
  min-width: 4.5rem;
  color: var(--rose-dark);
  text-align: right;
}

.catalog-cart-item .stripe-cart-remove {
  grid-column: 1 / -1;
}

.catalog-cart-empty {
  display: block !important;
  color: #665e59;
}

.catalog-product-actions {
  padding: 0 0.75rem 0.85rem;
  display: grid;
  gap: 0.6rem;
}

.catalog-product-offer {
  display: grid;
  gap: 0.55rem;
}

.catalog-product-offer + .catalog-product-offer {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.catalog-offer-name {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.catalog-product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  color: #6a4358;
  font-size: 0.82rem;
}

.catalog-product-meta strong {
  color: var(--rose-dark);
  font-size: 1rem;
}

.catalog-add-button {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.88rem;
}

.designs-page .gallery.gallery-style-selector {
  grid-template-columns: minmax(0, 520px);
  justify-content: start;
}

.catalog-style-card {
  width: 100%;
}

.catalog-variation-selector {
  padding: 0 0.75rem 0.85rem;
}

.catalog-variation-label {
  margin: 0 0 0.5rem;
  color: var(--rose-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.catalog-variation-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}

.catalog-variation-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  padding: 2px;
  overflow: hidden;
  border: 2px solid #d8c5ce;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.catalog-variation-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-variation-thumbnail::after {
  content: "\00a9  Linda Silver-Estes / VR";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  padding: 0.1rem 0.06rem;
  color: #fff;
  background: rgba(112, 85, 126, 0.28);
  font-size: clamp(0.32rem, 0.5vw, 0.46rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(42, 24, 49, 0.72);
  pointer-events: none;
}

.catalog-protection-details {
  margin: 0.55rem 0 0;
  padding: 0.5rem 0.55rem 0.15rem;
  border-top: 1px solid #eadde3;
  color: #654f5b;
  background: #fff;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
}

.original-sketch-preview {
  margin-top: 0.9rem;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 190px);
  gap: 0.8rem 1rem;
  align-items: center;
  border-top: 1px solid #dfcbd4;
  background: #fff;
}

.original-sketch-heading {
  min-width: 0;
}

.original-sketch-heading .eyebrow {
  margin: 0 0 0.25rem;
}

.original-sketch-heading h4 {
  margin: 0;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.original-sketch-heading > p:last-child {
  margin: 0.35rem 0 0;
  color: #654f5b;
  font-size: 0.78rem;
  line-height: 1.4;
}

.original-sketch-media {
  width: 100%;
  max-width: 190px;
  justify-self: end;
}

.original-sketch-media .gallery-image-wrap {
  min-height: 0;
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dccbd3;
  border-radius: 4px;
  background: #f7f3f1;
}

.original-sketch-media .gallery-image-wrap.original-sketch-static {
  cursor: default;
}

.original-sketch-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.original-sketch-preview .gallery-image-wrap::after {
  bottom: 38% !important;
  font-size: 0.48rem;
}

.original-sketch-caption {
  margin: 0.35rem 0 0;
  color: #654f5b;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.original-sketch-preview > .catalog-protection-details {
  grid-column: 1 / -1;
  margin-top: 0;
}

.furniture-sketch-heading {
  margin-top: 2.5rem;
}

.furniture-sketch-group {
  padding-bottom: 1.4rem;
}

.furniture-sketch-group .gallery-heading {
  margin-bottom: 0;
}

.furniture-sketch-group .original-sketch-preview {
  margin-top: 0;
}

.catalog-variation-thumbnail:hover,
.catalog-variation-thumbnail:focus-visible,
.catalog-variation-thumbnail.is-active {
  border-color: var(--rose);
  box-shadow: 0 0 0 2px rgba(143, 41, 76, 0.16);
}

.catalog-customer-preview {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d9c4cc;
  border-radius: 6px;
}

.catalog-customer-preview legend {
  padding: 0 0.4rem;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.catalog-customer-preview[disabled] {
  opacity: 0.62;
}

.catalog-customer-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.catalog-field {
  display: grid;
  gap: 0.25rem;
  color: #513646;
  font-size: 0.8rem;
  font-weight: 800;
}

.catalog-field-wide {
  grid-column: 1 / -1;
}

.catalog-field input {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid #cbb9c1;
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 400;
}

.catalog-field input:focus {
  outline: 3px solid rgba(143, 41, 76, 0.18);
  border-color: var(--rose);
}

.catalog-payment-preview {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d9c4cc;
  border-radius: 6px;
  background: var(--lavender-paper);
}

.catalog-payment-preview div {
  display: grid;
  gap: 0.2rem;
}

.catalog-payment-preview strong {
  color: var(--rose-dark);
}

.catalog-payment-preview span:not(.catalog-payment-badge) {
  color: #665e59;
  font-size: 0.85rem;
}

.catalog-payment-badge {
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
  color: #fff;
  background: #635bff;
  font-weight: 800;
}

.catalog-cart-drawer .agreement-check {
  margin: 1rem 0;
}

.catalog-cart-drawer .stripe-checkout-button[disabled] {
  opacity: 0.68;
  cursor: not-allowed;
}

.shop-preview-section {
  margin-top: 2rem;
}

.shop-preview-section > h3 {
  margin: 0 0 1rem;
  color: var(--rose-dark);
  font-size: 1.35rem;
}

.shop-preview-card {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.shop-preview-card h3 {
  margin: 0;
  color: var(--rose-dark);
}

.shop-preview-meta {
  margin: 0;
  color: var(--lavender-frame);
  font-weight: 800;
}

.shop-preview-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.shop-preview-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.shop-preview-status {
  display: inline-block;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: var(--lavender-frame);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.agreement-preview {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 2px solid var(--lavender-frame);
  border-radius: 6px;
  background: #fff;
}

.agreement-preview h3 {
  margin: 0 0 0.75rem;
  color: var(--rose-dark);
}

.agreement-preview ul {
  margin: 0.75rem 0;
  padding-left: 1.2rem;
}

.agreement-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1rem 0;
  color: var(--rose-dark);
  font-weight: 800;
}

.agreement-check input {
  margin-top: 0.2rem;
  transform: scale(1.15);
}

.media-frame {
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #9e9188;
  border-radius: 6px;
  background: #f8f5f2;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder {
  max-width: 260px;
  padding: 1rem;
  color: #635b57;
  text-align: center;
}

.section-links {
  margin: 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.section-links a {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--rose);
  border-radius: 5px;
  color: var(--rose-dark);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.section-links a:hover,
.section-links a:focus {
  color: #fff;
  background: var(--rose-dark);
}

.gallery-group {
  padding: 0 0 2.75rem;
  scroll-margin-top: 100px;
}

.gallery-group:last-child {
  padding-bottom: 0;
}

.gallery-heading {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.gallery-heading h3 {
  margin: 0 0 0.8rem;
  color: var(--rose-dark);
  font-size: 1.55rem;
}

.gallery-heading p {
  margin: 0 0 0.8rem;
  color: #665e59;
}

.gallery-detailed {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.designs-page .gallery-detailed {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-single-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start;
}

.designs-page .gallery-single-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-switcher {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.catalog-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3px;
  border: 1px solid #cdbbcf;
  border-radius: 6px;
  background: #eee7ef;
}

.catalog-tab {
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 4px;
  color: #513a52;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.catalog-tab:hover,
.catalog-tab:focus-visible {
  background: #fff;
}

.catalog-tab.is-active {
  color: #fff;
  background: var(--rose-dark);
}

.catalog-search {
  width: min(100%, 340px);
  display: grid;
  gap: 0.35rem;
  color: #513a52;
  font-weight: 800;
}

.catalog-search input {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  border: 1px solid #ad98b1;
  border-radius: 4px;
  color: #2f2730;
  background: #fff;
  font: inherit;
}

.catalog-search input:focus {
  outline: 3px solid rgba(127, 89, 142, 0.3);
  outline-offset: 1px;
}

.catalog-status {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: #665e59;
  font-weight: 700;
}

.catalog-empty {
  margin: 1rem 0 0;
  color: var(--rose-dark);
  font-weight: 800;
}

.catalog-category[hidden],
.gallery-group[hidden],
.gallery-item[hidden],
.catalog-empty[hidden] {
  display: none !important;
}

.design-notice {
  max-width: 760px;
  margin: -0.5rem 0 0.85rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid #9b74a2;
  background: #fff;
  color: #463744;
  font-weight: 700;
}

.gallery-click-note {
  max-width: 760px;
  margin: 0 0 2rem;
  color: #6b3652;
  font-weight: 800;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.designs-page .gallery-item {
  border-radius: 5px;
}

.gallery-image-wrap {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8e2dd;
}

.gallery-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.designs-page .gallery-image-wrap img {
  object-fit: cover;
}

.designs-page .gallery-image-wrap img[src*="fringed-two-toned-purple-variation-front-back-board-preview"],
.designs-page .gallery-image-wrap img[src*="two-toned-long-sleeved-front-back-board-preview"],
.designs-page .gallery-image-wrap img[src*="flowing-gown-white-center-front-back-preview"],
.designs-page .gallery-image-wrap img[src*="high-low-metallic-gown"],
.catalog-variation-thumbnail img[src*="fringed-two-toned-purple-variation-front-back-board-preview"] {
  box-sizing: border-box;
  padding: 0.45rem;
  object-fit: contain;
  background: #fff;
}

.catalog-variation-thumbnail img[src*="fringed-two-toned-purple-variation-front-back-board-preview"] {
  padding: 0.2rem;
}

.catalog-variation-thumbnail img[src*="flowing-gown-white-center-front-back-preview"] {
  box-sizing: border-box;
  padding: 0.2rem;
  object-fit: contain;
  background: #fff;
}

.catalog-variation-thumbnail img[src*="high-low-metallic-gown"] {
  box-sizing: border-box;
  padding: 0.2rem;
  object-fit: contain;
  background: #fff;
}

.designs-page .protected-gallery .gallery-image-wrap[role="button"] {
  cursor: zoom-in;
}

.designs-page .protected-gallery .gallery-image-wrap[role="button"]:focus-visible {
  outline: 4px solid #7f598e;
  outline-offset: -4px;
}

.design-lightbox[hidden] {
  display: none;
}

.design-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: rgba(25, 17, 27, 0.9);
}

.design-lightbox-panel {
  position: relative;
  width: min(920px, 96vw);
  max-height: 94vh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 2px solid #d39aa7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.design-lightbox-image-wrap {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8e2dd;
}

.design-lightbox-image-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(94vh - 4.75rem);
  object-fit: contain;
}

.design-lightbox-image-wrap::after {
  content: "Copyright Linda Silver - Estes / Verona Rose";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 8%;
  z-index: 2;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #fff;
  background: rgba(112, 85, 126, 0.24);
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 2px rgba(42, 24, 49, 0.72);
  white-space: nowrap;
  max-width: calc(100% - 1rem);
  transform: translateX(-50%) rotate(-5deg);
  pointer-events: none;
}

.design-lightbox-image-wrap.is-knee-watermark::after {
  bottom: 40%;
}

.design-lightbox-image-wrap[data-watermark-group="fringe-bust-pant-suit"]::after {
  bottom: 35%;
}

.design-lightbox-image-wrap[data-watermark-group="metallic-narrow-stripe-jumpsuit"]::after,
.design-lightbox-image-wrap[data-watermark-group="metallic-wide-stripe-jumpsuit"]::after {
  bottom: 50%;
}

.design-lightbox-image-wrap.is-sketch-watermark::after {
  bottom: 38%;
}

@media (max-width: 560px) {
  .original-sketch-preview {
    grid-template-columns: minmax(0, 1fr);
  }

  .original-sketch-media {
    width: min(190px, 100%);
    justify-self: start;
  }
}

.design-lightbox-caption {
  min-height: 3.25rem;
  margin: 0;
  padding: 0.85rem 4rem 0.85rem 1rem;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.design-lightbox-close {
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
  z-index: 12;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(73, 25, 49, 0.92);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.design-lightbox-close:focus-visible {
  outline: 3px solid #d9b9e4;
  outline-offset: 2px;
}

body.design-lightbox-open {
  overflow: hidden;
}

.iowarose-protected-gallery .gallery-image-wrap {
  min-height: 0;
  aspect-ratio: auto;
  display: block;
  background: #fff;
  line-height: 0;
}

.iowarose-protected-gallery .gallery-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

.preview-mark {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  max-width: calc(100% - 1.3rem);
  padding: 0.32rem 0.5rem;
  border-radius: 3px;
  color: #fff;
  background: rgba(94, 23, 49, 0.82);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
}

.iowarose-protected-gallery .preview-mark {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  display: inline-block;
  max-width: calc(100% - 1.3rem);
  padding: 0.32rem 0.5rem;
  border-radius: 3px;
  color: #fff;
  background: rgba(94, 23, 49, 0.9);
  text-align: center;
}

.gallery-item figcaption {
  padding: 0.8rem 1rem;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.designs-page .gallery-item figcaption {
  padding: 0.55rem 0.6rem;
  font-size: 0.9rem;
  line-height: 1.25;
}

.restoration-label {
  display: block;
  margin-top: 0.25rem;
  color: #6e4e82;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.video-shell {
  position: relative;
  max-width: 900px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #1b181b;
}

.video-shell video {
  width: 100%;
  max-height: 620px;
  display: block;
  background: #000;
}

.iowarose-video-protected::after {
  content: "Copyright 2014-present Iowa Rose Productions";
  position: absolute;
  right: 0.7rem;
  bottom: 4.8rem;
  z-index: 12;
  padding: 0.14rem 0.28rem;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(42, 24, 49, 0.18);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.video-caption {
  padding: 1.15rem 1.35rem;
  color: var(--ink);
  background: #fff;
}

.video-caption h3,
.video-caption p {
  margin: 0;
}

.video-caption p {
  margin-top: 0.35rem;
}

.audio-list {
  max-width: 850px;
}

.audio-row {
  padding: 1.1rem 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--line);
}

.audio-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

audio {
  width: 100%;
}

.note {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--gold);
  background: #fff8e9;
}

.contact-band {
  color: #fff;
  background: var(--rose-dark);
}

.contact-band h2 {
  color: #fff;
}

.contact-band a {
  color: #fff;
}

.site-footer {
  padding: 2rem 0;
  color: #4d4648;
  background: #e8e1dc;
  font-size: 0.9rem;
}

.footer-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 820px) {
  .nav-wrap {
    padding: 0.8rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .hero {
    min-height: 500px;
    background-position: 38% center;
  }

  .voiceovers-hero {
    min-height: 520px;
  }

  .hero-copy {
    max-width: 70%;
  }

  .voiceovers-hero-copy {
    max-width: 70%;
  }

  .specialty-hero-copy {
    max-width: 70%;
  }

  .visual-hero-image {
    object-position: 38% center;
  }

  .brand-grid,
  .service-grid,
  .about-layout,
  .stripe-cart-layout,
  .shop-preview-grid {
    grid-template-columns: 1fr;
  }

  .stripe-cart-panel {
    position: static;
  }

  .stripe-product-grid {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    justify-self: start;
  }

  .protected-photo {
    justify-self: start;
  }

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

  .designs-page .gallery.gallery-detailed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .designs-page .gallery.gallery-single-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: start;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-search {
    width: 100%;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .brand-card {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .site-nav a,
  .nav-dropdown summary {
    padding-left: 0;
    padding-right: 0.8rem;
  }

  .designs-page .gallery.gallery-detailed,
  .designs-page .gallery.gallery-single-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-tabs {
    width: 100%;
  }

  .catalog-tab {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .catalog-cart-band {
    position: static;
  }

  .catalog-cart-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-cart-toggle {
    width: 100%;
  }

  .catalog-cart-drawer {
    position: fixed;
    z-index: 8000;
    inset: auto 0 0;
    width: 100%;
    max-height: 82vh;
    border: 1px solid #cfa8b8;
    border-radius: 6px 6px 0 0;
  }

  .catalog-cart-item {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .designs-page .gallery.gallery-style-selector {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-variation-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .catalog-customer-grid {
    grid-template-columns: 1fr;
  }

  .catalog-field-wide {
    grid-column: auto;
  }

  .catalog-line-total {
    grid-column: 2;
  }

  .nav-dropdown-menu a {
    padding-left: 0.7rem;
  }

  .hero-copy,
  .section,
  .sub-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero {
    min-height: 520px;
    background-position: 32% center;
  }

  .voiceovers-hero {
    min-height: 540px;
  }

  .hero-copy {
    max-width: 76%;
  }

  .voiceovers-hero-copy {
    max-width: 78%;
  }

  .specialty-hero-copy {
    max-width: 78%;
  }

  .visual-hero-image {
    object-position: 30% center;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .voiceovers-hero h1 {
    font-size: 2.7rem;
  }

  .specialty-hero-copy h1 {
    font-size: 2.7rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .voiceovers-hero .lead {
    font-size: 1rem;
  }

  .gallery-image-wrap {
    min-height: 230px;
  }

  .preview-mark {
    font-size: 0.62rem;
  }

  .audio-row {
    grid-template-columns: 1fr;
  }
}
