/* ============================================================
   Nova Spectrum — custom.css v9
   Path: user/themes/quark/css/custom.css
   ============================================================ */

/* ------------------------------------------------------------
   1. FONTS
   ------------------------------------------------------------ */
/* Self-hosted fonts */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/inter-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/inter-v20-latin-500.woff2') format('woff2');
}
/* ------------------------------------------------------------
   2. GLOBAL BASE
   ------------------------------------------------------------ */
body {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  color: #1a1a1a !important;
  background: #fff !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

p, li {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  color: #444 !important;
}

a { text-decoration: none !important; }

/* ------------------------------------------------------------
   3. NAVIGATION — desktop
   ------------------------------------------------------------ */
.navbar {
  background: #fff !important;
  border-bottom: 0.5px solid #e0ddd6 !important;
  box-shadow: none !important;
  min-height: 64px !important;
  padding: 0 40px !important;
}

.navbar-end .navbar-item,
.navbar-end a.navbar-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  padding: 0 12px !important;
  background: transparent !important;
}

.navbar-end .navbar-item:hover,
.navbar-end a.navbar-item:hover,
.navbar-end .navbar-item.active,
.navbar-end a.navbar-item.active {
  color: #C9A84C !important;
  background: transparent !important;
}

/* ------------------------------------------------------------
   4. MOBILE NAVIGATION — fix hamburger menu
   ------------------------------------------------------------ */
/* Make sure all nav items show in mobile menu */
.navbar-menu {
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
  padding: 16px 0 !important;
}

.navbar-menu.is-active {
  display: block !important;
}

.navbar-menu .navbar-item,
.navbar-menu a.navbar-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #444 !important;
  padding: 12px 24px !important;
  display: block !important;
  border-bottom: 0.5px solid #f0ede8 !important;
}

.navbar-menu .navbar-item:last-child {
  border-bottom: none !important;
}

.navbar-menu .navbar-item:hover,
.navbar-menu a.navbar-item:hover,
.navbar-menu .navbar-item.active {
  color: #C9A84C !important;
  background: #faf9f7 !important;
}

/* Hamburger button styling */
.navbar-burger {
  color: #1a1a1a !important;
  height: 64px !important;
  width: 64px !important;
}

.navbar-burger span {
  background: #1a1a1a !important;
  height: 1px !important;
}

/* Ensure navbar-end items all appear in mobile menu */
.navbar-end {
  display: flex !important;
}

@media (max-width: 1023px) {
  .navbar-end {
    display: block !important;
  }

  .navbar-end .navbar-item,
  .navbar-end a.navbar-item {
    font-size: 13px !important;
    padding: 12px 24px !important;
    display: block !important;
    border-bottom: 0.5px solid #f0ede8 !important;
    color: #444 !important;
  }
}

/* ------------------------------------------------------------
   5. HERO — fix gap, background, content
   ------------------------------------------------------------ */
#home {
  background: #0C2340 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modular-features,
.section.modular-features,
section.modular-features,
body .modular-features {
  background: #0C2340 !important;
}

section.section.modular-features.small {
  background: #0C2340 !important;
  padding: 100px 60px 80px !important;
  position: relative !important;
  text-align: left !important;
  border-bottom: none !important;
  margin: 0 !important;
}

section.section.modular-features.small::before {
  content: '';
  position: absolute;
  top: 0; right: 120px;
  width: 0.5px; height: 100%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}

/* Eyebrow line */
section.section.modular-features.small h2::before {
  content: 'Hong Kong  ·  SFC Licensed  ·  Type 4 & 9';
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 24px;
}

/* Hero headline */
section.section.modular-features.small h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 46px !important;
  font-weight: 300 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  max-width: 700px !important;
  margin: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

/* Gold rule after headline */
section.section.modular-features.small h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 0.5px;
  background: #C9A84C;
  margin: 28px 0 0;
}

/* Hero subline h4 */
section.section.modular-features.small h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 0.03em !important;
  line-height: 1.9 !important;
  max-width: 800px !important;
  margin: 24px 0 0 !important;
  text-align: left !important;
  text-transform: none !important;
  text-align: left !important;
}

section.section.modular-features.small p {
  font-size: 14px !important;
  color: rgba(255,255,255,0.45) !important;
  max-width: 560px !important;
  text-align: left !important;
}

