:root {
--sh-blue:         #0056D2;
--sh-blue-deep:    #00419E;
--sh-blue-bright:  #2A73CC;
--sh-blue-soft:    #CCE0FF;
--sh-blue-ghost:   rgba(0, 86, 210, 0.10);
--sh-navy:         #102A4C;
--sh-navy-deep:    #0A1B33;
--sh-navy-soft:    #2C4A73;
--sh-navy-ghost:   rgba(16, 42, 76, 0.06);
--sh-sky:          #4D8FDB;
--sh-sky-bright:   #73C1E1;
--sh-sky-soft:     #DBE9FB;
--sh-sky-ghost:    rgba(77, 143, 219, 0.12);
--sh-paper:        #FFFFFF;
--sh-cream:        #F5F7FA;
--sh-cream-soft:   #FAFBFD;
--sh-cream-deep:   #EDF1F6;
--sh-ink:          #102A4C;
--sh-ink-soft:     #3D4B5C;
--sh-ink-mute:     #5B6B7C;
--sh-ink-ghost:    #64758A;
--sh-line:         #E0E5EC;
--sh-line-soft:    #EDF0F4;
--sh-line-strong:  #CDD5DF;
--sh-mint:         #1F9D57;
--sh-mint-deep:    #157A43;
--sh-mint-soft:    #C5EAD3;
--sh-mint-ghost:   rgba(31, 157, 87, 0.12);
--sh-coral:        var(--sh-blue);
--sh-coral-deep:   var(--sh-blue-deep);
--sh-coral-soft:   var(--sh-blue-soft);
--sh-coral-ghost:  var(--sh-blue-ghost);
--sh-sun:          var(--sh-blue);
--sh-sun-soft:     var(--sh-blue-soft);
--sh-sun-ghost:    var(--sh-blue-ghost);
--sh-amber:        var(--sh-blue);
--sh-amber-deep:   var(--sh-blue-deep);
--sh-amber-soft:   var(--sh-blue-soft);
--sh-amber-ghost:  var(--sh-blue-ghost);
--sh-lavender:     var(--sh-sky);
--sh-lavender-soft:var(--sh-sky-soft);
--sh-lavender-ghost: var(--sh-sky-ghost);
--sh-aubergine:    var(--sh-navy-deep);
--sh-font-serif:   var(--sh-font-body);
--sh-card:         var(--sh-paper);
--sh-radius:       0.75rem;
--sh-9:            3.5rem;
--sh-font-display: 'Source Sans 3', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
--sh-font-body:    'Source Sans 3', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--sh-font-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
--sh-track-tight:  -0.012em;
--sh-track-snug:   -0.006em;
--sh-1:   0.25rem;
--sh-2:   0.5rem;
--sh-3:   0.75rem;
--sh-4:   1rem;
--sh-5:   1.5rem;
--sh-6:   2rem;
--sh-7:   2.5rem;
--sh-8:   3rem;
--sh-10:  4rem;
--sh-12:  5rem;
--sh-14:  6rem;
--sh-16:  8rem;
--sh-r-xs:  0.25rem;
--sh-r-sm:  0.375rem;
--sh-r-md:  0.5rem;
--sh-r-lg:  0.625rem;
--sh-r-xl:  0.75rem;
--sh-r-2xl: 1rem;
--sh-r-3xl: 1.25rem;
--sh-r-pill: 999px;
--sh-shadow-xs: 0 1px 2px rgba(16, 42, 76, 0.06);
--sh-shadow-sm: 0 1px 3px rgba(16, 42, 76, 0.08), 0 1px 2px rgba(16, 42, 76, 0.04);
--sh-shadow-md: 0 4px 12px -2px rgba(16, 42, 76, 0.10), 0 2px 4px -2px rgba(16, 42, 76, 0.05);
--sh-shadow-lg: 0 10px 24px -6px rgba(16, 42, 76, 0.12), 0 4px 8px -4px rgba(16, 42, 76, 0.06);
--sh-shadow-xl: 0 18px 40px -10px rgba(16, 42, 76, 0.16), 0 6px 14px -6px rgba(16, 42, 76, 0.08);
--sh-shadow-clay: 0 4px 14px -4px rgba(16, 42, 76, 0.12);
--sh-shadow-glow-sun:    0 8px 20px -6px rgba(0, 86, 210, 0.30);
--sh-shadow-glow-coral:  0 8px 20px -6px rgba(0, 86, 210, 0.30);
--sh-shadow-glow-amber:  0 8px 20px -6px rgba(0, 86, 210, 0.30);
--sh-z-base:    1;
--sh-z-raise:   10;
--sh-z-sticky:  90;
--sh-z-header:  100;
--sh-z-overlay: 200;
--sh-z-modal:   300;
--sh-z-toast:   400;
--sh-container:        1240px;
--sh-container-narrow: 880px;
--sh-container-wide:   1440px;
--sh-header-h:         74px;
--sh-header-h-mobile:  62px;
--sh-ease:           cubic-bezier(0.4, 0, 0.2, 1);
--sh-ease-out:       cubic-bezier(0.16, 1, 0.3, 1);
--sh-ease-bounce:    cubic-bezier(0.34, 1.3, 0.5, 1);
--sh-ease-spring:    cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
scroll-behavior: smooth;
}
body {
font-family: var(--sh-font-body);
font-size: 16px;
line-height: 1.65;
color: var(--sh-ink);
background: var(--sh-cream);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
img, svg, video {
max-width: 100%;
display: block;
height: auto;
}
a {
color: var(--sh-navy);
text-decoration: none;
transition: color 0.2s var(--sh-ease);
}
a:hover { color: var(--sh-coral); }
button {
font: inherit;
cursor: pointer;
background: none;
border: 0;
color: inherit;
}
input, select, textarea {
font: inherit;
color: inherit;
}
ul, ol { list-style: none; padding: 0; }
::selection {
background: var(--sh-sun);
color: var(--sh-navy);
}
:focus-visible {
outline: 3px solid var(--sh-sun);
outline-offset: 2px;
border-radius: 4px;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--sh-font-display);
font-weight: 600;
line-height: 1.1;
letter-spacing: -0.02em;
color: var(--sh-ink);
font-variation-settings: "opsz" 144, "SOFT" 30;
}
.sh-display-1 {
font-family: var(--sh-font-display);
font-size: clamp(2.5rem, 7vw, 5.5rem);
font-weight: 500;
line-height: 0.95;
letter-spacing: -0.04em;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-display-2 {
font-family: var(--sh-font-display);
font-size: clamp(2rem, 5vw, 3.75rem);
font-weight: 500;
line-height: 1.05;
letter-spacing: -0.03em;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }
.sh-italic-serif {
font-style: italic;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 400;
}
.sh-underline-squiggle {
position: relative;
display: inline-block;
white-space: nowrap;
}
.sh-underline-squiggle::after {
content: '';
position: absolute;
left: -2%;
right: -2%;
bottom: -8px;
height: 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 Q 25 0, 50 6 T 100 6 T 150 6 T 198 6' stroke='%23FFC93C' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 100% 100%;
pointer-events: none;
}
.sh-highlight {
background: linear-gradient(180deg, transparent 60%, var(--sh-sun-ghost) 60%);
padding: 0 0.15em;
border-radius: 3px;
}
.sh-eyebrow {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
font-family: var(--sh-font-body);
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-navy);
padding: 0.4rem 0.85rem;
background: var(--sh-cream-deep);
border-radius: var(--sh-r-pill);
border: 1.5px solid var(--sh-line-strong);
}
.sh-eyebrow--coral { background: var(--sh-coral-ghost); color: var(--sh-coral-deep); border-color: var(--sh-coral-soft); }
.sh-eyebrow--mint  { background: var(--sh-mint-ghost);  color: var(--sh-mint-deep);  border-color: var(--sh-mint-soft); }
.sh-eyebrow--sun   { background: var(--sh-sun-ghost);   color: var(--sh-navy);       border-color: var(--sh-sun-soft); }
.sh-container {
max-width: var(--sh-container);
margin: 0 auto;
padding: 0 var(--sh-5);
}
.sh-container--narrow { max-width: var(--sh-container-narrow); }
.sh-container--wide   { max-width: var(--sh-container-wide); }
@media (min-width: 768px) {
.sh-container { padding: 0 var(--sh-7); }
}
.sh-section {
padding: var(--sh-12) 0;
position: relative;
}
.sh-section--lg { padding: var(--sh-16) 0; }
.sh-section--sm { padding: var(--sh-8) 0; }
.sh-grid {
display: grid;
gap: var(--sh-5);
}
.sh-grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sh-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
@media (min-width: 768px) {
.sh-grid { gap: var(--sh-6); }
}
.sh-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--sh-2);
padding: 0.9rem 1.5rem;
font-family: var(--sh-font-body);
font-size: 0.95rem;
font-weight: 600;
border-radius: var(--sh-r-pill);
border: 0;
cursor: pointer;
text-decoration: none;
transition: transform 0.2s var(--sh-ease-spring),
box-shadow 0.2s var(--sh-ease),
background 0.2s var(--sh-ease),
color 0.2s var(--sh-ease);
white-space: nowrap;
line-height: 1;
}
.sh-btn svg { flex-shrink: 0; }
.sh-btn:active { transform: translateY(1px) scale(0.98); }
.sh-btn--primary {
background: var(--sh-navy);
color: var(--sh-cream);
box-shadow: var(--sh-shadow-md);
}
.sh-btn--primary:hover {
background: var(--sh-navy-deep);
color: var(--sh-cream);
transform: translateY(-2px);
box-shadow: var(--sh-shadow-lg);
}
.sh-btn--coral {
background: var(--sh-coral);
color: white;
box-shadow: var(--sh-shadow-glow-coral);
}
.sh-btn--coral:hover {
background: var(--sh-coral-deep);
color: white;
transform: translateY(-2px);
box-shadow: 0 16px 40px rgba(0, 86, 210, 0.35);
}
.sh-btn--sun {
background: var(--sh-sun);
color: var(--sh-navy);
box-shadow: var(--sh-shadow-glow-sun);
}
.sh-btn--sun:hover {
background: var(--sh-sun-soft);
color: var(--sh-navy);
transform: translateY(-2px);
}
.sh-btn--ghost {
background: transparent;
color: var(--sh-navy);
border: 1.5px solid var(--sh-navy);
}
.sh-btn--ghost:hover {
background: var(--sh-navy);
color: var(--sh-cream);
transform: translateY(-2px);
}
.sh-btn--ghost-light {
background: transparent;
color: var(--sh-cream);
border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.sh-btn--ghost-light:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.6);
color: var(--sh-cream);
}
.sh-btn--white {
background: var(--sh-cream);
color: var(--sh-navy);
box-shadow: var(--sh-shadow-md);
}
.sh-btn--white:hover {
background: white;
color: var(--sh-navy);
transform: translateY(-2px);
box-shadow: var(--sh-shadow-lg);
}
.sh-btn--sm { padding: 0.6rem 1rem; font-size: 0.875rem; }
.sh-btn--lg { padding: 1.1rem 2rem; font-size: 1.0625rem; }
.sh-btn .sh-arrow {
display: inline-flex;
transition: transform 0.25s var(--sh-ease-spring);
}
.sh-btn:hover .sh-arrow { transform: translateX(4px); }
.sh-card {
background: var(--sh-paper);
border-radius: var(--sh-r-xl);
border: 1.5px solid var(--sh-line);
overflow: hidden;
transition: transform 0.3s var(--sh-ease-out),
box-shadow 0.3s var(--sh-ease),
border-color 0.3s var(--sh-ease);
position: relative;
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
}
.sh-card:hover {
transform: translateY(-6px);
box-shadow: var(--sh-shadow-xl);
border-color: var(--sh-navy);
color: inherit;
}
.sh-listing-card {
display: block;
background: var(--sh-paper);
border-radius: var(--sh-r-xl);
border: 1.5px solid var(--sh-line);
overflow: hidden;
position: relative;
text-decoration: none;
color: inherit;
transition: transform 0.3s var(--sh-ease-out),
box-shadow 0.3s var(--sh-ease),
border-color 0.3s var(--sh-ease);
height: 100%;
}
.sh-listing-card:hover {
transform: translateY(-8px) rotate(-0.3deg);
box-shadow: var(--sh-shadow-xl);
border-color: var(--sh-navy);
color: inherit;
}
.sh-listing-card:hover .sh-listing-card__cover { transform: scale(1.04); }
.sh-listing-card:hover .sh-listing-card__arrow {
background: var(--sh-navy);
color: var(--sh-cream);
transform: rotate(-45deg);
}
.sh-listing-card__media {
position: relative;
aspect-ratio: 16 / 10;
overflow: hidden;
background: var(--sh-cream-soft);
}
.sh-listing-card__cover {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.4s var(--sh-ease-out);
}
.sh-listing-card__cover.is-initials { position: relative; }
.sh-listing-card__cover.is-initials::after {
content: '';
position: absolute;
inset: 0;
background: var(--sh-paper);
opacity: 0.55;
}
.sh-listing-card__initials {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-family: var(--sh-font-display);
font-size: clamp(2.5rem, 7vw, 4rem);
font-weight: 700;
color: var(--sh-navy);
opacity: 0.85;
letter-spacing: -0.04em;
}
.sh-listing-card__cover.is-photo img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.sh-listing-card__cover.is-logo {
background: linear-gradient(160deg, var(--sh-paper), var(--sh-cream-soft));
}
.sh-listing-card__cover.is-logo img {
position: relative;
width: auto;
height: auto;
max-width: 56%;
max-height: 56%;
min-width: 72px;
min-height: 72px;
object-fit: contain;
filter: drop-shadow(0 2px 6px rgba(15, 31, 58, 0.10));
}
.sh-listing-card__cover img {
max-width: 100%;
}
.sh-listing-card__media::before {
content: '';
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 35%),
radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 35%);
z-index: 1;
pointer-events: none;
}
.sh-flag-chip {
position: absolute;
top: var(--sh-3);
left: var(--sh-3);
display: inline-flex;
align-items: center;
gap: var(--sh-2);
padding: 0.35rem 0.7rem 0.35rem 0.5rem;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(8px);
border-radius: var(--sh-r-pill);
font-size: 0.75rem;
font-weight: 600;
color: var(--sh-ink);
z-index: 2;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sh-flag-chip__emoji {
font-size: 1.1rem;
line-height: 1;
}
.sh-flag-chip__img {
display: inline-flex;
line-height: 0;
}
.sh-flag-chip__img img.sh-flag-img {
height: 14px;
width: auto;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(15, 31, 58, 0.08);
display: block;
}
.sh-dest-card__flag img.sh-flag-img {
width: auto;
height: 2.25rem;
border-radius: 4px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
display: inline-block;
vertical-align: middle;
}
img.sh-flag-img--hero {
height: 72px;
width: auto;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.sh-save-heart {
position: absolute;
top: var(--sh-3);
right: var(--sh-3);
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95);
display: inline-flex;
align-items: center;
.sh-hero__match-link {
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: var(--sh-2);
font-size: 0.875rem;
color: var(--sh-navy);
text-decoration: none;
border-bottom: 1.5px dashed var(--sh-navy-soft);
padding-bottom: 1px;
transition: color 0.2s, border-color 0.2s;
}
.sh-hero__match-link:hover { color: var(--sh-coral); border-color: var(--sh-coral); }
@media (max-width: 600px) {
.sh-hero__match-link { margin-left: 0; margin-top: var(--sh-2); }
}
.sh-header__saved {
display: inline-flex;
align-items: center;
gap: 4px;
width: 36px;
height: 36px;
justify-content: center;
border-radius: 50%;
color: var(--sh-ink-soft);
background: transparent;
border: none;
cursor: pointer;
text-decoration: none;
transition: all 0.2s var(--sh-ease);
position: relative;
}
.sh-header__saved:hover { color: var(--sh-navy); background: var(--sh-navy-ghost); }
.sh-header__saved [data-sh-saved-count] {
position: absolute;
top: -2px;
right: -2px;
margin: 0;
}
display: inline-flex;
align-items: center;
gap: 4px;
width: 36px;
height: 36px;
justify-content: center;
border-radius: 50%;
color: var(--sh-ink-soft);
background: transparent;
border: none;
cursor: pointer;
text-decoration: none;
transition: all 0.2s var(--sh-ease);
position: relative;
}
.sh-header__saved:hover { color: var(--sh-navy); background: var(--sh-navy-ghost); }
.sh-header__saved [data-sh-saved-count] {
position: absolute;
top: -2px;
right: -2px;
margin: 0;
}
.sh-listing-card-wrap { position: relative; }
.sh-save {
position: absolute;
bottom: 10px;
right: 10px;
z-index: 3;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
padding: 0;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
color: var(--sh-ink-soft);
cursor: pointer;
transition: transform 0.15s var(--sh-ease), color 0.2s, background 0.2s, box-shadow 0.2s;
box-shadow: 0 2px 6px rgba(15, 31, 58, 0.10);
backdrop-filter: blur(6px);
}
.sh-save:hover { transform: scale(1.08); color: var(--sh-coral); }
.sh-save:active { transform: scale(0.95); }
.sh-save.is-saved { color: var(--sh-coral); }
.sh-save__icon--filled { display: none; }
.sh-save.is-saved .sh-save__icon--outline { display: none; }
.sh-save.is-saved .sh-save__icon--filled { display: block; }
[data-sh-saved-count] {
display: inline-block;
min-width: 18px;
padding: 0 6px;
background: var(--sh-coral);
color: #fff;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
line-height: 18px;
text-align: center;
margin-left: 4px;
vertical-align: middle;
}
.sh-match-form {
background: var(--sh-paper);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-lg);
padding: clamp(1.5rem, 4vw, 2.5rem);
box-shadow: var(--sh-shadow-sm);
}
.sh-match-field { margin-bottom: var(--sh-5); }
.sh-match-field:last-of-type { margin-bottom: var(--sh-4); }
.sh-match-field label {
display: block;
font-family: var(--sh-font-display);
font-size: 1.0625rem;
font-weight: 600;
color: var(--sh-navy);
margin-bottom: 8px;
}
.sh-match-field input,
.sh-match-field select {
width: 100%;
padding: 12px 14px;
font-size: 1rem;
font-family: var(--sh-font-body);
background: #fff;
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-md);
color: var(--sh-ink);
transition: border-color 0.2s;
}
.sh-match-field input:focus,
.sh-match-field select:focus {
outline: none;
border-color: var(--sh-coral);
}
.sh-match-hint {
margin: 6px 0 0;
font-size: 0.8125rem;
color: var(--sh-ink-mute);
}
.sh-match-actions {
display: flex;
align-items: center;
gap: var(--sh-3);
flex-wrap: wrap;
margin-top: var(--sh-4);
}
.sh-match-skip {
font-size: 0.875rem;
color: var(--sh-ink-mute);
text-decoration: underline;
}
.sh-match-skip:hover { color: var(--sh-navy); }
.sh-match-privacy {
margin-top: var(--sh-4);
padding-top: var(--sh-4);
border-top: 1px dashed var(--sh-line);
font-size: 0.8125rem;
color: var(--sh-ink-mute);
text-align: center;
}
@media (max-width: 480px) {
.sh-match-actions { flex-direction: column; align-items: stretch; }
.sh-match-actions .sh-btn { width: 100%; justify-content: center; }
.sh-match-skip { text-align: center; }
}
.sh-save-heart-PLACEHOLDER {
justify-content: center;
z-index: 2;
cursor: pointer;
transition: all 0.2s var(--sh-ease-spring);
color: var(--sh-ink-mute);
box-shadow: var(--sh-shadow-sm);
}
.sh-save-heart:hover {
transform: scale(1.1);
color: var(--sh-coral);
}
.sh-save-heart.is-saved { color: var(--sh-coral); background: white; }
.sh-listing-card__body {
padding: var(--sh-5);
display: flex;
flex-direction: column;
gap: var(--sh-3);
}
.sh-listing-card__type {
display: inline-flex;
align-items: center;
gap: var(--sh-1);
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-ink-mute);
}
.sh-listing-card__title {
font-family: var(--sh-font-display);
font-size: 1.25rem;
font-weight: 600;
line-height: 1.2;
letter-spacing: -0.015em;
color: var(--sh-ink);
margin: 0;
font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 600;
}
.sh-listing-card__excerpt {
font-size: 0.875rem;
line-height: 1.6;
color: var(--sh-ink-mute);
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sh-listing-card__stats {
display: flex;
gap: var(--sh-3);
padding-top: var(--sh-3);
border-top: 1.5px dashed var(--sh-line);
font-size: 0.8125rem;
}
.sh-listing-card__stat {
display: inline-flex;
align-items: center;
gap: var(--sh-1);
color: var(--sh-ink-soft);
font-weight: 500;
}
.sh-listing-card__stat strong {
color: var(--sh-ink);
font-weight: 700;
}
.sh-listing-card__stat svg {
width: 14px;
height: 14px;
color: var(--sh-ink-mute);
}
.sh-listing-card__arrow {
position: absolute;
bottom: var(--sh-5);
right: var(--sh-5);
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--sh-cream-deep);
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.3s var(--sh-ease-spring);
z-index: 1;
}
.sh-card-badge {
position: absolute;
top: var(--sh-3);
right: var(--sh-3);
padding: 0.3rem 0.6rem;
border-radius: var(--sh-r-pill);
font-size: 0.7rem;
font-weight: 700;
z-index: 2;
display: inline-flex;
align-items: center;
gap: var(--sh-1);
}
.sh-card-badge--funded   { background: rgba(127, 200, 169, 0.18); color: #2f7a5c; }
.sh-card-badge--deadline { background: rgba(0, 86, 210, 0.15); color: #c0392b; }
.sh-card-badge--new      { background: rgba(0, 86, 210, 0.20); color: #8a6d00; }
.sh-card-badge--top      { background: var(--sh-navy-ghost); color: var(--sh-navy); }
.sh-card-badge--urgent {
background: rgba(220, 38, 38, 0.12);
color: #b91c1c;
}
.sh-card-badge--soon {
background: rgba(0, 86, 210, 0.20);
color: #8a6d00;
}
.sh-card-badge--expired {
background: rgba(0, 0, 0, 0.06);
color: var(--sh-ink-mute);
text-decoration: line-through;
}
@keyframes sh-badge-pulse {
0%, 100% { transform: scale(1); }
50%      { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
.sh-card-badge--urgent { animation: none; }
}
.sh-header {
position: sticky;
top: 0;
z-index: var(--sh-z-header);
background: rgba(226, 234, 244, 0.85);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border-bottom: 1.5px solid var(--sh-line);
transition: box-shadow 0.3s var(--sh-ease);
}
.sh-header.is-scrolled {
box-shadow: var(--sh-shadow-sm);
}
.sh-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
height: var(--sh-header-h);
gap: var(--sh-4);
min-width: 0;
}
.sh-nav { min-width: 0; flex-shrink: 1; }
.sh-header__cta { flex-shrink: 0; }
@media (max-width: 768px) {
.sh-header__inner { height: var(--sh-header-h-mobile); }
}
.sh-logo {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
line-height: 1;
}
.sh-logo__icon {
width: 40px;
height: 40px;
border-radius: 10px;
display: block;
transition: transform 0.3s var(--sh-ease-spring);
flex-shrink: 0;
}
.sh-logo__word {
font-family: var(--sh-font-body);
font-weight: 800;
font-size: 1.5rem;
letter-spacing: -0.025em;
line-height: 1;
white-space: nowrap;
}
.sh-logo:hover .sh-logo__icon { transform: rotate(-4deg) scale(1.05); }
@media (max-width: 768px) {
.sh-logo { gap: 8px; }
.sh-logo__icon { width: 34px; height: 34px; border-radius: 8px; }
.sh-logo__word { font-size: 1.25rem; }
}
@media (max-width: 480px) {
.sh-logo__icon { width: 30px; height: 30px; }
.sh-logo__word { font-size: 1.0625rem; }
}
.sh-nav {
display: flex;
align-items: center;
gap: var(--sh-1);
}
@media (max-width: 1340px) {
.sh-nav { display: none; }
}
.sh-nav a {
font-size: 0.9375rem;
font-weight: 500;
color: var(--sh-ink-soft);
padding: 0.5rem 0.85rem;
border-radius: var(--sh-r-pill);
transition: all 0.2s var(--sh-ease);
position: relative;
}
.sh-nav a:hover {
color: var(--sh-navy);
background: var(--sh-navy-ghost);
}
@media (min-width: 1341px) {
.sh-nav { gap: 0; }
.sh-nav a { padding: 0.4rem 0.5rem; font-size: 0.85rem; }
.sh-header__inner { gap: 14px; }
}
.sh-nav a.is-active {
color: var(--sh-navy);
background: var(--sh-cream-deep);
}
.sh-header__cta {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
}
@media (max-width: 768px) {
.sh-header__cta .sh-header__login { display: none; }
}
.sh-header__login {
font-size: 0.9375rem;
font-weight: 500;
color: var(--sh-ink-soft);
padding: 0.5rem 0.85rem;
border-radius: var(--sh-r-pill);
}
.sh-header__login:hover { color: var(--sh-navy); background: var(--sh-navy-ghost); }
.sh-menu-toggle {
display: none;
width: 44px;
height: 44px;
border-radius: var(--sh-r-md);
background: var(--sh-cream-deep);
align-items: center;
justify-content: center;
color: var(--sh-navy);
}
@media (max-width: 1340px) {
.sh-menu-toggle { display: inline-flex; }
}
.sh-menu-toggle svg { transition: transform 0.2s var(--sh-ease); }
.sh-mobile-menu {
position: fixed;
inset: 0;
background: var(--sh-cream);
z-index: var(--sh-z-overlay);
padding: var(--sh-5);
transform: translateY(-100%);
transition: transform 0.4s var(--sh-ease-out);
display: flex;
flex-direction: column;
overflow-y: auto;
}
.sh-mobile-menu.is-open { transform: translateY(0); }
.sh-mobile-menu__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: var(--sh-7);
}
.sh-mobile-menu__close {
width: 44px;
height: 44px;
border-radius: var(--sh-r-md);
background: var(--sh-paper);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--sh-navy);
border: 1.5px solid var(--sh-line);
}
.sh-mobile-menu nav { display: flex; flex-direction: column; gap: var(--sh-1); }
.sh-mobile-menu nav a {
font-family: var(--sh-font-display);
font-size: 1.75rem;
font-weight: 500;
padding: var(--sh-3) var(--sh-4);
border-radius: var(--sh-r-md);
color: var(--sh-ink);
letter-spacing: -0.02em;
}
.sh-mobile-menu nav a:hover { background: var(--sh-cream-deep); color: var(--sh-navy); }
.sh-mobile-menu__cta {
margin-top: auto;
display: flex;
flex-direction: column;
gap: var(--sh-2);
padding-top: var(--sh-6);
}
.sh-footer {
background: var(--sh-navy-deep);
color: rgba(226, 234, 244, 0.65);
padding: var(--sh-12) 0 var(--sh-6);
position: relative;
overflow: hidden;
border-top: 3px solid var(--sh-sun);
}
.sh-footer::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--sh-sun), var(--sh-coral), var(--sh-sky), var(--sh-sun));
background-size: 200% 100%;
opacity: 0.9;
pointer-events: none;
}
.sh-footer::before {
content: '';
position: absolute;
top: -50px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--sh-sun-ghost), transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.sh-footer__top {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr;
gap: var(--sh-7);
margin-bottom: var(--sh-10);
position: relative;
z-index: 1;
}
@media (max-width: 880px) {
.sh-footer__top { grid-template-columns: 1fr 1fr; gap: var(--sh-6); }
}
@media (max-width: 480px) {
.sh-footer__top { grid-template-columns: 1fr; }
}
.sh-footer__brand .sh-logo { color: var(--sh-cream); margin-bottom: var(--sh-4); }
.sh-footer__brand .sh-logo:hover { color: var(--sh-cream); }
.sh-footer__tagline {
font-size: 0.9375rem;
line-height: 1.65;
margin-bottom: var(--sh-4);
max-width: 320px;
}
.sh-footer__contact {
display: flex;
flex-direction: column;
gap: var(--sh-2);
font-size: 0.8125rem;
}
.sh-footer__contact a, .sh-footer__contact span {
color: rgba(226, 234, 244, 0.75);
display: inline-flex;
align-items: center;
gap: var(--sh-2);
}
.sh-footer__contact a:hover { color: var(--sh-sun); }
.sh-footer__col h4 {
font-family: var(--sh-font-body);
font-size: 0.8125rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-sun);
margin-bottom: var(--sh-4);
padding-bottom: var(--sh-2);
position: relative;
}
.sh-footer__col h4::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 28px;
height: 2px;
background: rgba(0, 86, 210, 0.4);
border-radius: 2px;
}
.sh-footer__col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.sh-footer__col a {
font-size: 0.9rem;
color: rgba(226, 234, 244, 0.65);
transition: color 0.2s var(--sh-ease), padding-left 0.2s var(--sh-ease);
display: inline-block;
}
.sh-footer__col a:hover {
color: var(--sh-cream);
padding-left: 4px;
}
.sh-footer__newsletter {
background: linear-gradient(135deg, rgba(0, 86, 210, 0.08), rgba(226, 234, 244, 0.04));
border: 1.5px solid rgba(0, 86, 210, 0.18);
border-radius: var(--sh-r-xl);
padding: var(--sh-6) var(--sh-7);
margin-bottom: var(--sh-9);
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr minmax(320px, 440px);
gap: var(--sh-5);
align-items: center;
overflow: hidden;
}
.sh-footer__newsletter::before {
content: '';
position: absolute;
top: -60px; right: -40px;
width: 200px; height: 200px;
background: radial-gradient(circle, rgba(0, 86, 210, 0.15), transparent 70%);
pointer-events: none;
}
@media (max-width: 768px) {
.sh-footer__newsletter { grid-template-columns: 1fr; padding: var(--sh-5); }
}
.sh-footer__newsletter-head .sh-eyebrow { background: var(--sh-sun-ghost); color: var(--sh-sun); border-color: rgba(0, 86, 210, 0.3); margin-bottom: var(--sh-2); }
.sh-footer__newsletter h3 {
color: var(--sh-cream);
font-size: 1.5rem;
margin: 0 0 var(--sh-1);
font-family: var(--sh-font-display);
}
.sh-footer__newsletter p { font-size: 0.875rem; color: rgba(226, 234, 244, 0.6); margin: 0; }
.sh-footer__newsletter-form {
display: flex;
gap: var(--sh-2);
}
.sh-footer__newsletter-form input {
padding: 0.85rem 1.1rem;
border: 1.5px solid rgba(226, 234, 244, 0.15);
background: rgba(0, 0, 0, 0.2);
border-radius: var(--sh-r-pill);
color: var(--sh-cream);
font-size: 0.9rem;
min-width: 0;
flex: 1 1 auto;
outline: 0;
transition: border-color 0.2s var(--sh-ease);
}
.sh-footer__newsletter-form input::placeholder { color: rgba(226, 234, 244, 0.4); }
.sh-footer__newsletter-form input:focus { border-color: var(--sh-sun); }
.sh-footer__bottom {
border-top: 1.5px solid rgba(226, 234, 244, 0.1);
padding-top: var(--sh-5);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: var(--sh-4);
position: relative;
z-index: 1;
}
.sh-footer__copyright { font-size: 0.8125rem; color: rgba(226, 234, 244, 0.5); }
.sh-footer__copyright span { color: var(--sh-coral); }
.sh-social {
display: inline-flex;
gap: var(--sh-2);
}
.sh-social a {
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(226, 234, 244, 0.06);
display: inline-flex;
align-items: center;
justify-content: center;
color: rgba(226, 234, 244, 0.7);
transition: all 0.2s var(--sh-ease-spring);
}
.sh-social a:hover {
background: var(--sh-sun);
color: var(--sh-navy);
transform: translateY(-2px) rotate(-5deg);
}
.sh-footer__bottom-right {
display: inline-flex;
align-items: center;
gap: var(--sh-4);
flex-wrap: wrap;
}
.sh-footer__totop {
display: inline-flex;
align-items: center;
gap: 0.4em;
padding: 0.5rem 0.9rem;
border-radius: var(--sh-r-pill);
background: rgba(226, 234, 244, 0.06);
border: 1.5px solid rgba(226, 234, 244, 0.12);
color: rgba(226, 234, 244, 0.75);
font-size: 0.8125rem;
font-weight: 600;
font-family: inherit;
cursor: pointer;
transition: all 0.2s var(--sh-ease);
}
.sh-footer__totop svg { transform: rotate(-45deg); }
.sh-footer__totop:hover {
background: var(--sh-sun);
color: var(--sh-navy);
border-color: var(--sh-sun);
}
@media (max-width: 600px) {
.sh-footer__bottom-right { width: 100%; justify-content: space-between; }
}
.sh-hero {
position: relative;
padding: var(--sh-12) 0 var(--sh-14);
overflow: hidden;
background: var(--sh-cream);
}
.sh-hero::before {
content: '';
position: absolute;
top: -10%;
right: -8%;
width: 50%;
height: 80%;
background: radial-gradient(circle, var(--sh-sun-ghost), transparent 60%);
filter: blur(40px);
pointer-events: none;
}
.sh-hero::after {
content: '';
position: absolute;
bottom: -10%;
left: -8%;
width: 40%;
height: 60%;
background: radial-gradient(circle, var(--sh-coral-ghost), transparent 60%);
filter: blur(40px);
pointer-events: none;
}
.sh-hero__inner {
position: relative;
z-index: 2;
text-align: center;
max-width: 920px;
margin: 0 auto;
}
.sh-hero__title {
font-family: var(--sh-font-display);
font-size: clamp(2.5rem, 7vw, 5rem);
font-weight: 500;
line-height: 1.0;
letter-spacing: -0.035em;
color: var(--sh-ink);
margin-bottom: var(--sh-5);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-hero__title .accent-coral { color: var(--sh-coral); font-style: italic; }
.sh-hero__title .accent-navy  { color: var(--sh-navy); }
.sh-hero__title em            { color: var(--sh-coral); font-style: italic; font-weight: 400; }
.sh-hero__lead {
font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
line-height: 1.65;
color: var(--sh-ink-soft);
max-width: 640px;
margin: 0 auto var(--sh-7);
}
.sh-hero__search {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill);
padding: 6px;
display: flex;
align-items: center;
gap: var(--sh-2);
max-width: 640px;
margin: 0 auto var(--sh-6);
box-shadow: var(--sh-shadow-md);
transition: all 0.25s var(--sh-ease);
}
.sh-hero__search:focus-within {
box-shadow: var(--sh-shadow-lg);
border-color: var(--sh-navy);
}
.sh-hero__search-icon {
margin-left: 1rem;
color: var(--sh-ink-mute);
flex-shrink: 0;
}
.sh-hero__search input {
flex: 1;
border: 0;
background: transparent;
padding: 0.85rem 0.5rem;
font-size: 1rem;
outline: 0;
font-family: inherit;
color: var(--sh-ink);
min-width: 0;
}
.sh-hero__search input::placeholder { color: var(--sh-ink-ghost); }
.sh-hero__quick-tags {
display: flex;
flex-wrap: wrap;
gap: var(--sh-2);
justify-content: center;
margin-bottom: var(--sh-8);
}
.sh-hero__quick-tag {
padding: 0.45rem 1rem;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
font-weight: 500;
color: var(--sh-ink-soft);
text-decoration: none;
transition: all 0.2s var(--sh-ease-spring);
}
.sh-hero__quick-tag:hover {
background: var(--sh-navy);
color: var(--sh-cream);
transform: translateY(-2px);
border-color: var(--sh-navy);
}
.sh-hero__cta-row {
display: flex;
align-items: center;
justify-content: center;
gap: var(--sh-3);
margin-top: var(--sh-4);
flex-wrap: wrap;
}
@media (max-width: 600px) {
.sh-hero__cta-row { flex-direction: column; gap: var(--sh-2); }
.sh-hero__cta-row .sh-btn { width: 100%; justify-content: center; }
}
.sh-hero__stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: var(--sh-4);
max-width: 880px;
margin: var(--sh-8) auto 0;
padding: var(--sh-5);
background: var(--sh-paper);
border-radius: var(--sh-r-xl);
border: 1.5px solid var(--sh-line);
box-shadow: var(--sh-shadow-sm);
}
.sh-hero__stat { text-align: center; }
.sh-hero__stat-num {
font-family: var(--sh-font-display);
font-size: 2rem;
font-weight: 600;
color: var(--sh-navy);
line-height: 1;
font-variation-settings: "opsz" 144, "SOFT" 100;
}
.sh-hero__stat-label {
font-size: 0.8125rem;
color: var(--sh-ink-mute);
margin-top: 4px;
}
.sh-hero__float {
position: absolute;
pointer-events: none;
user-select: none;
}
.sh-hero__float--1 {
top: 12%;
left: 8%;
font-size: 3rem;
animation: shFloat 6s ease-in-out infinite;
}
.sh-hero__float--2 {
top: 20%;
right: 10%;
font-size: 2.5rem;
animation: shFloat 7s ease-in-out 1s infinite;
}
.sh-hero__float--3 {
bottom: 28%;
left: 12%;
font-size: 2rem;
animation: shFloat 8s ease-in-out 2s infinite;
}
@media (max-width: 768px) {
.sh-hero__float { display: none; }
}
@keyframes shFloat {
0%, 100% { transform: translateY(0) rotate(0deg); }
50%      { transform: translateY(-20px) rotate(8deg); }
}
.sh-how {
background: var(--sh-cream-soft);
border-top: 1.5px solid var(--sh-line);
border-bottom: 1.5px solid var(--sh-line);
}
.sh-section__head {
text-align: center;
max-width: 720px;
margin: 0 auto var(--sh-10);
}
.sh-section__head h2 {
font-family: var(--sh-font-display);
font-size: clamp(2rem, 4vw, 3rem);
margin: var(--sh-3) 0 var(--sh-4);
letter-spacing: -0.03em;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-section__head p {
color: var(--sh-ink-soft);
font-size: 1.0625rem;
line-height: 1.7;
}
.sh-steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--sh-5);
counter-reset: step;
}
@media (max-width: 880px) { .sh-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .sh-steps { grid-template-columns: 1fr; } }
.sh-step {
position: relative;
padding: var(--sh-6) var(--sh-5);
background: var(--sh-paper);
border-radius: var(--sh-r-xl);
border: 1.5px solid var(--sh-line);
transition: transform 0.3s var(--sh-ease-out), box-shadow 0.3s var(--sh-ease);
}
.sh-step:hover { transform: translateY(-4px); box-shadow: var(--sh-shadow-md); }
.sh-step::before {
counter-increment: step;
content: counter(step);
position: absolute;
top: -16px;
left: 24px;
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--sh-blue);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 1.1rem;
}
.sh-step__icon {
width: 56px;
height: 56px;
border-radius: 16px;
background: var(--sh-cream-deep);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: var(--sh-4);
font-size: 1.75rem;
transform: rotate(-3deg);
transition: transform 0.3s var(--sh-ease-spring);
}
.sh-step:hover .sh-step__icon { transform: rotate(3deg) scale(1.05); }
.sh-step h3 {
font-family: var(--sh-font-display);
font-size: 1.25rem;
margin-bottom: var(--sh-2);
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-step p {
font-size: 0.9rem;
color: var(--sh-ink-mute);
line-height: 1.65;
}
.sh-featured {
padding: var(--sh-14) 0;
}
.sh-featured__head {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: var(--sh-8);
gap: var(--sh-5);
flex-wrap: wrap;
}
.sh-featured__head h2 {
font-family: var(--sh-font-display);
font-size: clamp(1.75rem, 3.5vw, 2.5rem);
letter-spacing: -0.02em;
margin: 0;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-featured__head p {
color: var(--sh-ink-mute);
font-size: 0.95rem;
max-width: 480px;
margin: var(--sh-2) 0 0;
}
.sh-featured__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--sh-5);
}
.sh-destinations {
background: var(--sh-navy-deep);
color: var(--sh-cream);
padding: var(--sh-14) 0;
position: relative;
overflow: hidden;
}
.sh-destinations::before {
content: '';
position: absolute;
top: -100px;
right: -100px;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(0, 86, 210, 0.08), transparent 60%);
border-radius: 50%;
pointer-events: none;
}
.sh-destinations h2, .sh-destinations h3 { color: var(--sh-cream); }
.sh-destinations__head { position: relative; z-index: 1; }
.sh-destinations__head p { color: rgba(226, 234, 244, 0.7); }
.sh-destinations__head .sh-eyebrow {
background: rgba(0, 86, 210, 0.18);
border-color: rgba(0, 86, 210, 0.4);
color: var(--sh-sun);
}
.sh-dest-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--sh-3);
position: relative;
z-index: 1;
}
@media (max-width: 1024px) { .sh-dest-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .sh-dest-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sh-2); } }
@media (max-width: 420px)  { .sh-dest-grid { grid-template-columns: 1fr; } }
.sh-dest-card {
position: relative;
aspect-ratio: 4 / 5;
border-radius: var(--sh-r-lg);
overflow: hidden;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: var(--sh-2);
padding: var(--sh-4);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
color: var(--sh-navy);
text-align: center;
box-shadow: var(--sh-shadow-xs);
transition: transform 0.3s var(--sh-ease-out), box-shadow 0.3s var(--sh-ease), border-color 0.3s var(--sh-ease);
cursor: pointer;
}
.sh-dest-card:hover {
color: var(--sh-navy);
transform: translateY(-4px);
box-shadow: 0 16px 32px rgba(15, 31, 58, 0.12);
border-color: var(--sh-navy-ghost);
}
.sh-dest-card::before { content: none; }
.sh-dest-card__flag {
position: static;
transform: none;
font-size: 2.75rem;
line-height: 0;
margin-bottom: var(--sh-1);
filter: none;
transition: transform 0.3s var(--sh-ease-spring);
}
.sh-dest-card:hover .sh-dest-card__flag { transform: scale(1.08); }
.sh-dest-card__name {
position: relative;
z-index: 2;
font-family: var(--sh-font-display);
font-size: 1.0625rem;
font-weight: 600;
letter-spacing: -0.01em;
color: var(--sh-navy);
}
.sh-dest-card__meta {
position: relative;
z-index: 2;
font-size: 0.8rem;
color: var(--sh-ink-mute);
margin-top: 4px;
}
.sh-cta-final {
background: var(--sh-cream);
padding: var(--sh-14) 0;
}
.sh-cta-final__box {
background: var(--sh-sun);
border-radius: var(--sh-r-3xl);
padding: clamp(2.5rem, 6vw, 5rem);
position: relative;
overflow: hidden;
text-align: center;
}
.sh-cta-final__box::before {
content: '';
position: absolute;
top: -30%;
right: -10%;
width: 50%;
height: 100%;
background: radial-gradient(circle, var(--sh-coral-ghost) 0%, transparent 60%);
pointer-events: none;
}
.sh-cta-final__inner {
position: relative;
z-index: 1;
max-width: 720px;
margin: 0 auto;
}
.sh-cta-final h2 {
font-family: var(--sh-font-display);
font-size: clamp(2rem, 5vw, 3.5rem);
color: var(--sh-navy);
margin-bottom: var(--sh-4);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
line-height: 1.05;
letter-spacing: -0.03em;
}
.sh-cta-final p {
font-size: 1.0625rem;
color: var(--sh-navy-soft);
margin-bottom: var(--sh-6);
line-height: 1.6;
}
.sh-cta-final__buttons {
display: flex;
gap: var(--sh-3);
justify-content: center;
flex-wrap: wrap;
}
.sh-listing-hero {
background: var(--sh-cream-soft);
padding: var(--sh-10) 0 var(--sh-8);
border-bottom: 1.5px solid var(--sh-line);
position: relative;
overflow: hidden;
}
.sh-listing-hero::before {
content: '';
position: absolute;
top: -20%;
right: -10%;
width: 40%;
height: 200%;
background: radial-gradient(ellipse, var(--sh-sun-ghost), transparent 60%);
pointer-events: none;
}
.sh-listing-hero__inner {
position: relative;
z-index: 1;
text-align: center;
max-width: 760px;
margin: 0 auto;
}
.sh-listing-hero__title {
font-family: var(--sh-font-display);
font-size: clamp(2.25rem, 5vw, 3.75rem);
font-weight: 500;
letter-spacing: -0.03em;
margin: var(--sh-3) 0 var(--sh-4);
line-height: 1.05;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-listing-hero__lead {
font-size: 1.0625rem;
color: var(--sh-ink-soft);
line-height: 1.65;
margin: 0 auto var(--sh-6);
max-width: 580px;
}
.sh-listing-hero__search {
max-width: 560px;
margin: 0 auto;
position: relative;
}
.sh-listing-hero__search input {
width: 100%;
padding: 1rem 1.25rem 1rem 3rem;
border: 1.5px solid var(--sh-line);
background: var(--sh-paper);
border-radius: var(--sh-r-pill);
font-size: 0.95rem;
outline: 0;
box-shadow: var(--sh-shadow-sm);
transition: all 0.2s var(--sh-ease);
}
.sh-listing-hero__search input:focus { border-color: var(--sh-navy); box-shadow: var(--sh-shadow-md); }
.sh-listing-hero__search-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--sh-ink-mute);
pointer-events: none;
}
.sh-listing-body {
padding: var(--sh-8) 0 var(--sh-14);
}
.sh-quick-filters {
display: flex;
flex-wrap: wrap;
gap: var(--sh-2);
margin-bottom: var(--sh-6);
align-items: center;
}
.sh-quick-filters__label {
font-size: 0.8125rem;
font-weight: 600;
color: var(--sh-ink-mute);
margin-right: var(--sh-2);
}
.sh-quick-filter {
padding: 0.5rem 0.95rem;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
font-weight: 500;
color: var(--sh-ink-soft);
text-decoration: none;
transition: all 0.2s var(--sh-ease-spring);
display: inline-flex;
align-items: center;
gap: 0.35rem;
}
.sh-quick-filter:hover {
border-color: var(--sh-navy);
color: var(--sh-navy);
transform: translateY(-1px);
}
.sh-quick-filter.is-active {
background: var(--sh-navy);
color: var(--sh-cream);
border-color: var(--sh-navy);
}
.sh-listing-layout {
display: grid;
grid-template-columns: 280px 1fr;
gap: var(--sh-7);
align-items: start;
}
@media (max-width: 960px) {
.sh-listing-layout { grid-template-columns: 1fr; gap: var(--sh-5); }
}
.sh-listing-layout--no-filters { grid-template-columns: 1fr; }
.sh-filters {
position: sticky;
top: calc(var(--sh-header-h) + var(--sh-3));
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
box-shadow: var(--sh-shadow-sm);
}
@media (max-width: 960px) {
.sh-filters {
position: static;
display: none;
}
.sh-filters.is-open { display: block; }
}
.sh-filters__head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--sh-4);
padding-bottom: var(--sh-3);
border-bottom: 1.5px dashed var(--sh-line);
}
.sh-filters__head h3 {
font-family: var(--sh-font-display);
font-size: 1.0625rem;
margin: 0;
}
.sh-filters__clear {
font-size: 0.8125rem;
color: var(--sh-coral);
font-weight: 600;
}
.sh-filters__clear:hover { color: var(--sh-coral-deep); }
.sh-filter-group { margin-bottom: var(--sh-5); }
.sh-filter-group:last-child { margin-bottom: 0; }
.sh-filter-group__title {
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-ink-mute);
margin-bottom: var(--sh-3);
display: flex;
align-items: center;
justify-content: space-between;
}
.sh-filter-group__count {
font-weight: 600;
background: var(--sh-cream-deep);
color: var(--sh-navy);
padding: 0.15rem 0.5rem;
border-radius: var(--sh-r-pill);
font-size: 0.65rem;
}
.sh-filter-options {
display: flex;
flex-direction: column;
gap: 4px;
}
.sh-filter-option {
display: flex;
align-items: center;
gap: var(--sh-2);
padding: 0.55rem 0.75rem;
border-radius: var(--sh-r-sm);
font-size: 0.875rem;
color: var(--sh-ink-soft);
text-decoration: none;
transition: all 0.15s var(--sh-ease);
border: 1.5px solid transparent;
}
.sh-filter-option:hover {
background: var(--sh-cream-soft);
color: var(--sh-navy);
}
.sh-filter-option.is-active {
background: var(--sh-navy);
color: var(--sh-cream);
border-color: var(--sh-navy);
font-weight: 600;
}
.sh-filter-option__icon { font-size: 1rem; flex-shrink: 0; }
.sh-filter-option__count {
margin-left: auto;
font-size: 0.7rem;
color: var(--sh-ink-ghost);
font-weight: 600;
}
.sh-filter-option.is-active .sh-filter-option__count { color: rgba(226, 234, 244, 0.6); }
.sh-filter-search {
position: relative;
margin-bottom: var(--sh-3);
}
.sh-filter-search input {
width: 100%;
padding: 0.55rem 0.75rem 0.55rem 2rem;
border: 1.5px solid var(--sh-line);
background: var(--sh-cream-soft);
border-radius: var(--sh-r-sm);
font-size: 0.8125rem;
outline: 0;
}
.sh-filter-search input:focus { border-color: var(--sh-navy); background: white; }
.sh-filter-search svg {
position: absolute;
left: 0.6rem;
top: 50%;
transform: translateY(-50%);
color: var(--sh-ink-mute);
pointer-events: none;
}
.sh-filter-options--scroll {
max-height: 280px;
overflow-y: auto;
scrollbar-width: thin;
}
.sh-filter-options--scroll::-webkit-scrollbar { width: 6px; }
.sh-filter-options--scroll::-webkit-scrollbar-thumb { background: var(--sh-line-strong); border-radius: 3px; }
.sh-results { min-width: 0; }
.sh-results__toolbar {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-lg);
padding: var(--sh-3) var(--sh-4);
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--sh-3);
margin-bottom: var(--sh-5);
box-shadow: var(--sh-shadow-xs);
}
.sh-results__count {
font-size: 0.875rem;
color: var(--sh-ink-soft);
font-weight: 500;
}
.sh-results__count strong {
color: var(--sh-navy);
font-size: 1rem;
font-weight: 700;
}
.sh-results__sort {
margin-left: auto;
padding: 0.5rem 0.85rem;
border: 1.5px solid var(--sh-line);
background: var(--sh-cream-soft);
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
font-weight: 500;
color: var(--sh-ink-soft);
cursor: pointer;
outline: 0;
}
.sh-results__sort:focus { border-color: var(--sh-navy); }
.sh-mobile-filter-toggle {
display: none;
padding: 0.55rem 0.95rem;
background: var(--sh-navy);
color: var(--sh-cream);
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
font-weight: 600;
align-items: center;
gap: var(--sh-1);
}
@media (max-width: 960px) {
.sh-mobile-filter-toggle { display: inline-flex; }
}
.sh-active-chips {
display: flex;
flex-wrap: wrap;
gap: var(--sh-1);
margin-bottom: var(--sh-4);
}
.sh-active-chip {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.3rem 0.7rem;
background: var(--sh-navy);
color: var(--sh-cream);
border-radius: var(--sh-r-pill);
font-size: 0.75rem;
font-weight: 500;
}
.sh-active-chip a {
color: inherit;
display: inline-flex;
align-items: center;
margin-left: 2px;
}
.sh-active-chip a:hover { color: var(--sh-sun); }
.sh-results__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: var(--sh-5);
}
.sh-results__grid--list {
display: flex;
flex-direction: column;
gap: var(--sh-3);
}
.sh-results__grid--list .sh-listing-card {
display: grid;
grid-template-columns: 200px 1fr;
align-items: stretch;
}
@media (max-width: 600px) {
.sh-results__grid--list .sh-listing-card { grid-template-columns: 1fr; }
}
.sh-results__grid--list .sh-listing-card__media { aspect-ratio: auto; height: 100%; min-height: 160px; }
.sh-results__grid--list .sh-listing-card__arrow { display: none; }
.sh-empty {
text-align: center;
padding: var(--sh-12) var(--sh-5);
background: var(--sh-paper);
border: 1.5px dashed var(--sh-line-strong);
border-radius: var(--sh-r-xl);
}
.sh-empty__icon { font-size: 3.5rem; margin-bottom: var(--sh-3); }
.sh-empty h3 {
font-family: var(--sh-font-display);
font-size: 1.5rem;
margin-bottom: var(--sh-2);
}
.sh-empty p { color: var(--sh-ink-mute); font-size: 0.95rem; max-width: 420px; margin: 0 auto var(--sh-4); }
.sh-pagination {
display: flex;
justify-content: center;
gap: var(--sh-1);
margin-top: var(--sh-8);
flex-wrap: wrap;
}
.sh-pagination a, .sh-pagination span {
min-width: 40px;
height: 40px;
padding: 0 0.85rem;
border-radius: var(--sh-r-pill);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.875rem;
font-weight: 600;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
color: var(--sh-ink-soft);
text-decoration: none;
transition: all 0.15s var(--sh-ease);
}
.sh-pagination a:hover {
border-color: var(--sh-navy);
color: var(--sh-navy);
transform: translateY(-1px);
}
.sh-pagination .current {
background: var(--sh-navy);
color: var(--sh-cream);
border-color: var(--sh-navy);
}
.sh-pagination .dots { border: 0; background: transparent; }
.sh-detail-hero {
position: relative;
padding: var(--sh-10) 0 var(--sh-7);
background: var(--sh-cream-soft);
border-bottom: 1.5px solid var(--sh-line);
overflow: hidden;
}
.sh-detail-hero::before {
content: '';
position: absolute;
top: -30%;
right: -10%;
width: 50%;
height: 200%;
background: radial-gradient(ellipse, var(--sh-sun-ghost), transparent 60%);
pointer-events: none;
}
.sh-detail-hero__inner {
position: relative;
z-index: 1;
max-width: 980px;
}
.sh-breadcrumb {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.35rem;
font-size: 0.8125rem;
color: var(--sh-ink-mute);
margin-bottom: var(--sh-5);
}
.sh-breadcrumb a { color: var(--sh-ink-mute); }
.sh-breadcrumb a:hover { color: var(--sh-navy); }
.sh-breadcrumb svg { width: 12px; height: 12px; opacity: 0.4; }
.sh-breadcrumb__current { color: var(--sh-ink); font-weight: 600; }
.sh-detail-hero__badges {
display: flex;
flex-wrap: wrap;
gap: var(--sh-2);
margin-bottom: var(--sh-4);
}
.sh-pill {
display: inline-flex;
align-items: center;
gap: var(--sh-1);
padding: 0.4rem 0.85rem;
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
font-weight: 600;
border: 1.5px solid var(--sh-line);
background: var(--sh-paper);
color: var(--sh-ink-soft);
}
.sh-pill--funded   { background: var(--sh-mint-ghost);   color: var(--sh-mint-deep);   border-color: var(--sh-mint-soft); }
.sh-pill--deadline { background: var(--sh-coral-ghost);  color: var(--sh-coral-deep);  border-color: var(--sh-coral-soft); }
.sh-pill--country  { background: var(--sh-sky-ghost);    color: var(--sh-navy);        border-color: var(--sh-sky-soft); }
.sh-pill--sun      { background: var(--sh-sun-ghost);    color: var(--sh-navy);        border-color: var(--sh-sun-soft); }
.sh-detail-hero__title {
font-family: var(--sh-font-display);
font-size: clamp(2rem, 4.5vw, 3.25rem);
font-weight: 500;
letter-spacing: -0.025em;
line-height: 1.05;
margin-bottom: var(--sh-5);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-detail-hero__meta {
display: flex;
flex-wrap: wrap;
gap: var(--sh-5);
color: var(--sh-ink-soft);
font-size: 0.9375rem;
}
.sh-detail-hero__meta-item {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
}
.sh-detail-hero__meta-item svg { color: var(--sh-ink-mute); }
.sh-detail-body {
padding: var(--sh-7) 0 var(--sh-14);
}
.sh-detail-grid {
display: grid;
grid-template-columns: 1fr 360px;
gap: var(--sh-7);
align-items: start;
}
@media (max-width: 1024px) {
.sh-detail-grid { grid-template-columns: 1fr; }
}
.sh-detail-main { min-width: 0; }
.sh-info-card {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
margin-bottom: var(--sh-4);
box-shadow: var(--sh-shadow-xs);
}
@media (min-width: 768px) {
.sh-info-card { padding: var(--sh-6); }
}
.sh-info-card__head {
display: flex;
align-items: center;
gap: var(--sh-3);
margin-bottom: var(--sh-4);
padding-bottom: var(--sh-3);
border-bottom: 1.5px dashed var(--sh-line);
}
.sh-info-card__icon {
width: 40px;
height: 40px;
border-radius: 12px;
background: var(--sh-cream-deep);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--sh-navy);
flex-shrink: 0;
transform: rotate(-3deg);
}
.sh-info-card__title {
font-family: var(--sh-font-display);
font-size: 1.25rem;
font-weight: 600;
margin: 0;
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-info-card__body { color: var(--sh-ink-soft); line-height: 1.75; font-size: 0.95rem; }
.sh-info-card__body > * + * { margin-top: var(--sh-3); }
.sh-info-card__body ul, .sh-info-card__body ol {
padding-left: var(--sh-5);
list-style: disc;
}
.sh-info-card__body ol { list-style: decimal; }
.sh-info-card__body li { margin-bottom: 0.45rem; line-height: 1.7; }
.sh-info-card__body h2, .sh-info-card__body h3 {
font-family: var(--sh-font-display);
color: var(--sh-ink);
margin: var(--sh-4) 0 var(--sh-2);
}
.sh-info-card__body h2 { font-size: 1.25rem; }
.sh-info-card__body h3 { font-size: 1.0625rem; }
.sh-info-card__body a { color: var(--sh-coral); font-weight: 600; }
.sh-info-card__body a:hover { text-decoration: underline; }
.sh-quick-facts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: var(--sh-3);
}
.sh-fact {
display: flex;
flex-direction: column;
gap: var(--sh-1);
padding: var(--sh-3) var(--sh-4);
background: var(--sh-cream-soft);
border-radius: var(--sh-r-md);
border-left: 4px solid var(--sh-sun);
}
.sh-fact--coral   { border-left-color: var(--sh-coral); }
.sh-fact--mint    { border-left-color: var(--sh-mint); }
.sh-fact--lavender{ border-left-color: var(--sh-lavender); }
.sh-fact--sky     { border-left-color: var(--sh-sky); }
.sh-fact__label {
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-ink-mute);
}
.sh-fact__value {
font-family: var(--sh-font-display);
font-size: 1.1rem;
font-weight: 600;
color: var(--sh-ink);
line-height: 1.2;
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-apply-card {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
box-shadow: var(--sh-shadow-md);
position: sticky;
top: calc(var(--sh-header-h) + var(--sh-3));
}
@media (max-width: 1024px) {
.sh-apply-card { position: static; }
}
.sh-apply-card__price-row {
display: flex;
align-items: baseline;
gap: var(--sh-2);
margin-bottom: var(--sh-3);
}
.sh-apply-card__price {
font-family: var(--sh-font-display);
font-size: 1.75rem;
font-weight: 700;
color: var(--sh-navy);
line-height: 1;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.sh-apply-card__price-suffix {
font-size: 0.875rem;
color: var(--sh-ink-mute);
font-weight: 500;
}
.sh-apply-card__deadline-box {
background: var(--sh-coral-ghost);
border: 1.5px solid var(--sh-coral-soft);
border-radius: var(--sh-r-md);
padding: var(--sh-3) var(--sh-4);
margin-bottom: var(--sh-4);
display: flex;
align-items: center;
gap: var(--sh-3);
}
.sh-apply-card__deadline-box svg { color: var(--sh-coral-deep); flex-shrink: 0; }
.sh-apply-card__deadline-label {
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-coral-deep);
}
.sh-apply-card__deadline-date {
font-family: var(--sh-font-display);
font-size: 1rem;
font-weight: 600;
color: var(--sh-coral-deep);
margin-top: 2px;
}
.sh-apply-card__buttons {
display: flex;
flex-direction: column;
gap: var(--sh-2);
margin-bottom: var(--sh-4);
}
.sh-apply-card__buttons .sh-btn { width: 100%; padding-left: 0; padding-right: 0; }
.sh-apply-card__divider {
border: 0;
border-top: 1.5px dashed var(--sh-line);
margin: var(--sh-4) 0;
}
.sh-apply-card__list {
display: flex;
flex-direction: column;
gap: var(--sh-2);
}
.sh-apply-card__list-item {
display: flex;
align-items: flex-start;
gap: var(--sh-2);
font-size: 0.8125rem;
color: var(--sh-ink-soft);
line-height: 1.5;
}
.sh-apply-card__list-item svg {
color: var(--sh-mint-deep);
flex-shrink: 0;
margin-top: 2px;
}
.sh-help-card {
background: var(--sh-navy);
color: var(--sh-cream);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
margin-top: var(--sh-3);
position: relative;
overflow: hidden;
}
.sh-help-card::before {
content: '';
position: absolute;
top: -30%;
right: -30%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--sh-sun-ghost), transparent 70%);
pointer-events: none;
}
.sh-help-card h4 {
color: var(--sh-cream);
font-size: 1.1rem;
margin-bottom: var(--sh-1);
position: relative;
}
.sh-help-card p {
font-size: 0.8125rem;
color: rgba(226, 234, 244, 0.7);
line-height: 1.6;
margin-bottom: var(--sh-3);
position: relative;
}
.sh-sticky-apply {
display: none;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: var(--sh-z-sticky);
background: var(--sh-paper);
border-top: 1.5px solid var(--sh-line);
padding: var(--sh-3) var(--sh-4) calc(var(--sh-3) + env(safe-area-inset-bottom));
box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
}
@media (max-width: 1024px) {
.sh-sticky-apply { display: flex; gap: var(--sh-3); align-items: center; }
body.has-sticky-apply { padding-bottom: 80px; }
}
.sh-sticky-apply__info { flex: 1; min-width: 0; }
.sh-sticky-apply__label {
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-ink-mute);
}
.sh-sticky-apply__value {
font-family: var(--sh-font-display);
font-size: 1rem;
font-weight: 600;
color: var(--sh-ink);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 2px;
}
.sh-post-hero {
background: var(--sh-cream-soft);
padding: var(--sh-10) 0 var(--sh-5);
border-bottom: 1.5px solid var(--sh-line);
}
.sh-post-hero__inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.sh-post-hero__category {
display: inline-block;
font-family: var(--sh-font-body);
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-coral);
margin-bottom: var(--sh-3);
}
.sh-post-hero__title {
font-family: var(--sh-font-display);
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 500;
letter-spacing: -0.03em;
line-height: 1.05;
margin-bottom: var(--sh-5);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-post-hero__meta {
display: flex;
flex-wrap: wrap;
gap: var(--sh-5);
justify-content: center;
font-size: 0.875rem;
color: var(--sh-ink-mute);
}
.sh-post-hero__meta-item {
display: inline-flex;
align-items: center;
gap: var(--sh-1);
}
.sh-post-body {
padding: var(--sh-7) 0 var(--sh-14);
}
.sh-post-cover {
border-radius: var(--sh-r-2xl);
overflow: hidden;
margin: 0 auto var(--sh-8);
max-width: 980px;
box-shadow: var(--sh-shadow-lg);
}
.sh-post-cover img { width: 100%; height: auto; display: block; }
.sh-post-content {
max-width: 720px;
margin: 0 auto;
font-size: 1.0625rem;
line-height: 1.75;
color: var(--sh-ink-soft);
}
.sh-post-content > * + * { margin-top: var(--sh-4); }
.sh-post-content > p:first-child::first-letter {
font-family: var(--sh-font-display);
font-size: 4rem;
font-weight: 600;
float: left;
line-height: 0.9;
margin: 0.2rem 0.65rem 0 0;
color: var(--sh-coral);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 600;
}
.sh-post-content h2 {
font-family: var(--sh-font-display);
font-size: 1.875rem;
color: var(--sh-ink);
margin: var(--sh-8) 0 var(--sh-3);
letter-spacing: -0.02em;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
}
.sh-post-content h3 {
font-family: var(--sh-font-display);
font-size: 1.375rem;
color: var(--sh-ink);
margin: var(--sh-6) 0 var(--sh-2);
}
.sh-post-content a {
color: var(--sh-coral);
font-weight: 600;
border-bottom: 1.5px solid var(--sh-coral-soft);
}
.sh-post-content a:hover { border-bottom-color: var(--sh-coral); }
.sh-post-content blockquote {
border-left: 4px solid var(--sh-sun);
background: var(--sh-cream-deep);
padding: var(--sh-4) var(--sh-5);
margin: var(--sh-5) 0;
border-radius: 0 var(--sh-r-md) var(--sh-r-md) 0;
font-family: var(--sh-font-display);
font-style: italic;
font-size: 1.25rem;
color: var(--sh-navy);
}
.sh-post-content img {
border-radius: var(--sh-r-md);
margin: var(--sh-5) 0;
}
.sh-post-content code {
background: var(--sh-cream-deep);
padding: 0.15rem 0.4rem;
border-radius: 4px;
font-family: var(--sh-font-mono);
font-size: 0.875em;
color: var(--sh-coral-deep);
}
.sh-post-content pre {
background: var(--sh-navy-deep);
color: var(--sh-cream);
padding: var(--sh-4);
border-radius: var(--sh-r-md);
overflow-x: auto;
font-family: var(--sh-font-mono);
font-size: 0.875rem;
}
.sh-post-content pre code { background: transparent; color: inherit; padding: 0; }
.sh-author-card {
max-width: 720px;
margin: var(--sh-10) auto var(--sh-6);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
display: flex;
align-items: center;
gap: var(--sh-4);
}
.sh-author-card__avatar {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--sh-coral), var(--sh-sun));
color: white;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 1.5rem;
flex-shrink: 0;
}
.sh-author-card__name {
font-family: var(--sh-font-display);
font-size: 1.1rem;
font-weight: 600;
margin: 0;
}
.sh-author-card__bio { font-size: 0.875rem; color: var(--sh-ink-mute); margin-top: 2px; }
.sh-author-card__share { margin-left: auto; display: flex; gap: var(--sh-1); }
@media (max-width: 600px) {
.sh-author-card { flex-wrap: wrap; }
.sh-author-card__share { margin-left: 0; margin-top: var(--sh-2); width: 100%; }
}
.sh-share-btn {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--sh-cream-deep);
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.2s var(--sh-ease-spring);
}
.sh-share-btn:hover {
background: var(--sh-navy);
color: var(--sh-cream);
transform: translateY(-2px) rotate(-5deg);
}
.sh-post-tags {
max-width: 720px;
margin: var(--sh-6) auto 0;
display: flex;
flex-wrap: wrap;
gap: var(--sh-1);
}
.sh-post-tag {
padding: 0.35rem 0.85rem;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill);
font-size: 0.75rem;
font-weight: 500;
color: var(--sh-ink-soft);
}
.sh-post-tag:hover { background: var(--sh-navy); color: var(--sh-cream); border-color: var(--sh-navy); }
.sh-related {
background: var(--sh-cream-soft);
border-top: 1.5px solid var(--sh-line);
padding: var(--sh-10) 0;
}
.sh-stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: var(--sh-4);
}
.sh-stat-card {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
text-align: center;
transition: transform 0.3s var(--sh-ease-out);
}
.sh-stat-card:hover { transform: translateY(-4px) rotate(-1deg); }
.sh-stat-card__emoji {
font-size: 2.5rem;
margin-bottom: var(--sh-2);
display: inline-block;
transform: rotate(-3deg);
}
.sh-stat-card__num {
font-family: var(--sh-font-display);
font-size: 2rem;
font-weight: 700;
color: var(--sh-navy);
line-height: 1;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.sh-stat-card__label {
font-size: 0.8125rem;
color: var(--sh-ink-mute);
margin-top: var(--sh-1);
font-weight: 500;
}
.sh-values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--sh-4);
}
.sh-value-card {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
transition: transform 0.3s var(--sh-ease-out), box-shadow 0.3s var(--sh-ease);
}
.sh-value-card:hover { transform: translateY(-4px); box-shadow: var(--sh-shadow-md); }
.sh-value-card__emoji {
font-size: 2.5rem;
margin-bottom: var(--sh-3);
display: inline-block;
transform: rotate(-3deg);
}
.sh-value-card h3 {
font-family: var(--sh-font-display);
font-size: 1.25rem;
margin-bottom: var(--sh-2);
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-value-card p { font-size: 0.9375rem; color: var(--sh-ink-mute); line-height: 1.65; margin: 0; }
.sh-timeline {
position: relative;
max-width: 720px;
margin: 0 auto;
padding-left: var(--sh-7);
}
.sh-timeline::before {
content: '';
position: absolute;
left: 10px;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(to bottom, var(--sh-sun), var(--sh-coral), var(--sh-mint));
border-radius: 999px;
}
.sh-timeline-item {
position: relative;
padding-bottom: var(--sh-6);
}
.sh-timeline-item::before {
content: '';
position: absolute;
left: calc(-1 * var(--sh-7) + 4px);
top: 6px;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--sh-cream);
border: 4px solid var(--sh-coral);
box-shadow: 0 0 0 4px rgba(0, 86, 210, 0.15);
}
.sh-timeline-item__year {
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-coral);
}
.sh-timeline-item__title {
font-family: var(--sh-font-display);
font-size: 1.25rem;
margin: var(--sh-1) 0 var(--sh-2);
}
.sh-timeline-item__desc { color: var(--sh-ink-soft); line-height: 1.7; font-size: 0.9375rem; }
.sh-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--sh-5);
}
@media (max-width: 880px) { .sh-pricing-grid { grid-template-columns: 1fr; } }
.sh-price-card {
background: var(--sh-paper);
border: 2px solid var(--sh-line);
border-radius: var(--sh-r-2xl);
padding: var(--sh-7);
position: relative;
transition: transform 0.3s var(--sh-ease-out), box-shadow 0.3s var(--sh-ease), border-color 0.3s var(--sh-ease);
}
.sh-price-card:hover { transform: translateY(-6px); box-shadow: var(--sh-shadow-xl); }
.sh-price-card--featured {
border-color: var(--sh-coral);
background: linear-gradient(180deg, white, var(--sh-cream));
transform: scale(1.02);
}
.sh-price-card--featured:hover { transform: scale(1.02) translateY(-6px); }
.sh-price-card__ribbon {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: var(--sh-coral);
color: white;
padding: 0.35rem 0.85rem;
border-radius: var(--sh-r-pill);
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
white-space: nowrap;
box-shadow: var(--sh-shadow-glow-coral);
}
.sh-price-card__name {
font-family: var(--sh-font-display);
font-size: 1.5rem;
margin-bottom: var(--sh-2);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 600;
}
.sh-price-card__price {
display: flex;
align-items: baseline;
gap: var(--sh-2);
margin-bottom: var(--sh-5);
}
.sh-price-card__amount {
font-family: var(--sh-font-display);
font-size: 3rem;
font-weight: 700;
color: var(--sh-navy);
line-height: 1;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.sh-price-card__suffix { color: var(--sh-ink-mute); font-size: 0.95rem; }
.sh-price-card__features {
display: flex;
flex-direction: column;
gap: var(--sh-2);
margin-bottom: var(--sh-5);
}
.sh-price-card__features li {
display: flex;
align-items: flex-start;
gap: var(--sh-2);
font-size: 0.9375rem;
color: var(--sh-ink-soft);
line-height: 1.5;
}
.sh-price-card__features svg { color: var(--sh-mint-deep); flex-shrink: 0; margin-top: 2px; }
.sh-price-card .sh-btn { width: 100%; }
.sh-contact-grid {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: var(--sh-7);
align-items: start;
}
@media (max-width: 880px) { .sh-contact-grid { grid-template-columns: 1fr; } }
.sh-contact-items {
display: flex;
flex-direction: column;
gap: var(--sh-3);
}
.sh-contact-item {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-4) var(--sh-5);
display: flex;
align-items: center;
gap: var(--sh-4);
transition: transform 0.2s var(--sh-ease);
}
.sh-contact-item:hover { transform: translateX(4px); }
.sh-contact-item__icon {
width: 48px;
height: 48px;
border-radius: 14px;
background: var(--sh-cream-deep);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
flex-shrink: 0;
transform: rotate(-3deg);
}
.sh-contact-item__label {
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-ink-mute);
}
.sh-contact-item__value {
font-family: var(--sh-font-display);
font-size: 1.0625rem;
font-weight: 600;
color: var(--sh-ink);
margin-top: 2px;
}
.sh-contact-item__value a { color: inherit; }
.sh-contact-item__value a:hover { color: var(--sh-coral); }
.sh-form {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-2xl);
padding: var(--sh-7);
}
.sh-form h3 { font-family: var(--sh-font-display); font-size: 1.5rem; margin-bottom: var(--sh-3); }
.sh-form > p { color: var(--sh-ink-mute); margin-bottom: var(--sh-5); }
.sh-form__row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--sh-3);
margin-bottom: var(--sh-3);
}
@media (max-width: 600px) { .sh-form__row { grid-template-columns: 1fr; } }
.sh-form__group { margin-bottom: var(--sh-3); }
.sh-form__group label,
.sh-form__row label {
display: block;
font-size: 0.8125rem;
font-weight: 600;
color: var(--sh-ink);
margin-bottom: var(--sh-1);
}
.sh-input, .sh-textarea {
width: 100%;
padding: 0.85rem 1rem;
border: 1.5px solid var(--sh-line);
background: var(--sh-cream-soft);
border-radius: var(--sh-r-md);
font-family: inherit;
font-size: 0.95rem;
color: var(--sh-ink);
outline: 0;
transition: all 0.2s var(--sh-ease);
}
.sh-input::placeholder, .sh-textarea::placeholder { color: var(--sh-ink-ghost); }
.sh-input:focus, .sh-textarea:focus { border-color: var(--sh-navy); background: white; }
.sh-textarea { min-height: 120px; resize: vertical; }
.sh-form__alert {
padding: var(--sh-3) var(--sh-4);
border-radius: var(--sh-r-md);
font-size: 0.875rem;
font-weight: 500;
margin-bottom: var(--sh-4);
}
.sh-form__alert--success { background: var(--sh-mint-ghost); color: var(--sh-mint-deep); border: 1.5px solid var(--sh-mint-soft); }
.sh-form__alert--error   { background: var(--sh-coral-ghost); color: var(--sh-coral-deep); border: 1.5px solid var(--sh-coral-soft); }
@media (prefers-reduced-motion: no-preference) {
.js .sh-reveal {
opacity: 0;
transform: translateY(16px);
transition: opacity 0.5s var(--sh-ease-out), transform 0.5s var(--sh-ease-out);
}
.sh-reveal.is-visible {
opacity: 1;
transform: translateY(0);
}
.sh-stagger > * {
opacity: 0;
transform: translateY(15px);
animation: shFadeUp 0.5s var(--sh-ease-out) forwards;
animation-delay: calc(var(--i, 0) * 0.07s);
}
@keyframes shFadeUp {
to { opacity: 1; transform: translateY(0); }
}
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
}
.sh-text-center { text-align: center; }
.sh-text-left   { text-align: left; }
.sh-text-right  { text-align: right; }
.sh-mt-0 { margin-top: 0; }
.sh-mt-3 { margin-top: var(--sh-3); }
.sh-mt-5 { margin-top: var(--sh-5); }
.sh-mt-7 { margin-top: var(--sh-7); }
.sh-hide-mobile { display: initial; }
.sh-hide-desktop { display: none; }
@media (max-width: 768px) {
.sh-hide-mobile { display: none; }
.sh-hide-desktop { display: initial; }
}
.sh-main { min-height: 60vh; }
.sh-squiggle {
display: block;
width: 64px;
height: 12px;
margin: 0 auto var(--sh-4);
color: var(--sh-coral);
}
.sh-trust {
padding: var(--sh-7) 0;
background: var(--sh-cream-soft);
border-top: 1.5px solid var(--sh-line);
border-bottom: 1.5px solid var(--sh-line);
}
.sh-trust__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--sh-7);
flex-wrap: wrap;
}
.sh-trust__label {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
font-family: var(--sh-font-body);
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-ink-mute);
white-space: nowrap;
}
.sh-trust__label::after {
content: '';
width: 32px;
height: 1.5px;
background: var(--sh-line-strong);
}
.sh-trust__logos {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--sh-6);
flex: 1;
justify-content: center;
}
.sh-trust__logo {
font-family: var(--sh-font-display);
font-size: 1.25rem;
font-style: italic;
font-weight: 500;
color: var(--sh-ink-mute);
letter-spacing: -0.01em;
opacity: 0.7;
transition: all 0.2s var(--sh-ease);
font-variation-settings: "opsz" 144, "SOFT" 100;
}
.sh-trust__logo:hover { opacity: 1; color: var(--sh-navy); }
.sh-trust__live {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
padding: 0.5rem 1rem;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill);
font-size: 0.8125rem;
color: var(--sh-ink-soft);
white-space: nowrap;
}
.sh-trust__live-dot {
width: 8px;
height: 8px;
background: var(--sh-mint-deep);
border-radius: 50%;
position: relative;
flex-shrink: 0;
}
.sh-trust__live-dot::after {
content: '';
position: absolute;
inset: -3px;
border-radius: 50%;
background: var(--sh-mint-deep);
opacity: 0.4;
animation: sh-pulse 2s ease-in-out infinite;
}
@keyframes sh-pulse {
0%, 100% { transform: scale(1); opacity: 0.4; }
50%      { transform: scale(1.6); opacity: 0; }
}
.sh-trust__live strong { color: var(--sh-navy); font-weight: 700; }
@media (max-width: 768px) {
.sh-trust__inner { justify-content: center; gap: var(--sh-4); }
.sh-trust__logos { gap: var(--sh-4); }
.sh-trust__logo { font-size: 1.0625rem; }
}
.sh-fields-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--sh-3);
}
@media (max-width: 880px) { .sh-fields-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .sh-fields-grid { grid-template-columns: 1fr; } }
.sh-field-card {
display: flex;
align-items: center;
gap: var(--sh-4);
padding: var(--sh-5);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
text-decoration: none;
color: inherit;
transition: all 0.25s var(--sh-ease-out);
position: relative;
overflow: hidden;
}
.sh-field-card:hover {
border-color: var(--sh-navy);
transform: translateY(-3px);
box-shadow: var(--sh-shadow-md);
color: inherit;
}
.sh-field-card:hover .sh-field-card__arrow {
transform: rotate(-45deg);
background: var(--sh-navy);
color: var(--sh-cream);
}
.sh-field-card__emoji {
width: 52px;
height: 52px;
border-radius: var(--sh-r-md);
background: var(--sh-cream-deep);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.75rem;
flex-shrink: 0;
transform: rotate(-3deg);
transition: transform 0.25s var(--sh-ease-spring);
}
.sh-field-card:hover .sh-field-card__emoji {
transform: rotate(3deg) scale(1.06);
}
.sh-field-card__body { flex: 1; min-width: 0; }
.sh-field-card__name {
font-family: var(--sh-font-display);
font-size: 1.0625rem;
font-weight: 600;
color: var(--sh-ink);
line-height: 1.2;
margin: 0 0 4px;
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-field-card__count {
font-size: 0.8125rem;
color: var(--sh-ink-mute);
}
.sh-field-card__count strong { color: var(--sh-navy); font-weight: 700; }
.sh-field-card__arrow {
width: 32px;
height: 32px;
border-radius: 50%;
background: var(--sh-cream-deep);
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.25s var(--sh-ease-spring);
}
.sh-stories {
background: var(--sh-cream-soft);
border-top: 1.5px solid var(--sh-line);
border-bottom: 1.5px solid var(--sh-line);
}
.sh-stories__grid {
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: var(--sh-5);
}
@media (max-width: 880px) { .sh-stories__grid { grid-template-columns: 1fr; } }
.sh-stories__small-stack {
display: flex;
flex-direction: column;
gap: var(--sh-3);
}
.sh-story {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
display: flex;
flex-direction: column;
transition: all 0.3s var(--sh-ease-out);
position: relative;
}
.sh-story:hover {
transform: translateY(-3px);
box-shadow: var(--sh-shadow-md);
}
.sh-story--feature {
padding: var(--sh-7);
background: linear-gradient(165deg, var(--sh-paper) 0%, var(--sh-cream-deep) 100%);
border-color: var(--sh-line-strong);
}
.sh-story__quote-mark {
font-family: var(--sh-font-display);
font-size: 4rem;
line-height: 0.7;
color: var(--sh-sun);
margin-bottom: var(--sh-2);
font-style: italic;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.sh-story__quote {
font-family: var(--sh-font-display);
font-size: 1.1875rem;
line-height: 1.45;
color: var(--sh-ink);
margin-bottom: var(--sh-5);
flex: 1;
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 400;
}
.sh-story--feature .sh-story__quote {
font-size: 1.625rem;
line-height: 1.35;
}
.sh-story__person {
display: flex;
align-items: center;
gap: var(--sh-3);
}
.sh-story__avatar {
width: 52px;
height: 52px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 1.0625rem;
flex-shrink: 0;
font-variation-settings: "opsz" 144, "SOFT" 50;
box-shadow: 0 0 0 3px var(--sh-paper), 0 4px 12px rgba(21, 38, 63, 0.14);
}
.sh-story__name {
font-family: var(--sh-font-body);
font-weight: 700;
font-size: 0.9375rem;
color: var(--sh-ink);
}
.sh-story__role {
font-size: 0.8125rem;
color: var(--sh-ink-mute);
margin-top: 2px;
}
.sh-story__win {
margin-top: var(--sh-4);
padding-top: var(--sh-3);
border-top: 1.5px dashed var(--sh-line);
display: flex;
align-items: center;
gap: var(--sh-2);
font-size: 0.8125rem;
color: var(--sh-ink-soft);
line-height: 1.4;
}
.sh-story__win-icon {
width: 32px;
height: 32px;
border-radius: var(--sh-r-sm);
background: var(--sh-mint-ghost);
color: var(--sh-mint-deep);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.sh-story__win strong { color: var(--sh-navy); font-weight: 700; }
.sh-faq {
max-width: 760px;
margin: 0 auto;
}
.sh-faq__item {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-lg);
margin-bottom: var(--sh-2);
overflow: hidden;
transition: all 0.2s var(--sh-ease);
}
.sh-faq__item[open] {
border-color: var(--sh-navy);
box-shadow: var(--sh-shadow-sm);
}
.sh-faq__item:hover { border-color: var(--sh-line-strong); }
.sh-faq__item[open]:hover { border-color: var(--sh-navy); }
.sh-faq__q {
list-style: none;
cursor: pointer;
padding: var(--sh-4) var(--sh-5);
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--sh-4);
font-family: var(--sh-font-display);
font-size: 1.125rem;
font-weight: 600;
color: var(--sh-ink);
line-height: 1.3;
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-faq__q::-webkit-details-marker { display: none; }
.sh-faq__q::marker { display: none; }
.sh-faq__icon {
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--sh-cream-deep);
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.25s var(--sh-ease-spring);
font-size: 1.25rem;
font-weight: 400;
line-height: 1;
}
.sh-faq__item[open] .sh-faq__icon {
background: var(--sh-navy);
color: var(--sh-cream);
transform: rotate(45deg);
}
.sh-faq__a {
padding: 0 var(--sh-5) var(--sh-5);
font-size: 0.9375rem;
line-height: 1.7;
color: var(--sh-ink-soft);
}
.sh-faq__a p { margin-bottom: var(--sh-2); }
.sh-faq__a p:last-child { margin-bottom: 0; }
.sh-faq__a a { color: var(--sh-coral); font-weight: 600; }
.sh-faq__a a:hover { text-decoration: underline; }
@media (max-width: 768px) {
.sh-container {
padding-left: var(--sh-3);
padding-right: var(--sh-3);
}
.sh-container--narrow { padding-left: var(--sh-3); padding-right: var(--sh-3); }
.sh-section { padding: var(--sh-7) 0; }
.sh-detail-hero { padding: var(--sh-6) 0 var(--sh-4); }
.sh-detail-body { padding: var(--sh-5) 0 var(--sh-7); }
.sh-listing-hero { padding: var(--sh-6) 0 var(--sh-4); }
.sh-section__head { margin-bottom: var(--sh-5); padding: 0; }
.sh-section__head h2,
.sh-section h2,
.sh-detail-hero__title,
.sh-listing-hero__title {
font-size: clamp(1.625rem, 7vw, 2.25rem) !important;
line-height: 1.1 !important;
}
.sh-section__head p,
.sh-listing-hero__lead { font-size: 0.9375rem; line-height: 1.55; }
.sh-hero { padding: var(--sh-6) 0 var(--sh-5); min-height: auto; }
.sh-hero__title { font-size: clamp(2rem, 9vw, 3.25rem); line-height: 1.05; }
.sh-hero__inner { gap: var(--sh-3); }
.sh-hero__lead { font-size: 1rem; line-height: 1.5; max-width: 100%; }
.sh-hero__search { max-width: 100%; }
.sh-hero__stats { gap: var(--sh-2); flex-wrap: wrap; justify-content: flex-start; }
.sh-hero__stat { font-size: 0.75rem; padding: 0.35rem 0.65rem; }
.sh-hero__decoration,
.sh-hero__deco,
.sh-hero__squiggle { display: none !important; }
.sh-hero__quick-links { gap: var(--sh-2); justify-content: flex-start; }
.sh-hero__quick-link { font-size: 0.8125rem; padding: 0.4rem 0.75rem; }
.sh-eyebrow { font-size: 0.7rem; padding: 4px 10px; }
.sh-cta-final__buttons { flex-direction: column; gap: var(--sh-2); width: 100%; }
.sh-cta-final__buttons .sh-btn { width: 100%; justify-content: center; }
.sh-cta-final__box { padding: var(--sh-5) var(--sh-4) !important; border-radius: var(--sh-r-lg) !important; }
.sh-cta-final__inner h2 { font-size: clamp(1.75rem, 7vw, 2.5rem) !important; }
.sh-cta-final__inner p { font-size: 1rem !important; }
.sh-featured__grid,
.sh-listing-grid,
.sh-stories__grid,
.sh-values-grid,
.sh-fields-grid { grid-template-columns: 1fr !important; gap: var(--sh-3) !important; }
.sh-card,
.sh-listing-card,
.sh-info-card,
.sh-story,
.sh-value-card { padding: var(--sh-4); border-radius: var(--sh-r-md); }
.sh-card__cover { aspect-ratio: 16 / 10; }
.sh-card__cover-initials { font-size: 2.5rem; }
.sh-card__title { font-size: 1.0625rem; line-height: 1.25; }
.sh-card__meta { gap: var(--sh-2); font-size: 0.75rem; }
.sh-card__body { padding: var(--sh-3); }
.sh-featured__head {
flex-direction: column !important;
align-items: flex-start !important;
gap: var(--sh-3) !important;
text-align: left !important;
}
.sh-featured__head h2 { text-align: left !important; }
.sh-trust { padding: var(--sh-5) 0; }
.sh-trust__inner {
flex-direction: column !important;
gap: var(--sh-3) !important;
text-align: center;
}
.sh-trust__logos {
justify-content: center;
gap: var(--sh-3);
width: 100%;
}
.sh-trust__logo { font-size: 0.9375rem; }
.sh-trust__label::after { display: none; }
.sh-destinations { padding: var(--sh-6) 0; }
.sh-destinations__grid-large {
grid-template-columns: 1fr !important;
gap: var(--sh-3);
}
.sh-destinations__grid-small {
grid-template-columns: repeat(2, 1fr) !important;
gap: var(--sh-2);
}
.sh-destinations__card { padding: var(--sh-4); }
.sh-destinations__card-large h3 { font-size: 1.25rem; }
.sh-destinations__card-small h4 { font-size: 0.9375rem; }
.sh-destinations__card p { font-size: 0.875rem; line-height: 1.5; }
.sh-destinations__meta { gap: var(--sh-2); flex-wrap: wrap; }
.sh-destinations__meta-item { font-size: 0.75rem; }
.sh-stories__small-stack { gap: var(--sh-2); }
.sh-story--feature { padding: var(--sh-5) !important; }
.sh-story--feature .sh-story__quote { font-size: 1.125rem !important; line-height: 1.45 !important; }
.sh-story__quote { font-size: 1rem; }
.sh-story__quote-mark { font-size: 3rem; }
.sh-field-card { padding: var(--sh-3); }
.sh-field-card__emoji { width: 44px; height: 44px; font-size: 1.5rem; }
.sh-field-card__name { font-size: 1rem; }
.sh-faq__q { padding: var(--sh-3) var(--sh-4); font-size: 1rem; gap: var(--sh-3); }
.sh-faq__a { padding: 0 var(--sh-4) var(--sh-4); font-size: 0.9375rem; }
.sh-faq__icon { width: 24px; height: 24px; font-size: 1.0625rem; }
.sh-footer { padding: var(--sh-6) 0 var(--sh-4); }
.sh-footer__newsletter {
grid-template-columns: 1fr !important;
gap: var(--sh-3) !important;
text-align: center;
padding: var(--sh-4);
justify-items: center;
}
.sh-footer__newsletter-form { width: 100%; flex-direction: column !important; gap: var(--sh-2) !important; }
.sh-footer__newsletter-form input { width: 100%; min-width: 0 !important; }
.sh-footer__newsletter-form button { width: 100%; }
.sh-footer__cols {
grid-template-columns: 1fr 1fr !important;
gap: var(--sh-4) !important;
}
.sh-footer__brand { grid-column: 1 / -1; text-align: left; margin-bottom: var(--sh-3); }
.sh-footer__brand-tagline { font-size: 0.875rem; }
.sh-footer__col h4 { font-size: 0.8125rem; margin-bottom: var(--sh-2); }
.sh-footer__col ul { gap: 6px; }
.sh-footer__col a { font-size: 0.875rem; }
.sh-footer__bottom {
flex-direction: column;
gap: var(--sh-3);
text-align: center;
padding-top: var(--sh-4);
}
.sh-footer__copyright { font-size: 0.75rem; }
.sh-detail-grid {
grid-template-columns: 1fr !important;
gap: var(--sh-4) !important;
}
.sh-detail-grid aside {
order: 2;
}
.sh-detail-main {
order: 1;
}
.sh-apply-card {
position: static !important;
margin-bottom: var(--sh-4);
}
.sh-detail-hero__title { font-size: clamp(1.625rem, 7vw, 2.25rem) !important; }
.sh-detail-hero__badges { gap: var(--sh-2); }
.sh-pill { font-size: 0.75rem; padding: 4px 10px; }
.sh-quick-facts { grid-template-columns: 1fr 1fr; gap: var(--sh-2); }
.sh-fact { padding: var(--sh-2) var(--sh-3); }
.sh-fact__label { font-size: 0.625rem; }
.sh-fact__value { font-size: 0.9rem; }
.sh-detail-hero__meta-item { font-size: 0.85rem; }
.sh-info-card { padding: var(--sh-4); }
.sh-info-card__head { gap: var(--sh-2); margin-bottom: var(--sh-3); }
.sh-info-card__title { font-size: 1.0625rem; }
.sh-info-card__icon { width: 36px; height: 36px; font-size: 1.125rem; }
.sh-info-card__body { font-size: 0.9375rem; line-height: 1.6; }
.sh-breadcrumb { font-size: 0.75rem; margin-bottom: var(--sh-3); }
.sh-breadcrumb a { white-space: nowrap; }
.sh-form { padding: 0; }
.sh-form__row {
grid-template-columns: 1fr !important;
gap: var(--sh-3);
}
.sh-form__group label,
.sh-form__row label { font-size: 0.875rem; }
.sh-input, .sh-textarea { padding: 0.75rem 1rem; font-size: 1rem; }
.sh-contact-grid {
grid-template-columns: 1fr !important;
gap: var(--sh-5) !important;
}
.sh-contact-item { padding: var(--sh-3); gap: var(--sh-3); }
.sh-contact-item__icon { font-size: 1.5rem; }
.sh-pricing-grid {
grid-template-columns: 1fr !important;
gap: var(--sh-3) !important;
}
.sh-price-card { padding: var(--sh-5); }
.sh-price-card__amount { font-size: 2.5rem; }
.sh-btn { font-size: 0.875rem; padding: 0.625rem 1.125rem; }
.sh-btn--lg { padding: 0.875rem 1.5rem; font-size: 1rem; }
.sh-btn--sm { font-size: 0.8125rem; padding: 0.5rem 0.875rem; }
.sh-listing-grid-w-sidebar {
grid-template-columns: 1fr !important;
gap: var(--sh-4);
}
.sh-filter-sidebar {
position: static !important;
margin-bottom: var(--sh-4);
}
.sh-hide-mobile { display: none !important; }
}
@media (max-width: 480px) {
.sh-container { padding-left: var(--sh-2); padding-right: var(--sh-2); }
.sh-section { padding: var(--sh-6) 0; }
.sh-hero__title { font-size: clamp(1.875rem, 10vw, 2.5rem); }
.sh-hero__lead { font-size: 0.9375rem; }
.sh-hero__search {
flex-direction: column !important;
background: var(--sh-paper);
border-radius: var(--sh-r-md) !important;
padding: var(--sh-2);
}
.sh-hero__search-icon { display: none; }
.sh-hero__search input { width: 100%; border-radius: var(--sh-r-sm) !important; text-align: center; }
.sh-hero__search button { width: 100%; border-radius: var(--sh-r-sm) !important; }
.sh-fields-grid { grid-template-columns: 1fr !important; }
.sh-footer__cols { grid-template-columns: 1fr !important; }
.sh-destinations__grid-small { grid-template-columns: 1fr !important; }
.sh-section h2 { font-size: clamp(1.5rem, 8vw, 2rem) !important; }
.sh-detail-hero__title,
.sh-listing-hero__title { font-size: clamp(1.5rem, 7.5vw, 2rem) !important; }
}
@media (hover: none) {
.sh-card:hover,
.sh-listing-card:hover,
.sh-field-card:hover,
.sh-value-card:hover,
.sh-story:hover {
transform: none;
}
}
@media (max-width: 768px) {
.sh-btn { min-height: 44px; }
.sh-faq__q { min-height: 56px; }
.sh-card a,
.sh-listing-card a { min-height: 44px; display: flex; align-items: center; }
.sh-mobile-menu nav a { padding: var(--sh-3) var(--sh-4); min-height: 48px; display: flex; align-items: center; }
.sh-save { width: 40px; height: 40px; }
.sh-save svg { width: 20px; height: 20px; }
.sh-input,
.sh-textarea,
select.sh-input,
.sh-hero__search input,
.sh-listing-hero__search input { font-size: 16px; }
}
body { overflow-x: clip; max-width: 100vw; }
.sh-container, section, main { max-width: 100%; }
.sh-footer .sh-container { max-width: var(--sh-container); margin-left: auto; margin-right: auto; }
.sh-cookies {
position: fixed;
bottom: var(--sh-3);
left: var(--sh-3);
right: var(--sh-3);
max-width: 520px;
z-index: 999;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line-strong);
border-radius: var(--sh-r-lg);
box-shadow: 0 12px 32px rgba(20, 30, 50, 0.12);
padding: var(--sh-4);
transform: translateY(20px);
opacity: 0;
transition: transform 0.4s var(--sh-ease-out), opacity 0.3s var(--sh-ease);
pointer-events: none;
}
.sh-cookies.is-visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.sh-cookies__inner {
display: flex;
flex-direction: column;
gap: var(--sh-3);
}
.sh-cookies__title {
font-family: var(--sh-font-display);
font-size: 1.0625rem;
font-weight: 600;
color: var(--sh-navy);
margin: 0 0 4px;
line-height: 1.2;
}
.sh-cookies__text {
font-size: 0.875rem;
line-height: 1.55;
color: var(--sh-ink-soft);
margin: 0;
}
.sh-cookies__link {
color: var(--sh-coral);
font-weight: 600;
white-space: nowrap;
}
.sh-cookies__link:hover { text-decoration: underline; }
.sh-cookies__actions {
display: flex;
gap: var(--sh-2);
flex-wrap: wrap;
justify-content: flex-end;
}
.sh-cookies__actions .sh-btn { flex: 1; min-width: 0; justify-content: center; }
@media (max-width: 480px) {
.sh-cookies { bottom: var(--sh-2); left: var(--sh-2); right: var(--sh-2); padding: var(--sh-3); }
.sh-cookies__title { font-size: 1rem; }
.sh-cookies__text { font-size: 0.8125rem; }
}
.sh-header__search-toggle {
width: 38px;
height: 38px;
border-radius: 50%;
background: transparent;
border: 1.5px solid var(--sh-line);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--sh-ink);
transition: all 0.2s var(--sh-ease);
}
.sh-header__search-toggle:hover {
background: var(--sh-cream-deep);
border-color: var(--sh-navy);
color: var(--sh-navy);
}
.sh-mobile-menu__search-link {
background: var(--sh-cream-deep);
display: inline-flex !important;
align-items: center;
gap: var(--sh-2);
font-weight: 600;
color: var(--sh-navy) !important;
}
.sh-search-overlay {
position: fixed;
inset: 0;
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s var(--sh-ease), visibility 0.25s;
}
.sh-search-overlay.is-open { opacity: 1; visibility: visible; }
.sh-search-overlay__backdrop {
position: absolute;
inset: 0;
background: rgba(15, 37, 64, 0.5);
backdrop-filter: blur(8px);
}
.sh-search-overlay__panel {
position: absolute;
top: 12vh;
left: 50%;
transform: translateX(-50%) translateY(-20px);
width: calc(100% - var(--sh-6));
max-width: 680px;
background: var(--sh-paper);
border-radius: var(--sh-r-xl);
box-shadow: 0 24px 64px rgba(15, 37, 64, 0.2);
padding: var(--sh-5);
transition: transform 0.3s var(--sh-ease-out);
}
.sh-search-overlay.is-open .sh-search-overlay__panel {
transform: translateX(-50%) translateY(0);
}
.sh-search-overlay__form {
position: relative;
display: flex;
align-items: center;
gap: var(--sh-2);
border-bottom: 2px solid var(--sh-line);
padding-bottom: var(--sh-2);
}
.sh-search-overlay__icon {
color: var(--sh-ink-mute);
flex-shrink: 0;
}
.sh-search-overlay__form input[type="search"] {
flex: 1;
border: 0;
background: transparent;
font-family: var(--sh-font-display);
font-size: 1.5rem;
color: var(--sh-ink);
outline: none;
padding: var(--sh-2) 0;
min-width: 0;
}
.sh-search-overlay__form input[type="search"]::placeholder {
color: var(--sh-ink-ghost);
font-style: normal;
}
.sh-search-overlay__close {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1.5px solid var(--sh-line);
background: transparent;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--sh-ink-mute);
flex-shrink: 0;
transition: all 0.2s var(--sh-ease);
}
.sh-search-overlay__close:hover {
background: var(--sh-cream-deep);
color: var(--sh-navy);
}
.sh-search-overlay__hints {
display: flex;
align-items: center;
gap: var(--sh-2);
flex-wrap: wrap;
margin-top: var(--sh-4);
font-size: 0.875rem;
}
.sh-search-overlay__hint-label {
color: var(--sh-ink-mute);
font-weight: 600;
text-transform: uppercase;
font-size: 0.7rem;
letter-spacing: 0.1em;
}
.sh-search-overlay__hints a {
padding: 4px 10px;
background: var(--sh-cream-deep);
border-radius: var(--sh-r-pill);
color: var(--sh-navy);
font-weight: 500;
text-decoration: none;
transition: all 0.2s var(--sh-ease);
}
.sh-search-overlay__hints a:hover {
background: var(--sh-sun);
color: var(--sh-navy);
}
@media (max-width: 600px) {
.sh-search-overlay__panel { padding: var(--sh-3); top: 8vh; }
.sh-search-overlay__form input[type="search"] { font-size: 1.125rem; }
.sh-search-overlay__hints { font-size: 0.8125rem; gap: 6px; }
}
.sh-share {
display: flex;
align-items: center;
gap: var(--sh-3);
padding: var(--sh-3) 0;
flex-wrap: wrap;
}
.sh-share__label {
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--sh-ink-mute);
}
.sh-share__buttons {
display: flex;
gap: var(--sh-1);
flex-wrap: wrap;
}
.sh-share__btn {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--sh-cream-deep);
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.2s var(--sh-ease);
border: 1.5px solid transparent;
position: relative;
}
.sh-share__btn:hover {
transform: translateY(-2px);
color: white;
box-shadow: 0 4px 12px rgba(15, 37, 64, 0.15);
}
.sh-share__btn--whatsapp:hover { background: #25D366; }
.sh-share__btn--twitter:hover  { background: #000; }
.sh-share__btn--linkedin:hover { background: #0A66C2; }
.sh-share__btn--facebook:hover { background: #1877F2; }
.sh-share__btn--copy:hover     { background: var(--sh-navy); }
.sh-share__btn.is-copied {
background: var(--sh-mint);
color: var(--sh-navy);
transform: scale(1.1);
}
.sh-share__btn.is-copied::after {
content: 'Copied!';
position: absolute;
top: calc(100% + 6px);
left: 50%;
transform: translateX(-50%);
background: var(--sh-navy);
color: var(--sh-cream);
font-size: 0.75rem;
padding: 4px 8px;
border-radius: var(--sh-r-sm);
white-space: nowrap;
animation: sh-tooltip-pop 0.3s var(--sh-ease-spring);
}
@keyframes sh-tooltip-pop {
from { opacity: 0; transform: translateX(-50%) translateY(-4px); }
to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.sh-share--compact {
padding: 0;
gap: var(--sh-2);
}
.sh-share--compact .sh-share__btn {
width: 32px;
height: 32px;
}
.sh-sticky-cta {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--sh-navy);
color: var(--sh-cream);
z-index: 100;
transform: translateY(100%);
opacity: 0;
transition: transform 0.35s var(--sh-ease-out), opacity 0.25s var(--sh-ease);
pointer-events: none;
box-shadow: 0 -8px 24px rgba(15, 37, 64, 0.18);
}
.sh-sticky-cta.is-visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.sh-sticky-cta__inner {
display: flex;
align-items: center;
gap: var(--sh-3);
padding: var(--sh-2) var(--sh-3);
}
.sh-sticky-cta__text {
flex: 1;
display: flex;
align-items: center;
gap: var(--sh-2);
min-width: 0;
font-size: 0.9375rem;
}
.sh-sticky-cta__emoji {
font-size: 1.25rem;
flex-shrink: 0;
}
.sh-sticky-cta__label {
color: var(--sh-cream);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sh-sticky-cta__close {
width: 32px;
height: 32px;
border-radius: 50%;
background: transparent;
border: 1.5px solid rgba(226, 234, 244, 0.2);
color: var(--sh-cream);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
transition: all 0.2s var(--sh-ease);
}
.sh-sticky-cta__close:hover {
background: rgba(226, 234, 244, 0.1);
border-color: rgba(226, 234, 244, 0.4);
}
body.has-sticky-apply .sh-sticky-cta { display: none; }
@media (max-width: 600px) {
.sh-sticky-cta__label {
white-space: normal;
font-size: 0.8125rem;
line-height: 1.3;
}
.sh-sticky-cta__inner { padding: var(--sh-2); gap: var(--sh-2); }
.sh-sticky-cta__emoji { display: none; }
}
@media (max-width: 420px) {
.sh-sticky-cta__label { display: none; }
}
.skip-link {
position: absolute !important;
left: -9999px !important;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip-link:focus {
position: fixed !important;
left: var(--sh-3) !important;
top: var(--sh-3) !important;
width: auto;
height: auto;
padding: var(--sh-2) var(--sh-3);
background: var(--sh-navy);
color: var(--sh-cream);
text-decoration: none;
border-radius: var(--sh-r-md);
z-index: 9999;
}
.sh-listing-card__stats {
padding-right: 48px;
flex-wrap: wrap;
row-gap: var(--sh-1);
}
@media (max-width: 540px) {
.sh-listing-card__arrow {
bottom: var(--sh-3);
right: var(--sh-3);
width: 30px;
height: 30px;
}
.sh-listing-card__stats { padding-right: 40px; }
}
@media (max-width: 860px) {
.sh-header__cta .sh-btn--coral {
display: none;
}
.sh-header__cta {
gap: var(--sh-2);
}
}
.sh-dest-grid {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
gap: var(--sh-3);
}
.sh-dest-card {
min-height: 140px;
padding: var(--sh-4);
}
.sh-dest-card__flag {
font-size: 2.25rem;
}
.sh-dest-card__name {
font-size: 1rem;
}
.sh-dest-card__meta {
font-size: 0.75rem;
}
@media (max-width: 640px) {
.sh-dest-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--sh-2);
}
.sh-dest-card {
min-height: 120px;
padding: var(--sh-3);
}
.sh-dest-card__flag {
font-size: 1.875rem;
}
}
.sh-social {
display: flex;
gap: var(--sh-2);
flex-wrap: wrap;
}
.sh-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.06);
color: var(--sh-cream);
transition: all 0.2s var(--sh-ease);
}
.sh-social a:hover {
background: var(--sh-sun);
color: var(--sh-navy);
transform: translateY(-2px);
}
.sh-social a svg {
width: 16px;
height: 16px;
}
.sh-testimonials__disclaimer {
text-align: center;
font-size: 0.75rem;
color: var(--sh-ink-mute);
margin-top: var(--sh-5);
font-style: italic;
opacity: 0.7;
}
.sh-detail-body .sh-info-card__body h2 {
font-family: var(--sh-font-serif);
font-size: 1.5rem;
margin: var(--sh-6) 0 var(--sh-3);
color: var(--sh-navy);
}
.sh-detail-body .sh-info-card__body h2:first-child { margin-top: 0; }
.sh-detail-body .sh-info-card__body h3 {
font-size: 1.125rem;
margin: var(--sh-4) 0 var(--sh-2);
color: var(--sh-ink);
font-weight: 700;
}
.sh-detail-body .sh-info-card__body ul,
.sh-detail-body .sh-info-card__body ol {
padding-left: var(--sh-5);
margin: var(--sh-3) 0;
}
.sh-detail-body .sh-info-card__body li {
margin-bottom: var(--sh-1);
}
.sh-detail-body .sh-info-card__body p {
margin-bottom: var(--sh-3);
}
.sh-detail-body .sh-info-card__body table {
width: 100%;
border-collapse: collapse;
margin: var(--sh-4) 0;
font-size: 0.875rem;
}
.sh-detail-body .sh-info-card__body th,
.sh-detail-body .sh-info-card__body td {
border: 1.5px solid var(--sh-line);
padding: var(--sh-2) var(--sh-3);
text-align: left;
}
.sh-detail-body .sh-info-card__body th {
background: var(--sh-cream-soft);
font-weight: 700;
}
.sh-about-values {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--sh-4);
margin: var(--sh-6) 0;
}
.sh-about-value {
padding: var(--sh-5);
background: var(--sh-cream-soft);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-lg);
}
.sh-about-value__icon {
font-size: 1.75rem;
margin-bottom: var(--sh-2);
}
.sh-about-value h3 {
font-size: 1rem;
font-weight: 700;
margin-bottom: var(--sh-2);
color: var(--sh-navy);
}
.sh-about-value p {
font-size: 0.875rem;
color: var(--sh-ink-soft);
line-height: 1.6;
}
.sh-about-timeline {
margin: var(--sh-6) 0;
border-left: 2.5px dashed var(--sh-line);
padding-left: var(--sh-5);
}
.sh-about-timeline__item {
margin-bottom: var(--sh-5);
position: relative;
}
.sh-about-timeline__item::before {
content: '';
position: absolute;
left: calc(var(--sh-5) * -1 - 8px);
top: 6px;
width: 14px;
height: 14px;
border-radius: 50%;
background: var(--sh-sun);
border: 3px solid var(--sh-cream);
}
.sh-about-timeline__year {
font-family: var(--sh-font-serif);
font-size: 1.25rem;
font-weight: 700;
color: var(--sh-coral);
margin-bottom: var(--sh-1);
}
.sh-about-timeline__title {
font-size: 1.0625rem;
font-weight: 700;
margin-bottom: var(--sh-1);
color: var(--sh-navy);
}
.sh-about-timeline__text {
color: var(--sh-ink-soft);
font-size: 0.9375rem;
}
.sh-about-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: var(--sh-3);
margin: var(--sh-5) 0;
padding: var(--sh-5);
background: var(--sh-cream-soft);
border-radius: var(--sh-r-lg);
border: 1.5px solid var(--sh-line);
}
.sh-about-stat {
text-align: center;
}
.sh-about-stat__num {
font-family: var(--sh-font-serif);
font-size: 1.875rem;
font-weight: 700;
color: var(--sh-navy);
display: block;
line-height: 1;
}
.sh-about-stat__label {
font-size: 0.8125rem;
color: var(--sh-ink-soft);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-top: var(--sh-1);
}
.sh-listing-card-wrap {
position: relative;
display: block;
}
img.sh-twemoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
display: inline-block;
}
.sh-dest-card__flag img.sh-twemoji {
height: 2.25rem;
width: 2.25rem;
vertical-align: middle;
}
@media (max-width: 640px) {
.sh-dest-card__flag img.sh-twemoji {
height: 1.875rem;
width: 1.875rem;
}
}
.sh-flag-chip__emoji img.sh-twemoji {
height: 1em;
width: 1em;
vertical-align: middle;
}
.sh-footer--v3 { padding: var(--sh-12) 0 var(--sh-6); }
.shf-top {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: var(--sh-8);
align-items: center;
position: relative;
z-index: 1;
}
.shf-invite .sh-eyebrow {
background: var(--sh-sun-ghost);
color: var(--sh-sun);
border-color: rgba(0, 86, 210, 0.3);
}
.shf-invite__title {
font-family: var(--sh-font-display);
color: var(--sh-cream);
font-size: clamp(1.7rem, 2.6vw, 2.35rem);
line-height: 1.08;
letter-spacing: -0.01em;
margin: 0.55rem 0 0.5rem;
}
.shf-invite__sub {
color: rgba(226, 234, 244, 0.62);
font-size: 0.95rem;
line-height: 1.6;
margin: 0;
max-width: 44ch;
}
.shf-news__row {
display: flex;
gap: 0.4rem;
background: rgba(0, 0, 0, 0.22);
border: 1.5px solid rgba(0, 86, 210, 0.22);
border-radius: var(--sh-r-pill);
padding: 0.35rem 0.35rem 0.35rem 1.15rem;
transition: border-color 0.2s var(--sh-ease);
}
.shf-news__row:focus-within { border-color: var(--sh-sun); }
.shf-news__row input {
flex: 1 1 auto;
min-width: 0;
background: transparent;
border: 0;
outline: 0;
color: var(--sh-cream);
font-size: 0.95rem;
font-family: var(--sh-font-body);
}
.shf-news__row input::placeholder { color: rgba(226, 234, 244, 0.42); }
.shf-news__row .sh-btn { white-space: nowrap; flex-shrink: 0; }
.shf-news__fine { font-size: 0.75rem; color: rgba(226, 234, 244, 0.4); margin: 0.65rem 0 0; }
.shf-news__ok   { font-size: 0.8125rem; color: var(--sh-sun); margin: 0.65rem 0 0; }
.shf-rule {
height: 1px;
background: linear-gradient(90deg, transparent, rgba(0, 86, 210, 0.28), transparent);
margin: var(--sh-8) 0;
position: relative;
z-index: 1;
}
.shf-main {
display: grid;
grid-template-columns: 1fr 2.4fr;
gap: var(--sh-8);
position: relative;
z-index: 1;
}
.shf-brand .sh-logo { color: var(--sh-cream); }
.shf-brand__tag {
font-size: 0.95rem;
line-height: 1.6;
color: rgba(226, 234, 244, 0.62);
margin: var(--sh-4) 0 0;
max-width: 36ch;
}
.shf-contact {
display: flex;
flex-direction: column;
gap: 0.55rem;
font-size: 0.85rem;
margin-top: var(--sh-4);
}
.shf-contact a {
color: rgba(226, 234, 244, 0.78);
display: inline-flex;
align-items: center;
gap: 0.45em;
width: fit-content;
}
.shf-contact a:hover { color: var(--sh-sun); }
.shf-contact address {
font-style: normal;
font-size: 0.78rem;
color: rgba(226, 234, 244, 0.5);
line-height: 1.55;
}
.shf-social { display: flex; gap: 0.55rem; flex-wrap: wrap; margin-top: var(--sh-5); }
.shf-social a {
width: 38px;
height: 38px;
border-radius: 50%;
border: 1.5px solid rgba(226, 234, 244, 0.16);
display: inline-flex;
align-items: center;
justify-content: center;
color: rgba(226, 234, 244, 0.72);
transition: all 0.2s var(--sh-ease-spring);
}
.shf-social a:hover {
background: var(--sh-sun);
border-color: var(--sh-sun);
color: var(--sh-navy);
transform: translateY(-2px);
}
.shf-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sh-6) var(--sh-5); }
.shf-group + .shf-group { margin-top: var(--sh-6); }
.shf-col h4 {
font-family: var(--sh-font-body);
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sh-sun);
margin: 0 0 var(--sh-4);
}
.shf-col ul { display: flex; flex-direction: column; gap: 0.7rem; list-style: none; margin: 0; padding: 0; }
.shf-col a {
font-size: 0.92rem;
color: rgba(226, 234, 244, 0.66);
transition: color 0.2s var(--sh-ease), padding-left 0.2s var(--sh-ease);
display: inline-block;
}
.shf-col a:hover { color: var(--sh-cream); padding-left: 4px; }
.shf-bottom {
display: flex;
flex-direction: column;
gap: var(--sh-4);
margin-top: var(--sh-8);
padding-top: var(--sh-5);
border-top: 1.5px solid rgba(226, 234, 244, 0.1);
position: relative;
z-index: 1;
}
.shf-legal {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1.4rem;
}
.shf-legal a {
font-size: 0.8rem;
color: rgba(226, 234, 244, 0.55);
transition: color 0.2s var(--sh-ease);
}
.shf-legal a:hover { color: var(--sh-cream); }
.shf-bottom__bar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--sh-3);
}
.shf-copy { font-size: 0.82rem; color: rgba(226, 234, 244, 0.5); margin: 0; }
.shf-copy span { color: var(--sh-coral); }
.shf-totop {
display: inline-flex;
align-items: center;
gap: 0.45rem;
font-size: 0.82rem;
font-weight: 600;
color: rgba(226, 234, 244, 0.72);
background: transparent;
border: 1.5px solid rgba(226, 234, 244, 0.16);
border-radius: var(--sh-r-pill);
padding: 0.5rem 0.95rem;
cursor: pointer;
transition: all 0.2s var(--sh-ease);
}
.shf-totop:hover { color: var(--sh-navy); background: var(--sh-sun); border-color: var(--sh-sun); transform: translateY(-1px); }
@media (max-width: 860px) {
.shf-top  { grid-template-columns: 1fr; gap: var(--sh-5); }
.shf-main { grid-template-columns: 1fr; gap: var(--sh-7); }
.shf-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sh-6) var(--sh-5); }
}
@media (max-width: 380px) {
.shf-cols { grid-template-columns: 1fr; gap: var(--sh-5); }
}
.sh-header {
background: rgba(226, 234, 244, 0.8);
border-bottom: 1px solid rgba(21, 38, 63, 0.08);
transition: background 0.3s var(--sh-ease), box-shadow 0.3s var(--sh-ease), border-color 0.3s var(--sh-ease);
}
.sh-header.is-scrolled {
background: rgba(226, 234, 244, 0.93);
box-shadow: 0 6px 28px rgba(21, 38, 63, 0.09);
border-bottom-color: transparent;
}
.sh-nav a {
position: relative;
font-weight: 500;
color: var(--sh-ink-soft);
background: transparent;
transition: color 0.2s var(--sh-ease);
}
.sh-nav a::after {
content: '';
position: absolute;
left: 50%;
right: 50%;
bottom: 0.25rem;
height: 2px;
border-radius: 2px;
background: var(--sh-sun);
transition: left 0.25s var(--sh-ease), right 0.25s var(--sh-ease);
}
.sh-nav a:hover {
color: var(--sh-navy);
background: transparent;
}
.sh-nav a:hover::after,
.sh-nav a.is-active::after {
left: 0.5rem;
right: 0.5rem;
}
.sh-nav a.is-active { color: var(--sh-navy); background: transparent; }
.sh-header__search-toggle,
.sh-header__saved {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1.5px solid var(--sh-line);
background: transparent;
color: var(--sh-ink-soft);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: color 0.2s var(--sh-ease), background 0.2s var(--sh-ease),
border-color 0.2s var(--sh-ease), transform 0.2s var(--sh-ease-spring);
}
.sh-header__search-toggle:hover,
.sh-header__saved:hover {
color: var(--sh-navy);
background: var(--sh-cream-deep);
border-color: var(--sh-navy);
transform: translateY(-1px);
}
.sh-header__saved { position: relative; }
.sh-header__saved [data-sh-saved-count] {
position: absolute;
top: -5px;
right: -5px;
min-width: 17px;
height: 17px;
padding: 0 4px;
background: var(--sh-coral);
color: #fff;
font-size: 0.62rem;
font-weight: 800;
line-height: 1;
border-radius: 9px;
align-items: center;
justify-content: center;
border: 2px solid var(--sh-cream);
box-shadow: 0 1px 4px rgba(0, 86, 210, 0.4);
}
.sh-menu-toggle {
border: 1.5px solid var(--sh-line);
background: transparent;
color: var(--sh-navy);
border-radius: var(--sh-r-md);
transition: background 0.2s var(--sh-ease), border-color 0.2s var(--sh-ease);
}
.sh-menu-toggle:hover { background: var(--sh-cream-deep); border-color: var(--sh-navy); }
.sh-header__cta .sh-btn--coral {
box-shadow: 0 2px 10px rgba(0, 86, 210, 0.22);
transition: transform 0.2s var(--sh-ease), box-shadow 0.2s var(--sh-ease);
}
.sh-header__cta .sh-btn--coral:hover {
transform: translateY(-1px);
box-shadow: 0 7px 20px rgba(0, 86, 210, 0.34);
}
.sh-header__cta .sh-btn--coral .sh-arrow { transition: transform 0.2s var(--sh-ease); }
.sh-header__cta .sh-btn--coral:hover .sh-arrow { transform: translateX(3px); }
.sh-apply-card { position: static; top: auto; }
.sh-detail-grid > aside {
position: sticky;
top: calc(var(--sh-header-h) + var(--sh-3));
align-self: start;
}
@media (max-width: 1024px) {
.sh-detail-grid > aside { position: static; top: auto; }
}
.sh-404 { position: relative; padding: var(--sh-14) 0; overflow: hidden; }
.sh-404__bg {
position: absolute; inset: 0; z-index: 0; pointer-events: none;
background:
radial-gradient(60% 55% at 50% 0%, rgba(0,86,210,0.10), rgba(0,86,210,0) 70%),
radial-gradient(42% 42% at 84% 24%, rgba(77,143,219,0.12), rgba(77,143,219,0) 70%),
radial-gradient(circle at center, rgba(16,42,76,0.055) 1px, transparent 1.7px);
background-size: auto, auto, 26px 26px;
-webkit-mask-image: radial-gradient(78% 70% at 50% 28%, #000 0%, transparent 100%);
mask-image: radial-gradient(78% 70% at 50% 28%, #000 0%, transparent 100%);
}
.sh-404__inner { position: relative; z-index: 1; text-align: center; max-width: 660px; margin: 0 auto; }
.sh-404__badge {
display: flex; align-items: center; justify-content: center;
gap: clamp(0.3rem, 1.6vw, 1rem); margin-bottom: var(--sh-4);
}
.sh-404__digit {
font-family: var(--sh-font-display);
font-size: clamp(5.5rem, 17vw, 10rem); font-weight: 800; line-height: 0.9;
font-variation-settings: "opsz" 144, "wght" 800;
background: linear-gradient(158deg, var(--sh-navy) 0%, var(--sh-blue) 92%);
-webkit-background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; color: transparent;
}
.sh-404__o {
position: relative; display: inline-flex; align-items: center; justify-content: center;
width: clamp(4.6rem, 14.5vw, 8.4rem); height: clamp(4.6rem, 14.5vw, 8.4rem);
}
.sh-404__o-ring {
position: absolute; inset: 0; border-radius: 50%;
background: radial-gradient(circle at 50% 32%, var(--sh-sky-soft), var(--sh-blue-soft));
box-shadow: 0 20px 48px rgba(0,86,210,0.26), inset 0 0 0 5px rgba(255,255,255,0.9);
}
.sh-404__compass {
position: relative; display: inline-flex; color: var(--sh-blue);
filter: drop-shadow(0 6px 14px rgba(0,86,210,0.35));
animation: sh-404-bob 3.4s ease-in-out infinite;
}
.sh-404__compass svg { width: clamp(38px, 7.5vw, 70px); height: auto; }
@keyframes sh-404-bob { 0%,100%{ transform: translateY(0) rotate(-6deg);} 50%{ transform: translateY(-7px) rotate(6deg);} }
@media (prefers-reduced-motion: reduce) { .sh-404__compass { animation: none; } }
.sh-404__eyebrow {
display: inline-block; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em;
text-transform: uppercase; color: var(--sh-blue);
background: var(--sh-sky-soft); padding: 0.36rem 0.85rem; border-radius: var(--sh-r-pill);
margin-bottom: var(--sh-3);
}
.sh-404__title {
font-family: var(--sh-font-display);
font-size: clamp(1.8rem, 4.5vw, 2.7rem); letter-spacing: -0.02em;
color: var(--sh-navy); margin: 0 0 var(--sh-3); line-height: 1.1;
}
.sh-404__sub {
font-size: 1.06rem; color: var(--sh-ink-soft); line-height: 1.6;
margin: 0 auto var(--sh-6); max-width: 490px;
}
.sh-404__search {
display: flex; align-items: center; gap: 0.4rem;
background: var(--sh-paper); border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-pill); padding: 0.35rem 0.35rem 0.35rem 1rem;
max-width: 490px; margin: 0 auto var(--sh-6); box-shadow: var(--sh-shadow-sm);
transition: border-color 0.2s var(--sh-ease), box-shadow 0.2s var(--sh-ease);
}
.sh-404__search:focus-within { border-color: var(--sh-blue); box-shadow: var(--sh-shadow-md); }
.sh-404__search-icon { display: inline-flex; color: var(--sh-ink-mute); }
.sh-404__search input {
flex: 1 1 auto; min-width: 0; border: 0; outline: 0; background: transparent;
font-size: 0.95rem; color: var(--sh-ink); font-family: var(--sh-font-body);
}
.sh-404__search .sh-btn { flex-shrink: 0; }
.sh-404__grid {
display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem;
margin: 0 auto var(--sh-7); max-width: 620px;
}
.sh-404__card {
display: flex; align-items: center; gap: 0.7rem; text-align: left;
flex: 1 1 260px; max-width: 300px;
padding: 0.8rem 0.9rem; border-radius: var(--sh-r-lg);
background: var(--sh-paper); border: 1.5px solid var(--sh-line);
color: var(--sh-navy); text-decoration: none;
transition: transform 0.2s var(--sh-ease-spring), border-color 0.2s var(--sh-ease), box-shadow 0.2s var(--sh-ease);
}
.sh-404__card:hover { transform: translateY(-3px); border-color: var(--sh-blue-soft); box-shadow: var(--sh-shadow-md); }
.sh-404__card-ic {
display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
width: 42px; height: 42px; border-radius: 12px;
background: var(--sh-sky-soft); color: var(--sh-blue);
}
.sh-404__card-tx { display: flex; flex-direction: column; line-height: 1.25; flex: 1 1 auto; min-width: 0; }
.sh-404__card-tx strong { font-weight: 700; font-size: 0.98rem; color: var(--sh-navy); }
.sh-404__card-tx small { color: var(--sh-ink-mute); font-size: 0.8rem; margin-top: 1px; }
.sh-404__card-arrow { display: inline-flex; flex-shrink: 0; color: var(--sh-ink-ghost); transition: transform 0.2s var(--sh-ease), color 0.2s var(--sh-ease); }
.sh-404__card:hover .sh-404__card-arrow { color: var(--sh-blue); transform: translateX(3px); }
.sh-404__home { margin: 0 auto; }
.sh-listing-card-wrap { height: 100%; }
.sh-listing-card { display: flex; flex-direction: column; }
.sh-listing-card__body { flex: 1 1 auto; }
.sh-listing-card__stats { margin-top: auto; }
.sh-pill--link { text-decoration: none; cursor: pointer; transition: transform 0.2s var(--sh-ease-spring), box-shadow 0.2s var(--sh-ease); }
.sh-pill--link:hover { transform: translateY(-1px); box-shadow: var(--sh-shadow-sm); }
select.sh-input {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2315263f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.9rem center;
padding-right: 2.4rem;
cursor: pointer;
}
.sh-detail-list,
.sh-info-card__body ul.sh-detail-list,
.sh-detail-body .sh-info-card__body ul.sh-detail-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: var(--sh-2);
}
.sh-detail-list li,
.sh-info-card__body ul.sh-detail-list li,
.sh-detail-body .sh-info-card__body ul.sh-detail-list li {
position: relative;
padding-left: 1.75rem;
margin: 0;
line-height: 1.6;
color: var(--sh-ink-soft);
list-style: none;
}
.sh-detail-list li::before {
content: "";
position: absolute;
left: 0.25rem;
top: 0.6em;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--sh-coral);
}
.sh-card-expired {
align-self: flex-start;
background: #fbeaea;
color: #8a2326;
border: 1px solid #e7b3b3;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 0.2rem 0.55rem;
border-radius: var(--sh-r-pill);
}
.sh-deadline-passed {
display: flex;
align-items: center;
gap: var(--sh-2);
background: #fbeaea;
border: 1.5px solid #e7b3b3;
color: #8a2326;
font-weight: 600;
font-size: 0.9rem;
padding: var(--sh-3) var(--sh-4);
border-radius: var(--sh-r-md);
margin-bottom: var(--sh-4);
}
.sh-foryou-reason {
margin-top: var(--sh-2);
padding: var(--sh-3) var(--sh-4);
background: var(--sh-sun-ghost);
border: 1.5px solid var(--sh-sun-soft);
border-radius: var(--sh-r-md);
font-size: 0.92rem;
line-height: 1.5;
color: var(--sh-ink-soft);
}
.sh-foryou-reason__label {
display: inline-block;
font-weight: 700;
font-size: 0.7rem;
letter-spacing: 0.07em;
text-transform: uppercase;
color: var(--sh-navy);
margin-right: 6px;
}
.sh-video-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: var(--sh-5, 24px);
margin-top: var(--sh-5, 24px);
}
.sh-video {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
border-radius: var(--sh-radius, 16px);
overflow: hidden;
background: var(--sh-card, #fff);
border: 1px solid var(--sh-line, #ece7db);
box-shadow: 0 1px 2px rgba(16, 42, 76, .05);
transition: transform .15s ease, box-shadow .15s ease;
}
.sh-video:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16, 42, 76, .12); }
.sh-video__thumb {
position: relative;
display: block;
aspect-ratio: 16 / 9;
background-size: cover;
background-position: center;
background-color: #1e2530;
}
.sh-video__play {
position: absolute;
inset: 0;
margin: auto;
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(0, 86, 210, .95);
color: #fff;
box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
transition: transform .15s ease, background .15s ease;
}
.sh-video:hover .sh-video__play { transform: scale(1.08); background: var(--sh-coral, #FF6B6B); }
.sh-video__title {
padding: 14px 16px;
font-weight: 600;
font-size: 15px;
line-height: 1.35;
color: var(--sh-navy, #1E3A5F);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sh-video__embed {
position: relative;
aspect-ratio: 16 / 9;
border-radius: var(--sh-radius, 16px);
overflow: hidden;
background: #000;
}
.sh-video__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.shf-videos { margin: 6px 0; }
.shf-videos__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.shf-videos__head h4 { margin: 0; font-size: 15px; }
.shf-videos__sub { font-size: 13px; font-weight: 700; color: var(--sh-sun, #FFC93C); text-decoration: none; white-space: nowrap; }
.shf-videos__sub:hover { text-decoration: underline; }
.shf-videos__row { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.shf-video { display: block; text-decoration: none; color: inherit; }
.shf-video__thumb { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 10px; background-size: cover; background-position: center; background-color: #1e2530; }
.shf-video__play { position: absolute; inset: 0; margin: auto; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(0, 86, 210, .95); color: #fff; }
.shf-video:hover .shf-video__play { background: var(--sh-coral, #FF6B6B); }
.shf-video__title { display: -webkit-box; margin-top: 8px; font-size: 13px; line-height: 1.35; opacity: .92; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body {
font-family: var(--sh-font-body);
line-height: 1.6;
letter-spacing: normal;
color: var(--sh-ink-soft);
background: var(--sh-cream);
}
::selection { background: var(--sh-blue); color: #fff; }
a { color: var(--sh-blue); }
a:hover { color: var(--sh-blue-deep); }
h1, h2, h3, h4, h5, h6 {
font-family: var(--sh-font-display);
font-variation-settings: normal;
font-weight: 700;
color: var(--sh-ink);
letter-spacing: var(--sh-track-tight);
line-height: 1.22;
}
h1 { line-height: 1.15; }
.sh-display-1, .sh-display-2 {
font-variation-settings: normal;
font-weight: 700;
letter-spacing: -0.018em;
line-height: 1.1;
}
.sh-italic-serif,
.sh-hero__title em,
.sh-hero__title .accent-coral {
font-style: normal;
font-variation-settings: normal;
color: var(--sh-blue);
font-weight: 700;
}
.sh-underline-squiggle::after {
background-image: none;
background: var(--sh-blue);
height: 3px;
border-radius: 2px;
left: 0; right: 0; bottom: -3px;
opacity: 1;
}
.sh-eyebrow {
font-weight: 700;
letter-spacing: 0.07em;
font-size: 0.76rem;
color: var(--sh-blue);
background: var(--sh-blue-ghost);
border: 0;
padding: 0.32rem 0.7rem;
border-radius: var(--sh-r-pill);
}
.sh-eyebrow--mint { color: var(--sh-mint-deep); background: var(--sh-mint-ghost); }
.sh-header {
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(10px) saturate(140%);
-webkit-backdrop-filter: blur(10px) saturate(140%);
border-bottom: 1px solid var(--sh-line);
}
.sh-header.is-scrolled,
.sh-header.scrolled { box-shadow: var(--sh-shadow-sm); }
.sh-logo__icon { border-radius: 9px; box-shadow: none; }
.sh-btn {
border-radius: var(--sh-r-md);
font-weight: 600;
letter-spacing: normal;
transition: background 0.18s var(--sh-ease),
color 0.18s var(--sh-ease),
border-color 0.18s var(--sh-ease),
box-shadow 0.2s var(--sh-ease-out),
transform 0.2s var(--sh-ease-out);
}
.sh-btn:active { transform: translateY(1px); }
.sh-btn--primary,
.sh-btn--coral,
.sh-btn--sun,
.sh-btn--amber {
background: var(--sh-blue);
color: #fff;
box-shadow: none;
}
.sh-btn--primary:hover,
.sh-btn--coral:hover,
.sh-btn--sun:hover,
.sh-btn--amber:hover {
background: var(--sh-blue-deep);
color: #fff;
transform: translateY(-1px);
box-shadow: var(--sh-shadow-sm);
}
.sh-btn--ghost {
background: var(--sh-paper);
color: var(--sh-blue);
border: 1.5px solid var(--sh-blue);
}
.sh-btn--ghost:hover {
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
border-color: var(--sh-blue-deep);
transform: none;
}
.sh-btn--ghost-light {
background: transparent;
color: #fff;
border: 1.5px solid rgba(255,255,255,0.55);
}
.sh-btn--ghost-light:hover {
background: rgba(255,255,255,0.12);
color: #fff;
border-color: #fff;
}
.sh-card,
.sh-listing-card {
background: var(--sh-paper);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-xl);
box-shadow: var(--sh-shadow-sm);
transition: transform 0.2s var(--sh-ease-out),
box-shadow 0.2s var(--sh-ease-out),
border-color 0.2s var(--sh-ease-out);
}
.sh-card:hover,
.sh-listing-card:hover {
transform: translateY(-3px);
box-shadow: var(--sh-shadow-md);
border-color: var(--sh-line-strong);
}
.sh-listing-card__media { background: var(--sh-cream-deep); }
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
select, textarea {
border-radius: var(--sh-r-md);
border: 1px solid var(--sh-line-strong);
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
outline: none;
border-color: var(--sh-blue);
box-shadow: 0 0 0 3px var(--sh-blue-ghost);
}
a:focus-visible, button:focus-visible, .sh-btn:focus-visible {
outline: 2px solid var(--sh-blue);
outline-offset: 2px;
}
.sh-section--dark {
background: var(--sh-navy-deep);
color: rgba(255, 255, 255, 0.85);
}
.sh-section--dark h1, .sh-section--dark h2,
.sh-section--dark h3, .sh-section--dark h4 { color: #fff; }
.sh-footer { background: var(--sh-navy-deep); color: rgba(226, 234, 244, 0.62); }
.sh-hero__float { display: none !important; }
.sh-hero__stat-num,
.sh-hero__stat-label { display: block; }
.sh-hero__stat-num { font-variation-settings: normal; font-weight: 700; }
.sh-hero__search .sh-btn {
background: var(--sh-blue) !important;
color: #fff !important;
}
.sh-hero__search .sh-btn:hover { background: var(--sh-blue-deep) !important; }
.sh-step::before,
.sh-about-timeline__item::before,
.sh-social a:hover,
.shf-social a:hover,
.sh-footer__totop:hover,
.shf-totop:hover,
.sh-search-overlay__hints a:hover { color: #fff; }
.sh-cta-final__box { background: var(--sh-navy-deep); }
.sh-cta-final h2 { color: #fff; }
.sh-cta-final h2 .sh-italic-serif { color: var(--sh-sky-bright); }
.sh-cta-final p { color: rgba(255, 255, 255, 0.82); }
.sh-footer__col h4,
.shf-col h4 { color: var(--sh-cream); }
.sh-footer__contact a:hover,
.shf-contact a:hover { color: var(--sh-sky-bright); }
.shf-news__ok { color: #5FD39A; }
.sh-footer__newsletter-head .sh-eyebrow,
.shf-invite .sh-eyebrow,
.sh-destinations__head .sh-eyebrow,
.sh-section--dark .sh-eyebrow {
color: var(--sh-sky-bright);
background: rgba(255, 255, 255, 0.07);
border-color: rgba(255, 255, 255, 0.16);
}
.sh-step__icon {
background: var(--sh-blue-ghost);
color: var(--sh-blue);
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 1.5rem;
line-height: 1;
border-radius: var(--sh-r-lg);
transform: none;
}
.sh-step:hover .sh-step__icon {
transform: translateY(-2px);
background: var(--sh-blue);
color: #fff;
}
.sh-empty__icon {
display: flex;
justify-content: center;
color: var(--sh-ink-ghost);
line-height: 0;
}
.sh-empty__icon svg { width: 48px; height: 48px; }
.sh-hero {
background-image:
radial-gradient(60% 48% at 50% -8%, var(--sh-sky-soft) 0%, transparent 70%),
radial-gradient(38% 40% at 88% 6%, var(--sh-blue-ghost) 0%, transparent 60%);
background-repeat: no-repeat;
}
.sh-partners-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--sh-5);
max-width: 920px;
margin: 0 auto;
}
.sh-partner-card {
display: block;
background: var(--sh-paper);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-6);
box-shadow: var(--sh-shadow-sm);
text-decoration: none;
color: inherit;
transition: transform 0.2s var(--sh-ease-out),
box-shadow 0.2s var(--sh-ease-out),
border-color 0.2s var(--sh-ease-out);
}
.sh-partner-card:hover {
transform: translateY(-3px);
box-shadow: var(--sh-shadow-md);
border-color: var(--sh-line-strong);
}
.sh-partner-card__icon {
width: 52px; height: 52px;
display: inline-flex; align-items: center; justify-content: center;
border-radius: var(--sh-r-lg);
background: var(--sh-blue-ghost);
color: var(--sh-blue);
margin-bottom: var(--sh-4);
}
.sh-partner-card h3 {
font-size: 1.25rem;
margin-bottom: var(--sh-2);
color: var(--sh-ink);
}
.sh-partner-card p {
color: var(--sh-ink-soft);
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: var(--sh-4);
}
.sh-partner-card__link {
display: inline-flex; align-items: center; gap: 6px;
color: var(--sh-blue);
font-weight: 600;
font-size: 0.9375rem;
}
.sh-partner-card:hover .sh-partner-card__link { color: var(--sh-blue-deep); }
.sh-partner-card:hover .sh-partner-card__link svg { transform: translateX(3px); }
.sh-partner-card__link svg { transition: transform 0.2s var(--sh-ease-out); }
.sh-partner-hero {
position: relative;
padding: var(--sh-12) 0 var(--sh-10);
background: var(--sh-cream);
background-image:
radial-gradient(55% 45% at 78% -10%, var(--sh-sky-soft) 0%, transparent 70%),
radial-gradient(40% 38% at 5% 4%, var(--sh-blue-ghost) 0%, transparent 60%);
background-repeat: no-repeat;
border-bottom: 1px solid var(--sh-line);
}
.sh-partner-hero__grid {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
align-items: center;
gap: var(--sh-10);
}
.sh-partner-hero__title {
font-size: clamp(2rem, 4.5vw, 3rem);
line-height: 1.12;
margin: var(--sh-4) 0 var(--sh-4);
}
.sh-partner-hero__lead {
font-size: 1.125rem;
line-height: 1.6;
color: var(--sh-ink-soft);
max-width: 36em;
margin-bottom: var(--sh-6);
}
.sh-partner-hero__cta { display: flex; flex-wrap: wrap; gap: var(--sh-3); }
.sh-partner-stat-card {
background: var(--sh-paper);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-2xl);
box-shadow: var(--sh-shadow-lg);
padding: var(--sh-5);
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--sh-3);
}
.sh-partner-stat {
background: var(--sh-cream-soft);
border: 1px solid var(--sh-line-soft);
border-radius: var(--sh-r-lg);
padding: var(--sh-4);
text-align: left;
}
.sh-partner-stat__num {
display: block;
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 1.75rem;
color: var(--sh-blue);
line-height: 1.1;
}
.sh-partner-stat__label {
display: block;
font-size: 0.8125rem;
color: var(--sh-ink-mute);
margin-top: 4px;
line-height: 1.4;
}
.sh-partner-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--sh-5);
max-width: 920px;
margin: 0 auto;
}
.sh-partner-feature {
background: var(--sh-paper);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-6);
box-shadow: var(--sh-shadow-xs);
}
.sh-partner-feature__icon {
width: 48px; height: 48px;
display: inline-flex; align-items: center; justify-content: center;
border-radius: var(--sh-r-lg);
background: var(--sh-blue-ghost);
color: var(--sh-blue);
margin-bottom: var(--sh-3);
}
.sh-partner-feature h3 { font-size: 1.125rem; margin-bottom: var(--sh-2); color: var(--sh-ink); }
.sh-partner-feature p { font-size: 0.9375rem; line-height: 1.6; color: var(--sh-ink-soft); }
@media (max-width: 860px) {
.sh-partner-hero__grid { grid-template-columns: 1fr; gap: var(--sh-7); }
.sh-partner-hero__panel { order: 2; }
}
@media (max-width: 640px) {
.sh-partners-grid,
.sh-partner-features { grid-template-columns: 1fr; }
.sh-partner-hero { padding: var(--sh-8) 0 var(--sh-7); }
.sh-partner-stat-card { grid-template-columns: 1fr 1fr; padding: var(--sh-4); }
.sh-partner-stat__num { font-size: 1.5rem; }
}
.sh-hero--with-media .sh-hero__layout {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
align-items: center;
gap: var(--sh-10);
}
.sh-hero--with-media .sh-hero__inner {
text-align: left;
max-width: none;
margin: 0;
}
.sh-hero--with-media .sh-hero__search   { margin-left: 0; margin-right: 0; }
.sh-hero--with-media .sh-hero__quick-tags { justify-content: flex-start; }
.sh-hero--with-media .sh-hero__cta-row  { justify-content: flex-start; }
.sh-hero__media { position: relative; z-index: 2; }
.sh-hero__media img {
display: block;
width: 100%;
aspect-ratio: 4 / 3.3;
object-fit: cover;
border-radius: var(--sh-r-2xl);
box-shadow: var(--sh-shadow-xl);
border: 1px solid var(--sh-line);
}
@media (max-width: 900px) {
.sh-hero--with-media .sh-hero__layout { grid-template-columns: 1fr; gap: var(--sh-7); }
.sh-hero--with-media .sh-hero__inner { text-align: center; }
.sh-hero--with-media .sh-hero__search { margin-left: auto; margin-right: auto; }
.sh-hero--with-media .sh-hero__quick-tags { justify-content: center; }
.sh-hero--with-media .sh-hero__cta-row { justify-content: center; }
.sh-hero--with-media .sh-hero__stats { margin-left: auto; margin-right: auto; }
.sh-hero__media img { aspect-ratio: 16 / 10; max-height: 360px; }
}
.sh-collage {
position: relative;
min-height: 460px;
padding: 8px 0;
}
.sh-collage__panel {
position: absolute;
top: 0; right: 0;
width: 74%; height: 94%;
border-radius: var(--sh-r-3xl);
background: radial-gradient(115% 100% at 68% 22%, var(--sh-sky-soft) 0%, var(--sh-blue-soft) 100%);
}
.sh-collage__main {
position: relative;
z-index: 2;
display: block;
width: 66%;
margin-left: auto;
}
.sh-collage__main img {
width: 100%;
aspect-ratio: 4 / 5;
object-fit: cover;
border-radius: var(--sh-r-2xl);
box-shadow: var(--sh-shadow-xl);
display: block;
}
.sh-collage--solo .sh-collage__main { width: 80%; }
.sh-collage__small {
position: absolute;
left: 0;
z-index: 3;
width: 42%;
border: 4px solid #fff;
border-radius: var(--sh-r-xl);
box-shadow: var(--sh-shadow-lg);
overflow: hidden;
line-height: 0;
}
.sh-collage__small img {
width: 100%;
aspect-ratio: 1 / 0.84;
object-fit: cover;
display: block;
}
.sh-collage__small--1 { top: 2%; }
.sh-collage__small--2 { top: 52%; }
@media (max-width: 900px) {
.sh-collage { min-height: 380px; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 480px) {
.sh-collage { min-height: 320px; }
.sh-collage__small { width: 44%; }
}
.sh-field-card__icon {
width: 46px;
height: 46px;
border-radius: var(--sh-r-md);
background: var(--sh-sky-soft);
color: var(--sh-blue);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: background 0.25s var(--sh-ease), color 0.25s var(--sh-ease), transform 0.25s var(--sh-ease-spring);
}
.sh-field-card:hover .sh-field-card__icon {
background: var(--sh-blue);
color: #fff;
transform: scale(1.05);
}
@media (max-width: 480px) {
.sh-field-card__icon { width: 40px; height: 40px; }
}
@media (max-width: 600px) {
.sh-hero__stats {
grid-template-columns: 1fr 1fr;
gap: var(--sh-3);
padding: var(--sh-4);
}
}
.sh-dest-card--photo {
background: var(--sh-navy);
border: none;
justify-content: flex-end;
align-items: flex-start;
text-align: left;
padding: var(--sh-4);
color: #fff;
}
.sh-dest-card__img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
transition: transform 0.5s var(--sh-ease-out);
}
.sh-dest-card--photo::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(to top, rgba(8,18,38,0.90) 0%, rgba(8,18,38,0.45) 42%, rgba(8,18,38,0.08) 100%);
}
.sh-dest-card--photo:hover .sh-dest-card__img { transform: scale(1.06); }
.sh-dest-card--photo:hover { color: #fff; }
.sh-dest-card--photo .sh-dest-card__flag {
position: absolute;
top: var(--sh-3);
left: var(--sh-3);
z-index: 2;
margin: 0;
font-size: 1.5rem;
line-height: 0;
}
.sh-dest-card--photo .sh-dest-card__flag img,
.sh-dest-card--photo .sh-dest-card__flag svg {
width: 26px;
height: auto;
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.sh-dest-card--photo .sh-dest-card__name { color: #fff; z-index: 2; }
.sh-dest-card--photo .sh-dest-card__meta { color: rgba(255,255,255,0.82); z-index: 2; }
.sh-dest-card--photo .sh-dest-card__name,
.sh-dest-card--photo .sh-dest-card__meta { transition: transform 0.3s var(--sh-ease-out); }
.sh-dest-card--photo:hover .sh-dest-card__name { transform: translateY(-3px); }
.sh-dest-card--photo:hover .sh-dest-card__meta { transform: translateY(-3px); }
.sh-dest-card--photo::after { transition: background 0.3s var(--sh-ease); }
.sh-dest-card--photo:hover::after {
background: linear-gradient(to top, rgba(8,18,38,0.95) 0%, rgba(8,18,38,0.55) 45%, rgba(8,18,38,0.15) 100%);
}
.sh-dest-card__go {
position: absolute;
top: var(--sh-3);
right: var(--sh-3);
z-index: 2;
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(255,255,255,0.16);
backdrop-filter: blur(4px);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: translateY(-4px);
transition: opacity 0.3s var(--sh-ease), transform 0.3s var(--sh-ease);
}
.sh-dest-card--photo:hover .sh-dest-card__go {
opacity: 1;
transform: translateY(0);
}
.sh-hero--with-media .sh-hero__stats {
max-width: none;
margin: var(--sh-7) 0 0;
}
.sh-collage { min-height: 420px; }
@media (max-width: 900px) {
.sh-hero--with-media .sh-hero__stats { margin: var(--sh-6) auto 0; }
}
.sh-partner-statbar { border-top: 1px solid var(--sh-line); border-bottom: 1px solid var(--sh-line); background: var(--sh-paper); }
.sh-partner-statbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sh-4); padding: var(--sh-7) 0; }
.sh-partner-statbar__item { text-align: center; position: relative; }
.sh-partner-statbar__item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 44px; background: var(--sh-line); }
.sh-partner-statbar__num { font-family: var(--sh-font-display); font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 600; color: var(--sh-navy); line-height: 1; }
.sh-partner-statbar__label { font-size: 0.85rem; color: var(--sh-ink-mute); margin-top: 6px; }
@media (max-width: 600px) {
.sh-partner-statbar__grid { grid-template-columns: 1fr 1fr; gap: var(--sh-6) var(--sh-4); }
.sh-partner-statbar__item:nth-child(2)::after { display: none; }
}
.sh-uni-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: var(--sh-4); }
.sh-uni-card {
display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sh-2);
padding: var(--sh-5) var(--sh-4);
background: var(--sh-paper); border: 1.5px solid var(--sh-line); border-radius: var(--sh-r-lg);
text-decoration: none; color: inherit;
transition: transform 0.25s var(--sh-ease-out), box-shadow 0.25s var(--sh-ease), border-color 0.25s var(--sh-ease);
}
.sh-uni-card:hover { transform: translateY(-4px); box-shadow: var(--sh-shadow-md); border-color: var(--sh-navy-ghost); }
.sh-uni-card__logo { width: 54px; height: 54px; border-radius: var(--sh-r-md); background: var(--sh-cream); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; border: 1px solid var(--sh-line); }
.sh-uni-card__logo img { width: 32px; height: 32px; object-fit: contain; }
.sh-uni-card__initials { font-family: var(--sh-font-display); font-weight: 700; color: var(--sh-blue); font-size: 1.05rem; }
.sh-uni-card__name { font-weight: 600; font-size: 0.9rem; color: var(--sh-ink); line-height: 1.25; }
.sh-uni-card__country { font-size: 0.78rem; color: var(--sh-ink-mute); }
.sh-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sh-9); align-items: center; }
.sh-split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--sh-r-2xl); box-shadow: var(--sh-shadow-lg); border: 1px solid var(--sh-line); display: block; }
.sh-split__text h2 { margin: var(--sh-2) 0 var(--sh-3); }
.sh-split__text > p { color: var(--sh-ink-soft); line-height: 1.7; }
.sh-split--reverse .sh-split__media { order: 2; }
.sh-check-list { list-style: none; margin: var(--sh-5) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--sh-3); }
.sh-check-list li { display: flex; gap: var(--sh-3); align-items: flex-start; color: var(--sh-ink-soft); line-height: 1.55; }
.sh-check-list li svg { color: var(--sh-success); flex-shrink: 0; margin-top: 2px; }
@media (max-width: 820px) {
.sh-split { grid-template-columns: 1fr; gap: var(--sh-6); }
.sh-split--reverse .sh-split__media { order: 0; }
}
.sh-reasons-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sh-2); max-width: 760px; margin: 0 auto; }
.sh-reasons-nav a {
font-size: 0.85rem; font-weight: 600; color: var(--sh-ink-soft);
padding: 0.5rem 1.05rem; border: 1.5px solid var(--sh-line); border-radius: var(--sh-r-pill);
text-decoration: none; transition: color 0.2s var(--sh-ease), border-color 0.2s var(--sh-ease), background 0.2s var(--sh-ease);
}
.sh-reasons-nav a:hover { color: var(--sh-blue); border-color: var(--sh-blue); background: rgba(0, 86, 210, 0.06); }
.sh-reason { scroll-margin-top: 96px; padding: var(--sh-9) 0; }
.sh-reason + .sh-reason { border-top: 1px solid var(--sh-line); }
.sh-rpanel {
aspect-ratio: 4 / 3; border-radius: var(--sh-r-2xl); overflow: hidden;
background: linear-gradient(135deg, var(--sh-navy) 0%, var(--sh-blue) 100%);
color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: var(--sh-4); padding: var(--sh-8); text-align: center; box-shadow: var(--sh-shadow-lg); position: relative;
}
.sh-rpanel::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(255, 255, 255, 0.10); top: -70px; right: -70px; }
.sh-rpanel > * { position: relative; z-index: 1; }
.sh-rpanel__num { font-family: var(--sh-font-display); font-size: clamp(2.6rem, 6vw, 3.6rem); font-weight: 600; line-height: 1; }
.sh-rpanel__label { font-size: 0.95rem; opacity: 0.85; max-width: 26ch; line-height: 1.5; }
.sh-rpanel__icon { width: 60px; height: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); display: flex; align-items: center; justify-content: center; }
.sh-rpanel__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.sh-rpanel__chip { font-size: 0.82rem; font-weight: 600; padding: 0.42rem 0.85rem; border-radius: var(--sh-r-pill); background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.28); }
.sh-cta-band {
background: linear-gradient(135deg, var(--sh-navy-deep) 0%, var(--sh-blue) 130%);
border-radius: var(--sh-r-2xl); padding: var(--sh-10) var(--sh-8); text-align: center; color: #fff;
position: relative; overflow: hidden; border: 3px solid transparent;
}
.sh-cta-band::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255, 255, 255, 0.07); top: -140px; left: -80px; }
.sh-cta-band > * { position: relative; z-index: 1; }
.sh-cta-band h2 { color: #fff; margin: 0 0 var(--sh-3); }
.sh-cta-band p { color: rgba(255, 255, 255, 0.82); max-width: 54ch; margin: 0 auto var(--sh-6); line-height: 1.6; }
.sh-btn--light { background: #fff; color: var(--sh-navy); border: 0; }
.sh-btn--light:hover { background: var(--sh-cream); color: var(--sh-navy-deep); }
.sh-uni-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sh-2); margin: 0 auto var(--sh-7); }
.sh-uni-tab { font-size: 0.85rem; font-weight: 600; color: var(--sh-ink-soft); background: transparent; padding: 0.5rem 1.05rem; border: 1.5px solid var(--sh-line); border-radius: var(--sh-r-pill); cursor: pointer; transition: color 0.2s var(--sh-ease), border-color 0.2s var(--sh-ease), background 0.2s var(--sh-ease); }
.sh-uni-tab:hover { color: var(--sh-blue); border-color: var(--sh-blue); }
.sh-uni-tab.is-active { color: #fff; background: var(--sh-blue); border-color: var(--sh-blue); }
.sh-pricing-grid { grid-template-columns: repeat(4, 1fr); gap: var(--sh-4); align-items: stretch; }
@media (max-width: 1024px) { .sh-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .sh-pricing-grid { grid-template-columns: 1fr; } }
.sh-price-card { display: flex; flex-direction: column; padding: var(--sh-6); }
.sh-price-card--featured { transform: none; }
.sh-price-card--featured:hover { transform: translateY(-6px); }
.sh-price-card__tag { color: var(--sh-ink-mute); font-size: 0.875rem; line-height: 1.45; margin: 0 0 var(--sh-4); min-height: 2.6em; }
.sh-price-card__features { flex: 1 1 auto; }
.sh-price-card__features li { font-size: 0.875rem; }
.sh-price-card__features li strong { color: var(--sh-ink); }
.sh-price-note { text-align: center; color: var(--sh-ink-mute); font-size: 0.85rem; margin-top: var(--sh-5); }
.sh-alacarte-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sh-4); }
@media (max-width: 900px) { .sh-alacarte-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sh-alacarte-grid { grid-template-columns: 1fr; } }
.sh-svc-card { background: var(--sh-paper); border: 1.5px solid var(--sh-line); border-radius: var(--sh-r-xl); padding: var(--sh-5); display: flex; flex-direction: column; gap: var(--sh-2); transition: transform 0.25s var(--sh-ease-out), box-shadow 0.25s var(--sh-ease), border-color 0.25s var(--sh-ease); }
.sh-svc-card:hover { transform: translateY(-4px); box-shadow: var(--sh-shadow-md); border-color: var(--sh-navy-ghost); }
.sh-svc-card__icon { width: 44px; height: 44px; border-radius: var(--sh-r-md); background: rgba(0, 86, 210, 0.08); color: var(--sh-blue); display: flex; align-items: center; justify-content: center; }
.sh-svc-card__name { font-weight: 700; color: var(--sh-ink); }
.sh-svc-card__price { font-family: var(--sh-font-display); font-weight: 600; color: var(--sh-navy); font-size: 1.4rem; line-height: 1; }
.sh-svc-card__price small { font-size: 0.8rem; color: var(--sh-ink-mute); font-weight: 400; }
.sh-svc-card__desc { font-size: 0.875rem; color: var(--sh-ink-soft); line-height: 1.5; flex: 1 1 auto; }
.sh-svc-card__link { font-size: 0.85rem; font-weight: 600; color: var(--sh-blue); text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem; transition: gap 0.2s var(--sh-ease); }
.sh-svc-card__link:hover { gap: 0.6rem; }
.sh-about-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--sh-8); align-items: center; }
@media (max-width: 880px) { .sh-about-hero { grid-template-columns: 1fr; gap: var(--sh-6); } }
.sh-about-hero__media { position: relative; border-radius: var(--sh-r-2xl); overflow: hidden; aspect-ratio: 4 / 3.3; box-shadow: var(--sh-shadow-xl); background: linear-gradient(135deg, var(--sh-navy), var(--sh-blue)); }
.sh-about-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-about-story { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: var(--sh-8); align-items: center; }
@media (max-width: 880px) { .sh-about-story { grid-template-columns: 1fr; gap: var(--sh-6); } .sh-about-story__media { order: -1; } }
.sh-about-story__media { border-radius: var(--sh-r-2xl); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--sh-shadow-md); background: linear-gradient(135deg, var(--sh-blue), var(--sh-navy)); }
.sh-about-story__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-stat-card__icon { width: 48px; height: 48px; margin: 0 auto var(--sh-3); border-radius: var(--sh-r-md); background: rgba(0, 86, 210, 0.08); color: var(--sh-blue); display: flex; align-items: center; justify-content: center; }
.sh-value-card__icon { width: 48px; height: 48px; margin-bottom: var(--sh-3); border-radius: var(--sh-r-md); background: rgba(0, 86, 210, 0.08); color: var(--sh-blue); display: flex; align-items: center; justify-content: center; }
.sh-contact-item__icon { background: rgba(0, 86, 210, 0.08); color: var(--sh-blue); font-size: 0; transform: none; }
.sh-map-embed { border-radius: var(--sh-r-2xl); overflow: hidden; border: 1.5px solid var(--sh-line); box-shadow: var(--sh-shadow-md); line-height: 0; }
.sh-map-embed iframe { width: 100%; height: 380px; border: 0; display: block; filter: saturate(0.9); }
@media (max-width: 600px) { .sh-map-embed iframe { height: 300px; } }
.sh-fact__icon { display: inline-flex; align-items: center; color: var(--sh-blue); }
.sh-fact__icon svg { display: block; }
.sh-fact--coral    .sh-fact__icon { color: var(--sh-coral); }
.sh-fact--mint     .sh-fact__icon { color: var(--sh-mint); }
.sh-fact--lavender .sh-fact__icon { color: var(--sh-lavender); }
.sh-fact--sky      .sh-fact__icon { color: var(--sh-sky); }
@media (max-width: 600px) { .sh-fact__icon svg { width: 16px; height: 16px; } }
@media (max-width: 768px) {
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea,
select,
.sh-filter-search input,
.sh-footer__newsletter-form input,
.sh-404__search input { font-size: 16px; }
}
.sh-card-badge svg { flex-shrink: 0; display: block; }
.sh-card-badge--deadline {
background: rgba(217, 119, 6, 0.12);
color: #92580a;
}
.sh-card-badge--soon,
.sh-card-badge--new {
background: var(--sh-blue-ghost, rgba(0, 86, 210, 0.10));
color: var(--sh-blue-deep, #00419E);
}
.sh-service-icon-pill {
padding: 0.55rem;
line-height: 0;
color: var(--sh-blue);
}
.sh-service-icon-pill svg { display: block; }
.sh-service-icon-tile {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 10px;
background: var(--sh-blue-ghost);
color: var(--sh-blue);
}
.sh-service-icon-tile svg { display: block; }
.sh-value-card__emoji--icon {
font-size: 0;
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 14px;
background: var(--sh-blue-ghost);
color: var(--sh-blue);
transform: rotate(-3deg);
}
.sh-value-card__emoji--icon svg { display: block; }
.sh-mathcheck { margin-top: var(--sh-2); }
.comment-form p { margin-bottom: var(--sh-3); }
.comment-form label {
display: block;
font-weight: 600;
font-size: 0.875rem;
color: var(--sh-navy);
margin-bottom: 6px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-md, 10px);
padding: 0.7rem 0.9rem;
font-family: inherit;
font-size: 0.9375rem;
background: var(--sh-paper, #fff);
color: var(--sh-ink);
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--sh-navy); background: #fff; outline: none; }
.comment-form .comment-form-cookies-consent label { display: inline; font-weight: 400; color: var(--sh-ink-soft); }
.comment-form .comment-form-cookies-consent input { width: auto; margin-right: 6px; }
.comment-form .comment-notes,
.comment-form .logged-in-as { font-size: 0.8125rem; color: var(--sh-ink-mute); }
.comment-list { margin: 0; }
.comment-list .comment { list-style: none; }
.comment-list .comment-body {
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-lg, 14px);
padding: var(--sh-4);
margin-bottom: var(--sh-3);
background: #fff;
}
.comment-list .children { list-style: none; padding-left: var(--sh-5); }
.comment-list .comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--sh-navy); }
.comment-list .comment-author .avatar { border-radius: 50%; }
.comment-list .comment-author .says { display: none; }
.comment-list .comment-metadata { font-size: 0.78rem; margin: 4px 0 10px; }
.comment-list .comment-metadata a { color: var(--sh-ink-mute); text-decoration: none; }
.comment-list .comment-content { font-size: 0.9375rem; color: var(--sh-ink-soft); line-height: 1.65; overflow-wrap: anywhere; }
.comment-list .reply a {
font-size: 0.8125rem;
font-weight: 600;
color: var(--sh-blue);
text-decoration: none;
}
.comment-list .comment-awaiting-moderation {
display: block;
font-size: 0.8125rem;
color: var(--sh-ink-mute);
font-style: italic;
margin-bottom: 6px;
}
@media (max-width: 600px) {
.comment-list .children { padding-left: var(--sh-3); }
}
#comments .comment-reply-title {
font-family: var(--sh-font-display);
font-size: 1.25rem;
color: var(--sh-navy);
margin: 0 0 var(--sh-4);
}
#comments .comment-form { margin-top: var(--sh-2); }
#comments .comment-form .logged-in-as,
#comments .comment-form .comment-notes {
display: block;
margin: 0 0 var(--sh-3);
line-height: 1.5;
}
#comments .comment-form .logged-in-as a { color: var(--sh-blue); text-decoration: none; font-weight: 600; }
#comments .comment-form .logged-in-as a:hover { text-decoration: underline; }
#comments .comment-form-comment textarea {
min-height: 150px;
resize: vertical;
}
#comments .comment-form .form-submit { margin: var(--sh-4) 0 0; }
.sh-quicksearch-section { padding: var(--sh-6, 2rem) 0 var(--sh-5, 1.5rem); }
.sh-qs {
background: var(--sh-paper, #fff);
border: 1px solid var(--sh-cream-deep, #EDF1F6);
border-radius: 22px;
box-shadow: 0 24px 50px -30px rgba(16, 42, 76, 0.40);
padding: clamp(22px, 3.2vw, 40px);
max-width: 980px;
margin: 0 auto;
}
.sh-qs__head { display: flex; align-items: center; gap: 14px; margin-bottom: var(--sh-5, 1.5rem); }
.sh-qs__badge {
flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px;
display: inline-flex; align-items: center; justify-content: center;
background: var(--sh-navy, #102A4C); color: #fff;
}
.sh-qs__title { margin: 0; font-size: 1.4rem; line-height: 1.15; color: var(--sh-navy, #102A4C); }
.sh-qs__sub { margin: 3px 0 0; color: var(--sh-ink-mute, #5B6B7C); font-size: 0.95rem; }
.sh-qs__searchbar { position: relative; margin-bottom: var(--sh-3, 0.75rem); }
.sh-qs__searchbar-ic {
position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
color: var(--sh-ink-ghost, #8A97A6); pointer-events: none; display: flex;
}
.sh-qs__searchbar input {
width: 100%; height: 54px; padding: 0 16px 0 46px; font-size: 1rem; font-family: inherit;
color: var(--sh-ink, #102A4C); background: var(--sh-cream-soft, #FAFBFD);
border: 1.5px solid var(--sh-cream-deep, #EDF1F6); border-radius: 13px;
transition: border-color .15s ease, box-shadow .15s ease;
}
.sh-qs__searchbar input::placeholder { color: var(--sh-ink-ghost, #8A97A6); }
.sh-qs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sh-3, 0.75rem); }
.sh-qs__cell { display: block; }
.sh-qs__label { display: block; margin-bottom: 7px; font-size: 0.78rem; font-weight: 700; letter-spacing: .01em; color: var(--sh-ink-soft, #3D4B5C); }
.sh-qs__grid select {
width: 100%; height: 50px; padding: 0 40px 0 14px; font-size: 0.95rem; font-family: inherit;
color: var(--sh-ink, #102A4C); background-color: var(--sh-cream-soft, #FAFBFD);
border: 1.5px solid var(--sh-cream-deep, #EDF1F6); border-radius: 13px; cursor: pointer;
appearance: none; -webkit-appearance: none; -moz-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6B7C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-position: right 14px center;
transition: border-color .15s ease, box-shadow .15s ease;
}
.sh-qs input:focus, .sh-qs select:focus {
outline: none; border-color: var(--sh-blue, #0056D2);
box-shadow: 0 0 0 3px var(--sh-blue-ghost, rgba(0,86,210,0.12));
}
.sh-qs__foot {
display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
gap: var(--sh-4, 1rem); margin-top: var(--sh-5, 1.5rem);
padding-top: var(--sh-4, 1rem); border-top: 1px solid var(--sh-cream-deep, #EDF1F6);
}
.sh-qs__toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.sh-qs__toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.sh-qs__box {
flex-shrink: 0; width: 22px; height: 22px; border: 2px solid #C9D3DF; border-radius: 7px;
display: inline-flex; align-items: center; justify-content: center; color: #fff;
transition: background .15s ease, border-color .15s ease;
}
.sh-qs__box svg { opacity: 0; transition: opacity .12s ease; }
.sh-qs__toggle input:checked + .sh-qs__box { background: var(--sh-blue, #0056D2); border-color: var(--sh-blue, #0056D2); }
.sh-qs__toggle input:checked + .sh-qs__box svg { opacity: 1; }
.sh-qs__toggle input:focus-visible + .sh-qs__box { box-shadow: 0 0 0 3px var(--sh-blue-ghost, rgba(0,86,210,0.12)); }
.sh-qs__toggle-text { font-size: 0.95rem; color: var(--sh-ink-soft, #3D4B5C); font-weight: 500; }
.sh-qs__actions { display: flex; align-items: center; gap: var(--sh-4, 1rem); margin-left: auto; }
.sh-qs__reset { color: var(--sh-ink-mute, #5B6B7C); font-size: 0.92rem; text-decoration: none; font-weight: 600; }
.sh-qs__reset:hover { color: var(--sh-navy, #102A4C); text-decoration: underline; }
.sh-qs__btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
height: 50px; padding: 0 26px; border: none; border-radius: 13px; cursor: pointer;
background: var(--sh-blue, #0056D2); color: #fff; font-size: 0.98rem; font-weight: 700; font-family: inherit;
transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
box-shadow: 0 8px 18px -8px rgba(0, 86, 210, 0.55);
}
.sh-qs__btn:hover { background: var(--sh-blue-deep, #00419E); transform: translateY(-1px); box-shadow: 0 12px 22px -8px rgba(0, 86, 210, 0.55); }
.sh-qs__btn:active { transform: translateY(0); }
.sh-qs__btn-arrow { display: inline-flex; transition: transform .15s ease; }
.sh-qs__btn:hover .sh-qs__btn-arrow { transform: translateX(3px); }
@media (max-width: 760px) {
.sh-qs__grid { grid-template-columns: 1fr 1fr; }
.sh-qs__grid .sh-qs__cell:nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
.sh-quicksearch-section { padding: var(--sh-4, 1rem) 0; }
.sh-qs__head { gap: 11px; margin-bottom: var(--sh-4, 1rem); }
.sh-qs__badge { width: 40px; height: 40px; border-radius: 12px; }
.sh-qs__title { font-size: 1.2rem; }
.sh-qs__sub { font-size: 0.88rem; }
.sh-qs__grid { grid-template-columns: 1fr; }
.sh-qs__grid .sh-qs__cell:nth-child(3) { grid-column: auto; }
.sh-qs__foot { flex-direction: column; align-items: stretch; gap: var(--sh-3, 0.75rem); }
.sh-qs__actions { width: 100%; margin-left: 0; justify-content: space-between; gap: var(--sh-4, 1rem); }
.sh-qs__btn { flex: 1; }
}
.sh-hero__search-type {
flex-shrink: 0; border: 0; border-right: 1.5px solid var(--sh-line); background: transparent;
font-family: inherit; font-size: 0.95rem; font-weight: 700; color: var(--sh-navy);
padding: 0.85rem 1.85rem 0.85rem 1rem; margin-right: 2px; cursor: pointer; outline: 0;
appearance: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23102A4C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-position: right 0.6rem center; max-width: 42%;
}
.sh-hero__search-type:focus { color: var(--sh-blue); }
.sh-hero__search .sh-hero__search-icon { margin-left: 0.55rem; }
@media (max-width: 480px) {
.sh-hero__search-type {
width: 100%; max-width: none; border-right: 0; border-bottom: 1.5px solid var(--sh-line);
margin-right: 0; margin-bottom: var(--sh-2); padding: 0.7rem 1.85rem 0.7rem 0.9rem;
border-radius: var(--sh-r-sm) !important; background-position: right 0.8rem center;
}
}
.sh-hero__search { position: relative; }
.sh-hero__suggest {
position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 45;
background: var(--sh-paper, #fff); border: 1px solid var(--sh-line, #E0E5EC);
border-radius: 16px; overflow: hidden; text-align: left;
box-shadow: 0 24px 50px -24px rgba(16, 42, 76, 0.45);
}
.sh-hero__suggest[hidden] { display: none; }
.sh-hero__suggest-item {
display: flex; align-items: center; justify-content: space-between; gap: 12px;
padding: 12px 18px; color: var(--sh-ink, #102A4C); font-size: 0.95rem; text-decoration: none;
border-bottom: 1px solid var(--sh-cream-deep, #EDF1F6); transition: background .12s ease;
}
.sh-hero__suggest-item:last-child { border-bottom: 0; }
.sh-hero__suggest-item:hover,
.sh-hero__suggest-item.is-active { background: var(--sh-blue-ghost, rgba(0,86,210,0.10)); }
.sh-hero__suggest-item .t { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sh-hero__suggest-item .b {
flex-shrink: 0; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
color: var(--sh-blue, #0056D2); background: var(--sh-blue-ghost, rgba(0,86,210,0.10));
padding: 3px 9px; border-radius: 999px;
}
@media (max-width: 480px) {
.sh-hero__suggest { top: calc(100% + 6px); border-radius: 12px; }
.sh-hero__suggest-item { text-align: left; }
}
.sh-hero__suggest-head {
padding: 9px 18px 7px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
letter-spacing: .06em; color: var(--sh-ink-mute, #6b7a8d);
background: var(--sh-cream, #F5F7FA); border-bottom: 1px solid var(--sh-line, #E0E5EC);
}
.sh-hero__suggest-item--all .t { font-weight: 600; color: var(--sh-blue, #0056D2); }
.sh-hero__suggest-item--all .b { color: #fff; background: var(--sh-blue, #0056D2); }
.sh-destmap-section { padding: var(--sh-8) 0; }
.sh-destmap-head { max-width: 720px; margin: 0 0 var(--sh-6); }
.sh-destmap-head__title { margin-top: var(--sh-2); }
.sh-destmap-head p { color: var(--sh-ink-soft); margin-top: var(--sh-3); }
.sh-destmap { position: relative; border: 1px solid var(--sh-line); border-radius: var(--sh-r-md); background: #e9f0f9; overflow: hidden; }
.sh-destmap__canvas { position: relative; width: 100%; touch-action: none; cursor: grab; }
.sh-destmap__canvas:active { cursor: grabbing; }
.sh-worldmap { width: 100%; height: auto; display: block; }
.sh-worldmap path { fill: #d7deea; stroke: #eef3fa; stroke-width: 0.5; vector-effect: non-scaling-stroke; transition: fill .15s ease; }
.sh-worldmap .is-active { cursor: pointer; }
.sh-worldmap .t1, .sh-worldmap .t1 path { fill: #9fc0f2; }
.sh-worldmap .t2, .sh-worldmap .t2 path { fill: #5a93e8; }
.sh-worldmap .t3, .sh-worldmap .t3 path { fill: var(--sh-blue); }
.sh-worldmap .is-active:hover, .sh-worldmap .is-active:hover path,
.sh-worldmap .is-active.is-focus, .sh-worldmap .is-active.is-focus path,
.sh-worldmap .is-active:focus, .sh-worldmap .is-active:focus path { fill: var(--sh-blue-deep); }
.sh-worldmap .is-active:focus { outline: none; }
.sh-destmap__tip {
position: absolute; z-index: 5; pointer-events: none;
background: var(--sh-navy); color: #fff; padding: 7px 11px; border-radius: 10px;
font-size: 13px; line-height: 1.3; box-shadow: 0 6px 20px rgba(16,42,76,.25);
transform: translate(-50%, calc(-100% - 12px)); white-space: nowrap; max-width: 220px;
}
.sh-destmap__tip b { font-weight: 700; display: block; }
.sh-destmap__tip span { display: block; opacity: .82; font-size: 12px; margin-top: 1px; }
.sh-destmap__controls { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 6; }
.sh-destmap__btn {
width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--sh-line);
background: rgba(255,255,255,.95); color: var(--sh-ink); font-size: 19px; line-height: 1;
display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
box-shadow: 0 2px 6px rgba(16,42,76,.10);
}
.sh-destmap__btn:hover { background: #fff; border-color: var(--sh-blue); color: var(--sh-blue); }
.sh-destmap__legend {
position: absolute; left: 12px; bottom: 12px; z-index: 6; display: flex; flex-wrap: wrap;
background: rgba(255,255,255,.92); border: 1px solid var(--sh-line); border-radius: var(--sh-r-pill);
padding: 7px 14px; font-size: 12px; color: var(--sh-ink-soft);
}
.sh-destmap__legend-item { display: inline-flex; align-items: center; margin: 3px 14px 3px 0; }
.sh-destmap__dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; margin-right: 6px; }
.sh-destmap__dot.t1 { background: #9fc0f2; }
.sh-destmap__dot.t2 { background: #5a93e8; }
.sh-destmap__dot.t3 { background: var(--sh-blue); }
.sh-destmap__dot.muted { background: #d7deea; }
.sh-destmap__credit { font-size: 11px; color: var(--sh-ink-mute); margin: 8px 2px 0; }
@media (max-width: 600px) {
.sh-destmap__legend { display: none; }
}
.sh-cal { position: relative; }
.sh-cal__toggle { width: 100%; list-style: none; }
.sh-cal__toggle::-webkit-details-marker { display: none; }
.sh-cal__menu {
margin-top: var(--sh-2);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
background: #fff;
overflow: hidden;
box-shadow: 0 10px 28px rgba(16, 42, 76, .10);
}
.sh-cal__opt {
display: block;
padding: 11px 14px;
text-decoration: none;
color: var(--sh-ink);
border-bottom: 1px solid var(--sh-line);
transition: background .15s ease;
}
.sh-cal__opt:last-child { border-bottom: 0; }
.sh-cal__opt:hover,
.sh-cal__opt:focus { background: var(--sh-cream); }
.sh-cal__opt-title { display: block; font-weight: 600; font-size: 0.9rem; }
.sh-cal__opt-sub { display: block; font-size: 0.78rem; color: var(--sh-ink-mute); margin-top: 1px; }
.sh-alertform {
margin-top: var(--sh-3);
}
.sh-alertform__label {
display: flex;
align-items: center;
gap: var(--sh-2);
font-weight: 600;
font-size: 0.9rem;
color: var(--sh-ink);
margin-bottom: var(--sh-2);
}
.sh-alertform__row {
display: flex;
gap: var(--sh-2);
flex-wrap: wrap;
}
.sh-alertform__input {
flex: 1 1 160px;
min-width: 0;
padding: 10px 14px;
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
font: inherit;
font-size: 0.92rem;
color: var(--sh-ink);
background: #fff;
}
.sh-alertform__input:focus {
outline: none;
border-color: var(--sh-blue);
box-shadow: 0 0 0 3px var(--sh-blue-ghost);
}
.sh-alertform__hint {
margin: var(--sh-2) 0 0;
font-size: 0.78rem;
color: var(--sh-ink-mute);
}
.sh-alertform__notice {
padding: 10px 14px;
border-radius: var(--sh-r-md);
font-size: 0.88rem;
margin-bottom: var(--sh-3);
border: 1px solid var(--sh-line);
}
.sh-alertform__notice--ok {
background: rgba(31, 157, 87, 0.08);
border-color: rgba(31, 157, 87, 0.35);
color: #14603A;
}
.sh-alertform__notice--err {
background: rgba(190, 30, 45, 0.06);
border-color: rgba(190, 30, 45, 0.3);
color: #8C1520;
}
.sh-alertform--deadline {
background: var(--sh-cream);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-3);
}
.sh-alertform--deadline .sh-alertform__row .sh-btn {
flex: 0 0 auto;
}
.sh-alertform--search {
background: var(--sh-blue-ghost);
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-6);
margin-top: var(--sh-6);
}
.sh-alertform__head {
display: flex;
align-items: flex-start;
gap: var(--sh-3);
margin-bottom: var(--sh-3);
}
.sh-alertform__badge {
flex: 0 0 auto;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
background: var(--sh-blue);
color: #fff;
border-radius: var(--sh-r-md);
}
.sh-alertform__title {
margin: 0 0 4px;
font-family: var(--sh-font-display);
font-size: 1.15rem;
color: var(--sh-navy);
}
.sh-alertform__sub {
margin: 0;
font-size: 0.92rem;
color: var(--sh-ink-soft);
}
.sh-alertform--search .sh-alertform__row {
max-width: 520px;
}
@media (max-width: 600px) {
.sh-alertform--search {
padding: var(--sh-3);
}
}
h1, h2, h3 { text-wrap: balance; }
.sh-post-content p,
.sh-post-content li { text-wrap: pretty; }
.sh-readbar {
position: fixed;
top: 0; left: 0; right: 0;
height: 3px;
z-index: calc(var(--sh-z-header) + 1);
pointer-events: none;
}
.sh-readbar__fill {
height: 100%;
width: 100%;
background: linear-gradient(90deg, var(--sh-blue), var(--sh-blue-deep));
transform: scaleX(0);
transform-origin: 0 50%;
border-radius: 0 2px 2px 0;
}
.sh-totop-float {
position: fixed;
right: 22px;
bottom: 96px;
z-index: var(--sh-z-sticky);
width: 46px;
height: 46px;
border-radius: var(--sh-r-pill);
display: none;
align-items: center;
justify-content: center;
background: var(--sh-paper);
color: var(--sh-navy);
border: 1.5px solid var(--sh-line);
box-shadow: var(--sh-shadow-lg);
cursor: pointer;
opacity: 0;
transform: translateY(10px);
pointer-events: none;
transition: opacity 0.25s var(--sh-ease), transform 0.25s var(--sh-ease),
background 0.2s var(--sh-ease), color 0.2s var(--sh-ease),
border-color 0.2s var(--sh-ease);
}
@media (min-width: 900px) {
.sh-totop-float { display: inline-flex; }
}
.sh-totop-float.is-visible {
opacity: 1;
transform: none;
pointer-events: auto;
}
.sh-totop-float:hover {
background: var(--sh-navy);
color: #fff;
border-color: var(--sh-navy);
}
@media (prefers-reduced-motion: reduce) {
.sh-totop-float { transition: none; }
}
@media print {
.sh-header,
.sh-footer,
#sh-mobile-menu,
.sh-cookies,
.sh-sticky-apply,
.sh-sticky-cta,
.sh-search-overlay,
.sh-alertform,
.sh-readbar,
.sh-totop-float,
form,
button {
display: none !important;
}
.js .sh-reveal {
opacity: 1 !important;
transform: none !important;
}
body {
background: #fff !important;
color: #000 !important;
}
a {
color: #000 !important;
text-decoration: underline;
}
.sh-post-content a[href^="http"]::after {
content: " (" attr(href) ")";
font-size: 0.85em;
color: #444;
word-break: break-all;
}
.sh-card,
.sh-listing-card,
.sh-apply-card,
blockquote,
img,
table {
break-inside: avoid;
}
@page { margin: 1.6cm; }
}
.sh-pill--rolling {
background: rgba(31, 157, 87, 0.10);
color: #14683A;
}
.sh-listing-card--expired .sh-listing-card__cover {
filter: grayscale(0.65);
opacity: 0.85;
}
.sh-listing-card--expired .sh-listing-card__title {
color: var(--sh-ink-mute);
}
.sh-listing-card--expired:hover .sh-listing-card__cover {
filter: grayscale(0.3);
}
.sh-totop-float--lifted {
bottom: 172px;
}
.sh-card-badge {
background: rgba(255, 255, 255, 0.96);
color: var(--sh-navy);
box-shadow: 0 2px 6px rgba(15, 31, 58, 0.14);
backdrop-filter: blur(6px);
letter-spacing: 0.2px;
}
.sh-card-badge--funded   { background: rgba(255, 255, 255, 0.96); color: #14683A; }
.sh-card-badge--deadline { background: rgba(255, 255, 255, 0.96); color: #9A5B00; }
.sh-card-badge--soon,
.sh-card-badge--new,
.sh-card-badge--top      { background: rgba(255, 255, 255, 0.96); color: var(--sh-navy); }
.sh-card-badge--urgent   { background: #C0392B; color: #fff; box-shadow: 0 2px 8px rgba(192, 57, 43, 0.35); }
.sh-card-badge--expired  { background: rgba(255, 255, 255, 0.92); color: var(--sh-ink-mute); }
.sh-pill--expired {
background: rgba(16, 42, 76, 0.08);
color: var(--sh-ink-mute);
}
.sh-apply-card__expired {
display: flex;
flex-direction: column;
gap: var(--sh-2);
background: #FDF6EC;
border: 1px solid #F0DFC0;
border-radius: var(--sh-r-md);
padding: var(--sh-4);
margin-bottom: var(--sh-4);
font-size: 0.9rem;
line-height: 1.55;
}
.sh-apply-card__expired strong {
color: var(--sh-navy);
font-size: 0.95rem;
}
.sh-apply-card__expired span {
color: var(--sh-ink-soft);
}
.sh-apply-card__expired .sh-btn {
margin-top: var(--sh-1);
justify-content: center;
}
.sh-detail-hero__logo {
width: 64px;
height: 64px;
border-radius: var(--sh-r-md);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
box-shadow: var(--sh-shadow-sm);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 9px;
margin-bottom: var(--sh-3);
}
.sh-detail-hero__logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.sh-jumpnav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--sh-2);
margin-bottom: var(--sh-4);
}
.sh-jumpnav__label {
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.4px;
color: var(--sh-ink-mute);
}
.sh-jumpnav__chip {
display: inline-flex;
align-items: center;
padding: 6px 14px;
border-radius: var(--sh-r-pill);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
color: var(--sh-navy);
font-size: 0.82rem;
font-weight: 600;
text-decoration: none;
transition: border-color 0.15s var(--sh-ease), background 0.15s var(--sh-ease), color 0.15s var(--sh-ease), transform 0.15s var(--sh-ease);
}
.sh-jumpnav__chip:hover {
border-color: var(--sh-blue);
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
transform: translateY(-1px);
}
.sh-info-card[id] {
scroll-margin-top: 96px;
}
@media (prefers-reduced-motion: reduce) {
.sh-jumpnav__chip { transition: none; }
.sh-jumpnav__chip:hover { transform: none; }
}
.sh-team-founder {
display: grid;
grid-template-columns: 240px 1fr;
gap: var(--sh-6);
align-items: center;
background: #fff;
border: 1px solid var(--sh-line);
border-radius: 20px;
padding: var(--sh-6);
max-width: 880px;
margin: 0 auto var(--sh-6);
box-shadow: 0 10px 34px rgba(16, 42, 76, .06);
}
.sh-team-founder__photo {
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
justify-self: center;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
box-shadow: inset 0 0 0 1px rgba(16, 42, 76, .06);
}
.sh-team-founder__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-team-founder__photo span { font-family: var(--sh-font-display); font-weight: 700; font-size: 3rem; }
.sh-team-rolepill {
display: inline-block;
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
border-radius: var(--sh-r-pill);
padding: 4px 14px;
font-size: .82rem;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
margin-bottom: var(--sh-3);
}
.sh-team-founder__name {
font-family: var(--sh-font-display);
font-size: clamp(1.5rem, 3vw, 1.9rem);
margin: 0 0 var(--sh-3);
color: var(--sh-ink);
}
.sh-team-founder__bio { color: var(--sh-ink-soft); line-height: 1.65; margin: 0 0 var(--sh-4); }
.sh-person-links { display: inline-flex; gap: var(--sh-2); }
.sh-person-links__item {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--sh-line);
background: #fff;
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.sh-person-links__item:hover {
background: var(--sh-blue);
border-color: var(--sh-blue);
color: #fff;
transform: translateY(-2px);
}
.sh-team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
justify-content: center;
gap: var(--sh-5);
max-width: 880px;
margin: 0 auto;
}
.sh-team-card {
background: #fff;
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-6) var(--sh-5);
text-align: center;
transition: transform .18s ease, box-shadow .18s ease;
}
.sh-team-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16, 42, 76, .08); }
.sh-team-card__photo {
width: 92px;
height: 92px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto var(--sh-4);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
box-shadow: inset 0 0 0 1px rgba(16, 42, 76, .06);
}
.sh-team-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-team-card__photo span { font-family: var(--sh-font-display); font-weight: 700; font-size: 1.6rem; }
.sh-team-card__photo--group { background: var(--sh-blue-ghost); color: var(--sh-blue-deep); }
.sh-team-card__name { font-family: var(--sh-font-display); font-size: 1.08rem; margin: 0 0 4px; color: var(--sh-ink); }
.sh-team-card__role { color: var(--sh-ink-mute); font-size: .92rem; margin: 0 0 var(--sh-3); }
.sh-team-card__desc { line-height: 1.55; }
.sh-team-card--group { background: var(--sh-cream-soft); }
.sh-team-card__blog {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--sh-blue);
font-weight: 700;
font-size: .92rem;
text-decoration: none;
}
.sh-team-card__blog:hover { color: var(--sh-blue-deep); text-decoration: underline; }
@media (max-width: 720px) {
.sh-team-founder { grid-template-columns: 1fr; text-align: center; padding: var(--sh-5); }
.sh-team-founder__photo { width: 150px; height: 150px; }
.sh-team-founder .sh-person-links { justify-content: center; }
}
.sh-author-hero { display: flex; align-items: center; gap: var(--sh-6); }
.sh-author-hero__avatar {
width: 116px;
height: 116px;
border-radius: 50%;
flex: 0 0 auto;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-family: var(--sh-font-display);
font-weight: 700;
font-size: 2.2rem;
box-shadow: inset 0 0 0 1px rgba(16, 42, 76, .06);
}
.sh-author-hero__avatar--photo { background: var(--sh-cream-deep); }
.sh-author-hero__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-author-hero__role { margin: 0; color: var(--sh-ink-soft); font-weight: 600; }
.sh-author-hero__foot { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sh-4); margin-top: var(--sh-4); }
.sh-author-hero__count { color: var(--sh-ink-mute); font-size: .92rem; }
.sh-author-hero__links { display: inline-flex; gap: var(--sh-2); }
.sh-author-hero__link {
width: 34px;
height: 34px;
border-radius: 50%;
border: 1px solid var(--sh-line);
background: #fff;
color: var(--sh-navy);
display: inline-flex;
align-items: center;
justify-content: center;
transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.sh-author-hero__link:hover { background: var(--sh-blue); border-color: var(--sh-blue); color: #fff; }
@media (max-width: 640px) {
.sh-author-hero { flex-direction: column; text-align: center; }
.sh-author-hero__foot { justify-content: center; }
}
.sh-author-card__avatar--photo { overflow: hidden; background: var(--sh-cream-deep); padding: 0; }
.sh-author-card__avatar--photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
@media (prefers-reduced-motion: reduce) {
.sh-team-card, .sh-person-links__item { transition: none; }
.sh-team-card:hover, .sh-person-links__item:hover { transform: none; }
}
.sh-about-trust { display: flex; flex-wrap: wrap; gap: var(--sh-2); margin-top: var(--sh-5); }
.sh-trust-chip {
display: inline-flex;
align-items: center;
gap: 7px;
background: #fff;
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-pill);
padding: 7px 14px;
font-size: .86rem;
font-weight: 600;
color: var(--sh-ink-soft);
}
.sh-trust-chip svg { color: var(--sh-blue); flex: 0 0 auto; }
.sh-about-statband {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--sh-5);
background: linear-gradient(135deg, var(--sh-navy) 0%, #0B3B73 60%, var(--sh-blue-deep) 100%);
border-radius: 22px;
padding: var(--sh-7, 44px) var(--sh-6);
color: #fff;
box-shadow: 0 18px 44px rgba(16, 42, 76, .18);
}
.sh-about-statband__item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sh-about-statband__ico {
width: 44px;
height: 44px;
border-radius: 50%;
background: rgba(255, 255, 255, .12);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: var(--sh-3);
color: #fff;
}
.sh-about-statband__num {
font-family: var(--sh-font-display);
font-weight: 800;
font-size: clamp(1.7rem, 3.4vw, 2.4rem);
line-height: 1.1;
}
.sh-about-statband__label { margin-top: 4px; font-size: .9rem; color: rgba(255, 255, 255, .78); }
@media (max-width: 820px) {
.sh-about-statband { grid-template-columns: repeat(2, 1fr); gap: var(--sh-6) var(--sh-4); padding: var(--sh-6) var(--sh-5); }
}
.sh-principles {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--sh-6) var(--sh-8);
max-width: 980px;
margin: 0 auto;
}
.sh-principle { display: flex; align-items: flex-start; gap: var(--sh-4); }
.sh-principle__icon {
flex: 0 0 auto;
width: 44px;
height: 44px;
border-radius: 12px;
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
display: inline-flex;
align-items: center;
justify-content: center;
}
.sh-principle__body h3 { margin: 2px 0 6px; font-size: 1.05rem; font-family: var(--sh-font-display); color: var(--sh-ink); }
.sh-principle__body p { margin: 0; color: var(--sh-ink-soft); line-height: 1.6; font-size: .96rem; }
@media (max-width: 720px) { .sh-principles { grid-template-columns: 1fr; gap: var(--sh-5); } }
.sh-wedo {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--sh-5) var(--sh-8);
max-width: 980px;
margin: 0 auto;
}
.sh-wedo__item {
display: flex;
align-items: flex-start;
gap: var(--sh-3);
padding: var(--sh-4);
border-radius: var(--sh-r-md);
transition: background .18s ease;
}
.sh-wedo__item:hover { background: var(--sh-cream-soft); }
.sh-wedo__check {
flex: 0 0 auto;
width: 26px;
height: 26px;
border-radius: 50%;
background: #E7F5EC;
color: #1F9D57;
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 2px;
}
.sh-wedo__item h3 { margin: 0 0 5px; font-size: 1.02rem; font-family: var(--sh-font-display); color: var(--sh-ink); }
.sh-wedo__item p { margin: 0; color: var(--sh-ink-soft); line-height: 1.6; font-size: .95rem; }
.sh-wedo__cta { display: flex; justify-content: center; gap: var(--sh-3); flex-wrap: wrap; margin-top: var(--sh-6); }
@media (max-width: 720px) { .sh-wedo { grid-template-columns: 1fr; gap: var(--sh-3); } }
.sh-contact-tiles {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--sh-5);
}
.sh-contact-tile {
display: flex;
align-items: flex-start;
gap: var(--sh-3);
background: #fff;
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-5);
text-decoration: none;
color: inherit;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.sh-contact-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16, 42, 76, .08); border-color: var(--sh-blue); }
.sh-contact-tile__icon {
flex: 0 0 auto;
width: 42px;
height: 42px;
border-radius: 12px;
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
display: inline-flex;
align-items: center;
justify-content: center;
}
.sh-contact-tile__body { display: flex; flex-direction: column; min-width: 0; }
.sh-contact-tile__body strong { font-family: var(--sh-font-display); color: var(--sh-ink); margin-bottom: 3px; }
.sh-contact-tile__val { color: var(--sh-blue); font-weight: 700; word-break: break-word; }
.sh-contact-tile--static .sh-contact-tile__val { color: var(--sh-ink-soft); font-weight: 500; line-height: 1.5; }
.sh-contact-tile__hint { color: var(--sh-ink-mute); font-size: .88rem; margin-top: 3px; }
.sh-contact-tile__arrow { margin-left: auto; color: var(--sh-ink-mute); align-self: center; transition: transform .18s ease, color .18s ease; }
a.sh-contact-tile:hover .sh-contact-tile__arrow { color: var(--sh-blue); transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) {
.sh-contact-tile, .sh-contact-tile__arrow, .sh-wedo__item { transition: none; }
a.sh-contact-tile:hover { transform: none; }
a.sh-contact-tile:hover .sh-contact-tile__arrow { transform: none; }
}
.sh-author-card__avatar--group {
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
}
.sh-team-card .sh-person-links { margin-top: var(--sh-2); }
.sh-person-articles {
display: inline-flex;
align-items: center;
gap: 5px;
color: var(--sh-blue);
font-weight: 700;
font-size: .9rem;
text-decoration: none;
}
.sh-person-articles:hover { color: var(--sh-blue-deep); text-decoration: underline; }
.sh-team-card .sh-person-articles { display: flex; justify-content: center; margin-top: var(--sh-3); }
.sh-authors-cardfoot { display: flex; align-items: center; gap: var(--sh-4); flex-wrap: wrap; }
@media (max-width: 720px) { .sh-authors-cardfoot { justify-content: center; } }
.sh-team-allauthors { text-align: center; margin-top: var(--sh-6); }
.sh-authors-standards {
background: #fff;
border: 1px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-6);
}
.sh-authors-standards p { color: var(--sh-ink-soft); line-height: 1.7; margin: 0 0 var(--sh-3); }
.sh-authors-standards p:last-child { margin-bottom: 0; }
.sh-authors-standards a { color: var(--sh-blue); font-weight: 600; }
.sh-team-card__bio {
color: var(--sh-ink-soft);
font-size: .88rem;
line-height: 1.55;
margin: 0 0 var(--sh-3);
}
.sh-adslot {
margin: var(--sh-6) auto;
text-align: center;
max-width: 100%;
overflow: hidden;
}
.sh-adslot__label {
display: block;
font-size: .68rem;
font-weight: 600;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--sh-ink-mute);
margin-bottom: 6px;
}
.sh-adslot--ad-slot-footer { margin: var(--sh-6) auto 0; padding: 0 var(--sh-4); }
@media print {
.sh-adslot { display: none !important; }
}
.sh-detail-hero__facts {
display: flex;
flex-wrap: wrap;
gap: var(--sh-2) var(--sh-6);
margin-top: var(--sh-4);
padding-top: var(--sh-4);
border-top: 1.5px dashed var(--sh-line);
}
.sh-hfact {
display: inline-flex;
align-items: center;
gap: var(--sh-2);
min-width: 0;
}
.sh-hfact__icon {
width: 34px;
height: 34px;
flex-shrink: 0;
border-radius: var(--sh-r-md);
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--sh-blue-ghost);
color: var(--sh-blue);
}
.sh-hfact--deadline .sh-hfact__icon { background: var(--sh-coral-ghost); color: var(--sh-coral-deep); }
.sh-hfact--reward   .sh-hfact__icon { background: var(--sh-mint-ghost);  color: var(--sh-mint-deep); }
.sh-hfact__label {
font-size: 0.66rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.09em;
color: var(--sh-ink-mute);
line-height: 1.1;
}
.sh-hfact__value {
font-family: var(--sh-font-display);
font-size: 1rem;
font-weight: 600;
color: var(--sh-navy);
line-height: 1.2;
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-hfact--deadline.sh-hfact--urgent .sh-hfact__value { color: var(--sh-coral-deep); }
.sh-hfact__value small {
font-size: 0.78em;
font-weight: 600;
color: var(--sh-ink-mute);
margin-left: 3px;
}
.sh-info-card--facts { padding: var(--sh-4); }
.sh-quick-facts { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--sh-3); }
.sh-fact {
flex-direction: row;
align-items: center;
gap: var(--sh-3);
padding: var(--sh-3) var(--sh-4);
background: var(--sh-cream-soft);
border: 1.5px solid var(--sh-line);
border-left: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-lg);
transition: border-color 0.15s var(--sh-ease), background 0.15s var(--sh-ease), transform 0.15s var(--sh-ease);
}
.sh-fact:hover {
border-color: var(--sh-line-strong);
transform: translateY(-1px);
}
.sh-fact__icon {
width: 38px;
height: 38px;
flex-shrink: 0;
border-radius: var(--sh-r-md);
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--sh-blue-ghost);
color: var(--sh-blue);
}
.sh-fact__icon svg { display: block; }
.sh-fact--coral    .sh-fact__icon { background: var(--sh-coral-ghost);    color: var(--sh-coral-deep); }
.sh-fact--mint     .sh-fact__icon { background: var(--sh-mint-ghost);     color: var(--sh-mint-deep); }
.sh-fact--lavender .sh-fact__icon { background: var(--sh-sky-ghost);      color: var(--sh-sky); }
.sh-fact--sky      .sh-fact__icon { background: var(--sh-sky-ghost);      color: var(--sh-navy); }
.sh-fact__text { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.sh-fact__value { font-size: 1.05rem; }
.sh-apply-card__deadline-box {
align-items: flex-start;
}
.sh-apply-card__countdown {
display: inline-flex;
align-items: baseline;
gap: 4px;
margin-top: 3px;
}
.sh-apply-card__countdown b {
font-family: var(--sh-font-display);
font-size: 1.35rem;
font-weight: 700;
line-height: 1;
color: var(--sh-coral-deep);
font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.sh-apply-card__countdown span {
font-size: 0.78rem;
font-weight: 600;
color: var(--sh-coral-deep);
opacity: 0.85;
}
.sh-apply-card__deadline-box--rolling {
background: var(--sh-mint-ghost);
border-color: var(--sh-mint-soft);
}
.sh-apply-card__deadline-box--rolling svg,
.sh-apply-card__deadline-box--rolling .sh-apply-card__deadline-label,
.sh-apply-card__deadline-box--rolling .sh-apply-card__deadline-date { color: var(--sh-mint-deep); }
.sh-sticky-apply__value small {
font-weight: 600;
color: var(--sh-ink-mute);
margin-left: 4px;
}
.sh-sticky-apply .sh-btn { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 1024px) {
body.has-sticky-apply .sh-chat-launch {
bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
}
}
@media (max-width: 600px) {
.sh-detail-hero__facts {
gap: var(--sh-3) var(--sh-5);
margin-top: var(--sh-3);
padding-top: var(--sh-3);
}
.sh-hfact__icon { width: 30px; height: 30px; }
.sh-hfact__value { font-size: 0.9375rem; }
.sh-quick-facts { grid-template-columns: 1fr 1fr; gap: var(--sh-2); }
.sh-fact { padding: var(--sh-2) var(--sh-3); gap: var(--sh-2); }
.sh-fact__icon { width: 32px; height: 32px; }
.sh-fact__value { font-size: 0.9rem; }
}
.sh-detail-hero__identity {
display: flex;
align-items: center;
gap: var(--sh-4);
margin-bottom: var(--sh-5);
}
.sh-detail-hero__identity .sh-detail-hero__logo {
width: 76px;
height: 76px;
margin-bottom: 0;
flex-shrink: 0;
padding: 11px;
border-radius: var(--sh-r-lg);
}
.sh-detail-hero__headings { min-width: 0; }
.sh-detail-hero__identity .sh-detail-hero__title {
margin-bottom: 0;
}
.sh-detail-hero__identity .sh-detail-hero__meta {
margin-top: var(--sh-2);
}
.sh-detail-hero__meta-item strong { color: var(--sh-navy); margin-left: 4px; }
.sh-onpage {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--sh-3);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-3) var(--sh-4);
margin-bottom: var(--sh-4);
box-shadow: var(--sh-shadow-xs);
}
.sh-onpage__label {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.09em;
color: var(--sh-ink-mute);
white-space: nowrap;
}
.sh-onpage__label svg { color: var(--sh-blue); }
.sh-onpage__chips {
display: flex;
flex-wrap: wrap;
gap: var(--sh-2);
}
.sh-onpage__chip {
display: inline-flex;
align-items: center;
gap: 3px;
margin: 3px 6px 3px 0;
padding: 6px 12px 6px 14px;
border-radius: var(--sh-r-pill);
background: var(--sh-cream-soft);
border: 1.5px solid var(--sh-line);
color: var(--sh-navy) !important;
font-size: 0.82rem;
font-weight: 600;
line-height: 1.2;
text-decoration: none !important;
white-space: nowrap;
transition: border-color 0.15s var(--sh-ease), background 0.15s var(--sh-ease), color 0.15s var(--sh-ease), transform 0.15s var(--sh-ease);
}
.sh-onpage__chip svg {
color: var(--sh-ink-ghost);
transition: transform 0.15s var(--sh-ease), color 0.15s var(--sh-ease);
}
.sh-onpage__chip:hover {
border-color: var(--sh-blue);
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep) !important;
transform: translateY(-1px);
}
.sh-onpage__chip:hover svg { color: var(--sh-blue); transform: translateX(2px); }
.sh-info-card[id] { scroll-margin-top: 96px; }
@media (prefers-reduced-motion: reduce) {
.sh-onpage__chip, .sh-onpage__chip svg { transition: none; }
.sh-onpage__chip:hover { transform: none; }
.sh-onpage__chip:hover svg { transform: none; }
}
@media (max-width: 600px) {
.sh-detail-hero__identity {
gap: var(--sh-3);
margin-bottom: var(--sh-4);
}
.sh-detail-hero__identity .sh-detail-hero__logo {
width: 56px;
height: 56px;
padding: 8px;
}
.sh-onpage {
flex-direction: column;
align-items: flex-start;
gap: var(--sh-2);
padding: var(--sh-3);
}
.sh-onpage__chip { font-size: 0.8rem; }
}
.sh-detail-hero__badges .sh-pill { max-width: 100%; min-width: 0; }
.sh-detail-hero__identity { align-items: flex-start; }
.sh-detail-hero__identity .sh-detail-hero__logo { margin-top: 2px; }
.sh-detail-hero__logo--initial {
background: var(--sh-blue-ghost);
border-color: var(--sh-sky-soft);
}
.sh-detail-hero__logo-initial {
font-family: var(--sh-font-display);
font-size: 1.75rem;
font-weight: 600;
line-height: 1;
color: var(--sh-blue);
font-variation-settings: "opsz" 144, "SOFT" 50;
}
.sh-detail-hero__title { text-wrap: balance; }
.sh-detail-hero__title--long {
font-size: clamp(1.7rem, 3.4vw, 2.5rem);
line-height: 1.12;
}
.sh-detail-hero__meta-item { align-items: flex-start; }
.sh-detail-hero__meta-item > svg { flex-shrink: 0; margin-top: 3px; }
.sh-detail-hero__meta-text { min-width: 0; }
.sh-detail-hero__meta-text strong { color: var(--sh-navy); }
.sh-hfact--longtext { flex-basis: 100%; }
.sh-hfact--longtext .sh-hfact__value {
font-size: 0.9rem;
font-weight: 500;
line-height: 1.45;
max-width: 62ch;
}
@media (max-width: 600px) {
.sh-detail-hero__title--long { font-size: clamp(1.3rem, 5.6vw, 1.7rem) !important; }
.sh-detail-hero__logo-initial { font-size: 1.35rem; }
}
.sh-fact--wide { grid-column: 1 / -1; }
.sh-fact--wide .sh-fact__value {
font-size: 1.0625rem;
font-weight: 600;
color: var(--sh-navy);
line-height: 1.35;
}
.sh-fact--longvalue .sh-fact__value {
font-size: 0.95rem;
font-weight: 500;
line-height: 1.5;
}
.sh-fact--sun { border-left-color: var(--sh-sun); }
.sh-fact--sun .sh-fact__icon { background: var(--sh-sun-ghost); color: var(--sh-navy); }
@media (max-width: 600px) {
.sh-fact--wide .sh-fact__value { font-size: 1rem; }
}
.sh-quick-facts--scholarship { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sh-quick-facts--scholarship .sh-fact__label { white-space: nowrap; }
.sh-quick-facts--scholarship .sh-fact--wide { align-items: center; }
@media (max-width: 900px) {
.sh-quick-facts--scholarship { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 380px) {
.sh-quick-facts--scholarship { grid-template-columns: minmax(0, 1fr); }
}
.sh-quick-facts--internship { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sh-quick-facts--internship .sh-fact__label { white-space: nowrap; }
.sh-quick-facts--internship .sh-fact--wide { align-items: center; }
@media (max-width: 900px) {
.sh-quick-facts--internship { grid-template-columns: minmax(0, 1fr); }
}
.sh-card-badge--deadline {
background: #FFF4E0;
color: #9A5B00;
}
.sh-card-badge--urgent {
background: #C0392B;
color: #fff;
}
.sh-card-badge--soon {
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
}
.sh-card-badge--expired {
background: #E7EBF0;
color: #5B6B7C;
}
.sh-apply-card__deadline-box.is-amber {
background: #FFF4E0;
border-color: #F5D9A8;
}
.sh-apply-card__deadline-box.is-amber svg,
.sh-apply-card__deadline-box.is-amber .sh-apply-card__deadline-label { color: #9A5B00; }
.sh-apply-card__deadline-box.is-red {
background: #FDECEA;
border-color: #F2B8B1;
}
.sh-apply-card__deadline-box.is-red svg,
.sh-apply-card__deadline-box.is-red .sh-apply-card__deadline-label { color: #C0392B; }
.sh-apply-card__deadline-box.is-red .sh-apply-card__countdown b { color: #C0392B; }
.sh-deadline-cal .sh-container { max-width: 860px; }
.sh-deadline-cal__month { margin-bottom: var(--sh-8); }
.sh-deadline-cal__month-title {
display: flex;
align-items: center;
gap: var(--sh-3);
font-size: 1.15rem;
font-weight: 800;
color: var(--sh-ink);
margin: 0 0 var(--sh-4);
padding-bottom: var(--sh-2);
border-bottom: 1.5px solid var(--sh-line);
}
.sh-deadline-cal__month-count {
font-size: 0.72rem;
font-weight: 700;
color: var(--sh-blue-deep);
background: var(--sh-blue-ghost);
border-radius: 999px;
padding: 3px 10px;
}
.sh-deadline-cal__rows { display: flex; flex-direction: column; gap: var(--sh-3); }
.sh-deadline-row {
display: flex;
align-items: center;
gap: var(--sh-4);
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-md);
padding: var(--sh-3) var(--sh-4);
text-decoration: none;
transition: border-color 0.2s var(--sh-ease), box-shadow 0.2s var(--sh-ease), transform 0.2s var(--sh-ease);
}
.sh-deadline-row:hover {
border-color: var(--sh-blue);
box-shadow: 0 6px 18px rgba(16, 42, 76, 0.08);
transform: translateY(-1px);
}
.sh-deadline-row__date {
flex-shrink: 0;
width: 52px;
height: 52px;
border-radius: var(--sh-r-sm);
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.05;
}
.sh-deadline-row__day { font-size: 1.25rem; font-weight: 800; }
.sh-deadline-row__mon { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.sh-deadline-row.is-amber .sh-deadline-row__date { background: #FFF4E0; color: #9A5B00; }
.sh-deadline-row.is-red   .sh-deadline-row__date { background: #FDECEA; color: #C0392B; }
.sh-deadline-row__main { min-width: 0; flex: 1; }
.sh-deadline-row__title {
display: block;
font-weight: 700;
color: var(--sh-ink);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sh-deadline-row__meta {
display: flex;
align-items: center;
gap: var(--sh-3);
margin-top: 2px;
font-size: 0.8rem;
color: var(--sh-ink-mute);
}
.sh-deadline-row__type {
font-size: 0.66rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.07em;
color: var(--sh-blue-deep);
background: var(--sh-blue-ghost);
border-radius: 999px;
padding: 2px 8px;
}
.sh-deadline-row__left {
flex-shrink: 0;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.78rem;
font-weight: 700;
color: var(--sh-blue-deep);
background: var(--sh-blue-ghost);
border-radius: 999px;
padding: 5px 12px;
white-space: nowrap;
}
.sh-deadline-row.is-amber .sh-deadline-row__left { background: #FFF4E0; color: #9A5B00; }
.sh-deadline-row.is-red   .sh-deadline-row__left { background: #C0392B; color: #fff; }
.sh-deadline-row__arrow { flex-shrink: 0; color: var(--sh-ink-ghost); display: inline-flex; }
.sh-deadline-row:hover .sh-deadline-row__arrow { color: var(--sh-blue); }
.sh-deadline-cal__note {
margin-top: var(--sh-6);
font-size: 0.86rem;
color: var(--sh-ink-mute);
border-top: 1.5px solid var(--sh-line-soft);
padding-top: var(--sh-4);
}
.sh-deadline-cal__empty { text-align: center; padding: var(--sh-10) 0; color: var(--sh-ink-soft); }
.sh-deadline-cal__empty .sh-btn { margin-top: var(--sh-4); }
@media (max-width: 560px) {
.sh-deadline-row { flex-wrap: wrap; gap: var(--sh-3); }
.sh-deadline-row__title { white-space: normal; }
.sh-deadline-row__left { margin-left: 64px; }
.sh-deadline-row__arrow { display: none; }
}
.sh-faq--listing { max-width: none; margin: 0; }
.sh-listing-faq .sh-info-card__body { padding-top: var(--sh-2); }
.sh-listing-faq__note {
margin: var(--sh-4) 0 0;
font-size: 0.78rem;
color: var(--sh-ink-ghost);
}
html[data-theme="dark"] {
color-scheme: dark;
--sh-blue:         #4D94FF;
--sh-blue-deep:    #7FB2FF;
--sh-blue-bright:  #4D94FF;
--sh-blue-soft:    #16345C;
--sh-blue-ghost:   rgba(77, 148, 255, 0.14);
--sh-navy:         #E9EFF7;
--sh-navy-deep:    #06101E;
--sh-navy-soft:    #B9C8DB;
--sh-navy-ghost:   rgba(233, 239, 247, 0.07);
--sh-sky:          #6FA9E8;
--sh-sky-bright:   #73C1E1;
--sh-sky-soft:     #13283F;
--sh-sky-ghost:    rgba(111, 169, 232, 0.13);
--sh-paper:        #111E31;
--sh-cream:        #0B1624;
--sh-cream-soft:   #0E1A2A;
--sh-cream-deep:   #182A40;
--sh-ink:          #E9EFF7;
--sh-ink-soft:     #BCC9D9;
--sh-ink-mute:     #90A3B8;
--sh-ink-ghost:    #7A8EA5;
--sh-line:         #24374F;
--sh-line-soft:    #1C2C40;
--sh-coral:        #4D94FF;
--sh-coral-deep:   #7FB2FF;
--sh-coral-soft:   #16345C;
--sh-coral-ghost:  rgba(77, 148, 255, 0.14);
--sh-sun:          #4D94FF;
--sh-sun-soft:     #16345C;
--sh-sun-ghost:    rgba(77, 148, 255, 0.14);
}
html[data-theme="dark"] .sh-btn--primary,
html[data-theme="dark"] .sh-btn--primary:hover,
html[data-theme="dark"] .sh-btn--ghost:hover,
html[data-theme="dark"] .sh-active-chip,
html[data-theme="dark"] .sh-filter-option.is-active,
html[data-theme="dark"] .sh-quick-filter.is-active,
html[data-theme="dark"] .sh-mobile-filter-toggle,
html[data-theme="dark"] .sh-pagination .current,
html[data-theme="dark"] .sh-post-tag:hover,
html[data-theme="dark"] .sh-share-btn:hover,
html[data-theme="dark"] .sh-share__btn--copy:hover,
html[data-theme="dark"] .sh-share__btn.is-copied::after,
html[data-theme="dark"] .sh-hero__quick-tag:hover,
html[data-theme="dark"] .sh-field-card:hover .sh-field-card__arrow,
html[data-theme="dark"] .sh-listing-card:hover .sh-listing-card__arrow,
html[data-theme="dark"] .sh-faq__item[open] .sh-faq__icon,
html[data-theme="dark"] .sh-totop-float:hover,
html[data-theme="dark"] .sh-destmap__tip,
html[data-theme="dark"] .sh-post-content pre,
html[data-theme="dark"] .skip-link:focus {
background: #102A4C;
color: #F2F6FB;
}
html[data-theme="dark"] .sh-footer,
html[data-theme="dark"] .sh-section--dark,
html[data-theme="dark"] .sh-destinations,
html[data-theme="dark"] .sh-sticky-cta,
html[data-theme="dark"] .sh-cta-final__box,
html[data-theme="dark"] .sh-help-card,
html[data-theme="dark"] .sh-dest-card--photo {
background: #06101E;
}
html[data-theme="dark"] .sh-header {
background: rgba(10, 22, 38, 0.85);
}
html[data-theme="dark"] input[type="text"],
html[data-theme="dark"] input[type="email"],
html[data-theme="dark"] input[type="tel"],
html[data-theme="dark"] input[type="search"],
html[data-theme="dark"] input[type="number"],
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
background: var(--sh-cream-soft);
border-color: var(--sh-line);
color: var(--sh-ink);
}
html[data-theme="dark"] .sh-listing-card,
html[data-theme="dark"] .sh-info-card,
html[data-theme="dark"] .sh-apply-card,
html[data-theme="dark"] .sh-deadline-row {
box-shadow: none;
}
html[data-theme="dark"] .sh-card-badge--deadline,
html[data-theme="dark"] .sh-apply-card__deadline-box.is-amber,
html[data-theme="dark"] .sh-deadline-row.is-amber .sh-deadline-row__date,
html[data-theme="dark"] .sh-deadline-row.is-amber .sh-deadline-row__left {
background: rgba(245, 158, 11, 0.16);
color: #F7C173;
}
html[data-theme="dark"] .sh-apply-card__deadline-box.is-amber { border-color: rgba(245, 158, 11, 0.35); }
html[data-theme="dark"] .sh-apply-card__deadline-box.is-amber svg,
html[data-theme="dark"] .sh-apply-card__deadline-box.is-amber .sh-apply-card__deadline-label { color: #F7C173; }
html[data-theme="dark"] .sh-apply-card__deadline-box.is-red {
background: rgba(214, 69, 51, 0.16);
border-color: rgba(214, 69, 51, 0.4);
}
html[data-theme="dark"] .sh-apply-card__deadline-box.is-red svg,
html[data-theme="dark"] .sh-apply-card__deadline-box.is-red .sh-apply-card__deadline-label,
html[data-theme="dark"] .sh-apply-card__deadline-box.is-red .sh-apply-card__countdown b { color: #F1998D; }
html[data-theme="dark"] .sh-deadline-row.is-red .sh-deadline-row__date { background: rgba(214, 69, 51, 0.16); color: #F1998D; }
html[data-theme="dark"] .sh-card-badge--expired { background: #1C2C40; color: #90A3B8; }
.sh-header__theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border: none;
border-radius: 999px;
background: transparent;
color: var(--sh-ink-soft);
cursor: pointer;
transition: background 0.2s var(--sh-ease), color 0.2s var(--sh-ease);
}
.sh-header__theme-toggle:hover {
background: var(--sh-navy-ghost);
color: var(--sh-ink);
}
.sh-theme-icon { display: none; line-height: 0; }
html[data-theme="light"] .sh-theme-icon--moon { display: inline-flex; }
html[data-theme="dark"]  .sh-theme-icon--sun  { display: inline-flex; }
html:not([data-theme]) .sh-theme-icon--moon { display: inline-flex; }
html[data-theme="dark"] .sh-header.is-scrolled {
background: rgba(10, 22, 38, 0.92);
}
html[data-theme="dark"] .sh-match-field input,
html[data-theme="dark"] .sh-match-field select,
html[data-theme="dark"] .sh-alertform__input,
html[data-theme="dark"] .comment-form input:focus,
html[data-theme="dark"] .comment-form textarea:focus {
background: var(--sh-cream-soft);
border-color: var(--sh-line);
color: var(--sh-ink);
}
html[data-theme="dark"] .sh-cal__menu {
background: var(--sh-paper);
border-color: var(--sh-line);
}
html[data-theme="dark"] .sh-cal__opt:hover,
html[data-theme="dark"] .sh-cal__opt:focus {
background: var(--sh-cream-deep);
}
html[data-theme="dark"] .comment-list .comment-body,
html[data-theme="dark"] .sh-team-founder,
html[data-theme="dark"] .sh-team-card,
html[data-theme="dark"] .sh-person-links__item,
html[data-theme="dark"] .sh-author-hero__link,
html[data-theme="dark"] .sh-authors-standards,
html[data-theme="dark"] .sh-trust-chip,
html[data-theme="dark"] .sh-contact-tile {
background: var(--sh-paper);
border-color: var(--sh-line);
}
html[data-theme="dark"] .sh-destmap__btn {
background: rgba(17, 30, 49, 0.95);
border-color: var(--sh-line);
color: var(--sh-ink);
}
html[data-theme="dark"] .sh-destmap__btn:hover {
background: var(--sh-paper);
}
html[data-theme="dark"] .sh-destmap__legend {
background: rgba(17, 30, 49, 0.9);
color: var(--sh-ink-soft);
}
html[data-theme="dark"] .sh-wedo__check {
background: rgba(52, 168, 106, 0.16);
color: #7ED6A5;
}
html[data-theme="dark"] .sh-apply-card__expired {
background: rgba(245, 158, 11, 0.10);
border-color: rgba(245, 158, 11, 0.3);
}
html[data-theme="dark"] .sh-post-content code {
background: var(--sh-cream-deep);
}
html[data-theme="dark"] .sh-post-content table th {
background: var(--sh-cream-deep);
}
html[data-theme="dark"] .sh-deadline-passed {
background: rgba(214, 69, 51, 0.12);
color: #F1998D;
}
html[data-theme="dark"] .sh-author-hero__link:hover {
background: #102A4C;
border-color: #102A4C;
color: #F2F6FB;
}
.sh-quick-facts--university,
.sh-quick-facts--program { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sh-quick-facts--university .sh-fact__label,
.sh-quick-facts--program .sh-fact__label { white-space: nowrap; }
.sh-quick-facts--university .sh-fact--wide,
.sh-quick-facts--program .sh-fact--wide { align-items: center; }
@media (max-width: 900px) {
.sh-quick-facts--university,
.sh-quick-facts--program { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
.sh-quick-facts--university,
.sh-quick-facts--program { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 1024px) {
body.has-sticky-apply .sh-cookies {
bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
}
.sh-post-content table {
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-collapse: collapse;
margin: var(--sh-5) 0;
font-size: 0.9375rem;
}
.sh-post-content th,
.sh-post-content td {
border: 1.5px solid var(--sh-line);
padding: var(--sh-2) var(--sh-3);
text-align: left;
vertical-align: top;
min-width: 120px;
}
.sh-post-content th {
background: var(--sh-cream-deep);
font-weight: 700;
color: var(--sh-ink);
white-space: nowrap;
}
.sh-post-content,
.sh-info-card__body,
.sh-faq__a { overflow-wrap: break-word; }
@media (max-width: 768px) {
.sh-alertform__input,
.comment-form input,
.comment-form textarea { font-size: 16px; }
}
.sh-deadline-cal__month-title { flex-wrap: nowrap; min-width: 0; }
.sh-deadline-cal__month-title span:first-child { min-width: 0; }
@media (min-width: 768px) {
.sh-cookies {
right: auto;
max-width: 560px;
}
}
body.sh-cookies-open .sh-chat-launch,
body.sh-cookies-open .sh-chat-tip {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
@media (min-width: 768px) {
body.sh-cookies-open .sh-chat-launch,
body.sh-cookies-open .sh-chat-tip {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
}
.sh-faq--listing .sh-faq__item {
background: var(--sh-cream-soft);
}
.sh-faq--listing .sh-faq__item[open] {
background: var(--sh-paper);
border-color: var(--sh-blue-soft);
}
.sh-deadline-row.is-amber:hover { border-color: #E3A93E; }
.sh-deadline-row.is-red:hover   { border-color: #C0392B; }
.sh-apply-card__deadline-box.is-expired {
background: var(--sh-cream-deep);
border-color: var(--sh-line);
}
.sh-apply-card__deadline-box.is-expired svg,
.sh-apply-card__deadline-box.is-expired .sh-apply-card__deadline-label { color: var(--sh-ink-mute); }
.sh-apply-card__deadline-box.is-expired .sh-apply-card__deadline-date { color: var(--sh-ink-soft); }
html[data-theme="dark"] .sh-faq--listing .sh-faq__item { background: var(--sh-cream-soft); }
html[data-theme="dark"] .sh-faq--listing .sh-faq__item[open] { background: var(--sh-paper); border-color: #2C4A73; }
html[data-theme="dark"] .sh-deadline-row.is-amber:hover { border-color: rgba(245, 158, 11, 0.5); }
html[data-theme="dark"] .sh-deadline-row.is-red:hover   { border-color: rgba(214, 69, 51, 0.6); }
html[data-theme="dark"] .sh-apply-card__deadline-box.is-expired {
background: var(--sh-cream-deep);
border-color: var(--sh-line);
}
html[data-theme="dark"] .sh-flag-chip { color: #102A4C; }
html[data-theme="dark"] .sh-save { color: #3D4B5C; }
html[data-theme="dark"] .sh-footer,
html[data-theme="dark"] .sh-section--dark,
html[data-theme="dark"] .sh-destinations,
html[data-theme="dark"] .sh-cta-final__box,
html[data-theme="dark"] .sh-cta-band,
html[data-theme="dark"] .sh-help-card,
html[data-theme="dark"] .sh-sticky-cta {
--sh-blue:         #0056D2;
--sh-blue-deep:    #00419E;
--sh-blue-bright:  #2A73CC;
--sh-blue-soft:    #CCE0FF;
--sh-blue-ghost:   rgba(0, 86, 210, 0.10);
--sh-navy:         #102A4C;
--sh-navy-deep:    #0A1B33;
--sh-navy-soft:    #2C4A73;
--sh-navy-ghost:   rgba(16, 42, 76, 0.06);
--sh-sky:          #4D8FDB;
--sh-sky-bright:   #73C1E1;
--sh-sky-soft:     #DBE9FB;
--sh-sky-ghost:    rgba(77, 143, 219, 0.12);
--sh-paper:        #FFFFFF;
--sh-cream:        #F5F7FA;
--sh-cream-soft:   #FAFBFD;
--sh-cream-deep:   #EDF1F6;
--sh-ink:          #102A4C;
--sh-ink-soft:     #3D4B5C;
--sh-ink-mute:     #5B6B7C;
--sh-ink-ghost:    #64758A;
--sh-line:         #E0E5EC;
--sh-line-soft:    #EDF0F4;
--sh-coral:        #0056D2;
--sh-coral-deep:   #00419E;
--sh-coral-soft:   #CCE0FF;
--sh-coral-ghost:  rgba(0, 86, 210, 0.10);
--sh-sun:          #0056D2;
--sh-sun-soft:     #CCE0FF;
--sh-sun-ghost:    rgba(0, 86, 210, 0.10);
}
html[data-theme="dark"] .sh-btn--light { color: #102A4C; }
html[data-theme="dark"] .sh-btn--light:hover { color: #0A1B33; }
html[data-theme="dark"] .sh-card-badge--new,
html[data-theme="dark"] .sh-card-badge--top {
color: #102A4C;
}
html.sh-theme-anim body,
html.sh-theme-anim .sh-header,
html.sh-theme-anim .sh-info-card,
html.sh-theme-anim .sh-listing-card,
html.sh-theme-anim .sh-apply-card,
html.sh-theme-anim .sh-deadline-row,
html.sh-theme-anim .sh-faq__item,
html.sh-theme-anim .sh-fact,
html.sh-theme-anim .sh-section {
transition: background-color 0.3s var(--sh-ease),
border-color 0.3s var(--sh-ease),
color 0.3s var(--sh-ease);
}
@media (prefers-reduced-motion: reduce) {
html.sh-theme-anim body,
html.sh-theme-anim .sh-header,
html.sh-theme-anim .sh-info-card,
html.sh-theme-anim .sh-listing-card,
html.sh-theme-anim .sh-apply-card,
html.sh-theme-anim .sh-deadline-row,
html.sh-theme-anim .sh-faq__item,
html.sh-theme-anim .sh-fact,
html.sh-theme-anim .sh-section { transition: none; }
}
html[data-theme="dark"] .sh-listing-card__cover.is-photo img,
html[data-theme="dark"] .sh-dest-card--photo .sh-dest-card__img,
html[data-theme="dark"] .sh-post-hero img,
html[data-theme="dark"] .sh-post-content img {
filter: brightness(0.88) contrast(1.03);
}
html[data-theme="dark"] .sh-listing-card:hover .sh-listing-card__cover.is-photo img {
filter: brightness(0.96) contrast(1.02);
}
.sh-blog-feature {
display: flex;
align-items: stretch;
gap: 0;
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl, 20px);
overflow: hidden;
text-decoration: none;
margin-bottom: var(--sh-8);
transition: border-color 0.2s var(--sh-ease), box-shadow 0.25s var(--sh-ease), transform 0.25s var(--sh-ease);
}
.sh-blog-feature:hover {
border-color: var(--sh-blue);
box-shadow: 0 14px 40px rgba(16, 42, 76, 0.10);
transform: translateY(-2px);
}
.sh-blog-feature__media {
flex: 0 0 44%;
min-height: 300px;
position: relative;
background: var(--sh-cream-deep);
}
.sh-blog-feature__media img,
.sh-blog-feature__initials {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: 800;
color: rgba(255, 255, 255, 0.85);
letter-spacing: 0.04em;
transition: transform 0.4s var(--sh-ease-out);
}
.sh-blog-feature:hover .sh-blog-feature__media img { transform: scale(1.03); }
.sh-blog-feature__body {
flex: 1;
min-width: 0;
padding: var(--sh-7) var(--sh-8);
display: flex;
flex-direction: column;
justify-content: center;
gap: var(--sh-3);
}
.sh-blog-feature__meta-top { display: flex; align-items: center; gap: var(--sh-3); flex-wrap: wrap; }
.sh-blog-feature__label {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--sh-blue-deep);
background: var(--sh-blue-ghost);
border-radius: 999px;
padding: 4px 11px;
}
.sh-blog-feature__cat {
font-size: 0.72rem;
font-weight: 600;
color: var(--sh-ink-mute);
text-transform: uppercase;
letter-spacing: 0.06em;
}
.sh-blog-feature__title {
font-family: var(--sh-font-display);
font-size: clamp(1.35rem, 2.6vw, 1.85rem);
line-height: 1.22;
color: var(--sh-ink);
margin: 0;
}
.sh-blog-feature:hover .sh-blog-feature__title { color: var(--sh-blue-deep); }
.sh-blog-feature__excerpt {
color: var(--sh-ink-soft);
line-height: 1.65;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sh-blog-feature__meta {
display: flex;
align-items: center;
gap: var(--sh-5);
flex-wrap: wrap;
margin-top: var(--sh-2);
font-size: 0.85rem;
color: var(--sh-ink-mute);
}
.sh-blog-feature__meta span { display: inline-flex; align-items: center; gap: 6px; }
.sh-blog-feature__read {
margin-left: auto;
font-weight: 700;
color: var(--sh-blue);
}
.sh-blog-feature:hover .sh-blog-feature__read .sh-arrow { transform: translateX(3px); }
.sh-blog-feature__read .sh-arrow { display: inline-flex; transition: transform 0.2s var(--sh-ease); }
@media (max-width: 760px) {
.sh-blog-feature { flex-direction: column; }
.sh-blog-feature__media { flex-basis: auto; min-height: 0; aspect-ratio: 16 / 9; }
.sh-blog-feature__body { padding: var(--sh-5); }
.sh-blog-feature__read { margin-left: 0; width: 100%; }
}
.sh-deadline-row__country { display: inline-flex; align-items: center; gap: 6px; }
.sh-deadline-row__country img { border-radius: 2px; display: block; }
html[data-theme="dark"] .sh-blog-feature__media img { filter: brightness(0.88) contrast(1.03); }
html[data-theme="dark"] .sh-blog-feature:hover .sh-blog-feature__media img { filter: brightness(0.96); }
.sh-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
}
.sh-dl__toolbar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--sh-3);
margin-bottom: var(--sh-5);
}
.sh-dl__views {
display: inline-flex;
background: var(--sh-cream);
border: 1.5px solid var(--sh-line);
border-radius: 999px;
padding: 3px;
}
.sh-dl__view {
display: inline-flex;
align-items: center;
gap: 6px;
border: 0;
background: transparent;
border-radius: 999px;
padding: 7px 14px;
font: inherit;
font-size: 0.82rem;
font-weight: 700;
color: var(--sh-ink-mute);
cursor: pointer;
transition: background 0.2s var(--sh-ease), color 0.2s var(--sh-ease);
}
.sh-dl__view:hover { color: var(--sh-ink); }
.sh-dl__view.is-active {
background: var(--sh-paper);
color: var(--sh-blue-deep);
box-shadow: 0 1px 4px rgba(16, 42, 76, 0.10);
}
.sh-dl__view svg { flex-shrink: 0; }
.sh-dl__legend {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--sh-4);
margin: 0;
padding: 0;
list-style: none;
font-size: 0.74rem;
font-weight: 600;
color: var(--sh-ink-mute);
}
.sh-dl__legend li { display: inline-flex; align-items: center; gap: 6px; }
.sh-dl__key {
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--sh-blue);
flex-shrink: 0;
}
.sh-dl__key.is-amber { background: #E3A93E; }
.sh-dl__key.is-red   { background: #C0392B; }
.sh-dl__cal {
background: var(--sh-paper);
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-xl);
padding: var(--sh-5);
margin-bottom: var(--sh-6);
}
.sh-dl__cal-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--sh-3);
margin-bottom: var(--sh-4);
}
.sh-dl__cal-title {
margin: 0;
font-size: 1.15rem;
font-weight: 800;
color: var(--sh-ink);
text-align: center;
flex: 1;
}
.sh-dl__nav {
flex-shrink: 0;
width: 38px;
height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1.5px solid var(--sh-line);
border-radius: 50%;
background: var(--sh-paper);
color: var(--sh-ink-soft);
cursor: pointer;
transition: border-color 0.2s var(--sh-ease), color 0.2s var(--sh-ease), background 0.2s var(--sh-ease);
}
.sh-dl__nav:hover:not(:disabled) {
border-color: var(--sh-blue);
color: var(--sh-blue);
background: var(--sh-blue-ghost);
}
.sh-dl__nav:disabled { opacity: 0.35; cursor: default; }
.sh-dl__pills {
display: flex;
gap: var(--sh-2);
margin-bottom: var(--sh-4);
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding-bottom: 2px;
}
.sh-dl__pills::-webkit-scrollbar { display: none; }
.sh-dl__pill {
flex: 1 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
border: 1.5px solid var(--sh-line);
background: var(--sh-paper);
border-radius: 999px;
padding: 6px 14px;
font: inherit;
font-size: 0.78rem;
font-weight: 700;
color: var(--sh-ink-mute);
cursor: pointer;
white-space: nowrap;
transition: border-color 0.2s var(--sh-ease), color 0.2s var(--sh-ease), background 0.2s var(--sh-ease);
}
.sh-dl__pill:hover { border-color: var(--sh-blue); color: var(--sh-blue-deep); }
.sh-dl__pill.is-active {
background: var(--sh-blue);
border-color: var(--sh-blue);
color: #fff;
}
.sh-dl__pill-count {
font-size: 0.66rem;
font-weight: 800;
background: var(--sh-blue-ghost);
color: var(--sh-blue-deep);
border-radius: 999px;
padding: 1px 6px;
}
.sh-dl__pill.is-active .sh-dl__pill-count {
background: rgba(255, 255, 255, 0.22);
color: #fff;
}
.sh-dl__dow,
.sh-dl__cells {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 6px;
}
.sh-dl__dow {
margin-bottom: 6px;
}
.sh-dl__dow span {
text-align: center;
font-size: 0.66rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--sh-ink-mute);
padding-bottom: 2px;
}
.sh-dl__cell {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
aspect-ratio: 1 / 1;
border-radius: var(--sh-r-md);
border: 1.5px solid transparent;
background: transparent;
font: inherit;
padding: 0;
}
.sh-dl__cell.is-pad { border: 0; }
.sh-dl__num {
font-size: 0.86rem;
font-weight: 700;
color: var(--sh-ink-ghost);
line-height: 1;
}
.sh-dl__cell.is-empty .sh-dl__num { font-weight: 600; }
.sh-dl__cell.is-past .sh-dl__num { opacity: 0.5; }
.sh-dl__cell.is-today { border-color: var(--sh-ink-ghost); border-style: dashed; }
.sh-dl__cell.has-items {
cursor: pointer;
background: var(--sh-blue-ghost);
border-color: transparent;
transition: transform 0.15s var(--sh-ease), box-shadow 0.2s var(--sh-ease), border-color 0.2s var(--sh-ease);
}
.sh-dl__cell.has-items .sh-dl__num { color: var(--sh-blue-deep); font-weight: 800; }
.sh-dl__cell.has-items:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(16, 42, 76, 0.10);
border-color: var(--sh-blue);
}
.sh-dl__cell.has-items.is-amber { background: #FFF4E0; }
.sh-dl__cell.has-items.is-amber .sh-dl__num { color: #8A5100; }
.sh-dl__cell.has-items.is-amber:hover { border-color: #E3A93E; }
.sh-dl__cell.has-items.is-red { background: #FDECEA; }
.sh-dl__cell.has-items.is-red .sh-dl__num { color: #B3352A; }
.sh-dl__cell.has-items.is-red:hover { border-color: #C0392B; }
.sh-dl__dots { display: flex; align-items: center; gap: 3px; height: 6px; }
.sh-dl__dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--sh-blue);
}
.sh-dl__cell.is-amber .sh-dl__dot { background: #C57E12; }
.sh-dl__cell.is-red   .sh-dl__dot { background: #C0392B; }
.sh-dl__more {
font-size: 0.6rem;
font-weight: 800;
line-height: 1;
color: var(--sh-blue-deep);
}
.sh-dl__cell.is-amber .sh-dl__more { color: #8A5100; }
.sh-dl__cell.is-red   .sh-dl__more { color: #B3352A; }
.sh-dl__cell.has-items.is-selected {
border-color: var(--sh-blue);
border-style: solid;
box-shadow: 0 0 0 3px var(--sh-blue-ghost);
}
.sh-dl__cell.has-items.is-amber.is-selected {
border-color: #E3A93E;
box-shadow: 0 0 0 3px rgba(227, 169, 62, 0.20);
}
.sh-dl__cell.has-items.is-red.is-selected {
border-color: #C0392B;
box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18);
}
.sh-dl__grid-empty {
margin: var(--sh-4) 0 0;
text-align: center;
font-size: 0.84rem;
color: var(--sh-ink-mute);
}
.sh-dl__hint {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
margin: var(--sh-4) 0 0;
font-size: 0.78rem;
color: var(--sh-ink-mute);
}
.sh-dl-day__head {
display: flex;
align-items: baseline;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--sh-2);
margin: 0 0 var(--sh-3);
font-size: 1rem;
font-weight: 800;
color: var(--sh-ink);
}
.sh-dl-day__head:focus { outline: none; }
.sh-dl-day__count {
font-size: 0.72rem;
font-weight: 700;
color: var(--sh-ink-mute);
text-transform: uppercase;
letter-spacing: 0.06em;
}
.sh-dl-day { margin-bottom: var(--sh-6); }
.sh-dl-month { margin-bottom: var(--sh-8); }
.sh-dl__month-title { margin-bottom: var(--sh-5) !important; }
.sh-dl[data-view="cal"] .sh-dl__month-title { display: none; }
.sh-dl[data-view="cal"] .sh-dl-day { display: none; }
.sh-dl[data-view="cal"] .sh-dl-day.is-selected { display: block; }
.sh-dl[data-view="cal"] .sh-dl-month { margin-bottom: 0; }
.sh-dl[data-view="cal"] .sh-dl-day.is-selected { margin-bottom: 0; }
.sh-dl[data-view="list"] .sh-dl__cal { display: none; }
@media (max-width: 560px) {
.sh-dl__cal { padding: var(--sh-4) var(--sh-3); }
.sh-dl__toolbar { flex-direction: column; align-items: stretch; }
.sh-dl__views { width: 100%; }
.sh-dl__view { flex: 1; justify-content: center; }
.sh-dl__legend { justify-content: center; gap: var(--sh-3); }
.sh-dl__dow, .sh-dl__cells { gap: 4px; }
.sh-dl__cell { border-radius: 7px; }
.sh-dl__num { font-size: 0.8rem; }
.sh-dl__dot { width: 4px; height: 4px; }
.sh-dl__cal-title { font-size: 1rem; }
.sh-dl__nav { width: 34px; height: 34px; }
.sh-dl__pill { flex: 0 0 auto; padding: 6px 12px; }
.sh-dl-day__head { font-size: 0.94rem; }
}
html[data-theme="dark"] .sh-dl__cal,
html[data-theme="dark"] .sh-dl__nav,
html[data-theme="dark"] .sh-dl__pill {
background: var(--sh-paper);
border-color: var(--sh-line);
}
html[data-theme="dark"] .sh-dl__views { background: var(--sh-cream-soft); border-color: var(--sh-line); }
html[data-theme="dark"] .sh-dl__view.is-active {
background: var(--sh-cream-deep);
color: var(--sh-blue-deep);
box-shadow: none;
}
html[data-theme="dark"] .sh-dl__pill.is-active {
background: var(--sh-blue);
border-color: var(--sh-blue);
color: #0B1624;
}
html[data-theme="dark"] .sh-dl__pill.is-active .sh-dl__pill-count {
background: rgba(11, 22, 36, 0.22);
color: #0B1624;
}
html[data-theme="dark"] .sh-dl__cell.has-items:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-amber { background: rgba(245, 158, 11, 0.16); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-amber .sh-dl__num,
html[data-theme="dark"] .sh-dl__cell.is-amber .sh-dl__more { color: #F0BE6B; }
html[data-theme="dark"] .sh-dl__cell.is-amber .sh-dl__dot { background: #F0BE6B; }
html[data-theme="dark"] .sh-dl__cell.has-items.is-red { background: rgba(214, 69, 51, 0.16); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-red .sh-dl__num,
html[data-theme="dark"] .sh-dl__cell.is-red .sh-dl__more { color: #F1998D; }
html[data-theme="dark"] .sh-dl__cell.is-red .sh-dl__dot { background: #F1998D; }
html[data-theme="dark"] .sh-dl__cell.has-items.is-amber:hover,
html[data-theme="dark"] .sh-dl__cell.has-items.is-amber.is-selected { border-color: rgba(245, 158, 11, 0.55); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-red:hover,
html[data-theme="dark"] .sh-dl__cell.has-items.is-red.is-selected { border-color: rgba(214, 69, 51, 0.65); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-amber.is-selected { box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.16); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-red.is-selected { box-shadow: 0 0 0 3px rgba(214, 69, 51, 0.16); }
html[data-theme="dark"] .sh-dl__key.is-amber { background: #F0BE6B; }
html[data-theme="dark"] .sh-dl__key.is-red   { background: #F1998D; }
html.sh-theme-anim .sh-dl__cal,
html.sh-theme-anim .sh-dl__cell,
html.sh-theme-anim .sh-dl__pill,
html.sh-theme-anim .sh-dl__view {
transition: background-color 0.3s var(--sh-ease), border-color 0.3s var(--sh-ease), color 0.3s var(--sh-ease);
}
@media (prefers-reduced-motion: reduce) {
html.sh-theme-anim .sh-dl__cal,
html.sh-theme-anim .sh-dl__cell,
html.sh-theme-anim .sh-dl__pill,
html.sh-theme-anim .sh-dl__view { transition: none; }
.sh-dl__cell.has-items:hover { transform: none; }
}
.sh-dl [hidden] { display: none !important; }
.sh-dl__stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--sh-3);
margin-bottom: var(--sh-5);
}
.sh-dl__stat {
background: var(--sh-blue-ghost);
border-radius: var(--sh-r-lg);
padding: var(--sh-4);
text-align: center;
}
.sh-dl__stat.is-amber { background: #FFF4E0; }
.sh-dl__stat.is-red   { background: #FDECEA; }
.sh-dl__stat-n {
display: block;
font-size: 1.6rem;
font-weight: 800;
line-height: 1.1;
color: var(--sh-blue-deep);
}
.sh-dl__stat.is-amber .sh-dl__stat-n { color: #8A5100; }
.sh-dl__stat.is-red   .sh-dl__stat-n { color: #B3352A; }
.sh-dl__stat-l {
display: block;
margin-top: 2px;
font-size: 0.74rem;
font-weight: 600;
color: var(--sh-ink-soft);
}
.sh-dl__stat.is-amber .sh-dl__stat-l { color: #8A5100; }
.sh-dl__stat.is-red   .sh-dl__stat-l { color: #B3352A; }
.sh-dl__ics {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.8rem;
font-weight: 700;
color: var(--sh-blue-deep);
text-decoration: none;
border: 1.5px solid var(--sh-line);
border-radius: 999px;
padding: 7px 14px;
transition: border-color 0.2s var(--sh-ease), background 0.2s var(--sh-ease);
}
.sh-dl__ics:hover { border-color: var(--sh-blue); background: var(--sh-blue-ghost); }
.sh-dl-day__ics {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.74rem;
font-weight: 700;
color: var(--sh-ink-mute);
text-decoration: none;
margin-left: auto;
}
.sh-dl-day__ics:hover { color: var(--sh-blue); }
.sh-dl__filters {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
gap: var(--sh-3);
margin-bottom: var(--sh-5);
}
.sh-dl__field { display: flex; flex-direction: column; gap: 4px; }
.sh-dl__field-label {
font-size: 0.68rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.07em;
color: var(--sh-ink-mute);
}
.sh-dl__field select {
min-width: 190px;
font-size: 0.86rem;
padding: 9px 12px;
border: 1.5px solid var(--sh-line);
border-radius: var(--sh-r-md);
background: var(--sh-paper);
color: var(--sh-ink);
}
.sh-dl__reset,
.sh-dl__reset-inline {
display: inline-flex;
align-items: center;
gap: 5px;
border: 0;
background: transparent;
font: inherit;
font-size: 0.8rem;
font-weight: 700;
color: var(--sh-ink-mute);
cursor: pointer;
padding: 9px 4px;
}
.sh-dl__reset:hover,
.sh-dl__reset-inline:hover { color: var(--sh-blue); }
.sh-dl__reset-inline { text-decoration: underline; padding: 0; }
.sh-dl__filter-empty {
flex-basis: 100%;
margin: 0;
font-size: 0.86rem;
color: var(--sh-ink-soft);
}
.sh-dl__cell.has-items.is-off {
background: transparent;
cursor: default;
box-shadow: none;
border-color: transparent;
}
.sh-dl__cell.has-items.is-off .sh-dl__num { color: var(--sh-ink-ghost); font-weight: 600; opacity: 0.5; }
.sh-dl__cell.has-items.is-off:hover { transform: none; }
.sh-dl-day.is-off,
.sh-dl-month.is-off { display: none; }
.sh-dl__cal-foot {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--sh-3);
margin-top: var(--sh-4);
}
.sh-dl__cal-foot .sh-dl__hint { margin: 0; }
.sh-dl__today {
display: inline-flex;
align-items: center;
gap: 5px;
border: 1.5px solid var(--sh-line);
background: var(--sh-paper);
border-radius: 999px;
padding: 6px 12px;
font: inherit;
font-size: 0.76rem;
font-weight: 700;
color: var(--sh-ink-mute);
cursor: pointer;
white-space: nowrap;
transition: border-color 0.2s var(--sh-ease), color 0.2s var(--sh-ease);
}
.sh-dl__today:hover { border-color: var(--sh-blue); color: var(--sh-blue-deep); }
.sh-dl-day__date { margin: 0; font-size: 1rem; font-weight: 800; color: var(--sh-ink); }
.sh-dl-day__date:focus { outline: none; }
@media (max-width: 560px) {
.sh-dl__stats { gap: 6px; }
.sh-dl__stat { padding: var(--sh-3) var(--sh-2); border-radius: var(--sh-r-md); }
.sh-dl__stat-n { font-size: 1.25rem; }
.sh-dl__stat-l { font-size: 0.64rem; }
.sh-dl__toolbar { gap: var(--sh-2); }
.sh-dl__ics { width: 100%; justify-content: center; }
.sh-dl__field { flex: 1 1 100%; }
.sh-dl__field select { width: 100%; min-width: 0; font-size: 1rem; }
.sh-dl__cal-foot { flex-direction: column-reverse; align-items: stretch; gap: var(--sh-2); }
.sh-dl__today { justify-content: center; }
.sh-dl-day__ics { margin-left: 0; }
}
html[data-theme="dark"] .sh-dl__stat { background: var(--sh-blue-ghost); }
html[data-theme="dark"] .sh-dl__stat-n { color: var(--sh-blue-deep); }
html[data-theme="dark"] .sh-dl__stat-l { color: var(--sh-ink-soft); }
html[data-theme="dark"] .sh-dl__stat.is-amber { background: rgba(245, 158, 11, 0.16); }
html[data-theme="dark"] .sh-dl__stat.is-amber .sh-dl__stat-n,
html[data-theme="dark"] .sh-dl__stat.is-amber .sh-dl__stat-l { color: #F0BE6B; }
html[data-theme="dark"] .sh-dl__stat.is-red { background: rgba(214, 69, 51, 0.16); }
html[data-theme="dark"] .sh-dl__stat.is-red .sh-dl__stat-n,
html[data-theme="dark"] .sh-dl__stat.is-red .sh-dl__stat-l { color: #F1998D; }
html[data-theme="dark"] .sh-dl__ics,
html[data-theme="dark"] .sh-dl__today,
html[data-theme="dark"] .sh-dl__field select {
background: var(--sh-paper);
border-color: var(--sh-line);
color: var(--sh-ink);
}
html[data-theme="dark"] .sh-dl__ics { color: var(--sh-blue-deep); }
html[data-theme="dark"] .sh-dl__cell.has-items.is-off { background: transparent; }
