:root {
  --ink: #17352f;
  --ink-soft: #4d665d;
  --deep-teal: #126566;
  --ocean: #1f7895;
  --reef: #18a78f;
  --sun: #f4b646;
  --hibiscus: #d94b67;
  --soil: #9b5739;
  --leaf: #6f9153;
  --plum: #62496f;
  --cream: #fff8e6;
  --paper: #ffefc4;
  --foam: #d7f1e8;
  --salt: #fffdf5;
  --night: #0b2830;
  --edge: rgba(23, 53, 47, 0.16);
  --edge-strong: rgba(23, 53, 47, 0.3);
  --shadow: rgba(58, 39, 25, 0.18);
  --wide: 1180px;
  --header: 74px;
  --radius: 8px;
  --spark: 0;
  --spark-x: 72vw;
  --spark-y: 38vh;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  color: var(--ink);
  background: var(--night);
  font-family: var(--sans);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 18px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 182, 70, 0.28), transparent 0 24rem),
    radial-gradient(circle at 88% 18%, rgba(25, 169, 149, 0.18), transparent 0 30rem),
    linear-gradient(180deg, #fff8e6 0%, #ffefc4 28%, #d7f1e8 58%, #fff8e6 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(ellipse at 18% 16%, rgba(255, 253, 245, 0.3), transparent 0 28rem),
    radial-gradient(ellipse at 76% 28%, rgba(244, 182, 70, 0.12), transparent 0 34rem),
    linear-gradient(116deg, rgba(255, 253, 245, 0.26), transparent 42%, rgba(35, 125, 162, 0.1));
  mix-blend-mode: multiply;
}

body::after {
  top: auto;
  height: 36vh;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(20, 106, 103, 0.18), transparent 70%),
    linear-gradient(180deg, transparent, rgba(31, 120, 149, 0.12));
}

body[data-mode="unhinged"] {
  --spark: 1;
  background:
    radial-gradient(circle at 18% 8%, rgba(217, 75, 103, 0.22), transparent 0 30rem),
    radial-gradient(circle at 86% 16%, rgba(244, 182, 70, 0.32), transparent 0 28rem),
    radial-gradient(circle at 18% 92%, rgba(25, 169, 149, 0.28), transparent 0 28rem),
    linear-gradient(180deg, #fff1bb 0%, #d7f1e8 36%, #ffe2c6 68%, #fff8e6 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 900;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 4px solid var(--sun);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(20, 106, 103, 0.18);
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 12px;
  border: 2px solid var(--salt);
  border-radius: 6px;
  color: var(--salt);
  background: var(--deep-teal);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner,
.header-inner,
.footer-inner {
  width: min(var(--wide), calc(100% - 32px));
  margin: 0 auto;
}

.canvas-fx {
  position: fixed;
  inset: var(--header) 0 0;
  z-index: 1;
  width: 100%;
  height: calc(100svh - var(--header));
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

body[data-mode="unhinged"] .canvas-fx {
  opacity: 0.72;
}

.sunprint {
  position: fixed;
  inset: var(--header) 0 0;
  z-index: 0;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
}

.sunprint::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--spark-x) var(--spark-y), rgba(244, 182, 70, calc(0.1 + var(--spark) * 0.16)), transparent 0 18rem),
    radial-gradient(circle at 14% 78%, rgba(217, 75, 103, calc(0.045 + var(--spark) * 0.08)), transparent 0 18rem),
    linear-gradient(120deg, rgba(255, 248, 230, 0.18), transparent 45%, rgba(215, 241, 232, 0.18));
}

.sunprint-piece {
  position: absolute;
  display: block;
  opacity: 0.2;
  filter: saturate(0.9) contrast(0.95);
  transform-origin: center;
}

.sunprint-island {
  left: -7rem;
  bottom: 12vh;
  width: min(46vw, 520px);
  aspect-ratio: 1.35;
  background:
    radial-gradient(circle at 28% 42%, rgba(244, 182, 70, 0.18), transparent 0 25%),
    linear-gradient(140deg, rgba(35, 125, 162, 0.2), rgba(255, 253, 245, 0.28));
  clip-path: polygon(4% 26%, 28% 8%, 66% 2%, 98% 38%, 84% 82%, 48% 100%, 12% 78%);
}

.sunprint-crest {
  right: -8rem;
  top: 9vh;
  width: min(42vw, 520px);
  aspect-ratio: 1.25;
  background:
    linear-gradient(135deg, rgba(217, 75, 103, 0.18), rgba(244, 182, 70, 0.2)),
    url("/assets/art/current-bloom.webp");
  background-size: cover;
  clip-path: polygon(12% 76%, 20% 18%, 38% 52%, 52% 6%, 66% 50%, 88% 18%, 82% 88%, 34% 100%);
}

.sunprint-tide {
  right: 23vw;
  bottom: 10vh;
  width: min(24vw, 260px);
  aspect-ratio: 1.55;
  background:
    linear-gradient(125deg, rgba(166, 95, 63, 0.24), rgba(244, 182, 70, 0.2)),
    radial-gradient(ellipse at 30% 24%, rgba(255, 253, 245, 0.16), transparent 64%);
  clip-path: polygon(0 54%, 18% 22%, 44% 42%, 68% 12%, 100% 34%, 88% 76%, 54% 92%, 22% 82%);
}

body[data-mode="unhinged"] .sunprint-piece {
  opacity: 0.42;
  filter: saturate(1.35) contrast(1.04);
}

body[data-mode="unhinged"] .sunprint-crest {
  animation: slow-spin 28s linear infinite;
}

body[data-mode="unhinged"] .sunprint-island {
  animation: float-map 12s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(244, 182, 70, 0.18), transparent 0 18rem),
    linear-gradient(180deg, rgba(255, 248, 230, 0.96), rgba(255, 248, 230, 0.88));
  border-bottom: 1px solid rgba(23, 53, 47, 0.12);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand,
.header-mail,
.button,
.dial-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
}

.brand {
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 10px;
  color: var(--deep-teal);
  font-size: 1.08rem;
  white-space: nowrap;
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 2px solid rgba(20, 106, 103, 0.18);
  border-radius: 50%;
  background: var(--salt);
  box-shadow: 0 8px 22px rgba(64, 43, 28, 0.14);
}

.brand span,
h1,
.footer-name {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  letter-spacing: 0;
}

.site-nav {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.site-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: rgba(23, 53, 47, 0.72);
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--deep-teal);
  border-color: var(--sun);
}

.header-mail {
  flex: 0 0 auto;
  padding: 0 14px;
  color: var(--salt);
  background: var(--deep-teal);
  box-shadow: 0 4px 0 rgba(64, 43, 28, 0.16);
  white-space: nowrap;
}

.header-mail:hover,
.button:hover,
.work-card a:hover,
.dial-button:hover {
  transform: translateY(-1px);
}

main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero,
.section-band,
.site-footer {
  position: relative;
  isolation: isolate;
}

.section-band > .section-inner,
.site-footer > .footer-inner {
  position: relative;
  z-index: 3;
}

.hero {
  min-height: calc(100svh - var(--header) - 34px);
  overflow: hidden;
  background: #fff5dd;
}

.hero::before,
.section-band::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 248, 230, 0.98) 0%, rgba(255, 248, 230, 0.9) 29%, rgba(255, 248, 230, 0.54) 50%, rgba(255, 248, 230, 0.08) 76%),
    linear-gradient(180deg, rgba(255, 248, 230, 0.48), rgba(215, 241, 232, 0.16));
}

.hero::after {
  content: "";
  position: absolute;
  left: -10vw;
  right: -10vw;
  bottom: -72px;
  z-index: -1;
  height: 160px;
  pointer-events: none;
  background:
    linear-gradient(176deg, rgba(35, 125, 162, 0.2), rgba(244, 182, 70, 0.14)),
    linear-gradient(90deg, rgba(255, 248, 230, 0), rgba(255, 248, 230, 0.36));
  transform: rotate(-1.1deg);
}

body[data-mode="unhinged"] .hero::before {
  background:
    linear-gradient(90deg, rgba(8, 32, 38, 0.88) 0%, rgba(8, 32, 38, 0.68) 32%, rgba(8, 32, 38, 0.24) 54%, rgba(8, 32, 38, 0.04) 78%),
    radial-gradient(circle at 24% 44%, rgba(244, 182, 70, 0.2), transparent 0 24rem);
}

body[data-mode="unhinged"] .hero::after {
  background:
    linear-gradient(176deg, rgba(217, 75, 103, 0.22), rgba(25, 169, 149, 0.2)),
    linear-gradient(90deg, rgba(8, 32, 38, 0), rgba(8, 32, 38, 0.38));
}

.hero-raster {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.hero-raster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 78% 48%, transparent 0 40%, rgba(11, 40, 48, 0.1) 72%, rgba(11, 40, 48, 0.16)),
    radial-gradient(circle at 86% 18%, rgba(244, 182, 70, 0.12), transparent 0 20%);
  opacity: 0.28;
}

.hero-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 520ms ease, filter 520ms ease, transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.hero-image-standard {
  opacity: 1;
  filter: saturate(1.02) contrast(0.98) brightness(1.02);
}

.hero-image-unhinged {
  opacity: 0;
  filter: saturate(1.25) contrast(1.08) brightness(0.92);
  transform: translate(-50%, -50%) scale(1.02);
}

body[data-mode="unhinged"] .hero-image-standard {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.02);
}

body[data-mode="unhinged"] .hero-image-unhinged {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.055);
}

.hero-layout {
  min-height: calc(100svh - var(--header) - 34px);
  display: grid;
  align-items: center;
  padding: clamp(42px, 5vw, 74px) 0 clamp(58px, 6vw, 86px);
}

.hero-copy,
.section-heading,
.start-copy,
.inquiry-form,
.footer-branding,
.mode-dial {
  position: relative;
  z-index: 4;
}

.hero-copy {
  width: min(900px, 100%);
}

h1 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--deep-teal);
  font-size: 6.4rem;
  font-weight: 950;
  line-height: 0.9;
  text-shadow:
    0 5px 0 rgba(244, 182, 70, 0.42),
    0 18px 48px rgba(20, 106, 103, 0.18);
}

.hero-line {
  max-width: 820px;
  margin-top: 22px;
  color: var(--ink);
  font-size: 3.1rem;
  font-weight: 920;
  line-height: 1.04;
  text-wrap: balance;
}

.hero-text,
.section-heading p,
.work-desc,
.work-url,
.start-copy p,
.form-note,
.mailto-note,
.footer-branding,
.mode-copy p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.55;
}

.hero-text {
  max-width: 720px;
  margin-top: 18px;
}

body[data-mode="unhinged"] h1,
body[data-mode="unhinged"] .hero-line {
  color: var(--salt);
  text-shadow:
    0 5px 0 rgba(217, 75, 103, 0.42),
    0 18px 48px rgba(0, 0, 0, 0.28);
}

