/* Optional feature library: calm, readable cards and isolated interactive previews. */
.wo-page{padding-bottom:4rem}.wo-intro{padding-block:clamp(2rem,5vw,4rem);max-width:1200px}.wo-intro>.eyebrow{margin-top:2rem}.wo-intro h1{font-size:clamp(2.5rem,5vw,4.75rem);max-width:21ch;margin:1rem 0 1.5rem}.wo-intro h1 em{color:var(--rust);font-style:normal}.wo-intro .lead{font-size:1.25rem}.wo-intro>p{margin-block:1rem}.wo-context{border-left:3px solid var(--rust);padding:1rem 1.25rem;margin-block:1.75rem;background:var(--card);max-width:72ch}.wo-context p{margin-top:.5rem;font-size:1rem}.wo-context strong{font-size:1.125rem}
.wo-tools{display:flex;gap:1.25rem;align-items:end;flex-wrap:wrap;border-block:1px solid var(--line);padding-block:1.5rem}.wo-tools>div{flex:1 1 17rem;min-width:0}.wo-tools label,.wo-shortlist>label{display:block;font-weight:700;font-size:1rem;margin-bottom:.5rem}.wo-page input:not([type=checkbox]),.wo-page select,.wo-page textarea{width:100%;min-width:0;max-width:100%;padding:.75rem;background:var(--card);color:var(--text);border:1px solid var(--line);border-radius:4px;font:inherit;font-size:1rem;min-height:48px}.wo-page textarea{resize:vertical}.wo-tools label.wo-selected-filter{display:flex;align-items:center;gap:.75rem;min-height:48px;margin:0;font-weight:400}.wo-page input[type=checkbox]{width:1.25rem;height:1.25rem;min-height:1.25rem;flex:0 0 1.25rem;accent-color:var(--rust);margin:0;padding:0}.wo-result{margin-block:1.25rem;color:var(--muted);font-size:1rem}.wo-warning{border-left:4px solid var(--rust);padding:1rem;background:var(--sand);margin-bottom:1rem}
.wo-layout{display:grid;grid-template-columns:minmax(0,1fr) 19rem;gap:2rem;align-items:start}.wo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.wo-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--card);min-width:0;scroll-margin-top:7rem}.wo-card[data-selected=true]{outline:2px solid var(--rust);outline-offset:2px}.wo-preview-trigger{display:block;width:100%;padding:0;border:0;color:var(--text);background:var(--sand);text-align:left}.wo-preview-label{display:block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:700;border-top:1px solid var(--line)}.wo-thumb{height:12rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem;position:relative;background:#ebe5da;color:#282c27;overflow:hidden}.wo-thumb>strong{font:400 1.6rem/1.15 Georgia,serif;max-width:22ch}.wo-thumb>span{font-size:.9375rem;line-height:1.4}.wo-thumb>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wo-thumb .wo-thumb-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:#101e25db;color:#fff}.wo-thumb[data-kind=theme]{flex-direction:row;padding:0;gap:0}.wo-theme-half{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font:3rem/1 Georgia,serif}.wo-theme-half span{font:1rem/1.5 Arial,sans-serif;margin-top:.75rem}.wo-theme-night{background:#29282b;color:#f2e9df}.wo-thumb[data-kind=booking],.wo-thumb[data-kind=steps]{background:#dbe5dd}.wo-thumb[data-kind=newsletter],.wo-thumb[data-kind=trust]{background:#e4d6d0}.wo-thumb[data-kind=menu],.wo-thumb[data-kind=navigation],.wo-thumb[data-kind=sticky]{background:#223a43;color:#f6edde}
.wo-card-copy{padding:1.25rem}.wo-category{font-size:.875rem!important;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.wo-card h2{font:700 1.25rem/1.3 var(--font-body);letter-spacing:-.015em;margin-bottom:.75rem}.wo-card-copy>p:not(.wo-category){font-size:1rem;line-height:1.6}.wo-card label.wo-pick{display:flex;gap:.75rem;align-items:flex-start;font-size:1rem;font-weight:700;line-height:1.5;border-top:1px solid var(--line);padding-top:1rem;margin-top:1rem;cursor:pointer}.wo-pick input{margin-top:.15rem!important}.wo-shortlist{position:sticky;top:7rem;border:1px solid var(--line);border-radius:10px;padding:1.5rem;background:var(--card);max-height:calc(100dvh - 8rem);overflow:auto}.wo-shortlist h2{font-size:2rem;margin-bottom:1rem}.wo-shortlist>p{font-size:1rem;line-height:1.6}.wo-shortlist ul{list-style:none;margin:1rem 0;padding:0}.wo-shortlist li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid var(--line);padding-block:.5rem;font-size:.9375rem}.wo-remove{flex-shrink:0;width:44px;min-height:44px;border:0;background:transparent;color:var(--text);font-size:1.5rem}.wo-shortlist>.button{display:flex;justify-content:center;width:100%;margin-block:.75rem;font-size:1rem}.wo-shortlist>.text-link{display:inline-block;margin-top:.75rem;font-size:1rem}.wo-shortlist>.small{font-size:.9375rem;margin-block:1rem}.wo-empty{padding:2rem;background:var(--card);grid-column:1/-1}
body.wo-modal-open{overflow:hidden}.wo-dialog{width:min(52rem,calc(100% - 2rem));max-height:calc(100dvh - 2rem);overflow:auto;padding:clamp(1rem,3vw,2rem);border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--text);margin:auto}.wo-dialog::backdrop{background:#06131dcc;backdrop-filter:blur(4px)}.wo-dialog-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.wo-dialog-head .button{font-size:1rem}.wo-dialog h2{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:1rem}.wo-dialog h3{font-size:1.5rem;margin-block:1rem}.wo-dialog p{font-size:1rem;line-height:1.65}.wo-dialog>.actions{margin-top:1.5rem}.wo-dialog>.small{font-size:.9375rem;margin-top:1rem}.wo-dialog [hidden],.wo-page [hidden]{display:none!important}.wo-demo{margin-block:1.5rem;padding:clamp(.75rem,2vw,1.5rem);background:var(--sand);border-radius:8px}.wo-demo-surface{padding:1.25rem;background:#fbf8f1;color:#272c2a;border:1px solid #8a9992;border-radius:8px;min-width:0}.wo-demo-surface h3{font-family:Georgia,serif;color:inherit;letter-spacing:-.025em}.wo-demo-surface label{display:block;margin-block:.75rem .375rem}.wo-demo-surface input,.wo-demo-surface textarea,.wo-demo-surface select{background:#fff!important;color:#272c2a!important;border-color:#738278!important}.wo-demo-surface>img{width:100%;max-height:20rem;object-fit:cover;border-radius:5px}.wo-demo-surface>p{margin-block:.75rem}.wo-demo-button{min-height:44px;padding:.625rem 1rem;border:1px solid currentColor;border-radius:4px;background:#2d4941;color:white;font-size:1rem;margin:.5rem .5rem .25rem 0}.wo-demo-link{min-height:44px;padding:.5rem;border:0;background:transparent;color:inherit;text-decoration:underline;font-size:1rem}.wo-demo-note{font-size:.9375rem!important;margin-top:1rem}.wo-mini-nav{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid #88958d;padding-bottom:.5rem}.wo-nav-content{padding-top:.75rem}.wo-mini-sticky{position:sticky;top:0;background:#fbf8f1}.wo-scroll-demo{height:18rem;overflow:auto;padding-top:0}.wo-scroll-spacer{padding-block:2.5rem}.wo-subscribe-example{margin-top:1rem;padding:1.25rem;border:1px solid #8a9992;box-shadow:0 8px 24px #0002;border-radius:8px}.wo-demo-surface details{border-bottom:1px solid #8a9992;padding-block:.75rem}.wo-demo-surface summary{cursor:pointer;min-height:44px;padding:.5rem 0;font-weight:700}.wo-demo-surface details p{margin-block:.75rem}.wo-compare{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.wo-before,.wo-after{padding:1rem;border:1px solid #8a9992;border-radius:4px}.wo-before{background:#e6e3da}.wo-before p{font-size:.9375rem;line-height:1.6;margin-block:1rem}.wo-after>span{display:block;background:#2d4941;color:#fff;padding:.625rem;margin-top:1rem}.wo-motion-target{padding:2rem 1rem;border:2px solid #8a9992;border-radius:8px}.wo-motion-target[data-on=true]{background:#d5e5db;border-color:#2d4941;transform:translateY(-4px)}.wo-demo[data-demo-theme=dark] .wo-demo-surface{background:#29282b;color:#f2e9df}.wo-demo[data-demo-theme=dark] .wo-demo-button{background:#eedbc6;color:#29282b}.wo-demo[data-large=true] .wo-demo-surface p{font-size:1.5rem}.wo-page :focus-visible{outline:3px solid var(--focus);outline-offset:4px}.wo-preview-trigger:focus-visible{outline-offset:-4px}.wo-demo-surface :focus-visible{outline-color:#bc5725}
@media(prefers-reduced-motion:no-preference){.wo-motion-target{transition:transform .2s ease,background-color .2s ease}.wo-card{transition:outline-color .15s ease}}
@media(max-width:1150px){.wo-layout{grid-template-columns:minmax(0,1fr)}.wo-shortlist{position:static;max-height:none}.wo-shortlist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.5rem}}
@media(max-width:650px){.wo-grid{grid-template-columns:minmax(0,1fr)}.wo-shortlist ul{display:block}.wo-tools{display:block}.wo-tools>div{margin-bottom:1rem}.wo-compare{grid-template-columns:minmax(0,1fr)}.wo-intro h1{font-size:clamp(2.25rem,9vw,3rem)}.wo-dialog{width:calc(100% - 1rem);padding:1rem}.wo-dialog .actions{display:flex;flex-direction:column;align-items:stretch}.wo-demo{padding:.5rem}.wo-demo-surface{padding:.875rem}}

.wo-shortlist-jump{display:inline-block;margin:0 0 1.5rem;font-size:1rem}#my-website-choices{scroll-margin-top:7rem}
