/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .hero-arrow-path {
    --hero-arrow-path: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.023%209.348h4.992v-.001M2.985%2019.644v-4.992m0%200h4.992m-4.993%200%203.181%203.183a8.25%208.25%200%200%200%2013.803-3.7M4.031%209.865a8.25%208.25%200%200%201%2013.803-3.7l3.181%203.182m0-4.991v4.99%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-arrow-path);
    mask: var(--hero-arrow-path);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-computer-desktop-micro {
    --hero-computer-desktop-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%204.25A2.25%202.25%200%200%201%204.25%202h7.5A2.25%202.25%200%200%201%2014%204.25v5.5A2.25%202.25%200%200%201%2011.75%2012h-1.312c.1.128.21.248.328.36a.75.75%200%200%201%20.234.545v.345a.75.75%200%200%201-.75.75h-4.5a.75.75%200%200%201-.75-.75v-.345a.75.75%200%200%201%20.234-.545c.118-.111.228-.232.328-.36H4.25A2.25%202.25%200%200%201%202%209.75v-5.5Zm2.25-.75a.75.75%200%200%200-.75.75v4.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75h-7.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-computer-desktop-micro);
    mask: var(--hero-computer-desktop-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-exclamation-circle {
    --hero-exclamation-circle: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v3.75m9-.75a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Zm-9%203.75h.008v.008H12v-.008Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-exclamation-circle);
    mask: var(--hero-exclamation-circle);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-information-circle {
    --hero-information-circle: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.25%2011.25.041-.02a.75.75%200%200%201%201.063.852l-.708%202.836a.75.75%200%200%200%201.063.853l.041-.021M21%2012a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Zm-9-3.75h.008v.008H12V8.25Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-information-circle);
    mask: var(--hero-information-circle);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-moon-micro {
    --hero-moon-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20d%3D%22M14.438%2010.148c.19-.425-.321-.787-.748-.601A5.5%205.5%200%200%201%206.453%202.31c.186-.427-.176-.938-.6-.748a6.501%206.501%200%201%200%208.585%208.586Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-moon-micro);
    mask: var(--hero-moon-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-sun-micro {
    --hero-sun-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20d%3D%22M8%201a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%208%201ZM10.5%208a2.5%202.5%200%201%201-5%200%202.5%202.5%200%200%201%205%200ZM12.95%204.11a.75.75%200%201%200-1.06-1.06l-1.062%201.06a.75.75%200%200%200%201.061%201.062l1.06-1.061ZM15%208a.75.75%200%200%201-.75.75h-1.5a.75.75%200%200%201%200-1.5h1.5A.75.75%200%200%201%2015%208ZM11.89%2012.95a.75.75%200%200%200%201.06-1.06l-1.06-1.062a.75.75%200%200%200-1.062%201.061l1.061%201.06ZM8%2012a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%208%2012ZM5.172%2011.89a.75.75%200%200%200-1.061-1.062L3.05%2011.89a.75.75%200%201%200%201.06%201.06l1.06-1.06ZM4%208a.75.75%200%200%201-.75.75h-1.5a.75.75%200%200%201%200-1.5h1.5A.75.75%200%200%201%204%208ZM4.11%205.172A.75.75%200%200%200%205.173%204.11L4.11%203.05a.75.75%200%201%200-1.06%201.06l1.06%201.06Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-sun-micro);
    mask: var(--hero-sun-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-x-mark {
    --hero-x-mark: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018%2018%206M6%206l12%2012%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-x-mark);
    mask: var(--hero-x-mark);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-full {
    height: 100%;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .self-start {
    align-self: flex-start;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .brightness-200 {
    --tw-brightness: brightness(200%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[left\] {
    transition-property: left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .motion-safe\:animate-spin {
    @media (prefers-reduced-motion: no-preference) {
      animation: var(--animate-spin);
    }
  }
  .sm\:w-96 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .sm\:max-w-96 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 96);
    }
  }
  .sm\:translate-y-0 {
    @media (width >= 40rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:scale-95 {
    @media (width >= 40rem) {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:scale-100 {
    @media (width >= 40rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\[\[data-theme-source\=system\]_\&\]\:\!left-0 {
    [data-theme-source=system] & {
      left: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\[data-theme\=dark\]_\&\]\:left-2\/3 {
    [data-theme=dark] & {
      left: calc(2 / 3 * 100%);
    }
  }
  .\[\[data-theme\=light\]_\&\]\:left-1\/3 {
    [data-theme=light] & {
      left: calc(1 / 3 * 100%);
    }
  }
}
:root {
  --ink: #1e2e2a;
  --forest: #234f46;
  --deep: #153c35;
  --coral: #d87559;
  --gold: #dca351;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --muted: #68736f;
  --line: rgba(30, 46, 42, .15);
  --shadow: 0 30px 80px rgba(27, 52, 45, .14);
  --pigment-emerald: #1f5b4d;
  --pigment-rose: #be6677;
  --pigment-blush: #dfa09a;
  --pigment-gold: #b8873e;
  --pigment-clay: #a35f46;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--cream);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Avenir Next", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 84% 8%, rgba(232,162,108,.14), transparent 25rem), var(--cream);
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(30,46,42,.09);
}
.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 730;
  letter-spacing: -.02em;
}
.brand img, .footer-brand img, .closing-inner img {
  border-radius: 22%;
  box-shadow: 0 8px 20px rgba(31,65,57,.18);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px,2.5vw,34px);
  font-size: .86rem;
  font-weight: 620;
}
.main-nav a {
  text-decoration: none;
  transition: opacity 150ms ease;
}
.main-nav a:hover {
  opacity: .64;
}
.main-nav .nav-cta {
  padding: 11px 16px;
  color: white;
  background: var(--forest);
  border-radius: 999px;
}
.hero {
  min-height: 760px;
  padding-block: 88px 92px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.78fr);
  align-items: center;
  gap: clamp(52px,7.5vw,104px);
}
.hero-copy {
  max-width: 710px;
  align-self: center;
  transform: translateY(-8px);
}
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero .eyebrow {
  gap: 13px;
  color: #36564f;
  font-size: .68rem;
  font-weight: 690;
  letter-spacing: .205em;
}
.eyebrow span {
  width: 23px;
  height: 1px;
  background: var(--coral);
}
.hero .eyebrow span {
  width: 31px;
  background: #7b958c;
}
.hero h1, .section-heading h2, .palette-copy h2, .audience-inner h2, .closing-inner h2, .legal-intro h1 {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
}
.hero h1 {
  max-width: 710px;
  margin-top: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: clamp(4.45rem,7.2vw,7.1rem);
  font-weight: 650;
  letter-spacing: -.075em;
  line-height: .89;
  text-wrap: balance;
}
.hero h1 em {
  display: inline-block;
  padding-right: .045em;
  color: #27584d;
  font-weight: 650;
  font-style: normal;
}
.hero-lede {
  max-width: 555px;
  margin: 34px 0 0;
  color: #4e5c57;
  font-size: clamp(1.08rem,1.35vw,1.2rem);
  font-weight: 420;
  letter-spacing: -.021em;
  line-height: 1.58;
  text-wrap: pretty;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.app-store-button {
  min-width: 182px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 11px 18px 10px;
  color: white;
  background: var(--ink);
  border-radius: 13px;
  line-height: 1.05;
  font-size: 1.05rem;
  font-weight: 660;
  letter-spacing: -.02em;
}
.app-store-button small {
  display: block;
  margin-bottom: 4px;
  font-size: .58rem;
  font-weight: 550;
  letter-spacing: .03em;
}
.apple-mark {
  width: 27px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  font-size: .85rem;
}
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 6px 7px 6px 18px;
  color: var(--ink);
  background: rgba(255,253,248,.72);
  border: 1px solid rgba(30,46,42,.12);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(34,61,53,.08);
  font-size: .82rem;
  font-weight: 680;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.text-link span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-left: 0;
  color: white;
  background: var(--ink);
  border-radius: 50%;
  font-size: .78rem;
  transition: transform 180ms ease;
}
.text-link:hover {
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(34,61,53,.12);
  transform: translateY(-1px);
}
.text-link:hover span {
  transform: translateY(2px);
}
.launch-note {
  margin: 16px 0 0;
  color: #7c8782;
  font-size: .76rem;
}
.hero-art {
  position: relative;
  min-height: 630px;
  display: grid;
  place-items: center;
}
.phone-frame {
  position: relative;
  z-index: 3;
  width: min(340px,82vw);
  aspect-ratio: 390/780;
  padding: 11px;
  border: 2px solid rgba(24,38,34,.75);
  border-radius: 48px;
  background: #17211e;
  box-shadow: 0 42px 90px rgba(25,58,49,.26),0 12px 32px rgba(25,58,49,.16);
  transform: rotate(2deg);
}
.phone-sensor {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 50%;
  width: 92px;
  height: 25px;
  background: #17211e;
  border-radius: 999px;
  transform: translateX(-50%);
}
.phone-screen {
  height: 100%;
  padding: 20px 14px 16px;
  overflow: hidden;
  border-radius: 37px;
  background: #fcfaf5;
}
.studio-topbar {
  height: 50px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  color: #32433e;
}
.studio-wordmark {
  justify-self: center;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .22em;
}
.round-control {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(44,68,61,.12);
  border-radius: 50%;
  background: white;
  box-shadow: 0 5px 12px rgba(40,57,52,.08);
}
.canvas-preview {
  position: relative;
  height: calc(100% - 118px);
  overflow: hidden;
  background: white;
  border: 1px solid rgba(43,65,59,.09);
  border-radius: 22px;
}
.canvas-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(.985);
  animation: canvas-cycle 8.4s infinite ease-in-out;
}
.canvas-slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 19px 8px 12px;
  filter: contrast(1.1);
}
.slide-lotus {
  animation-delay: 0s;
}
.slide-lotus img {
  padding: 14px 7px 10px;
}
.slide-dragon {
  animation-delay: 2.8s;
}
.slide-creature {
  animation-delay: 5.6s;
}
.slide-creature img {
  padding: 27px 12px 17px;
}
.stencil-paint {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.lotus-paint {
  inset: 14px 7px 10px;
  opacity: .86;
  background: radial-gradient(ellipse at 50% 64%,var(--pigment-gold) 0 9%,var(--pigment-rose) 10% 30%,var(--pigment-blush) 31% 48%,#5f8d73 49% 67%,var(--pigment-emerald) 68% 100%);
  filter: saturate(.92) contrast(1.04);
  -webkit-mask-image: url("/images/lotus-mandala.png");
  mask-image: url("/images/lotus-mandala.png");
}
.paint-wash {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: .88;
  filter: blur(.7px) saturate(1.04);
  box-shadow: inset 0 0 24px rgba(255,255,255,.12);
}
.wash-a {
  width: 52%;
  height: 32%;
  top: 18%;
  left: 18%;
  border-radius: 57% 43% 48% 52%;
  background: radial-gradient(ellipse at 38% 36%,#d0ab72 0 24%,#b48250 56%,#936147 100%);
  transform: rotate(-12deg);
}
.wash-b {
  width: 54%;
  height: 29%;
  top: 44%;
  left: 30%;
  border-radius: 45% 55% 60% 40%;
  background: radial-gradient(ellipse at 42% 38%,#7ca38c,var(--pigment-emerald) 72%,#173f37 100%);
  transform: rotate(10deg);
}
.wash-c {
  width: 34%;
  height: 18%;
  bottom: 9%;
  left: 12%;
  border-radius: 54% 46% 55% 45%;
  background: radial-gradient(ellipse at 35% 35%,#c6816c,var(--pigment-clay) 72%,#814b3d 100%);
  transform: rotate(-17deg);
}
.canvas-steps {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 7px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.canvas-steps span {
  width: 4px;
  height: 4px;
  display: block;
  background: rgba(23,48,42,.24);
  border-radius: 50%;
  animation: canvas-step 8.4s infinite ease-in-out;
}
.canvas-steps span:nth-child(2) {
  animation-delay: 2.8s;
}
.canvas-steps span:nth-child(3) {
  animation-delay: 5.6s;
}
@keyframes canvas-cycle {
  0%, 27% {
    opacity: 1;
    transform: scale(1);
  }
  33%, 94% {
    opacity: 0;
    transform: scale(1.018);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes canvas-step {
  0%, 27% {
    background: var(--pigment-emerald);
    transform: scale(1.45);
  }
  33%, 94% {
    background: rgba(23,48,42,.24);
    transform: scale(1);
  }
  100% {
    background: var(--pigment-emerald);
    transform: scale(1.45);
  }
}
.tool-dock {
  position: relative;
  z-index: 4;
  width: calc(100% - 10px);
  min-height: 52px;
  margin: -6px auto 0;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(34,62,53,.11);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(31,61,53,.13);
}
.tool-dot {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 6px solid white;
  outline: 1px solid rgba(31,50,44,.16);
  border-radius: 50%;
  background: var(--dot,#f4eee1);
  color: var(--forest);
  font-size: .74rem;
}
.tool-dot.brush, .tool-dot.eraser {
  border-width: 1px;
  background: #f4eee1;
}
.paint-orbit {
  position: absolute;
  border-radius: 50%;
}
.orbit-one {
  width: 520px;
  height: 520px;
  background: #d8dfcf;
  opacity: .7;
}
.orbit-two {
  width: 450px;
  height: 450px;
  border: 1px solid rgba(35,79,70,.22);
}
.floating-swatch {
  position: absolute;
  z-index: 5;
  right: -9px;
  bottom: 125px;
  padding: 9px;
  display: flex;
  gap: 6px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}
.floating-swatch span {
  width: 27px;
  height: 27px;
  background: var(--swatch);
  border-radius: 50%;
}
.principles-band {
  color: white;
  background: var(--forest);
}
.principle-grid {
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
}
.principle-grid div {
  min-height: 44px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid rgba(255,255,255,.17);
  font-size: .87rem;
}
.principle-grid div:first-child {
  padding-left: 0;
  border-left: 0;
}
.principle-grid b {
  color: #f3bb76;
  font-family: Georgia,serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
.studio-section, .gallery-section, .membership-section {
  padding-block: 150px;
}
.section-heading.narrow {
  max-width: 790px;
}
.section-heading h2, .palette-copy h2, .audience-inner h2, .closing-inner h2 {
  font-size: clamp(3rem,5vw,5.2rem);
}
.section-heading>p, .palette-copy>p, .audience-inner>p, .closing-inner>p {
  color: var(--muted);
  line-height: 1.75;
}
.section-heading.narrow>p {
  max-width: 640px;
  margin: 27px 0 0;
  font-size: 1.05rem;
}
.feature-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2,minmax(290px,auto));
  gap: 18px;
}
.feature-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(32,57,49,.1);
  border-radius: 28px;
  background: rgba(255,253,248,.8);
}
.feature-large {
  grid-row: 1/span 2;
  min-height: 638px;
  background: #e3dfd0;
}
.feature-copy {
  position: relative;
  z-index: 2;
  max-width: 330px;
}
.feature-number {
  color: var(--coral);
  font-family: Georgia,serif;
  font-size: .9rem;
  font-style: italic;
}
.feature-card h3 {
  margin: 17px 0 10px;
  font-family: Georgia,serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}
.stroke-samples {
  position: absolute;
  inset: 210px 25px 10px;
}
.stroke {
  position: absolute;
  display: block;
  width: 86%;
  height: 84px;
  left: 8%;
  border-radius: 60% 44% 55% 40%;
  filter: saturate(1.08);
  box-shadow: inset 0 0 18px rgba(255,255,255,.2);
}
.stroke::after {
  content: "";
  position: absolute;
  inset: 10px -10px 8px 22px;
  border-radius: inherit;
  background: repeating-linear-gradient(175deg,transparent 0 5px,rgba(255,255,255,.15) 6px 7px);
}
.stroke.green {
  top: 30px;
  background: #2e6355;
  transform: rotate(-7deg);
}
.stroke.coral {
  top: 142px;
  left: 1%;
  background: #b95445;
  transform: rotate(5deg);
}
.stroke.gold {
  top: 256px;
  left: 12%;
  background: #c9892e;
  transform: rotate(-3deg);
}
.boundary-card {
  background: #fdfbf6;
}
.boundary-card img {
  position: absolute;
  width: 50%;
  height: 96%;
  right: -4%;
  bottom: -14%;
  object-fit: contain;
  opacity: .92;
}
.tool-card {
  background: #d9e2d7;
}
.mini-tools {
  position: absolute;
  right: 34px;
  bottom: 37px;
  left: 34px;
  height: 58px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(27,53,46,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.73);
  box-shadow: 0 16px 28px rgba(36,71,61,.13);
}
.mini-tools i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b95445;
  box-shadow: inset 0 0 0 6px white,0 0 0 1px rgba(31,57,49,.15);
}
.mini-tools i:nth-of-type(2) {
  background: #174f43;
}
.mini-tools i:nth-of-type(3) {
  background: #c9892e;
}
.palette-section {
  padding: 130px 0;
  color: white;
  background: var(--deep);
}
.palette-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(60px,9vw,130px);
}
.kicker.light {
  color: #f0bc7d;
}
.palette-copy>p {
  margin-top: 28px;
  color: rgba(255,255,255,.7);
  font-size: 1rem;
}
.palette-tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.palette-tabs button {
  appearance: none;
  padding: 10px 15px;
  color: rgba(255,255,255,.64);
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
  font-weight: 650;
  transition: 160ms ease;
}
.palette-tabs button.active, .palette-tabs button:hover {
  color: var(--deep);
  background: #f6efe2;
  border-color: #f6efe2;
}
.palette-paper {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  background: #faf8f1;
  border-radius: 20px;
  box-shadow: 0 42px 85px rgba(6,29,24,.4);
  transform: rotate(1.2deg);
}
.palette-paper>img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: contrast(1.08);
}
.palette-tray {
  position: absolute;
  right: -25px;
  bottom: 32px;
  left: 42px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--ink);
  background: white;
  border-radius: 17px;
  box-shadow: 0 18px 45px rgba(11,37,30,.22);
  transform: rotate(-1.2deg);
}
.palette-title span, .palette-title small {
  display: block;
}
.palette-title span {
  font-family: Georgia,serif;
  font-size: 1.05rem;
}
.palette-title small {
  max-width: 210px;
  margin-top: 5px;
  color: var(--muted);
  font-size: .67rem;
}
.palette-swatches {
  display: flex;
  gap: 7px;
}
.palette-swatches span {
  width: 31px;
  height: 31px;
  display: block;
  background: var(--swatch);
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(30,50,44,.18);
  transition: background 240ms ease;
}
.gallery-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 80px;
}
.gallery-heading>p {
  margin: 0 0 6px;
}
.art-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: 1fr 1.16fr 1fr;
  align-items: start;
  gap: 18px;
}
.art-tile {
  position: relative;
  min-height: 460px;
  margin: 0;
  padding: 26px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 27px;
  background: #dce4d7;
}
.art-tile:nth-child(2) {
  min-height: 550px;
  margin-top: -35px;
  background: #eadcc9;
}
.art-tile:nth-child(3) {
  background: #e4d9db;
}
.art-tile img {
  min-height: 0;
  width: 100%;
  flex: 1;
  object-fit: contain;
  filter: contrast(1.08);
}
.art-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 8px 11px;
  border: 1px solid rgba(28,50,43,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  font-size: .64rem;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.art-tile figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: Georgia,serif;
  font-size: 1.35rem;
}
.audience-section {
  padding: 120px 0;
  color: white;
  background: #263b36;
}
.audience-inner {
  display: grid;
  grid-template-columns: 100px 1fr .6fr;
  align-items: center;
  gap: clamp(32px,6vw,85px);
}
.audience-mark {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: #e6b06f;
  border-radius: 50%;
  font-family: Georgia,serif;
  font-size: 1.5rem;
  font-style: italic;
}
.audience-inner h2 {
  margin-top: 16px;
  font-size: clamp(2.7rem,4.2vw,4.6rem);
}
.audience-inner>p {
  color: rgba(255,255,255,.65);
  font-size: .92rem;
}
.section-heading.centered {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
.section-heading.centered>p {
  max-width: 640px;
  margin: 25px auto 0;
}
.pricing-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  gap: 16px;
}
.price-card {
  position: relative;
  min-height: 250px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(30,52,45,.14);
  border-radius: 24px;
  background: rgba(255,253,248,.74);
}
.featured-price {
  color: white;
  background: var(--forest);
  border-color: var(--forest);
}
.price-name {
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.price {
  margin-top: 20px;
}
.price b {
  display: block;
  font-family: Georgia,serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -.05em;
}
.price small {
  color: var(--muted);
  font-size: .74rem;
}
.featured-price .price small, .featured-price p {
  color: rgba(255,255,255,.64);
}
.price-card p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .83rem;
}
.best-value {
  position: absolute;
  top: 23px;
  right: 23px;
  padding: 7px 10px;
  color: var(--deep);
  background: #efbd7b;
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.renewal-copy {
  max-width: 850px;
  margin: 27px auto 0;
  color: #7a837f;
  text-align: center;
  font-size: .7rem;
  line-height: 1.7;
}
.closing-section {
  padding: 115px 0;
  background: #e6ded0;
}
.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.closing-inner h2 {
  margin-top: 35px;
}
.closing-inner p {
  margin: 18px 0 30px;
}
.app-store-button.pale {
  color: white;
  background: var(--deep);
}
.site-footer {
  padding: 48px 0;
  color: rgba(255,255,255,.7);
  background: #162b26;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer-brand b, .footer-brand span {
  display: block;
}
.footer-brand b {
  color: white;
  font-size: .95rem;
}
.footer-brand span {
  margin-top: 4px;
  font-size: .7rem;
}
.site-footer nav {
  display: flex;
  gap: 25px;
}
.site-footer a {
  font-size: .77rem;
  text-decoration: none;
}
.site-footer p {
  margin: 0;
  text-align: right;
  font-size: .69rem;
}
.legal-main {
  min-height: 80vh;
  padding: 110px 0 135px;
}
.legal-page {
  max-width: 980px;
}
.legal-intro {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}
.legal-intro h1 {
  max-width: 830px;
  font-size: clamp(3.7rem,7vw,6.8rem);
}
.legal-intro>p {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: .82rem;
}
.legal-body {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 55px;
}
.legal-body section {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.legal-body h2, .support-grid h2, .support-callout h2 {
  margin: 0 0 14px;
  font-family: Georgia,serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -.025em;
}
.legal-body p, .support-grid p, .support-callout p {
  margin: 0 0 15px;
  color: #5f6b66;
  font-size: .95rem;
  line-height: 1.78;
}
.legal-body p:last-child {
  margin-bottom: 0;
}
.legal-body a, .support-grid a {
  color: var(--forest);
  font-weight: 670;
}
.support-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.support-grid section {
  min-height: 265px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.support-grid section>span {
  color: var(--coral);
  font-family: Georgia,serif;
  font-size: .82rem;
  font-style: italic;
}
.support-grid h2 {
  margin-top: 22px;
}
.support-callout {
  margin-top: 60px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  color: white;
  background: var(--deep);
  border-radius: 24px;
}
.support-callout h2 {
  margin-top: 17px;
  font-size: 2.15rem;
}
.support-callout p {
  margin: 0;
  color: rgba(255,255,255,.66);
}
[data-phx-session], [data-phx-teleported-src] {
  display: contents;
}
#topbar {
  background: var(--coral) !important;
  height: 3px !important;
}
@media (prefers-reduced-motion: reduce) {
  .canvas-slide, .canvas-steps span {
    animation: none;
  }
  .canvas-slide {
    display: none;
  }
  .slide-lotus {
    display: block;
    opacity: 1;
    transform: none;
  }
  .canvas-steps span:first-child {
    background: var(--pigment-emerald);
    transform: scale(1.45);
  }
}
@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding-top: 75px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lede {
    margin-inline: auto;
  }
  .eyebrow, .hero-actions {
    justify-content: center;
  }
  .hero-art {
    min-height: 610px;
  }
  .floating-swatch {
    right: calc(50% - 230px);
  }
  .feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .feature-large {
    grid-row: auto;
  }
  .palette-layout, .gallery-heading, .audience-inner {
    grid-template-columns: 1fr;
  }
  .palette-copy {
    max-width: 650px;
  }
  .audience-mark {
    display: none;
  }
  .audience-inner {
    gap: 25px;
  }
  .art-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .art-tile:nth-child(2) {
    margin-top: 0;
  }
  .art-tile:nth-child(3) {
    grid-column: 1/-1;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    min-height: 220px;
  }
  .footer-grid {
    grid-template-columns: 1fr auto;
  }
  .site-footer p {
    grid-column: 1/-1;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 32px,1180px);
  }
  .nav-wrap {
    min-height: 74px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .main-nav>a:not(.nav-cta) {
    display: none;
  }
  .main-nav .nav-cta {
    padding: 10px 13px;
    font-size: .73rem;
  }
  .hero {
    padding-top: 58px;
    padding-bottom: 70px;
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(3.55rem,16vw,5rem);
  }
  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }
  .hero-art {
    min-height: 540px;
  }
  .phone-frame {
    width: 282px;
  }
  .orbit-one {
    width: 390px;
    height: 390px;
  }
  .orbit-two {
    width: 350px;
    height: 350px;
  }
  .floating-swatch {
    right: calc(50% - 188px);
    bottom: 100px;
  }
  .principle-grid {
    padding: 25px 0;
    grid-template-columns: 1fr;
  }
  .principle-grid div, .principle-grid div:first-child {
    min-height: 48px;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .principle-grid div:last-child {
    border-bottom: 0;
  }
  .studio-section, .gallery-section, .membership-section {
    padding-block: 95px;
  }
  .section-heading h2, .palette-copy h2, .audience-inner h2, .closing-inner h2 {
    font-size: clamp(2.7rem,13vw,4rem);
  }
  .feature-grid {
    margin-top: 50px;
  }
  .feature-card {
    min-height: 370px;
    padding: 28px;
  }
  .feature-large {
    min-height: 590px;
  }
  .boundary-card img {
    width: 64%;
  }
  .palette-section {
    padding: 90px 0;
  }
  .palette-layout {
    gap: 55px;
  }
  .palette-paper {
    min-height: 480px;
  }
  .palette-tray {
    right: 14px;
    bottom: 18px;
    left: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  .palette-title small {
    max-width: none;
  }
  .palette-swatches span {
    width: 28px;
    height: 28px;
  }
  .gallery-heading {
    gap: 25px;
  }
  .art-grid {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
  .art-tile, .art-tile:nth-child(2) {
    min-height: 480px;
  }
  .art-tile:nth-child(3) {
    grid-column: auto;
  }
  .audience-section, .closing-section {
    padding: 85px 0;
  }
  .pricing-grid {
    margin-top: 48px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer nav {
    flex-wrap: wrap;
  }
  .legal-main {
    padding: 75px 0 95px;
  }
  .legal-intro {
    padding-bottom: 48px;
  }
  .legal-intro h1 {
    font-size: clamp(3.4rem,15vw,5rem);
  }
  .support-grid, .support-callout {
    grid-template-columns: 1fr;
  }
  .support-grid {
    border-left: 0;
  }
  .support-grid section {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
  }
  .support-callout {
    padding: 32px;
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
