@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');
.tec-shell,.tec-shell *{box-sizing:border-box}.tec-shell{--brown:#3a2e22;--dark:#241a13;--gold:#b98a4b;--pink:#d8468f;--cream:#f8f1e8;--soft:#fcfaf7;--text:#685a50;--line:rgba(58,46,34,.14);max-width:1120px;margin:50px auto;padding:0 18px;font-family:Raleway,Arial,sans-serif;color:var(--text)}.tec-head{text-align:center;max-width:780px;margin:0 auto 42px}.tec-kicker{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:2.4px;margin:0 0 12px}.tec-head h2{color:var(--brown);font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-1.8px;margin:0 0 16px}.tec-head>p:last-child{font-size:16px;line-height:1.75;margin:0}.tec-progress{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin:0 auto 25px;max-width:760px}.tec-progress-item{height:4px;background:#e7ddd3;position:relative}.tec-progress-item span{position:absolute;left:50%;top:-29px;transform:translateX(-50%);font-size:10px;font-weight:800;color:#9a8b80}.tec-progress-item.is-active,.tec-progress-item.is-complete{background:var(--gold)}.tec-progress-item.is-active span,.tec-progress-item.is-complete span{color:var(--brown)}.tec-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 28px 75px rgba(58,46,34,.09)}.tec-step{display:none}.tec-step.is-active{display:block;animation:tecFade .25s ease}@keyframes tecFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.tec-step-title{display:flex;gap:18px;align-items:flex-start;margin-bottom:30px}.tec-step-title>span{flex:0 0 48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--brown);color:#fff;font-size:11px;font-weight:800}.tec-step-title h3{color:var(--brown);font-size:30px;line-height:1.15;margin:0 0 6px}.tec-step-title p{margin:0;font-size:14px;line-height:1.6}.tec-choice-grid{display:grid;gap:15px}.tec-choice-grid-2{grid-template-columns:repeat(2,1fr)}.tec-choice-grid-3{grid-template-columns:repeat(3,1fr)}.tec-occasion-grid{grid-template-columns:repeat(4,1fr)}.tec-choice-card,.tec-mini-choice{position:relative;cursor:pointer}.tec-choice-card input,.tec-mini-choice input{position:absolute;opacity:0;pointer-events:none}.tec-choice-card{min-height:190px;padding:28px;border:1px solid var(--line);border-radius:17px;background:var(--soft);display:flex;flex-direction:column;transition:.25s}.tec-choice-card:hover{transform:translateY(-3px);border-color:rgba(185,138,75,.55)}.tec-choice-card strong{font-size:23px;color:var(--brown);margin:28px 0 9px}.tec-choice-card small{font-size:13px;line-height:1.65}.tec-choice-mark{position:absolute;top:22px;right:22px;width:24px;height:24px;border:1.5px solid #ad9f94;border-radius:50%}.tec-choice-card input:checked~.tec-choice-mark{border:7px solid var(--brown)}.tec-choice-card:has(input:checked){background:var(--cream);border-color:var(--gold);box-shadow:0 15px 40px rgba(58,46,34,.08)}.tec-mini-choice span{min-height:62px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--soft);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--brown);font-weight:700;font-size:13px;transition:.2s}.tec-mini-choice input:checked+span{background:var(--brown);color:#fff;border-color:var(--brown)}.tec-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tec-field-grid>.tec-field{min-width:0}.tec-field{display:block;margin:0 0 18px}.tec-field.tec-full{grid-column:1/-1}.tec-field>span{display:block;color:var(--brown);font-size:13px;font-weight:700;margin:0 0 8px}.tec-field input,.tec-field select,.tec-field textarea{display:block;width:100%;max-width:100%;min-width:0;min-height:52px;padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brown);font:500 14px Raleway,Arial,sans-serif;outline:none}.tec-field textarea{resize:vertical}.tec-field input:focus,.tec-field select:focus,.tec-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(185,138,75,.11)}.tec-note,.tec-info-panel,.tec-flavour-rule{padding:20px 22px;background:var(--cream);border-left:4px solid var(--gold);border-radius:10px;margin:12px 0 20px}.tec-note strong,.tec-info-panel strong,.tec-flavour-rule strong{display:block;color:var(--brown);margin-bottom:6px}.tec-note p,.tec-info-panel p,.tec-flavour-rule p{margin:0;font-size:13px;line-height:1.65}.tec-flavour-allocation{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tec-flavour-row{display:grid;grid-template-columns:1fr 100px;gap:12px;align-items:center;padding:13px 15px;background:var(--soft);border:1px solid var(--line);border-radius:10px}.tec-flavour-row label{color:var(--brown);font-weight:700;font-size:13px}.tec-flavour-row input{width:100%;min-height:40px;border:1px solid var(--line);border-radius:8px;padding:8px}.tec-allocation-total{margin-top:15px;text-align:right;font-size:13px}.tec-sharing-flavours{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tec-muted{font-size:12px;line-height:1.7;margin:12px 0 26px}.tec-privacy{display:flex;gap:11px;align-items:flex-start;font-size:12.5px;line-height:1.6}.tec-privacy input{margin-top:3px;accent-color:var(--brown)}.tec-summary{border:1px solid var(--line);border-radius:15px;overflow:hidden}.tec-summary-row{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:14px 18px;border-bottom:1px solid var(--line);font-size:13px}.tec-summary-row:last-child{border-bottom:0}.tec-summary-row strong{color:var(--brown)}.tec-total{display:flex;justify-content:space-between;align-items:center;padding:24px 4px 10px;color:var(--brown)}.tec-total strong{font-size:30px}.tec-final-note{font-size:12.5px;line-height:1.7;background:var(--cream);padding:16px;border-radius:10px}.tec-actions{display:flex;justify-content:space-between;gap:12px;margin-top:32px}.tec-btn{min-height:50px;padding:13px 24px;border-radius:9px;border:1px solid var(--brown);font:800 13px Raleway,Arial,sans-serif;cursor:pointer}.tec-btn-back{background:#fff;color:var(--brown)}.tec-btn-next,.tec-btn-submit{margin-left:auto;background:var(--brown);color:#fff}.tec-btn:hover{transform:translateY(-1px)}.tec-btn:disabled{opacity:.55;cursor:not-allowed}.tec-alert{padding:14px 16px;margin-top:20px;border-radius:10px;background:#fff1f2;color:#9f233d;font-size:13px}.tec-alert.is-success{background:#edf8f1;color:#256b40}.tec-shell h4{color:var(--brown);font-size:16px;margin:24px 0 12px}
@media(max-width:780px){.tec-form{padding:25px 18px;border-radius:18px}.tec-choice-grid-2,.tec-choice-grid-3,.tec-occasion-grid,.tec-field-grid,.tec-flavour-allocation,.tec-sharing-flavours{grid-template-columns:1fr}.tec-step-title h3{font-size:25px}.tec-summary-row{grid-template-columns:1fr;gap:5px}.tec-total{align-items:flex-end}.tec-total span{max-width:55%}.tec-progress-item span{display:none}.tec-choice-card{min-height:155px}.tec-actions{position:sticky;bottom:0;background:rgba(255,255,255,.96);padding:12px 0 4px;z-index:3}.tec-btn{flex:1}.tec-btn-next,.tec-btn-submit{margin-left:0}.tec-flavour-row{grid-template-columns:1fr 85px}}

/* v1.2.1 product imagery and personalization */
.tec-product-card{padding:0 0 24px;min-height:340px}.tec-product-card .tec-choice-mark{z-index:3;background:#fff}.tec-product-image{width:100%;height:190px;object-fit:cover;display:block;border-radius:16px 16px 0 0}.tec-product-card strong,.tec-product-card small{margin-left:26px;margin-right:26px}.tec-product-card strong{margin-top:22px}.tec-personalisation-wrap{margin-bottom:26px}.tec-personalisation-wrap .tec-mini-choice span{flex-direction:column;gap:3px}.tec-personalisation-wrap .tec-mini-choice small{font-size:11px;font-weight:600;opacity:.78}.tec-personalisation-text{margin-top:18px}
@media(max-width:780px){.tec-product-card{min-height:0}.tec-product-image{height:180px}}

/* v1.2.2 mobile date/time stability */
.tec-field input[type="date"],.tec-field input[type="time"]{inline-size:100%;max-inline-size:100%;min-inline-size:0;-webkit-appearance:none;appearance:none;background-color:#fff;}
.tec-field input[type="date"]::-webkit-date-and-time-value,.tec-field input[type="time"]::-webkit-date-and-time-value{text-align:left;min-height:24px;}
@media(max-width:780px){.tec-shell{padding-left:14px;padding-right:14px}.tec-form{overflow:hidden}.tec-field-grid{width:100%}.tec-field,.tec-field input,.tec-field select,.tec-field textarea{max-width:100%;min-width:0}.tec-step-title{gap:14px}.tec-step-title>span{flex-basis:46px}.tec-step-title>div{min-width:0}.tec-step-title p{overflow-wrap:anywhere}}
