/*-- -------------------------- -->
<---       Busy Brush Studio    -->
<---     Core Theme + Layout    -->
<--- -------------------------- -*/
/* Brand colors:
   #94a473  primary  (sage)
   #dfdbba  secondary (cream)
   #3F4B3B  tertiary  (deep green)
*/
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTg.ttf) format('truetype');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDg.ttf) format('truetype');
}
:root {
  --primary: #94a473;
  --primary-dark: #7a8a5b;
  --primary-light: #b5c198;
  --secondary: #dfdbba;
  --secondary-dark: #c9c4a0;
  --tertiary: #3f4b3b;
  --tertiary-light: #5a6957;
  --bg: #faf8f1;
  --bg-alt: #f3efe0;
  --text: #2a2e26;
  --text-muted: #6b6f64;
  --white: #ffffff;
  --black: #1a1d18;
  --border: rgba(63, 75, 59, 0.12);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  /* 13px – 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px – 49px */
  --headerFontSize: clamp(1.9375rem, 4vw, 3.0625rem);
  --bodyFontSize: 1.0625rem;
  /* 60px – 100px top + bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.5rem;
  --shadow-sm: 0 2px 10px rgba(63, 75, 59, 0.06);
  --shadow-md: 0 12px 30px rgba(63, 75, 59, 0.1);
  --shadow-lg: 0 24px 60px rgba(63, 75, 59, 0.14);
}
/* ──────────────  Reset  ────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: var(--bodyFontSize);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img,
picture,
svg {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
a {
  color: var(--tertiary);
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover {
  color: var(--primary-dark);
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--tertiary);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
  border-radius: 4px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--tertiary);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 9999;
}
.skip:focus {
  left: 0;
}
/* ──────────────  Common containers  ────────────── */
.cs-container,
.container {
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
}
/* ──────────────  Helpers  ────────────── */
.cs-topper {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: var(--font-body);
  font-size: var(--topperFontSize);
  font-weight: 600;
  color: var(--primary-dark);
}
.cs-title {
  margin: 0 0 1.25rem;
  max-width: 45rem;
  font-size: var(--headerFontSize);
  font-weight: 600;
  color: var(--tertiary);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96;
}
.cs-text {
  margin: 0 0 1rem;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}
/* ──────────────  Buttons  ────────────── */
.cs-button-solid,
.cs-button-transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
.cs-button-solid {
  background: var(--tertiary);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.cs-button-solid:hover {
  background: var(--primary-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.cs-button-transparent {
  background: transparent;
  color: var(--tertiary);
  border: 2px solid var(--tertiary);
}
.cs-button-transparent:hover {
  background: var(--tertiary);
  color: var(--white);
  transform: translateY(-2px);
}
.cs-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
/* ──────────────  Top Bar  ────────────── */
.cs-top-bar {
  background: var(--tertiary);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-family: var(--font-body);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cs-top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
}
.cs-top-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.cs-top-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
  line-height: 1;
}
a.cs-top-info:hover {
  color: var(--secondary);
}
.cs-top-info svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: currentColor;
}
.cs-top-sep {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
.cs-top-right {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.cs-top-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease;
}
.cs-top-social:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}
.cs-top-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
@media (max-width: 640px) {
  .cs-top-bar {
    display: none;
  }
}
/* ──────────────  Navigation  ────────────── */
#cs-navigation {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(250, 248, 241, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--border);
}
#cs-navigation .cs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}
#cs-navigation .cs-logo img {
  height: 38px;
  width: auto;
}
#cs-navigation .cs-ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
#cs-navigation .cs-li-link {
  font-weight: 500;
  color: var(--tertiary);
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}
#cs-navigation .cs-li-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}
#cs-navigation .cs-li-link:hover::after,
#cs-navigation .cs-li-link.cs-active::after {
  width: 100%;
}
#cs-navigation .cs-nav-button {
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
}
#cs-navigation .cs-toggle {
  display: none;
}
/* Mobile nav */
@media (max-width: 1024px) {
  #cs-navigation .cs-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  #cs-navigation .cs-box {
    position: relative;
    width: 22px;
    height: 16px;
  }
  #cs-navigation .cs-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--tertiary);
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  #cs-navigation .cs-line1 {
    top: 0;
  }
  #cs-navigation .cs-line2 {
    top: 7px;
  }
  #cs-navigation .cs-line3 {
    top: 14px;
  }
  #cs-navigation .cs-toggle[aria-expanded="true"] .cs-line1 {
    top: 7px;
    transform: rotate(45deg);
  }
  #cs-navigation .cs-toggle[aria-expanded="true"] .cs-line2 {
    opacity: 0;
  }
  #cs-navigation .cs-toggle[aria-expanded="true"] .cs-line3 {
    top: 7px;
    transform: rotate(-45deg);
  }
  #cs-navigation .cs-ul-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  #cs-navigation .cs-ul-wrapper.is-open {
    max-height: 80vh;
  }
  #cs-navigation .cs-ul {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 1rem 5vw 1.5rem;
  }
  #cs-navigation .cs-li-link {
    padding: 0.85rem 0;
    font-size: 1.125rem;
    border-bottom: 1px solid var(--border);
    display: block;
    text-align: center;
  }
  #cs-navigation .cs-nav-button {
    margin: 0.5rem auto 0;
    white-space: nowrap;
  }
}
/* ──────────────  Footer  ────────────── */
#footer {
  background: var(--tertiary);
  color: rgba(255, 255, 255, 0.78);
  padding-top: 4.5rem;
}
#footer h2 {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
  font-weight: 600;
}
#footer a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.25s ease;
}
#footer a:hover {
  color: var(--secondary);
}
#footer .container {
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
}
#footer > .container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 900px) {
  #footer > .container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
