/*
Theme Name: AYU Theme Header
Theme URI: https://example.com/ayu-theme-header
Author: Codex
Description: Upload-ready WordPress theme shell for AYU Luxury Clinic header, three-level navigation, and responsive booking CTA.
Version: 1.0.8
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ayu-theme-header
*/

:root {
  --ayu-white: #fcfbfc;
  --ayu-black: #0a0a0e;
  --ayu-purple: #501f5b;
  --ayu-muted: #5b5353;
  --ayu-line: rgba(80, 31, 91, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ayu-black);
  background: var(--ayu-white);
  font-family: "IBM Plex Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.ayu-theme-content {
  width: min(100% - 48px, 960px);
  margin: 120px auto 72px;
}

.ayu-site-footer {
  padding: 32px 24px;
  color: var(--ayu-muted);
  text-align: center;
  border-top: 1px solid rgba(10, 10, 14, 0.08);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
