
/* Simple background image solution */
.site-layout[data-v-2feadc04] {
  min-height: 100vh;
  background-image: url("/assets/images/branding/page-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Disable fixed background on mobile to reduce flickering */
@media (max-width: 768px) {
.site-layout[data-v-2feadc04] {
    background-attachment: scroll;
}
}

.author-sidebar[data-v-b2711aed] {
  background-color: #f8f9fa; /* Grey background */
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
  width: 280px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 0; /* Reset to align with natural scroll position */
}
.sidebar-section[data-v-b2711aed] {
  margin-bottom: 1.5rem;
}
.sidebar-section[data-v-b2711aed]:last-child {
  margin-bottom: 0;
}
.sidebar-title[data-v-b2711aed] {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
}
.connect-section[data-v-b2711aed] {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.connect-text[data-v-b2711aed] {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.connect-link[data-v-b2711aed] {
  display: inline-block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.9rem;
  color: #ec5a2b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.connect-link[data-v-b2711aed]:hover {
  color: #d84315;
  text-decoration: underline;
}
.author-section[data-v-b2711aed] {
  text-align: left;
}
.author-avatar[data-v-b2711aed] {
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.avatar-img[data-v-b2711aed] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
}
.author-name[data-v-b2711aed] {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  text-align: center;
}
.author-excerpt[data-v-b2711aed] {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: left;
}
.about-link[data-v-b2711aed] {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.9rem;
  color: #ec5a2b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.about-link[data-v-b2711aed]:hover {
  color: #d84315;
  text-decoration: underline;
}

/* Mobile responsiveness - sidebar moves below content */
@media (max-width: 1024px) {
.author-sidebar[data-v-b2711aed] {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    position: static; /* Remove sticky positioning on mobile */
}
}

/* Component styles will inherit from global CSS */
.page-layout[data-v-a0ae06a9] {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1rem;
}
.main-content-container[data-v-a0ae06a9] {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.page-content[data-v-a0ae06a9] {
  flex: 1;
  min-width: 0; /* Prevent flex item from overflowing */
}
.page-content.landing-page[data-v-a0ae06a9] {
  /* Full width for landing pages */
  max-width: none;
}
.page-content.standard-page[data-v-a0ae06a9] {
  /* Standard content width - inherits from global styles */
  max-width: inherit;
}
.page-content.has-forms[data-v-a0ae06a9] {
  /* Form-specific adjustments - inherits from global styles */
  padding: inherit;
}

/* Mobile responsive: stack sidebar below content */
@media (max-width: 1024px) {
.main-content-container[data-v-a0ae06a9] {
    flex-direction: column;
}
}

.home-content[data-v-00aa07b4] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Use global services-grid and service-card styles from tailwind.css */
.service-image[data-v-00aa07b4] {
  width: 100%;
  margin-bottom: 1.5rem;
}
.service-image img[data-v-00aa07b4] {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.service-title[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.service-description[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Make service cards interactive */
.service-card[data-v-00aa07b4] {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.service-card[data-v-00aa07b4]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
}
.service-card:hover .service-title[data-v-00aa07b4] {
  color: hsl(19, 100%, 50%);
}

/* Mobile responsive adjustments */
@media (max-width: 600px) {
.home-content[data-v-00aa07b4] {
    padding: 1rem;
}
.welcome-title[data-v-00aa07b4] {
    font-size: 2.5rem;
}
.service-image img[data-v-00aa07b4] {
    height: 150px;
}
}

/* Substack Section Styles */
.substack-section[data-v-00aa07b4] {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid #e5e5e5;
}
.substack-title[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.substack-subtitle[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 1.125rem;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.loading-state[data-v-00aa07b4], .error-state[data-v-00aa07b4] {
  text-align: center;
  padding: 2rem;
  color: #666;
}
.error-state a[data-v-00aa07b4] {
  color: hsl(19, 100%, 50%);
  text-decoration: none;
}
.error-state a[data-v-00aa07b4]:hover {
  text-decoration: underline;
}
.substack-posts[data-v-00aa07b4] {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
.substack-posts[data-v-00aa07b4] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.substack-posts[data-v-00aa07b4] {
    grid-template-columns: repeat(3, 1fr);
}
}
.substack-post[data-v-00aa07b4] {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.substack-post[data-v-00aa07b4]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
}
.post-title[data-v-00aa07b4] {
  margin-bottom: 0.5rem;
}
.post-title a[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-title a[data-v-00aa07b4]:hover {
  color: hsl(19, 100%, 50%);
}
.post-meta[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1rem;
}
.post-excerpt[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-link[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: hsl(19, 100%, 50%);
  text-decoration: none;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-link[data-v-00aa07b4]:hover {
  text-decoration: underline;
}
.substack-footer[data-v-00aa07b4] {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}
.substack-subscribe[data-v-00aa07b4] {
  display: inline-block;
  background-color: hsl(19, 100%, 50%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-header);
  font-weight: 700;
  transition: background-color 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.substack-subscribe[data-v-00aa07b4]:hover {
  background-color: hsl(19, 100%, 45%);
}

/* Loading state styles to prevent flickering */
.substack-loading[data-v-00aa07b4] {
  opacity: 0.7;
}
.substack-post-placeholder[data-v-00aa07b4] {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.substack-post-placeholder[data-v-00aa07b4]:last-child {
  border-bottom: none;
}
.substack-title-placeholder[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #666;
  line-height: 1.4;
}
.substack-excerpt-placeholder[data-v-00aa07b4] {
  font-family: 'Lora', serif;
  color: #888;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* Fallback styles */
.substack-fallback[data-v-00aa07b4] {
  text-align: center;
  padding: 2rem 0;
}
.substack-link[data-v-00aa07b4] {
  display: inline-block;
  background-color: hsl(19, 100%, 50%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Lora', serif;
  font-weight: 700;
  margin-top: 1rem;
  transition: background-color 0.2s;
}
.substack-link[data-v-00aa07b4]:hover {
  background-color: hsl(19, 100%, 45%);
}

.error-page[data-v-ac4f7d0d] {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.error-content[data-v-ac4f7d0d] {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem;
}
.error-code[data-v-ac4f7d0d] {
  font-size: 8rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
  line-height: 1;
  font-family: var(--font-title); /* Museo for titles */
  opacity: 0.3;
}
.divider[data-v-ac4f7d0d] {
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  margin: 0 auto 2rem;
  border-radius: 2px;
}
.error-page h1[data-v-ac4f7d0d] {
  font-family: var(--font-title); /* Museo for titles/H1 */
  font-size: 2rem;
  color: var(--text-higher);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 600px) {
.error-page h1[data-v-ac4f7d0d] {
    font-size: 2.5rem;
}
}
.error-description[data-v-ac4f7d0d] {
  font-family: var(--font-body); /* EB Garamond for body text */
  font-size: 1.125rem;
  color: var(--text-color);
  margin-bottom: 2rem;
  line-height: 1.75;
}
.error-actions[data-v-ac4f7d0d] {
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Use the same button styles as home page */
.btn-primary[data-v-ac4f7d0d] {
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-nav); /* Archivo Narrow for navigation/buttons */
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 0.025em;
}
@media (min-width: 600px) {
.btn-primary[data-v-ac4f7d0d] {
    font-size: 0.95rem;
}
}
.btn-primary[data-v-ac4f7d0d]:hover {
  background-color: var(--primary-dark);
  transform: translateY(-1px);
}
.btn-secondary[data-v-ac4f7d0d] {
  background: var(--bg-darker);
  color: var(--text-color);
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-nav); /* Archivo Narrow for navigation/buttons */
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 0.025em;
}
@media (min-width: 600px) {
.btn-secondary[data-v-ac4f7d0d] {
    font-size: 0.95rem;
}
}
.btn-secondary[data-v-ac4f7d0d]:hover {
  background: var(--border-color);
  transform: translateY(-1px);
}
.suggestions[data-v-ac4f7d0d] {
  margin: 3rem 0 2rem 0;
}
.suggestions h2[data-v-ac4f7d0d] {
  font-family: var(--font-header); /* Lora for H3 and below */
  font-size: 1.25rem;
  color: var(--text-higher);
  margin-bottom: 2rem;
  font-weight: 400;
}
.links[data-v-ac4f7d0d] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 600px) {
.links[data-v-ac4f7d0d] {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

/* Style cards exactly like service cards from home page */
.link-card[data-v-ac4f7d0d] {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.link-card[data-v-ac4f7d0d]:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.link-title[data-v-ac4f7d0d] {
  font-family: var(--font-header); /* Lora for H3 and below */
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--text-higher);
}
.link-desc[data-v-ac4f7d0d] {
  font-family: var(--font-body); /* EB Garamond for body text */
  color: var(--text-color);
  margin: 0;
  line-height: 1.75;
  font-size: 0.95rem;
  flex: 1;
}
@media (min-width: 782px) {
.link-desc[data-v-ac4f7d0d] {
    font-size: 1rem;
}
}
.footer-text[data-v-ac4f7d0d] {
  margin-top: 3rem;
  font-family: var(--font-body); /* EB Garamond for body text */
  font-size: 0.875rem;
  color: var(--text-color); /* Changed from --text-low to --text-color for better visibility */
  font-style: italic;
}
@media (max-width: 768px) {
.error-code[data-v-ac4f7d0d] {
    font-size: 6rem;
}
.error-page h1[data-v-ac4f7d0d] {
    font-size: 1.75rem;
}
.links[data-v-ac4f7d0d] {
    grid-template-columns: 1fr;
}
.error-actions[data-v-ac4f7d0d] {
    flex-direction: column;
    align-items: center;
}
}

.loading-state[data-v-848b4800] {
  text-align: center;
  padding: 4rem 1rem;
  font-style: italic;
  color: #6b7280;
}
#results-wrapper[data-v-848b4800] {
  margin-top: 2rem;
}

/* Styling for the container if necessary. The external CSS should handle the button itself. */
.appointment-booking[data-v-546bb343] {
  /* Added for demonstration, adjust as needed */
  min-height: 50px; /* Give it a minimum height */
  margin-top: 20px; /* Example margin */
}

/* Add any page-specific styles here if needed */
.page-body h1[data-v-76cef44b], .page-body h2[data-v-76cef44b], .page-body h3[data-v-76cef44b] {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.page-body p[data-v-76cef44b], .page-body ul[data-v-76cef44b] {
  margin-bottom: 1em;
}
.page-body ul[data-v-76cef44b] {
  list-style: disc;
  padding-left: 20px;
}
.page-body li[data-v-76cef44b] {
  margin-bottom: 0.5em;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Meslo LG, Monaco, Consolas, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-wrap {
  flex-wrap: wrap;
}
.border {
  border-width: 1px;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Local font definitions */
@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Regular.woff2') format('woff2'),
       url('/fonts/Lora-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Italic.woff2') format('woff2'),
       url('/fonts/Lora-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Bold.woff2') format('woff2'),
       url('/fonts/Lora-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo Narrow';
  src: url('/fonts/ArchivoNarrow-Regular.woff2') format('woff2'),
       url('/fonts/ArchivoNarrow-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo Narrow';
  src: url('/fonts/ArchivoNarrow-SemiBold.woff2') format('woff2'),
       url('/fonts/ArchivoNarrow-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/EBGaramond-Regular.woff2') format('woff2'),
       url('/fonts/EBGaramond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/* CSS Custom Properties for consistent theming */
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--huge: 42px;
  
  /* Brand Colors from Tailwind config */
  --primary-color: hsl(19, 100%, 50%); /* Orange primary */
  --primary-darker: hsl(19, 100%, 38%);
  --primary-dark: hsl(19, 100%, 44%);
  --primary-light: hsl(19, 100%, 56%);
  --primary-lighter: hsl(19, 100%, 62%);
  
  --accent-color: hsl(267, 100%, 22%); /* Purple accent */
  --accent-darker: hsl(267, 100%, 10%);
  --accent-dark: hsl(267, 100%, 16%);
  --accent-light: hsl(267, 100%, 28%);
  --accent-lighter: hsl(267, 100%, 34%);
  
  --text-color: hsl(225, 4%, 47%); /* Medium contrast */
  --text-high: hsl(230, 7%, 23%); /* High contrast */
  --text-higher: hsl(230, 13%, 9%); /* Higher contrast */
  --text-low: hsl(240, 4%, 65%); /* Low contrast */
  
  --bg-color: hsl(0, 0%, 100%); /* White background */
  --bg-dark: hsl(240, 4%, 95%); /* Light grey background */
  --bg-darker: hsl(240, 4%, 90%);
  
  --border-color: hsl(240, 4%, 85%); /* Lower contrast */
  --max-width: 1200px;
  
  /* Brand Fonts */
  --font-title: 'Museo', 'Helvetica Neue', 'Helvetica', 'Arial', 'Arial Black', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Liberation Sans', 'DejaVu Sans', sans-serif; /* Titles and H1, H2 */
  --font-header: 'Lora', Georgia, serif; /* H3 and below - clean Lora implementation */
  --font-body: 'EB Garamond', Georgia, serif; /* Body text - EB Garamond is perfect here */
  --font-nav: 'Archivo Narrow', -apple-system, BlinkMacSystemFont, sans-serif; /* Navigation, footer */
  --font-mono: 'Meslo LG', 'Monaco', 'Consolas', monospace;
}

/* Base responsive typography and layout */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: var(--bg-dark) !important; /* Force grey background on html too */
}

body {
  margin: 0;
  font-family: var(--font-body); /* EB Garamond for body text - beautiful for reading */
  line-height: 1.75; /* More relaxed line height */
  color: var(--text-color);
  background-color: var(--bg-dark) !important; /* Light grey background - force it */
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Header: Normal flow, scrolls with content */
.site-header-top {
  background: var(--bg-color); /* White background for header */
  border-bottom: 2px solid var(--primary-color);
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  margin-bottom: 1rem; /* Space between header and main content */
  position: relative;
  z-index: 10; /* Ensure header is above page background */
}

.header-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 782px) {
  .header-content {
    flex-direction: column;
    gap: 1rem;
    padding: 0 1rem;
  }
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 782px) {
  .header-left {
    align-items: center;
  }
}

.header-tagline {
  font-family: var(--font-body); /* EB Garamond for body text */
  font-style: italic;
  font-size: 0.875rem;
  color: var(--text-color);
  margin-top: 0.25rem;
}

@media (min-width: 600px) {
  .header-tagline {
    font-size: 0.95rem;
  }
}

.header-center {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

@media (max-width: 782px) {
  .header-center {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

.header-right {
  display: flex;
  align-items: center;
}

@media (max-width: 782px) {
  .header-right {
    order: 2;
  }
}

.social-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-link {
  color: var(--text-color);
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 4px;
}

.social-link:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}

.social-link svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 600px) {
  .site-logo-img {
    height: 3.5rem;
  }
}

@media (min-width: 782px) {
  .site-logo-img {
    height: 4rem;
  }
}

/* Mobile-first logo sizing */
.site-logo-img {
  height: 2.5rem; /* Compact mobile size */
  width: auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  .site-logo-img {
    height: 3rem; /* Slightly larger for small tablets */
  }
}

/* Navigation styles moved to header-center */

.header-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 600px) {
  .header-nav {
    gap: 1.5rem;
  }
}

@media (min-width: 782px) {
  .header-nav {
    gap: 2rem;
  }
}

.header-nav .nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--font-nav); /* Archivo Narrow for navigation */
  font-weight: 500;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
}

@media (min-width: 600px) {
  .header-nav .nav-link {
    font-size: 1rem;
  }
}

.header-nav .nav-link:hover {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

/* Navigation Dropdown Styles */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.3s ease;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--font-nav);
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-bottom: 1px solid var(--bg-dark);
}

.dropdown-link:last-child {
  border-bottom: none;
}

.dropdown-link:hover {
  background-color: var(--bg-dark);
  color: var(--primary-color);
}



/* Main Content: Clean body with margins */
.main-content {
  flex: 1;
  max-width: calc(var(--max-width) - 4rem); /* Reduce max width to ensure side margins */
  margin: 1rem auto; /* Center horizontally with top/bottom margins */
  padding: 2rem;
  background-color: var(--bg-color); /* White background for content area */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow to separate from grey background */
  border-radius: 8px; /* Rounded corners for content area */
}

@media (max-width: 782px) {
  .main-content {
    margin: 0.5rem auto;
    padding: 1rem;
    max-width: calc(100% - 1rem); /* Ensure some margin on mobile */
  }
}

/* Welcome Section */
.welcome-section {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.welcome-title {
  font-family: var(--font-title); /* Museo for titles/H1 */
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: var(--text-higher);
}

@media (min-width: 600px) {
  .welcome-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 782px) {
  .welcome-title {
    font-size: 3rem;
  }
}

.shipping-message {
  max-width: 600px;
  margin: 0 auto;
}

.shipping-title {
  font-family: var(--font-title); /* Museo for titles/H2 */
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: var(--text-higher);
  line-height: 1.3;
}

@media (min-width: 600px) {
  .shipping-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 782px) {
  .shipping-title {
    font-size: 2rem;
  }
}

.shipping-subtitle {
  font-family: var(--font-body); /* EB Garamond for body text */
  font-style: italic;
  margin: 0;
  color: var(--text-color);
  font-size: 1.125rem;
}

@media (min-width: 600px) {
  .shipping-subtitle {
    font-size: 1.25rem;
  }
}

/* Loading and Error States */
.loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  min-height: 200px;
}

.loading-text {
  font-size: 1.125rem;
  color: var(--text-color);
}

.error-state {
  text-align: center;
  padding: 3rem 0;
}

.error-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 1rem;
}

.error-message {
  color: var(--text-color);
}

/* Footer: Pinned to bottom */
.site-footer {
  background: var(--text-higher) !important; /* Black background - force it */
  border-top: 1px solid var(--border-color);
  padding: 2rem;
  margin-top: auto;
}

@media (max-width: 782px) {
  .site-footer {
    padding: 1.5rem 1rem;
  }
}

.footer-content {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

@media (max-width: 782px) {
  .footer-content {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.footer-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 782px) {
  .footer-nav {
    gap: 1rem;
    justify-content: center;
    text-align: center;
  }
}

.footer-nav-link {
  color: var(--bg-color) !important; /* White text */
  text-decoration: none;
  font-family: var(--font-nav); /* Archivo Narrow for navigation */
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-nav-link:hover {
  color: var(--primary-color);
}

.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-social-link {
  color: var(--bg-color) !important; /* White icons */
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 4px;
}

.footer-social-link:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
}

@media (max-width: 782px) {
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding-top: 1.5rem;
  }
}

.footer-about {
  flex: 1;
  max-width: 600px;
}

.footer-title {
  color: var(--bg-color) !important; /* White text */
  font-family: var(--font-header); /* Lora for headers */
  font-size: 1.375rem; /* Slightly larger for footer prominence */
  font-weight: 400; /* Regular weight for clean rendering */
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.footer-description {
  color: var(--bg-color) !important; /* White text */
  font-family: var(--font-body); /* EB Garamond for body text */
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

.footer-copyright {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 782px) {
  .footer-copyright {
    align-items: center;
  }
}

.footer-text {
  color: var(--bg-color) !important; /* White text on black background - force it */
  font-size: 0.875rem;
}

/* Hero Columns - Responsive Layout */
.hero-columns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 782px) {
  .hero-columns {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}

/* Hero Image and Text Columns */
.hero-image-column {
  order: 1;
}

@media (min-width: 782px) {
  .hero-image-column {
    flex: 1.5;
    order: 0;
  }
}

.hero-text-column {
  order: 0;
  text-align: center;
}

@media (min-width: 782px) {
  .hero-text-column {
    flex: 1;
    order: 1;
    text-align: left;
    padding-left: 2rem;
  }
}

.header-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 782px) {
  .header-image {
    max-width: 420px;
    margin: 0;
  }
}

.hero-headline {
  font-family: var(--font-title); /* Museo for titles/H2 */
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-higher);
  line-height: 1.3;
}

@media (min-width: 600px) {
  .hero-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 782px) {
  .hero-headline {
    font-size: 1.75rem;
  }
}

.hero-subline {
  font-family: var(--font-body); /* EB Garamond for body text */
  font-size: 1rem;
  font-style: italic;
  color: var(--text-color);
  margin: 0;
}

@media (min-width: 600px) {
  .hero-subline {
    font-size: 1.125rem;
  }
}

/* Services Section - Responsive Grid */
.services-section {
  margin-bottom: 3rem;
}

@media (min-width: 782px) {
  .services-section {
    margin-bottom: 4rem;
  }
}

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

@media (min-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (min-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Service Cards - Mobile First */
.service-card {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.service-image {
  margin: 0 0 1.5rem 0;
}

.service-img {
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 4px;
}

@media (min-width: 600px) {
  .service-img {
    max-width: 350px;
  }
}

.service-title {
  font-family: var(--font-header); /* Lora as H3 equivalent */
  font-size: 1.5rem; /* Same as H3 for consistency */
  font-weight: 400; /* Regular weight for clean rendering */
  margin-bottom: 1rem;
  color: var(--text-higher);
  line-height: 1.3;
}

/* Removed responsive scaling for service titles to prevent pixelation */

.service-button {
  margin-bottom: 1rem;
}

.btn-primary {
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-nav); /* Archivo Narrow for navigation/buttons */
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 0.025em;
}

@media (min-width: 600px) {
  .btn-primary {
    font-size: 0.95rem;
  }
}

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

.service-description {
  font-family: var(--font-body); /* EB Garamond for body text */
  color: var(--text-color);
  margin: 0;
  line-height: 1.75;
  font-size: 0.9rem;
  flex: 1;
}

@media (min-width: 600px) {
  .service-description {
    font-size: 0.95rem;
  }
}

@media (min-width: 782px) {
  .service-description {
    font-size: 1rem;
  }
}

/* Page Layout with Responsive Sidebar */
.page-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .page-layout {
    flex-direction: column;
    gap: 2rem;
  }
}

/* Page Content Styles */
.page-content {
  max-width: 800px;
  margin: 0; /* Remove auto centering for flex layout */
  padding: 1rem 0;
  flex: 1;
  min-width: 0; /* Allows flexbox item to shrink below its content size */
}

@media (max-width: 1024px) {
  .page-content {
    max-width: none; /* Full width on mobile when sidebar is below */
  }
}

@media (min-width: 600px) {
  .page-content {
    padding: 2rem 0;
  }
}

.page-body {
  font-family: var(--font-body); /* EB Garamond for body text - perfect for reading */
  line-height: 1.8;
  color: var(--text-color);
}

.page-body h1,
.page-body h2 {
  font-family: var(--font-title); /* Museo for H1, H2 */
  color: var(--text-higher);
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
  font-weight: 700; /* Explicitly set font-weight to an available Museo weight */
}

/* Override top margin for first h1 to align with sidebar */
.page-body h1:first-child {
  margin-top: 0 !important;
}

.page-body h3,
.page-body h4,
.page-body h5,
.page-body h6 {
  font-family: var(--font-header); /* Lora for H3 and below */
  color: var(--text-higher);
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
  font-weight: 400; /* Regular weight for cleanest rendering */
  font-size: 1.625rem; /* Larger size for crisp display */
}

.page-body h1 {
  font-size: 1.75rem;
}

@media (min-width: 600px) {
  .page-body h1 {
    font-size: 2rem;
  }
}

.page-body h2 {
  font-size: 1.375rem;
}

@media (min-width: 600px) {
  .page-body h2 {
    font-size: 1.5rem;
  }
}

.page-body h3 {
  font-size: 1.5rem; /* Clean base size for Lora */
}

@media (min-width: 600px) {
  .page-body h3 {
    font-size: 1.625rem; /* Slightly larger on desktop */
  }
}

.page-body p {
  margin-bottom: 1.5rem;
  text-align: left;
}

.page-body a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-body a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

/* Clean Lora bold text - no font smoothing for crisp rendering */
.page-body strong,
.page-body b {
  font-family: 'Lora', serif; /* Uses proper Lora bold (700) variant */
  font-weight: 700;
  color: var(--text-higher); /* Slightly darker for emphasis */
}

/* Use Lora bold for list items too for consistency */
.page-body li strong,
.page-body li b {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: var(--text-higher);
}

.page-body img {
  max-width: 50%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 1rem 1rem 1.5rem;
  float: right;
  clear: right;
}

/* Header graphics - override the above styles for first image */
.page-body > img:first-child {
  max-width: none !important;
  width: auto !important;
  height: auto;
  margin: 0 0 2rem 0 !important;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block !important;
  float: none !important;
  clear: both !important;
}

.page-body h2 {
  clear: both;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* For very small screens, make images stack normally */
@media (max-width: 768px) {
  .page-body img {
    max-width: 100%;
    float: none;
    margin: 1rem 0;
    display: block;
  }
}

.content-image {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
}

/* Responsive utilities for WordPress-like behavior */
@media (max-width: 599px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .service-card {
    padding: 1.25rem;
  }
  
  .hero-columns {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 1.5rem;
  }
  
  .page-title {
    font-size: 1.25rem;
  }
  
  .hero-headline {
    font-size: 1.125rem;
  }
  
  .service-title {
    font-size: 1rem;
  }
  
  .site-container {
    padding: 0.75rem;
  }
}

/* Embedded browser font fallback - applied by JavaScript when custom fonts fail to load */
.embedded-browser-fallback .welcome-title,
.embedded-browser-fallback .shipping-title,
.embedded-browser-fallback .hero-headline,
.embedded-browser-fallback .service-title,
.embedded-browser-fallback .page-body h1,
.embedded-browser-fallback .page-body h2,
.embedded-browser-fallback .landing-hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'Arial Black', 'Roboto', sans-serif !important;
}

/* Focus states for accessibility */
.nav-link:focus,
.btn-primary:focus,
.site-title-link:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .site-header,
  .site-footer {
    border: none;
  }
  
  .service-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .btn-primary {
    background: transparent;
    color: var(--text-higher);
    border: 1px solid var(--text-higher);
  }
}

/* Special styling for Let's Get Started form page */
.page-body h1 + img[alt*="Let's Get Started"],
.page-body h1 + img[src*="headersnewLGS"] {
  max-width: 100%;
  width: 100%;
  float: none;
  display: block;
  margin: 2rem auto;
  clear: both;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Ensure the form widget appears below the centered graphic */
.page-body div[data-tf-widget] {
  clear: both;
  margin: 2rem auto;
  max-width: 100%;
}

/* Reset float behavior for form page images specifically */
.page-body:has(div[data-tf-widget]) img {
  max-width: 100%;
  float: none;
  display: block;
  margin: 2rem auto;
  clear: both;
}

/* Fallback for browsers that don't support :has() */
@supports not (selector(:has(*))) {
  .form-page .page-body img {
    max-width: 100%;
    float: none;
    display: block;
    margin: 2rem auto;
    clear: both;
  }
}

/* Global Substack Post Styles (for dynamically injected content) */
.substack-posts {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .substack-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .substack-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.substack-post {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.substack-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
}

.substack-post .post-title {
  margin-bottom: 0.5rem;
}

.substack-post .post-title a {
  font-family: var(--font-header); /* Lora as H3 equivalent */
  font-size: 1.5rem; /* Same as H3 for consistency */
  font-weight: 400; /* Regular weight for clean rendering */
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.3;
}

.substack-post .post-title a:hover {
  color: hsl(19, 100%, 50%);
}

.substack-post .post-meta {
  font-family: 'Lora', serif;
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1rem;
}

.substack-post .post-excerpt {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.substack-post .post-link {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: hsl(19, 100%, 50%);
  text-decoration: none;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.substack-post .post-link:hover {
  text-decoration: underline;
}

/* Landing Page Components */
.landing-page {
  background: var(--bg-color);
  padding: 0;
  margin: -2rem -2rem -1rem -2rem; /* Break out of main-content padding */
  width: calc(100% + 4rem); /* Compensate for negative margins */
}

@media (max-width: 782px) {
  .landing-page {
    margin: -1rem -1rem -0.5rem -1rem;
    width: calc(100% + 2rem);
  }
}

.landing-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-darker) 100%);
  color: white;
  padding: 4rem 2rem;
  text-align: center;
  margin: 0 0 3rem 0; /* Remove the previous negative margins */
}

@media (max-width: 782px) {
  .landing-hero {
    padding: 3rem 1rem;
    margin: 0 0 2rem 0;
  }
}

/* Landing page content sections need padding since they're now full-width */
.landing-page > *:not(.landing-hero) {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 782px) {
  .landing-page > *:not(.landing-hero) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.landing-hero h1 {
  font-family: var(--font-title);
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  line-height: 1.2;
}

@media (min-width: 782px) {
  .landing-hero h1 {
    font-size: 3rem;
  }
}

.landing-hero .hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.landing-cta-primary {
  background: white;
  color: var(--primary-color);
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-nav);
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.landing-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: var(--primary-darker);
}

/* Quiz/Assessment Styles */
.assessment-quiz {
  background: var(--bg-darker);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
  text-align: center;
}

.quiz-title {
  font-family: var(--font-header);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--text-higher);
  margin-bottom: 2rem;
}

.quiz-question {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.quiz-question h3 {
  font-family: var(--font-header);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-higher);
  margin-bottom: 1.5rem;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quiz-option {
  background: var(--bg-color);
  border: 2px solid var(--border-color);
  padding: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  font-family: var(--font-body);
}

.quiz-option:hover {
  border-color: var(--primary-color);
  background: var(--bg-dark);
}

.quiz-option.selected {
  border-color: var(--primary-color);
  background: var(--primary-lighter);
  color: white;
}

/* Quiz Immediate Insights */
.immediate-insight {
  background: #f0f9ff;
  border: 1px solid #0ea5e9;
  border-radius: 6px;
  padding: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #0369a1;
  display: none;
  animation: fadeIn 0.3s ease-in;
}

.quiz-option.selected .immediate-insight {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Benefits Section */
.benefits-section {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 3rem 0;
}

@media (min-width: 782px) {
  .benefits-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.benefit-title {
  font-family: var(--font-header);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--text-higher);
  margin-bottom: 1rem;
}

.benefit-description {
  font-family: var(--font-body);
  color: var(--text-color);
  line-height: 1.6;
}

/* Social Proof Section */
.social-proof {
  background: var(--bg-darker);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
  text-align: center;
}

.social-proof h2 {
  font-family: var(--font-header);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--text-higher);
  margin-bottom: 2rem;
}

.testimonial {
  max-width: 600px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.125rem;
  color: var(--text-color);
  line-height: 1.7;
}

.testimonial-author {
  font-family: var(--font-nav);
  font-weight: 600;
  color: var(--text-higher);
  margin-top: 1rem;
  font-style: normal;
}

/* Final CTA Section */
.final-cta {
  background: var(--accent-color);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  margin: 3rem 0;
}

.final-cta h2 {
  font-family: var(--font-header);
  font-size: 1.75rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1rem;
}

.final-cta p {
  font-family: var(--font-body);
  font-size: 1.125rem;
  opacity: 0.95;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-secondary {
  background: white;
  color: var(--accent-color);
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-nav);
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  background: var(--bg-color);
}