section.section.modular-features.small .frame-box {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

section.section.modular-features.small .columns,
section.section.modular-features.small .column {
  display: none !important;
}

section.section.modular-features.small .frame-box {
  display: block !important;
}

/* ------------------------------------------------------------
   6. SECTION LAYOUT
   ------------------------------------------------------------ */
#about .columns, #about .column,
#services .columns, #services .column,
#why-us .columns, #why-us .column,
#team .columns, #team .column,
#contacts .columns, #contacts .column {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#about, #services, #why-us, #team, #contacts {
  scroll-margin-top: 64px !important;
}

.section {
  padding: 72px 60px !important;
}

/* ------------------------------------------------------------
   7. GOLD RULE — .section-rule div added in Grav content
   ------------------------------------------------------------ */
.section-rule {
  width: 28px !important;
  height: 0.5px !important;
  background: #C9A84C !important;
  margin-bottom: 20px !important;
  display: block !important;
}

/* ------------------------------------------------------------
   8. SECTION HEADINGS
   ------------------------------------------------------------ */
#about h2, #services h2, #why-us h2, #team h2, #contacts h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  color: #1a1a1a !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* Thin separator below heading */
#about h2::after, #services h2::after,
#why-us h2::after, #team h2::after,
#contacts h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
  background: #e8e5de;
  margin-top: 20px;
  margin-bottom: 28px;
}

/* Section subtitle — italic line after h2 */
#about em, #services em,
#why-us em, #team em,
#contacts em {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #888 !important;
  display: block !important;
  margin-bottom: 28px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-transform: none !important;
}

/* ------------------------------------------------------------
   9. ABOUT
   ------------------------------------------------------------ */
#about { background: #fff !important; }

#about p {
  font-size: 15px !important;
  color: #444 !important;
  line-height: 1.95 !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  text-align: justify !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

/* ------------------------------------------------------------
   10. SERVICES
   ------------------------------------------------------------ */
#services {
  background: #faf9f7 !important;
  counter-reset: service-counter !important;
}

#services h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin: 32px 0 8px !important;
  padding-top: 24px !important;
  border-top: 0.5px solid #e0ddd6 !important;
  counter-increment: service-counter !important;
  text-transform: none !important;
}

#services h3::before {
  content: counter(service-counter, decimal-leading-zero) '\00a0\00a0';
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #C9A84C;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

#services p {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.85 !important;
  max-width: 100% !important;
  text-align: justify !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

#services ul {
  margin: 8px 0 16px !important;
  padding-left: 0 !important;
  list-style: none !important;
}

#services ul li {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.85 !important;
  padding-left: 20px !important;
  position: relative !important;
  margin-bottom: 4px !important;
}

#services ul li::before {
  content: '—' !important;
  position: absolute !important;
  left: 0 !important;
  color: #C9A84C !important;
}

/* Two-column service grid */
.services-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  background: transparent !important;
  border-top: 0.5px solid rgba(201,168,76,0.3) !important;
  margin-top: 32px !important;
}

.services-grid-item {
  background: #faf9f7 !important;
  padding: 32px 32px 32px 0 !important;
  border-bottom: 0.5px solid rgba(201,168,76,0.3) !important;
  border-right: 0.5px solid rgba(201,168,76,0.3) !important;
}

.services-grid-item:nth-child(even) {
  padding: 32px 0 32px 32px !important;
  border-right: none !important;
}

.services-grid-item.full-width {
  grid-column: 1 / -1 !important;
  border-right: none !important;
  padding: 32px 0 !important;
}

/* ------------------------------------------------------------
   11. WHY US
   ------------------------------------------------------------ */
#why-us { background: #fff !important; }

#why-us h4 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin: 28px 0 8px !important;
  padding-top: 24px !important;
  border-top: 0.5px solid #e8e5de !important;
  text-transform: none !important;
}

#why-us p {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.85 !important;
  max-width: 100% !important;
  text-align: justify !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

/* ------------------------------------------------------------
   12. TEAM
   ------------------------------------------------------------ */
#team { background: #faf9f7 !important; }

#team p {
  font-size: 15px !important;
  color: #444 !important;
  line-height: 1.95 !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  text-align: justify !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

/* ------------------------------------------------------------
   13. CONTACTS
   ------------------------------------------------------------ */
#contacts { background: #fff !important; }

#contacts h2 {
  font-size: 32px !important;
  text-transform: none !important;
}

#contacts p {
  font-size: 15px !important;
  color: #444 !important;
  line-height: 2.2 !important;
  max-width: 100% !important;
}

