:root {
  --bg: #ffffff;
  --ink: #2b2025;
  --muted: #8c7f85;
  --pink: #e6558a;
  --pink-dark: #cf3f75;
  --pink-soft: #f6e8ee;
  --pink-softer: #fff6fa;
  --line: #e9e1e5;
  --danger: #fff0f1;
  --shadow: 0 10px 30px rgba(78, 39, 57, 0.05);
  --radius: 28px;
  --rounded-font: "Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body-font); }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.hide { display: none !important; }
.muted { color: var(--muted); }
.preserve-lines { white-space: pre-wrap; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* --------------------------------------------------------------------------
   HOME
   -------------------------------------------------------------------------- */

.home-page { background: #fff; }
.home-shell { width: min(980px, calc(100% - 34px)); margin: 0 auto; padding: 58px 0 36px; }
.home-hero { text-align: center; }
.home-title {
  margin: 0 auto;
  max-width: 940px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--rounded-font);
  font-size: clamp(31px, 5.3vw, 57px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  font-weight: 800;
}
.title-heart { font-size: .82em; line-height: 1; flex: 0 0 auto; }
.home-tagline {
  margin: 34px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2.7vw, 28px);
  line-height: 1.4;
}
.home-actions {
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.home-action {
  min-height: 92px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 26px;
  text-decoration: none;
  font-family: var(--rounded-font);
  font-size: clamp(21px, 3vw, 31px);
  line-height: 1;
  box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.home-action:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(78, 39, 57, 0.09); }
.home-action-primary { background: var(--pink); color: #fff; }
.home-action-primary:hover { background: var(--pink-dark); }
.home-action-soft { background: var(--pink-soft); color: var(--ink); }
.home-action-outline { background: #fff; border: 2px solid var(--line); color: var(--ink); }
.home-action-wide { grid-column: 1 / -1; position: relative; }
.home-action-wide .action-arrow,
.home-action-wide > span:last-child { position: absolute; right: 34%; font-family: var(--body-font); font-size: 1.4em; font-weight: 400; }
.action-icon { font-size: 1.2em; }

.home-section { margin-top: 112px; }
.favorites-section { margin-top: 104px; }
.home-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.home-section-heading h2 {
  margin: 0;
  font-family: var(--rounded-font);
  font-size: clamp(27px, 4.2vw, 41px);
  letter-spacing: -1px;
  line-height: 1.1;
}
.home-section-heading a {
  flex: 0 0 auto;
  display: flex;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  font-family: var(--rounded-font);
  font-size: clamp(18px, 2.5vw, 27px);
}
.home-section-heading a span { font-family: var(--body-font); font-size: 1.45em; font-weight: 400; }
.art-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 36%);
  gap: 26px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 2px 2px 16px;
  scrollbar-width: none;
}
.art-strip::-webkit-scrollbar { display: none; }
.home-art-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  background: var(--pink-soft);
  outline: none;
}
.home-art-card:focus-visible,
.gallery-art-card:focus-visible { box-shadow: 0 0 0 4px rgba(230, 85, 138, .28); }
.home-art-card img,
.gallery-art-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.home-art-card:hover img,
.gallery-art-card:hover img { transform: scale(1.018); }
.art-link-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(93, 63, 75, .86);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  backdrop-filter: blur(8px);
}
.favorite-reaction {
  position: absolute;
  left: 18px;
  bottom: 18px;
  min-width: 58px;
  height: 58px;
  padding: 0 13px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(93, 63, 75, .86);
  color: #fff;
  font-size: 29px;
  backdrop-filter: blur(8px);
}
.favorite-reaction small { font-size: 12px; font-weight: 800; }
.home-empty { padding: 28px; border-radius: 24px; background: var(--pink-softer); color: var(--muted); text-align: center; }
.home-footer { margin-top: 112px; padding: 34px 0 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; color: var(--muted); font-size: 14px; }
.home-footer a { text-decoration: none; }
.home-footer a:hover { color: var(--pink-dark); }

/* --------------------------------------------------------------------------
   PUBLIC SUBPAGES
   -------------------------------------------------------------------------- */

.public-page { background: #fff; }
.public-shell { width: min(1080px, calc(100% - 34px)); margin: 0 auto; }
.narrow-shell { max-width: 840px; }
.public-header { padding: 26px 0 8px; }
.public-header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.public-logo { text-decoration: none; font-family: var(--rounded-font); font-size: clamp(19px, 2.8vw, 27px); font-weight: 800; letter-spacing: -.6px; }
.public-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.public-nav a { padding: 9px 13px; border-radius: 999px; text-decoration: none; font-family: var(--rounded-font); font-size: 14px; }
.public-nav a:hover,
.public-nav a.active { background: var(--pink-soft); }
.public-main { padding-top: 55px; padding-bottom: 90px; }
.page-heading { margin: 0 auto 42px; text-align: center; }
.page-heading h1 { margin: 8px 0 16px; font-family: var(--rounded-font); font-size: clamp(44px, 8vw, 76px); letter-spacing: -2px; line-height: .98; }
.page-heading p { max-width: 690px; margin: 0 auto; color: var(--muted); line-height: 1.6; font-size: clamp(16px, 2.2vw, 20px); }
.eyebrow { display: inline-block; color: var(--pink-dark); font-family: var(--rounded-font); font-size: 15px; background: var(--pink-softer); border-radius: 999px; padding: 8px 12px; }
.public-footer { padding: 34px 0 48px; color: var(--muted); text-align: center; font-size: 13px; }
.soft-panel,
.about-card,
.success-card { background: var(--pink-softer); border: 1px solid var(--line); border-radius: 30px; padding: 30px; box-shadow: var(--shadow); }
.centered-panel { text-align: center; }
.centered-panel h2 { font-family: var(--rounded-font); }
.about-card { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.75; }
.about-links { max-width: 760px; margin: 24px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-links .home-action { min-height: 72px; font-size: 20px; border-radius: 22px; box-shadow: none; }
.about-links .home-action-wide { grid-column: 1 / -1; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gallery-art-card { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 25px; background: var(--pink-soft); cursor: pointer; outline: none; }
.gallery-art-card .art-link-badge { width: 45px; height: 45px; top: 13px; right: 13px; font-size: 23px; }
.featured-badge { position: absolute; left: 13px; top: 13px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--pink-dark); font-size: 23px; }

/* --------------------------------------------------------------------------
   FORMS
   -------------------------------------------------------------------------- */

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 31px; box-shadow: var(--shadow); overflow: hidden; }
.form-section { padding: 32px; border-top: 1px solid var(--line); }
.first-form-section { border-top: 0; }
.form-section-title { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.form-section-title h2 { margin: 1px 0 4px; font-family: var(--rounded-font); font-size: 24px; letter-spacing: -.5px; }
.form-section-title p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.step-dot { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; font-family: var(--rounded-font); font-size: 15px; }
.field-label { display: block; font-family: var(--rounded-font); font-weight: 800; margin: 20px 0 8px; }
.field-label:first-child { margin-top: 0; }
input[type=text],
input[type=email],
input[type=url],
input[type=date],
input[type=number],
input[type=file],
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus,
select:focus,
textarea:focus { border-color: #efa2bf; box-shadow: 0 0 0 4px rgba(230,85,138,.09); }
textarea { min-height: 130px; resize: vertical; line-height: 1.5; }
.help { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.grid { display: grid; gap: 16px; }
.two-grid { grid-template-columns: 1fr 1fr; }
.choice-box { margin-top: 15px; border: 1px solid var(--line); background: var(--pink-softer); border-radius: 19px; padding: 17px; }
.check-row,
.radio-row { display: flex; align-items: flex-start; gap: 11px; margin-top: 12px; line-height: 1.45; }
.check-row:first-child,
.radio-row:first-child { margin-top: 0; }
.check-row input,
.radio-row input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--pink); }
.radio-row small { color: var(--muted); }
.nested-choice { margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.terms-copy { white-space: pre-wrap; margin-top: 9px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 17px; min-height: 52px; padding: 13px 18px; background: var(--ink); color: #fff; text-decoration: none; cursor: pointer; font-family: var(--rounded-font); }
.btn.secondary { background: var(--pink-soft); color: var(--ink); }
.btn.danger { background: #8f2633; }
.btn.full { width: calc(100% - 64px); margin: 0 32px 32px; }
.pink-btn { background: var(--pink); color: #fff; }
.pink-btn:hover { background: var(--pink-dark); }
.btn:disabled { opacity: .55; cursor: wait; }
.message { display: none; margin: 0 32px 18px; padding: 14px 16px; border-radius: 15px; line-height: 1.45; }
.message.error { background: var(--danger); }
.message.progress,
.message.success { background: var(--pink-softer); }
.total-panel { margin: 0 32px 24px; padding: 20px 22px; display: flex; align-items: baseline; gap: 9px; border-radius: 20px; background: var(--pink-soft); }
.total-panel span { font-family: var(--rounded-font); flex: 1; }
.total-panel strong { font-size: 28px; font-family: var(--rounded-font); }
.total-panel small { color: var(--muted); }
.success-card { max-width: 700px; margin: 0 auto; text-align: center; padding: 42px 30px; }
.success-card h2 { margin: 8px 0 12px; font-family: var(--rounded-font); font-size: 34px; }
.success-heart { font-size: 45px; }
.success-label { margin: 26px 0 8px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.big-pill { display: inline-block; border-radius: 999px; background: #fff; border: 1px solid var(--line); padding: 11px 17px; font-family: var(--rounded-font); font-size: 20px; }

/* Commission type cards */
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.type-option { display: block; border: 2px solid transparent; border-radius: 22px; padding: 10px; cursor: pointer; background: var(--pink-softer); transition: border-color .15s ease, transform .15s ease, background .15s ease; }
.type-option:hover { transform: translateY(-2px); }
.type-option.selected { border-color: var(--pink); background: #fff; }
.type-option input { position: absolute; opacity: 0; pointer-events: none; }
.preview { width: 100%; aspect-ratio: 1 / 1; display: block; object-fit: cover; border-radius: 15px; background: var(--pink-soft); }
.preview-placeholder { display: grid; place-items: center; color: var(--pink); font-size: 42px; }
.type-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 13px 5px 5px; }
.type-copy strong { font-family: var(--rounded-font); }
.price { font-family: var(--rounded-font); font-size: 18px; }
.type-option .help { padding: 0 5px 8px; }

/* --------------------------------------------------------------------------
   ART MODAL + REACTIONS
   -------------------------------------------------------------------------- */

.modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(37, 24, 30, .76); backdrop-filter: blur(7px); }
.modal.open { display: flex; }
.modal-card { position: relative; width: min(980px, 100%); max-height: 94vh; overflow: auto; padding: 18px; background: #fff; border-radius: 30px; }
.modal-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 24px; align-items: start; }
.modal-image { width: 100%; max-height: 80vh; object-fit: contain; display: block; border-radius: 22px; background: var(--pink-softer); }
.modal-info { padding: 42px 12px 16px 0; }
.modal-info h2 { margin: 0 0 5px; font-family: var(--rounded-font); font-size: 32px; }
.modal-description { white-space: pre-wrap; line-height: 1.6; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.modal-close { position: absolute; z-index: 2; right: 26px; top: 26px; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--pink-soft); color: var(--ink); font-size: 25px; cursor: pointer; }
.reaction-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.reaction { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 11px; cursor: pointer; }
.reaction.selected { background: var(--pink-soft); border-color: #efbdd0; }

/* --------------------------------------------------------------------------
   EXISTING ADMIN UI — keep functional and intentionally utilitarian
   -------------------------------------------------------------------------- */

.site-shell { width: min(1120px, calc(100% - 32px)); margin: auto; }
.site-header { padding: 28px 0; }
.header-row { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.logo { font-family: var(--rounded-font); font-size: clamp(28px, 5vw, 44px); font-weight: 800; letter-spacing: -2px; text-decoration: none; }
.nav { display: flex; flex-wrap: wrap; gap: 7px; }
.nav a { padding: 9px 12px; border-radius: 999px; text-decoration: none; font-size: 14px; }
.nav a:hover,
.nav a.active { background: var(--pink-soft); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; }
.stack > * + * { margin-top: 14px; }
.pill { display: inline-block; padding: 8px 12px; border-radius: 999px; background: var(--pink-soft); font-weight: 700; }
.status { font-size: 12px; padding: 5px 9px; border-radius: 999px; background: var(--pink-soft); display: inline-block; }
.admin-shell { width: min(1180px, calc(100% - 28px)); margin: auto; }
.admin-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 24px 0; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-nav a { padding: 8px 11px; border-radius: 999px; background: var(--pink-soft); text-decoration: none; font-size: 13px; }
.admin-table-wrap { overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 800px; }
.admin-table th,
.admin-table td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table th { font-size: 12px; text-transform: uppercase; color: var(--muted); }
.thumb { width: 80px; height: 80px; object-fit: cover; border-radius: 12px; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.admin-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.big-number { font-size: 38px; font-weight: 800; }
.file-list { display: flex; flex-wrap: wrap; gap: 8px; }
.file-chip { display: inline-block; padding: 8px 10px; border-radius: 10px; background: var(--pink-soft); text-decoration: none; max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 850px) {
  .home-shell { padding-top: 42px; }
  .home-title { gap: 8px; }
  .home-actions { gap: 13px; }
  .home-action { min-height: 78px; border-radius: 23px; }
  .home-section { margin-top: 86px; }
  .art-strip { grid-auto-columns: minmax(245px, 44%); gap: 18px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .modal-grid { grid-template-columns: 1fr; }
  .modal-info { padding: 4px 5px 8px; }
  .modal-close { right: 26px; top: 26px; }
}

@media (max-width: 680px) {
  .home-shell { width: min(100% - 28px, 620px); padding-top: 36px; }
  .home-title { align-items: flex-start; font-size: clamp(29px, 8.2vw, 42px); }
  .title-heart { margin-top: 3px; }
  .home-tagline { margin-top: 25px; font-size: 18px; }
  .home-actions { margin-top: 34px; gap: 10px; }
  .home-action { min-height: 68px; padding: 14px 12px; gap: 10px; border-radius: 21px; font-size: clamp(17px, 5vw, 23px); }
  .home-action-wide { min-height: 64px; }
  .home-action-wide .action-arrow,
  .home-action-wide > span:last-child { right: 14%; }
  .home-section { margin-top: 72px; }
  .favorites-section { margin-top: 67px; }
  .home-section-heading { margin-bottom: 20px; gap: 12px; }
  .home-section-heading h2 { font-size: clamp(24px, 7vw, 32px); }
  .home-section-heading a { font-size: 17px; gap: 10px; }
  .art-strip { grid-auto-columns: 72%; gap: 15px; margin-right: -14px; padding-right: 14px; }
  .home-art-card { border-radius: 24px; }
  .art-link-badge { width: 49px; height: 49px; right: 13px; top: 13px; font-size: 25px; }
  .favorite-reaction { left: 13px; bottom: 13px; height: 49px; min-width: 49px; font-size: 24px; }
  .home-footer { margin-top: 76px; }

  .public-header { padding-top: 20px; }
  .public-header-row { display: block; }
  .public-nav { justify-content: flex-start; margin-top: 14px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; }
  .public-nav::-webkit-scrollbar { display: none; }
  .public-nav a { white-space: nowrap; }
  .public-main { padding-top: 38px; }
  .page-heading { margin-bottom: 30px; }
  .page-heading h1 { font-size: clamp(42px, 13vw, 62px); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .gallery-art-card { border-radius: 20px; }
  .gallery-art-card .art-link-badge { width: 39px; height: 39px; font-size: 20px; top: 9px; right: 9px; }
  .featured-badge { left: 9px; top: 9px; width: 36px; height: 36px; }

  .form-section { padding: 24px 20px; }
  .two-grid { grid-template-columns: 1fr; gap: 0; }
  .type-grid { grid-template-columns: 1fr; }
  .type-option { display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 12px; }
  .type-option .preview { grid-row: 1 / span 2; }
  .type-option .help { grid-column: 2; padding: 0 4px 8px; }
  .type-copy { padding: 0 4px; }
  .btn.full { width: calc(100% - 40px); margin: 0 20px 24px; }
  .message { margin-left: 20px; margin-right: 20px; }
  .total-panel { margin-left: 20px; margin-right: 20px; }
  .about-links { grid-template-columns: 1fr; }
  .about-links .home-action-wide { grid-column: auto; }

  .modal { padding: 9px; align-items: flex-end; }
  .modal-card { border-radius: 26px 26px 0 0; max-height: 94vh; padding: 12px; }
  .modal-image { max-height: 60vh; border-radius: 19px; }
  .modal-info h2 { font-size: 27px; }
  .modal-close { top: 22px; right: 22px; }

  .admin-header { align-items: flex-start; flex-direction: column; }
}

/* --------------------------------------------------------------------------
   18+ AGE GATE
   -------------------------------------------------------------------------- */

.age-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 28px 16px;
  background: #fff;
  color: var(--ink);
}

.age-shell {
  width: min(720px, 100%);
}

.age-card {
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(78, 39, 57, .08);
  text-align: center;
}

.age-mark {
  width: 76px;
  height: 76px;
  margin: 0 auto 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-family: var(--rounded-font);
  font-size: 24px;
  font-weight: 800;
}

.age-card h1 {
  margin: 0;
  font-family: var(--rounded-font);
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.age-lead {
  margin: 28px auto 0;
  max-width: 570px;
  font-size: clamp(18px, 2.7vw, 22px);
  line-height: 1.5;
}

.age-copy {
  margin: 14px auto 0;
  max-width: 570px;
  color: var(--muted);
  line-height: 1.6;
}

.age-actions {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.age-actions button {
  width: 100%;
  min-height: 64px;
  padding: 15px 20px;
  border-radius: 22px;
  font-family: var(--rounded-font);
  font-size: clamp(17px, 3vw, 21px);
  cursor: pointer;
}

.age-enter {
  border: 0;
  background: var(--pink);
  color: #fff;
}

.age-enter:hover {
  background: var(--pink-dark);
}

.age-leave {
  border: 1.5px solid var(--line);
  background: var(--pink-soft);
  color: var(--ink);
}

.age-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .age-page { padding: 14px; }
  .age-card { border-radius: 27px; }
  .age-mark { width: 66px; height: 66px; font-size: 21px; }
}

/* --------------------------------------------------------------------------
   V2 COMPACT PUBLIC SCALE
   Keeps the same visual language while reducing the overall footprint on
   desktop and mobile. Admin utility sizing is intentionally left alone.
   -------------------------------------------------------------------------- */

.home-shell {
  width: min(900px, calc(100% - 32px));
  padding-top: 36px;
}
.home-title {
  max-width: 820px;
  gap: 9px;
  font-size: clamp(25px, 4.1vw, 42px);
  letter-spacing: -1.2px;
}
.home-tagline {
  margin-top: 20px;
  max-width: 650px;
  font-size: clamp(15px, 2vw, 20px);
}
.home-actions {
  margin-top: 30px;
  gap: 12px;
}
.home-action {
  min-height: 64px;
  border-radius: 20px;
  gap: 13px;
  padding: 13px 20px;
  font-size: clamp(17px, 2.2vw, 22px);
}
.home-action-wide .action-arrow,
.home-action-wide > span:last-child {
  right: 37%;
  font-size: 1.25em;
}
.home-section {
  margin-top: 66px;
}
.favorites-section {
  margin-top: 62px;
}
.home-section-heading {
  margin-bottom: 17px;
}
.home-section-heading h2 {
  font-size: clamp(22px, 3vw, 30px);
}
.home-section-heading a {
  gap: 10px;
  font-size: clamp(15px, 2vw, 19px);
}
.art-strip {
  grid-auto-columns: minmax(190px, 29%);
  gap: 16px;
  padding-bottom: 10px;
}
.home-art-card {
  border-radius: 22px;
}
.art-link-badge {
  top: 12px;
  right: 12px;
  width: 43px;
  height: 43px;
  font-size: 22px;
}
.favorite-reaction {
  left: 12px;
  bottom: 12px;
  min-width: 43px;
  height: 43px;
  padding: 0 10px;
  font-size: 21px;
}
.home-footer {
  margin-top: 66px;
  padding-top: 24px;
}

.public-shell {
  width: min(940px, calc(100% - 32px));
}
.narrow-shell {
  max-width: 760px;
}
.public-header {
  padding: 19px 0 5px;
}
.public-logo {
  font-size: clamp(17px, 2.2vw, 22px);
}
.public-nav a {
  padding: 7px 10px;
  font-size: 13px;
}
.public-main {
  padding-top: 36px;
  padding-bottom: 64px;
}
.page-heading {
  margin-bottom: 28px;
}
.page-heading h1 {
  margin: 7px 0 11px;
  font-size: clamp(34px, 6vw, 52px);
  letter-spacing: -1.4px;
}
.page-heading p {
  max-width: 620px;
  font-size: clamp(14px, 1.8vw, 17px);
}
.eyebrow {
  font-size: 13px;
  padding: 6px 10px;
}
.public-footer {
  padding: 24px 0 34px;
}
.soft-panel,
.about-card,
.success-card {
  border-radius: 23px;
  padding: 23px;
}
.about-card {
  max-width: 700px;
  font-size: 16px;
}
.about-links {
  max-width: 700px;
  margin-top: 17px;
  gap: 10px;
}
.about-links .home-action {
  min-height: 56px;
  border-radius: 18px;
  font-size: 17px;
}

.gallery-grid {
  gap: 13px;
}
.gallery-art-card {
  border-radius: 20px;
}
.gallery-art-card .art-link-badge {
  width: 38px;
  height: 38px;
  top: 9px;
  right: 9px;
  font-size: 19px;
}
.featured-badge {
  left: 9px;
  top: 9px;
  width: 34px;
  height: 34px;
  font-size: 18px;
}

.form-card {
  border-radius: 24px;
}
.form-section {
  padding: 23px;
}
.form-section-title {
  gap: 11px;
  margin-bottom: 18px;
}
.form-section-title h2 {
  font-size: 20px;
}
.form-section-title p {
  font-size: 13px;
}
.step-dot {
  width: 29px;
  height: 29px;
  flex-basis: 29px;
  font-size: 13px;
}
.field-label {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 14px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=date],
input[type=number],
input[type=file],
select,
textarea {
  min-height: 45px;
  padding: 10px 12px;
  border-radius: 13px;
  font-size: 15px;
}
textarea {
  min-height: 105px;
}
.help {
  margin-top: 5px;
  font-size: 12px;
}
.choice-box {
  margin-top: 12px;
  border-radius: 16px;
  padding: 14px;
  font-size: 14px;
}
.check-row,
.radio-row {
  gap: 9px;
  margin-top: 9px;
}
.check-row input,
.radio-row input {
  width: 17px;
  height: 17px;
}
.btn {
  min-height: 46px;
  border-radius: 14px;
  padding: 10px 15px;
  font-size: 14px;
}
.btn.full {
  width: calc(100% - 46px);
  margin: 0 23px 10px;
}
.next-step-note {
  width: calc(100% - 46px);
  margin: 0 23px 23px;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
}
.message {
  margin: 0 23px 14px;
  padding: 11px 13px;
  font-size: 14px;
}
.total-panel {
  margin: 0 23px 18px;
  padding: 15px 17px;
  border-radius: 16px;
}
.total-panel strong {
  font-size: 23px;
}
.success-card {
  max-width: 620px;
}
.success-card h2 {
  font-size: 28px;
}
.success-heart {
  font-size: 36px;
}
.big-pill {
  padding: 8px 13px;
  font-size: 17px;
}
.type-grid {
  gap: 10px;
}
.type-option {
  border-radius: 18px;
  padding: 8px;
}
.preview {
  border-radius: 12px;
}
.preview-placeholder {
  font-size: 34px;
}
.type-copy {
  padding: 9px 3px 3px;
  font-size: 14px;
}
.price {
  font-size: 15px;
}

.modal-card {
  width: min(880px, 100%);
  border-radius: 24px;
}
.modal-grid {
  gap: 18px;
}
.modal-image {
  border-radius: 18px;
}
.modal-info {
  padding-top: 34px;
}
.modal-info h2 {
  font-size: 27px;
}
.modal-close {
  width: 38px;
  height: 38px;
  font-size: 21px;
}

.age-shell {
  width: min(560px, 100%);
}
.age-card {
  padding: clamp(24px, 5vw, 38px);
  border-radius: 25px;
}
.age-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 19px;
}
.age-card h1 {
  font-size: clamp(24px, 5vw, 34px);
  letter-spacing: -1px;
}
.age-lead {
  margin-top: 18px;
  font-size: clamp(15px, 2.2vw, 18px);
}
.age-copy {
  font-size: 14px;
}
.age-actions {
  margin-top: 24px;
  gap: 9px;
}
.age-actions button {
  min-height: 49px;
  border-radius: 16px;
  padding: 11px 15px;
  font-size: 15px;
}
.age-note {
  margin-top: 14px;
}

@media (max-width: 850px) {
  .home-shell { padding-top: 30px; }
  .home-action { min-height: 60px; }
  .home-section { margin-top: 58px; }
  .art-strip { grid-auto-columns: minmax(180px, 36%); gap: 14px; }
}

@media (max-width: 680px) {
  .home-shell {
    width: min(100% - 24px, 560px);
    padding-top: 25px;
  }
  .home-title {
    font-size: clamp(23px, 6.8vw, 30px);
    gap: 5px;
  }
  .home-tagline {
    margin-top: 15px;
    font-size: 15px;
  }
  .home-actions {
    margin-top: 23px;
    gap: 8px;
  }
  .home-action {
    min-height: 52px;
    padding: 10px 9px;
    gap: 7px;
    border-radius: 16px;
    font-size: clamp(14px, 4.1vw, 17px);
  }
  .home-action-wide {
    min-height: 50px;
  }
  .home-action-wide .action-arrow,
  .home-action-wide > span:last-child {
    right: 13%;
  }
  .home-section,
  .favorites-section {
    margin-top: 48px;
  }
  .home-section-heading {
    margin-bottom: 13px;
  }
  .home-section-heading h2 {
    font-size: clamp(19px, 5.6vw, 24px);
  }
  .home-section-heading a {
    font-size: 14px;
  }
  .art-strip {
    grid-auto-columns: 61%;
    gap: 11px;
    margin-right: -12px;
    padding-right: 12px;
  }
  .home-art-card {
    border-radius: 18px;
  }
  .art-link-badge {
    width: 37px;
    height: 37px;
    right: 9px;
    top: 9px;
    font-size: 18px;
  }
  .favorite-reaction {
    left: 9px;
    bottom: 9px;
    min-width: 37px;
    height: 37px;
    font-size: 18px;
  }
  .home-footer {
    margin-top: 48px;
  }

  .public-header { padding-top: 14px; }
  .public-nav { margin-top: 9px; }
  .public-nav a { font-size: 12px; padding: 6px 8px; }
  .public-main { padding-top: 26px; }
  .page-heading { margin-bottom: 22px; }
  .page-heading h1 { font-size: clamp(30px, 9vw, 40px); }
  .page-heading p { font-size: 14px; }
  .gallery-grid { gap: 8px; }
  .gallery-art-card { border-radius: 15px; }

  .form-section { padding: 18px 16px; }
  .form-section-title { margin-bottom: 14px; }
  .form-section-title h2 { font-size: 18px; }
  .type-grid { grid-template-columns: 1fr; }
  .type-option {
    grid-template-columns: 76px 1fr;
    gap: 9px;
  }
  .btn.full {
    width: calc(100% - 32px);
    margin: 0 16px 8px;
  }
  .next-step-note {
    width: calc(100% - 32px);
    margin: 0 16px 18px;
  }
  .message,
  .total-panel {
    margin-left: 16px;
    margin-right: 16px;
  }

  .age-page { padding: 12px; }
  .age-card { border-radius: 21px; }
  .age-card h1 { font-size: clamp(23px, 7.5vw, 29px); }
}

/* --------------------------------------------------------------------------
   GALLERY LIBRARY UPDATE v3
   -------------------------------------------------------------------------- */

/* Discourages ordinary browser/mobile image saving. The public file remains
   technically retrievable, so the server also exposes only a web-sized copy. */
.protected-artwork,
.protected-art-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.protected-art-image {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.modal-image-wrap {
  min-width: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.modal-image-wrap .modal-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Gallery search / facets */
.gallery-tools {
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--pink-softer);
}
.gallery-tools label > span {
  display: block;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.gallery-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 9px;
}
.gallery-search-field input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.gallery-search-field input[type="search"]:focus {
  border-color: #efa2bf;
  box-shadow: 0 0 0 4px rgba(230,85,138,.09);
}
.gallery-search-button {
  min-height: 44px;
}
.gallery-filter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-top: 13px;
}
.gallery-filter-grid select {
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
}
.gallery-results-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}
.gallery-results-row a {
  color: var(--ink);
  text-decoration: none;
}
.gallery-results-row a:hover {
  text-decoration: underline;
}

.art-modal-meta {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.art-keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 13px 0 0;
}
.art-keyword {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

/* Admin artwork library */
.admin-page-title {
  margin: 14px 0 20px;
  font-family: var(--rounded-font);
  font-size: clamp(30px, 5vw, 42px);
  letter-spacing: -1px;
}
.admin-library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 16px;
}
.admin-library-grid h2,
.admin-list-heading h2 {
  margin-top: 0;
  font-family: var(--rounded-font);
}
.admin-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.admin-meta-cell {
  max-width: 260px;
  font-size: 12px;
  line-height: 1.5;
}
.edit-art-shell {
  max-width: 760px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.delete-art-shell {
  max-width: 560px;
  padding-top: 55px;
}
.edit-art-preview {
  width: min(250px, 100%);
  height: auto;
  border-radius: 15px;
  display: block;
}

@media (max-width: 900px) {
  .gallery-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .admin-library-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .gallery-tools {
    padding: 13px;
    border-radius: 16px;
  }
  .gallery-search-row {
    grid-template-columns: 1fr;
  }
  .gallery-search-button {
    width: 100%;
  }
  .gallery-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-results-row {
    align-items: flex-start;
  }
}

/* --------------------------------------------------------------------------
   BULK LIBRARY EDITOR v4
   -------------------------------------------------------------------------- */
.library-editor-section {
  margin-top: 28px;
}
.library-heading-row {
  align-items: flex-end;
}
.library-editor-intro {
  max-width: 720px;
  margin: 4px 0 0;
}
.library-editor-tools {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}
.library-filter-field {
  flex: 1 1 420px;
  max-width: 560px;
}
.library-filter-field > span,
.library-editor-fields label > span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.library-filter-field input {
  width: 100%;
}
.library-dirty-status {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
}
.library-dirty-status strong {
  color: var(--ink);
}
.library-editor-list {
  display: grid;
  gap: 12px;
  padding-bottom: 84px;
}
.library-editor-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.library-editor-row.is-dirty {
  border-color: #eca1bd;
  background: #fffafd;
  box-shadow: 0 0 0 3px rgba(230,85,138,.07);
}
.library-editor-row[hidden] {
  display: none !important;
}
.library-editor-image-column {
  min-width: 0;
}
.library-editor-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 13px;
}
.library-private-reference {
  display: block;
  margin-top: 9px;
  padding: 8px 9px;
  border-radius: 10px;
  background: var(--pink-softer);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.library-private-reference strong,
.library-private-reference span {
  display: block;
}
.library-private-reference strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.standalone-private-reference {
  max-width: 420px;
  margin: 12px 0 20px;
}
.library-record-id {
  margin-top: 7px;
  color: var(--muted);
  font-size: 9px;
  overflow-wrap: anywhere;
}
.library-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  font-size: 11px;
}
.library-row-actions a {
  color: var(--ink);
}
.library-row-actions .danger-link {
  color: #a93453;
}
.library-editor-fields {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}
.library-editor-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.library-title-year-grid {
  grid-template-columns: minmax(0, 1fr) 120px;
}
.library-editor-fields input[type="text"],
.library-editor-fields input[type="url"],
.library-editor-fields input[type="number"],
.library-editor-fields textarea,
.library-filter-field input[type="search"] {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
}
.library-editor-fields textarea {
  min-height: 60px;
  resize: vertical;
}
.library-editor-fields input:focus,
.library-editor-fields textarea:focus,
.library-filter-field input:focus {
  outline: none;
  border-color: #efa2bf;
  box-shadow: 0 0 0 3px rgba(230,85,138,.08);
}
.library-status-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  min-height: 32px;
}
.compact-check {
  margin: 0;
}
.library-row-saved-state {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.library-editor-row.is-dirty .library-row-saved-state {
  color: #b3476e;
}
.library-save-bar {
  position: sticky;
  bottom: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: -66px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 10px 30px rgba(80,35,52,.11);
  backdrop-filter: blur(10px);
}
.library-save-bar > div {
  min-width: 0;
}
.library-save-bar strong,
.library-save-bar span {
  display: block;
}
.library-save-bar span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}
.library-save-bar .btn:disabled {
  opacity: .45;
  cursor: default;
}

@media (max-width: 760px) {
  .library-editor-tools {
    position: static;
    display: block;
  }
  .library-filter-field {
    max-width: none;
  }
  .library-dirty-status {
    margin-top: 8px;
  }
  .library-editor-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 11px;
    padding: 11px;
  }
  .library-editor-field-grid,
  .library-title-year-grid {
    grid-template-columns: 1fr;
  }
  .library-private-reference {
    font-size: 9px;
  }
  .library-status-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 10px;
  }
  .library-row-saved-state {
    grid-column: 1 / -1;
    margin-left: 0;
  }
  .library-save-bar {
    bottom: 7px;
    margin: -66px 6px 0;
  }
  .library-save-bar .btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 500px) {
  .library-editor-row {
    grid-template-columns: 1fr;
  }
  .library-editor-image-column {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
  }
  .library-editor-thumb {
    grid-row: 1 / span 3;
  }
  .library-private-reference,
  .library-record-id,
  .library-row-actions {
    margin-top: 0;
  }
  .library-save-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .library-save-bar .btn {
    width: 100%;
  }
}

/* ========================================================================== 
   Privacy download center + spreadsheet library editor
   ========================================================================== */

.private-download-intro {
  max-width: 760px;
  margin: -6px 0 18px;
  line-height: 1.55;
}

.privacy-warning {
  margin: 14px 0 18px;
  padding: 12px 14px;
  border: 1px solid #efb4c8;
  border-radius: 14px;
  background: #fff4f8;
  color: #7e2948;
  font-size: 13px;
  line-height: 1.45;
}

.privacy-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.privacy-stat {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.privacy-stat strong,
.privacy-stat span {
  display: block;
}

.privacy-stat strong {
  font-size: 24px;
  line-height: 1;
}

.privacy-stat span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.privacy-actions-card {
  margin-top: 12px;
}

.privacy-actions-card h2 {
  margin-top: 0;
}

.privacy-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.privacy-button-row form {
  margin: 0;
}

.btn.secondary {
  background: var(--pink-softer);
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn:disabled {
  opacity: .45;
  cursor: default;
}

.retention-form {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}

.retention-form label > span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.retention-form select {
  min-width: 170px;
}

.private-file-ledger {
  margin-top: 22px;
}

.private-ledger-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.private-ledger-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 11px;
}

.private-ledger-table th,
.private-ledger-table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.private-ledger-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff8fc;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.private-ledger-table tbody tr:last-child td {
  border-bottom: 0;
}

.private-ledger-table small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.privacy-state {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.privacy-state.waiting {
  background: #fff0f5;
  color: #9a365c;
}

.privacy-state.downloaded {
  background: #fff8dc;
  color: #79610c;
}

.privacy-state.purged {
  background: #edf5ef;
  color: #3d6850;
}

.private-files-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.private-files-heading a {
  color: var(--muted);
  font-size: 10px;
}

.file-chip-purged {
  opacity: .72;
}

.private-dashboard-card {
  background: #fffafd;
}

/* Spreadsheet-style artwork editor */
.library-sheet-section {
  margin-top: 28px;
}

.library-sheet-tools {
  margin-bottom: 8px;
}

.library-sheet-wrap {
  position: relative;
  width: 100%;
  overflow: auto;
  max-height: min(72vh, 820px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(70, 30, 45, .04);
}

.library-sheet {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 11px;
}

.library-sheet th,
.library-sheet td {
  padding: 6px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  background: #fff;
}

.library-sheet th:last-child,
.library-sheet td:last-child {
  border-right: 0;
}

.library-sheet tbody tr:last-child td {
  border-bottom: 0;
}

.library-sheet thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 34px;
  background: #fff7fb;
  color: #7f6570;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.library-sheet th:nth-child(1),
.library-sheet td:nth-child(1) { width: 210px; min-width: 210px; }
.library-sheet th:nth-child(2),
.library-sheet td:nth-child(2) { width: 170px; min-width: 170px; }
.library-sheet th:nth-child(3),
.library-sheet td:nth-child(3) { width: 82px; min-width: 82px; }
.library-sheet th:nth-child(4),
.library-sheet td:nth-child(4) { width: 260px; min-width: 260px; }
.library-sheet th:nth-child(5),
.library-sheet td:nth-child(5) { width: 220px; min-width: 220px; }
.library-sheet th:nth-child(6),
.library-sheet td:nth-child(6) { width: 150px; min-width: 150px; }
.library-sheet th:nth-child(7),
.library-sheet td:nth-child(7) { width: 160px; min-width: 160px; }
.library-sheet th:nth-child(8),
.library-sheet td:nth-child(8) { width: 165px; min-width: 165px; }
.library-sheet th:nth-child(9),
.library-sheet td:nth-child(9) { width: 220px; min-width: 220px; }
.library-sheet th:nth-child(10),
.library-sheet td:nth-child(10),
.library-sheet th:nth-child(11),
.library-sheet td:nth-child(11) { width: 78px; min-width: 78px; text-align: center; }
.library-sheet th:nth-child(12),
.library-sheet td:nth-child(12) { width: 72px; min-width: 72px; }

.library-sheet-item-col,
.library-sheet-item-cell {
  position: sticky;
  left: 0;
  z-index: 3;
  box-shadow: 1px 0 0 var(--line), 5px 0 12px rgba(65, 30, 43, .035);
}

.library-sheet thead .library-sheet-item-col {
  z-index: 7;
  background: #fff7fb;
}

.library-sheet tbody tr.is-dirty td {
  background: #fffafd;
}

.library-sheet tbody tr.is-dirty .library-sheet-item-cell {
  background: #fff5fa;
}

.library-sheet tbody tr[hidden] {
  display: none;
}

.library-sheet input[type="text"],
.library-sheet input[type="url"],
.library-sheet input[type="number"],
.library-sheet textarea {
  width: 100%;
  min-height: 31px;
  margin: 0;
  padding: 6px 7px;
  border: 1px solid #e4d7dd;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 11px;
  line-height: 1.3;
}

.library-sheet textarea {
  min-height: 64px;
  resize: vertical;
}

.library-sheet input:focus,
.library-sheet textarea:focus {
  position: relative;
  z-index: 2;
  outline: none;
  border-color: #e992b3;
  box-shadow: 0 0 0 2px rgba(230, 85, 138, .08);
}

.library-sheet-check-cell {
  padding-top: 13px !important;
}

.library-sheet-check-cell input {
  width: 17px;
  height: 17px;
}

.library-sheet-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
}

.library-sheet-item img {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
}

.library-sheet-reference {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.library-sheet-reference strong,
.library-sheet-reference small,
.library-sheet-reference div {
  display: block;
}

.library-sheet-reference strong {
  font-size: 10px;
}

.library-sheet-reference small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

.library-sheet-reference div {
  margin-top: 5px;
  font-size: 9px;
}

.library-sheet-reference a {
  color: var(--ink);
}

.library-sheet-reference .danger-link {
  color: #a93453;
}

.library-sheet .library-row-saved-state {
  display: inline-block;
  margin: 4px 0 0;
  font-size: 8px;
}

.library-sheet tbody tr.is-dirty .library-row-saved-state {
  color: #b3476e;
}

.library-sheet-save-bar {
  margin-top: 10px;
}

@media (max-width: 760px) {
  .privacy-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-button-row,
  .retention-form {
    align-items: stretch;
    flex-direction: column;
  }

  .privacy-button-row form,
  .privacy-button-row .btn,
  .retention-form .btn,
  .retention-form label,
  .retention-form select {
    width: 100%;
  }

  .library-sheet-wrap {
    max-height: 68vh;
  }

  .library-sheet th:nth-child(1),
  .library-sheet td:nth-child(1) {
    width: 170px;
    min-width: 170px;
  }

  .library-sheet-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .library-sheet-item img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 480px) {
  .privacy-stat-grid {
    grid-template-columns: 1fr;
  }
}


/* Column editor visibility fix v2 */
.library-sheet-section {
  margin-top: 0;
  margin-bottom: 34px;
}
.library-version-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #ffe7f1;
  color: #9d4568;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .03em;
  vertical-align: middle;
}
.library-sheet-wrap {
  border: 2px solid #ead8e1;
  box-shadow: 0 8px 26px rgba(70, 30, 45, .07);
}
.library-sheet thead th {
  background: #ffeef6;
  color: #583b47;
  font-size: 10px;
  border-bottom: 2px solid #e8cfd9;
}
.library-sheet tbody tr:nth-child(even) td {
  background: #fffafd;
}
.library-sheet tbody tr:nth-child(even) .library-sheet-item-cell {
  background: #fffafd;
}
.artwork-upload-tools {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.artwork-upload-tools > .admin-list-heading h2 {
  margin-bottom: 3px;
}
@media (min-width: 1180px) {
  .admin-shell {
    width: min(1500px, calc(100% - 28px));
  }
}

/* --------------------------------------------------------------------------
   Admin repair + email studio v10
   -------------------------------------------------------------------------- */

.admin-nav a[aria-current="page"] {
  background: #ffeaf3;
  color: #7f3654;
}

.admin-record-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.admin-record-heading h2 {
  margin: 0;
}

.admin-status-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.admin-record-grid {
  margin-top: 14px;
}

.admin-record-form {
  margin-top: 16px;
}

.admin-record-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.admin-record-actions form {
  margin: 0;
}

.prewrap {
  white-space: pre-wrap;
  margin-top: 8px;
}

.email-brand-card .admin-list-heading,
.email-template-editor .admin-list-heading {
  align-items: flex-start;
}

.email-theme-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.email-color-field {
  display: grid;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
}

.email-color-field > div {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.email-color-field input[type="color"] {
  width: 36px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
}

.email-color-field code {
  font-size: 9px;
  font-weight: 500;
}

.email-variable-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.email-variable-pill {
  border: 1px solid #ead7df;
  border-radius: 999px;
  background: #fff7fb;
  color: #6b4051;
  padding: 6px 9px;
  font: inherit;
  font-size: 9px;
  cursor: pointer;
}

.email-variable-pill:hover {
  background: #ffeaf3;
}

.email-editor-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 20px;
  align-items: start;
  margin-top: 12px;
}

.email-body-editor {
  min-height: 245px;
  line-height: 1.45;
}

.email-preview-column {
  position: sticky;
  top: 12px;
}

.email-preview-subject {
  padding: 8px 10px;
  border: 1px solid #eadbe1;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #fff;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.email-preview-canvas {
  padding: 20px 10px;
  border: 1px solid #eadbe1;
  border-radius: 0 0 12px 12px;
}

.email-preview-card {
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  box-shadow: 0 7px 20px rgba(50,20,35,.06);
}

.email-preview-header {
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.email-preview-content {
  padding: 20px;
}

.email-preview-content h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.15;
}

.email-preview-body {
  white-space: pre-wrap;
  font-size: 10px;
  line-height: 1.55;
}

.email-preview-button {
  display: inline-block;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}

.email-preview-footer {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  white-space: pre-wrap;
  font-size: 8px;
  line-height: 1.45;
}

.email-studio-savebar {
  position: sticky;
  bottom: 10px;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border: 1px solid #ead7df;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(50,20,35,.10);
}

.text-button {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #914c68;
  font: inherit;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.private-ledger {
  display: grid;
  gap: 0;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.private-ledger-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 150px 190px;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}

.private-ledger-row:last-child {
  border-bottom: 0;
}

.privacy-state.purged {
  background: #efefef;
  color: #666;
}

@media (max-width: 1000px) {
  .email-theme-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .email-editor-preview-grid {
    grid-template-columns: 1fr;
  }

  .email-preview-column {
    position: static;
  }
}

@media (max-width: 700px) {
  .email-theme-grid {
    grid-template-columns: 1fr 1fr;
  }

  .private-ledger-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .admin-record-actions,
  .admin-record-actions form,
  .admin-record-actions .btn {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------
   ADMIN SITE EDITOR
   -------------------------------------------------------------------------- */
.site-editor-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.site-editor-heading-row .admin-page-title{margin-bottom:6px}.site-editor-preview-links{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.site-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.site-editor-controls{min-width:0}.site-editor-controls>*+*{margin-top:14px}.site-editor-design-card h2{margin-top:0}.site-color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0}.site-color-field{border:1px solid var(--line);border-radius:13px;padding:10px}.site-color-field>span{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.site-color-field>div{display:flex;align-items:center;gap:8px}.site-color-field input[type=color]{width:46px;height:34px;padding:2px;border:1px solid var(--line);border-radius:8px;background:#fff}.site-color-field code{font-size:11px;color:var(--muted)}.site-editor-section{padding:0;overflow:hidden}.site-editor-section summary{cursor:pointer;padding:16px 18px;display:flex;justify-content:space-between;gap:12px;list-style:none}.site-editor-section summary::-webkit-details-marker{display:none}.site-editor-section summary span{font-size:12px;color:var(--muted);font-weight:400}.site-editor-fields{padding:0 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.site-editor-fields textarea{min-height:84px}.site-editor-savebar{position:sticky;bottom:10px;z-index:4;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 26px rgba(50,30,40,.09);backdrop-filter:blur(8px)}.site-editor-preview-sticky{position:sticky;top:14px}.theme-preview{--p-bg:#fff;--p-card:#fff;--p-text:#2b2025;--p-muted:#8c7f85;--p-primary:#e6558a;--p-soft:#f6e8ee;--p-line:#e9e1e5;--p-button:#fff;--p-radius:24px;--p-heading:Arial,sans-serif;--p-body:Arial,sans-serif;background:var(--p-bg);color:var(--p-text);font-family:var(--p-body);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.theme-preview-nav{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--p-muted)}.theme-preview-nav strong{font-family:var(--p-heading);color:var(--p-text);font-size:14px}.theme-preview-hero{text-align:center;padding:34px 5px 22px}.theme-preview-hero h2{margin:0;font-family:var(--p-heading);font-size:24px;line-height:1.1}.theme-preview-hero p{color:var(--p-muted);font-size:13px;line-height:1.45}.theme-preview-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.theme-preview-buttons>div{padding:14px 8px;text-align:center;border-radius:var(--p-radius);font-family:var(--p-heading);font-size:13px}.preview-primary{background:var(--p-primary);color:var(--p-button)}.preview-soft{background:var(--p-soft)}.theme-preview-card{margin-top:16px;padding:12px;background:var(--p-card);border:1px solid var(--p-line);border-radius:var(--p-radius);font-family:var(--p-heading)}.preview-art-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:9px}.preview-art-row i{display:block;aspect-ratio:1;background:var(--p-soft);border-radius:calc(var(--p-radius)*.5)}
@media(max-width:980px){.site-editor-layout{grid-template-columns:1fr}.site-editor-preview-wrap{order:-1}.site-editor-preview-sticky{position:static}.theme-preview{max-width:520px}.site-editor-heading-row{display:block}.site-editor-preview-links{justify-content:flex-start;margin-top:10px}}
@media(max-width:680px){.site-color-grid,.site-editor-fields{grid-template-columns:1fr}.site-editor-savebar{bottom:5px}.site-editor-preview-links{overflow-x:auto;flex-wrap:nowrap}.site-editor-preview-links .btn{white-space:nowrap}}


/* --------------------------------------------------------------------------
   Model credits + About social contacts
   -------------------------------------------------------------------------- */
.art-model-link {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.art-model-link:hover {
    color: var(--theme-primary, #e6558a);
}

.about-contact-card {
    max-width: 760px;
    margin: 18px auto 0;
    padding: 18px;
    border: 1px solid var(--theme-line, #e9e1e5);
    border-radius: var(--theme-radius, 24px);
    background: var(--theme-softer, #fff6fa);
}

.about-contact-card > strong {
    display: block;
    margin-bottom: 12px;
    font-family: var(--theme-heading-font, inherit);
    font-size: 18px;
}

.about-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid var(--theme-line, #e9e1e5);
    border-radius: 999px;
    background: var(--theme-card, #fff);
    color: var(--theme-text, #2b2025);
    text-decoration: none;
}

.about-social-link span {
    color: var(--theme-muted, #8c7f85);
    font-size: 13px;
}

.about-social-link:hover {
    border-color: var(--theme-primary, #e6558a);
}

@media (max-width: 560px) {
    .about-contact-links {
        display: grid;
    }

    .about-social-link {
        width: 100%;
        justify-content: space-between;
    }
}

/* --------------------------------------------------------------------------
   lowercase everywhere
   -------------------------------------------------------------------------- */
html,
body {
  text-transform: lowercase;
}
body * {
  text-transform: inherit;
}
input,
select,
textarea,
button,
input::placeholder,
textarea::placeholder {
  text-transform: lowercase;
}

/* eyebrow captions have been retired */
.eyebrow {
  display: none !important;
}

/* --------------------------------------------------------------------------
   customer order portal
   -------------------------------------------------------------------------- */
.order-portal-shell {
  display: grid;
  gap: 22px;
}

.order-summary-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--site-radius, 24px);
  background: var(--site-card, #fff);
  box-shadow: var(--shadow);
}

.order-summary-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.order-number-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.order-status-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.order-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.order-detail-grid > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--pink-softer);
}

.order-detail-grid span,
.order-detail-grid strong {
  display: block;
}

.order-detail-grid span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
}

.order-pay-button {
  margin-top: 18px;
}

.order-brief-card,
.order-conversation-card,
.order-contact-card {
  margin: 0;
}

.order-message-list,
.admin-message-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.order-message,
.admin-message {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.order-message.from-customer,
.admin-message.from-customer {
  background: var(--pink-softer);
}

.order-message.from-admin,
.admin-message.from-admin {
  background: var(--pink-soft);
}

.order-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.order-message-type {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.order-contact-card > p {
  color: var(--muted);
}

.success-actions,
.compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-conversation-box {
  margin-top: 16px;
}

.admin-reply-form {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

@media (max-width: 760px) {
  .order-summary-top {
    display: grid;
  }

  .order-status-pills {
    justify-content: flex-start;
  }

  .order-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .order-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   ART MODAL: reactions directly under image
   -------------------------------------------------------------------------- */
.modal-media-column {
  min-width: 0;
}
.modal-media-column .modal-image-wrap {
  width: 100%;
}
.modal-reactions {
  margin-top: 10px;
  padding: 0 2px;
}
.modal-reactions .reaction {
  min-height: 38px;
}

/* --------------------------------------------------------------------------
   MODEL NOTES
   -------------------------------------------------------------------------- */
.model-note-art-preview {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--pink-softer);
}
.model-note-art-preview img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 13px;
  display: block;
}
.model-note-form textarea {
  min-height: 170px;
}
.model-note-permission-box strong {
  display: block;
  margin-bottom: 4px;
}
.model-note-admin-card {
  overflow: hidden;
}
.model-note-admin-heading {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 15px;
  align-items: center;
}
.model-note-admin-heading img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.model-note-admin-heading h2 {
  margin: 0 0 5px;
}
.model-note-message {
  margin-top: 16px;
  white-space: normal;
  line-height: 1.6;
}
.library-sheet select[data-field="model_note_submission_id"] {
  min-width: 190px;
}

@media (max-width: 700px) {
  .modal-reactions {
    margin-top: 8px;
  }
  .model-note-art-preview {
    grid-template-columns: 72px 1fr;
  }
  .model-note-art-preview img {
    width: 72px;
    height: 72px;
  }
  .model-note-admin-heading {
    grid-template-columns: 72px 1fr;
  }
  .model-note-admin-heading img {
    width: 72px;
    height: 72px;
  }
}


/* --------------------------------------------------------------------------
   about contact form
   -------------------------------------------------------------------------- */
.about-form-card {
    background: var(--theme-card, #fff);
}
.about-form-card > .muted {
    margin: -4px 0 12px;
    line-height: 1.55;
}
.about-contact-form {
    margin-top: 8px;
}
.about-contact-form textarea {
    min-height: 130px;
}
.about-contact-form .btn {
    margin-top: 16px;
}
