#th-grow-advisor {
  --thga-ink: #20271f;
  --thga-muted: #535e4e;
  --thga-gold: #715214;
  --thga-line: #d3d9cd;
  --thga-paper: #f4f5ed;
  --thga-selected: #eaf0df;
  color: var(--thga-ink);
  color-scheme: light;
  width: 100%;
  margin: 28px auto;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
#th-grow-advisor *, #th-grow-advisor *::before, #th-grow-advisor *::after { box-sizing: border-box; }
#th-grow-advisor [hidden] { display: none !important; }
#th-grow-advisor .thga-shell { border: 1px solid var(--thga-line); border-radius: 16px; background: #fffdf8; overflow: hidden; }
#th-grow-advisor .thga-head { padding: 26px 28px 20px; border-bottom: 1px solid var(--thga-line); }
#th-grow-advisor .thga-eyebrow { color: var(--thga-gold); font-size: .85em; font-weight: 700; letter-spacing: .025em; margin: 0 0 12px; }
#th-grow-advisor h2 { color: var(--thga-ink); font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.2; margin: 0 0 12px; }
#th-grow-advisor h3 { color: var(--thga-ink); font-size: 1.35rem; line-height: 1.3; margin: 0 0 18px; }
#th-grow-advisor h4 { color: var(--thga-ink); font-size: 1.08rem; line-height: 1.4; margin: 0 0 10px; }
#th-grow-advisor p { margin: 8px 0 14px; }
#th-grow-advisor p:last-child { margin-bottom: 0; }
#th-grow-advisor .thga-muted { color: var(--thga-muted); font-size: .93em; }
#th-grow-advisor .thga-intro { font-size: 1.08em; font-weight: 600; }
#th-grow-advisor button, #th-grow-advisor input, #th-grow-advisor select, #th-grow-advisor textarea { font: inherit; color: var(--thga-ink); }
#th-grow-advisor button { background: #fffdf8; border: 1px solid var(--thga-line); border-radius: 8px; padding: 11px 15px; min-height: 44px; cursor: pointer; line-height: 1.35; white-space: normal; transition: background-color .15s; }
#th-grow-advisor button:hover { background: var(--thga-selected); }
#th-grow-advisor button[aria-pressed="true"], #th-grow-advisor button[aria-current="step"] { background: var(--thga-selected); border-color: var(--thga-gold); box-shadow: inset 0 0 0 1px var(--thga-gold); }
#th-grow-advisor button:focus-visible, #th-grow-advisor a:focus-visible, #th-grow-advisor input:focus-visible, #th-grow-advisor select:focus-visible, #th-grow-advisor textarea:focus-visible, #th-grow-advisor summary:focus-visible { outline: 3px solid #705315; outline-offset: 3px; }
#th-grow-advisor h3[tabindex="-1"]:focus { outline: none; }
#th-grow-advisor .thga-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 16px 22px; background: var(--thga-paper); }
#th-grow-advisor .thga-steps button { display: flex; justify-content: center; align-items: center; gap: 7px; padding: 10px 8px; font-size: .94em; }
#th-grow-advisor .thga-steps span { font-weight: 700; }
#th-grow-advisor .thga-content { padding: 24px 28px; }
#th-grow-advisor .thga-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
#th-grow-advisor .thga-grid > * { min-width: 0; }
#th-grow-advisor .thga-sizes button { text-align: left; font-weight: 700; }
#th-grow-advisor .thga-sizes span { display: block; margin-top: 5px; font-size: .9em; font-weight: 400; color: var(--thga-muted); }
#th-grow-advisor label { display: block; margin-bottom: 14px; font-weight: 500; }
#th-grow-advisor input[type="number"], #th-grow-advisor select, #th-grow-advisor textarea { display: block; width: 100%; min-width: 0; max-width: 100%; border: 1px solid var(--thga-line); border-radius: 7px; padding: 10px; min-height: 44px; margin-top: 6px; background: #fff; }
#th-grow-advisor input[aria-invalid="true"] { border-color: #a22720; }
#th-grow-advisor textarea { resize: vertical; line-height: 1.5; }
#th-grow-advisor .thga-fieldset { min-width: 0; margin: 8px 0 0; padding: 0; border: 0; }
#th-grow-advisor legend { float: none; width: auto; padding: 0; margin: 0 0 12px; font-size: 1.05em; font-weight: 600; }
#th-grow-advisor .thga-check { display: flex; align-items: center; min-height: 44px; gap: 11px; margin: 0; cursor: pointer; }
#th-grow-advisor input[type="checkbox"] { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; accent-color: var(--thga-gold); }
#th-grow-advisor .thga-note { background: var(--thga-paper); border-left: 3px solid #b29a55; border-radius: 4px 9px 9px 4px; margin: 16px 0; padding: 15px 17px; }
#th-grow-advisor .thga-note ul { margin: 0; padding-left: 20px; }
#th-grow-advisor .thga-note li + li { margin-top: 8px; }
#th-grow-advisor .thga-spaced { margin-top: 20px; }
#th-grow-advisor .thga-cost { border-top: 1px solid var(--thga-line); padding-top: 20px; margin-top: 22px; }
#th-grow-advisor .thga-cost-value { display: block; font-size: 1.35em; line-height: 1.4; font-weight: 700; font-variant-numeric: tabular-nums; margin: 10px 0; }
#th-grow-advisor .thga-error { color: #92261f; font-weight: 600; }
#th-grow-advisor .thga-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 28px; border-top: 1px solid var(--thga-line); }
#th-grow-advisor .thga-primary { background: #2f4327; color: #fff; border-color: #2f4327; }
#th-grow-advisor .thga-primary:hover { background: #24361d; }
#th-grow-advisor .thga-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 12px 18px; border-bottom: 1px solid var(--thga-line); padding: 17px 0; }
#th-grow-advisor .thga-row-title { font-weight: 600; }
#th-grow-advisor .thga-row small { display: block; color: var(--thga-muted); font-size: .88em; margin-top: 5px; }
#th-grow-advisor .thga-product-link { display: inline-flex; align-items: center; min-height: 44px; padding: 7px 0; font-size: .94em; }
#th-grow-advisor .thga-quantity { text-align: right; color: var(--thga-gold); font-weight: 700; font-size: 1.03em; }
#th-grow-advisor details { border-bottom: 1px solid var(--thga-line); padding-bottom: 3px; }
#th-grow-advisor summary { cursor: pointer; min-height: 44px; padding: 13px 0; font-weight: 500; }
#th-grow-advisor details ul { padding-left: 22px; margin-top: 0; }
#th-grow-advisor details li { margin-bottom: 8px; }
#th-grow-advisor .thga-list-actions { display: flex; flex-wrap: wrap; gap: 10px; }
#th-grow-advisor .thga-bottom { background: var(--thga-paper); padding: 13px 28px; color: var(--thga-muted); font-size: .86em; }
#th-grow-advisor a { color: var(--thga-gold); text-decoration: underline; text-underline-offset: 2px; }
#th-grow-advisor a:hover { color: #4b350c; }
#th-grow-advisor .thga-print-frame { position: fixed; width: 1px; height: 1px; border: 0; left: -10000px; top: 0; }
@media (max-width: 600px) {
  #th-grow-advisor { font-size: 16px; margin: 20px auto; }
  #th-grow-advisor .thga-head, #th-grow-advisor .thga-content { padding: 20px 16px; }
  #th-grow-advisor .thga-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px; }
  #th-grow-advisor .thga-steps button { justify-content: flex-start; }
  #th-grow-advisor .thga-fields { grid-template-columns: minmax(0, 1fr); gap: 0; }
  #th-grow-advisor .thga-actions { padding: 16px; }
  #th-grow-advisor .thga-bottom { padding: 13px 16px; }
  #th-grow-advisor .thga-note { padding: 13px; }
  #th-grow-advisor .thga-row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  #th-grow-advisor .thga-quantity { grid-row: 1; text-align: left; }
}
@media (max-width: 360px) {
  #th-grow-advisor .thga-sizes { grid-template-columns: minmax(0, 1fr); }
  #th-grow-advisor .thga-list-actions { flex-direction: column; align-items: stretch; }
  #th-grow-advisor .thga-actions { justify-content: flex-start; }
  #th-grow-advisor #thga-next { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  #th-grow-advisor button { transition: none; }
}
#th-grow-advisor .thga-cart-actions { padding: 20px; margin: 16px 0 24px; background: #edf3e9; border: 1px solid #b5c7ad; border-radius: 14px; }
#th-grow-advisor .thga-cart-actions button { width: 100%; white-space: normal; }
#th-grow-advisor .thga-cart-actions p:last-child { margin: 12px 0 0; }
#th-grow-advisor .thga-cart-check { margin: 10px 0 0; font-size: 14px; }
#th-grow-advisor button:disabled { opacity: .55; cursor: not-allowed; }
#th-grow-advisor .thga-draft-bar, #th-grow-advisor .thga-data-bar { display:flex; align-items:center; flex-wrap:wrap; gap:10px 16px; }
#th-grow-advisor .thga-draft-bar { margin-top:16px; padding-top:12px; border-top:1px solid var(--thga-line); }
#th-grow-advisor .thga-draft-bar p, #th-grow-advisor .thga-data-bar p { flex:1 1 240px; margin:0; }
#th-grow-advisor .thga-data-bar { margin:0 0 18px; }
#th-grow-advisor .thga-product-photo { width:96px; height:96px; object-fit:contain; background:#fff; border:1px solid var(--thga-line); border-radius:8px; margin-bottom:10px; }
#th-grow-advisor .thga-product-price { display:block; font-weight:700; margin:8px 0 2px; }
#th-grow-advisor .thga-availability { display:block; font-size:.88em; color:var(--thga-muted); }
#th-grow-advisor .thga-buy-quantity { margin-top:10px; max-width:260px; }
#th-grow-advisor .thga-buy-quantity input { max-width:150px; }
#th-grow-advisor .thga-item-error { color:#92261f; font-size:.9em; }
#th-grow-advisor .thga-selected-quantity { color:var(--thga-muted); font-size:.88em; margin-top:6px; }
#th-grow-advisor .thga-option-price { display:block; margin-top:6px; font-size:.88em; font-weight:400; }
#th-grow-advisor input[type="text"] { display:block; width:100%; max-width:100%; min-height:44px; border:1px solid var(--thga-line); border-radius:7px; padding:10px; margin-top:6px; background:#fff; }
#th-grow-advisor #thga-contact { margin:0 8px 8px; }
#th-grow-advisor #thga-price-note { font-size:.85em; }