#contacts a {
  color: #C9A84C !important;
  border-bottom: 0.5px solid rgba(201,168,76,0.4) !important;
  padding-bottom: 1px !important;
}

/* ------------------------------------------------------------
   14. FOOTER
   ------------------------------------------------------------ */
#footer {
  background: #0C2340 !important;
  padding: 52px 60px !important;
  border-bottom: none !important;
}

#footer strong {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: block !important;
  margin-bottom: 8px !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}

#footer p, #footer div, #footer span {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
}

#footer a { color: rgba(255,255,255,0.75) !important; }
#footer a:hover { color: #C9A84C !important; }

#footer [style*="text-align: center"] {
  color: rgba(255,255,255,0.75) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  border-top-color: rgba(255,255,255,0.15) !important;
}

#footer [style*="0.75rem"] {
  color: rgba(255,255,255,0.65) !important;
  font-size: 11px !important;
  line-height: 1.85 !important;
  border-top-color: rgba(255,255,255,0.1) !important;
}

/* ------------------------------------------------------------
   15. ALTERNATING BACKGROUNDS
   ------------------------------------------------------------ */
.section.bg-gray { background: #faf9f7 !important; }

/* ------------------------------------------------------------
   16. MOBILE
   ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .navbar { padding: 0 20px !important; }

  section.section.modular-features.small {
    padding: 100px 24px 60px !important;
  }

  section.section.modular-features.small h2 {
    font-size: 32px !important;
  }

  section.section.modular-features.small h4 {
    font-size: 15px !important;
  }

  .section { padding: 48px 24px !important; }

  #footer { padding: 40px 24px !important; }

  /* Stack service grid on mobile */
  .services-grid {
    grid-template-columns: 1fr !important;
  }

  .services-grid-item.full-width {
    grid-column: 1 !important;
  }
}



div.column.col-12 p em,
div.col-12 p em {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #888 !important;
  display: block !important;
  margin-bottom: 28px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}
/* Fix justification across all sections */
#about p, #services p, #why-us p, #team p, #contacts p,
.modular-text p {
  text-align: justify !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

/* Fix hero subline justification — should stay left */
section.section.modular-features.small p,
section.section.modular-features.small h4 {
  text-align: left !important;
}

/* Subtitle should also stay left, not justified */
div.column.col-12 p em,
div.col-12 p em {
  text-align: left !important;
}

/* Services two-column grid */
#services .column.col-12 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 48px !important;
}

/* Keep the section heading and subtitle full width */
#services .column.col-12 > h2,
#services .column.col-12 > p:first-of-type {
  grid-column: 1 / -1 !important;
}

/* Each service block spans one column */
#services .column.col-12 > h3,
#services .column.col-12 > h3 + p,
#services .column.col-12 > h3 + p + ul {
  grid-column: auto !important;
}

/* ------------------------------------------------------------
   MOBILE OVERLAY MENU
   ------------------------------------------------------------ */

/* Full screen overlay */
.mobile-container .overlay {
  background: #0C2340 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 40px 32px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease !important;
}

.mobile-container .overlay.open {
  opacity: 1 !important;
  pointer-events: all !important;
}

/* Mobile logo */
.mobile-logo {
  margin-bottom: 48px !important;
}

.mobile-logo a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

/* Nav links in overlay */
.overlay-menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.overlay-menu ul li {
  margin-bottom: 8px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.1) !important;
  padding-bottom: 8px !important;
}

.overlay-menu ul li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.8) !important;
  display: block !important;
  padding: 12px 0 !important;
}

.overlay-menu ul li a:hover,
.overlay-menu ul li.active a {
  color: #C9A84C !important;
}

/* Hamburger button */
.mobile-menu .button_container {
  position: fixed !important;
  top: 18px !important;
  right: 20px !important;
  z-index: 10000 !important;
  cursor: pointer !important;
  width: 32px !important;
  height: 28px !important;
}

.mobile-menu .button_container span {
  display: block !important;
  background: #1a1a1a !important;
  height: 1.5px !important;
  margin-bottom: 7px !important;
  transition: all 0.3s ease !important;
}

/* White hamburger when overlay is open */
.mobile-menu .button_container.active span {
  background: #fff !important;
}

@media (max-width: 1023px) {
  .navbar-brand {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  section#header .container {
    padding-left: 20px !important;
  }
}

