:root {
  --tkr-bg: #f2f0e9;
  --tkr-olive: #a09f72;
  --tkr-rust: #a25a3c;
  --tkr-ink: #302f2a;
  --tkr-muted: #6f6c62;
  --tkr-line: rgba(80, 78, 65, .16);
  --tkr-white: #fff;
}

.tkr { color: var(--tkr-ink); max-width: 1240px; margin: 0 auto 64px; padding: 0 18px; }
.tkr *, .tkr *::before, .tkr *::after { box-sizing: border-box; }
.tkr__hero { text-align: center; padding: 32px 12px 34px; }
.tkr__eyebrow { display: block; color: var(--tkr-rust); font-size: .79rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.tkr__hero h1 { margin: 8px 0 12px; color: var(--tkr-ink); font-family: Garamond, Georgia, serif; font-size: clamp(2rem, 4.2vw, 3.3rem); font-weight: 500; line-height: 1.08; }
.tkr__hero p { max-width: 770px; margin: 0 auto; color: var(--tkr-muted); font-size: 1.05rem; line-height: 1.7; }
.tkr__rule { width: 88px; height: 3px; margin: 24px auto 0; background: var(--tkr-olive); border-radius: 10px; }
.tkr__layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 26px; align-items: start; }
.tkr__steps { display: grid; gap: 18px; }
.tkr-card, .tkr-summary { border: 1px solid var(--tkr-line); border-radius: 18px; background: var(--tkr-white); box-shadow: 0 10px 32px rgba(56, 54, 43, .06); }
.tkr-card { padding: 24px; }
.tkr-step { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.tkr-step > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--tkr-olive); color: white; font-weight: 700; }
.tkr-step h2, .tkr-card--safety h2 { margin: 0 0 3px; font-family: Garamond, Georgia, serif; font-size: 1.55rem; font-weight: 600; }
.tkr-step p { margin: 0; color: var(--tkr-muted); line-height: 1.45; }
.tkr-grid { display: grid; gap: 16px; }
.tkr-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tkr-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tkr-grid--3 > label { display: flex; min-width: 0; flex-direction: column; }
.tkr .tkr-grid--3 > label > span:first-child { display: flex; min-height: 44px; align-items: flex-end; line-height: 1.35; }
.tkr-full { grid-column: 1 / -1; }
.tkr label > span:first-child { display: block; margin: 0 0 7px; font-size: .88rem; font-weight: 700; }
.tkr input[type="number"], .tkr input[type="file"], .tkr select, .tkr textarea { width: 100%; min-height: 45px; border: 1px solid var(--tkr-line); border-radius: 10px; background: white; color: var(--tkr-ink); padding: 10px 12px; font: inherit; }
.tkr textarea { resize: vertical; }
.tkr input:focus, .tkr select:focus, .tkr textarea:focus { outline: 3px solid rgba(160, 159, 114, .18); border-color: var(--tkr-olive); }
.tkr input[readonly] { background: var(--tkr-bg); color: var(--tkr-ink); font-weight: 700; }
.tkr label small { display: block; margin-top: 5px; color: var(--tkr-muted); font-size: .78rem; }
.tkr-info { margin-top: 18px; padding: 13px 15px; border-left: 3px solid var(--tkr-olive); border-radius: 0 10px 10px 0; background: var(--tkr-bg); color: var(--tkr-muted); line-height: 1.55; }
.tkr-choice-grid, .tkr-toggle-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tkr-toggle-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tkr-choice { position: relative; margin: 0; cursor: pointer; }
.tkr-choice input { position: absolute; opacity: 0; pointer-events: none; }
.tkr-choice > span { display: flex !important; min-height: 78px; margin: 0 !important; padding: 14px; flex-direction: column; justify-content: center; border: 1px solid var(--tkr-line); border-radius: 13px; background: var(--tkr-bg); transition: .18s ease; }
.tkr-choice small { margin: 3px 0 0; font-weight: 400; }
.tkr-choice input:checked + span { border-color: var(--tkr-olive); box-shadow: inset 0 0 0 2px var(--tkr-olive); background: #fff; }
.tkr-choice input:focus-visible + span { outline: 3px solid rgba(160, 159, 114, .22); }
.tkr-perfumes { max-width: 420px; margin-top: 16px; }
.tkr-card--safety { background: var(--tkr-bg); }
.tkr-card--technical { border-color: rgba(160, 159, 114, .42); background: #faf9f5; }
.tkr-technical-list { display: grid; gap: 10px; margin: 0; padding-left: 22px; color: var(--tkr-muted); line-height: 1.55; }
.tkr-technical-list strong { color: var(--tkr-ink); }
.tkr-card--safety p { color: var(--tkr-muted); line-height: 1.6; }
.tkr-consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 0; cursor: pointer; }
.tkr-consent input { margin-top: 4px; }
.tkr-consent span { margin: 0 !important; }
.tkr-summary { position: sticky; top: 20px; padding: 22px; }
.tkr-step--summary { margin-bottom: 14px; }
.tkr-summary dl { margin: 0; }
.tkr-summary dl > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--tkr-line); }
.tkr-summary dt { color: var(--tkr-muted); font-weight: 400; }
.tkr-summary dd { margin: 0; max-width: 190px; text-align: right; font-weight: 700; }
.tkr-summary__price, .tkr-summary__relay { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding-top: 16px; }
.tkr-summary__price strong { color: var(--tkr-rust); font-family: Garamond, Georgia, serif; font-size: 2rem; }
.tkr-summary__relay { padding-top: 8px; color: var(--tkr-muted); font-size: .9rem; }
.tkr-summary__minimum, .tkr-summary__note { margin: 14px 0; color: var(--tkr-muted); font-size: .8rem; line-height: 1.5; }
.tkr-add { width: 100%; min-height: 50px; border: 0; border-radius: 12px; background: var(--tkr-rust); color: white; font-weight: 700; cursor: pointer; transition: .18s ease; }
.tkr-add:hover:not(:disabled) { filter: brightness(.92); transform: translateY(-1px); }
.tkr-add:disabled { cursor: not-allowed; opacity: .48; }
.tkr-message { margin: 12px 0; padding: 11px 12px; border-radius: 9px; font-size: .88rem; line-height: 1.45; }
.tkr-message.is-error { color: #852e25; background: #fff0ed; }
.tkr-message.is-success { color: #35623d; background: #eef8ef; }
.tkr.is-calculating [data-summary-total] { opacity: .5; }

@media (max-width: 991px) {
  .tkr__layout { grid-template-columns: 1fr; }
  .tkr-summary { position: static; }
}
@media (max-width: 767px) {
  .tkr { padding: 0 12px; margin-bottom: 36px; }
  .tkr__hero { padding-top: 20px; }
  .tkr-card, .tkr-summary { padding: 18px; border-radius: 14px; }
  .tkr-grid--3, .tkr-grid--2 { grid-template-columns: 1fr; }
  .tkr .tkr-grid--3 > label > span:first-child { min-height: 0; align-items: initial; }
  .tkr-choice-grid { grid-template-columns: 1fr; }
  .tkr-step { margin-bottom: 16px; }
}
