/* Swaye Options — styled to match the Swaye theme. */
.swo{--swo-green:#014D4E;--swo-deep:#013638;--swo-ink:#211f1c;--swo-muted:#6b675f;--swo-line:rgba(33,31,28,.13);--swo-cream:#f4efe6;
	font-family:'Figtree',system-ui,sans-serif;margin:6px 0 14px;color:var(--swo-ink)}
.swo-title{font-family:'Playfair Display',serif;font-weight:800;font-size:21px;color:var(--swo-ink);margin:0 0 4px;padding:14px 0 12px;border-top:1px solid var(--swo-line)}
/* collapsed options accordion */
.swo-acc{border:1.5px solid var(--swo-line);background:#fff;margin:8px 0 14px}
.swo-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;padding:16px 16px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.swo-acc summary::-webkit-details-marker{display:none}
.swo-acc-title{font-family:'Playfair Display',serif;font-weight:800;font-size:19px;color:var(--swo-ink)}
.swo-acc-hint{font-size:12.5px;color:var(--swo-muted);margin-top:2px}
.swo-acc-x{position:relative;margin-left:auto;flex:0 0 auto;width:18px;height:18px}
.swo-acc-x::before,.swo-acc-x::after{content:"";position:absolute;inset:0;margin:auto;background:var(--swo-green);transition:transform .25s}
.swo-acc-x::before{width:18px;height:2px}
.swo-acc-x::after{width:2px;height:18px}
.swo-acc[open] .swo-acc-x::after{transform:rotate(90deg)}
.swo-acc-body{padding:6px 16px 16px;border-top:1px solid var(--swo-line)}
/* missed required field */
.swo-missed{outline:2px solid #b3261e;outline-offset:6px;border-radius:4px}
.swo-missed .swo-label{color:#b3261e}
.swo-field{margin:0 0 18px}
.swo-field.swo-hidden{display:none}
.swo-label{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14.5px;margin:0 0 7px;flex-wrap:wrap}
.swo-label em{color:#b3261e;font-style:normal}
.swo-ic{width:26px;height:26px;color:var(--swo-green);flex:0 0 auto}
.swo-badge{display:inline-flex;align-items:center;background:#d6a23c;color:var(--swo-deep);font-weight:800;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:30px;line-height:1}
.swo-desc{font-size:13px;color:var(--swo-muted);margin:-3px 0 9px;line-height:1.5}
/* selects */
.swo-select{box-sizing:border-box;max-width:100%;width:100%;border:1.5px solid var(--swo-line);border-radius:12px;padding:13px 40px 13px 14px;font:inherit;font-size:15px;background:#fff;appearance:none;-webkit-appearance:none;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23014D4E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px}
.swo-select:focus{outline:none;border-color:var(--swo-green);box-shadow:0 0 0 1px var(--swo-green)}
/* radios */
.swo-radios{display:flex;flex-direction:column;gap:9px}
.swo-radio{display:flex;align-items:flex-start;gap:11px;border:1.5px solid var(--swo-line);border-radius:12px;background:#fff;padding:13px 14px;cursor:pointer;font-size:14.5px;line-height:1.4;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s,background .15s}
.swo-radio input{position:absolute;opacity:0;pointer-events:none}
.swo-pip{flex:0 0 auto;width:20px;height:20px;margin-top:1px;border:2px solid var(--swo-line);border-radius:50%;position:relative;transition:border-color .15s}
.swo-pip::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--swo-green);transform:scale(0);transition:transform .15s}
.swo-radio:has(input:checked){border-color:var(--swo-green);background:rgba(1,77,78,.045)}
.swo-radio:has(input:checked) .swo-pip{border-color:var(--swo-green)}
.swo-radio:has(input:checked) .swo-pip::after{transform:scale(1)}
.swo-plus{font-weight:800;color:var(--swo-green);margin-left:6px;white-space:nowrap}
/* image tiles */
.swo-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media (min-width:560px){.swo-tiles{grid-template-columns:repeat(4,1fr)}}
.swo-tile{position:relative;display:block;border:1.5px solid var(--swo-line);background:#fff;padding:5px 5px 8px;text-align:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s}
.swo-tile input{position:absolute;opacity:0;pointer-events:none}
.swo-tile img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;clip-path:polygon(0.0% 0.0%, 8.3% 3.5%, 16.7% 0.0%, 25.0% 3.5%, 33.3% 0.0%, 41.7% 3.5%, 50.0% 0.0%, 58.3% 3.5%, 66.7% 0.0%, 75.0% 3.5%, 83.3% 0.0%, 91.7% 3.5%, 100.0% 0.0%, 96.5% 8.3%, 100.0% 16.7%, 96.5% 25.0%, 100.0% 33.3%, 96.5% 41.7%, 100.0% 50.0%, 96.5% 58.3%, 100.0% 66.7%, 96.5% 75.0%, 100.0% 83.3%, 96.5% 91.7%, 100.0% 100.0%, 91.7% 96.5%, 83.3% 100.0%, 75.0% 96.5%, 66.7% 100.0%, 58.3% 96.5%, 50.0% 100.0%, 41.7% 96.5%, 33.3% 100.0%, 25.0% 96.5%, 16.7% 100.0%, 8.3% 96.5%, 0.0% 100.0%, 3.5% 91.7%, 0.0% 83.3%, 3.5% 75.0%, 0.0% 66.7%, 3.5% 58.3%, 0.0% 50.0%, 3.5% 41.7%, 0.0% 33.3%, 3.5% 25.0%, 0.0% 16.7%, 3.5% 8.3%)}
.swo-tile-name{display:block;margin-top:6px;font-weight:600;font-size:11.5px;line-height:1.2}
.swo-tile-price{display:block;margin-top:2px;font-weight:800;font-size:11px;color:var(--swo-green)}
.swo-tile:has(input:checked){border-color:var(--swo-green);box-shadow:inset 0 0 0 1.5px var(--swo-green)}
.swo-tile:has(input:checked)::after{content:"";position:absolute;top:9px;right:9px;width:20px;height:20px;border-radius:50%;
	background:var(--swo-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat}
/* text + date */
.swo-text,.swo-date{width:100%;box-sizing:border-box;max-width:100%;border:1.5px solid var(--swo-line);border-radius:12px;padding:13px 14px;font:inherit;font-size:15px;background:#fff}
.swo-text:focus,.swo-date:focus{outline:none;border-color:var(--swo-green);box-shadow:0 0 0 1px var(--swo-green)}
/* totals */
.swo-totals{border-top:1px solid var(--swo-line);margin-top:20px;padding-top:14px}
.swo-row{display:flex;align-items:center;justify-content:space-between;font-size:14.5px;color:var(--swo-muted);padding:3px 0}
.swo-row strong{color:var(--swo-ink);font-weight:700}
.swo-grand{margin-top:6px;padding-top:10px;border-top:1px solid var(--swo-line);font-size:17px;color:var(--swo-ink)}
.swo-grand strong{font-size:21px;font-weight:800;color:var(--swo-green)}
