:root { background: #f6f1e7; }
* { box-sizing: border-box; }
.site {
  --theme-text: #17352c;
  --theme-background: #f6f1e7;
  --theme-glow: #e0eee5;
  --theme-surface: #fffcf6;
  --theme-border: #cdd6cf;
  --theme-accent: #a64622;
  --theme-muted: #52655e;
  --theme-footer: #173d32;
  --theme-footer-text: #e7eee9;
  --theme-footer-muted: #b9ccc3;
  --theme-focus: #c4562a;
  --theme-body-font: Inter, ui-sans-serif, system-ui, sans-serif;
  --theme-heading-font: Georgia, serif;
  min-width: 20rem;
  min-height: 100vh;
  margin: 0;
  color: var(--theme-text);
  background: radial-gradient(circle at 80% 0, var(--theme-glow) 0, transparent 30rem), var(--theme-background);
  font-family: var(--theme-body-font);
}
.theme-palette--ocean { --theme-text: #122f45; --theme-background: #edf5f8; --theme-glow: #cde5ee; --theme-surface: #fafdff; --theme-border: #b8d2dc; --theme-accent: #9b3f18; --theme-muted: #405f70; --theme-footer: #173b57; --theme-footer-text: #edf7fb; --theme-footer-muted: #bad4df; --theme-focus: #b74617; }
.theme-palette--plum { --theme-text: #3b2137; --theme-background: #f8f0f5; --theme-glow: #ead7e5; --theme-surface: #fffafd; --theme-border: #dac5d4; --theme-accent: #8b3d1f; --theme-muted: #695064; --theme-footer: #492844; --theme-footer-text: #fff3fb; --theme-footer-muted: #dfc4d8; --theme-focus: #a34824; }
.theme-palette--seven-knots { --theme-text: #2b1719; --theme-background: #fbf5ec; --theme-glow: #ecd8c4; --theme-surface: #fffaf3; --theme-border: #dfcbb9; --theme-accent: #9b2440; --theme-muted: #715b55; --theme-footer: #3a171e; --theme-footer-text: #fff6eb; --theme-footer-muted: #dec4b8; --theme-focus: #b52849; }
.theme-type--editorial { --theme-body-font: Georgia, 'Times New Roman', serif; --theme-heading-font: Georgia, 'Times New Roman', serif; }
.theme-type--system { --theme-body-font: ui-sans-serif, system-ui, sans-serif; --theme-heading-font: ui-sans-serif, system-ui, sans-serif; }
.theme-type--seven-knots { --theme-body-font: Inter, ui-sans-serif, system-ui, sans-serif; --theme-heading-font: Georgia, 'Times New Roman', serif; }
a { color: inherit; text-underline-offset: .2em; }
:focus-visible { outline: 3px solid var(--theme-focus); outline-offset: 3px; }
.preview-bar { min-height: 2.75rem; padding: .55rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; gap: 1rem; color: #fff8ec; background: #963f20; font-size: .84rem; }
.preview-bar span { flex: 1; color: #ffdbc7; }
.preview-bar a { font-weight: 750; }
.site-header { min-height: 5rem; padding: 1rem clamp(1rem, 6vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--theme-border); background: color-mix(in srgb, var(--theme-surface) 92%, transparent); backdrop-filter: blur(10px); }
.site-header.sticky { position: sticky; top: 0; z-index: 1; }
.site-brand { font-family: var(--theme-heading-font); font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.site-brand img { display: block; width: auto; max-width: min(14rem, 45vw); height: auto; max-height: 3.5rem; object-fit: contain; }
nav ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; list-style: none; }
nav a { font-weight: 680; }
main { width: min(72rem, calc(100% - 2rem)); min-height: 56vh; margin: 0 auto; padding: clamp(4rem, 10vw, 9rem) 0; }
.site-intro, .legal-page, .basic-page { max-width: 47rem; overflow-wrap: anywhere; }
.eyebrow { margin: 0 0 1rem; color: var(--theme-accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 12ch; margin: 0; font-family: var(--theme-heading-font); font-size: clamp(3.2rem, 10vw, 7.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.legal-page h1, .basic-page h1 { max-width: 18ch; font-size: clamp(2.8rem, 8vw, 5.5rem); }
.basic-page--highlighted { padding: clamp(1.5rem, 5vw, 3.5rem); border: 1px solid var(--theme-border); border-radius: 1.5rem; background: var(--theme-surface); box-shadow: 0 1.5rem 4rem color-mix(in srgb, var(--theme-footer) 8%, transparent); }
main p:not(.eyebrow) { max-width: 48rem; margin: 1.5rem 0 0; color: var(--theme-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.8; }
.landing-page { display: grid; gap: clamp(5rem, 12vw, 10rem); }
.landing-block { scroll-margin-top: 7rem; overflow-wrap: anywhere; }
.landing-block h2 { max-width: 18ch; margin: 0; font-family: var(--theme-heading-font); font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 520; letter-spacing: -.04em; line-height: 1; }
.landing-block h3 { margin: 0; font-family: var(--theme-heading-font); font-size: clamp(1.3rem, 3vw, 1.8rem); }
.landing-hero { min-height: min(42rem, 75vh); display: grid; align-content: center; }
.landing-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.landing-actions a { padding: .8rem 1.1rem; border: 2px solid var(--theme-accent); border-radius: .45rem; color: var(--theme-surface); background: var(--theme-accent); font-weight: 780; text-decoration: none; }
.landing-actions a + a { color: var(--theme-accent); background: transparent; }
.landing-features ul, .landing-steps ol { margin: 2.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; list-style: none; counter-reset: landing-step; }
.landing-features li, .landing-steps li { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--theme-border); border-radius: 1rem; background: var(--theme-surface); }
.landing-steps li { counter-increment: landing-step; }
.landing-steps li::before { content: counter(landing-step, decimal-leading-zero); display: block; margin-bottom: 2rem; color: var(--theme-accent); font-weight: 800; }
.landing-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.landing-media img { width: 100%; height: auto; border-radius: 1.25rem; object-fit: contain; }
.landing-media--start img { grid-column: 1; grid-row: 1; }
.landing-media--start div { grid-column: 2; }
.landing-faq { max-width: 54rem; }
.landing-faq details { padding: 1.25rem 0; border-bottom: 1px solid var(--theme-border); }
.landing-faq summary { cursor: pointer; font-size: 1.15rem; font-weight: 750; }
.landing-cta { padding: clamp(2rem, 7vw, 5rem); border-radius: 1.5rem; color: var(--theme-footer-text); background: var(--theme-footer); }
.landing-cta p { color: var(--theme-footer-muted) !important; }
.landing-cta .landing-actions a { border-color: var(--theme-footer-text); color: var(--theme-footer); background: var(--theme-footer-text); }
.theme-package--7nudos .site-header { border-bottom-width: 2px; }
.theme-package--7nudos .site-brand { color: var(--theme-accent); letter-spacing: .025em; }
.theme-package--7nudos .landing-hero h1 { max-width: 14ch; }
.theme-package--7nudos .landing-features li { border-top: .3rem solid var(--theme-accent); }
.theme-package--7nudos .landing-cta { background: linear-gradient(135deg, var(--theme-footer), #6d2032); }
.site-footer { padding: clamp(2rem, 6vw, 4rem) clamp(1rem, 6vw, 5.5rem); display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; color: var(--theme-footer-text); background: var(--theme-footer); }
.site-footer p { color: var(--theme-footer-muted); }
.site-footer nav ul { display: grid; }
.high-contrast { --theme-text: #000; --theme-background: #fff; --theme-glow: #fff; --theme-surface: #fff; --theme-border: #000; --theme-accent: #000; --theme-muted: #000; --theme-footer: #000; --theme-footer-text: #fff; --theme-footer-muted: #fff; --theme-focus: #000; color: #000; background: #fff; }
.high-contrast .site-header { border-color: #000; background: #fff; }
.high-contrast .basic-page--highlighted { border: 3px solid #000; background: #fff; box-shadow: none; }
.high-contrast .site-footer { color: #fff; background: #000; }
@media (max-width: 42rem) {
  .preview-bar, .site-header { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .preview-bar span { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .landing-features ul, .landing-steps ol, .landing-media { grid-template-columns: 1fr; }
  .landing-media--start img, .landing-media--start div { grid-column: 1; grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
