:root {
  color-scheme: light;
  --ink: #15251d;
  --paper: #f5f1e8;
  --card: #fffdf7;
  --accent: #d7ff49;
  --muted: #536058;
  --line: #cfd4c9;
  --shadow: 0 18px 45px rgb(21 37 29 / 12%);
  --direction-palette: "grafite, creme e acento solar";
  --direction-type: "sans-serif humana e legível";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: 1rem; left: 1rem; transform: translateY(-180%); padding: .7rem 1rem; background: var(--accent); border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
.site-header, .site-footer, .page-shell { width: min(100% - 2.5rem, 72rem); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.studio, .status { margin: 0; }
.studio span, .status { color: var(--muted); }
.page-shell { padding: clamp(2.5rem, 8vw, 7rem) 0; }
.page-section { padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid var(--line); border-bottom: 0; background: var(--card); }
.page-section:first-child { border-radius: 1.5rem 1.5rem 0 0; box-shadow: var(--shadow); }
.page-section--cta { border-bottom: 1px solid var(--line); border-radius: 0 0 1.5rem 1.5rem; }
.eyebrow { margin: 0 0 .9rem; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
h1, h2 { max-width: 18ch; margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 5.4vw, 4.8rem); }
.page-section p:not(.eyebrow), .review-panel p { max-width: 62ch; margin: 1.25rem 0 0; color: var(--muted); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; padding: 1.4rem 0; }
.cta { padding: .78rem 1.1rem; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 700; }
.cta--primary { background: var(--ink); color: var(--paper); }
.review-panel { margin-top: 1rem; padding: 1.3rem; border-left: .25rem solid var(--accent); background: rgb(215 255 73 / 18%); }
.review-panel h2 { font-size: 1.15rem; letter-spacing: 0; }
.site-footer { padding: 1.6rem 0 2.8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
@media (max-width: 42rem) { .site-header { align-items: flex-start; flex-direction: column; } .page-section { padding: 2rem 1.4rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