body[data-mode="unhinged"] .hero-text {
  color: rgba(255, 253, 245, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.button {
  padding: 0 18px;
  border: 2px solid transparent;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-primary {
  color: var(--salt);
  background: var(--deep-teal);
  box-shadow: 0 5px 0 rgba(64, 43, 28, 0.16);
}

.button-secondary {
  border-color: rgba(20, 106, 103, 0.28);
  color: var(--deep-teal);
  background: rgba(255, 253, 245, 0.78);
}

body[data-mode="unhinged"] .button-primary,
body[data-mode="unhinged"] .header-mail {
  color: var(--night);
  background: var(--sun);
}

body[data-mode="unhinged"] .button-secondary {
  border-color: rgba(255, 253, 245, 0.48);
  color: var(--salt);
  background: rgba(11, 40, 48, 0.48);
}

.section-band {
  padding: clamp(78px, 9vw, 132px) 0;
  overflow: hidden;
}

.section-band::before {
  opacity: 0.52;
  background:
    radial-gradient(ellipse at 16% 10%, rgba(255, 253, 245, 0.12), transparent 0 26rem),
    radial-gradient(ellipse at 82% 92%, rgba(244, 182, 70, 0.08), transparent 0 28rem);
}

.section-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(217, 75, 103, 0.18), transparent 0 18rem),
    radial-gradient(circle at 86% 18%, rgba(244, 182, 70, 0.18), transparent 0 20rem),
    radial-gradient(ellipse at 52% 86%, rgba(20, 106, 103, 0.12), transparent 0 30rem);
  mix-blend-mode: multiply;
  transition: opacity 320ms ease;
}

body[data-mode="unhinged"] .section-band::after {
  opacity: 0.54;
}

.section-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
}

.section-art > span {
  position: absolute;
  display: block;
}

.island-current {
  width: min(72vw, 860px);
  height: 220px;
  opacity: 0.28;
  background:
    radial-gradient(ellipse at 18% 38%, rgba(255, 253, 245, 0.24), transparent 0 22%),
    radial-gradient(ellipse at 72% 70%, rgba(5, 31, 39, 0.2), transparent 0 38%),
    linear-gradient(115deg, rgba(255, 253, 245, 0.24), rgba(25, 169, 149, 0.16), rgba(244, 182, 70, 0.2)),
    url("/assets/art/current-bloom.webp");
  background-size: cover;
  background-position: center;
  filter:
    drop-shadow(0 24px 34px rgba(5, 31, 39, 0.12))
    saturate(0.92)
    contrast(1.02);
  mix-blend-mode: multiply;
  clip-path: polygon(0 62%, 7% 42%, 16% 24%, 29% 37%, 39% 30%, 50% 44%, 63% 12%, 76% 32%, 100% 38%, 94% 58%, 87% 78%, 68% 82%, 55% 96%, 38% 87%, 24% 86%, 12% 78%);
}

.palm-frond {
  width: min(30vw, 340px);
  aspect-ratio: 0.88;
  opacity: 0.18;
  background:
    radial-gradient(ellipse at 38% 24%, rgba(244, 182, 70, 0.15), transparent 0 42%),
    radial-gradient(ellipse at 58% 78%, rgba(5, 31, 39, 0.16), transparent 0 34%),
    linear-gradient(145deg, rgba(20, 106, 103, 0.28), rgba(110, 145, 83, 0.12));
  clip-path: polygon(49% 100%, 43% 63%, 27% 79%, 34% 55%, 2% 69%, 27% 44%, 0 25%, 39% 34%, 49% 0, 58% 38%, 96% 13%, 72% 46%, 100% 74%, 64% 61%, 62% 91%);
  filter: drop-shadow(0 18px 30px rgba(5, 31, 39, 0.13));
  transform: rotate(var(--frond-turn, -18deg)) scaleX(var(--frond-spread, 1));
  transform-origin: 50% 92%;
}

.rooster-crest {
  width: min(22vw, 250px);
  aspect-ratio: 1.15;
  opacity: 0.18;
  background:
    radial-gradient(ellipse at 48% 30%, rgba(255, 253, 245, 0.16), transparent 0 26%),
    linear-gradient(135deg, rgba(217, 75, 103, 0.42), rgba(244, 182, 70, 0.24));
  clip-path: polygon(8% 88%, 15% 38%, 24% 18%, 35% 56%, 47% 3%, 60% 50%, 79% 14%, 94% 45%, 84% 96%, 58% 92%, 37% 100%);
  filter: drop-shadow(0 20px 28px rgba(5, 31, 39, 0.1));
}

body[data-mode="unhinged"] .island-current,
body[data-mode="unhinged"] .palm-frond,
body[data-mode="unhinged"] .rooster-crest {
  opacity: 0.42;
  filter: saturate(1.34) contrast(1.04);
}

body[data-mode="unhinged"] .island-current {
  animation: reef-drift 16s ease-in-out infinite;
}

.current-a { left: -9vw; top: 6%; height: 250px; transform: rotate(-4deg); }
.current-b { right: -14vw; bottom: 2%; height: 190px; opacity: 0.22; transform: rotate(7deg) scaleX(0.88); }
.current-c { left: -13vw; bottom: 6%; height: 260px; transform: rotate(-8deg) scaleX(1.08); }
.current-d { right: -15vw; top: 7%; height: 205px; transform: rotate(8deg) scaleX(0.92); }
.current-e { left: -10vw; bottom: 4%; height: 235px; transform: rotate(-2deg) scaleX(1.18); }
.current-f { right: -12vw; top: 12%; height: 245px; transform: rotate(6deg) scaleX(0.96); }
.current-g { left: -14vw; top: 16%; height: 188px; transform: rotate(-7deg) scaleX(0.82); }
.current-h { right: -11vw; bottom: 6%; height: 268px; transform: rotate(5deg) scaleX(1.08); }
.current-i { left: -15vw; bottom: 7%; height: 210px; transform: rotate(-6deg) scaleX(0.9); }
.current-j { right: -10vw; top: 10%; opacity: 0.2; mix-blend-mode: screen; }
.current-k { left: -12vw; bottom: 6%; opacity: 0.18; mix-blend-mode: screen; }
.frond-a { --frond-spread: 1.12; left: -6vw; bottom: 10%; }
.frond-b { --frond-turn: 28deg; --frond-spread: 0.86; right: 1vw; top: 10%; width: min(28vw, 300px); }
.frond-c { --frond-turn: -10deg; --frond-spread: 1.18; left: -7vw; top: 14%; }
.frond-d { --frond-turn: 32deg; --frond-spread: 1.02; right: -4vw; bottom: 6%; }
.frond-e { --frond-turn: -22deg; --frond-spread: 0.9; left: 5vw; bottom: 6%; width: min(26vw, 280px); }
.frond-f { --frond-turn: -31deg; --frond-spread: 1.1; left: 3vw; bottom: 5%; }
.frond-g { --frond-turn: 34deg; right: 1vw; top: 16%; opacity: 0.22; mix-blend-mode: screen; }
.crest-a { right: 12vw; top: 12%; }
.crest-b { left: 8vw; bottom: 8%; }
.crest-c { right: 8vw; top: 16%; }
.crest-d { right: 6vw; bottom: 12%; }
.crest-e { left: 8vw; top: 10%; }
.crest-f { left: 8vw; bottom: 8%; }
.crest-g { right: 7vw; top: 12%; opacity: 0.2; mix-blend-mode: screen; }
.crest-h { right: 12vw; bottom: 6%; opacity: 0.18; mix-blend-mode: screen; }

