.asv2-shell {
  box-sizing: border-box;
  width: min(100% - 32px, 720px);
  margin: 48px auto;
  color: #182125;
  font-family: Arial, sans-serif;
}

.asv2-eyebrow {
  margin: 0 0 10px;
  color: #7b4f2f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.asv2-shell h1 {
  margin: 0;
  color: #182125;
  font-size: 36px;
  line-height: 1.15;
}

.asv2-intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: #52616a;
  font-size: 17px;
  line-height: 1.65;
}

.asv2-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.asv2-form label {
  display: grid;
  gap: 7px;
  color: #182125;
  font-size: 14px;
  font-weight: 700;
}

.asv2-form input,
.asv2-form select,
.asv2-form button,
.asv2-form textarea {
  box-sizing: border-box;
  min-height: 46px;
  border: 1px solid #c9d1d3;
  border-radius: 4px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
  color: #182125;
  color-scheme: light;
}

.asv2-form input[type="date"],
.asv2-form input[type="time"] { display: block; width: 100%; appearance: auto; }
.asv2-form input::placeholder { color: #6b777d; opacity: 1; }
.asv2-match, .asv2-match h1, .asv2-match .asv2-intro, .asv2-match .asv2-eyebrow { color: #fff !important; }
.asv2-match .asv2-form label, .asv2-match .asv2-form legend { color: #fff !important; }
.asv2-match .asv2-form input, .asv2-match .asv2-form select { background: #fff !important; color: #182125 !important; border-color: #d3d9dc !important; }
.asv2-match .asv2-form input::placeholder { color: #66727a !important; }
.asv2-birth-date { min-width: 0; margin: 0; padding: 0; border: 0; }
.asv2-birth-date legend { margin-bottom: 7px; padding: 0; font-size: 14px; font-weight: 700; }
.asv2-birth-date > div { display: grid; grid-template-columns: 1fr 1fr 1.45fr; gap: 10px; }
.asv2-birth-date label { font-size: 12px !important; }
.asv2-birth-date input { width: 100%; }
.asv2-optional { font-weight: 400; opacity: .78; }

.asv2-form-status { min-height: 22px; margin: 0; color: #52616a; }
.asv2-check { grid-template-columns: 18px 1fr; align-items: start; font-weight: 400 !important; line-height: 1.45; }
.asv2-check input { min-height: 18px; margin-top: 2px; padding: 0; }
.asv2-link-button { display: inline-block; margin-top: 24px; border-radius: 4px; background: #182125; padding: 13px 18px; color: #fff !important; text-decoration: none; }
.asv2-product-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }.asv2-product-cta .asv2-link-button { margin-top: 0; }.asv2-text-button { color: #182125; font-size: 14px; font-weight: 700; text-decoration: underline; }.asv2-source-note { margin: 0; color: #52616a; font-size: 13px; }
.asv2-status-card { margin-top: 28px; border-left: 4px solid #7b4f2f; background: #f2f3ef; padding: 20px; line-height: 1.6; }
.asv2-status-card p { margin: 8px 0 0; color: #52616a; }

.asv2-dashboard { width: min(100% - 32px, 1040px); }
.asv2-dashboard-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.asv2-status-pill { flex: 0 0 auto; border: 1px solid #c9d1d3; border-radius: 999px; padding: 7px 10px; color: #52616a; font-size: 13px; }
.asv2-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.asv2-panel { border: 1px solid #d9dedb; border-radius: 6px; background: #fff; padding: 20px; }
.asv2-dashboard .asv2-panel,
.asv2-dashboard .asv2-panel * { color: #182125; }
.asv2-dashboard .asv2-panel-head span,
.asv2-dashboard .asv2-panel-head small,
.asv2-dashboard .asv2-chart-note,
.asv2-dashboard .asv2-timeline-labels,
.asv2-dashboard .asv2-pillar small,
.asv2-dashboard .asv2-pillar span,
.asv2-dashboard .asv2-profile-list span { color: #52616a; }
.asv2-dashboard .asv2-element-row > div { background: #e1e6e4; }
.asv2-dashboard .asv2-element-row i { background: #8b552f; }
.asv2-dashboard .asv2-status-pill { color: #182125; background: #fff; }
.asv2-panel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e7eae8; padding-bottom: 12px; }
.asv2-panel-head h2, .asv2-recommendation h2 { margin: 0; color: #182125; font-size: 19px; line-height: 1.25; }
.asv2-panel-head span { color: #6b777d; font-size: 12px; }
.asv2-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.asv2-pillar { min-height: 150px; border: 1px solid #e2e6e4; padding: 10px; }
.asv2-pillar small, .asv2-pillar span { display: block; color: #6b777d; font-size: 12px; }
.asv2-pillar b { display: block; overflow-wrap: anywhere; white-space: pre-line; margin: 12px 0; color: #7b4f2f; font-size: 16px; line-height: 1.45; }
.asv2-profile-list { display: grid; gap: 12px; margin-top: 16px; }
.asv2-profile-list div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e7eae8; padding-bottom: 10px; }
.asv2-profile-list span { color: #6b777d; font-size: 13px; }.asv2-profile-list strong { text-align: right; }
.asv2-elements { display: grid; gap: 12px; margin-top: 16px; }.asv2-element-row { display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 10px; font-size: 13px; }.asv2-element-row > div { overflow: hidden; height: 8px; background: #e7eae8; }.asv2-element-row i { display: block; height: 100%; background: #7b4f2f; }.asv2-element-row b { text-align: right; }
.asv2-chart { display: block; width: 100%; height: auto; margin-top: 12px; }.asv2-chart[hidden] { display: none !important; }.asv2-chart-note { margin: 0; color: #6b777d; text-align: center; font-size: 13px; }.asv2-timeline-panel { grid-column: 1 / -1; }.asv2-timeline-labels { display: flex; justify-content: space-between; color: #6b777d; font-size: 12px; }
.asv2-life-cycle-dashboard { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }.asv2-life-cycle-dashboard > div { min-width: 0; border: 1px solid #e1e6e4; border-top: 3px solid #8b552f; padding: 13px; background: #fafbf9; }.asv2-life-cycle-dashboard span { display: block; color: #52616a !important; font-size: 12px; line-height: 1.35; }.asv2-life-cycle-dashboard strong { display: block; margin-top: 7px; color: #7b4f2f !important; font-size: 19px; line-height: 1.2; }
.asv2-recommendation { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; border: 1px solid #d9dedb; border-left: 4px solid #7b4f2f; padding: 24px; }.asv2-recommendation p:not(.asv2-eyebrow) { max-width: 650px; margin: 10px 0 0; color: #52616a; line-height: 1.55; }.asv2-recommendation-actions { display: grid; justify-items: end; gap: 10px; }.asv2-source-note { color: #52616a; font-size: 13px; text-align: right; }
.asv2-recommendation-actions .asv2-recommended-product-button { position: relative; z-index: 5; width: 100%; min-width: 194px; margin-top: 0; pointer-events: auto; cursor: pointer; text-align: center; }
.asv2-recommendation-actions .asv2-recommended-product-button,
.asv2-report-product-copy .asv2-recommended-product-button { background: #fff !important; border: 1px solid #fff !important; color: #111 !important; -webkit-text-fill-color: #111 !important; text-decoration: none; }
.asv2-recommendation-actions .asv2-recommended-product-button:hover,
.asv2-report-product-copy .asv2-recommended-product-button:hover { background: transparent !important; border-color: #fff !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
.asv2-recommendation-with-product { display: grid; grid-template-columns: 180px minmax(0, 1fr) 210px; align-items: center; }
.asv2-dashboard-product-media { display: grid; width: 100%; aspect-ratio: 1; place-items: center; overflow: hidden; background: #1a2421; color: #d6a76b !important; font: 700 22px/1.2 Georgia,serif; text-decoration: none; }
.asv2-dashboard-product-media img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; }
.asv2-recommendation-copy { min-width: 0; }
.asv2-report { width: min(100% - 24px, 760px); }.asv2-report-head { padding: 30px 0 22px; }.asv2-report-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; color: #6b777d; font-size: 13px; }.asv2-reading-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; border-top: 1px solid #d9dedb; border-bottom: 1px solid #d9dedb; }.asv2-reading-map span { padding: 11px 8px; color: #52616a; font-size: 12px; text-align: center; }.asv2-reading-map span + span { border-left: 1px solid #d9dedb; }.asv2-report-progress { position: sticky; top: 0; z-index: 2; height: 4px; background: #e7eae8; }.asv2-report-progress i { display: block; width: 0; height: 100%; background: #7b4f2f; }.asv2-report-notice { margin: 20px 0; border-left: 4px solid #7b4f2f; background: #f2f3ef; padding: 16px 18px; line-height: 1.55; }.asv2-report-notice p { margin: 6px 0 0; color: #52616a; font-size: 14px; }.asv2-report-visual { margin: 28px 0; border-top: 2px solid #182125; border-bottom: 1px solid #d9dedb; padding: 22px 0 26px; }.asv2-report-visual-pending { color: #52616a; line-height: 1.6; }.asv2-report-visual-pending h2 { margin: 0; color: #182125; font-size: 23px; }.asv2-report-visual-pending p:last-child { margin-bottom: 0; }.asv2-report-visual-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }.asv2-report-visual-head h2 { margin: 0; color: #182125; font-size: 24px; line-height: 1.3; }.asv2-report-visual-head > span { flex: 0 0 auto; border: 1px solid #c9d1d3; padding: 5px 8px; color: #52616a; font-size: 11px; }.asv2-reading-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 20px 0; border: 1px solid #d9dedb; }.asv2-reading-summary div { min-width: 0; padding: 14px; }.asv2-reading-summary div + div { border-left: 1px solid #d9dedb; }.asv2-reading-summary small { display: block; color: #52616a; font-size: 11px; }.asv2-reading-summary strong { display: block; overflow-wrap: anywhere; margin-top: 7px; color: #182125; font-size: 14px; line-height: 1.45; }.asv2-pillar-table-wrap { overflow-x: auto; }.asv2-pillar-table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: left; }.asv2-pillar-table th, .asv2-pillar-table td { border-bottom: 1px solid #e1e6e4; padding: 11px 8px; vertical-align: top; }.asv2-pillar-table thead th { color: #52616a; font-size: 11px; text-transform: uppercase; }.asv2-pillar-table tbody th { color: #182125; font-weight: 700; }.asv2-pillar-table td:nth-child(2) { color: #7b4f2f; font-weight: 700; }.asv2-report-elements { margin-top: 24px; }.asv2-report-elements-head { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; margin-bottom: 12px; }.asv2-report-elements-head h3 { margin: 0; color: #182125; font-size: 18px; }.asv2-report-elements-head span { color: #52616a; font-size: 12px; }.asv2-report-element { display: grid; grid-template-columns: 100px minmax(0, 1fr) 45px; gap: 12px; align-items: center; margin-top: 10px; color: #182125; font-size: 13px; }.asv2-report-element > span { display: flex; align-items: center; gap: 7px; }.asv2-report-element > span i { width: 9px; height: 9px; background: #52616a; }.asv2-report-element > div { overflow: hidden; height: 9px; background: #e1e6e4; }.asv2-report-element > div b { display: block; height: 100%; background: #52616a; }.asv2-report-element strong { text-align: right; font-size: 12px; }.asv2-report-element-wood > span i, .asv2-report-element-wood > div b { background: #2a6c4e; }.asv2-report-element-fire > span i, .asv2-report-element-fire > div b { background: #b54a3e; }.asv2-report-element-earth > span i, .asv2-report-element-earth > div b { background: #997333; }.asv2-report-element-metal > span i, .asv2-report-element-metal > div b { background: #557278; }.asv2-report-element-water > span i, .asv2-report-element-water > div b { background: #376f96; }.asv2-report-contents { border-top: 1px solid #d9dedb; border-bottom: 1px solid #d9dedb; padding: 18px 0; }.asv2-report-contents strong { display: block; margin-bottom: 10px; }.asv2-report-contents div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; }.asv2-report-contents a { color: #52616a; font-size: 13px; text-decoration: none; }.asv2-report-body { margin-top: 12px; }.asv2-report-chapter { min-height: 280px; border-bottom: 1px solid #e7eae8; padding: 34px 0 42px; scroll-margin-top: 24px; }.asv2-chapter-number { margin: 0 0 9px; color: #7b4f2f; font-size: 12px; font-weight: 700; text-transform: uppercase; }.asv2-report-chapter h2 { margin: 0; color: #182125; font-size: 25px; line-height: 1.3; }.asv2-chapter-placeholder { max-width: 580px; margin: 20px 0 0; color: #6b777d; line-height: 1.7; }.asv2-report-footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px 0 50px; color: #6b777d; font-size: 12px; }.asv2-report-footer p { max-width: 570px; margin: 0; }
.asv2-report-language { display: flex; align-items: end; gap: 10px; margin: 0 0 20px; border: 1px solid #d9dedb; background: #f5f6f3; padding: 12px; }
.asv2-report-language label { flex: 0 0 auto; padding-bottom: 10px; color: #182125; font-size: 13px; font-weight: 700; }
.asv2-report-language select { min-width: 0; flex: 1 1 auto; height: 42px; border: 1px solid #9ca7a2; border-radius: 0; background: #fff; color: #182125; padding: 0 34px 0 12px; font-size: 15px; }
.asv2-report-language button { height: 42px; border: 1px solid #182125; border-radius: 0; background: #182125; color: #fff; padding: 0 18px; font-size: 13px; font-weight: 700; }
.asv2-report[dir="rtl"] .asv2-report-notice { border-right: 4px solid #7b4f2f; border-left: 0; }

.asv2-form button {
  background: #182125;
  color: #fff;
  cursor: not-allowed;
}
.asv2-birth-time { border: 0; margin: 0 0 18px; padding: 0; }
.asv2-birth-time legend { margin-bottom: 8px; padding: 0; color: inherit; font-weight: 600; }
.asv2-birth-time > div { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 10px; align-items: end; }
.asv2-birth-time label { display: block; }
.asv2-birth-time select { width: 100%; box-sizing: border-box; }
.asv2-time-separator { padding-bottom: 12px; color: #fff; font-size: 22px; font-weight: 700; }
.asv2-birth-time small { display: block; margin-top: 7px; color: #c2cbc7; font-size: 12px; }

@media (max-width: 600px) {
  .asv2-shell { width: min(100% - 24px, 720px); margin: 28px auto; }
  .asv2-shell h1 { font-size: 29px; }
  .asv2-dashboard { width: min(100% - 24px, 1040px); }.asv2-dashboard-head, .asv2-recommendation { display: block; }.asv2-status-pill { display: inline-block; margin-top: 15px; }.asv2-dashboard-grid { grid-template-columns: 1fr; }.asv2-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }.asv2-timeline-panel { grid-column: auto; }.asv2-life-cycle-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }.asv2-recommendation-actions { justify-items: start; margin-top: 18px; }.asv2-source-note { text-align: left; }
  .asv2-report-visual-head { display: block; }.asv2-report-visual-head > span { display: inline-block; margin-top: 10px; }.asv2-reading-summary { grid-template-columns: 1fr; }.asv2-reading-summary div + div { border-top: 1px solid #d9dedb; border-left: 0; }.asv2-report-elements-head { display: block; }.asv2-report-elements-head span { display: block; margin-top: 5px; }.asv2-report-contents div { grid-template-columns: 1fr; }.asv2-report-chapter { min-height: 230px; }.asv2-report-chapter h2 { font-size: 22px; }.asv2-report-footer { display: block; }.asv2-report-footer .asv2-text-button { display: inline-block; margin-top: 14px; }
}

@media (max-width: 380px) {
  .asv2-shell { width: min(100% - 18px, 720px); }
  .asv2-shell h1 { font-size: 27px; }
  .asv2-form input, .asv2-form select, .asv2-form button, .asv2-form textarea { width: 100%; font-size: 16px; }
  .asv2-pillars { gap: 6px; }.asv2-pillar { min-height: 140px; padding: 8px; }.asv2-pillar b { font-size: 14px; }
  .asv2-link-button { width: 100%; box-sizing: border-box; text-align: center; }.asv2-product-cta { align-items: stretch; }
}

.asv2-chapter-content { max-width: 640px; color: #34434a; font-size: 16px; line-height: 1.8; }
.asv2-chapter-content p { margin: 18px 0 0; }
.asv2-chapter-content .asv2-reading-note { color: #6b777d; font-size: 13px; }
.asv2-focus-reading .sidebar-container,
.asv2-focus-reading .wd-sidebar,
.asv2-focus-reading .area-sidebar,
.asv2-focus-reading .sidebar { display: none !important; }
.asv2-focus-reading .content-area,
.asv2-focus-reading .site-content,
.asv2-focus-reading .main-page-wrapper { grid-template-columns: minmax(0, 1fr) !important; width: 100% !important; max-width: none !important; }
.asv2-focus-reading .content-area { flex: 0 0 100% !important; max-width: 100% !important; }
.asv2-report { color: #f5f5f0; }
.asv2-report .asv2-eyebrow { color: #d6a76b; }
.asv2-report h1,
.asv2-report h2,
.asv2-report h3,
.asv2-report .asv2-report-meta,
.asv2-report .asv2-reading-map span,
.asv2-report .asv2-reading-summary strong,
.asv2-report .asv2-pillar-table tbody th,
.asv2-report .asv2-report-elements-head h3,
.asv2-report .asv2-report-element,
.asv2-report .asv2-report-element strong,
.asv2-report .asv2-report-contents strong,
.asv2-report .asv2-report-contents a,
.asv2-report .asv2-chapter-content,
.asv2-report .asv2-report-footer { color: #f5f5f0; }
.asv2-report .asv2-intro,
.asv2-report .asv2-report-visual-head > span,
.asv2-report .asv2-reading-summary small,
.asv2-report .asv2-pillar-table thead th,
.asv2-report .asv2-report-elements-head span,
.asv2-report .asv2-report-footer { color: #c2cbc7; }
.asv2-report .asv2-report-visual { border-color: #d6a76b; }
.asv2-report .asv2-pillar-table th,
.asv2-report .asv2-pillar-table td { border-color: #37423f; }
.asv2-report .asv2-pillar-table td:nth-child(2) { color: #d6a76b; }
.asv2-report .asv2-pillar-table td:nth-child(3) { color: #dce5df; }
.asv2-report .asv2-report-notice { background: #1a2421; color: #f5f5f0; }
.asv2-report .asv2-report-notice p { color: #dce5df; }
.asv2-report-product { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 28px; align-items: center; margin-top: 34px; border: 1px solid #37423f; border-left: 4px solid #d6a76b; padding: 24px; background: #111917; }
.asv2-report-product-media { display: grid; width: 100%; aspect-ratio: 1; place-items: center; overflow: hidden; background: #1a2421; color: #d6a76b !important; font: 700 24px/1.2 Georgia,serif; text-decoration: none; }
.asv2-report-product-media img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; }
.asv2-report-product-copy h2 { margin: 0; color: #f5f5f0; font-size: 25px; line-height: 1.25; }
.asv2-report-product-copy > p:not(.asv2-eyebrow) { margin: 12px 0 0; color: #dce5df; font-size: 14px; line-height: 1.65; }
.asv2-report-product-copy .asv2-report-product-note { color: #c2cbc7; font-size: 12px; }
.asv2-report-product-copy .asv2-link-button { position: relative; z-index: 5; display: inline-flex; margin-top: 20px; pointer-events: auto; cursor: pointer; text-align: center; }
.asv2-report-qa { margin: 38px 0 8px; border: 1px solid #43504c; border-top: 3px solid #d6a76b; background: #111917; padding: 24px; }
.asv2-qa-head { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.asv2-qa-head h2 { margin: 0; color: #f5f5f0; font-size: 26px; line-height: 1.25; }
.asv2-qa-head p:not(.asv2-eyebrow) { max-width: 520px; margin: 10px 0 0; color: #cbd4d0; font-size: 14px; line-height: 1.6; }
.asv2-qa-head > span { flex: 0 0 auto; border: 1px solid #697670; background: #1a2421; color: #f5f5f0; padding: 7px 10px; font-size: 12px; font-weight: 700; }
.asv2-qa-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.asv2-qa-suggestions button { border: 1px solid #697670; border-radius: 0; background: transparent; color: #e5ebe8; padding: 8px 11px; font-size: 12px; line-height: 1.35; text-align: left; cursor: pointer; }
.asv2-qa-suggestions button:hover:not(:disabled), .asv2-qa-suggestions button:focus-visible { border-color: #d6a76b; background: #1a2421; color: #fff; }
.asv2-qa-suggestions button:disabled { opacity: .45; cursor: not-allowed; }
.asv2-qa-messages { display: flex; flex-direction: column; gap: 14px; max-height: 520px; overflow-y: auto; border-top: 1px solid #37423f; border-bottom: 1px solid #37423f; padding: 20px 0; }
.asv2-qa-message { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px; align-items: start; max-width: 92%; }
.asv2-qa-message > span { padding-top: 10px; color: #d6a76b; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.asv2-qa-message > div { border: 1px solid #43504c; background: #1a2421; color: #e5ebe8; padding: 12px 14px; font-size: 14px; line-height: 1.65; }
.asv2-qa-message > div p { margin: 0; color: inherit; }
.asv2-qa-message > div p + p { margin-top: 10px; }
.asv2-qa-message.is-user { align-self: end; grid-template-columns: minmax(0,1fr) 38px; }
.asv2-qa-message.is-user > span { grid-column: 2; grid-row: 1; color: #b9c7c1; }
.asv2-qa-message.is-user > div { grid-column: 1; grid-row: 1; border-color: #8d6841; background: #2a2118; }
.asv2-qa-message.is-pending > div { color: #c2cbc7; font-style: italic; }
.asv2-qa-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin-top: 18px; }
.asv2-qa-form textarea { box-sizing: border-box; width: 100%; min-height: 54px; resize: vertical; border: 1px solid #697670; border-radius: 0; background: #0b1210; color: #fff; padding: 14px; font: inherit; line-height: 1.45; }
.asv2-qa-form textarea::placeholder { color: #94a19b; }
.asv2-qa-form textarea:focus { outline: 2px solid #d6a76b; outline-offset: 1px; }
.asv2-qa-form button { min-width: 88px; border: 1px solid #f5f5f0; border-radius: 0; background: #f5f5f0; color: #111917; padding: 0 18px; font-size: 13px; font-weight: 800; cursor: pointer; }
.asv2-qa-form button:disabled, .asv2-qa-form textarea:disabled { opacity: .5; cursor: not-allowed; }
.asv2-qa-status { margin: 10px 0 0; color: #aebbb5; font-size: 11px; line-height: 1.5; }
@media (max-width: 600px) {
	.asv2-report-qa { margin-top: 28px; padding: 18px 14px; }
	.asv2-qa-head { display: block; }
	.asv2-qa-head h2 { font-size: 22px; }
	.asv2-qa-head > span { display: inline-block; margin-top: 14px; }
	.asv2-qa-suggestions { display: grid; grid-template-columns: 1fr 1fr; }
	.asv2-qa-message { max-width: 100%; grid-template-columns: 42px minmax(0,1fr); gap: 6px; }
	.asv2-qa-message.is-user { grid-template-columns: minmax(0,1fr) 34px; }
	.asv2-qa-message > div { padding: 11px; font-size: 13px; }
	.asv2-qa-form { grid-template-columns: 1fr; }
	.asv2-qa-form button { min-height: 44px; }
	.asv2-report-product { grid-template-columns: 1fr; gap: 20px; padding: 16px; }
	.asv2-report-product-copy h2 { font-size: 22px; }
	.asv2-report-product-copy .asv2-link-button { width: 100%; }
	.asv2-recommendation-with-product { display: grid; grid-template-columns: 1fr; gap: 20px; }
	.asv2-dashboard-product-media { width: 100%; }
}
.asv2-report .asv2-life-cycles { margin-top: 26px; padding-top: 20px; border-top: 1px solid #37423f; }
.asv2-report .asv2-life-cycles-pending p { margin: 8px 0 0; color: #c2cbc7; font-size: 14px; line-height: 1.6; }
.asv2-product-customization { clear: both; margin: 22px 0; border: 1px solid #d9dedb; padding: 18px; }
.asv2-product-customization h3 { margin: 0 0 6px; }
.asv2-product-customization p:not(.form-row) { color: #52616a; font-size: 14px; }
.asv2-product-customization .form-row { margin: 12px 0; }
.asv2-product-customization label { display: block; margin-bottom: 5px; font-weight: 600; }
.asv2-product-customization input, .asv2-product-customization select, .asv2-product-customization textarea { box-sizing: border-box; width: 100%; min-height: 42px; padding: 9px 10px; }
.asv2-report .asv2-professional-chart { margin-top: 26px; padding-top: 22px; border-top: 1px solid #37423f; }.asv2-report .asv2-professional-note { margin: 14px 0 0; color: #c2cbc7; font-size: 13px; line-height: 1.6; }.asv2-report .asv2-professional-note strong, .asv2-report .asv2-shensha-list strong { color: #f5f5f0; }.asv2-report .asv2-shensha-list { display: grid; gap: 7px; margin-top: 16px; padding: 14px; background: #1a2421; color: #dce5df; font-size: 13px; line-height: 1.5; }.asv2-report .asv2-shensha-list > strong { display: block; }.asv2-report .asv2-shensha-list b { color: #d6a76b; }
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout form.checkout .form-row { display: block !important; visibility: visible !important; opacity: 1 !important; }
.woocommerce-checkout form.checkout .form-row { clear: both; margin: 0 0 14px; }
.woocommerce-checkout form.checkout .form-row label { display: block !important; color: #182125 !important; opacity: 1 !important; }
.woocommerce-checkout form.checkout .form-row input,
.woocommerce-checkout form.checkout .form-row select,
.woocommerce-checkout form.checkout .form-row textarea { display: block !important; width: 100% !important; min-height: 42px; box-sizing: border-box; background: #fff !important; color: #182125 !important; border: 1px solid #c9d1d3 !important; }
.asv2-checkout-address-fallback { clear: both; margin: 24px 0; padding: 20px; background: #f4f6f5; border: 1px solid #d9dedb; color: #182125; }
.asv2-checkout-address-fallback h3 { margin: 0 0 16px; color: #182125; }
.asv2-checkout-address-fallback h3, .asv2-checkout-address-fallback label { color: #182125 !important; -webkit-text-fill-color: #182125 !important; }
.asv2-checkout-address-fallback .form-row { display: block !important; float: left; box-sizing: border-box; width: 100%; padding: 0 8px; margin: 0 0 14px; }
.asv2-checkout-address-fallback .form-row-first, .asv2-checkout-address-fallback .form-row-last { width: 50%; }
.asv2-checkout-address-fallback label { display: block !important; color: #182125 !important; margin-bottom: 5px; }
.asv2-checkout-address-fallback input, .asv2-checkout-address-fallback select { display: block !important; width: 100% !important; min-height: 42px; box-sizing: border-box; background: #fff !important; color: #182125 !important; border: 1px solid #c9d1d3 !important; }
.asv2-checkout-address-fallback input, .asv2-checkout-address-fallback select { -webkit-text-fill-color: #182125 !important; opacity: 1 !important; }
body.woocommerce-checkout .asv2-checkout-address-fallback,
body.woocommerce-checkout .asv2-checkout-address-fallback h3,
body.woocommerce-checkout .asv2-checkout-address-fallback label,
body.woocommerce-checkout .asv2-checkout-address-fallback input,
body.woocommerce-checkout .asv2-checkout-address-fallback select { color: #182125 !important; -webkit-text-fill-color: #182125 !important; }
body.woocommerce-checkout .asv2-checkout-address-fallback { position: relative !important; z-index: 20 !important; pointer-events: auto !important; }
body.woocommerce-checkout .asv2-checkout-address-fallback * { pointer-events: auto !important; }
body.woocommerce-checkout .asv2-checkout-address-fallback input,
body.woocommerce-checkout .asv2-checkout-address-fallback textarea,
body.woocommerce-checkout .asv2-checkout-address-fallback select { cursor: text !important; user-select: text !important; color: #182125 !important; background: #fff !important; }
body.woocommerce-checkout .asv2-checkout-address-fallback input::placeholder,
body.woocommerce-checkout .asv2-checkout-address-fallback textarea::placeholder { color: #52616a !important; -webkit-text-fill-color: #52616a !important; opacity: 1 !important; }
html body.woocommerce-checkout .asv2-checkout-address-fallback h3,
html body.woocommerce-checkout .asv2-checkout-address-fallback input,
html body.woocommerce-checkout .asv2-checkout-address-fallback textarea,
html body.woocommerce-checkout .asv2-checkout-address-fallback select { color: #182125 !important; -webkit-text-fill-color: #182125 !important; text-shadow: none !important; }
@media(max-width:600px){.asv2-checkout-address-fallback .form-row-first,.asv2-checkout-address-fallback .form-row-last{width:100%;}}
.asv2-product-story { clear: both; max-width: 1120px; margin: 48px auto 28px; padding: 44px 0; border-top: 1px solid #d9dedb; border-bottom: 1px solid #d9dedb; color: #182125; }
.asv2-product-story-head { max-width: 720px; }
.asv2-product-story .asv2-eyebrow { margin: 0 0 8px; color: #52616a; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.asv2-product-story h2 { margin: 0 0 14px; color: #182125; font-size: 34px; line-height: 1.2; letter-spacing: 0; }
.asv2-product-story h3 { margin: 0 0 9px; color: #182125; font-size: 18px; letter-spacing: 0; }
.asv2-product-story p { color: #52616a; line-height: 1.65; }
.asv2-product-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.asv2-product-story-grid article { padding: 22px; border: 1px solid #d9dedb; }
.asv2-product-story-grid a { color: #182125; font-weight: 700; }
.asv2-product-facts { margin-top: 30px; padding-top: 26px; border-top: 1px solid #d9dedb; }
.asv2-product-facts dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; margin: 0; }
.asv2-product-facts dl div { display: grid; grid-template-columns: 140px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid #e7ebE8; }
.asv2-product-facts dt { color: #182125; font-weight: 700; }
.asv2-product-facts dd { margin: 0; color: #52616a; }
@media(max-width:700px){.asv2-product-story{padding:34px 0}.asv2-product-story h2{font-size:28px}.asv2-product-story-grid,.asv2-product-facts dl{grid-template-columns:1fr}.asv2-product-facts dl div{grid-template-columns:110px 1fr}}

/* Product details use a light canvas on the live WooCommerce page. Keep every detail readable. */
body.asv2-element-product .asv2-product-story{background:#fff!important;color:#182125!important}
body.asv2-element-product .asv2-product-story h2,
body.asv2-element-product .asv2-product-story h3,
body.asv2-element-product .asv2-product-story dt,
body.asv2-element-product .asv2-product-story li{color:#182125!important;-webkit-text-fill-color:#182125!important}
body.asv2-element-product .asv2-product-story p,
body.asv2-element-product .asv2-product-story dd,
body.asv2-element-product .asv2-product-story .asv2-eyebrow{color:#52616a!important;-webkit-text-fill-color:#52616a!important}
body.asv2-element-product .asv2-product-story .asv2-included-list li:before{color:#a66b2d!important}
/* Apply the seamless dark footer treatment to WooCommerce product pages too. */
body.asv2-element-product #footer,body.asv2-element-product .footer-wrapper,body.asv2-element-product .footer-main,body.asv2-element-product .main-footer,body.asv2-element-product .site-footer,body.asv2-element-product footer.site-footer,body.asv2-element-product .footer-container,body.asv2-element-product .copyrights-wrapper{box-sizing:border-box!important;width:100%!important;margin:0!important;border:0!important;box-shadow:none!important;background:#050506!important}
body.asv2-element-product #footer,body.asv2-element-product .site-footer{padding-top:0!important;padding-bottom:0!important}
body.asv2-element-product .site-footer:before,body.asv2-element-product .footer-container:before,body.asv2-element-product .copyrights-wrapper:before{content:none!important}

/* Keep the Five Elements product canvas black and remove theme product-to-product navigation. */
html:has(body.asv2-element-product),
body.asv2-element-product,
body.asv2-element-product #page,
body.asv2-element-product .website-wrapper,
body.asv2-element-product .page-wrapper,
body.asv2-element-product .main-page-wrapper,
body.asv2-element-product .site-content,
body.asv2-element-product .wd-page-content,
body.asv2-element-product .wd-content-layout,
body.asv2-element-product .wd-page-wrapper,
body.asv2-element-product .product-image-summary-wrap,
body.asv2-element-product .product-tabs-wrapper{background-color:#050506!important}
body.asv2-element-product .product-navigation,
body.asv2-element-product .wd-product-nav,
body.asv2-element-product .wd-products-nav,
body.asv2-element-product .product-nav-link,
body.asv2-element-product .product-nav-btn,
body.asv2-element-product .wd-product-nav-btn,
body.asv2-element-product .product-next-prev{display:none!important}

/* The WoodMart cart drawer uses a light canvas, so keep all cart copy dark and readable. */
.cart-widget-side,
.cart-widget-side .widget_shopping_cart,
.cart-widget-side .shopping-cart-widget-body,
.cart-widget-side .woocommerce-mini-cart,
.cart-widget-side .mini_cart_item{color:#182125!important;-webkit-text-fill-color:#182125!important}
.cart-widget-side .title,
.cart-widget-side .wd-entities-title,
.cart-widget-side .quantity,
.cart-widget-side .amount,
.cart-widget-side .item-variation-name,
.cart-widget-side .item-variation-value,
.cart-widget-side .item-variation-value p,
.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .woocommerce-mini-cart__total strong,
.cart-widget-side .woocommerce-mini-cart__total .amount{color:#182125!important;-webkit-text-fill-color:#182125!important;opacity:1!important}
.cart-widget-side .item-variation-name{color:#52616a!important;-webkit-text-fill-color:#52616a!important;font-weight:700!important}
.cart-widget-side .remove_from_cart_button,
.cart-widget-side .wd-heading .close-side-widget{color:#7a2e2a!important;-webkit-text-fill-color:#7a2e2a!important}
.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart{border:1px solid #182125!important;background:#fff!important;color:#182125!important;-webkit-text-fill-color:#182125!important}
.cart-widget-side .woocommerce-mini-cart__buttons .checkout{border:1px solid #e84e48!important;background:#e84e48!important;color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Shared Five Elements product template. */
body.asv2-element-product .product-image-summary-wrap { display: block !important; }
body.asv2-element-product .product-image-summary-wrap > .woocommerce-product-gallery,
body.asv2-element-product .product-image-summary-wrap > .asv2-product-video,
body.asv2-element-product .product-image-summary-wrap > .summary { display: block !important; float: none !important; clear: both !important; box-sizing: border-box; width: min(100%, 920px) !important; max-width: 920px !important; margin: 0 auto 30px !important; }
body.asv2-element-product .summary,
body.asv2-element-product .summary .product_title,
body.asv2-element-product .summary .price,
body.asv2-element-product .summary .price .amount,
body.asv2-element-product .summary label,
body.asv2-element-product .summary h2,
body.asv2-element-product .summary h3 { color: #fff !important; -webkit-text-fill-color: #fff !important; }
body.asv2-element-product .summary .product_title { font-size: clamp(30px, 4vw, 48px); line-height: 1.14; letter-spacing: 0; }
body.asv2-element-product .summary .price,
body.asv2-element-product .summary .price .amount,
body.asv2-element-product .summary .price bdi { color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 34px !important; font-weight: 700 !important; line-height: 1.2 !important; }
body.asv2-element-product .summary input,
body.asv2-element-product .summary select,
body.asv2-element-product .summary textarea { background: #fff !important; color: #17140f !important; -webkit-text-fill-color: #17140f !important; }
body.asv2-element-product .summary .quantity input { min-width: 58px; min-height: 48px; }
body.asv2-element-product .summary .single_add_to_cart_button { min-height: 50px; padding: 13px 24px !important; border: 1px solid #fff !important; border-radius: 0 !important; background: #fff !important; color: #111 !important; -webkit-text-fill-color: #111 !important; font-weight: 700 !important; }
body.asv2-element-product .summary .single_add_to_cart_button:hover { background: transparent !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
.asv2-product-video { aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid #3a423f; background: #111917; }
.asv2-product-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.asv2-product-video > div { display: grid; height: 100%; place-content: center; gap: 8px; padding: 24px; color: #f5f5f0; text-align: center; }
.asv2-product-video > div strong { font: 500 24px/1.2 Georgia, serif; }
.asv2-product-video > div span { color: #c2cbc7; font-size: 13px; }
body.asv2-element-product .asv2-product-customization { margin: 26px 0; padding: 0; border: 0; color: #f5f5f0; }
body.asv2-element-product .asv2-product-customization p,
body.asv2-element-product .asv2-product-customization p:not(.form-row),
body.asv2-element-product .asv2-product-customization small { color: #d8dedb !important; }
.asv2-product-why { margin-bottom: 28px; padding: 26px 0; border-top: 1px solid #3a423f; border-bottom: 1px solid #3a423f; }
.asv2-product-why h2 { margin: 4px 0 12px; font-size: 30px; letter-spacing: 0; }
.asv2-product-why p { max-width: 720px; line-height: 1.7; }
.asv2-product-kicker { margin: 0 0 6px !important; color: #d6a76b !important; font-size: 12px !important; font-weight: 700; text-transform: uppercase; }
body.asv2-element-product #asv2_engraving { display: block !important; width: 100% !important; max-width: 440px !important; min-height: 54px !important; margin-top: 8px !important; padding: 12px 14px !important; border: 1px solid #c9b16f !important; font-size: 18px !important; }
body.asv2-element-product #asv2_engraving::placeholder { color: #777066 !important; -webkit-text-fill-color: #777066 !important; opacity: 1 !important; }
.asv2-gift-picker { margin: 30px 0 22px; padding-top: 28px; border-top: 1px solid #3a423f; }
.asv2-gift-picker h3 { margin: 4px 0 8px !important; font-size: 25px; letter-spacing: 0; }
.asv2-selected-gifts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.asv2-selected-gifts > div { min-height: 62px; padding: 12px; border: 1px dashed #7b8581; background: #151e1b; }
.asv2-selected-gifts strong,
.asv2-selected-gifts span { display: block; color: #f5f5f0; }
.asv2-selected-gifts span { margin-top: 4px; color: #c2cbc7; font-size: 12px; overflow-wrap: anywhere; }
.asv2-gift-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.asv2-gift-option { position: relative; display: block !important; min-width: 0; margin: 0 !important; padding: 7px; border: 1px solid #3a423f; background: #111917; cursor: pointer; }
.asv2-gift-option.is-selected { border-color: #d6a76b; box-shadow: inset 0 0 0 2px #d6a76b; }
.asv2-gift-option input { position: absolute; z-index: 2; top: 12px; left: 12px; width: 20px !important; min-height: 20px !important; accent-color: #182125; }
.asv2-gift-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 1 / 1; background: #e8ece8; }
.asv2-gift-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.asv2-gift-name { display: block; min-height: 38px; margin-top: 8px; color: #f5f5f0; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.asv2-gift-included { display: block; margin-top: 5px; color: #d6a76b; font-size: 11px; font-weight: 700; }
.asv2-gift-status { margin-top: 12px !important; font-size: 13px !important; }
.asv2-product-shipping { margin: 18px 0 0 !important; padding: 14px; border-left: 3px solid #d6a76b; background: #151e1b; }
body.asv2-element-product .asv2-product-story { color: #f5f5f0; border-color: #3a423f; }
body.asv2-element-product .asv2-product-story .asv2-eyebrow { color: #d6a76b; }
body.asv2-element-product .asv2-product-story h2,
body.asv2-element-product .asv2-product-story h3,
body.asv2-element-product .asv2-product-story dt { color: #f5f5f0; }
body.asv2-element-product .asv2-product-story p,
body.asv2-element-product .asv2-product-story dd { color: #c2cbc7; }
.asv2-included-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.asv2-included-list li { padding: 12px 0; border-bottom: 1px solid #3a423f; color: #f5f5f0; }
.asv2-included-list li:before { content: '\2713'; margin-right: 9px; color: #d6a76b; font-weight: 700; }
body.asv2-element-product .asv2-product-facts,
body.asv2-element-product .asv2-product-facts dl div { border-color: #3a423f; }
.asv2-product-returns,
.asv2-free-report-note { margin-top: 30px; padding-top: 26px; border-top: 1px solid #3a423f; }
.asv2-free-report-note a { color: #fff; font-weight: 700; text-decoration: underline; }
@media(max-width:700px){
	body.asv2-element-product .product-image-summary-wrap > .woocommerce-product-gallery,
	body.asv2-element-product .product-image-summary-wrap > .asv2-product-video,
	body.asv2-element-product .product-image-summary-wrap > .summary { width: 100% !important; margin-bottom: 22px !important; }
	body.asv2-element-product .summary .product_title { font-size: 31px; }
	body.asv2-element-product .summary .price,
	body.asv2-element-product .summary .price .amount,
	body.asv2-element-product .summary .price bdi { font-size: 30px !important; }
	.asv2-product-why { padding: 22px 0; }
	.asv2-product-why h2 { font-size: 27px; }
	.asv2-selected-gifts { grid-template-columns: 1fr 1fr; }
	.asv2-gift-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
	.asv2-gift-option { padding: 5px; }
	.asv2-gift-name { min-height: 48px; font-size: 11px; }
	.asv2-gift-included { font-size: 10px; }
	.asv2-included-list { grid-template-columns: 1fr; }
}

/* Refined product information layout: quiet, readable, and responsive. */
body.asv2-element-product .asv2-product-story{box-sizing:border-box!important;width:min(100% - 32px,1120px)!important;max-width:1120px!important;margin:56px auto 32px!important;padding:48px clamp(28px,4vw,56px)!important;border:0!important;background:#fff!important}
body.asv2-element-product .asv2-product-story-head{max-width:760px;padding-bottom:24px;border-bottom:2px solid #182125}
body.asv2-element-product .asv2-product-story .asv2-eyebrow{margin-bottom:10px!important;color:#7b4f2f!important;-webkit-text-fill-color:#7b4f2f!important;font-size:11px!important;letter-spacing:1.4px!important}
body.asv2-element-product .asv2-product-story h2{margin:0!important;font-size:38px!important;line-height:1.12!important}
body.asv2-element-product .asv2-included-list{gap:0 32px;margin:20px 0 0!important}
body.asv2-element-product .asv2-included-list li{display:flex;align-items:center;min-height:58px;padding:12px 0!important;border-bottom:1px solid #d9dedb!important;font-size:15px;line-height:1.45}
body.asv2-element-product .asv2-included-list li:before{display:inline-grid;flex:0 0 22px;width:22px;height:22px;place-items:center;margin-right:11px!important;border:1px solid #a66b2d;border-radius:50%;font-size:12px;line-height:1}
body.asv2-element-product .asv2-product-facts{margin-top:38px!important;padding-top:30px!important;border-top:1px solid #cfd5d2!important}
body.asv2-element-product .asv2-product-facts h3{margin-bottom:14px!important;font-size:21px!important}
body.asv2-element-product .asv2-product-facts dl{gap:0 38px!important}
body.asv2-element-product .asv2-product-facts dl div{grid-template-columns:115px minmax(0,1fr)!important;gap:16px!important;min-height:72px;padding:16px 0!important;border-bottom:1px solid #d9dedb!important}
body.asv2-element-product .asv2-product-facts dt{font-size:14px;line-height:1.5}
body.asv2-element-product .asv2-product-facts dd{font-size:14px;line-height:1.65}
body.asv2-element-product .asv2-product-support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px;margin-top:38px;padding-top:30px;border-top:1px solid #cfd5d2}
body.asv2-element-product .asv2-product-support .asv2-product-returns,
body.asv2-element-product .asv2-product-support .asv2-free-report-note{margin:0!important;padding:0!important;border:0!important}
body.asv2-element-product .asv2-product-support h3{font-size:19px!important}
body.asv2-element-product .asv2-product-support p{margin:10px 0 0!important;font-size:14px;line-height:1.65}
body.asv2-element-product .asv2-product-support a{display:inline-block;margin-top:14px;color:#182125!important;-webkit-text-fill-color:#182125!important;font-size:13px;font-weight:700;text-underline-offset:3px}
@media(max-width:700px){
	body.asv2-element-product .asv2-product-story{width:calc(100% - 24px)!important;margin:34px auto 24px!important;padding:32px 20px!important}
	body.asv2-element-product .asv2-product-story h2{font-size:30px!important}
	body.asv2-element-product .asv2-included-list{grid-template-columns:1fr!important}
	body.asv2-element-product .asv2-product-facts dl{grid-template-columns:1fr!important}
	body.asv2-element-product .asv2-product-facts dl div{grid-template-columns:100px minmax(0,1fr)!important;min-height:0}
	body.asv2-element-product .asv2-product-support{grid-template-columns:1fr;gap:28px}
	body.asv2-element-product .asv2-product-support .asv2-free-report-note{padding-top:28px!important;border-top:1px solid #d9dedb!important}
}
/* Eight-second visual progress while the report is being prepared. */
.asv2-generation-progress{margin:24px 0 30px;padding:18px 20px;border:1px solid #d9dedb;background:#f6f8f6;color:#182125}.asv2-generation-progress-head{display:flex;justify-content:space-between;gap:16px;font-size:14px}.asv2-generation-progress-head span{color:#7b4f2f;font-weight:700}.asv2-generation-progress-track{height:8px;margin-top:13px;overflow:hidden;background:#dfe5e2}.asv2-generation-progress-track i{display:block;width:0;height:100%;background:#7b4f2f;transition:width .1s linear}.asv2-generation-progress p{margin:10px 0 0;color:#52616a;font-size:13px}
@media(max-width:600px){.asv2-report-language{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.asv2-report-language label{grid-column:1/-1;padding:0}.asv2-report-language select{width:100%}.asv2-report-language button{padding:0 14px}}

/* 2.3.79 visual refresh, phase 4: shared Five Elements product page. */
body.asv2-element-product,
body.asv2-element-product #page,
body.asv2-element-product .website-wrapper,
body.asv2-element-product .page-wrapper,
body.asv2-element-product .main-page-wrapper,
body.asv2-element-product .site-content,
body.asv2-element-product .wd-page-content{background:#050506!important;color:#f4f0e8}
body.asv2-element-product .main-page-wrapper>.container,
body.asv2-element-product .site-content>.container,
body.asv2-element-product .wd-page-content>.container{box-sizing:border-box;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#050506!important}
body.asv2-element-product .product-image-summary-wrap{box-sizing:border-box;display:grid!important;width:min(calc(100% - 48px),1200px)!important;max-width:1200px!important;margin:0 auto!important;padding:56px 0 46px!important;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);grid-auto-flow:row;gap:26px clamp(38px,4vw,66px);align-items:start;background:#050506!important}
body.asv2-element-product .product-image-summary-wrap>.woocommerce-product-gallery{grid-column:1;grid-row:1;float:none!important;clear:none!important;width:100%!important;max-width:none!important;margin:0!important}
body.asv2-element-product .product-image-summary-wrap>.asv2-product-video{grid-column:1;grid-row:2;float:none!important;clear:none!important;width:100%!important;max-width:none!important;margin:0!important}
body.asv2-element-product .product-image-summary-wrap>.summary{grid-column:2;grid-row:1/span 2;float:none!important;clear:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.asv2-element-product .woocommerce-product-gallery__wrapper,
body.asv2-element-product .woocommerce-product-gallery__image,
body.asv2-element-product .woocommerce-product-gallery__image>a{display:block;width:100%;margin:0;background:#0b0b0e}
body.asv2-element-product .woocommerce-product-gallery__image>a{aspect-ratio:1/1;overflow:hidden;border:1px solid #2c2b32;border-radius:6px}
body.asv2-element-product .woocommerce-product-gallery__image img{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:contain}
body.asv2-element-product .flex-control-thumbs{display:grid!important;margin:10px 0 0!important;padding:0!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
body.asv2-element-product .flex-control-thumbs li{width:auto!important;margin:0!important;border:1px solid #29282f;border-radius:4px;overflow:hidden;background:#0b0b0e}
body.asv2-element-product .asv2-product-video{border:1px solid #2c2b32;border-radius:6px;background:#0b0b0e}
body.asv2-element-product .summary .product_title{margin:0 0 16px!important;color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important;font:500 clamp(36px,3.4vw,52px)/1.08 Georgia,"Times New Roman",serif!important;letter-spacing:0!important}
body.asv2-element-product .summary .price{margin:0 0 22px!important;color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important}
body.asv2-element-product .summary .price .amount,
body.asv2-element-product .summary .price bdi{color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important;font:700 28px/1.2 Arial,Helvetica,sans-serif!important}
body.asv2-element-product .summary .woocommerce-product-details__short-description{margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #302f36}
body.asv2-element-product .summary .woocommerce-product-details__short-description p{margin:0;color:#aeb8b3!important;-webkit-text-fill-color:#aeb8b3!important;font-size:15px;line-height:1.7}
body.asv2-element-product .summary .product_meta{margin-top:24px;padding-top:18px;border-top:1px solid #2d2c33;color:#858e89!important;font-size:11px;line-height:1.6}
body.asv2-element-product .summary .product_meta a{color:#c7cfcb!important;-webkit-text-fill-color:#c7cfcb!important}
body.asv2-element-product .asv2-product-customization{margin:0!important;padding:0!important;color:#f4f0e8}
body.asv2-element-product .asv2-product-why{margin:0 0 28px;padding:0 0 26px;border-top:0;border-bottom:1px solid #302f36}
body.asv2-element-product .asv2-product-why h2{margin:4px 0 10px!important;color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important;font:500 27px/1.2 Georgia,"Times New Roman",serif!important;letter-spacing:0}
body.asv2-element-product .asv2-product-why p{margin:8px 0 0;color:#aeb8b3!important;-webkit-text-fill-color:#aeb8b3!important;font-size:13px;line-height:1.65}
body.asv2-element-product .asv2-product-kicker{margin:0 0 8px!important;color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important;font-size:10px!important;font-weight:800!important;letter-spacing:1.3px;text-transform:uppercase}
body.asv2-element-product .asv2-engraving-step{margin:0;padding:0 0 28px;border-bottom:1px solid #302f36}
body.asv2-element-product .asv2-engraving-step h3,
body.asv2-element-product .asv2-gift-picker h3{margin:0 0 8px!important;color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important;font:500 23px/1.25 Georgia,"Times New Roman",serif!important;letter-spacing:0}
body.asv2-element-product .asv2-engraving-step .optional{color:#8e9792!important;-webkit-text-fill-color:#8e9792!important;font:500 11px/1 Arial,sans-serif}
body.asv2-element-product .asv2-engraving-step>p:not(.asv2-product-kicker),
body.asv2-element-product .asv2-gift-picker>p:not(.asv2-product-kicker):not(.asv2-gift-status){margin:7px 0;color:#aeb8b3!important;-webkit-text-fill-color:#aeb8b3!important;font-size:13px;line-height:1.6}
body.asv2-element-product .asv2-text-button{color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important;font-size:12px;font-weight:700;text-underline-offset:4px}
body.asv2-element-product #asv2_engraving{box-sizing:border-box;display:block!important;width:100%!important;max-width:none!important;height:50px!important;min-height:50px!important;margin:8px 0 0!important;padding:0 14px!important;border:1px solid #55535b!important;border-radius:4px!important;background:#f4f0e8!important;color:#111!important;-webkit-text-fill-color:#111!important;font:600 16px/1 Arial,sans-serif!important}
body.asv2-element-product #asv2_engraving:focus{border-color:#d6a76b!important;outline:2px solid rgba(214,167,107,.28)!important;outline-offset:1px}
body.asv2-element-product #asv2_engraving+small{display:block;margin-top:7px;color:#8f9893!important;-webkit-text-fill-color:#8f9893!important;font-size:11px;line-height:1.5}
body.asv2-element-product .asv2-gift-picker{margin:28px 0 22px;padding:0;border:0}
body.asv2-element-product .asv2-selected-gifts{display:grid;margin:16px 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.asv2-element-product .asv2-selected-gifts>div{box-sizing:border-box;min-height:62px;padding:11px 12px;border:1px solid #49474f;border-radius:4px;background:#0b0b0e}
body.asv2-element-product .asv2-selected-gifts strong{color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important;font-size:10px;letter-spacing:.8px;text-transform:uppercase}
body.asv2-element-product .asv2-selected-gifts span{margin-top:5px;color:#d5dbd8!important;-webkit-text-fill-color:#d5dbd8!important;font-size:11px;line-height:1.35}
body.asv2-element-product .asv2-gift-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.asv2-element-product .asv2-gift-option{box-sizing:border-box;min-width:0;margin:0!important;padding:6px;border:1px solid #302f36;border-radius:4px;background:#0b0b0e;cursor:pointer;transition:border-color .18s ease,background .18s ease}
body.asv2-element-product .asv2-gift-option:hover{border-color:#77747e}
body.asv2-element-product .asv2-gift-option.is-selected{border-color:#d6a76b;box-shadow:inset 0 0 0 1px #d6a76b;background:#15120e}
body.asv2-element-product .asv2-gift-option input{top:10px;left:10px;width:22px!important;height:22px!important;min-height:22px!important;accent-color:#d6a76b}
body.asv2-element-product .asv2-gift-image{border-radius:3px;background:#15151a}
body.asv2-element-product .asv2-gift-name{min-height:46px;margin:7px 1px 0;color:#e2e7e4!important;-webkit-text-fill-color:#e2e7e4!important;font-size:11px;line-height:1.35}
body.asv2-element-product .asv2-gift-included{margin:4px 1px 1px;color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important;font-size:9px;letter-spacing:.6px;text-transform:uppercase}
body.asv2-element-product .asv2-gift-status{margin:12px 0 0!important;color:#d8dedb!important;-webkit-text-fill-color:#d8dedb!important;font-size:12px!important;font-weight:700}
body.asv2-element-product .asv2-product-shipping{margin:18px 0 24px!important;padding:13px 14px;border:1px solid #393840;border-left:3px solid #d6a76b;border-radius:4px;background:#0b0b0e;color:#c8d0cc!important;-webkit-text-fill-color:#c8d0cc!important;font-size:12px;line-height:1.55}
body.asv2-element-product form.cart>.quantity{display:inline-flex!important;height:50px;vertical-align:top}
body.asv2-element-product form.cart>.quantity input{box-sizing:border-box;height:50px!important;min-height:50px!important;border-color:#55535b!important;border-radius:4px!important;background:#f4f0e8!important;color:#111!important;-webkit-text-fill-color:#111!important}
body.asv2-element-product form.cart>.single_add_to_cart_button{box-sizing:border-box;display:inline-flex!important;min-width:220px;min-height:50px!important;align-items:center;justify-content:center;margin-left:8px!important;padding:12px 24px!important;border:1px solid #f4f0e8!important;border-radius:4px!important;background:#f4f0e8!important;color:#111!important;-webkit-text-fill-color:#111!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-align:center}
body.asv2-element-product form.cart>.single_add_to_cart_button:hover,
body.asv2-element-product form.cart>.single_add_to_cart_button:focus-visible{border-color:#d6a76b!important;background:#d6a76b!important;color:#111!important;-webkit-text-fill-color:#111!important}
body.asv2-element-product .asv2-product-story{box-sizing:border-box!important;width:min(calc(100% - 48px),1200px)!important;max-width:1200px!important;margin:0 auto!important;padding:70px 0!important;border-top:1px solid #2d2c33!important;border-bottom:1px solid #2d2c33!important;background:#050506!important;color:#f4f0e8!important}
body.asv2-element-product .asv2-product-story-head{max-width:760px;padding-bottom:24px;border-bottom:1px solid #3a3941}
body.asv2-element-product .asv2-product-story .asv2-eyebrow{color:#d6a76b!important;-webkit-text-fill-color:#d6a76b!important}
body.asv2-element-product .asv2-product-story h2,
body.asv2-element-product .asv2-product-story h3,
body.asv2-element-product .asv2-product-story dt,
body.asv2-element-product .asv2-product-story li{color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important}
body.asv2-element-product .asv2-product-story h2{font:500 40px/1.15 Georgia,"Times New Roman",serif!important}
body.asv2-element-product .asv2-product-story p,
body.asv2-element-product .asv2-product-story dd{color:#aeb8b3!important;-webkit-text-fill-color:#aeb8b3!important}
body.asv2-element-product .asv2-included-list{display:grid!important;margin-top:22px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 36px!important}
body.asv2-element-product .asv2-included-list li{min-height:56px!important;border-color:#2d2c33!important}
body.asv2-element-product .asv2-included-list li:before{border-color:#d6a76b!important;color:#d6a76b!important}
body.asv2-element-product .asv2-product-facts{border-color:#3a3941!important}
body.asv2-element-product .asv2-product-facts dl{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 42px!important}
body.asv2-element-product .asv2-product-facts dl div{border-color:#2d2c33!important}
body.asv2-element-product .asv2-product-support{border-color:#3a3941!important}
body.asv2-element-product .asv2-product-support .asv2-free-report-note{border-color:#2d2c33!important}
body.asv2-element-product .asv2-product-support a{color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important;text-decoration-color:#d6a76b!important}
body.asv2-element-product .product-tabs-wrapper{box-sizing:border-box;width:min(calc(100% - 48px),1200px);margin:0 auto!important;padding:42px 0!important;border:0!important;background:#050506!important;color:#c5cdc9!important}
body.asv2-element-product .product-tabs-wrapper h2,
body.asv2-element-product .product-tabs-wrapper h3,
body.asv2-element-product .product-tabs-wrapper li,
body.asv2-element-product .product-tabs-wrapper a{color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important}
body.asv2-element-product .product-tabs-wrapper p{color:#aeb8b3!important;-webkit-text-fill-color:#aeb8b3!important}
body.asv2-element-product .related-products,
body.asv2-element-product .related{box-sizing:border-box;width:min(calc(100% - 48px),1200px);margin:0 auto!important;padding:52px 0!important;border-top:1px solid #2d2c33}
body.asv2-element-product .related-products>h2,
body.asv2-element-product .related>h2{color:#f4f0e8!important;-webkit-text-fill-color:#f4f0e8!important;font:500 30px/1.2 Georgia,"Times New Roman",serif!important;letter-spacing:0}
@media(max-width:900px){
  body.asv2-element-product .product-image-summary-wrap{width:min(calc(100% - 28px),680px)!important;padding-top:28px!important;grid-template-columns:1fr;gap:18px}
  body.asv2-element-product .product-image-summary-wrap>.woocommerce-product-gallery{grid-column:1;grid-row:1}
  body.asv2-element-product .product-image-summary-wrap>.asv2-product-video{grid-column:1;grid-row:2}
  body.asv2-element-product .product-image-summary-wrap>.summary{grid-column:1;grid-row:3;width:100%!important;margin-top:12px!important}
  body.asv2-element-product .summary .product_title{font-size:38px!important}
  body.asv2-element-product .asv2-product-story{width:min(calc(100% - 28px),680px)!important;padding:52px 0!important}
  body.asv2-element-product .product-tabs-wrapper,body.asv2-element-product .related-products,body.asv2-element-product .related{width:min(calc(100% - 28px),680px)}
}

/* Visual refresh, phase 6: mobile controls, cart, checkout and report QA. */
@media(max-width:700px){
  body.asv2-page-active,
  body.asv2-element-product,
  body.woocommerce-cart,
  body.woocommerce-checkout{max-width:100%;overflow-x:clip}
  .asv2-qa-suggestions{grid-template-columns:1fr!important}
  .asv2-qa-suggestions button{min-height:44px;padding:10px 12px;overflow-wrap:anywhere}
  .asv2-qa-form textarea{min-height:88px;font-size:16px}
  .asv2-qa-form button{width:100%;min-height:48px}
  .asv2-qa-message{grid-template-columns:36px minmax(0,1fr)}
  .asv2-qa-message.is-user{grid-template-columns:minmax(0,1fr) 30px}
  .asv2-qa-message>div{min-width:0;overflow-wrap:anywhere}
  .asv2-faq-item>button{min-height:52px}
  body.asv2-element-product .asv2-text-button{display:inline-flex;min-height:44px;align-items:center}
  body.asv2-element-product .asv2-gift-option{min-height:44px;touch-action:manipulation}
  body.asv2-element-product .asv2-gift-name,
  body.asv2-element-product .asv2-selected-gifts span{overflow-wrap:anywhere}
  body.asv2-element-product form.cart{display:flex!important;width:100%;align-items:stretch;gap:8px}
  body.asv2-element-product form.cart>.quantity{flex:0 0 88px;width:88px!important}
  body.asv2-element-product form.cart>.single_add_to_cart_button{flex:1 1 auto;width:auto!important;min-width:0!important;margin-left:0!important;overflow-wrap:anywhere}
  .cart-widget-side{box-sizing:border-box;width:min(100vw,390px)!important;max-width:100vw!important}
  .cart-widget-side .wd-heading .close-side-widget,
  .cart-widget-side .remove_from_cart_button{min-width:44px;min-height:44px}
  .cart-widget-side .woocommerce-mini-cart__buttons{display:grid!important;gap:8px!important}
  .cart-widget-side .woocommerce-mini-cart__buttons a{display:flex!important;width:100%!important;min-height:48px!important;align-items:center;justify-content:center;margin:0!important;white-space:normal!important;text-align:center}
  .woocommerce-checkout form.checkout .form-row input,
  .woocommerce-checkout form.checkout .form-row select,
  .woocommerce-checkout form.checkout .form-row textarea,
  .asv2-checkout-address-fallback input,
  .asv2-checkout-address-fallback select{min-height:48px!important;font-size:16px!important}
  .asv2-checkout-address-fallback{box-sizing:border-box;width:100%;margin:18px 0;padding:16px 8px}
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .woocommerce-checkout-review-order,
  .woocommerce-checkout .woocommerce-checkout-payment{box-sizing:border-box;min-width:0;max-width:100%}
  .woocommerce-checkout table.shop_table{width:100%!important;table-layout:fixed}
  .woocommerce-checkout table.shop_table th,
  .woocommerce-checkout table.shop_table td{padding:10px 7px!important;overflow-wrap:anywhere;word-break:normal}
  .woocommerce-checkout #place_order{box-sizing:border-box;width:100%!important;min-height:50px!important;white-space:normal!important}
}
@media(max-width:360px){
  body.asv2-element-product .asv2-selected-gifts{grid-template-columns:1fr}
  body.asv2-element-product .asv2-gift-grid{gap:6px}
  body.asv2-element-product .asv2-gift-option{padding:5px}
  body.asv2-element-product form.cart>.quantity{flex-basis:78px;width:78px!important}
}
@media(max-width:520px){
  body.asv2-element-product .product-image-summary-wrap{width:calc(100% - 28px)!important;padding-top:18px!important}
  body.asv2-element-product .summary .product_title{font-size:32px!important}
  body.asv2-element-product .summary .price .amount,body.asv2-element-product .summary .price bdi{font-size:24px!important}
  body.asv2-element-product .asv2-gift-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  body.asv2-element-product .asv2-gift-option{padding:6px}
  body.asv2-element-product .asv2-gift-name{min-height:42px;font-size:11px}
  body.asv2-element-product form.cart>.quantity{width:96px!important}
  body.asv2-element-product form.cart>.single_add_to_cart_button{width:calc(100% - 108px)!important;min-width:0;margin-left:8px!important;padding-right:10px!important;padding-left:10px!important}
  body.asv2-element-product .asv2-product-story{width:calc(100% - 28px)!important;padding:42px 0!important}
  body.asv2-element-product .asv2-product-story h2{font-size:31px!important}
  body.asv2-element-product .asv2-included-list{grid-template-columns:1fr!important}
  body.asv2-element-product .asv2-product-facts dl{grid-template-columns:1fr!important}
  body.asv2-element-product .asv2-product-facts dl div{grid-template-columns:92px minmax(0,1fr)!important;gap:12px!important}
  body.asv2-element-product .asv2-product-support{grid-template-columns:1fr!important;gap:26px}
  body.asv2-element-product .asv2-product-support .asv2-free-report-note{padding-top:26px!important;border-top:1px solid #2d2c33!important}
  body.asv2-element-product .product-tabs-wrapper,body.asv2-element-product .related-products,body.asv2-element-product .related{width:calc(100% - 28px)}
}

/* Phase 6 final product purchase row override. */
@media(max-width:700px){
  body.asv2-element-product form.cart{display:grid!important;grid-template-columns:88px minmax(0,1fr);gap:8px;align-items:stretch}
  body.asv2-element-product form.cart>.asv2-product-customization{grid-column:1/-1}
  body.asv2-element-product form.cart>.quantity{flex:0 0 88px!important;width:88px!important}
  body.asv2-element-product form.cart>.single_add_to_cart_button{width:100%!important;min-width:0!important;margin-left:0!important}
}
@media(max-width:360px){
  body.asv2-element-product form.cart{grid-template-columns:78px minmax(0,1fr)}
  body.asv2-element-product form.cart>.quantity{width:78px!important}
}
