/*! tailwind.css — Pre-compiled for South Shore Collective WordPress Theme v2.0.1 */

/* ═══════════════════════════════════════════════
   1. PREFLIGHT / RESET (Tailwind Base)
   ═══════════════════════════════════════════════ */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: hsl(35 18% 80%); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif; font-feature-settings: normal; font-variation-settings: normal; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; font-family: 'Instrument Serif', serif; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; } sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }
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; }
dialog { padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: hsl(220 10% 42%); }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ═══════════════════════════════════════════════
   2. CSS CUSTOM PROPERTIES
   ═══════════════════════════════════════════════ */
:root {
  --background: 40 25% 95%;
  --foreground: 220 20% 12%;
  --card: 40 20% 92%;
  --card-foreground: 220 20% 12%;
  --popover: 40 25% 95%;
  --popover-foreground: 220 20% 12%;
  --primary: 215 45% 18%;
  --primary-foreground: 40 25% 95%;
  --secondary: 35 25% 82%;
  --secondary-foreground: 220 20% 12%;
  --muted: 35 15% 88%;
  --muted-foreground: 220 10% 42%;
  --accent: 170 50% 32%;
  --accent-foreground: 40 25% 95%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 35 18% 80%;
  --input: 35 18% 80%;
  --ring: 215 45% 18%;
  --radius: 0.25rem;
  --navy: 215 45% 18%;
  --navy-deep: 220 50% 10%;
  --navy-light: 215 35% 28%;
  --sand: 35 25% 82%;
  --sand-light: 40 25% 95%;
  --sand-warm: 32 30% 76%;
  --teal: 170 50% 32%;
  --teal-light: 170 40% 42%;
  --charcoal: 220 15% 12%;
  --warm-white: 40 25% 95%;
  --cream: 38 35% 90%;
  --font-display: 'Instrument Serif', serif;
  --font-body: 'Space Grotesk', sans-serif;
}

body {
  background-color: hsl(40 25% 95%);
  color: hsl(220 20% 12%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-body);
}

/* ═══════════════════════════════════════════════
   3. LAYOUT UTILITIES
   ═══════════════════════════════════════════════ */
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 2rem; padding-right: 2rem; }
@media (min-width: 1400px) { .container { max-width: 1400px; } }

/* Display */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

