*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --g-blue:#4285f4;
  --g-blue-dark:#1a73e8;
  --g-red:#ea4335;
  --g-yellow:#fbbc05;
  --g-green:#34a853;
  --g-ink:#202124;
  --g-muted:#5f6368;
  --g-border:#dadce0;
  --g-bg:#f8fafd;
}
body{
  margin:0;
  font-family:"Google Sans",Roboto,Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.55;
  background:var(--sh-bg);
  color:var(--sh-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.shseo-theme-light{
  --sh-bg:var(--sh-bg-custom,#f8fafd);
  --sh-surface:var(--sh-card-custom,#ffffff);
  --sh-surface-2:#f8fafd;
  --sh-text:#202124;
  --sh-muted:#5f6368;
  --sh-soft:#f1f3f4;
  --sh-border:#dadce0;
  --sh-header:rgba(255,255,255,.96);
  --sh-input:#ffffff;
  --sh-shadow:0 1px 2px rgba(60,64,67,.12),0 2px 8px rgba(60,64,67,.08);
  --sh-shadow-hover:0 4px 8px rgba(60,64,67,.12),0 8px 24px rgba(60,64,67,.10);
}
body.shseo-theme-dark{
  --sh-bg:var(--sh-bg-custom,#202124);
  --sh-surface:var(--sh-card-custom,#292a2d);
  --sh-surface-2:#303134;
  --sh-text:#f1f3f4;
  --sh-muted:#bdc1c6;
  --sh-soft:#3c4043;
  --sh-border:#5f6368;
  --sh-header:rgba(32,33,36,.96);
  --sh-input:#303134;
  --sh-shadow:0 2px 10px rgba(0,0,0,.24);
  --sh-shadow-hover:0 8px 28px rgba(0,0,0,.28);
}
a{color:var(--sh-primary,var(--g-blue-dark));text-decoration-thickness:.08em;text-underline-offset:.18em}
a:hover{color:var(--g-blue-dark)}
img{max-width:100%;height:auto}
button,input{font:inherit}
.shseo-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.shseo-wide{width:min(1180px,calc(100% - 40px));margin:24px auto}
.shseo-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.shseo-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--sh-border);background:var(--sh-header);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px)}
.shseo-header:before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--g-blue) 0 25%,var(--g-red) 25% 50%,var(--g-yellow) 50% 75%,var(--g-green) 75% 100%)}
.shseo-header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.shseo-brand{display:flex;align-items:center;gap:12px;color:var(--sh-text);font-size:1.05rem;font-weight:700;text-decoration:none;letter-spacing:-.015em}
.shseo-brand:hover{color:var(--sh-text)}
.shseo-brand img{display:block;max-width:184px;max-height:46px;object-fit:contain}
.shseo-main-nav{display:flex;align-items:center;gap:4px}
.shseo-main-nav a{color:var(--sh-muted);text-decoration:none;font-size:.94rem;font-weight:600;padding:10px 15px;border-radius:999px;transition:background .18s ease,color .18s ease}
.shseo-main-nav a:hover{background:var(--sh-soft);color:var(--sh-text)}
.shseo-menu-button{display:none;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:var(--sh-text);cursor:pointer}
.shseo-menu-button:hover{background:var(--sh-soft)}

/* Hero */
.shseo-hero{position:relative;overflow:hidden;padding:76px 0 66px;border-bottom:1px solid var(--sh-border);background:
 radial-gradient(circle at 8% 5%,rgba(66,133,244,.15),transparent 28%),
 radial-gradient(circle at 94% 15%,rgba(52,168,83,.12),transparent 25%),
 radial-gradient(circle at 76% 94%,rgba(251,188,5,.10),transparent 25%),
 var(--sh-bg)}
