.dt-price { display: block; padding-right: max(5vw, 24px); padding-left: max(5vw, 24px); }
.dt-price-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; max-width: 1440px; margin: 0 auto clamp(2rem, 5vw, 4.5rem); }
.dt-price-copy { position: static; }
.dt-price-copy > p { max-width: 780px; }
.dt-price-visual { position: relative; min-height: 260px; margin: 0; overflow: hidden; border: 1px solid rgba(217,162,70,.38); background: rgba(255,255,255,.04); }
.dt-price-visual img { display: block; width: 100%; height: 100%; min-height: 260px; aspect-ratio: 16 / 9; object-fit: cover; opacity: .78; }
.dt-price-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(217,162,70,.22)); pointer-events: none; }
.dt-price-visual figcaption { position: absolute; right: .8rem; bottom: .7rem; z-index: 1; padding: .3rem .55rem; background: rgba(5,10,13,.75); color: rgba(255,255,255,.78); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.dt-configurator-shell { padding: 0; background: transparent; border: 0; box-shadow: none; }
.dt-configurator-shell { max-width: 1440px; margin: 0 auto; }
.e3d-calculator { color: var(--ink); font-family: inherit; }
.e3d-calculator *, .e3d-calculator *::before, .e3d-calculator *::after { box-sizing: border-box; }
.e3d-calculator-notice { margin: 0 0 1rem; padding: 1rem 1.15rem; border-left: 3px solid var(--gold); background: #fff; }
.e3d-calculator-notice.is-error { border-color: #a63b32; }
.e3d-calculator-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; margin-bottom: 1rem; }
.e3d-calculator-progress button { display: flex; align-items: center; gap: .45rem; min-width: 0; padding: .65rem .45rem; border: 0; border-bottom: 2px solid rgba(16,18,20,.14); background: transparent; color: rgba(16,18,20,.55); font: inherit; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.e3d-calculator-progress button:disabled { cursor: default; opacity: .55; }
.e3d-calculator-progress button.is-active { border-color: var(--gold); color: var(--ink); }
.e3d-calculator-progress button span { display: inline-grid; place-items: center; width: 1.65rem; height: 1.65rem; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; }
.e3d-calculator-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem); gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.e3d-calculator-steps, .e3d-live-summary { border: 1px solid rgba(16,18,20,.12); background: rgba(255,255,255,.88); box-shadow: 0 18px 55px rgba(5,10,13,.08); }
.e3d-calculator-step { min-height: 600px; padding: clamp(1.5rem, 3.5vw, 3rem); animation: e3d-step-in .35s ease both; }
.e3d-calculator-step[hidden], .e3d-inquiry[hidden] { display: none; }
.e3d-step-kicker { margin: 0 0 .55rem; color: #826122; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.e3d-calculator-step h3 { margin: 0 0 1.25rem; font-size: clamp(1.45rem, 2.8vw, 2.1rem); line-height: 1.08; }
.e3d-calculator-step > p:not(.e3d-step-kicker):not(.e3d-price-note) { max-width: 42rem; color: rgba(16,18,20,.7); }
.e3d-size-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.e3d-choice-card, .e3d-package-card { position: relative; display: block; cursor: pointer; }
.e3d-choice-card input, .e3d-package-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.e3d-choice-card > span { display: flex; flex-direction: column; justify-content: center; min-height: 5.15rem; padding: .9rem 1rem; border: 1px solid rgba(16,18,20,.17); background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.e3d-choice-card strong { font-size: 1rem; }
.e3d-choice-card small { margin-top: .2rem; color: #826122; }
.e3d-choice-card:hover > span, .e3d-package-card:hover .e3d-package-content { transform: translateY(-2px); border-color: rgba(217,162,70,.75); }
.e3d-choice-card input:focus-visible + span, .e3d-package-card input:focus-visible + .e3d-package-content { outline: 3px solid rgba(217,162,70,.42); outline-offset: 2px; }
.e3d-choice-card input:checked + span, .e3d-package-card input:checked + .e3d-package-content { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold), 0 10px 26px rgba(5,10,13,.09); }
.e3d-package-options { display: grid; gap: .8rem; }
.e3d-package-card.is-recommended { padding-top: 1rem; }
.e3d-package-badge { position: absolute; top: 0; right: .8rem; z-index: 2; padding: .3rem .65rem; border-radius: 2rem; background: var(--gold); color: #101214; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.e3d-package-content { display: grid; padding: 1.15rem; border: 1px solid rgba(16,18,20,.17); background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.e3d-package-content > strong { font-size: 1.25rem; letter-spacing: .04em; }
.e3d-package-content > small { margin: .15rem 0 .7rem; color: rgba(16,18,20,.65); }
.e3d-package-content > b { color: #826122; font-size: .9rem; }
.e3d-package-content ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .35rem 1rem; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid rgba(16,18,20,.1); list-style: none; }
.e3d-package-content li { position: relative; padding-left: 1.1rem; font-size: .78rem; line-height: 1.4; }
.e3d-package-content li::before { content: '✓'; position: absolute; left: 0; color: #826122; font-weight: 700; }
.e3d-step-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; margin-top: 1.4rem; }
.e3d-step-actions .cta, .e3d-submit { border: 0; cursor: pointer; }
.e3d-step-actions button:disabled { cursor: not-allowed; opacity: .45; }
.e3d-back { padding: .75rem .2rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font: inherit; cursor: pointer; }
.e3d-postcode-field { display: grid; max-width: 22rem; gap: .45rem; margin-top: 1.3rem; }
.e3d-postcode-field span, .e3d-inquiry label > span, .e3d-upload-grid label > span { font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.e3d-calculator input[type='text'], .e3d-calculator input[type='email'], .e3d-calculator input[type='tel'], .e3d-calculator input[type='url'], .e3d-calculator textarea { width: 100%; padding: .85rem .9rem; border: 1px solid rgba(16,18,20,.25); border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.e3d-calculator input:focus, .e3d-calculator textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: transparent; }
.e3d-distance-status { min-height: 1.5em; margin-top: .7rem; color: #68501f; font-size: .86rem; }
.e3d-travel-preview { max-width: 32rem; margin-top: 1.2rem; padding: 1rem 1.1rem; border: 1px solid rgba(16,18,20,.12); background: rgba(217,162,70,.07); }
.e3d-travel-preview > strong { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.e3d-travel-preview ul { margin: .7rem 0 0; padding: 0; list-style: none; }
.e3d-travel-preview li { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem 0; border-top: 1px solid rgba(16,18,20,.08); font-size: .82rem; }
.e3d-travel-preview li b { text-align: right; }
.e3d-result-card { border-top: 2px solid var(--gold); background: #fff; }
.e3d-result-card dl, .e3d-live-summary dl { margin: 0; }
.e3d-result-card dl > div, .e3d-live-summary dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid rgba(16,18,20,.1); }
.e3d-result-card dl { padding: .6rem 1.15rem; }
.e3d-result-card dt, .e3d-live-summary dt { color: rgba(16,18,20,.62); }
.e3d-result-card dd, .e3d-live-summary dd { margin: 0; text-align: right; font-weight: 700; }
.e3d-result-total { display: flex; justify-content: space-between; gap: 1rem; align-items: end; padding: 1.15rem; background: var(--ink); color: #fff; }
.e3d-result-total strong { max-width: 70%; text-align: right; font-size: 1.3rem; }
.e3d-result-total.is-pending strong { font-size: .98rem; font-weight: 600; line-height: 1.35; }
.e3d-result-total small { font-size: .72rem; font-weight: 400; }
.e3d-price-note { margin: .75rem 0 0; color: rgba(16,18,20,.58); font-size: .76rem; }
.e3d-live-summary { position: sticky; top: 7rem; padding: 1.15rem; }
.e3d-live-summary dl > div { display: block; }
.e3d-live-summary dd { margin-top: .15rem; text-align: left; }
.e3d-summary-total { margin: 1rem -1.15rem -1.15rem; padding: 1.15rem; background: var(--ink); color: #fff; }
.e3d-summary-total span, .e3d-summary-total strong, .e3d-summary-total small { display: block; }
.e3d-summary-total strong { margin: .25rem 0; color: var(--gold-soft); font-size: 1.55rem; line-height: 1.05; }
.e3d-summary-total strong.is-pending { font-size: 1.05rem; line-height: 1.3; }
.e3d-summary-total small { color: rgba(255,255,255,.65); }
.e3d-inquiry { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(16,18,20,.14); }
.e3d-inquiry-heading h3 { font-size: 1.4rem; }
.e3d-inquiry-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; }
.e3d-inquiry-grid label, .e3d-upload-grid label { display: grid; gap: .4rem; }
.e3d-inquiry-grid .is-wide { grid-column: 1 / -1; }
.e3d-upload-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; margin-top: 1rem; padding: 1rem; background: rgba(217,162,70,.08); }
.e3d-upload-grid input { max-width: 100%; font-size: .8rem; }
.e3d-privacy { display: flex; align-items: flex-start; gap: .65rem; margin: 1.15rem 0; font-size: .78rem; line-height: 1.45; }
.e3d-privacy input { flex: 0 0 auto; margin-top: .2rem; }
.e3d-honeypot { position: absolute !important; left: -9999px !important; }
.e3d-submit { width: 100%; justify-content: center; }
.is-loading { cursor: wait !important; }
@keyframes e3d-step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .e3d-calculator-main { grid-template-columns: 1fr; }
  .e3d-live-summary { position: static; grid-row: 1; }
  .e3d-live-summary dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 .8rem; }
  .e3d-live-summary dl > div { min-width: 0; }
}
@media (max-width: 900px) {
  .dt-price-head { grid-template-columns: 1fr; align-items: start; }
  .dt-price-visual { max-width: 720px; }
}
@media (max-width: 700px) {
  .dt-price { padding-right: 20px; padding-left: 20px; }
  .e3d-calculator-step { min-height: 0; padding: 1.25rem; }
  .e3d-calculator-progress { gap: .15rem; }
  .e3d-calculator-progress button { justify-content: center; padding-inline: .15rem; font-size: 0; }
  .e3d-calculator-progress button span { font-size: .68rem; }
  .e3d-size-options, .e3d-inquiry-grid, .e3d-upload-grid { grid-template-columns: 1fr; }
  .e3d-package-content ul { grid-template-columns: 1fr; }
  .e3d-live-summary dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .e3d-step-actions { align-items: stretch; flex-direction: column-reverse; }
  .e3d-step-actions button { width: 100%; justify-content: center; }
  .e3d-result-total { align-items: flex-start; flex-direction: column; }
  .e3d-result-total strong { max-width: none; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .e3d-calculator-step { animation: none; }
  .e3d-choice-card > span, .e3d-package-content { transition: none; }
}
