@font-face { font-family: 'Amaranth'; src: url('/fonts/Amaranth-Regular.ttf') format('truetype'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Trebuche'; src: url('/fonts/trebuc.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'EDUSA'; src: url('/fonts/EduSABeginner-VariableFont_wght.ttf') format('truetype'); font-weight: 100 900; font-style: italic; font-display: swap; }

:root {
  --font-display: "Amaranth", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Trebuche", "Georgia", "Times New Roman", serif;
  --font-note: "EDUSA", Arial, sans-serif;
  --ink: rgba(72, 55, 55, .9);
  --paper: rgba(243, 243, 241, 1);
  --paper-2: rgba(248, 248, 247, 1);
  --line: rgba(216, 216, 214, 1);
  --brand: rgba(208, 94, 28, 1);
  --brand-dark: rgba(168, 71, 18, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body), sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display), serif;
  letter-spacing: 0.01em;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: 1.5rem;
}

.btn {
  display: inline-block;
  background: var(--brand);
  color: rgba(255, 255, 255, 1);
  border: 1px solid var(--brand-dark);
  border-radius: 10px;
  padding: 0.62rem 1rem;
  font-weight: 700;
  transition: all 0.18s ease;
  font-size: 1.2rem;
  width: 90%;
  max-width: 300px;
}

.btn:hover {
  background: var(--brand);
  transform: translateY(-1px);
}

.btn.alt {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn.ghost {
  background: rgba(0, 0, 0, 0);
  color: rgba(54, 54, 54, 1);
  border: 1px solid rgba(164, 164, 164, 1);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(199, 199, 199, 1);
  border-radius: 4px;
  padding: 0.62rem;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 0.8rem;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(48, 106, 147, 0.25);
  outline-offset: 1px;
}

label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.form-note,
.muted {
  color: rgba(91, 91, 91, 1);
}

.home-page {
  width: 100%;
  overflow-x: clip;
}

.hero-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.8rem;
  min-height: 75px;
  padding: 10px;
}

.hero-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  z-index: -1;
}

.nav-brand-logo {
  display: flex;
  align-items: center;
  justify-self: start;
}

.nav-brand-logo img {
  width: 70%;
  height: auto;
  display: block;
  min-width:250px;
  max-width:500px;
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 45px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.26);
  padding: 0.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

.nav-links {
  justify-self: right;
  margin-left: 0;
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.nav-links a {
	font-family:var(--font-display);
	width: 70px;
	text-align: center;
	padding: 5px;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--ink);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.hero
{
	
}

.nav-links .nav-login {
  margin-left: 40px;
}

.nav-links a:hover {
  transform: translateY(-1px);
  color:rgba(248,181,92,.9);
}

.nav-phone {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  max-width: 600px;
  margin: 50 50 0 0 auto;
  text-align: center;
  font-family: var(--font-display), serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;

}
.nav-close {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;              /* full screen */
  padding-top: 84px;
  position: relative;
  background-image:
    linear-gradient(to bottom, rgba(14, 28, 40, 0.2), rgba(12, 20, 28, 0.55)),
    url('/images/background2026.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 1);
}

.hero-center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 8%;
  padding: 0 1rem;
  text-align: center;
}

.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 25% at 55% 72%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 70%),
    radial-gradient(100% 18% at 50% 80%, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0) 75%);
  pointer-events: none;
  z-index: 0;
}

.brand-logo {
  margin-bottom: 1rem;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45));
}

.brand-logo img {
  width: min(320px, 68vw);
  height: auto;
}

.tag {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  opacity: 0.92;
}

.hero-center h1 {
	font-family: var(--font-display), serif;
	font-weight:700;
    max-width: 1024px;
    font-size: 2.0rem;
    line-height: 0.98;
	margin-bottom:40px;
	color: rgba(245, 142, 64, 1);
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.hero-sub {
  max-width: 42ch;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: .9;
  font-family: var(--font-body), serif;
  font-weight:500;
  color: rgba(255, 245, 245, 1);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.cta-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  width:100%;
}

.home-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5.2rem 1rem;
  height: auto;
}



.intro-paper {
  background: linear-gradient(180deg, var(--paper), rgba(239, 239, 237, 1));
}