.services {
  background:
    radial-gradient(circle at 18% 22%, rgba(244, 182, 70, 0.16), transparent 0 18rem),
    radial-gradient(ellipse at 76% 78%, rgba(25, 169, 149, 0.18), transparent 0 34rem),
    linear-gradient(140deg, #062d33 0%, #0b5960 52%, #0a2833 100%);
}

.replace {
  background:
    radial-gradient(circle at 22% 18%, rgba(244, 182, 70, 0.16), transparent 0 20rem),
    linear-gradient(180deg, #fff1bd 0%, #f8d36a 100%);
}

.customer-paths {
  background:
    radial-gradient(circle at 74% 22%, rgba(244, 182, 70, 0.18), transparent 0 22rem),
    linear-gradient(180deg, #092633 0%, #155d72 100%);
}

.local-presence {
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 182, 70, 0.12), transparent 0 20rem),
    linear-gradient(180deg, #fff7d8 0%, #e7f1df 100%);
}

.owner-tools {
  background:
    radial-gradient(circle at 78% 20%, rgba(244, 182, 70, 0.14), transparent 0 22rem),
    linear-gradient(180deg, #f5efe3 0%, #d7f1e8 100%);
}

.apps {
  background:
    radial-gradient(circle at 78% 18%, rgba(25, 169, 149, 0.13), transparent 0 22rem),
    linear-gradient(180deg, #e0f2e8 0%, #fff7d8 100%);
}

.automation {
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 182, 70, 0.14), transparent 0 22rem),
    linear-gradient(180deg, #f7f1db 0%, #d7f1e8 100%);
}

.care {
  background:
    radial-gradient(circle at 26% 26%, rgba(244, 182, 70, 0.18), transparent 0 20rem),
    linear-gradient(180deg, #103f42 0%, #0d3438 100%);
}

.work {
  background:
    radial-gradient(circle at 80% 24%, rgba(20, 106, 103, 0.12), transparent 0 22rem),
    linear-gradient(180deg, #f8d56e 0%, #fff4cd 48%, #d7f1e8 100%);
}

.start {
  color: var(--salt);
  background:
    radial-gradient(circle at 76% 34%, rgba(244, 182, 70, 0.22), transparent 0 20rem),
    linear-gradient(180deg, #0e5457 0%, #1e6f79 58%, #5c3f64 100%);
}

.start::before,
.site-footer::before {
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 253, 245, 0.1), transparent 0 22rem),
    radial-gradient(ellipse at 82% 28%, rgba(244, 182, 70, 0.14), transparent 0 24rem);
}

body[data-mode="unhinged"] .services {
  background:
    radial-gradient(circle at 18% 20%, rgba(217, 75, 103, 0.22), transparent 0 22rem),
    radial-gradient(ellipse at 76% 78%, rgba(244, 182, 70, 0.2), transparent 0 34rem),
    linear-gradient(140deg, #05171e 0%, #0d595f 48%, #521b46 100%);
}

body[data-mode="unhinged"] .replace {
  background:
    radial-gradient(circle at 22% 18%, rgba(217, 75, 103, 0.18), transparent 0 20rem),
    linear-gradient(180deg, #f4b646 0%, #fff1c4 100%);
}

body[data-mode="unhinged"] .customer-paths {
  background:
    radial-gradient(circle at 72% 24%, rgba(217, 75, 103, 0.22), transparent 0 22rem),
    radial-gradient(circle at 20% 72%, rgba(244, 182, 70, 0.16), transparent 0 22rem),
    linear-gradient(180deg, #092633 0%, #133c4e 54%, #43223f 100%);
}

body[data-mode="unhinged"] .owner-tools,
body[data-mode="unhinged"] .apps {
  background:
    radial-gradient(circle at 78% 20%, rgba(244, 182, 70, 0.22), transparent 0 22rem),
    linear-gradient(135deg, #071820 0%, #123b48 52%, #612048 100%);
}

body[data-mode="unhinged"] .start,
body[data-mode="unhinged"] .site-footer {
  background:
    radial-gradient(circle at 18% 16%, rgba(244, 182, 70, 0.3), transparent 0 24rem),
    radial-gradient(circle at 82% 26%, rgba(217, 75, 103, 0.28), transparent 0 24rem),
    linear-gradient(150deg, #0b2830, #155e67 46%, #7b3c62);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 40px;
}

.wide-heading {
  max-width: 900px;
}

.compact-heading {
  max-width: 690px;
}

.section-heading h2,
.start-copy h2,
.mode-copy h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 4.1rem;
  font-weight: 950;
  line-height: 0.98;
  text-wrap: balance;
  letter-spacing: 0;
}

.services .section-heading h2,
.replace .section-heading h2,
.customer-paths .section-heading h2,
.local-presence .section-heading h2,
.owner-tools .section-heading h2,
.apps .section-heading h2,
.automation .section-heading h2,
.work .section-heading h2 {
  color: var(--deep-teal);
}

.services .section-heading h2,
.services .section-heading p,
.customer-paths .section-heading h2,
.customer-paths .section-heading p,
.customer-paths .section-support,
.care .section-heading h2,
.care .section-heading p,
.care .section-support,
.start-copy h2,
.start-copy p,
.start-copy a,
.mode-copy h2,
.site-footer {
  color: var(--salt);
}

.services .section-heading p,
.customer-paths .section-heading p,
.care .section-heading p,
.start-copy p,
.site-footer .footer-branding,
.site-footer .mode-copy p {
  color: rgba(255, 253, 245, 0.82);
}

body[data-mode="unhinged"] .owner-tools .section-heading h2,
body[data-mode="unhinged"] .apps .section-heading h2,
body[data-mode="unhinged"] .owner-tools .section-heading p,
body[data-mode="unhinged"] .apps .section-heading p,
body[data-mode="unhinged"] .owner-tools .section-support,
body[data-mode="unhinged"] .apps .section-support {
  color: var(--salt);
}

.section-support {
  max-width: 24rem;
  font-size: 0.96rem;
  font-weight: 820;
  color: rgba(23, 53, 47, 0.78);
}

.split-section,
.path-layout,
.presence-layout,
.owner-layout,
.apps-layout,
.automation-layout,
.care-layout,
.start-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
}

.split-section .section-heading,
.path-layout .section-heading,
.presence-layout .section-heading,
.owner-layout .section-heading,
.apps-layout .section-heading,
.automation-layout .section-heading,
.care-layout .section-heading,
.start-layout .section-heading {
  margin-bottom: 0;
}

.brand-map,
.bill-current,
.request-current,
.kapaa-presence,
.owner-roost,
.app-canoe,
.automation-current,
.care-sunwatch {
  position: relative;
  min-height: 430px;
  isolation: isolate;
}

.brand-map *,
.bill-current *,
.request-current *,
.kapaa-presence *,
.owner-roost *,
.app-canoe *,
.automation-current *,
.care-sunwatch * {
  position: absolute;
  display: block;
  z-index: 2;
}

.brand-map {
  min-height: clamp(380px, 31vw, 500px);
  background:
    radial-gradient(circle at 12% 52%, rgba(244, 182, 70, 0.18), transparent 0 12%),
    radial-gradient(circle at 86% 38%, rgba(217, 75, 103, 0.14), transparent 0 13%),
    radial-gradient(ellipse at 52% 56%, rgba(25, 169, 149, 0.26), transparent 0 50%);
}

.brand-map::before,
.brand-map::after,
.bill-current::before,
.bill-current::after,
.request-current::before,
.request-current::after,
.kapaa-presence::before,
.kapaa-presence::after,
.owner-roost::before,
.owner-roost::after,
.app-canoe::before,
.app-canoe::after,
.automation-current::before,
.automation-current::after,
.care-sunwatch::before,
.care-sunwatch::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.brand-map::before {
  left: 10%;
  right: 5%;
  bottom: 10%;
  height: 38%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 58%, rgba(5, 31, 39, 0.28), transparent 68%);
  transform: rotate(-2deg);
}

.brand-map::after {
  left: 18%;
  top: 21%;
  width: 55%;
  height: 45%;
  opacity: 0.45;
  background:
    radial-gradient(ellipse at 28% 54%, rgba(255, 253, 245, 0.2), transparent 0 36%),
    radial-gradient(ellipse at 80% 32%, rgba(244, 182, 70, 0.16), transparent 0 34%);
  clip-path: polygon(0 58%, 16% 24%, 40% 38%, 56% 8%, 100% 34%, 84% 78%, 48% 100%, 16% 84%);
}

.motif-sun {
  left: 8%;
  top: 12%;
  width: clamp(96px, 12vw, 154px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 245, 0.72) 0 18%, transparent 19%),
    conic-gradient(from 20deg, var(--sun), #fff0a8, var(--hibiscus), var(--sun));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
}

.motif-wave,
.bill-wave,
.request-wave,
.presence-wave,
.owner-wave,
.app-wave,
.auto-wave,
.care-wave {
  overflow: visible;
  background:
    radial-gradient(ellipse at 62% 20%, rgba(255, 253, 245, 0.68), transparent 0 18%),
    radial-gradient(ellipse at 22% 78%, rgba(5, 31, 39, 0.24), transparent 0 34%),
    linear-gradient(100deg, rgba(244, 182, 70, 0.96), rgba(255, 253, 245, 0.72) 34%, rgba(25, 169, 149, 0.9) 64%, rgba(18, 101, 102, 0.78));
  clip-path: polygon(0 60%, 8% 38%, 18% 28%, 28% 33%, 39% 47%, 51% 20%, 62% 11%, 74% 19%, 100% 39%, 96% 58%, 88% 74%, 75% 83%, 58% 98%, 42% 90%, 29% 88%, 15% 82%);
  filter:
    drop-shadow(0 20px 26px rgba(5, 31, 39, 0.22))
    drop-shadow(0 -4px 0 rgba(255, 253, 245, 0.08));
  transform-origin: 44% 62%;
}

.motif-wave::before,
.motif-wave::after,
.bill-wave::before,
.bill-wave::after,
.request-wave::before,
.request-wave::after,
.presence-wave::before,
.presence-wave::after,
.owner-wave::before,
.owner-wave::after,
.app-wave::before,
.app-wave::after,
.auto-wave::before,
.auto-wave::after,
.care-wave::before,
.care-wave::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.motif-wave::before,
.bill-wave::before,
.request-wave::before,
.presence-wave::before,
.owner-wave::before,
.app-wave::before,
.auto-wave::before,
.care-wave::before {
  left: 8%;
  right: 2%;
  top: 42%;
  height: 84%;
  opacity: 0.58;
  background:
    radial-gradient(ellipse at 72% 72%, rgba(255, 253, 245, 0.16), transparent 0 24%),
    linear-gradient(95deg, rgba(11, 40, 48, 0.3), rgba(20, 106, 103, 0.12), rgba(255, 253, 245, 0.12));
  clip-path: polygon(0 36%, 12% 21%, 27% 29%, 42% 20%, 57% 8%, 78% 23%, 100% 20%, 90% 68%, 70% 83%, 56% 95%, 36% 84%, 18% 86%);
}

.motif-wave::after,
.bill-wave::after,
.request-wave::after,
.presence-wave::after,
.owner-wave::after,
.app-wave::after,
.auto-wave::after,
.care-wave::after {
  left: 10%;
  right: 13%;
  top: 14%;
  height: 22%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 78% 50%, rgba(255, 253, 245, 0.52), transparent 0 20%),
    linear-gradient(90deg, rgba(255, 253, 245, 0), rgba(255, 253, 245, 0.84), rgba(255, 253, 245, 0));
  clip-path: polygon(0 58%, 24% 8%, 54% 40%, 100% 18%, 82% 78%, 38% 100%);
  transform: rotate(-6deg) scaleX(var(--wave-edge, 1));
}

.motif-wave-a {
  left: 4%;
  right: 4%;
  top: 52%;
  height: 74px;
  --wave-edge: 1.08;
}

.motif-wave-b {
  left: 22%;
  right: 9%;
  top: 35%;
  height: 54px;
  opacity: 0.5;
  --wave-edge: 0.84;
  --wave-turn: 4deg;
  transform: rotate(var(--wave-turn)) scaleX(0.92);
}

.motif-palm,
.request-palm,
.presence-palm,
.owner-palm,
.app-palm,
.care-palm {
  width: clamp(130px, 16vw, 210px);
  aspect-ratio: 0.85;
  background: linear-gradient(145deg, rgba(99, 131, 72, 0.94), rgba(20, 106, 103, 0.68));
  clip-path: polygon(48% 100%, 42% 52%, 5% 72%, 34% 42%, 0 22%, 42% 32%, 54% 0, 60% 36%, 100% 14%, 68% 48%, 94% 82%, 58% 58%);
  filter: drop-shadow(0 18px 28px rgba(5, 31, 39, 0.18));
}

.motif-palm {
  left: 32%;
  top: 4%;
  transform: rotate(-9deg);
}

.motif-rooster,
.bill-rooster,
.request-rooster,
.presence-rooster,
.owner-rooster,
.app-rooster,
.auto-rooster,
.care-rooster {
  width: clamp(118px, 14vw, 188px);
  aspect-ratio: 1.05;
  overflow: visible;
  background:
    radial-gradient(ellipse at 28% 72%, rgba(244, 182, 70, 0.42), transparent 0 21%),
    radial-gradient(ellipse at 63% 42%, rgba(255, 253, 245, 0.16), transparent 0 19%),
    radial-gradient(ellipse at 80% 46%, rgba(217, 75, 103, 0.76), transparent 0 29%),
    linear-gradient(145deg, #082b34 0%, #123a34 38%, #2e4140 50%, #5b3149 66%, #d94b67 100%);
  clip-path: polygon(3% 66%, 12% 48%, 18% 34%, 30% 28%, 40% 18%, 51% 25%, 59% 8%, 66% 28%, 77% 24%, 96% 34%, 81% 47%, 91% 58%, 73% 62%, 79% 75%, 65% 88%, 51% 94%, 37% 84%, 20% 98%, 23% 78%, 10% 78%);
  filter:
    drop-shadow(0 24px 36px rgba(5, 31, 39, 0.28))
    drop-shadow(-6px 8px 0 rgba(244, 182, 70, 0.08));
  transform-origin: 48% 72%;
}

.motif-rooster::before,
.bill-rooster::before,
.request-rooster::before,
.presence-rooster::before,
.owner-rooster::before,
.app-rooster::before,
.auto-rooster::before,
.care-rooster::before {
  content: "";
  position: absolute;
  left: 40%;
  top: -12%;
  width: 56%;
  height: 52%;
  background:
    radial-gradient(ellipse at 44% 32%, rgba(255, 253, 245, 0.34), transparent 0 22%),
    linear-gradient(135deg, #d94b67 0%, #ee7a5e 46%, #f4b646 82%);
  clip-path: polygon(0 98%, 5% 46%, 15% 24%, 27% 57%, 40% 0, 53% 55%, 75% 11%, 100% 50%, 86% 100%, 62% 88%, 38% 100%);
  filter: drop-shadow(0 12px 12px rgba(5, 31, 39, 0.16));
}

.motif-rooster::after,
.bill-rooster::after,
.request-rooster::after,
.presence-rooster::after,
.owner-rooster::after,
.app-rooster::after,
.auto-rooster::after,
.care-rooster::after {
  content: "";
  position: absolute;
  right: 16%;
  top: 38%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--salt);
  box-shadow:
    0 0 0 5px rgba(11, 40, 48, 0.3),
    -42px 22px 0 16px rgba(244, 182, 70, 0.16),
    -58px 34px 0 8px rgba(255, 253, 245, 0.14),
    -24px 44px 0 12px rgba(11, 40, 48, 0.12);
}

.motif-rooster {
  right: 7%;
  top: 18%;
}

.motif-path {
  left: 18%;
  right: 18%;
  bottom: 18%;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 253, 245, 0.28);
  box-shadow: 0 30px 0 rgba(255, 253, 245, 0.12);
}

.motif-shell {
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 28%, rgba(244, 182, 70, 0.42), transparent 0 36%),
    linear-gradient(145deg, rgba(255, 253, 245, 0.22), rgba(255, 253, 245, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.18),
    0 24px 62px rgba(0, 0, 0, 0.1);
}

.motif-shell-a {
  left: 4%;
  bottom: 20%;
  width: 18%;
  aspect-ratio: 1;
}

.motif-shell-b {
  right: 20%;
  bottom: 10%;
  width: 15%;
  aspect-ratio: 1;
}

.bill-current {
  min-height: clamp(450px, 38vw, 620px);
  border-radius: 8px 108px 8px 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(244, 182, 70, 0.28), transparent 0 18%),
    linear-gradient(145deg, #3c241d 0%, #93522f 42%, #0c4047 43%, #0b2830 100%);
  box-shadow: 0 30px 80px rgba(64, 43, 28, 0.18);
}

.bill-current::before {
  left: 18%;
  right: -4%;
  bottom: -10%;
  height: 48%;
  opacity: 0.72;
  background: radial-gradient(ellipse at 54% 48%, rgba(5, 31, 39, 0.44), transparent 70%);
  transform: rotate(-3deg);
}

.bill-current::after {
  right: -4%;
  top: 0;
  width: 42%;
  height: 100%;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 36% 22%, rgba(255, 253, 245, 0.22), transparent 0 28%),
    linear-gradient(180deg, rgba(244, 182, 70, 0.32), rgba(25, 169, 149, 0.14));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 20% 62%, 0 28%);
}

.bill-shore {
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(180deg, rgba(244, 182, 70, 0.84), rgba(255, 253, 245, 0.2));
}

.bill-wave-a {
  left: 15%;
  right: 7%;
  top: 43%;
  height: 92px;
  --wave-edge: 1.18;
  --wave-turn: -6deg;
  transform: rotate(var(--wave-turn)) scaleY(1.06);
}

.bill-wave-b {
  left: 8%;
  right: 34%;
  bottom: 13%;
  height: 58px;
  opacity: 0.36;
  --wave-edge: 0.74;
  --wave-turn: 7deg;
  transform: rotate(var(--wave-turn)) scaleX(0.86);
}

.bill-tool {
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.18), rgba(255, 253, 245, 0.08)),
    linear-gradient(145deg, rgba(25, 169, 149, 0.68), rgba(35, 125, 162, 0.42));
  box-shadow: inset 0 0 0 1px rgba(255, 253, 245, 0.18);
}

.bill-tool-a {
  left: 10%;
  top: 16%;
  width: 22%;
  height: 44%;
  transform: rotate(-3deg);
}

.bill-tool-b {
  left: 36%;
  top: 20%;
  width: 18%;
  height: 32%;
  opacity: 0.72;
  transform: rotate(3deg);
}

.bill-built {
  right: 8%;
  top: 18%;
  width: 42%;
  height: 58%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 74% 24%, rgba(244, 182, 70, 0.62) 0 14px, transparent 15px),
    linear-gradient(145deg, #0f6b64, #174d6d);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
}

.bill-rooster {
  right: 15%;
  bottom: 8%;
  width: clamp(154px, 17vw, 232px);
  --rooster-turn: -10deg;
  transform: rotate(var(--rooster-turn)) scaleX(1.04);
}

.request-current {
  min-height: clamp(430px, 31vw, 540px);
  border-radius: 96px 8px 96px 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 253, 245, 0.14), transparent 0 19%),
    radial-gradient(circle at 76% 48%, rgba(244, 182, 70, 0.34), transparent 0 14%),
    linear-gradient(90deg, #082635 0%, #155a70 52%, #0e3444 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.14),
    0 30px 80px rgba(5, 31, 39, 0.24);
}

