@font-face {
  font-family: "DM Sans";
  src: url("/study-generated/dm-sans.woff2") format("woff2");
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  font-family: "DM Sans", system-ui, sans-serif;
  color: #1c241e;
  background: #f8f9f5;
  line-height: 1.6;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
header,
main,
footer {
  max-width: 1120px;
  margin: auto;
  padding: 28px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dde1d8;
}
.brand {
  display: flex;
  gap: 9px;
  align-items: center;
  color: inherit;
  font-weight: 800;
  font-size: 31px;
  letter-spacing: -1.5px;
  text-decoration: none;
}
.brand span {
  color: #83a44b;
  margin-left: -8px;
}
.header-note {
  font-size: 13px;
  color: #677060;
}
.intro {
  padding: 46px 0 32px;
  max-width: 740px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 750;
  color: #658140;
  margin: 0 0 10px;
}
h1 {
  font-size: clamp(44px, 7vw, 76px);
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 12px 0 24px;
  font-weight: 650;
}
h2 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 650;
  margin: 4px 0 16px;
}
.lead {
  font-size: 18px;
  max-width: 620px;
  color: #65705f;
}
.panel {
  background: #fff;
  border: 1px solid #dfe3d9;
  border-radius: 18px;
  padding: 26px;
  margin: 0 0 20px;
}
.panel p {
  color: #63705d;
}
.consent {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 48px;
}
.consent-action {
  background: #eff5e7;
  border-radius: 13px;
  padding: 24px;
  align-self: start;
  position: sticky;
  top: 24px;
}
.consent-action p {
  margin-top: 0;
}
.consent-action button {
  width: 100%;
}
.quiet-link {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #5d6a52;
  font-size: 13px;
}
.muted,
.field-help {
  color: #73806c;
  font-size: 12px;
  font-weight: 400;
}
.field-help {
  line-height: 1.55;
  margin: 8px 0 18px;
}
label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 650;
}
input,
select {
  font: inherit;
  line-height: 1.4;
  padding: 12px 13px;
  border: 1px solid #bec7b4;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  min-width: 0;
  max-width: 100%;
}
#group-code {
  display: block;
  width: 230px;
  margin-top: 7px;
}
button,
.button-link {
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  border: 1px solid #1c281e;
  border-radius: 8px;
  padding: 12px 18px;
  background: #1c281e;
  color: #fff;
  cursor: pointer;
  min-height: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.secondary {
  color: #2c3927;
  background: white;
  border-color: #c4cbbd;
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
button:hover:not(:disabled),
.button-link:hover {
  filter: brightness(1.15);
}
:focus-visible {
  outline: 3px solid #8376c9;
  outline-offset: 3px;
}
.task-note {
  background: #eaf3dc;
  border-radius: 16px;
  padding: 24px 28px;
}
.task-note ol {
  padding-left: 22px;
  margin: 10px 0;
}
.task-note li {
  padding-left: 4px;
  margin: 6px 0;
}
.task-note p:last-child {
  font-size: 13px;
  color: #596b48;
  margin-bottom: 0;
}
.filters {
  display: flex;
  gap: 16px;
  margin: 28px 0 20px;
  align-items: end;
}
.filters label {
  flex: 1;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}
.product {
  background: white;
  border: 1px solid #dfe3d9;
  border-radius: 16px;
  padding: 20px;
}
.product h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  margin: 14px 0 7px;
}
.product p {
  font-size: 13px;
  color: #65705f;
  min-height: 44px;
  margin: 6px 0 10px;
}
.product .price {
  font-size: 25px;
  line-height: 1.2;
  min-height: auto;
  color: #24301f;
  font-weight: 650;
  margin: 16px 0;
}
.swatch {
  height: 140px;
  border-radius: 12px;
  background: #e4e5d8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 54px;
  color: #666e54;
}
.swatch-canvas {
  background: #e8dfcb;
}
.swatch-commuter {
  background: #dce8d4;
}
.swatch-weekend {
  background: #e7e0ef;
}
.product-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.product-actions button {
  font-size: 12px;
  padding: 8px 10px;
  min-height: 38px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.cart-row {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.cart-row label {
  max-width: 100px;
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 18px 0;
  font-weight: 450;
}
.checkbox input {
  margin-top: 5px;
  flex-shrink: 0;
}
#controller {
  display: block;
  min-width: min(100%, 320px);
  margin: 8px 0 12px;
}
#comparison {
  white-space: pre-line;
}
summary {
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    12px/1.6 ui-monospace,
    monospace;
  max-height: 450px;
  overflow: auto;
  background: #f4f6ef;
  padding: 18px;
  border-radius: 10px;
}
#status {
  font-size: 13px;
  font-weight: 550;
  color: #536744;
  min-height: 24px;
}
footer {
  display: flex;
  gap: 22px;
  font-size: 12px;
  color: #76816e;
}
footer span {
  margin-right: auto;
}
footer a {
  color: inherit;
}
[hidden] {
  display: none !important;
}
@media (max-width: 740px) {
  header,
  main,
  footer {
    padding: 20px;
  }
  .header-note {
    font-size: 11px;
  }
  .brand {
    font-size: 27px;
  }
  .intro {
    padding-top: 32px;
  }
  .consent {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .consent-action {
    position: static;
  }
  .products {
    grid-template-columns: 1fr;
  }
  .filters {
    flex-direction: column;
    align-items: stretch;
  }
  .panel {
    padding: 20px;
  }
  .swatch {
    height: 120px;
  }
  footer {
    flex-wrap: wrap;
    gap: 14px;
  }
  footer span {
    width: 100%;
  }
}