.narrow-copy {
  max-width: 660px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(211, 211, 211, 1);
  padding: 1.2rem 1.1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.grid-paper {
  background:
    linear-gradient(rgba(233, 238, 242, 1) 1px, rgba(0, 0, 0, 0) 1px),
    linear-gradient(90deg, rgba(233, 238, 242, 1) 1px, rgba(0, 0, 0, 0) 1px),
    linear-gradient(180deg, rgba(248, 248, 246, 1), rgba(242, 243, 240, 1));
  background-size: 16px 16px, 16px 16px, auto;
}

.section-lead {
  max-width: 58ch;
  margin: 0 0 1.2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.card {
  border: 1px solid rgba(197, 197, 197, 1);
  background: rgba(254, 254, 254, 1);
  padding: 1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.service-card p {
  min-height: 3.2em;
}

.ruled-paper {
  background:
    linear-gradient(180deg, rgba(225, 84, 84, 0.28), rgba(225, 84, 84, 0.28)) 86px 0/1px 100% no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(245, 245, 244, 1) 0,
      rgba(245, 245, 244, 1) 34px,
      rgba(228, 237, 248, 1) 34px,
      rgba(228, 237, 248, 1) 35px
    );
}

.blog-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1rem;
}

.blog-item.glass {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(205, 205, 205, 1);
  padding: 1rem;
}

.blog-side {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(212, 212, 212, 1);
  padding: 1rem;
}

.blog-side ul {
  margin: 0;
  padding-left: 1rem;
}

.blog-side li {
  margin-bottom: 0.5rem;
}

.contact-shell {
  position: relative;
  background: linear-gradient(180deg, rgba(242, 242, 241, 1), rgba(236, 236, 235, 1));
  border: 1px solid rgba(213, 213, 213, 1);
  border-radius: 18px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
}

.contact-shell::before,
.contact-shell::after {
  content: '';
  position: absolute;
  top: 60px;
  width: 45%;
  height: 1px;
  background: rgba(213, 213, 213, 1);
}

.contact-shell::before {
  left: 1.2rem;
  transform: rotate(9deg);
  transform-origin: left center;
}

.contact-shell::after {
  right: 1.2rem;
  transform: rotate(-9deg);
  transform-origin: right center;
}

.site-footer {
  text-align: center;
  color: rgba(95, 95, 95, 1);
  font-size: 0.88rem;
  padding: 1.4rem 1rem 2.6rem;
  margin-bottom:50px;
}

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.5rem 1rem 2rem;
}

section {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(215, 215, 215, 1);
  border-radius: 10px;
  padding: 1.1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  height: auto;
}

.glass {
  background: rgba(255, 255, 255, 1);
}

.login-page-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background:
    linear-gradient(to bottom, rgba(14, 28, 40, 0.28), rgba(12, 20, 28, 0.62)),
    url('/images/background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.login-page-panel {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.login-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.login-brand img {
  width: min(280px, 72vw);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.login-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 18px;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.14);
  padding: 2rem 1.6rem 1.6rem;
  text-align: center;
}

.login-eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--font-display), serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(208, 94, 28, 1);
}

.login-card h1 {
  font-size: 2.2rem;
  margin-bottom: 0.45rem;
  color: var(--ink);
}

.login-copy {
  max-width: 34ch;
  margin: 0 auto 1.35rem;
  font-size: 1rem;
  line-height: 1.45;
}

.login-form {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}

.login-form .btn {
  width: 100%;
  max-width: none;
  margin-top: 0.5rem;
}

.login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.login-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-weight: 600;
}

.login-checkbox input {
  width: auto;
  margin: 0;
}

.login-help,
.login-back-link {
  font-family: var(--font-display), serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(208, 94, 28, 1);
}

.login-back-link {
  display: inline-block;
  margin-top: 0.15rem;
}

.login-note {
  max-width: 30ch;
  margin: 1rem auto 0.6rem;
}



@media (max-width: 1024px) {
  .hero-nav {
    grid-template-columns: 1fr auto auto;
    width: 100%;
    max-width: 1024px;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    min-height: 80px;
    padding: 20px;
  }
.hero-center h1 {
	width:90%;
  max-width: 900px;
  min-width: 325px;
  font-size: 1.8rem;
margin-bottom:30px;
}
.hero-sub {
	width: 90%;
    max-width: 900px;
	min-width: 325px;
	font-size: 1.3rem;
}
  .nav-brand-logo img {
    height: auto;
    width: 50%;
  }

  

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    width: 100%;
    margin: 0.6rem 0 0;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.32);
  }

  .hero-nav.menu-open .nav-links,
  .nav-links.is-open {
    display: flex !important;
  }

  .nav-links a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 0.68rem 0.9rem;
  }

  .nav-links .nav-login {
    margin-left: 0;
  }
}


.floating-book-btn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  background: url('/images/BookNow.png') no-repeat center/contain;
  z-index: 5000;
}


@media (max-width: 900px) {
  .blog-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .home-hero {
    min-height: calc(100svh - 84px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-center {
    min-height: auto;
    margin: 0 auto 5%;
    padding: 0 1rem;
    width: 100%;
    max-width: 980px;
    text-align: center;
  }
	.nav-brand-logo img
	{
		width:80%;
		height:auto;
	}
	
	
	
.hero-center h1 {
	margin: 0px auto;
    font-size: 1.8rem;
}
.home-section
{
	   height:auto;
 }

 
  .contact-shell::before,
  .contact-shell::after {
    display: none;
  }
  .btn
  {
    width:90%;
	max-width:300px;
}

  .login-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-phone {
	  
	  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  max-width: 680px;
  min-width: 360px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  height:50px;
  bottom:0px;
  min-width:360px;
  max-width:680px;
  text-align: center;
  
  background: rgba(249,181,92,.8);
  border-top:2px; 

}
}