.request-current::before {
  left: 38%;
  top: 14%;
  width: 54%;
  height: 62%;
  opacity: 0.28;
  background:
    radial-gradient(ellipse at 38% 46%, rgba(255, 253, 245, 0.48), transparent 0 34%),
    radial-gradient(ellipse at 64% 58%, rgba(244, 182, 70, 0.42), transparent 0 42%);
  clip-path: polygon(0 52%, 15% 18%, 42% 38%, 62% 0, 100% 28%, 86% 76%, 52% 98%, 18% 84%);
}

.request-current::after {
  right: 3%;
  bottom: 2%;
  width: 40%;
  height: 26%;
  opacity: 0.54;
  background: radial-gradient(ellipse at 52% 44%, rgba(5, 31, 39, 0.42), transparent 70%);
}

.request-form {
  left: 14%;
  top: 18%;
  width: 36%;
  height: 60%;
  border-radius: 28px 28px 70px 28px;
  background:
    linear-gradient(180deg, #fff7d8, #e7f1df);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.18);
}

.request-row,
.request-message {
  left: 18%;
  right: 18%;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 106, 103, 0.22);
}

.request-row-a { top: 22%; }
.request-row-b { top: 36%; right: 28%; background: rgba(244, 182, 70, 0.62); }
.request-row-c { top: 50%; right: 38%; background: rgba(217, 75, 103, 0.32); }
.request-message { left: 18%; right: 18%; bottom: 18%; height: 26%; border-radius: 14px; background: rgba(20, 106, 103, 0.12); }

.request-wave {
  left: 42%;
  top: 40%;
  width: 38%;
  height: 78px;
  --wave-edge: 0.9;
  --wave-turn: 5deg;
  transform: rotate(var(--wave-turn)) scaleY(0.96);
}

.request-slip {
  right: 12%;
  top: 34%;
  width: 18%;
  height: 30%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 26%, rgba(244, 182, 70, 0.42), transparent 0 34%),
    linear-gradient(145deg, rgba(255, 253, 245, 0.92), rgba(215, 241, 232, 0.78));
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.16);
}

.request-palm {
  right: 7%;
  bottom: 7%;
  width: 128px;
  opacity: 0.8;
}

.request-rooster {
  left: 51%;
  top: 10%;
  width: 126px;
  --rooster-turn: 7deg;
  transform: rotate(var(--rooster-turn)) scaleX(0.94);
}

.kapaa-presence {
  min-height: clamp(430px, 37vw, 580px);
  border-radius: 8px 8px 96px 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 106, 103, 0.9) 0 16%, transparent 16%),
    linear-gradient(90deg, #103f42 0 24%, #f4b646 24% 30%, #f8edc7 30% 100%);
  box-shadow: 0 30px 80px rgba(64, 43, 28, 0.18);
}

.kapaa-presence::before {
  left: 30%;
  right: 0;
  top: 16%;
  height: 84%;
  opacity: 0.36;
  background:
    radial-gradient(ellipse at 68% 20%, rgba(255, 253, 245, 0.38), transparent 0 26%),
    linear-gradient(145deg, rgba(24, 167, 143, 0.18), rgba(155, 87, 57, 0.18));
  clip-path: polygon(8% 18%, 100% 0, 100% 100%, 0 100%, 20% 62%);
}

.kapaa-presence::after {
  left: 8%;
  bottom: 6%;
  width: 76%;
  height: 28%;
  opacity: 0.38;
  background: radial-gradient(ellipse at 42% 54%, rgba(65, 43, 24, 0.42), transparent 72%);
}

.presence-sun {
  right: 10%;
  top: 10%;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 245, 0.72) 0 20%, transparent 21%),
    conic-gradient(from 24deg, #f4b646, #fff1b0, #d94b67, #f4b646);
}

.presence-palm {
  left: 5%;
  bottom: 10%;
  width: 160px;
  transform: rotate(-14deg);
}

.presence-path {
  left: 42%;
  top: 36%;
  width: 36%;
  height: 28%;
  border-radius: 999px 999px 8px 999px;
  background: rgba(20, 106, 103, 0.14);
  transform: rotate(-6deg);
}

.local-sign {
  left: 9%;
  top: 22%;
  width: 42%;
  height: 42%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 28%, rgba(244, 182, 70, 0.4), transparent 0 22%),
    linear-gradient(145deg, #fffdf5, #d7f1e8);
  box-shadow: 0 26px 64px rgba(65, 43, 24, 0.18);
}

.menu-slip {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.92), rgba(255, 239, 196, 0.82));
  box-shadow: 0 18px 44px rgba(65, 43, 24, 0.14);
}

.menu-slip-a {
  right: 10%;
  top: 28%;
  width: 30%;
  height: 32%;
}

.menu-slip-b {
  left: 18%;
  bottom: 12%;
  width: 62%;
  height: 15%;
  border-radius: 999px;
}

.presence-wave {
  left: 25%;
  right: 9%;
  bottom: 24%;
  height: 62px;
  --wave-edge: 1.12;
  --wave-turn: -8deg;
  transform: rotate(var(--wave-turn)) scaleX(1.04);
}

.presence-rooster {
  right: 12%;
  bottom: 9%;
  width: 126px;
  --rooster-turn: -7deg;
  transform: rotate(var(--rooster-turn)) scale(1.04);
}

.owner-roost {
  min-height: clamp(360px, 28vw, 460px);
  border-radius: 999px 42px 42px 999px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 44%, rgba(244, 182, 70, 0.2), transparent 0 18%),
    linear-gradient(90deg, #071820 0%, #123b48 42%, #0f6b64 43%, #091d2a 100%);
  box-shadow: 0 30px 80px rgba(64, 43, 28, 0.18);
}