@media (max-width: 1023px) {
  #footer [style*="text-align: right"],
  #footer div[style*="right"] {
    text-align: center !important;
  }

  #footer > .container > div,
  #footer .container > div {
    flex-direction: column !important;
    text-align: center !important;
  }

  #footer div[style*="justify-content: space-between"] {
    flex-direction: column !important;
    gap: 20px !important;
  }
}

/* Desktop — copyright left-aligned under company name */
@media (min-width: 1024px) {
  #footer .container > div:first-child > div:first-child span {
    display: block !important;
    text-align: left !important;
    margin-top: 6px !important;
  }
}

/* Mobile — copyright centred */
@media (max-width: 1023px) {
  #footer .container > div:first-child > div:first-child span {
    display: block !important;
    text-align: center !important;
    margin-top: 6px !important;
  }

  #footer .container > div:first-child {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}

/* ── Contact Form ─────────────────────────────── */
.nova-contact-form {
    margin-top: 2rem;
    max-width: 560px;
}

.form-field {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a2744;
    margin-bottom: 0.5rem;
}

.form-field input,
.form-field textarea {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #1a2744;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c8b97a;
    padding: 0.5rem 0;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
    border-bottom-color: #1a2744;
}

.form-field textarea {
    min-height: 120px;
    resize: vertical;
}

.nova-submit {
    margin-top: 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #f5f0e8;
    background: #1a2744;
    border: none;
    padding: 0.85rem 2.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nova-submit:hover {
    background: #c8b97a;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #9a9a8a;
    font-size: 0.8rem;
}
.form-field .required {
    color: #c8b97a;
    font-size: 0.6rem;
}
.nova-contact-form {
    margin-top: 4rem;
}
form[id="contact"] {
    margin-top: 3rem;
}
.form-button-wrapper button,
.form-button-wrapper input[type="submit"] {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #f5f0e8 !important;
    background: #1a2744 !important;
    border: none !important;
    padding: 0.85rem 2.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.form-button-wrapper button:hover,
.form-button-wrapper input[type="submit"]:hover {
    background: #c8b97a !important;
}
.form-messages {
    margin-top: 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: #1a2744;
    border-left: 2px solid #c8b97a;
    padding-left: 1rem;
}
form#contact .button-wrapper button.btn {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #f5f0e8 !important;
    background: #1a2744 !important;
    border: 1px solid #1a2744 !important;
    padding: 0.85rem 2.5rem !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: background 0.3s ease !important;
}

form#contact .button-wrapper button.btn:hover {
    background: #c8b97a !important;
    border-color: #c8b97a !important;
}
form#contact .button-wrapper button.btn {
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.form-messages.alert.alert-success {
    background: transparent !important;
    border: none !important;
    border-left: 2px solid #c8b97a !important;
    border-radius: 0 !important;
    color: #1a2744 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    padding: 0.75rem 1rem !important;
    margin-bottom: 1.5rem !important;
}
.toast.toast-success.green {
    background: transparent !important;
    border: none !important;
    border-left: 2px solid #c8b97a !important;
    border-radius: 0 !important;
    color: #1a2744 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    padding: 0.75rem 1rem !important;
}
/* Thank you modal */
.nova-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(26, 39, 68, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nova-modal {
    background: #f5f0e8;
    padding: 3rem;
    max-width: 480px;
    width: 90%;
    text-align: center;
}

.nova-modal-rule {
    width: 40px;
    height: 2px;
    background: #c8b97a;
    margin: 0 auto 1.5rem;
}

.nova-modal h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    color: #1a2744;
    margin-bottom: 0.75rem;
}

.nova-modal p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #555;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
}

.nova-modal-close {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #f5f0e8;
    background: #1a2744;
    border: none;
    padding: 0.85rem 2.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nova-modal-close:hover {
    background: #c8b97a;
}
/* Contact section links */
.modular-text a[href^="tel:"],
.modular-text a[href^="mailto:"] {
    color: #1a2744;
    text-decoration: none;
    border-bottom: 1px solid #c8b97a;
    transition: color 0.3s ease;
}

.modular-text a[href^="tel:"]:hover,
.modular-text a[href^="mailto:"]:hover {
    color: #c8b97a;
}
/* 404 page link */
#error a {
    color: #1a2744;
    text-decoration: none;
    border-bottom: 1px solid #c8b97a;
    transition: color 0.3s ease;
}

#error a:hover {
    color: #c8b97a;
}