
  :root { --font-heading: "Sora", system-ui, sans-serif; --font-body: "Outfit", system-ui, sans-serif; }
  pano-view { display: block; width: 100%; height: 100%; }
  body { margin: 0; text-wrap: pretty; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); font-weight: 300; }
  a { color: var(--color-text); text-decoration: none; }
  a:hover { color: color-mix(in srgb, var(--color-text) 60%, transparent); }
  ::selection { background: var(--color-text); color: var(--color-bg); }
  :focus-visible { outline: 2px solid #079FFC; outline-offset: 3px; }
  [data-slow][data-rise] { animation-duration: 1600ms !important; }
  @keyframes riseIn { from { opacity: 0; transform: translateY(0.4em); } to { opacity: 1; transform: none; } }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes growUp { from { transform: scaleY(0); } to { transform: scaleY(1); } }
  [data-rise] { display: inline-block; opacity: 0; animation: riseIn 1000ms cubic-bezier(.22,.61,.36,1) forwards; }
  [data-fade] { opacity: 0; animation: fadeIn 1000ms ease forwards; }
  [data-gap] { letter-spacing: normal; word-spacing: normal; }
  [data-cta] { transition: background 260ms ease, color 260ms ease, border-color 260ms ease; }
  [data-quiet] { transition: border-color 300ms ease; }
  [data-quiet] [data-mark] { transition: transform 380ms cubic-bezier(.22,.61,.36,1); }
  [data-quiet]:hover [data-mark] { transform: translateX(6px); }
  [data-row] { transition: background 340ms ease, padding-left 420ms cubic-bezier(.22,.61,.36,1); }
  [data-row]:hover { background: var(--color-neutral-200); padding-left: 18px; }
  [data-row] [data-bar] { transform: scaleY(0); transform-origin: top; transition: transform 800ms cubic-bezier(.22,.61,.36,1) 100ms; }
  [data-row][data-shown] [data-bar] { transform: scaleY(1); }
  [data-tick] [data-dot] { transform: scale(0); transition: transform 620ms cubic-bezier(.34,1.56,.64,1); }
  [data-tick][data-shown] [data-dot] { transform: scale(1); }
  [data-zoom] { transform: scale(1.07); transition: transform 1500ms cubic-bezier(.22,.61,.36,1); }
  [data-zoom][data-shown] { transform: scale(1); }
  @media (prefers-reduced-motion: reduce) {
    [data-rise], [data-fade] { animation: none !important; opacity: 1 !important; transform: none !important; }
    [data-zoom] { transform: none !important; }
  }
  @media (max-width: 1000px) {
    [data-herogrid] { grid-template-columns: minmax(0, 1fr) !important; }
    [data-heroimg] { min-height: 46vh !important; order: -1; }
    [data-foot] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  }
  @media (max-width: 880px) {
    [data-split] { grid-template-columns: minmax(0, 1fr) !important; }
    [data-formgrid] { grid-template-columns: minmax(0, 1fr) !important; }
    [data-rowgrid] { grid-template-columns: auto minmax(0, 1fr) !important; }
    [data-rowbody] { grid-column: 2 !important; }
    [data-sticky] { position: static !important; }
  }
  @media (max-width: 1180px) { [data-whatgrid] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
  @media (max-width: 700px) { [data-whatgrid] { grid-template-columns: minmax(0, 1fr) !important; } }
  @media (max-width: 900px) {
    [data-vsplit] { grid-template-columns: minmax(0, 1fr) !important; }
    [data-vindent] { padding-left: clamp(20px, 4vw, 60px) !important; }
    [data-vrow] { grid-template-columns: auto minmax(0, 1fr) !important; }
    [data-vrow] [data-vbody] { grid-column: 2 !important; }
    [data-svcsplit] { grid-template-columns: minmax(0, 1fr) !important; } }
  @media (max-width: 560px) { [data-foot] { grid-template-columns: minmax(0, 1fr) !important; } }
  [data-shop] img { transition: transform 1100ms cubic-bezier(.22,.61,.36,1); }
  [data-shop]:hover img { transform: scale(1.06); }
  [data-shopbar] { transition: background 300ms ease, color 300ms ease; }
  [data-shop]:hover [data-shopbar] { background: var(--color-text); color: var(--color-bg); }
  @media (max-width: 700px) { [data-shopgrid] { grid-template-columns: minmax(0, 1fr) !important; } }
  [data-footcta] { transition: border-color 300ms ease; }
  [data-footcta] [data-footmark] { transition: transform 380ms cubic-bezier(.22,.61,.36,1); }
  [data-footcta]:hover [data-footmark] { transform: translateX(6px); }
  footer a:hover { color: #f3f2f2 !important; }

  /* signature: images wipe open, numerals sit inline beside the title, blue left edge */
  html[data-flair] [data-vrow]:not([data-in]):not([data-shown]) img { clip-path: inset(0 100% 0 0); }
  [data-vrow] img { transition: clip-path 1400ms cubic-bezier(.22,.61,.36,1); }
  [data-vrow] [data-vnum] { color: #079FFC !important; opacity: 1 !important; }
  [data-vrow] > div > div:not([style*="aspect-ratio"]) { border-left: 3px solid var(--color-divider); padding-left: clamp(18px, 2.4vw, 34px); transition: border-color 500ms ease; }
  [data-vrow][data-live] > div > div:not([style*="aspect-ratio"]) { border-left-color: #079FFC; }
  [data-slide=l], [data-slide=r] { transform: translateY(34px) !important; }
  [data-slide][data-in] { transform: none !important; }

  @media (prefers-reduced-motion: reduce) {
    [data-vrow] img, [data-svc] img { clip-path: none !important; transform: none !important; transition: none !important; }
    [data-slide], [data-slide][data-in] { transform: none !important; transition: none !important; }
    [data-vrow]::before, [data-svc]::before { transform: scaleX(1) !important; transition: none !important; }
    [data-vrow] h3, [data-svc] p, [data-svc] { transition: none !important; letter-spacing: -0.02em; }
  }

  /* The route: six expanding columns, same behaviour as the home page steps */
  [data-rtecell] { transition: flex-grow 820ms cubic-bezier(.22,.61,.36,1); }
  [data-rtecell] [data-rteshot] { transition: transform 1500ms cubic-bezier(.22,.61,.36,1); }
  [data-rtecell] [data-rteveil] { transition: opacity 760ms ease; }
  [data-rtecell] [data-rtecopy] { transition: max-height 820ms cubic-bezier(.22,.61,.36,1), opacity 560ms ease 120ms; }
  [data-rtecell] [data-rtetitle] { transition: transform 820ms cubic-bezier(.22,.61,.36,1); }
  html[data-flair] [data-rterow] [data-rtecopy] { max-height: 0; opacity: 0; overflow: hidden; }
  [data-rterow]:hover [data-rtecell] { flex-grow: 0.62; }
  [data-rtecell]:hover, [data-rtecell]:focus-within { flex-grow: 3.4 !important; }
  [data-rtecell]:hover [data-rteshot], [data-rtecell]:focus-within [data-rteshot] { transform: scale(1.055); }
  [data-rtecell]:hover [data-rteveil], [data-rtecell]:focus-within [data-rteveil] { opacity: 0.52; }
  [data-rterow]:hover [data-rtecell]:not(:hover) [data-rteveil] { opacity: 1; }
  html[data-flair] [data-rtecell]:hover [data-rtecopy], html[data-flair] [data-rtecell]:focus-within [data-rtecopy] { max-height: 15em; opacity: 1; }
  [data-rtecell]:hover [data-rtetitle], [data-rtecell]:focus-within [data-rtetitle] { transform: translateY(-5px); }
  @media (hover: none) {
    [data-rterow] [data-rtecopy] { max-height: none !important; opacity: 1 !important; }
    [data-rtecell] { flex-grow: 1 !important; }
  }
  @media (max-width: 1280px) { [data-rterow] { flex-wrap: wrap !important; } [data-rtecell] { flex: 1 1 calc(33.333% - 2px) !important; } }
  @media (max-width: 900px) { [data-rtecell] { flex: 1 1 calc(50% - 1px) !important; } }
  @media (max-width: 620px) { [data-rtecell] { flex: 1 1 100% !important; } }
  @media (prefers-reduced-motion: reduce) {
    [data-rtecell], [data-rtecell] [data-rteshot], [data-rtecell] [data-rtecopy], [data-rtecell] [data-rtetitle] { transition: none !important; }
    [data-rterow] [data-rtecopy] { max-height: none !important; opacity: 1 !important; }
  }
  @media (max-width: 1200px) { [data-tagline] { display: none !important; } }
