/*
 * Ink & Etch — Compiled Utility CSS
 * Replaces Tailwind CDN with only the classes actually used.
 * Generated from template analysis on 2026-05-24.
 */

/* ========================================
   1. PREFLIGHT (Tailwind Reset — essential)
   ======================================== */
*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, pre { font-family: ui-monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
img, svg, video, canvas { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }
::placeholder { opacity: 1; color: #9ca3af; }
ul, ol { list-style: none; margin: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6 { margin: 0; }
fieldset { margin: 0; padding: 0; }
figure { margin: 0; }
blockquote { margin: 0; }

/* ========================================
   2. DESIGN TOKENS (Custom Properties)
   ======================================== */
:root {
  --c-primary: #000000;
  --c-on-primary: #ffffff;
  --c-secondary: #5d5f5f;
  --c-background: #f9f9f9;
  --c-surface: #f9f9f9;
  --c-surface-container-low: #f3f3f3;
  --c-surface-container: #eeeeee;
  --c-surface-container-high: #e8e8e8;
  --c-surface-variant: #e2e2e2;
  --c-on-surface: #1a1c1c;
  --c-on-surface-variant: #444748;
  --c-outline: #747878;
  --c-outline-variant: #c4c7c7;
  --c-error: #ba1a1a;
  --sp-margin-mobile: 20px;
  --sp-margin-desktop: 64px;
  --sp-stack-sm: 16px;
  --sp-stack-md: 32px;
  --sp-stack-lg: 80px;
  --sp-gutter: 24px;
  --sp-container-max: 1200px;
}

/* ========================================
   3. LAYOUT & POSITIONING
   ======================================== */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.right-3 { right: 0.75rem; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.z-50 { z-index: 50; }

/* ========================================
   4. DISPLAY
   ======================================== */
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }

/* ========================================
   5. FLEXBOX
   ======================================== */
.flex-wrap { flex-wrap: wrap; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.shrink-0 { flex-shrink: 0; }

/* ========================================
   6. COLUMNS / GRID
   ======================================== */
.columns-1 { columns: 1; }
.col-span-full { grid-column: 1 / -1; }
.break-inside-avoid { break-inside: avoid; }

/* ========================================
   7. SIZING
   ======================================== */
.w-full { width: 100%; }
.h-20 { height: 5rem; }
.h-auto { height: auto; }
.max-w-xs { max-width: 20rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-container-max { max-width: var(--sp-container-max); }

/* ========================================
   8. SPACING — Margin
   ======================================== */
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-4 { margin-left: 1rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-stack-lg { margin-top: var(--sp-stack-lg); }

/* ========================================
   9. SPACING — Padding
   ======================================== */
.p-0 { padding: 0; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-margin-mobile { padding-left: var(--sp-margin-mobile); padding-right: var(--sp-margin-mobile); }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pl-4 { padding-left: 1rem; }
.pr-10 { padding-right: 2.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-stack-lg { padding-bottom: var(--sp-stack-lg); }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-\[100px\] { padding-top: 100px; }

/* ========================================
   10. GAP
   ======================================== */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-6 { gap: 1.5rem; }

/* ========================================
   11. TYPOGRAPHY — Font Family (custom tokens)
   ======================================== */
.font-headline-lg,
.font-headline-md,
.font-display-lg,
.font-body-lg,
.font-body-md,
.font-label-sm,
.font-label-md {
  font-family: 'Montserrat', sans-serif;
}

/* ========================================
   12. TYPOGRAPHY — Font Size (custom tokens)
   ======================================== */
.text-headline-lg { font-size: 32px; line-height: 1.3; letter-spacing: -0.01em; font-weight: 600; }
.text-headline-md { font-size: 24px; line-height: 1.4; font-weight: 600; }
.text-body-lg { font-size: 18px; line-height: 1.6; font-weight: 400; }
.text-body-md { font-size: 16px; line-height: 1.6; font-weight: 400; }
.text-label-sm { font-size: 12px; line-height: 1.2; letter-spacing: 0.05em; font-weight: 500; }
.text-label-md { font-size: 14px; line-height: 1.2; letter-spacing: 0.1em; font-weight: 500; }
.text-display-lg { font-size: 64px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }

/* ========================================
   13. TYPOGRAPHY — Standard Utilities
   ======================================== */
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-\[10px\] { font-size: 10px; }
.text-\[16px\] { font-size: 16px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[64px\] { font-size: 64px; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.no-underline { text-decoration-line: none; }
.text-center { text-align: center; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.italic { font-style: italic; }

/* ========================================
   14. COLORS — Text
   ======================================== */
.text-primary { color: var(--c-primary); }
.text-secondary { color: var(--c-secondary); }
.text-on-primary { color: var(--c-on-primary); }
.text-on-surface-variant { color: var(--c-on-surface-variant); }
.text-outline { color: var(--c-outline); }
.text-outline-variant { color: var(--c-outline-variant); }

/* ========================================
   15. COLORS — Background
   ======================================== */
.bg-background { background-color: var(--c-background); }
.bg-surface\/95 { background-color: rgb(249 249 249 / 0.95); }
.bg-surface-container-low { background-color: var(--c-surface-container-low); }
.bg-surface-container { background-color: var(--c-surface-container); }
.bg-surface-variant { background-color: var(--c-surface-variant); }
.bg-primary { background-color: var(--c-primary); }
.bg-transparent { background-color: transparent; }

/* ========================================
   16. BORDERS
   ======================================== */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-0 { border-width: 0; }
.border-l-4 { border-left-width: 4px; }
.border-outline-variant\/10 { border-color: rgb(196 199 199 / 0.1); }
.border-outline-variant\/20 { border-color: rgb(196 199 199 / 0.2); }
.border-outline-variant\/30 { border-color: rgb(196 199 199 / 0.3); }
.border-primary { border-color: var(--c-primary); }
.rounded-full { border-radius: 9999px; }

/* ========================================
   17. EFFECTS
   ======================================== */
.backdrop-blur-sm { -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.overflow-hidden { overflow: hidden; }
.cursor-pointer { cursor: pointer; }

/* ========================================
   18. ASPECT RATIO
   ======================================== */
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }

/* ========================================
   19. FILTERS & TRANSFORMS
   ======================================== */
.filter { /* enable filter context */ }
.grayscale { filter: grayscale(100%) contrast(1.25); }
.contrast-125 { /* combined into .grayscale above for the theme */ }

/* ========================================
   20. TRANSITIONS
   ======================================== */
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 { transition-duration: 300ms; }
.duration-700 { transition-duration: 700ms; }
.ease-out { transition-timing-function: ease-out; }

/* ========================================
   21. HOVER STATES
   ======================================== */
.hover\:text-primary:hover { color: var(--c-primary); }
.hover\:bg-primary:hover { background-color: var(--c-primary); }
.hover\:text-on-primary:hover { color: var(--c-on-primary); }
.hover\:bg-secondary:hover { background-color: var(--c-secondary); }

/* ========================================
   22. GROUP HOVER
   ======================================== */
.group:hover .group-hover\:text-secondary { color: var(--c-secondary); }
.group:hover .group-hover\:grayscale-0 { filter: grayscale(0) contrast(1.25); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }

/* ========================================
   23. FOCUS STATES
   ======================================== */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--c-primary); }
.focus\:ring-primary:focus { --tw-ring-color: var(--c-primary); }

/* ========================================
   24. PLACEHOLDER
   ======================================== */
.placeholder\:text-secondary\/60::placeholder { color: rgb(93 95 95 / 0.6); }

/* ========================================
   25. CHILD SELECTORS (single.php content)
   ======================================== */
.\[\&\>p\]\:mb-6 > p { margin-bottom: 1.5rem; }
.\[\&\>h2\]\:font-headline-lg > h2 { font-family: 'Montserrat', sans-serif; }
.\[\&\>h2\]\:text-headline-md > h2 { font-size: 24px; line-height: 1.4; font-weight: 600; }
.\[\&\>h2\]\:text-primary > h2 { color: var(--c-primary); }
.\[\&\>h2\]\:mt-10 > h2 { margin-top: 2.5rem; }
.\[\&\>h2\]\:mb-4 > h2 { margin-bottom: 1rem; }
.\[\&\>h3\]\:font-headline-md > h3 { font-family: 'Montserrat', sans-serif; }
.\[\&\>h3\]\:text-body-lg > h3 { font-size: 18px; line-height: 1.6; font-weight: 400; }
.\[\&\>h3\]\:text-primary > h3 { color: var(--c-primary); }
.\[\&\>h3\]\:mt-8 > h3 { margin-top: 2rem; }
.\[\&\>h3\]\:mb-3 > h3 { margin-bottom: 0.75rem; }
.\[\&\>h3\]\:font-semibold > h3 { font-weight: 600; }
.\[\&\>ul\]\:list-disc > ul { list-style-type: disc; }
.\[\&\>ul\]\:pl-6 > ul { padding-left: 1.5rem; }
.\[\&\>ul\]\:mb-6 > ul { margin-bottom: 1.5rem; }
.\[\&\>ol\]\:list-decimal > ol { list-style-type: decimal; }
.\[\&\>ol\]\:pl-6 > ol { padding-left: 1.5rem; }
.\[\&\>ol\]\:mb-6 > ol { margin-bottom: 1.5rem; }
.\[\&\>blockquote\]\:border-l-4 > blockquote { border-left-width: 4px; }
.\[\&\>blockquote\]\:border-primary > blockquote { border-color: var(--c-primary); }
.\[\&\>blockquote\]\:pl-6 > blockquote { padding-left: 1.5rem; }
.\[\&\>blockquote\]\:italic > blockquote { font-style: italic; }
.\[\&\>blockquote\]\:text-secondary > blockquote { color: var(--c-secondary); }
.\[\&\>blockquote\]\:my-8 > blockquote { margin-top: 2rem; margin-bottom: 2rem; }
.\[\&_a\]\:text-primary a { color: var(--c-primary); }
.\[\&_a\]\:underline a { text-decoration-line: underline; }
.\[\&_a\]\:hover\:text-secondary a:hover { color: var(--c-secondary); }
.\[\&_img\]\:max-w-full img { max-width: 100%; }
.\[\&_img\]\:h-auto img { height: auto; }
.\[\&_img\]\:my-6 img { margin-top: 1.5rem; margin-bottom: 1.5rem; }

/* ========================================
   26. RESPONSIVE — sm (640px)
   ======================================== */
@media (min-width: 640px) {
  .sm\:columns-2 { columns: 2; }
  .sm\:max-w-sm { max-width: 24rem; }
}

/* ========================================
   27. RESPONSIVE — md (768px)
   ======================================== */
@media (min-width: 768px) {
  .md\:px-margin-desktop { padding-left: var(--sp-margin-desktop); padding-right: var(--sp-margin-desktop); }
  .md\:max-w-md { max-width: 28rem; }
}

/* ========================================
   28. RESPONSIVE — lg (1024px)
   ======================================== */
@media (min-width: 1024px) {
  .lg\:columns-3 { columns: 3; }
}

/* ========================================
   29. MATERIAL SYMBOLS (moved from inline style)
   ======================================== */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
