.hc-hero {
  background: var(--navy);
  color: var(--paper);
  padding: clamp(36px, 6vw, 88px) max(24px, calc((100vw - 1230px) / 2));
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: center;
}
.hc-kicker {
  font-size: 10px !important;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 18px !important;
}
.hc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.06;
  margin: 0 0 22px;
}
.hc-hero p:not(.hc-kicker) {
  max-width: 480px;
  color: #d9d8d2;
  line-height: 1.7;
  font-size: 14px;
}
.hc-hero .hc-intro {
  font-size: 20px !important;
}
.hc-text-link {
  display: inline-block;
  color: var(--paper);
  border-bottom: 1px solid var(--gold);
  padding: 12px 0;
  margin-top: 12px;
}
.hc-text-link span {
  margin-left: 50px;
}
.hc-hero-card {
  border: 1px solid #a68a5566;
  padding: 32px 40px;
  position: relative;
  background: linear-gradient(135deg, #ffffff06, #ffffff00);
}
.hc-hero-card h2 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
}
.hc-seal {
  position: absolute;
  right: 25px;
  top: 24px;
  border: 1px solid #a68a5566;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 20px Georgia;
  color: var(--gold);
}
.hc-seal span {
  font-size: 11px;
  margin: 0 4px;
}
.hc-hero-card .hc-kicker {
  max-width: 160px;
}
.hc-hero-card ol {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}
.hc-hero-card li {
  padding: 14px 0;
  border-top: 1px solid #ffffff20;
  font-size: 14px;
}
.hc-hero-card li span {
  color: var(--gold);
  margin-right: 22px;
  font-size: 11px;
}
.hc-workspace {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  padding: 56px 28px;
  gap: 48px;
  align-items: start;
}
.hc-preferences {
  background: #efeae0;
  padding: 26px;
}
.hc-preferences h2 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 26px;
}
.hc-preferences label,
.hc-preferences legend {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.hc-preferences input:not([type="radio"]):not([type="checkbox"]),
.hc-preferences select,
.hc-preferences textarea {
  width: 100%;
  min-width: 0;
  margin-bottom: 16px;
  background: var(--paper);
  border: 1px solid #cbc3b5;
  padding: 12px;
  font: inherit;
  font-size: 13px;
  border-radius: 0;
}
.hc-preferences textarea {
  resize: vertical;
}
.hc-help {
  font-size: 11px;
  line-height: 1.6;
  color: #60584e;
  margin: 0 0 18px;
}
.hc-modes {
  border: 0;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.hc-modes legend {
  margin-bottom: 12px;
}
.hc-modes label {
  margin: 0;
  position: relative;
}
.hc-modes input {
  position: absolute;
  opacity: 0;
}
.hc-modes span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #c8beab;
  font-size: 11px;
  text-align: center;
}
.hc-modes input:checked + span {
  background: var(--navy);
  color: var(--paper);
  border-color: var(--navy);
}
.hc-modes input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.hc-ai-consent {
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.hc-ai-consent input {
  width: 16px;
  height: 16px;
}
.hc-submit {
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.hc-text-button {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--gold);
  font: inherit;
  font-size: 12px;
  padding: 9px 0;
  cursor: pointer;
  margin-top: 18px;
}
.hc-results-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ded7cc;
  padding-bottom: 22px;
}
.hc-results-head h2 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  margin: 0;
}
.hc-results-head a {
  font-size: 11px;
  white-space: nowrap;
}
.hc-empty {
  padding: 64px 22px;
  text-align: center;
  max-width: 650px;
  margin: auto;
}
.hc-empty > span {
  font-size: 45px;
  color: var(--gold);
}
.hc-empty h3 {
  font: 27px var(--serif);
  margin: 20px 0;
}
.hc-empty p {
  line-height: 1.8;
  color: #625e56;
  font-size: 14px;
}
.hc-prompts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.hc-prompts button {
  padding: 12px;
  border: 1px solid #c8beab;
  background: transparent;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
}
.hc-response {
  padding: 22px 0;
  font-size: 14px;
  line-height: 1.8;
}
.hc-mode {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 9px;
  color: #756446;
  margin-bottom: 8px;
}
.hc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.hc-card {
  border: 1px solid #e0d9ce;
  background: #faf8f3;
  min-width: 0;
}
.hc-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #eee9df;
}
.hc-card-body {
  padding: 20px;
}
.hc-card h3 {
  font: 23px/1.3 var(--serif);
  margin: 8px 0 14px;
}
.hc-card p {
  font-size: 12px;
  line-height: 1.7;
}
.hc-card-label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hc-card-label input {
  accent-color: var(--navy);
  height: 16px;
  width: 16px;
}
.hc-card select {
  width: 100%;
  min-width: 0;
  padding: 10px;
  font: inherit;
  font-size: 12px;
  background: white;
  border: 1px solid #d7cebf;
  margin: 10px 0;
}
.hc-card details {
  border-top: 1px solid #e0d9ce;
  padding: 10px 0;
  font-size: 12px;
}
.hc-card summary {
  cursor: pointer;
}
.hc-card .hc-product-link {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid var(--gold);
  padding: 8px 0;
}
.hc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
  align-items: center;
}
.hc-actions[hidden] {
  display: none;
}
.hc-actions .btn {
  font-size: 12px;
  padding: 13px 17px;
}
.hc-actions p {
  width: 100%;
  font-size: 13px;
}
.hc-footnote {
  font-size: 11px;
  line-height: 1.7;
  color: #716b61;
  margin-top: 30px;
  border-top: 1px solid #ded7cc;
  padding-top: 18px;
}
.hc-notice {
  background: #ede7db;
  padding: 14px 18px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.6;
}
.hc-table-wrap {
  overflow-x: auto;
  border: 1px solid #ded7cc;
}
.hc-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
  font-size: 12px;
  line-height: 1.7;
}
.hc-table th,
.hc-table td {
  padding: 16px;
  border-bottom: 1px solid #ded7cc;
  text-align: left;
  vertical-align: top;
  min-width: 180px;
  max-width: 270px;
}
.hc-table th {
  background: #efeae0;
  font-weight: 600;
}
.hc-table caption {
  text-align: left;
  font: 25px var(--serif);
  padding: 18px;
}
.hc-entry {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: #eee9df;
  padding: 26px max(24px, calc((100vw - 1250px) / 2));
  border-top: 1px solid #ded7cc;
}
.hc-entry p {
  margin: 5px 0 0;
  font-size: 13px;
}
.hc-entry h2 {
  font: 24px var(--serif);
  margin: 0;
}
.hc-entry a {
  flex-shrink: 0;
  font-size: 12px;
}
.hc-product-entry {
  display: block;
  border: 1px solid #c8beab;
  padding: 14px;
  margin: 18px 0;
  font-size: 13px;
}
.hc-public-privacy {
  max-width: 760px;
  margin: auto;
  padding: 50px 24px;
  line-height: 1.8;
}
.hc-admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.hc-admin-grid strong {
  font-size: 26px;
  display: block;
}
.hc-admin-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hc-admin-table {
  overflow: auto;
}
.hc-admin-table td {
  white-space: normal;
  min-width: 160px;
}
.hc-admin-feedback {
  white-space: pre-wrap;
}
.hc-admin-form small {
  display: block;
  margin: 8px 0 18px;
}
.hc-results-area button:disabled {
  opacity: 0.55;
  cursor: wait;
}
@media (max-width: 950px) {
  .hc-hero {
    gap: 30px;
    padding: 42px 28px;
  }
  .hc-hero-card {
    padding: 25px;
  }
  .hc-seal {
    display: none;
  }
  .hc-workspace {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
  }
  .hc-preferences {
    padding: 20px;
  }
  .hc-results-head {
    display: block;
  }
  .hc-results-head a {
    display: inline-block;
    margin-top: 14px;
  }
  .hc-grid {
    grid-template-columns: 1fr;
  }
  .hc-admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .hc-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 22px;
  }
  .hc-hero h1 {
    font-size: 46px;
  }
  .hc-hero-card {
    padding: 22px;
  }
  .hc-hero-card h2 {
    font-size: 24px;
  }
  .hc-hero-card ol {
    margin-top: 20px;
  }
  .hc-hero-card li {
    padding: 10px 0;
  }
  .hc-seal {
    display: flex;
  }
  .hc-workspace {
    grid-template-columns: 1fr;
    padding: 28px 16px;
    gap: 34px;
  }
  .hc-preferences {
    padding: 24px;
  }
  .hc-results-head h2 {
    font-size: 28px;
  }
  .hc-card img {
    height: 280px;
  }
  .hc-empty {
    padding: 36px 6px;
  }
  .hc-entry {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .hc-admin-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hc-actions .btn {
    flex: 1;
    min-width: 140px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hc-workspace * {
    scroll-behavior: auto !important;
  }
}

.hc-nav {
  font-size: 12px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
}
@media (max-width: 800px) {
  .hc-nav {
    display: none;
  }
}
body[data-section="ai"] .two-col > *,
body[data-section="ai"] .panel,
body[data-section="ai"] .form-grid > * {
  min-width: 0;
}
.hc-admin-table {
  width: 100%;
  max-width: 100%;
}
.hc-admin-form input,
.hc-admin-form select {
  min-width: 0;
}
