/* Restore — one material, spacing and interaction system for all three dimensions. */
:root {
  --restore-ivory: #f5f0e7;
  --restore-brown: #35291f;
  --restore-brown-deep: #17130f;
  --restore-gold: #876238;
  --restore-copper: #d3ae70;
  --restore-muted: #756756;
  --restore-line: #d8ccb9;
  --restore-shadow: 0 18px 54px rgb(30 22 16 / .07);
  --restore-content-width: 1200px;
  --restore-reading-width: 720px;
  --restore-space-1: 8px;
  --restore-space-2: 16px;
  --restore-space-3: 24px;
  --restore-space-4: 32px;
  --restore-space-5: 48px;
  --restore-space-6: 64px;
  --restore-space-7: 96px;
  --restore-space-8: 128px;
  --restore-transition: 180ms ease;
  --restore-serif: Georgia, 'Times New Roman', serif;
}
:is(.restore-product-shell, .restore-experiences-shell) {
  --color-primary: var(--restore-brown);
  --restore-focus: #a7793d;
  background: var(--restore-ivory);
  color: var(--restore-brown);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
:is(.restore-product-shell, .restore-experiences-shell) * { box-sizing: border-box; }
:is(.restore-product-shell, .restore-experiences-shell) [hidden] { display: none !important; }
:is(.restore-product-shell, .restore-experiences-shell) :is(a,button,summary,input,select,[tabindex]):focus-visible { outline: 3px solid var(--restore-focus); outline-offset: 5px; }
:is(.restore-product-shell, .restore-experiences-shell) :is(h1,h2,h3) { font-family: var(--restore-serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
:is(.restore-product-shell, .restore-experiences-shell) :is(button,input,select) { font: inherit; }
:is(.restore-product-shell, .restore-experiences-shell) button { cursor: pointer; }
:is(.restore-product-shell, .restore-experiences-shell) a { text-underline-offset: .25em; }
:is(.restore-product-shell, .restore-experiences-shell) section[id] { scroll-margin-top: 110px; }
.restore-skip { position: fixed; top: -100px; left: 16px; z-index: 6000; background: var(--restore-ivory); color: var(--restore-brown); padding: 12px 20px; }
.restore-skip:focus { top: 12px; }
.restore-universe { max-width: 1200px; margin: auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--restore-line); }
.restore-universe > a { display: flex; align-items: center; gap: 12px; color: var(--restore-brown); text-decoration: none; }
.restore-universe img { width: 82px; height: 55px; object-fit: contain; }
.restore-universe > a span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.restore-universe-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.restore-universe-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--restore-brown); font-size: 13px; text-decoration: none; }
.restore-universe-links a[aria-current] { border-bottom: 1px solid var(--restore-gold); }
.restore-universe-links a:hover { text-decoration: underline; }
.restore-kicker,.refletir-kicker,.step-label,.hero-kicker { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; color: var(--restore-gold); }
.restore-actions,.wisdom-actions,.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 24px; }
.restore-button,.refletir-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; background: var(--restore-brown); border: 1px solid var(--restore-brown); border-radius: 2px; color: var(--restore-ivory); text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.5; }
.restore-button:hover,.refletir-button:hover { background: #4e3b2d; color: #fff; }
.restore-button-quiet,.refletir-button-quiet { color: var(--restore-brown); background: transparent; border-color: var(--restore-line); }
.restore-product-shell .container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.restore-product-shell main .container { padding-inline: 0; }
.restore-product-shell main { padding-top: 88px; }
.restore-product-shell main > .restore-universe { padding-top: 16px; }
.restore-product-shell .site-breadcrumb { position: static; padding: 16px 0; background: transparent; color: var(--restore-muted); }
.restore-product-shell .site-breadcrumb ol { display: flex; flex-wrap: wrap; list-style: none; gap: 12px; padding: 0; margin: 0; font-size: 11px; }
.restore-product-shell .site-breadcrumb a { color: inherit; }
.restore-product-shell .site-footer { margin-top: 64px; padding: 48px 0; border-top: 1px solid var(--restore-line); background: var(--restore-brown-deep); color: var(--restore-ivory); }
.restore-product-shell .site-footer :is(h2,p,a) { color: inherit; }
.restore-product-shell .footer-contact { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.restore-integration { background: #eae1d3; border-block: 1px solid var(--restore-line); padding: 80px 0; }
.restore-integration h2 { max-width: 680px; margin: 16px 0 24px; font-size: clamp(36px,5vw,62px); }
.restore-integration p { max-width: 660px; }
.integration-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin: 40px 0; }
.integration-steps li { border-top: 1px solid var(--restore-gold); padding-top: 20px; }
.integration-steps span { color: var(--restore-gold); font-size: 11px; }
.integration-steps h3 { margin: 12px 0; font-size: 27px; }
.integration-steps p { font-size: 14px; }
.restore-saved-preview-inner { padding: 24px 0; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.restore-saved-preview-inner a { color: var(--restore-brown); }
@media (max-width: 720px) {
  .restore-product-shell main { padding-top: 76px; }
  .restore-product-shell .container { width: calc(100% - 40px); }
  .restore-universe { padding: 14px 20px; gap: 8px; flex-wrap: wrap; }
  .restore-universe > a span { display: none; }
  .restore-universe img { width: 60px; height: 40px; }
  .restore-universe-links { gap: 12px; }
  .restore-universe-links a { font-size: 12px; }
  .integration-steps { grid-template-columns: 1fr; gap: 16px; }
  .restore-saved-preview-inner { flex-direction: column; align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.restore-product-shell,.restore-experiences-shell) *,
  :is(.restore-product-shell,.restore-experiences-shell) *::before,
  :is(.restore-product-shell,.restore-experiences-shell) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
