/* Spring Websites — converted from the original single-file design.
   Fonts self-hosted under /public/fonts; interaction states below were
   inline hover/focus styles in the source markup. */

/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/public/fonts/instrument-sans-italic-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/public/fonts/instrument-sans-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/public/fonts/instrument-sans-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/public/fonts/instrument-sans-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/space-grotesk-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/space-grotesk-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/space-grotesk-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: #F6F4EC; color: #122024; font-family: 'Instrument Sans', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #0E3A42; text-decoration: none; }
a:hover { color: #0E7490; }
::selection { background: #D2E6EA; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes eq { 0%, 100% { transform: scaleY(0.25); opacity: .7; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes tileBlock { 0%, 36% { opacity: 1; transform: scale(1); } 46%, 86% { opacity: 0; transform: scale(.92); } 96%, 100% { opacity: 1; transform: scale(1); } }
@keyframes tileSite { 0%, 36% { opacity: 0; transform: scale(.94); } 46%, 86% { opacity: 1; transform: scale(1); } 96%, 100% { opacity: 0; transform: scale(.94); } }
@keyframes lineGrow { 0%, 44% { transform: scaleX(0); } 58%, 86% { transform: scaleX(1); } 96%, 100% { transform: scaleX(0); } }
@keyframes sprout { 0%, 40% { transform: scale(0); } 56%, 88% { transform: scale(1); } 98%, 100% { transform: scale(0); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

/* Elements toggled by app.js carry inline display values, so the UA's
   [hidden] rule needs to outrank them. */
[hidden] { display: none !important; }
[data-chat-panel] { display: flex; }

/* ---- interaction states (were inline style-hover / style-focus) ---- */

/* home */
.hh1:hover { background:#0E7490; }
.hh2:hover { background:#0E7490;color:#F6F4EC; }
.hh3:hover { border-color:#0E7490;color:#0E7490; }
.hh4:hover { background:#12474F; }
.hh5:hover { background:#FFFFFF;color:#0E7490; }
.hh6:hover { color:#122024; }
.hf7:focus { border-color:#0E7490; }

/* contact */
.cf1:focus { border-color:#0E7490; }
.ch2:hover { background:#0E7490; }
.ch3:hover { border-color:#0E7490;color:#0E7490; }

/* guide */
.gh1:hover { border-color:#0E7490;color:#0E7490; }
