/* A visual, keyboard-accessible selection step for the chosen candle. */
.product-next-step { margin-top: .75rem; font-size: .875rem; line-height: 1.55; color: #5f6657; text-align: center; }
.aromas-page { padding-top: 1rem; padding-bottom: 0; }
.aromas-page .back-link { margin: 0 0 1.5rem; }
.aromas-heading h1 { margin-top: .75rem; font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1.15; letter-spacing: -.035em; }
.aromas-heading h1 em { display: inline-block; }
.aromas-heading > p:last-child { margin-top: .75rem; color: #5d6157; font-size: 1rem; line-height: 1.6; }
.aromas-candle { display: flex; align-items: center; gap: .875rem; margin: 1.5rem 0 1.75rem; padding: .875rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.aromas-candle > img { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 10px; object-fit: cover; }
.aromas-candle > div { flex: 1; min-width: 0; display: grid; gap: .25rem; }
.aromas-candle span, .aromas-candle small { font-size: .875rem; line-height: 1.4; color: #64695d; }
.aromas-candle > div strong { font-size: 1rem; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
#aromas-candle-price { font-size: 1rem; font-weight: 500; white-space: nowrap; }
.aromas-list-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.aromas-list-heading h2 { font-size: 1.25rem; line-height: 1.35; }
#aromas-count { font-size: .875rem; color: #68705f; }
.aroma-options { min-width: 0; padding: 0; border: 0; margin: 0; }
.aromas-selection-hint { color: #68705f; font-size: .875rem; line-height: 1.6; margin: .5rem 0 1rem; }
.aroma-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem .75rem; }
.aroma-option { position: relative; display: flex; min-width: 0; cursor: pointer; scroll-margin-block: 8rem 13rem; }
.aroma-radio { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.aroma-card { display: flex; flex-direction: column; width: 100%; overflow: hidden; background: #fff; border: 2px solid #e3e5dc; border-radius: 16px; transition: border-color .15s ease, box-shadow .15s ease; }
.aroma-picture { display: block; position: relative; aspect-ratio: 1; overflow: hidden; background: #eeeee7; }
.aroma-picture > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aroma-indicator { display: grid; place-items: center; position: absolute; top: .625rem; right: .625rem; width: 1.75rem; height: 1.75rem; border: 1px solid #929b85; border-radius: 50%; background: #fffffff2; color: transparent; }
.aroma-indicator svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 2; }
.aroma-card-body { display: grid; align-content: start; gap: .5rem; padding: .875rem .75rem 1rem; }
.aroma-card-name { font-family: var(--serif); font-weight: 400; font-size: 1.1875rem; line-height: 1.2; color: #2c3427; overflow-wrap: anywhere; }
.aroma-card-notes { color: #62685c; font-size: .875rem; line-height: 1.5; overflow-wrap: anywhere; }
.aroma-radio:checked + .aroma-card { border-color: #41633a; box-shadow: 0 0 0 1px #41633a; background: #f2f6ed; }
.aroma-radio:checked + .aroma-card .aroma-indicator { color: #fff; background: #41633a; border-color: #41633a; }
.aroma-radio:focus-visible + .aroma-card { outline: 3px solid #244b35; outline-offset: 4px; }
.aromas-page .scent-guidance { margin-top: 1rem; margin-bottom: 1.25rem; }
.aroma-purchase { position: sticky; bottom: 0; z-index: 6; background: #f8f8f6; border-top: 1px solid #d8ddcf; padding: .875rem 0 calc(.875rem + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -12px 18px #f8f8f6; }
.aroma-selection-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.aroma-selection-summary > div { min-width: 0; display: grid; gap: .25rem; }
.aroma-selection-summary span { color: #656c5d; font-size: .875rem; line-height: 1.35; }
#aroma-selected-name { font-size: 1rem; font-weight: 500; line-height: 1.35; overflow-wrap: anywhere; }
#aroma-price { white-space: nowrap; font-size: 1.125rem; font-weight: 500; }
#aroma-continue { gap: .5rem; justify-content: space-between; margin-top: 0; }
#aroma-continue svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
#aroma-continue:disabled { cursor: default; background: #e1e4da; color: #646b5c; border-color: #e1e4da; opacity: 1; box-shadow: none; }
#aroma-error { margin: 0 0 .75rem; font-size: .875rem; }
@media (max-width: 359px) {
  .aroma-grid { gap: .75rem .5rem; }
  .aroma-card-name { font-size: 1.0625rem; }
  .aromas-candle { flex-wrap: wrap; }
  #aromas-candle-price { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) { .aroma-card { transition: none; } }