.owner-roost::before {
  left: 6%;
  top: 8%;
  width: 46%;
  height: 72%;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 36% 36%, rgba(255, 253, 245, 0.36), transparent 0 24%),
    linear-gradient(145deg, rgba(244, 182, 70, 0.24), rgba(217, 75, 103, 0.16));
  clip-path: polygon(6% 48%, 28% 8%, 58% 22%, 88% 0, 100% 56%, 68% 86%, 30% 100%, 0 78%);
}

.owner-roost::after {
  left: 12%;
  right: 8%;
  bottom: 8%;
  height: 24%;
  opacity: 0.55;
  background: radial-gradient(ellipse at 50% 50%, rgba(5, 31, 39, 0.48), transparent 74%);
}

.owner-counter {
  left: 9%;
  bottom: 14%;
  width: 66%;
  height: 18%;
  border-radius: 999px;
  background: rgba(255, 253, 245, 0.16);
}

.owner-ledger {
  right: 12%;
  top: 18%;
  width: 22%;
  height: 64%;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.9), rgba(255, 239, 196, 0.76));
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.18);
}

.owner-note {
  border-radius: 8px;
  background: rgba(255, 253, 245, 0.82);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
}

.owner-note-a {
  left: 17%;
  top: 24%;
  width: 22%;
  height: 28%;
}

.owner-note-b {
  left: 43%;
  top: 28%;
  width: 16%;
  height: 20%;
  opacity: 0.82;
}

.owner-wave {
  left: 25%;
  right: 24%;
  top: 50%;
  height: 64px;
  --wave-edge: 0.82;
  --wave-turn: 4deg;
  transform: rotate(var(--wave-turn)) scaleX(0.96);
}

.owner-palm {
  left: 7%;
  top: 10%;
  width: 138px;
  opacity: 0.72;
}

.owner-rooster {
  right: 27%;
  bottom: 15%;
  width: 142px;
  --rooster-turn: -10deg;
  transform: rotate(var(--rooster-turn)) scaleY(1.06);
}

.app-canoe {
  min-height: clamp(520px, 40vw, 690px);
  background:
    radial-gradient(circle at 34% 42%, rgba(25, 169, 149, 0.28), transparent 0 30%),
    radial-gradient(circle at 76% 62%, rgba(244, 182, 70, 0.18), transparent 0 20%);
}

.app-canoe::before {
  left: 18%;
  right: 2%;
  bottom: 4%;
  height: 26%;
  opacity: 0.38;
  background: radial-gradient(ellipse at 54% 46%, rgba(7, 32, 40, 0.38), transparent 72%);
}

.app-canoe::after {
  right: 5%;
  top: 10%;
  width: 54%;
  height: 54%;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 36% 42%, rgba(255, 253, 245, 0.5), transparent 0 30%),
    linear-gradient(145deg, rgba(244, 182, 70, 0.28), rgba(25, 169, 149, 0.18));
  clip-path: polygon(0 54%, 20% 24%, 46% 34%, 76% 8%, 100% 48%, 76% 86%, 32% 100%);
}

.app-phone {
  left: 10%;
  top: 6%;
  width: 28%;
  height: 84%;
  border: 8px solid rgba(23, 53, 47, 0.86);
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.94), rgba(215, 241, 232, 0.78));
  box-shadow:
    inset 0 0 0 9px rgba(255, 253, 245, 0.86),
    0 34px 90px rgba(7, 32, 40, 0.24);
  overflow: hidden;
}

.app-screen-top {
  left: 0;
  top: 0;
  right: 0;
  height: 42%;
  background:
    radial-gradient(circle at 32% 42%, rgba(217, 75, 103, 0.64) 0 9px, transparent 10px),
    radial-gradient(circle at 70% 58%, rgba(20, 106, 103, 0.68) 0 10px, transparent 11px),
    linear-gradient(135deg, rgba(255, 237, 191, 0.76), rgba(215, 241, 232, 0.74));
}

.app-screen-mark {
  left: 18%;
  right: 18%;
  bottom: 16%;
  height: 32%;
  border-radius: 18px;
  background: rgba(20, 106, 103, 0.12);
}

.app-tool {
  right: 6%;
  top: 24%;
  width: 52%;
  height: 46%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 26%, rgba(244, 182, 70, 0.32), transparent 0 18%),
    linear-gradient(145deg, rgba(20, 106, 103, 0.94), rgba(35, 125, 162, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.2),
    0 30px 74px rgba(7, 32, 40, 0.16);
}

.app-wave {
  left: 34%;
  top: 49%;
  width: 34%;
  height: 70px;
  --wave-edge: 1.02;
  --wave-turn: -9deg;
  transform: rotate(var(--wave-turn)) scaleX(1.08);
}

.app-palm {
  right: 8%;
  bottom: 8%;
  width: 158px;
}

.app-rooster {
  right: 32%;
  top: 10%;
  width: 146px;
  --rooster-turn: 9deg;
  transform: rotate(var(--rooster-turn)) scaleX(0.96);
}

.automation-layout {
  grid-template-columns: 1fr;
  gap: clamp(38px, 5vw, 72px);
}

.automation .section-heading,
.automation-support {
  max-width: 56rem;
  text-align: center;
  margin-inline: auto;
}

.automation-current {
  min-height: clamp(390px, 32vw, 520px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 245, 0.82) 0 42%, rgba(16, 58, 69, 0.96) 42% 100%);
  box-shadow: 0 30px 80px rgba(64, 43, 28, 0.18);
}

.automation-current::before {
  left: 34%;
  right: 18%;
  top: 17%;
  height: 58%;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 44% 46%, rgba(255, 253, 245, 0.4), transparent 0 30%),
    linear-gradient(120deg, rgba(244, 182, 70, 0.32), rgba(25, 169, 149, 0.18));
  clip-path: polygon(0 58%, 14% 24%, 40% 40%, 58% 4%, 100% 34%, 84% 80%, 50% 100%, 18% 82%);
}

.automation-current::after {
  right: 5%;
  top: 16%;
  width: 34%;
  height: 68%;
  opacity: 0.34;
  background: radial-gradient(ellipse at 52% 48%, rgba(5, 31, 39, 0.5), transparent 72%);
}

.auto-input {
  border-radius: 8px;
  background: rgba(20, 106, 103, 0.14);
}

.auto-input-a {
  left: 9%;
  top: 18%;
  width: 28%;
  height: 58%;
}

.auto-input-b {
  left: 24%;
  top: 28%;
  width: 16%;
  height: 36%;
  background: rgba(244, 182, 70, 0.22);
}

.auto-wave {
  left: 31%;
  top: 43%;
  width: 38%;
  height: 84px;
  --wave-edge: 1.2;
  --wave-turn: 3deg;
  transform: rotate(var(--wave-turn)) scaleY(1.04);
}

.auto-review {
  left: 48%;
  top: 32%;
  width: 116px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 245, 0.9) 0 28%, rgba(255, 253, 245, 0.22) 29% 58%, transparent 59%);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
}

.auto-output {
  right: 10%;
  top: 24%;
  width: 28%;
  height: 46%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 24%, rgba(244, 182, 70, 0.32), transparent 0 18%),
    linear-gradient(145deg, #103f42, #0d3438);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.2);
}

.auto-rooster {
  right: 18%;
  bottom: 8%;
  width: 134px;
  --rooster-turn: -7deg;
  transform: rotate(var(--rooster-turn)) scale(1.02);
}

.care-sunwatch {
  justify-self: end;
  width: min(60vw, 760px);
  min-height: clamp(560px, 50vw, 760px);
  margin-right: min(-4vw, -20px);
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 245, 0.26), transparent 0 11%),
    radial-gradient(circle at 34% 64%, rgba(217, 75, 103, 0.34), transparent 0 18%),
    conic-gradient(from 40deg, #0d3438, #1e806f, #f4b646, #0b2830, #0d3438);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.12),
    0 40px 110px rgba(0, 0, 0, 0.2);
}

.care-sunwatch::before {
  left: 13%;
  top: 16%;
  width: 74%;
  height: 74%;
  border-radius: 50%;
  opacity: 0.46;
  background:
    radial-gradient(circle at 54% 44%, rgba(255, 253, 245, 0.18), transparent 0 22%),
    conic-gradient(from 120deg, rgba(255, 253, 245, 0.1), rgba(244, 182, 70, 0.26), rgba(25, 169, 149, 0.18), rgba(255, 253, 245, 0.1));
}

.care-sunwatch::after {
  left: 20%;
  right: 14%;
  bottom: 12%;
  height: 26%;
  opacity: 0.44;
  background: radial-gradient(ellipse at 50% 46%, rgba(0, 0, 0, 0.36), transparent 70%);
}

.care-sun {
  left: 50%;
  top: 18%;
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 245, 0.8) 0 20%, transparent 21%),
    conic-gradient(from 16deg, rgba(244, 182, 70, 0.95), rgba(217, 75, 103, 0.58), rgba(25, 169, 149, 0.62), rgba(244, 182, 70, 0.95));
  transform: translateX(-50%);
  box-shadow: 0 22px 55px rgba(64, 43, 28, 0.16);
}

.care-ring {
  left: 18%;
  right: 18%;
  border-radius: 50%;
  border: 14px solid rgba(255, 253, 245, 0.14);
}

.care-ring-a {
  top: 28%;
  height: 46%;
}

.care-ring-b {
  top: 38%;
  left: 28%;
  right: 28%;
  height: 28%;
  border-color: rgba(244, 182, 70, 0.28);
}

.care-wave {
  left: 19%;
  right: 14%;
  top: 53%;
  height: 86px;
  --wave-edge: 0.92;
  --wave-turn: 5deg;
  transform: rotate(var(--wave-turn)) scaleX(1.08);
}

.care-palm {
  left: 12%;
  bottom: 20%;
  width: 168px;
}

.care-rooster {
  right: 16%;
  bottom: 18%;
  width: 158px;
  --rooster-turn: -8deg;
  transform: rotate(var(--rooster-turn)) scaleY(1.04);
}

.care-check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 245, 0.92) 0 34%, transparent 35%),
    linear-gradient(145deg, rgba(244, 182, 70, 0.9), rgba(25, 169, 149, 0.76));
}

.care-check-a { left: 24%; top: 32%; }
.care-check-b { right: 24%; top: 38%; }

.motif-palm,
.request-palm,
.presence-palm,
.owner-palm,
.app-palm,
.care-palm {
  overflow: visible;
  border-radius: 999px;
  background: transparent;
  clip-path: none;
  transform-origin: 50% 92%;
  filter:
    drop-shadow(0 24px 30px rgba(5, 31, 39, 0.2))
    drop-shadow(-5px 8px 0 rgba(244, 182, 70, 0.08));
}

.motif-palm::before,
.motif-palm::after,
.request-palm::before,
.request-palm::after,
.presence-palm::before,
.presence-palm::after,
.owner-palm::before,
.owner-palm::after,
.app-palm::before,
.app-palm::after,
.care-palm::before,
.care-palm::after {
  content: "";
  position: absolute;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(5, 31, 39, 0.14));
}