/* Positioning */
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.-bottom-3 { bottom: -0.75rem; }
.-right-3 { right: -0.75rem; }
.-z-10 { z-index: -10; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

/* Flexbox */
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-px { gap: 1px; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Sizing */
.w-full { width: 100%; }
.w-1\.5 { width: 0.375rem; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-12 { width: 3rem; }
.h-0\.5 { height: 0.125rem; }
.h-1\.5 { height: 0.375rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-14 { height: 3.5rem; }
.h-px { height: 1px; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0; }
.max-w-lg { max-width: 32rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.\!max-w-4xl { max-width: 56rem !important; }

/* Spacing */
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pt-4 { padding-top: 1rem; }
.pt-12 { padding-top: 3rem; }
.pt-14 { padding-top: 3.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pl-2 { padding-left: 0.5rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-16 { margin-top: 4rem; }
.ml-2 { margin-left: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem; }

/* ═══════════════════════════════════════════════
   4. TYPOGRAPHY
   ═══════════════════════════════════════════════ */
.font-display { font-family: var(--font-display); }
.font-body { font-family: var(--font-body); }
.text-\[10px\] { font-size: 10px; line-height: 1.4; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.leading-\[0\.95\] { line-height: 0.95; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }

/* ═══════════════════════════════════════════════
   5. COLORS
   ═══════════════════════════════════════════════ */
/* Background colors */
.bg-background { background-color: hsl(40 25% 95%); }
.bg-foreground { background-color: hsl(220 20% 12%); }
.bg-primary { background-color: hsl(215 45% 18%); }
.bg-secondary { background-color: hsl(35 25% 82%); }
.bg-card { background-color: hsl(40 20% 92%); }
.bg-muted { background-color: hsl(35 15% 88%); }
.bg-accent { background-color: hsl(170 50% 32%); }
.bg-destructive { background-color: hsl(0 84.2% 60.2%); }
.bg-navy-deep { background-color: hsl(220 50% 10%); }
.bg-navy-light { background-color: hsl(215 35% 28%); }
.bg-border { background-color: hsl(35 18% 80%); }
.bg-transparent { background-color: transparent; }
.bg-background\/90 { background-color: hsl(40 25% 95% / 0.9); }
.bg-muted\/30 { background-color: hsl(35 15% 88% / 0.3); }
.bg-accent\/5 { background-color: hsl(170 50% 32% / 0.05); }
.bg-accent\/10 { background-color: hsl(170 50% 32% / 0.1); }
.bg-primary-foreground\/10 { background-color: hsl(40 25% 95% / 0.1); }
.bg-primary-foreground\/5 { background-color: hsl(40 25% 95% / 0.05); }

/* Text colors */
.text-foreground { color: hsl(220 20% 12%); }
.text-background { color: hsl(40 25% 95%); }
.text-primary { color: hsl(215 45% 18%); }
.text-primary-foreground { color: hsl(40 25% 95%); }
.text-muted-foreground { color: hsl(220 10% 42%); }
.text-accent { color: hsl(170 50% 32%); }
.text-accent-foreground { color: hsl(40 25% 95%); }
.text-destructive { color: hsl(0 84.2% 60.2%); }
.text-background\/30 { color: hsl(40 25% 95% / 0.3); }
.text-background\/40 { color: hsl(40 25% 95% / 0.4); }
.text-background\/60 { color: hsl(40 25% 95% / 0.6); }
.text-background\/80 { color: hsl(40 25% 95% / 0.8); }
.text-primary-foreground\/30 { color: hsl(40 25% 95% / 0.3); }
.text-primary-foreground\/40 { color: hsl(40 25% 95% / 0.4); }
.text-primary-foreground\/50 { color: hsl(40 25% 95% / 0.5); }
.text-primary-foreground\/60 { color: hsl(40 25% 95% / 0.6); }
.text-foreground\/60 { color: hsl(220 20% 12% / 0.6); }
.text-accent\/40 { color: hsl(170 50% 32% / 0.4); }

/* Border colors */
.border-border { border-color: hsl(35 18% 80%); }
.border-foreground { border-color: hsl(220 20% 12%); }
.border-foreground\/30 { border-color: hsl(220 20% 12% / 0.3); }
.border-background\/30 { border-color: hsl(40 25% 95% / 0.3); }
.border-primary-foreground\/10 { border-color: hsl(40 25% 95% / 0.1); }
.border-primary-foreground\/5 { border-color: hsl(40 25% 95% / 0.05); }
.border-primary-foreground\/30 { border-color: hsl(40 25% 95% / 0.3); }
.border-accent { border-color: hsl(170 50% 32%); }
.border-accent\/20 { border-color: hsl(170 50% 32% / 0.2); }
.border-accent\/30 { border-color: hsl(170 50% 32% / 0.3); }
.border-accent\/50 { border-color: hsl(170 50% 32% / 0.5); }
.border-background\/10 { border-color: hsl(40 25% 95% / 0.1); }

/* ═══════════════════════════════════════════════
   6. BORDERS & EFFECTS
   ═══════════════════════════════════════════════ */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded { border-radius: 0.25rem; }

.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }

/* Shadows */
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }

/* ═══════════════════════════════════════════════
   7. IMAGES & ASPECT RATIO
   ═══════════════════════════════════════════════ */
.object-cover { object-fit: cover; }
.aspect-\[4\/5\] { aspect-ratio: 4 / 5; }
.aspect-\[3\/2\] { aspect-ratio: 3 / 2; }
.aspect-video { aspect-ratio: 16 / 9; }
.grayscale { filter: grayscale(100%); }

/* ═══════════════════════════════════════════════
   8. TRANSITIONS & INTERACTIONS
   ═══════════════════════════════════════════════ */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }
.shrink-0 { flex-shrink: 0; }

/* Hover */
.hover\:text-foreground:hover { color: hsl(220 20% 12%); }
.hover\:text-background:hover { color: hsl(40 25% 95%); }
.hover\:bg-foreground:hover { background-color: hsl(220 20% 12%); }
.hover\:bg-background:hover { background-color: hsl(40 25% 95%); }
.hover\:bg-navy-light:hover { background-color: hsl(215 35% 28%); }
.hover\:bg-muted:hover { background-color: hsl(35 15% 88%); }
.hover\:bg-primary-foreground:hover { background-color: hsl(40 25% 95%); }
.hover\:text-primary:hover { color: hsl(215 45% 18%); }
.hover\:text-foreground:hover { color: hsl(220 20% 12%); }
.hover\:border-foreground:hover { border-color: hsl(220 20% 12%); }
.hover\:border-accent\/50:hover { border-color: hsl(170 50% 32% / 0.5); }
.hover\:pl-2:hover { padding-left: 0.5rem; }
.hover\:pl-7:hover { padding-left: 1.75rem; }
.hover\:opacity-100:hover { opacity: 1; }

/* Group hover */
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:pl-2 { padding-left: 0.5rem; }

/* Focus */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-accent:focus { border-color: hsl(170 50% 32%); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px hsl(215 45% 18%); }

/* Placeholder */
.placeholder\:text-muted-foreground::placeholder { color: hsl(220 10% 42%); }

/* ═══════════════════════════════════════════════
   9. RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:col-span-1 { grid-column: span 1 / span 1; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:col-span-8 { grid-column: span 8 / span 8; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-right { text-align: right; }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:pl-8 { padding-left: 2rem; }
  .md\:pb-24 { padding-bottom: 6rem; }
  .md\:pt-20 { padding-top: 5rem; }
  .md\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .md\:mt-24 { margin-top: 6rem; }
  .md\:mb-12 { margin-bottom: 3rem; }
}

@media (min-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:flex { display: flex; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:text-8xl { font-size: 6rem; line-height: 1; }
  .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; }
  .lg\:py-36 { padding-top: 9rem; padding-bottom: 9rem; }
}

/* ═══════════════════════════════════════════════
   10. CUSTOM COMPONENT CLASSES
   ═══════════════════════════════════════════════ */

/* Section padding (matches custom.css) */
.section-padding { padding: 5rem 1.25rem; }
@media (min-width: 768px) { .section-padding { padding: 7rem 2rem; } }
@media (min-width: 1024px) { .section-padding { padding: 9rem 4rem; } }

/* Grain overlay */
.grain-overlay { position: relative; }
.grain-overlay::after {
  content: ''; position: absolute; inset: 0; opacity: 0.03; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 256px;
}

/* Editorial rules */
.editorial-rule { width: 3rem; height: 1px; background: hsl(220 20% 12% / 0.2); }
.editorial-rule-accent { width: 3rem; height: 2px; background: hsl(170 50% 32%); }

/* Antialiased */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* H[height] specific */
.\!h-auto { height: auto !important; }
.h-\[180px\] { height: 180px; }

/* Prose (basic) */
.prose { max-width: 65ch; }
.prose p { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose a { color: hsl(170 50% 32%); text-decoration: underline; }
.prose h2 { font-size: 1.5em; margin-top: 2em; margin-bottom: 1em; font-weight: 700; }
.prose h3 { font-size: 1.25em; margin-top: 1.6em; margin-bottom: 0.6em; font-weight: 600; }
.prose ul { list-style-type: disc; padding-left: 1.625em; }
.prose ol { list-style-type: decimal; padding-left: 1.625em; }
.prose li { margin-top: 0.5em; margin-bottom: 0.5em; }

/* Planner step visibility */
.planner-step.hidden { display: none; }

/* Group utility */
.group { position: relative; }

/* WordPress specific body classes */
.home, .wp-singular, .page { /* no special styles needed */ }

/* ═══════════════════════════════════════════════
   11. ADDITIONAL PAGE-SPECIFIC UTILITIES
   ═══════════════════════════════════════════════ */

/* Height utilities for hero image offset */
.\[\&\>img\]\:aspect-\[4\/5\] > img { aspect-ratio: 4 / 5; }

/* Tab active states for login page */
.tab-active { border-bottom: 2px solid hsl(170 50% 32%); color: hsl(220 20% 12%); }

/* Loading states */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Border foreground/10 */
.border-foreground\/10 { border-color: hsl(220 20% 12% / 0.1); }

/* bg-foreground/10 */
.bg-foreground\/10 { background-color: hsl(220 20% 12% / 0.1); }
.bg-foreground\/5 { background-color: hsl(220 20% 12% / 0.05); }

/* Text white (for WP admin bar compat) */
.text-white { color: #fff; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }

/* Margin-bottom for footer spacing */
.mb-\[1px\] { margin-bottom: 1px; }

/* Aspect square */
.aspect-square { aspect-ratio: 1 / 1; }

/* Cover image for CTA sections */
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }
.bg-no-repeat { background-repeat: no-repeat; }

/* Hyphens/word break */
.break-words { overflow-wrap: break-word; }

/* Selection none */
.select-none { user-select: none; }

/* sr-only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

/* ═══════════════════════════════════════════════
   12. PRINT
   ═══════════════════════════════════════════════ */
@media print {
  .no-print { display: none !important; }
}