.shseo-hero:after{content:"";position:absolute;right:8%;top:36px;width:68px;height:68px;border:14px solid rgba(234,67,53,.10);border-radius:50%;pointer-events:none}
.shseo-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:52px;align-items:center}
.shseo-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;padding:7px 12px;border-radius:999px;background:rgba(66,133,244,.10);color:var(--g-blue-dark);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.shseo-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--g-green)}
.shseo-hero h1,.shseo-page-top h1{margin:0;max-width:850px;color:var(--sh-text);font-size:clamp(2.25rem,5vw,4.35rem);line-height:1.06;letter-spacing:-.045em;font-weight:700}
.shseo-hero p,.shseo-page-top p{max-width:760px;margin:18px 0 0;color:var(--sh-muted);font-size:clamp(1rem,2vw,1.16rem)}
.shseo-trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:24px;color:var(--sh-muted);font-size:.88rem}
.shseo-trust-row span{display:flex;align-items:center;gap:7px}
.shseo-trust-row span:before{content:"✓";display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:rgba(52,168,83,.12);color:var(--g-green);font-size:.72rem;font-weight:900}
.shseo-hero-panel{display:flex;flex-direction:column;gap:9px;padding:20px;border:1px solid var(--sh-border);border-radius:24px;background:var(--sh-surface);box-shadow:var(--sh-shadow)}
.shseo-hero-panel>strong{margin:2px 4px 7px;font-size:1.05rem;font-weight:700}
.shseo-hero-panel a{position:relative;display:grid;grid-template-columns:1fr auto;gap:2px 14px;padding:14px 15px;border:1px solid transparent;border-radius:14px;background:var(--sh-surface-2);color:var(--sh-text);text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.shseo-hero-panel a:hover{transform:translateY(-1px);border-color:#c7d2fe;background:rgba(66,133,244,.06)}
.shseo-hero-panel a span{grid-row:1/3;color:var(--sh-muted);font-size:.84rem}
.shseo-hero-panel a b{font-size:.9rem;text-align:right}
.shseo-hero-panel a small{color:var(--sh-muted);text-align:right}
.shseo-hero-panel a:nth-of-type(4n+1){box-shadow:inset 4px 0 0 var(--g-blue)}
.shseo-hero-panel a:nth-of-type(4n+2){box-shadow:inset 4px 0 0 var(--g-red)}
.shseo-hero-panel a:nth-of-type(4n+3){box-shadow:inset 4px 0 0 var(--g-yellow)}
.shseo-hero-panel a:nth-of-type(4n+4){box-shadow:inset 4px 0 0 var(--g-green)}

/* Search */
.shseo-search-form{position:relative;max-width:770px;margin-top:31px}
.shseo-search-form.is-compact{max-width:none;margin:0 0 28px}
.shseo-search-control{display:flex;align-items:center;gap:10px;padding:7px 7px 7px 18px;border:1px solid var(--sh-border);border-radius:28px;background:var(--sh-input);box-shadow:0 1px 6px rgba(32,33,36,.18);transition:box-shadow .18s ease,border-color .18s ease}
.shseo-search-control:focus-within{border-color:transparent;box-shadow:0 1px 6px rgba(32,33,36,.25),0 2px 14px rgba(32,33,36,.14)}
.shseo-search-control>span{color:var(--g-blue-dark);font-size:1.35rem}
.shseo-search-control input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--sh-text);padding:11px 4px;font-size:1rem}
.shseo-search-control input::placeholder{color:var(--sh-muted)}
.shseo-search-control button{border:0;border-radius:22px;background:var(--g-blue-dark);color:#fff;font-weight:700;padding:12px 23px;cursor:pointer;box-shadow:0 1px 2px rgba(60,64,67,.2);transition:background .18s ease,box-shadow .18s ease}
.shseo-search-control button:hover{background:#185abc;box-shadow:0 2px 5px rgba(60,64,67,.28)}
.shseo-live-results{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:60;max-height:430px;overflow:auto;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface);box-shadow:0 8px 28px rgba(60,64,67,.20);padding:8px}
.shseo-live-results a{display:grid;grid-template-columns:auto 1fr auto;gap:3px 12px;align-items:center;padding:11px 12px;border-radius:12px;color:var(--sh-text);text-decoration:none}
.shseo-live-results a:hover,.shseo-live-results a.is-active{background:rgba(66,133,244,.08)}
.shseo-live-results .shseo-live-icon{grid-row:1/3;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(66,133,244,.12);color:var(--g-blue-dark);font-weight:800}
.shseo-live-results strong{line-height:1.25}
.shseo-live-results small{grid-column:2;color:var(--sh-muted)}
.shseo-live-results b{grid-column:3;grid-row:1/3;color:var(--sh-muted)}
.shseo-live-empty{padding:16px;color:var(--sh-muted)}

/* General layout */
.shseo-main-stack{display:flex;flex-direction:column;gap:58px;padding:58px 0 76px}
.shseo-page{padding:38px 0 76px}
.shseo-page-top{padding:0 0 34px}
.shseo-breadcrumbs{margin-bottom:25px;font-size:.87rem}
.shseo-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.shseo-breadcrumbs li{display:flex;align-items:center;gap:7px;color:var(--sh-muted)}
.shseo-breadcrumbs a{color:var(--sh-muted);text-decoration:none}
.shseo-breadcrumbs a:hover{color:var(--g-blue-dark)}
.shseo-section{margin-top:46px}
.shseo-section.shseo-surface,.shseo-editorial,.shseo-school-overview{padding:30px;border:1px solid var(--sh-border);border-radius:24px;background:var(--sh-surface);box-shadow:var(--sh-shadow)}
.shseo-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:23px}
.shseo-section-heading h2,.shseo-editorial h2,.shseo-school-intro h2,.shseo-contact-card h2{margin:0;color:var(--sh-text);font-size:clamp(1.42rem,3vw,2rem);line-height:1.2;letter-spacing:-.025em;font-weight:700}
.shseo-text-link{display:inline-flex;align-items:center;gap:6px;color:var(--g-blue-dark);font-weight:700;white-space:nowrap;text-decoration:none}
.shseo-text-link:hover{text-decoration:underline}