.motif-palm::before,
.request-palm::before,
.presence-palm::before,
.owner-palm::before,
.app-palm::before,
.care-palm::before {
  left: -56%;
  top: -12%;
  width: 188%;
  height: 76%;
  background:
    radial-gradient(ellipse at 50% 86%, rgba(255, 253, 245, 0.24), transparent 0 16%),
    radial-gradient(ellipse at 24% 54%, rgba(5, 31, 39, 0.18), transparent 0 18%),
    linear-gradient(145deg, rgba(125, 155, 83, 0.98), rgba(23, 102, 93, 0.78) 56%, rgba(13, 64, 65, 0.64));
  clip-path: polygon(50% 91%, 38% 72%, 1% 66%, 28% 51%, 6% 27%, 39% 38%, 47% 0, 55% 37%, 76% 10%, 66% 47%, 99% 21%, 77% 55%, 100% 80%, 66% 67%, 61% 90%);
  transform: translateX(var(--palm-crown-shift, 0)) scaleX(var(--palm-spread, 1));
  transform-origin: 50% 86%;
}

.motif-palm::after,
.request-palm::after,
.presence-palm::after,
.owner-palm::after,
.app-palm::after,
.care-palm::after {
  left: 42%;
  top: 25%;
  width: 18%;
  height: 82%;
  opacity: 0.9;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 60% 88%, rgba(5, 31, 39, 0.18), transparent 0 24%),
    linear-gradient(90deg, rgba(255, 253, 245, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(130, 145, 76, 0.94), rgba(26, 94, 76, 0.8));
  clip-path: polygon(20% 0, 84% 2%, 100% 100%, 52% 92%, 0 100%);
  transform: skewX(var(--palm-trunk-skew, -4deg));
  transform-origin: 50% 0;
}

.motif-palm { --palm-turn: -11deg; --palm-spread: 1.12; --palm-crown-shift: -3%; transform: rotate(var(--palm-turn)) scale(1.08); }
.request-palm { --palm-turn: 20deg; --palm-spread: 0.9; --palm-trunk-skew: 5deg; transform: rotate(var(--palm-turn)) scaleX(0.92); }
.presence-palm { --palm-turn: -17deg; --palm-spread: 1.18; --palm-crown-shift: -6%; transform: rotate(var(--palm-turn)) scale(1.08); }
.owner-palm { --palm-turn: -23deg; --palm-spread: 0.82; --palm-trunk-skew: -8deg; transform: rotate(var(--palm-turn)) scaleY(0.92); }
.app-palm { --palm-turn: 20deg; --palm-spread: 1.04; --palm-crown-shift: 4%; transform: rotate(var(--palm-turn)) scale(1.08); }
.care-palm { --palm-turn: -15deg; --palm-spread: 1.16; transform: rotate(var(--palm-turn)) scale(1.12); }

body[data-mode="unhinged"] .brand-map,
body[data-mode="unhinged"] .app-canoe {
  filter: saturate(1.16) contrast(1.04);
}

body[data-mode="unhinged"] .bill-current,
body[data-mode="unhinged"] .request-current,
body[data-mode="unhinged"] .kapaa-presence,
body[data-mode="unhinged"] .owner-roost,
body[data-mode="unhinged"] .automation-current,
body[data-mode="unhinged"] .care-sunwatch {
  filter: saturate(1.24) contrast(1.05);
  box-shadow:
    0 0 0 1px rgba(255, 253, 245, 0.28),
    0 34px 95px rgba(10, 28, 38, 0.36),
    0 0 70px rgba(244, 182, 70, 0.18);
}

body[data-mode="unhinged"] .motif-rooster,
body[data-mode="unhinged"] .bill-rooster,
body[data-mode="unhinged"] .request-rooster,
body[data-mode="unhinged"] .presence-rooster,
body[data-mode="unhinged"] .owner-rooster,
body[data-mode="unhinged"] .app-rooster,
body[data-mode="unhinged"] .auto-rooster,
body[data-mode="unhinged"] .care-rooster {
  animation: rooster-bob 4.8s ease-in-out infinite;
  filter:
    drop-shadow(0 28px 42px rgba(5, 31, 39, 0.34))
    drop-shadow(-8px 10px 0 rgba(244, 182, 70, 0.12))
    saturate(1.12);
}

body[data-mode="unhinged"] .motif-wave,
body[data-mode="unhinged"] .bill-wave,
body[data-mode="unhinged"] .request-wave,
body[data-mode="unhinged"] .presence-wave,
body[data-mode="unhinged"] .owner-wave,
body[data-mode="unhinged"] .app-wave,
body[data-mode="unhinged"] .auto-wave,
body[data-mode="unhinged"] .care-wave {
  animation: wave-breathe 6s ease-in-out infinite;
  filter:
    drop-shadow(0 24px 30px rgba(5, 31, 39, 0.28))
    drop-shadow(0 -5px 0 rgba(255, 253, 245, 0.12))
    saturate(1.16);
}

body[data-mode="unhinged"] .motif-palm,
body[data-mode="unhinged"] .request-palm,
body[data-mode="unhinged"] .presence-palm,
body[data-mode="unhinged"] .owner-palm,
body[data-mode="unhinged"] .app-palm,
body[data-mode="unhinged"] .care-palm {
  animation: palm-sway 7s ease-in-out infinite;
  filter:
    drop-shadow(0 28px 34px rgba(5, 31, 39, 0.24))
    drop-shadow(-7px 9px 0 rgba(244, 182, 70, 0.1))
    saturate(1.12);
}

body[data-mode="unhinged"] .motif-wave::before,
body[data-mode="unhinged"] .bill-wave::before,
body[data-mode="unhinged"] .request-wave::before,
body[data-mode="unhinged"] .presence-wave::before,
body[data-mode="unhinged"] .owner-wave::before,
body[data-mode="unhinged"] .app-wave::before,
body[data-mode="unhinged"] .auto-wave::before,
body[data-mode="unhinged"] .care-wave::before,
body[data-mode="unhinged"] .motif-palm::before,
body[data-mode="unhinged"] .request-palm::before,
body[data-mode="unhinged"] .presence-palm::before,
body[data-mode="unhinged"] .owner-palm::before,
body[data-mode="unhinged"] .app-palm::before,
body[data-mode="unhinged"] .care-palm::before {
  opacity: 0.94;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.work-card:nth-child(2) {
  transform: translateY(34px);
}

.work-card:nth-child(3) {
  transform: translateY(-16px);
}

.inquiry-form,
.mode-dial {
  border: 1px solid rgba(23, 53, 47, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 253, 245, 0.9), rgba(255, 237, 191, 0.56)),
    radial-gradient(ellipse at 30% 24%, rgba(255, 253, 245, 0.14), transparent 64%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.72),
    0 18px 44px rgba(64, 43, 28, 0.12);
}

.work-card a {
  --proof-accent: var(--deep-teal);
  --proof-accent-2: var(--reef);
  --proof-paper: rgba(255, 253, 245, 0.94);
  --proof-tint: rgba(215, 241, 232, 0.46);
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(23, 53, 47, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, var(--proof-paper), var(--proof-tint)),
    radial-gradient(ellipse at 88% 12%, color-mix(in srgb, var(--proof-accent) 20%, transparent), transparent 0 38%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.7),
    0 18px 44px rgba(64, 43, 28, 0.12);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.work-kapaa a {
  --proof-accent: var(--ocean);
  --proof-accent-2: var(--reef);
  --proof-paper: rgba(246, 253, 248, 0.96);
  --proof-tint: rgba(215, 241, 232, 0.64);
}

.work-onestop a {
  --proof-accent: var(--soil);
  --proof-accent-2: var(--sun);
  --proof-paper: rgba(255, 248, 230, 0.96);
  --proof-tint: rgba(255, 237, 191, 0.7);
}

.work-mokihana a {
  --proof-accent: var(--leaf);
  --proof-accent-2: var(--hibiscus);
  --proof-paper: rgba(255, 250, 238, 0.96);
  --proof-tint: rgba(255, 226, 198, 0.5);
}

.work-card a:hover,
.work-card a:focus-visible,
.work-card a[data-spark-active] {
  border-color: rgba(20, 106, 103, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.8),
    0 26px 58px rgba(64, 43, 28, 0.18);
  transform: translateY(-3px);
}

.work-card a::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.work-card a::before {
  inset: 0 auto 0 0;
  width: 9px;
  background:
    linear-gradient(180deg, var(--proof-accent), var(--proof-accent-2));
}

.work-card a > * {
  position: relative;
  z-index: 1;
}

.work-name {
  display: block;
  max-width: 13ch;
  color: var(--deep-teal);
  font-size: clamp(1.42rem, 2vw, 1.82rem);
  font-weight: 950;
  line-height: 1.02;
}

.work-onestop .work-name {
  color: #73452f;
}

.work-mokihana .work-name {
  color: #476b3d;
}

.work-desc {
  display: block;
  max-width: 18rem;
  font-size: 0.95rem;
  line-height: 1.42;
}

.work-url {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 12px;
  border-top: 2px solid color-mix(in srgb, var(--proof-accent) 30%, transparent);
  color: color-mix(in srgb, var(--proof-accent) 86%, var(--ink));
  font-size: 0.92rem;
  font-weight: 900;
}

.start-layout {
  align-items: center;
}

.start-copy {
  max-width: 680px;
}

.start-copy .mailto-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 253, 245, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 253, 245, 0.08);
}

.plain-email {
  margin-top: 14px;
  font-weight: 850;
}

.plain-email a {
  color: inherit;
  border-bottom: 2px solid rgba(255, 253, 245, 0.42);
}

.inquiry-form {
  padding: clamp(18px, 3vw, 28px);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 253, 245, 0.96), rgba(255, 237, 191, 0.76)),
    radial-gradient(ellipse at 72% 32%, rgba(244, 182, 70, 0.12), transparent 66%);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 53, 47, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 253, 245, 0.86);
  font-weight: 700;
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 112px;
  resize: vertical;
  padding: 12px;
}

.form-action {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.38;
}

