:root {
  --studio-color-text: #231f20;
  --studio-color-muted: #6f6763;
  --studio-color-surface: #f7f3ef;
  --studio-color-accent: #8b5e52;
  --studio-color-border: #ddd4ce;
  --studio-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --studio-font-heading: Georgia, "Times New Roman", serif;
  --studio-container: 1200px;
  --studio-content: 760px;
  --studio-gutter: clamp(1rem, 3vw, 2rem);
  --studio-section: clamp(4rem, 8vw, 8rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--studio-color-text); background: #fff; font-family: var(--studio-font-body); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
h1, h2, h3, h4, h5, h6 { font-family: var(--studio-font-heading); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
button, input, textarea, select { font: inherit; }
.site-container { width: min(100% - (2 * var(--studio-gutter)), var(--studio-container)); margin-inline: auto; }
.content-narrow { max-width: var(--studio-content); }
.site-main { min-height: 60vh; padding-block: var(--studio-section); }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--studio-color-border); background: rgba(255,255,255,.96); }
.announcement-bar { padding: .55rem var(--studio-gutter); color: #fff; background: var(--studio-color-text); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.announcement-bar a { color: inherit; text-decoration: none; }
.has-sticky-header .site-header { position: sticky; top: 0; }
.site-header__inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-title { font-family: var(--studio-font-heading); font-size: 1.35rem; text-decoration: none; }
.primary-navigation ul, .site-footer ul { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.primary-navigation a, .site-footer a { text-decoration: none; }
.header-cta { padding: .7rem 1rem; color: #fff; background: var(--studio-color-text); text-decoration: none; white-space: nowrap; }
.header-cart { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-cart span { display: grid; width: 1.4rem; height: 1.4rem; place-items: center; border-radius: 50%; color: #fff; background: var(--studio-color-accent); font-size: .7rem; }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 0; background: transparent; }
.menu-toggle span[aria-hidden] { display: block; width: 1.5rem; height: 1px; margin: .35rem auto; background: currentColor; }
.site-footer { padding-block: 2rem; border-top: 1px solid var(--studio-color-border); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.post-card h2 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
.post-card__image { display: block; margin-bottom: 1.25rem; overflow: hidden; aspect-ratio: 4 / 3; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.archive-header { max-width: 54rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.archive-header h1, .entry-header h1, .error-404 h1 { margin-top: .4rem; }
.entry-media { margin-block: 2rem 3rem; }
.related-posts { margin-top: clamp(4rem, 9vw, 8rem); padding-top: 2rem; border-top: 1px solid var(--studio-color-border); }
.related-posts h2 { margin-bottom: 2rem; }
.related-posts .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.entry-content > * + * { margin-top: 1.3em; }
.entry-content blockquote { margin-inline: 0; padding-left: 1.5rem; border-left: 2px solid var(--studio-color-accent); font-family: var(--studio-font-heading); font-size: 1.4rem; }
.search-form { display: flex; max-width: 38rem; margin-top: 2rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; padding: .85rem 1rem; border: 1px solid var(--studio-color-border); }
.search-submit { padding: .85rem 1.25rem; border: 0; color: #fff; background: var(--studio-color-text); }
.post-card__meta, .entry-meta, .eyebrow { color: var(--studio-color-muted); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.button { display: inline-flex; padding: .85rem 1.3rem; color: #fff; background: var(--studio-color-text); text-decoration: none; }
.footer-tagline { max-width: 32rem; color: var(--studio-color-muted); }
.footer-socials { display: flex; gap: 1rem; }
.studio-form, .fluentform, .wpforms-container, .wpcf7 { width: 100%; }
.studio-form label, .fluentform label, .wpforms-container label, .wpcf7 label { display: block; margin-bottom: .35rem; font-size: .9rem; font-weight: 600; }
.studio-form input:not([type="submit"]), .studio-form textarea, .studio-form select,
.fluentform input:not([type="submit"]), .fluentform textarea, .fluentform select,
.wpforms-container input:not([type="submit"]), .wpforms-container textarea, .wpforms-container select,
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { width: 100%; padding: .85rem 1rem; border: 1px solid var(--studio-color-border); border-radius: 0; background: #fff; }
.studio-form button, .studio-form input[type="submit"], .fluentform button, .wpforms-container button, .wpcf7 input[type="submit"] { padding: .9rem 1.35rem; border: 0; border-radius: 0; color: #fff; background: var(--studio-color-text); cursor: pointer; }
.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; }
.screen-reader-text:focus { z-index: 100000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; clip: auto; background: #fff; }
@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .primary-navigation { display: none; position: absolute; inset: 100% 0 auto; padding: 1rem var(--studio-gutter) 2rem; border-bottom: 1px solid var(--studio-color-border); background: #fff; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { flex-direction: column; }
  .header-cta { display: none; }
  .header-cart { margin-left: auto; }
}
@media (max-width: 800px) {
  .post-grid { grid-template-columns: 1fr; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
}
