.trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.2rem 1rem;padding-block:.4rem .6rem}.trust-item{display:flex;gap:.8rem;align-items:center}.trust-item .ic{width:52px;height:52px;flex-shrink:0;display:grid;place-items:center;color:var(--sw-blue-300);background:transparent;border:1.5px solid var(--sw-line);border-radius:50%}.trust-item .ic svg{width:22px;height:22px}.trust-item b{display:block;color:var(--sw-navy);font-size:1rem;line-height:1.5}.trust-item span{color:var(--sw-muted);font-size:.86rem;line-height:1.6}.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin:3rem 0 1.3rem}.sec-head h2{color:var(--sw-navy);font-size:1.6rem;font-weight:800;margin:0}.sec-head-text p{margin:.2rem 0 0;color:var(--sw-muted);font-size:.9rem}.sec-head a{color:var(--sw-blue);font-weight:700;text-decoration:none;font-size:.9rem;white-space:nowrap}.cats-title{color:var(--sw-navy);font-size:1.6rem;font-weight:800;margin:3rem 0 1.3rem}.cats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-bottom:3rem}.cat{padding:1.9rem 1.3rem 1.7rem;text-align:center;text-decoration:none;color:var(--sw-ink);transition:transform .15s ease,box-shadow .15s ease}.cat:hover{transform:translateY(-3px);box-shadow:var(--sw-shadow-lg)}.cat-ic{width:56px;height:56px;margin:0 auto 1.1rem;display:grid;place-items:center;background:var(--sw-blue-200);border-radius:12px}.cat-ic img{width:28px;height:28px;object-fit:contain}.cat b{display:block;color:var(--sw-navy);font-size:.98rem;margin-bottom:.45rem}.cat p{margin:0;color:var(--sw-muted);font-size:.85rem;line-height:1.65}@media(max-width:900px){.cats{grid-template-columns:repeat(2,1fr)}.sec-head h2,.cats-title{font-size:1.4rem}}@media(max-width:560px){.sec-head{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:460px){.cats{grid-template-columns:1fr}}.ht-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-bottom:1rem}.ht-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-grid[data-count="1"]{grid-template-columns:minmax(0,440px)}.ht-card{display:flex;flex-direction:column;background:var(--sw-card);border:1px solid var(--sw-line);border-radius:var(--sw-radius-lg);overflow:hidden;box-shadow:var(--sw-shadow);text-decoration:none;color:var(--sw-ink);transition:transform .15s ease,box-shadow .15s ease}.ht-card:hover{transform:translateY(-4px);box-shadow:var(--sw-shadow-lg)}.ht-card:focus-visible{outline:2px solid var(--sw-blue);outline-offset:2px}.ht-cover{position:relative;aspect-ratio:16 / 10;background:var(--sw-blue-50);display:grid;place-items:center}.ht-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ht-cover-fallback{display:grid;place-items:center}.ht-cover-fallback svg{width:44px;height:44px;color:var(--sw-blue);opacity:.55}.ht-body{display:flex;flex-direction:column;gap:.4rem;flex:1;padding:.95rem 1.05rem 1.05rem}.ht-office{color:var(--sw-blue);font-size:.8rem;font-weight:700;line-height:1.5}.ht-card h3{margin:.1rem 0 .15rem;color:var(--sw-navy);font-size:1.1rem;font-weight:700;line-height:1.45}.ht-meta{display:flex;flex-direction:column;gap:.3rem;color:var(--sw-muted);font-size:.83rem;font-weight:600}.ht-meta span{display:inline-flex;align-items:center;gap:.35rem}.ht-meta svg{width:15px;height:15px;flex:none}.ht-price-row{display:flex;justify-content:space-between;align-items:end;gap:.8rem;border-top:1px solid var(--sw-line);margin-top:auto;padding-top:.7rem}.ht-price{display:flex;flex-direction:column;min-width:0}.ht-price small{color:var(--sw-muted);font-size:.76rem;font-weight:700}.ht-price b{color:var(--sw-navy);font-size:1.28rem;font-weight:800;line-height:1.4}.ht-seats{display:inline-flex;align-items:center;gap:.35rem;color:var(--sw-muted);font-size:.82rem;font-weight:700;white-space:nowrap}.ht-seats svg{width:15px;height:15px;flex:none}.ht-book{display:block;margin-top:.85rem;padding-block:.62rem;border-radius:var(--sw-radius);text-align:center;font-size:.95rem}@media(max-width:980px){.ht-grid,.ht-grid[data-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.ht-grid,.ht-grid[data-count="1"],.ht-grid[data-count="2"],.ht-grid[data-count="3"]{grid-template-columns:minmax(0,1fr)}}.hm-sec[hidden]{display:none}.hm-sec{padding-block:.4rem}.hm-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin:3rem 0 1.3rem}.hm-head-text{min-width:0}.hm-head h2{color:var(--sw-navy);font-size:1.6rem;font-weight:800;line-height:1.4;margin:0}.hm-head-text p{margin:.2rem 0 0;color:var(--sw-muted);font-size:.9rem;line-height:1.7}.hm-more{color:var(--sw-blue);font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap}.hm-more:hover{text-decoration:underline}.hm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}.hm-card{display:flex;flex-direction:column;background:var(--sw-card);border:1px solid var(--sw-line);border-radius:var(--sw-radius-lg);box-shadow:var(--sw-shadow);overflow:hidden;text-decoration:none;transition:box-shadow .18s ease,transform .18s ease}.hm-card:hover{box-shadow:var(--sw-shadow-lg);transform:translateY(-2px)}.hm-card:focus-visible{outline:2px solid var(--sw-navy);outline-offset:2px}.hm-media{position:relative;aspect-ratio:16 / 10;background:var(--sw-blue-100);display:grid;place-items:center}.hm-media img{width:100%;height:100%;object-fit:cover;display:block}.hm-ph{color:var(--sw-blue-300);line-height:0}.hm-ph svg{width:40px;height:40px}.hm-body{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:.95rem 1rem 1rem;flex:1}.hm-body h3{margin:0;color:var(--sw-navy);font-size:1rem;font-weight:700;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.hm-chip{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;background:var(--sw-blue-50);color:var(--sw-navy);border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:700}.hm-chip svg{width:14px;height:14px;flex-shrink:0}.hm-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%;margin-top:auto;padding-top:.15rem}.hm-price{color:var(--sw-navy);font-weight:800;font-size:1.05rem;white-space:nowrap}.hm-price small{font-size:.7rem;font-weight:700;opacity:.8}.hm-go{color:var(--sw-blue);font-weight:800;font-size:1rem;line-height:1}@media(prefers-reduced-motion:reduce){.hm-card{transition:none}.hm-card:hover{transform:none}}@media(max-width:860px){.hm-head{margin-top:2.2rem}.hm-head h2{font-size:1.4rem}}@media(max-width:560px){.hm-head{flex-direction:column;align-items:flex-start;gap:.5rem}.hm-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9rem}.hm-body{padding:.8rem .85rem .9rem}.hm-body h3{font-size:.94rem}.hm-price{font-size:.98rem}}.ho{padding-block:2.8rem .6rem}.ho-head{text-align:center;margin-bottom:1.6rem}.ho-head h2{color:var(--sw-navy);font-size:clamp(1.3rem,3vw,1.6rem);font-weight:800;margin:0 0 .35rem}.ho-head p{color:var(--sw-muted);font-size:.93rem;margin:0}.ho-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.5rem 1.9rem}.ho-tile{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:132px;text-decoration:none;color:inherit}.ho-circle{width:112px;height:112px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:var(--sw-blue-50);border:3px solid var(--sw-line);box-shadow:var(--sw-shadow);transition:border-color .15s ease,transform .15s ease}.ho-circle img{width:100%;height:100%;object-fit:cover}.ho-letter{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(155deg,var(--sw-blue-100),var(--sw-blue-200));color:var(--sw-navy);font-size:2.5rem;font-weight:800;line-height:1}.ho-name{color:var(--sw-ink);font-size:.87rem;font-weight:700;line-height:1.35;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.ho-tile:hover .ho-circle{transform:translateY(-3px);border-color:var(--sw-gold)}.ho-tile:hover .ho-name{color:var(--sw-navy)}.ho-tile:focus-visible{outline:none}.ho-tile:focus-visible .ho-circle{border-color:var(--sw-blue);outline:2px solid var(--sw-blue);outline-offset:3px}@media(prefers-reduced-motion:reduce){.ho-circle{transition:none}.ho-tile:hover .ho-circle{transform:none}}@media(max-width:700px){.ho{padding-block:2.2rem .4rem}.ho-row{gap:1.1rem 1.25rem}.ho-tile{width:104px;gap:.5rem}.ho-circle{width:84px;height:84px;border-width:2px}.ho-letter{font-size:2rem}.ho-name{font-size:.82rem}}@media(max-width:380px){.ho-tile{width:92px}.ho-circle{width:74px;height:74px}}.hero{background:url(/hero.jpg) center / cover no-repeat,linear-gradient(160deg,#dcecf7,#eaf3fa 45%,#fdf3dd);padding-block:3.2rem 3.4rem}.hero-inner{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:2rem;min-height:300px}.hero-copy h1{color:var(--sw-navy);font-size:clamp(1.9rem,4.3vw,3rem);font-weight:800;line-height:1.3;margin:0 0 .8rem}.hero-copy p{color:var(--sw-muted);font-size:1.08rem;max-width:46ch;margin:0}.hero-logo{justify-self:center;filter:drop-shadow(0 16px 36px rgba(13,60,107,.25))}.search-wrap{position:relative;z-index:5;margin-bottom:2.6rem}.search{margin-top:-1px;padding:.9rem 1.1rem 1.1rem;border-radius:var(--sw-radius-lg);box-shadow:var(--sw-shadow-lg)}.search-tabs{display:flex;justify-content:center;gap:.1rem;flex-wrap:wrap;border-bottom:1px solid var(--sw-line);margin-bottom:1.1rem}.stab{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem .85rem;font-family:inherit;font-size:.86rem;font-weight:700;color:var(--sw-muted);text-decoration:none;background:none;border:0;border-bottom:2.5px solid transparent;margin-bottom:-1px;cursor:pointer}.stab .sic{width:22px;height:22px;object-fit:contain;flex-shrink:0}.stab:hover{color:var(--sw-navy)}.stab.active{color:var(--sw-navy);border-bottom-color:var(--sw-navy)}.search-fields{display:flex;flex-wrap:wrap;align-items:stretch;gap:.7rem}.sf{flex:1 1 172px;min-width:0;display:flex;align-items:center;gap:.5rem;padding:.42rem .8rem;border:1.5px solid var(--sw-line);border-radius:var(--sw-radius);background:#fff;transition:border-color .15s,box-shadow .15s}.sf:focus-within{border-color:var(--sw-navy);box-shadow:0 0 0 3px var(--sw-blue-50)}.sf-ic{width:19px;height:19px;color:var(--sw-blue-300);flex-shrink:0}.sf-caret{width:16px;height:16px;color:var(--sw-muted)}.sf-body{display:flex;flex-direction:column;flex:1;min-width:0;gap:.1rem}.sf-label{font-size:.66rem;font-weight:700;letter-spacing:.04em;color:var(--sw-muted);text-transform:uppercase}.sf-body input,.sf-body select{width:100%;min-width:0;border:none;padding:0;margin:0;background:transparent;font-family:inherit;font-size:.92rem;font-weight:600;line-height:1.5;color:var(--sw-navy);appearance:none;-webkit-appearance:none}.sf-body input::placeholder{color:var(--sw-muted);font-weight:500}.sf-body input:focus,.sf-body select:focus{outline:none}.sf-body select{cursor:pointer}.search-btn{flex:0 0 auto;min-width:150px;padding-block:.62rem;border-radius:var(--sw-radius)}.search [hidden]{display:none}.search-soon{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.35rem;padding:.42rem .8rem;border:1.5px dashed var(--sw-line);border-radius:var(--sw-radius);font-size:.95rem;font-weight:700;color:var(--sw-navy);text-decoration:none;transition:border-color .15s,background-color .15s}.search-soon:hover{border-color:var(--sw-navy);background:var(--sw-blue-50)}.search-soon .soon-arrow{font-size:1.05rem;line-height:1}@media(max-width:900px){.sf{flex-basis:200px}.search-btn{flex:1 1 100%}}@media(max-width:860px){.hero{padding-block:2.4rem 2.4rem}.hero-inner{grid-template-columns:1fr;text-align:center;min-height:0}.hero-logo{width:150px;height:auto}.search-wrap{margin-bottom:1.6rem}}@media(max-width:560px){.search{padding:.85rem .9rem .95rem}.sf{flex-basis:100%}}