.site-footer {
  z-index: 2;
  padding: clamp(58px, 7vw, 96px) 0 clamp(42px, 6vw, 76px);
  margin-bottom: -1px;
  background:
    radial-gradient(circle at 84% 18%, rgba(244, 182, 70, 0.2), transparent 0 18rem),
    radial-gradient(circle at 18% 86%, rgba(25, 169, 149, 0.14), transparent 0 22rem),
    linear-gradient(140deg, #123a34, #225d66 50%, #5c3f64);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.footer-branding {
  display: grid;
  gap: 8px;
}

.footer-name {
  color: var(--salt);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 950;
  line-height: 0.92;
}

.mode-dial {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(14px, 2vw, 22px);
  align-items: center;
  max-width: 620px;
  padding: clamp(16px, 2.2vw, 24px);
  color: var(--salt);
  background:
    radial-gradient(circle at 84% 28%, rgba(244, 182, 70, 0.18), transparent 0 10rem),
    linear-gradient(145deg, rgba(255, 253, 245, 0.12), rgba(255, 253, 245, 0.04));
}

.mode-copy h2 {
  margin-bottom: 6px;
  font-size: 1.28rem;
  line-height: 1.1;
}

.mode-copy p {
  font-size: 0.9rem;
  line-height: 1.36;
}

.dial-art {
  position: relative;
  width: clamp(78px, 9vw, 104px);
  min-height: clamp(72px, 8vw, 94px);
}

.dial-ring,
.dial-hand,
.dial-bloom {
  position: absolute;
  display: block;
}

.dial-ring {
  inset: 8%;
  border-radius: 50%;
  border: 7px solid rgba(255, 253, 245, 0.2);
  background: rgba(255, 253, 245, 0.06);
}

.dial-hand {
  left: 50%;
  top: 50%;
  width: 42%;
  height: 8px;
  border-radius: 999px;
  background: var(--sun);
  transform-origin: left center;
  transform: rotate(-38deg);
}

body[data-mode="unhinged"] .dial-hand {
  transform: rotate(42deg);
}

.dial-bloom {
  right: 2%;
  top: 8%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--hibiscus);
}

.dial-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dial-button {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 253, 245, 0.18);
  color: rgba(255, 253, 245, 0.78);
  background: rgba(255, 253, 245, 0.08);
  cursor: pointer;
}

.dial-button.is-active {
  color: var(--night);
  background: var(--sun);
}

@media (min-width: 981px) {
  .services {
    min-height: 820px;
  }

  .services-layout {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    min-height: 660px;
  }

  .services .section-heading {
    justify-self: center;
    max-width: 58rem;
    text-align: center;
  }

  .services .section-heading h2,
  .services .section-heading p {
    margin-inline: auto;
  }

  .brand-map {
    justify-self: center;
    width: min(100%, 1120px);
    margin-top: clamp(28px, 4vw, 52px);
  }

  .replace .split-section {
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  }

  .customer-paths .path-layout {
    grid-template-columns: minmax(300px, 0.62fr) minmax(680px, 1.38fr);
    align-items: center;
  }

  .customer-paths .section-heading,
  .customer-paths .section-support {
    grid-column: 1;
  }

  .customer-paths .request-current {
    grid-column: 2;
  }

  .local-presence .presence-layout {
    grid-template-columns: minmax(360px, 0.75fr) minmax(620px, 1.25fr);
  }

  .local-presence .kapaa-presence {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .local-presence .section-heading,
  .local-presence .section-support {
    grid-column: 1;
  }

  .owner-tools .owner-layout {
    grid-template-columns: minmax(300px, 0.55fr) minmax(720px, 1.45fr);
  }

  .apps .apps-layout {
    grid-template-columns: minmax(280px, 0.55fr) minmax(720px, 1.45fr);
  }

  .apps .app-canoe {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .apps .section-heading,
  .apps .section-support {
    grid-column: 1;
  }

  .care .care-layout {
    grid-template-columns: minmax(320px, 0.58fr) minmax(720px, 1.42fr);
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .split-section,
  .path-layout,
  .presence-layout,
  .owner-layout,
  .apps-layout,
  .automation-layout,
  .care-layout,
  .start-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    max-width: 34rem;
  }

  .care-sunwatch {
    justify-self: center;
    width: min(100%, 560px);
    min-height: clamp(420px, 72vw, 560px);
    margin-right: 0;
  }

  .work-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .work-card:nth-child(2),
  .work-card:nth-child(3) {
    transform: none;
  }

  .work-card a,
  .work-card:first-child a,
  .work-card:nth-child(3) a {
    min-height: 0;
  }

  .mode-dial {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .section-inner,
  .header-inner,
  .footer-inner {
    width: min(var(--wide), calc(100% - 30px));
  }

  .header-inner {
    gap: 10px;
  }

  .brand {
    min-width: 0;
    font-size: clamp(0.88rem, 4.1vw, 1rem);
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .header-mail {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .hero-layout {
    padding-top: 46px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .hero-line {
    font-size: clamp(1.48rem, 7.4vw, 2.1rem);
  }

  .hero-text,
  .section-heading p,
  .start-copy p {
    max-width: 20rem;
    font-size: 0.94rem;
    line-height: 1.44;
  }

  .section-band {
    padding-block: 64px;
  }

  .section-heading h2,
  .start-copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .brand-map,
  .bill-current,
  .request-current,
  .kapaa-presence,
  .owner-roost,
  .app-canoe,
  .automation-current {
    min-height: clamp(290px, 78vw, 390px);
  }

  .brand-map {
    min-height: clamp(320px, 84vw, 410px);
  }

  .bill-current {
    border-radius: 8px 64px 8px 8px;
  }

  .request-current {
    border-radius: 52px 96px 52px 96px;
  }

  .kapaa-presence {
    border-radius: 8px 8px 72px 8px;
  }

  .owner-roost {
    border-radius: 120px 30px 30px 120px;
  }

  .app-canoe {
    min-height: clamp(350px, 92vw, 460px);
  }

  .care-sunwatch {
    width: min(100%, 410px);
    min-height: clamp(340px, 92vw, 430px);
  }

  .motif-sun {
    width: 86px;
  }

  .motif-palm {
    left: 28%;
    width: 128px;
  }

  .motif-rooster {
    right: 4%;
    top: 22%;
    width: 118px;
  }

  .motif-shell-a {
    width: 24%;
  }

  .motif-shell-b {
    right: 16%;
    width: 20%;
  }

  .bill-tool-a {
    width: 26%;
  }

  .bill-built {
    right: 7%;
    width: 44%;
  }

  .bill-rooster,
  .request-rooster,
  .presence-rooster,
  .owner-rooster,
  .app-rooster,
  .auto-rooster,
  .care-rooster {
    width: 92px;
  }

  .request-form {
    left: 10%;
    width: 44%;
  }

  .request-slip {
    right: 8%;
    width: 26%;
  }

  .request-palm,
  .presence-palm,
  .owner-palm,
  .app-palm,
  .care-palm {
    width: 108px;
  }

  .local-sign {
    width: 46%;
  }

  .menu-slip-a {
    right: 8%;
    width: 32%;
  }

  .app-phone {
    left: 6%;
    top: 8%;
    width: 32%;
    height: 80%;
  }

  .app-tool {
    right: 4%;
    top: 30%;
    width: 56%;
    height: 42%;
  }

  .auto-review {
    width: 82px;
  }

  .auto-output {
    right: 8%;
    width: 30%;
  }

  .work-card a {
    padding: 16px;
  }

  .work-name {
    font-size: 1.18rem;
  }

  .work-desc {
    font-size: 0.86rem;
  }

  .form-split {
    grid-template-columns: 1fr;
  }

  .mode-dial {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .section-inner,
  .header-inner,
  .footer-inner {
    width: min(100% - 28px, var(--wide));
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .header-mail {
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .section-band {
    padding-block: 58px;
  }

  h1 {
    font-size: clamp(2.16rem, 10.4vw, 3rem);
  }

  .hero-line {
    font-size: clamp(1.34rem, 6.5vw, 1.82rem);
  }

  .section-heading h2,
  .start-copy h2 {
    font-size: clamp(1.84rem, 9.1vw, 2.44rem);
  }

  .brand-map,
  .bill-current,
  .request-current,
  .kapaa-presence,
  .owner-roost,
  .automation-current {
    min-height: 272px;
  }

  .app-canoe,
  .care-sunwatch {
    min-height: 320px;
  }
}

@keyframes slow-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes float-map {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(18px, -12px, 0) rotate(3deg); }
}

@keyframes reef-drift {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(var(--current-turn, 0deg)); }
  50% { transform: translate3d(28px, -10px, 0) rotate(calc(var(--current-turn, 0deg) + 2deg)); }
}

@keyframes rooster-bob {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(var(--rooster-turn, 0deg)); }
  50% { transform: translate3d(0, -10px, 0) rotate(calc(var(--rooster-turn, 0deg) + 2deg)); }
}

@keyframes wave-breathe {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(var(--wave-turn, 0deg)) scaleX(1); }
  50% { transform: translate3d(10px, -3px, 0) rotate(calc(var(--wave-turn, 0deg) + 1deg)) scaleX(1.03); }
}

@keyframes palm-sway {
  0%,
  100% { transform: rotate(var(--palm-turn, 0deg)) translate3d(0, 0, 0); }
  50% { transform: rotate(calc(var(--palm-turn, 0deg) + 5deg)) translate3d(4px, -4px, 0); }
}

.sunprint-piece,
.island-current,
.palm-frond,
.rooster-crest,
.motif-wave,
.bill-wave,
.request-wave,
.presence-wave,
.owner-wave,
.app-wave,
.auto-wave,
.care-wave,
.motif-palm,
.request-palm,
.presence-palm,
.owner-palm,
.app-palm,
.care-palm,
.motif-rooster,
.bill-rooster,
.request-rooster,
.presence-rooster,
.owner-rooster,
.app-rooster,
.auto-rooster,
.care-rooster,
.care-ring {
  display: none !important;
}

.sunprint {
  opacity: 0.78;
  background:
    radial-gradient(circle at var(--spark-x) var(--spark-y), rgba(244, 182, 70, calc(0.08 + var(--spark) * 0.16)), transparent 0 18rem),
    radial-gradient(circle at 14% 78%, rgba(217, 75, 103, calc(0.035 + var(--spark) * 0.08)), transparent 0 18rem),
    linear-gradient(120deg, rgba(255, 248, 230, 0.16), transparent 45%, rgba(215, 241, 232, 0.2));
}

.section-art::before,
.section-art::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 30% 36%, rgba(255, 253, 245, 0.28), transparent 0 34%),
    radial-gradient(ellipse at 74% 66%, rgba(5, 31, 39, 0.12), transparent 0 42%),
    linear-gradient(135deg, rgba(244, 182, 70, 0.16), rgba(25, 169, 149, 0.12)),
    url("/assets/art/current-bloom.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(0.86) contrast(0.98);
  mix-blend-mode: soft-light;
  opacity: 0.18;
}

.section-art::before {
  width: min(54vw, 680px);
  height: min(34vw, 360px);
  left: -12vw;
  top: 10%;
  transform: rotate(-7deg);
}

.section-art::after {
  width: min(48vw, 560px);
  height: min(28vw, 300px);
  right: -10vw;
  bottom: 8%;
  transform: rotate(8deg);
}

body[data-mode="unhinged"] .section-art::before,
body[data-mode="unhinged"] .section-art::after {
  opacity: 0.28;
  filter: saturate(1.12) contrast(1.04);
}

.brand-map,
.bill-current,
.request-current,
.kapaa-presence,
.owner-roost,
.app-canoe,
.automation-current,
.care-sunwatch {
  isolation: isolate;
}

.brand-map {
  background:
    radial-gradient(circle at 12% 52%, rgba(244, 182, 70, 0.2), transparent 0 12%),
    radial-gradient(circle at 86% 38%, rgba(217, 75, 103, 0.16), transparent 0 13%),
    linear-gradient(145deg, rgba(5, 31, 39, 0.2), rgba(25, 169, 149, 0.2)),
    url("/assets/art/recursive-art-tile.webp");
  background-size: cover;
  background-position: center;
}

.brand-map::before,
.brand-map::after,
.bill-current::before,
.bill-current::after,
.request-current::before,
.request-current::after,
.kapaa-presence::before,
.kapaa-presence::after,
.owner-roost::before,
.owner-roost::after,
.app-canoe::before,
.app-canoe::after,
.automation-current::before,
.automation-current::after,
.care-sunwatch::before,
.care-sunwatch::after {
  clip-path: none;
}

.brand-map::after,
.request-current::before,
.owner-roost::before,
.app-canoe::after,
.automation-current::before {
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 38% 46%, rgba(255, 253, 245, 0.34), transparent 0 34%),
    linear-gradient(120deg, rgba(244, 182, 70, 0.2), rgba(25, 169, 149, 0.16)),
    url("/assets/art/current-bloom.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.24;
}

.bill-current {
  background:
    radial-gradient(circle at 76% 24%, rgba(244, 182, 70, 0.28), transparent 0 18%),
    linear-gradient(145deg, rgba(60, 36, 29, 0.92) 0%, rgba(147, 82, 47, 0.86) 42%, rgba(12, 64, 71, 0.86) 43%, rgba(11, 40, 48, 0.94) 100%),
    url("/assets/art/current-bloom.webp");
  background-size: cover;
  background-position: center;
}

.request-current {
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 253, 245, 0.14), transparent 0 19%),
    radial-gradient(circle at 76% 48%, rgba(244, 182, 70, 0.34), transparent 0 14%),
    linear-gradient(90deg, rgba(8, 38, 53, 0.96) 0%, rgba(21, 90, 112, 0.9) 52%, rgba(14, 52, 68, 0.96) 100%),
    url("/assets/art/recursive-art-tile.webp");
  background-size: cover;
  background-position: center;
}

.kapaa-presence,
.owner-roost,
.automation-current {
  background-blend-mode: normal, normal, soft-light;
}

.app-canoe {
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 34% 42%, rgba(25, 169, 149, 0.28), transparent 0 30%),
    radial-gradient(circle at 76% 62%, rgba(244, 182, 70, 0.18), transparent 0 20%),
    url("/assets/art/recursive-art-tile.webp");
  background-size: cover;
  background-position: center;
}

.care-sunwatch {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 245, 0.26), transparent 0 11%),
    radial-gradient(circle at 34% 64%, rgba(217, 75, 103, 0.34), transparent 0 18%),
    linear-gradient(135deg, #0d3438, #1e806f 42%, #f4b646 72%, #0b2830);
}