/* Cards */
.shseo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.shseo-link-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;min-height:112px;padding:18px;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface);color:var(--sh-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.shseo-link-card:hover{transform:translateY(-2px);border-color:#aecbfa;box-shadow:var(--sh-shadow-hover);color:var(--sh-text)}
.shseo-link-card h2,.shseo-link-card h3{margin:0;font-size:1rem;line-height:1.3}
.shseo-link-card p{margin:5px 0 0;color:var(--sh-muted);font-size:.84rem}
.shseo-card-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(66,133,244,.12);color:var(--g-blue-dark);font-weight:900}
.shseo-link-card:nth-child(4n+2) .shseo-card-icon{background:rgba(234,67,53,.11);color:var(--g-red)}
.shseo-link-card:nth-child(4n+3) .shseo-card-icon{background:rgba(251,188,5,.16);color:#a66f00}
.shseo-link-card:nth-child(4n+4) .shseo-card-icon{background:rgba(52,168,83,.12);color:var(--g-green)}
.shseo-card-arrow{color:var(--sh-muted);font-size:1.1rem}
.shseo-province-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.shseo-province-card{position:relative;display:flex;flex-direction:column;min-height:154px;padding:21px;border:1px solid var(--sh-border);border-radius:19px;background:var(--sh-surface);color:var(--sh-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.shseo-province-card:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:4px;border-radius:0 4px 4px 0;background:var(--g-blue)}
.shseo-province-card:nth-child(4n+2):before{background:var(--g-red)}
.shseo-province-card:nth-child(4n+3):before{background:var(--g-yellow)}
.shseo-province-card:nth-child(4n+4):before{background:var(--g-green)}
.shseo-province-card:hover{transform:translateY(-2px);border-color:#aecbfa;box-shadow:var(--sh-shadow-hover);color:var(--sh-text)}
.shseo-province-card span{font-size:1.13rem;font-weight:700}
.shseo-province-card strong{margin-top:20px;color:var(--g-blue-dark);font-size:.93rem}
.shseo-province-card small{color:var(--sh-muted)}
.shseo-province-card b{position:absolute;right:18px;bottom:17px;color:var(--sh-muted)}
.shseo-region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shseo-region-card{padding:22px;border:1px solid var(--sh-border);border-radius:20px;background:var(--sh-surface);box-shadow:0 1px 2px rgba(60,64,67,.06)}
.shseo-region-card h3{margin:0 0 14px;font-size:1.12rem}
.shseo-region-card>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--sh-border);font-size:.9rem}
.shseo-region-card>div span{color:var(--sh-muted);white-space:nowrap}

/* Filters */
.shseo-filter-box{display:grid;grid-template-columns:auto minmax(220px,470px);align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px;padding:15px 18px;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface)}
.shseo-filter-box label{font-weight:700}
.shseo-filter-box input{width:100%;border:1px solid var(--sh-border);border-radius:999px;background:var(--sh-input);color:var(--sh-text);padding:11px 15px;outline:none}
.shseo-filter-box input:focus{border-color:var(--g-blue);box-shadow:0 0 0 3px rgba(66,133,244,.16)}

/* Holiday cards and dates */
.shseo-holiday-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.shseo-holiday-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;min-height:168px;padding:20px;border:1px solid var(--sh-border);border-radius:22px;background:var(--sh-surface);box-shadow:0 1px 2px rgba(60,64,67,.08);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.shseo-holiday-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--g-blue)}
.shseo-holiday-card:nth-child(4n+2):before{background:var(--g-green)}
.shseo-holiday-card:nth-child(4n+3):before{background:var(--g-yellow)}
.shseo-holiday-card:nth-child(4n+4):before{background:var(--g-red)}
.shseo-holiday-card:hover{transform:translateY(-2px);border-color:#c6dafc;box-shadow:var(--sh-shadow-hover)}
.shseo-holiday-card.is-active{border-color:#81c995;background:linear-gradient(135deg,rgba(52,168,83,.09),var(--sh-surface) 50%)}
.shseo-holiday-card.is-active:before{width:6px;background:var(--g-green)}
.shseo-holiday-card.is-public-holiday{background:linear-gradient(135deg,rgba(251,188,5,.07),var(--sh-surface) 46%)}
.shseo-holiday-dates{display:flex;align-items:center;gap:8px}
.shseo-date-tile{position:relative;display:grid;grid-template-rows:auto auto auto auto;place-items:center;min-width:72px;padding:0 8px 9px;border:1px solid var(--sh-border);border-radius:16px;background:var(--sh-surface-2);overflow:hidden;text-decoration:none}
.shseo-date-label{display:block;width:calc(100% + 16px);margin-bottom:5px;padding:4px 6px;background:var(--g-blue);color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.shseo-holiday-card:nth-child(4n+2) .shseo-date-label{background:var(--g-green)}
.shseo-holiday-card:nth-child(4n+3) .shseo-date-label{background:#d99a00}
.shseo-holiday-card:nth-child(4n+4) .shseo-date-label{background:var(--g-red)}
.shseo-holiday-card.is-active .shseo-date-label{background:var(--g-green)}
.shseo-date-tile strong{color:var(--sh-text);font-size:2rem;line-height:1;font-weight:700;letter-spacing:-.04em}
.shseo-date-month{margin-top:1px;color:var(--sh-text);font-size:.74rem;font-weight:800;letter-spacing:.08em}
.shseo-date-tile small{margin-top:1px;color:var(--sh-muted);font-size:.66rem}
.shseo-date-arrow{color:var(--sh-muted);font-size:1.15rem;font-weight:700}
.shseo-holiday-main{min-width:0}
.shseo-holiday-kicker{margin-bottom:4px;color:var(--g-blue-dark);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.shseo-holiday-card.is-public-holiday .shseo-holiday-kicker{color:#a66f00}
.shseo-holiday-title{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--sh-text);font-size:1.15rem;font-weight:700;line-height:1.28}
.shseo-holiday-date{margin-top:7px;color:var(--sh-text);font-size:.93rem;font-weight:600}
.shseo-holiday-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px;color:var(--sh-muted);font-size:.78rem}
.shseo-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:var(--sh-soft);color:var(--sh-muted);font-size:.65rem;font-weight:700;vertical-align:2px}
.shseo-badge.is-now{background:rgba(52,168,83,.13);color:#137333}
.shseo-countdown{min-width:64px;text-align:center}
.shseo-countdown strong{display:block;color:var(--g-blue-dark);font-size:1.7rem;line-height:1;font-weight:700}
.shseo-countdown span{display:block;margin-top:4px;color:var(--sh-muted);font-size:.69rem;font-weight:600}
.shseo-countdown-status{display:inline-flex!important;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:999px;background:rgba(52,168,83,.14);color:#137333!important;font-size:.73rem!important;font-weight:800!important}
.shseo-region-pill{padding:8px 12px;border:1px solid #aecbfa;border-radius:999px;background:rgba(66,133,244,.08);color:var(--g-blue-dark);font-size:.8rem;font-weight:600;white-space:nowrap}
.shseo-list-note{margin:18px 0 0;color:var(--sh-muted);font-size:.84rem}
.shseo-empty{margin:24px 0;padding:26px;border:1px dashed var(--sh-border);border-radius:18px;background:var(--sh-surface);color:var(--sh-muted);text-align:center}

/* School detail */
.shseo-school-overview{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:25px;margin-top:4px}
.shseo-school-intro>p{margin:12px 0 0;color:var(--sh-muted);font-size:1.02rem}
.shseo-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:24px}
.shseo-facts>div{padding:15px;border:1px solid var(--sh-border);border-radius:16px;background:var(--sh-surface-2)}
.shseo-facts>div:nth-child(3n+1){border-top:3px solid var(--g-blue)}
.shseo-facts>div:nth-child(3n+2){border-top:3px solid var(--g-yellow)}
.shseo-facts>div:nth-child(3n+3){border-top:3px solid var(--g-green)}
.shseo-facts span,.shseo-facts small{display:block;color:var(--sh-muted);font-size:.73rem}
.shseo-facts strong{display:block;margin:4px 0;font-size:.92rem;line-height:1.35}
.shseo-contact-card{padding:22px;border-radius:19px;background:var(--sh-surface-2);border-top:4px solid var(--g-red)}
.shseo-contact-card h2{font-size:1.2rem}
.shseo-contact-card dl{margin:14px 0 0}
.shseo-contact-card dl>div{padding:10px 0;border-top:1px solid var(--sh-border)}
.shseo-contact-card dt{color:var(--sh-muted);font-size:.73rem}
.shseo-contact-card dd{margin:2px 0 0;font-weight:600;overflow-wrap:anywhere}

/* Content */
.shseo-editorial{margin-top:46px}
.shseo-editorial h2:not(:first-child){margin-top:31px}
.shseo-editorial p,.shseo-editorial li{color:var(--sh-muted)}
.shseo-editorial p{margin:10px 0 0}
.shseo-editorial ul,.shseo-editorial ol{padding-left:22px}
.shseo-faq{display:flex;flex-direction:column;gap:10px}
.shseo-faq details{border:1px solid var(--sh-border);border-radius:17px;background:var(--sh-surface);overflow:hidden}
.shseo-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 19px;cursor:pointer;font-weight:700;list-style:none}
.shseo-faq summary::-webkit-details-marker{display:none}
.shseo-faq summary span{font-size:1.25rem;color:var(--g-blue-dark);transition:transform .2s}
.shseo-faq details[open] summary{background:rgba(66,133,244,.05)}
.shseo-faq details[open] summary span{transform:rotate(45deg)}
.shseo-faq details>div{padding:0 19px 17px;color:var(--sh-muted)}
.shseo-faq details>div p{margin:0}
.shseo-source-card{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-top:46px;padding:20px;border:1px solid var(--sh-border);border-radius:19px;background:var(--sh-surface)}
.shseo-source-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(66,133,244,.12);color:var(--g-blue-dark);font-weight:900}
.shseo-source-card p{margin:4px 0 0;color:var(--sh-muted);font-size:.86rem}
.shseo-map{height:390px;border:1px solid var(--sh-border);border-radius:20px;overflow:hidden;background:var(--sh-soft)}
.shseo-map iframe{width:100%;height:100%;border:0}

/* Ads */
.shseo-ad{display:flex;flex-direction:column;justify-content:center;min-height:var(--sh-ad-min-height);margin:34px 0;padding:12px;border:1px solid var(--sh-border);border-radius:20px;background:var(--sh-surface);overflow:hidden}
.shseo-ad-label{margin-bottom:8px;color:var(--sh-muted);font-size:.65rem;letter-spacing:.10em;text-align:center;text-transform:uppercase}
.shseo-ad-content{width:100%;text-align:center}
.shseo-ad-content>*{max-width:100%}
.shseo-custom-html{padding:14px;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface);overflow:hidden;text-align:center}
.shseo-banner-slot{margin-block:20px}

/* Results */
.shseo-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.shseo-search-results a{display:grid;grid-template-columns:1fr auto;gap:2px 16px;padding:18px;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface);color:var(--sh-text);text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.shseo-search-results a:hover{transform:translateY(-1px);border-color:#aecbfa;box-shadow:var(--sh-shadow-hover);color:var(--sh-text)}
.shseo-search-results .shseo-result-type{grid-column:1;color:var(--g-blue-dark);font-size:.71rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.shseo-search-results strong{grid-column:1}
.shseo-search-results small{grid-column:1;color:var(--sh-muted)}
.shseo-search-results b{grid-column:2;grid-row:1/4;align-self:center;color:var(--sh-muted)}
.shseo-not-found{max-width:760px;margin:50px auto;text-align:center}
.shseo-not-found>span{display:block;color:var(--g-blue);font-size:5rem;font-weight:900;line-height:1}
.shseo-not-found h1{margin:10px 0 0;font-size:clamp(2rem,5vw,3.5rem)}
.shseo-not-found p{color:var(--sh-muted)}
.shseo-button-secondary{display:inline-block;margin-top:20px;padding:11px 19px;border:1px solid var(--sh-border);border-radius:999px;background:var(--sh-surface);color:var(--g-blue-dark);font-weight:700;text-decoration:none}
.shseo-button-secondary:hover{background:rgba(66,133,244,.07)}

/* Compact footer without generated policy links */
.shseo-footer{margin-top:72px;border-top:1px solid var(--sh-border);background:var(--sh-surface)}
.shseo-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:24px 0;color:var(--sh-muted);font-size:.8rem}
.shseo-footer-custom{padding:0 0 24px}
.shseo-is-hidden{display:none!important}

@media(max-width:980px){
  .shseo-hero-grid,.shseo-school-overview{grid-template-columns:1fr}
  .shseo-hero-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .shseo-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shseo-province-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shseo-holiday-card{grid-template-columns:auto minmax(0,1fr)}
  .shseo-countdown{grid-column:2;text-align:left;display:flex;align-items:baseline;gap:5px}
  .shseo-countdown span{display:inline}
}

@media(max-width:720px){
  .shseo-container,.shseo-wide{width:min(100% - 22px,1180px)}
  .shseo-header-inner{height:62px}
  .shseo-menu-button{display:grid;place-items:center}
  .shseo-main-nav{position:absolute;top:66px;left:11px;right:11px;display:none;flex-direction:column;align-items:stretch;padding:9px;border:1px solid var(--sh-border);border-radius:18px;background:var(--sh-surface);box-shadow:var(--sh-shadow-hover)}
  .shseo-main-nav.is-open{display:flex}
  .shseo-main-nav a{padding:12px 14px;border-radius:12px}
  .shseo-hero{padding:48px 0 42px}
  .shseo-hero-grid{gap:30px}
  .shseo-hero-panel{grid-template-columns:1fr}
  .shseo-search-control{padding-left:13px}
  .shseo-search-control button{padding-inline:17px}
  .shseo-main-stack{gap:42px;padding:42px 0 58px}
  .shseo-page{padding:28px 0 58px}
  .shseo-page-top{padding-bottom:24px}
  .shseo-section{margin-top:36px}
  .shseo-section.shseo-surface,.shseo-editorial,.shseo-school-overview{padding:20px;border-radius:20px}
  .shseo-section-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:17px}
  .shseo-card-grid,.shseo-province-grid,.shseo-region-grid,.shseo-holiday-list,.shseo-search-results{grid-template-columns:1fr}
  .shseo-filter-box{grid-template-columns:1fr;gap:9px}
  .shseo-facts{grid-template-columns:1fr}
  .shseo-holiday-card{grid-template-columns:1fr;gap:16px;padding:18px}
  .shseo-holiday-dates{justify-content:flex-start}
  .shseo-date-tile{min-width:74px}
  .shseo-countdown{grid-column:1;text-align:left;margin-left:0}
  .shseo-map{height:300px}
  .shseo-footer-bottom{flex-direction:column;gap:5px;padding:21px 0}
  .shseo-text-link{white-space:normal}
}

@media(max-width:420px){
  .shseo-search-control>span{display:none}
  .shseo-search-control{padding-left:8px}
  .shseo-search-control button{padding:11px 14px}
  .shseo-holiday-dates{gap:5px}
  .shseo-date-tile{min-width:68px}
  .shseo-date-arrow{font-size:.95rem}
}

/* City pages: shorter, clearer location-first headings */
.shseo-city-top h1{max-width:1100px;font-size:clamp(2.2rem,4.2vw,3.95rem)}
.shseo-city-top p{max-width:900px}
@media(max-width:640px){
  .shseo-city-top h1{font-size:clamp(2rem,10vw,2.8rem)}
  .shseo-section-heading .shseo-region-pill{margin-top:2px}
}