#footer .left-section .logo img {
  height: 60px;
  width: auto;
}
#footer .left-section p {
  margin: 1rem 0 1.5rem;
  max-width: 25rem;
  line-height: 1.6;
}
#footer .socials {
  display: flex;
  gap: 0.75rem;
}
#footer .socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  transition: background 0.25s ease, transform 0.25s ease;
}
#footer .socials a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}
#footer .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 700px) {
  #footer .lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#footer .lists ul li {
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
#footer .subscribe {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem 0;
}
#footer .subscribe-inner {
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 800px) {
  #footer .subscribe-inner {
    grid-template-columns: 1fr;
  }
}
#footer .subscribe-text h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--white);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}
#footer .subscribe-text p {
  color: rgba(255, 255, 255, 0.75);
}
#footer .subscribe-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
#footer .subscribe-form input[type="email"] {
  grid-column: 1 / -1;
}
#footer .subscribe-form input {
  min-width: 0;
  padding: 0.85rem 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  color: var(--text);
  font: inherit;
}
#footer .subscribe-form input::placeholder {
  color: var(--text-muted);
}
#footer .subscribe-form button {
  grid-column: 1 / -1;
  background: var(--primary);
  color: var(--white);
  border: none;
  cursor: pointer;
}
#footer .subscribe-form button:hover {
  background: var(--primary-light);
  color: var(--tertiary);
}
#footer .credit {
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
#footer .credit a {
  color: var(--secondary);
  margin: 0 0.25rem;
}
#footer .credit .copyright {
  display: block;
  margin-top: 0.25rem;
}
/* ──────────────  Final CTA  ────────────── */
#cta {
  background: linear-gradient(135deg, rgba(63, 75, 59, 0.92), rgba(148, 164, 115, 0.78)), url("/assets/images/cta-bg.webp") center / cover no-repeat;
  color: var(--white);
  padding: var(--sectionPadding);
  text-align: center;
}
#cta .title {
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  margin-bottom: 1rem;
  max-width: 40rem;
  margin-inline: auto;
  line-height: 1.15;
}
#cta p {
  max-width: 36rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}
#cta .cs-button-solid {
  background: var(--white);
  color: var(--tertiary);
}
#cta .cs-button-solid:hover {
  background: var(--secondary);
  color: var(--tertiary);
}
#cta .cs-button-transparent {
  color: var(--white);
  border-color: var(--white);
}
#cta .cs-button-transparent:hover {
  background: var(--white);
  color: var(--tertiary);
}
/* ──────────────  Section title bar (interior page hero)  ────────────── */
.int-hero {
  background: linear-gradient(135deg, var(--secondary), var(--bg-alt));
  padding: clamp(4rem, 8vw, 7rem) 1rem clamp(3rem, 6vw, 5rem);
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.int-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  color: var(--tertiary);
  font-weight: 600;
}
.int-hero .breadcrumb {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
/* ──────────────  Generic form styling  ────────────── */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.form-field {
  display: flex;
  flex-direction: column;
}
.form-field.full {
  grid-column: 1 / -1;
}
.form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tertiary);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.85rem 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font: inherit;
  color: var(--text);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-field textarea {
  resize: vertical;
  min-height: 8rem;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(148, 164, 115, 0.25);
}
.form-field .hint {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}