.sunprint::after {
  content: "";
  position: absolute;
  inset: -12%;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 253, 245, 0.18), transparent 0 18%),
    radial-gradient(circle at 76% 58%, rgba(217, 75, 103, 0.14), transparent 0 22%),
    url("/assets/art/recursive-art-tile.webp");
  background-size: 520px auto;
  background-position: 50% 50%;
  filter: saturate(1.2) contrast(1.04);
  mix-blend-mode: soft-light;
  transform: scale(1.04) rotate(-2deg);
}

body[data-mode="unhinged"] .sunprint {
  opacity: 0.94;
  animation: recursive-field 18s ease-in-out infinite;
}

body[data-mode="unhinged"] .sunprint::before {
  animation: recursive-glow 11s ease-in-out infinite;
}

body[data-mode="unhinged"] .sunprint::after {
  opacity: calc(0.18 + var(--recursive-phase) * 0.2);
  animation: recursive-tile-drift 24s linear infinite;
}

.section-band[data-in-view] .section-art::before,
.section-band[data-in-view] .section-art::after,
.site-footer[data-in-view] .section-art::before,
.site-footer[data-in-view] .section-art::after {
  opacity: 0.24;
}

body[data-mode="unhinged"] .section-art::before,
body[data-mode="unhinged"] .section-art::after {
  background:
    radial-gradient(ellipse at 30% 36%, rgba(255, 253, 245, 0.34), transparent 0 30%),
    radial-gradient(ellipse at 72% 68%, rgba(5, 31, 39, 0.14), transparent 0 42%),
    linear-gradient(135deg, rgba(244, 182, 70, 0.22), rgba(25, 169, 149, 0.18)),
    url("/assets/art/current-bloom.webp");
  background-size: 120% auto;
  background-position: 50% 50%;
  mix-blend-mode: screen;
}

body[data-mode="unhinged"] .section-art::before {
  clip-path: polygon(4% 50%, 17% 22%, 38% 32%, 56% 4%, 87% 22%, 96% 62%, 74% 92%, 42% 86%, 20% 100%);
  animation: unlock-surface-a 14s ease-in-out infinite;
}

body[data-mode="unhinged"] .section-art::after {
  clip-path: polygon(0 36%, 22% 10%, 48% 22%, 76% 0, 100% 34%, 88% 78%, 54% 100%, 22% 84%);
  animation: unlock-surface-b 17s ease-in-out infinite;
}

.brand-map,
.bill-current,
.request-current,
.kapaa-presence,
.owner-roost,
.app-canoe,
.automation-current,
.care-sunwatch {
  border: 1px solid rgba(255, 253, 245, 0.16);
  transform: translateZ(0);
}

.brand-map::before,
.bill-current::before,
.request-current::before,
.kapaa-presence::before,
.owner-roost::before,
.app-canoe::before,
.automation-current::before,
.care-sunwatch::before {
  background:
    radial-gradient(ellipse at 24% 34%, rgba(255, 253, 245, 0.26), transparent 0 26%),
    radial-gradient(ellipse at 78% 60%, rgba(244, 182, 70, 0.2), transparent 0 34%),
    url("/assets/art/current-bloom.webp");
  background-size: 140% auto;
  background-position: 48% 50%;
  mix-blend-mode: soft-light;
}

.bill-current::after,
.kapaa-presence::after,
.care-sunwatch::after {
  background:
    linear-gradient(120deg, rgba(255, 253, 245, 0), rgba(255, 253, 245, 0.16), rgba(255, 253, 245, 0)),
    url("/assets/art/recursive-art-tile.webp");
  background-size: 360px auto;
  mix-blend-mode: screen;
}

body[data-mode="unhinged"] .brand-map,
body[data-mode="unhinged"] .bill-current,
body[data-mode="unhinged"] .request-current,
body[data-mode="unhinged"] .kapaa-presence,
body[data-mode="unhinged"] .owner-roost,
body[data-mode="unhinged"] .app-canoe,
body[data-mode="unhinged"] .automation-current,
body[data-mode="unhinged"] .care-sunwatch {
  filter: saturate(1.28) contrast(1.06);
  background-position: 50% 50%, 50% 50%, calc(42% + var(--recursive-phase) * 12%) 50%;
}

body[data-mode="unhinged"] .brand-map::before,
body[data-mode="unhinged"] .bill-current::before,
body[data-mode="unhinged"] .request-current::before,
body[data-mode="unhinged"] .kapaa-presence::before,
body[data-mode="unhinged"] .owner-roost::before,
body[data-mode="unhinged"] .app-canoe::before,
body[data-mode="unhinged"] .automation-current::before,
body[data-mode="unhinged"] .care-sunwatch::before {
  opacity: calc(0.28 + var(--recursive-phase) * 0.24);
  animation: inner-unlock 10s ease-in-out infinite;
}

body[data-mode="unhinged"] .brand-map::after,
body[data-mode="unhinged"] .bill-current::after,
body[data-mode="unhinged"] .request-current::after,
body[data-mode="unhinged"] .kapaa-presence::after,
body[data-mode="unhinged"] .owner-roost::after,
body[data-mode="unhinged"] .app-canoe::after,
body[data-mode="unhinged"] .automation-current::after,
body[data-mode="unhinged"] .care-sunwatch::after {
  opacity: calc(0.32 + var(--recursive-phase) * 0.2);
  animation: nested-current 13s ease-in-out infinite;
}

body[data-mode="unhinged"] .work-card a {
  border-color: color-mix(in srgb, var(--proof-accent) 36%, rgba(255, 253, 245, 0.34));
  background:
    radial-gradient(ellipse at calc(80% - var(--recursive-phase) * 18%) 14%, color-mix(in srgb, var(--proof-accent-2) 24%, transparent), transparent 0 38%),
    linear-gradient(135deg, var(--proof-paper), var(--proof-tint));
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 245, 0.78),
    0 30px 72px rgba(5, 31, 39, 0.28),
    0 0 56px rgba(244, 182, 70, 0.14);
}

body[data-mode="unhinged"] .work-card a::before {
  width: calc(9px + var(--recursive-phase) * 7px);
}

@keyframes recursive-field {
  0%,
  100% { filter: saturate(1) contrast(1); }
  45% { filter: saturate(1.18) contrast(1.04); }
  70% { filter: saturate(1.08) contrast(1.02); }
}

@keyframes recursive-glow {
  0%,
  100% { opacity: 1; transform: scale(1); }
  45% { opacity: 0.78; transform: scale(1.03); }
  72% { opacity: 1; transform: scale(1.01); }
}

@keyframes recursive-tile-drift {
  from { background-position: 50% 50%; transform: scale(1.04) rotate(-2deg); }
  to { background-position: 82% 38%; transform: scale(1.09) rotate(2deg); }
}

@keyframes unlock-surface-a {
  0%,
  100% {
    background-position: 48% 50%;
    transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  }
  48% {
    background-position: 68% 38%;
    transform: translate3d(22px, -10px, 0) rotate(-3deg) scale(1.08);
  }
  74% {
    background-position: 38% 64%;
    transform: translate3d(-10px, 8px, 0) rotate(-9deg) scale(0.98);
  }
}

@keyframes unlock-surface-b {
  0%,
  100% {
    background-position: 50% 50%;
    transform: translate3d(0, 0, 0) rotate(8deg) scale(1);
  }
  42% {
    background-position: 30% 44%;
    transform: translate3d(-18px, 12px, 0) rotate(4deg) scale(1.06);
  }
  78% {
    background-position: 70% 58%;
    transform: translate3d(10px, -6px, 0) rotate(10deg) scale(1.02);
  }
}

@keyframes inner-unlock {
  0%,
  100% {
    background-position: 44% 48%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    background-position: 68% 38%;
    transform: translate3d(8px, -6px, 0) scale(1.045);
  }
}

@keyframes nested-current {
  0%,
  100% {
    background-position: 50% 50%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  52% {
    background-position: 78% 42%;
    transform: translate3d(-10px, 8px, 0) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .canvas-fx {
    display: none;
  }
}
