/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-md: calc(var(--radius) - 2px);
    --radius-lg: var(--radius);
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .-top-16 {
    top: calc(var(--spacing) * -16);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .-right-16 {
    right: calc(var(--spacing) * -16);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-16 {
    bottom: calc(var(--spacing) * -16);
  }
  .-left-16 {
    left: calc(var(--spacing) * -16);
  }
  .container {
    width: 100%;
    @media (width >= 1262px) {
      max-width: 1262px;
    }
    @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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-px {
    gap: 1px;
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-14 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-border {
    border-color: var(--border);
  }
  .border-border\/70 {
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 70%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-background\/80 {
    background-color: var(--background);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--background) 80%, transparent);
    }
  }
  .bg-card {
    background-color: var(--card);
  }
  .bg-foreground {
    background-color: var(--foreground);
  }
  .bg-foreground\/90 {
    background-color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--foreground) 90%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-background {
    color: var(--background);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-foreground\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--foreground);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--foreground) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@font-face {
  font-family: "DM Serif Text";
  src: url("/fonts/DMSerifText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-brand {
  font-family: "DM Serif Text", serif;
  letter-spacing: 0.04em;
}
:root {
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #7AC414;
  --primary-foreground: #ffffff;
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  --canvas-deep-plum: #2F0B3A;
  --canvas-dark-purple: #5C3B64;
  --canvas-soft-green: #B2D17E;
  --canvas-vibrant-green: #7AC414;
  --canvas-darkened-plum: #1E0E26;
  --canvas-light-gray: #ECECEC;
  --grey-50: #F7F7F8;
  --grey-100: #EFEFF1;
  --grey-200: #E0E0E4;
  --grey-300: #C8C8CE;
  --grey-400: #9898A4;
  --grey-600: #5A5A66;
  --grey-800: #2A2A34;
  --body-text: #3A3A46;
  --green-pale: #EBF5D6;
}
.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: #7ac414;
  --primary-foreground: #ffffff;
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}
@layer base {
  * {
    border-color: var(--border);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  body {
    background-color: var(--background);
    color: var(--foreground);
  }
}
@layer components {
  .marketing-prose > p {
    margin-bottom: 1.5em;
    line-height: 1.75;
  }
  .marketing-prose > p:last-child {
    margin-bottom: 0;
  }
  .marketing-prose > ul,
  .marketing-prose > ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    line-height: 1.65;
  }
  .marketing-prose [class*="space-y"] > p,
  .marketing-prose [class*="space-y"] > ul,
  .marketing-prose [class*="space-y"] > ol {
    margin-bottom: 0;
  }
  .marketing-prose .space-y-14 > * + * {
    margin-top: 3.5rem;
  }
  .marketing-prose .space-y-16 > * + * {
    margin-top: 4rem;
  }
  .marketing-prose a.inline-flex.h-11.rounded-md.px-8.text-sm.font-semibold.shadow-lg.transition-colors {
    display: inline-flex;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: calc(var(--radius) - 2px);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .marketing-prose li + li {
    margin-top: 0.5em;
  }
  .marketing-prose blockquote {
    margin: 2em 0;
    padding-left: 1.25em;
    border-left: 3px solid var(--border);
    font-style: italic;
    line-height: 1.7;
  }
  .persona-bio p {
    margin: 1.25rem 0;
  }
  .persona-bio p:first-child {
    margin-top: 0;
  }
  .persona-bio p:last-child {
    margin-bottom: 0;
  }
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap');
.page h1, .page h2, .page h3, .page blockquote {
  font-family: 'Playfair Display', serif;
}
.page {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.hero-image {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.hero-text h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.2;
  color: var(--foreground);
}
.hero-text p {
  font-size: 0.95rem;
  color: var(--muted-foreground);
  line-height: 1.75;
}
.mission {
  margin: 3rem 0;
  padding: 3rem;
  background: var(--foreground);
  color: var(--primary-foreground);
  border-radius: 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mission::before {
  content: '\201C';
  position: absolute;
  top: -1rem;
  left: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 12rem;
  color: var(--accent);
  opacity: 0.15;
  line-height: 1;
  pointer-events: none;
}
.mission .eyebrow {
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.mission blockquote {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  color: #f0ece4;
  max-width: 650px;
  margin: 0 auto;
}
.problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin: 3rem 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}
.problem-left h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.problem-left p {
  font-size: 0.9rem;
  color: var(--muted-foreground);
  line-height: 1.75;
}
.problem-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}
.problem-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c0392b;
  flex-shrink: 0;
  margin-top: 6px;
}
.problem-item p {
  font-size: 0.85rem;
  color: var(--muted-foreground);
}
.audience {
  margin: 3rem 0;
}
.section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-top: 0.5rem;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.audience-card {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  position: relative;
  overflow: hidden;
}
.audience-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.audience-card:hover::after {
  transform: scaleX(1);
}
.audience-card:nth-child(2) {
  transform: translateY(1.5rem);
}
.audience-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.audience-card p {
  font-size: 0.85rem;
  color: var(--muted-foreground);
  line-height: 1.7;
}
.features {
  margin: 3rem 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
}
.feature-card {
  padding: 2rem 2.25rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--muted);
}
.feature-card.accent {
  background: var(--foreground);
  color: var(--primary-foreground);
  border-color: transparent;
  grid-column: span 2;
}
.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin-bottom: 0.625rem;
}
.feature-card.accent h3 {
  color: var(--primary-foreground);
}
.feature-card p {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.75;
}
.feature-card.accent p {
  color: #ccc5ba;
}
.feature-card.accent .eyebrow {
  color: var(--accent);
}
.closing {
  text-align: center;
  padding: 3rem 2rem;
  border-top: 1px solid var(--border);
}
.closing h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 1rem;
}
.closing p {
  font-size: 0.95rem;
  color: var(--muted-foreground);
  max-width: 500px;
  margin: 0 auto;
}
.marketing-prose section.relative.overflow-hidden > div.absolute.inset-0:not(img) {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%) !important;
}
.marketing-prose section.relative.overflow-hidden h1.font-brand {
  line-height: 1.1 !important;
}
.at-hero-overlay {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 440px;
}
.at-hero-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.at-hero-overlay .at-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
}
.at-hero-overlay .at-overlay-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 440px;
  padding: 2.5rem;
}
.at-ghost-number {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Playfair Display', serif;
  font-size: 9rem;
  line-height: 1;
  color: #7AC414;
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}
.at-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted-foreground);
}
.at-pill.green {
  background: #7AC414;
  color: #ffffff;
  border-color: #7AC414;
}
.at-pill.plum {
  background: #2F0B3A;
  color: #ffffff;
  border-color: #2F0B3A;
}
.at-section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7AC414;
}
.at-quote-block {
  border-left: 3px solid #7AC414;
  padding: 1.25rem 1.5rem;
  background: #f9fdf4;
  border-radius: 0 0.75rem 0.75rem 0;
}
.at-quote-block p {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #2F0B3A;
  line-height: 1.65;
}
.at-feature-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.at-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.at-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.at-section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.at-glow-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2.5rem;
}
.at-glow-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, #7AC414, transparent);
  opacity: 0.18;
  pointer-events: none;
}
.at-glow-card::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, #B2D17E, transparent);
  opacity: 0.1;
  pointer-events: none;
}
.at-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.at-divider::before,
.at-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.at-divider span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  white-space: nowrap;
}
.at-plum-card {
  background-color: var(--canvas-deep-plum);
}
.at-plum-card,
.at-plum-card h1,
.at-plum-card h2,
.at-plum-card h3,
.at-plum-card h4,
.at-plum-card p,
.at-plum-card div,
.at-plum-card span,
.at-plum-card li {
  color: rgba(255, 255, 255, 0.8);
}
.at-plum-card .at-label {
  color: #B2D17E;
}
.at-plum-card .at-green {
  color: #7AC414;
}
.at-plum-card .at-dim {
  color: rgba(255, 255, 255, 0.5);
}
.at-dark-card {
  background-color: var(--canvas-darkened-plum);
}
.at-dark-card,
.at-dark-card h1,
.at-dark-card h2,
.at-dark-card h3,
.at-dark-card h4,
.at-dark-card p,
.at-dark-card div,
.at-dark-card span,
.at-dark-card li {
  color: rgba(255, 255, 255, 0.8);
}
.at-dark-card .at-label {
  color: #B2D17E;
}
.at-dark-card .at-green {
  color: #7AC414;
}
.at-dark-card .at-dim {
  color: rgba(255, 255, 255, 0.5);
}
.at-green-card {
  background-color: var(--canvas-vibrant-green);
}
.at-green-card,
.at-green-card h1,
.at-green-card h2,
.at-green-card h3,
.at-green-card h4,
.at-green-card p,
.at-green-card div,
.at-green-card span,
.at-green-card li {
  color: #1E0E26;
}
.at-green-card .at-dim {
  color: rgba(0, 0, 0, 0.5);
}
.at-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  border-bottom: 1px solid var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 10%, transparent);
  }
  backdrop-filter: blur(8px);
  background: var(--background);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--background) 82%, transparent);
  }
}
.at-preview-badge {
  position: fixed;
  top: 28px;
  left: -36px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  width: 11rem;
  padding: 0 0.5rem;
  border: 1px solid color-mix(in oklch, white 20%, transparent);
  background: var(--canvas-deep-plum);
  color: white;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.96;
  transform: rotate(-45deg);
  transform-origin: center;
  box-shadow: 0 8px 20px color-mix(in oklch, black 26%, transparent);
}
.at-header__inner {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 1rem;
}
.at-header__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.at-header__brand {
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.at-header__nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}
.at-header__nav a {
  color: var(--foreground);
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 120ms ease, color 120ms ease;
}
.at-header__nav a:hover {
  background: var(--accent);
  color: var(--accent-foreground);
}
.at-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.at-header__signin,
.at-header__cart {
  color: var(--muted-foreground);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.4rem;
}
.at-header__signin:hover,
.at-header__cart:hover {
  color: var(--foreground);
}
.at-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--primary-foreground);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  min-height: 2rem;
  padding: 0 0.75rem;
}
.at-header__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: transparent;
  color: var(--foreground);
  font-size: 0.8125rem;
  font-weight: 500;
  min-height: 2rem;
  padding: 0 0.65rem;
}
@media (min-width: 48rem) {
  .at-header__nav {
    display: inline-flex;
  }
  .at-header__menu {
    display: none;
  }
}
@media (max-width: 47.99rem) {
  .at-header__signin,
  .at-header__cart {
    display: none;
  }
}
.at-footer {
  border-top: 1px solid color-mix(in oklch, white 10%, transparent);
  background: var(--canvas-deep-plum);
  color: white;
  margin-top: 4rem;
}
.at-footer__inner {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.at-footer__grid {
  display: grid;
  gap: 2.5rem;
  text-align: left;
  color: color-mix(in oklch, white 80%, transparent);
}
@media (min-width: 48rem) {
  .at-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.at-footer__brand {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
  font-size: 1.125rem;
}
.at-footer__lead {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.65;
}
.at-footer__heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: color-mix(in oklch, white 60%, transparent);
}
.at-footer__list {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.at-footer__list a {
  color: inherit;
  text-decoration: none;
}
.at-footer__list a:hover {
  text-decoration: underline;
}
.at-footer__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in oklch, white 10%, transparent);
  font-size: 0.75rem;
  color: color-mix(in oklch, white 60%, transparent);
}
.at-footer__nowrap {
  white-space: nowrap;
}
.at-front-shell {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.at-front-hero {
  background: linear-gradient(180deg, var(--canvas-deep-plum) 0%, var(--background) 100%);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(180deg, color-mix(in oklch, var(--canvas-deep-plum) 18%, var(--background)) 0%, var(--background) 100%);
  }
  border-bottom: 1px solid var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 8%, transparent);
  }
  padding: 4rem 0 3rem;
}
.at-front-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  margin-bottom: 0.85rem;
}
.at-front-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  font-weight: 700;
  max-width: 22ch;
}
.at-front-subtitle {
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 65ch;
}
.at-front-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.at-front-primary,
.at-front-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
}
.at-front-primary {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--primary-foreground);
}
.at-front-secondary {
  border: 1px solid var(--border);
  color: var(--foreground);
  background: var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--foreground) 3%, transparent);
  }
}
.at-front-highlights {
  padding: 2rem 0;
}
.at-front-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .at-front-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.at-front-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  background: var(--background);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--background) 92%, var(--foreground) 8%);
  }
}
.at-front-card h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.at-front-card p {
  margin-top: 0.6rem;
  color: var(--muted-foreground);
  font-size: 0.9rem;
  line-height: 1.55;
}
.at-front-canvas-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.home-v2 {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: -2rem;
  padding: 0;
}
@media (min-width: 768px) {
  .home-v2 {
    margin-top: -2.5rem;
  }
}
.hero-banner {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: var(--canvas-darkened-plum);
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-slide-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1E0E26 0%, #2F0B3A 40%, #3a1247 70%, #1a0820 100%);
}
.hero-slide-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(92,59,100,0.6) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at 20% 60%, rgba(122,196,20,0.08) 0%, transparent 50%);
}
.hero-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30,14,38,0.88) 0%, rgba(30,14,38,0.5) 50%, rgba(30,14,38,0.15) 100%);
}
.hero-banner .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  border: 1px solid rgba(122,196,20,0.35);
  background: rgba(122,196,20,0.1);
  color: var(--canvas-soft-green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: fit-content;
}
.hero-headline {
  font-family: 'DM Serif Text', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
  max-width: 520px;
}
.hero-headline em {
  font-style: italic;
  color: var(--canvas-vibrant-green);
}
.hero-sub {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  max-width: 400px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.btn-hero-green {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 7px;
  background: var(--canvas-vibrant-green);
  color: var(--canvas-darkened-plum);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.2s;
}
.btn-hero-green:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(122,196,20,0.3);
}
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-hero-outline:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
}
.hero-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}
.hero-dot-btn {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(255,255,255,0.3);
  transition: all 0.2s;
}
.hero-dot-btn.active {
  background: var(--canvas-vibrant-green);
  width: 40px;
}
.trust-bar {
  background: var(--background);
  border-bottom: 1px solid var(--grey-200);
  padding: 1rem 3rem;
}
.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.trust-tagline {
  font-size: 0.82rem;
  color: var(--grey-600);
}
.trust-tagline strong {
  color: var(--canvas-darkened-plum);
}
.trust-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.trust-app-badges {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.trust-app-label {
  font-size: 0.7rem;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.app-badge-light {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.875rem;
  border-radius: 7px;
  background: var(--grey-50);
  border: 1px solid var(--grey-200);
  text-decoration: none;
  transition: all 0.2s;
}
.app-badge-light:hover {
  border-color: var(--canvas-vibrant-green);
  background: var(--green-pale);
}
.app-badge-light-text {
  display: flex;
  flex-direction: column;
}
.app-badge-light-sub {
  font-size: 0.54rem;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.app-badge-light-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--grey-800);
  line-height: 1.2;
}
.btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.25rem;
  border-radius: 7px;
  background: var(--canvas-vibrant-green);
  color: var(--canvas-darkened-plum);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-get-started:hover {
  filter: brightness(1.1);
}
.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
.sec-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--canvas-vibrant-green);
  display: block;
  margin-bottom: 0.625rem;
}
.sec-title {
  font-family: 'DM Serif Text', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--canvas-darkened-plum);
}
.sec-title em {
  font-style: italic;
  color: var(--canvas-dark-purple);
}
.sec-sub {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--grey-600);
  margin-top: 0.625rem;
  max-width: 520px;
}
.pillars-section {
  padding: 5rem 0;
  background: var(--background);
}
.pillars-header {
  margin-bottom: 3rem;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pillar-card {
  border-radius: 16px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.pillar-card:hover {
  transform: translateY(-4px);
}
.pillar-track {
  background: var(--grey-50);
  border: 1px solid var(--grey-200);
}
.pillar-track:hover {
  box-shadow: 0 12px 32px rgba(122,196,20,0.1);
  border-color: var(--canvas-soft-green);
}
.pillar-certify {
  background: var(--canvas-darkened-plum);
  border: 1px solid rgba(255,255,255,0.06);
}
.pillar-connect {
  background: var(--canvas-vibrant-green);
  border: 1px solid rgba(122,196,20,0.3);
}
.pillar-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'DM Serif Text', serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.pillar-track .pillar-number {
  color: var(--canvas-vibrant-green);
  opacity: 0.08;
}
.pillar-certify .pillar-number {
  color: #fff;
  opacity: 0.05;
}
.pillar-connect .pillar-number {
  color: var(--canvas-darkened-plum);
  opacity: 0.1;
}
.pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-track .pillar-icon {
  background: var(--green-pale);
}
.pillar-certify .pillar-icon {
  background: rgba(122,196,20,0.12);
}
.pillar-connect .pillar-icon {
  background: rgba(47,11,58,0.15);
}
.pillar-icon svg {
  width: 22px;
  height: 22px;
}
.pillar-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.pillar-track .pillar-label {
  color: var(--canvas-vibrant-green);
}
.pillar-certify .pillar-label {
  color: var(--canvas-soft-green);
}
.pillar-connect .pillar-label {
  color: rgba(47,11,58,0.5);
}
.pillar-title {
  font-family: 'DM Serif Text', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.pillar-track .pillar-title {
  color: var(--canvas-darkened-plum);
}
.pillar-certify .pillar-title {
  color: #fff;
}
.pillar-connect .pillar-title {
  color: var(--canvas-darkened-plum);
}
.pillar-desc {
  font-size: 0.87rem;
  line-height: 1.65;
}
.pillar-track .pillar-desc {
  color: var(--grey-600);
}
.pillar-certify .pillar-desc {
  color: rgba(255,255,255,0.6);
}
.pillar-connect .pillar-desc {
  color: rgba(47,11,58,0.65);
}
.audience-section {
  padding: 5rem 0;
  background: var(--grey-50);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
}
.audience-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: start;
}
.audience-section .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.audience-section .audience-card {
  background: var(--background);
  border: 1px solid var(--grey-200);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.25s;
  position: static;
  overflow: visible;
}
.audience-section .audience-card::after {
  display: none;
}
.audience-section .audience-card:hover {
  border-color: var(--canvas-vibrant-green);
  box-shadow: 0 8px 24px rgba(122,196,20,0.1);
  transform: translateY(-3px);
}
.audience-section .audience-card:nth-child(2) {
  transform: none;
}
.audience-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: var(--green-pale);
  display: flex;
  align-items: center;
  justify-content: center;
}
.audience-icon svg {
  width: 18px;
  height: 18px;
}
.audience-title {
  font-family: 'DM Serif Text', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--canvas-darkened-plum);
}
.audience-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--grey-600);
}
.audience-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--canvas-vibrant-green);
  margin-top: auto;
}
.audience-link svg {
  width: 11px;
  height: 11px;
}
.catalog-strip {
  padding: 5rem 0;
  background: var(--background);
}
.catalog-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.catalog-features {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.catalog-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--grey-100);
}
.catalog-feature:last-child {
  border-bottom: none;
}
.catalog-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--green-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.catalog-feature-icon svg {
  width: 16px;
  height: 16px;
}
.catalog-feature-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--canvas-darkened-plum);
  margin-bottom: 0.25rem;
}
.catalog-feature-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--grey-600);
}
.phone-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.phone-glow-light {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122,196,20,0.12) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.phone-frame-light {
  position: relative;
  z-index: 2;
  width: 240px;
  background: var(--canvas-darkened-plum);
  border-radius: 38px;
  padding: 12px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12),
    0 32px 64px rgba(47,11,58,0.25),
    0 8px 16px rgba(0,0,0,0.1);
  animation: phone-float 5s ease-in-out infinite;
}
@keyframes phone-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}
.phone-notch-light {
  width: 70px;
  height: 7px;
  background: #0d0d0d;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.phone-screen-light {
  background: var(--grey-50);
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 9/19;
}
.phone-screen-content {
  padding: 1rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.phone-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-screen-logo {
  font-family: 'DM Serif Text', serif;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--canvas-darkened-plum);
  letter-spacing: 0.05em;
}
.phone-screen-logo span {
  color: var(--canvas-vibrant-green);
}
.phone-verified-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--green-pale);
  border: 1px solid rgba(122,196,20,0.3);
}
.phone-verified-pill-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--canvas-vibrant-green);
}
.phone-verified-pill span {
  font-size: 0.48rem;
  font-weight: 700;
  color: #3a7000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.phone-artwork-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #2F0B3A 0%, #5C3B64 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.phone-artwork-thumb::after {
  content: 'App Screenshot';
  position: absolute;
  font-size: 0.45rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.phone-artwork-label {
  font-family: 'DM Serif Text', serif;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--canvas-darkened-plum);
}
.phone-artwork-sub {
  font-size: 0.56rem;
  color: var(--grey-400);
  margin-top: 0.125rem;
}
.phone-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.phone-stat-light {
  background: var(--background);
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 0.5rem 0.375rem;
  text-align: center;
}
.phone-stat-light-value {
  font-family: 'DM Serif Text', serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--canvas-vibrant-green);
}
.phone-stat-light-label {
  font-size: 0.44rem;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
}
.phone-action-light {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.625rem;
  background: var(--background);
  border: 1px solid var(--grey-200);
  border-radius: 8px;
}
.phone-action-light-icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--canvas-vibrant-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.phone-action-light-icon svg {
  width: 9px;
  height: 9px;
}
.phone-action-light-text {
  font-size: 0.56rem;
  color: var(--grey-600);
  font-weight: 500;
}
.phone-action-light-arrow {
  margin-left: auto;
  font-size: 0.6rem;
  color: var(--grey-300);
}
.phone-bottom-nav {
  display: flex;
  justify-content: space-around;
  padding: 0.625rem 0 0.375rem;
  border-top: 1px solid var(--grey-200);
  margin-top: auto;
}
.phone-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.phone-bottom-nav-dot {
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--grey-200);
}
.phone-bottom-nav-item.active .phone-bottom-nav-dot {
  background: var(--canvas-vibrant-green);
}
.phone-bottom-nav-label {
  font-size: 0.42rem;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.phone-bottom-nav-item.active .phone-bottom-nav-label {
  color: var(--canvas-vibrant-green);
}
.nfc-strip {
  background: var(--canvas-darkened-plum);
  padding: 3.5rem 0;
}
.nfc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
.nfc-text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.nfc-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--canvas-soft-green);
}
.nfc-title {
  font-family: 'DM Serif Text', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.nfc-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  max-width: 480px;
}
.nfc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.nfc-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  background: rgba(122,196,20,0.1);
  border: 1px solid rgba(122,196,20,0.2);
  font-size: 0.72rem;
  color: var(--canvas-soft-green);
}
.nfc-pill svg {
  width: 11px;
  height: 11px;
}
.nfc-tag-visual {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
}
.nfc-tag {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2F0B3A, #5C3B64);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.nfc-tag-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--canvas-vibrant-green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nfc-tag-icon svg {
  width: 22px;
  height: 22px;
}
.nfc-tag-label {
  font-size: 0.58rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nfc-scan-text {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
}
.statement-section {
  padding: 5rem 0;
  background: var(--grey-50);
  border-top: 1px solid var(--grey-200);
  text-align: center;
}
.statement-quote {
  font-family: 'DM Serif Text', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--canvas-darkened-plum);
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.statement-quote em {
  font-style: italic;
  color: var(--canvas-dark-purple);
}
.stat-strip {
  display: inline-flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--grey-200);
  background: var(--background);
}
.stat-strip-item {
  padding: 1.25rem 2.5rem;
  border-right: 1px solid var(--grey-200);
  text-align: center;
}
.stat-strip-item:last-child {
  border-right: none;
}
.stat-strip-item:nth-child(2) {
  background: var(--grey-50);
}
.stat-strip-value {
  font-family: 'DM Serif Text', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--canvas-vibrant-green);
  line-height: 1;
}
.stat-strip-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-400);
  margin-top: 0.375rem;
}
.cta-section {
  padding: 2rem 0 5rem;
}
.cta-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 4.5rem 4rem;
  text-align: center;
  background: var(--canvas-vibrant-green);
  border: 1px solid rgba(122,196,20,0.3);
}
.cta-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  pointer-events: none;
}
.cta-card::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,11,58,0.12), transparent 70%);
  pointer-events: none;
}
.cta-bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DM Serif Text', serif;
  font-size: 13rem;
  font-weight: 400;
  color: rgba(47,11,58,0.06);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.05em;
}
.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cta-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(47,11,58,0.55);
}
.cta-title {
  font-family: 'DM Serif Text', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--canvas-darkened-plum);
}
.cta-sub {
  font-size: 0.93rem;
  line-height: 1.7;
  color: rgba(47,11,58,0.65);
  max-width: 460px;
}
.cta-actions {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  background: var(--canvas-darkened-plum);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.25s;
}
.btn-cta-primary:hover {
  background: var(--canvas-deep-plum);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(47,11,58,0.3);
}
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  background: var(--grey-200);
  color: var(--grey-800);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--grey-300);
  transition: all 0.25s;
}
.btn-cta-secondary:hover {
  background: var(--grey-300);
  transform: translateY(-1px);
}
.cta-app-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.5rem;
}
.cta-app-label {
  font-size: 0.65rem;
  color: rgba(47,11,58,0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cta-badges {
  display: flex;
  gap: 0.625rem;
}
.app-badge-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  background: #000000;
  border: 1px solid rgba(0,0,0,0.8);
  text-decoration: none;
  transition: all 0.2s;
}
.app-badge-dark:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.app-badge-dark-text {
  display: flex;
  flex-direction: column;
}
.app-badge-dark-sub {
  font-size: 0.54rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.app-badge-dark-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.at-home-v2 {
  --h2-green: var(--canvas-vibrant-green);
  --h2-green-light: #B2D17E;
  --h2-green-pale: #EBF5D6;
  --h2-plum: #2F0B3A;
  --h2-plum-mid: #5C3B64;
  --h2-plum-dark: #1E0E26;
  --h2-white: #ffffff;
  --h2-grey-50: #F7F7F8;
  --h2-grey-100: #EFEFF1;
  --h2-grey-200: #E0E0E4;
  --h2-grey-300: #C8C8CE;
  --h2-grey-400: #9898A4;
  --h2-grey-600: #5A5A66;
  --h2-grey-800: #2A2A34;
}
.at-home-v2 .section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
.at-home-v2 .hero-banner {
  margin-top: 68px;
  position: relative;
  height: 420px;
  overflow: hidden;
  background: var(--h2-plum-dark);
}
.at-home-v2 .hero-slide-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1E0E26 0%, #2F0B3A 40%, #3a1247 70%, #1a0820 100%);
}
.at-home-v2 .hero-slide-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(92, 59, 100, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at 20% 60%, rgba(122, 196, 20, 0.08) 0%, transparent 50%);
}
.at-home-v2 .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 14, 38, 0.88) 0%, rgba(30, 14, 38, 0.5) 50%, rgba(30, 14, 38, 0.15) 100%);
}
.at-home-v2 .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.at-home-v2 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 196, 20, 0.35);
  background: rgba(122, 196, 20, 0.1);
  color: var(--h2-green-light);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: fit-content;
}
.at-home-v2 .hero-headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  max-width: 520px;
}
.at-home-v2 .hero-headline em {
  font-style: italic;
  color: var(--h2-green);
}
.at-home-v2 .hero-sub {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 400px;
}
.at-home-v2 .hero-actions {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.at-home-v2 .btn-hero-green,
.at-home-v2 .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.2s;
}
.at-home-v2 .btn-hero-green {
  background: var(--h2-green);
  color: var(--h2-plum-dark);
  font-size: 0.88rem;
  font-weight: 700;
}
.at-home-v2 .btn-hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
}
.at-home-v2 .hero-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}
.at-home-v2 .hero-dot-btn {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}
.at-home-v2 .hero-dot-btn.active {
  background: var(--h2-green);
  width: 40px;
}
.at-home-v2 .pillar-card:hover {
  transform: translateY(-4px);
}
.at-home-v2 .pillar-track:hover {
  box-shadow: 0 12px 32px rgba(122, 196, 20, 0.1);
  border-color: var(--h2-green-light);
}
.at-home-v2 .pillar-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.at-home-v2 .pillar-track .pillar-number {
  color: var(--h2-green);
  opacity: 0.08;
}
.at-home-v2 .pillar-certify .pillar-number {
  color: #fff;
  opacity: 0.05;
}
.at-home-v2 .pillar-connect .pillar-number {
  color: var(--h2-plum-dark);
  opacity: 0.1;
}
.at-home-v2 .pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
}
.at-home-v2 .pillar-track .pillar-icon {
  background: var(--h2-green-pale);
}
.at-home-v2 .pillar-certify .pillar-icon {
  background: rgba(122, 196, 20, 0.12);
}
.at-home-v2 .pillar-connect .pillar-icon {
  background: rgba(47, 11, 58, 0.15);
}
.at-home-v2 .pillar-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.at-home-v2 .pillar-track .pillar-label {
  color: var(--h2-green);
}
.at-home-v2 .pillar-certify .pillar-label {
  color: var(--h2-green-light);
}
.at-home-v2 .pillar-connect .pillar-label {
  color: rgba(47, 11, 58, 0.5);
}
.at-home-v2 .pillar-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.at-home-v2 .pillar-track .pillar-title {
  color: var(--h2-plum-dark);
}
.at-home-v2 .pillar-certify .pillar-title {
  color: #fff;
}
.at-home-v2 .pillar-connect .pillar-title {
  color: var(--h2-plum-dark);
}
.at-home-v2 .pillar-desc {
  font-size: 0.87rem;
  line-height: 1.65;
}
.at-home-v2 .pillar-track .pillar-desc {
  color: var(--h2-grey-600);
}
.at-home-v2 .pillar-certify .pillar-desc {
  color: rgba(255, 255, 255, 0.6);
}
.at-home-v2 .pillar-connect .pillar-desc {
  color: rgba(47, 11, 58, 0.65);
}
.at-home-v2 .audience-card {
  transition: all 0.25s;
}
.at-home-v2 .audience-card:hover {
  border-color: var(--h2-green);
  box-shadow: 0 8px 24px rgba(122, 196, 20, 0.1);
  transform: translateY(-3px);
}
.at-home-v2 .audience-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: var(--h2-green-pale);
}
.at-home-v2 .audience-title {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--h2-plum-dark);
}
.at-home-v2 .audience-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--h2-grey-600);
}
.at-home-v2 .audience-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--h2-green);
  margin-top: auto;
}
.at-home-v2 .catalog-features {
  display: flex;
  flex-direction: column;
}
.at-home-v2 .catalog-feature:last-child {
  border-bottom: none;
}
.at-home-v2 .catalog-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--h2-green-pale);
  flex-shrink: 0;
  margin-top: 2px;
}
.at-home-v2 .catalog-feature-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--h2-plum-dark);
  margin-bottom: 0.25rem;
}
.at-home-v2 .catalog-feature-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--h2-grey-600);
}
.at-home-v2 .phone-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.at-home-v2 .phone-glow-light {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 196, 20, 0.12) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.at-home-v2 .phone-frame-light {
  position: relative;
  z-index: 2;
  width: 240px;
  background: var(--h2-plum-dark);
  border-radius: 38px;
  padding: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 32px 64px rgba(47, 11, 58, 0.25), 0 8px 16px rgba(0, 0, 0, 0.1);
  animation: at-home-v2-phone-float 5s ease-in-out infinite;
}
@keyframes at-home-v2-phone-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}
.at-home-v2 .phone-notch-light {
  width: 70px;
  height: 7px;
  background: #0d0d0d;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.at-home-v2 .phone-screen-light {
  background: var(--h2-grey-50);
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 9 / 19;
}
.at-home-v2 .phone-screen-content {
  padding: 1rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.at-home-v2 .phone-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at-home-v2 .phone-screen-logo {
  font-family: "Playfair Display", serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--h2-plum-dark);
}
.at-home-v2 .phone-screen-logo span {
  color: var(--h2-green);
}
.at-home-v2 .phone-verified-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--h2-green-pale);
  border: 1px solid rgba(122, 196, 20, 0.3);
}
.at-home-v2 .phone-verified-pill-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--h2-green);
}
.at-home-v2 .phone-verified-pill span {
  font-size: 0.48rem;
  font-weight: 700;
  color: #3a7000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.at-home-v2 .phone-artwork-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #2F0B3A 0%, #5C3B64 100%);
  border-radius: 10px;
  position: relative;
}
.at-home-v2 .phone-artwork-thumb::after {
  content: "App Screenshot";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.45rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.at-home-v2 .phone-artwork-label {
  font-family: "Playfair Display", serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--h2-plum-dark);
}
.at-home-v2 .phone-artwork-sub {
  font-size: 0.56rem;
  color: var(--h2-grey-400);
  margin-top: 0.125rem;
}
.at-home-v2 .phone-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.at-home-v2 .phone-stat-light {
  background: var(--h2-white);
  border: 1px solid var(--h2-grey-200);
  border-radius: 8px;
  padding: 0.5rem 0.375rem;
  text-align: center;
}
.at-home-v2 .phone-stat-light-value {
  font-family: "Playfair Display", serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--h2-green);
}
.at-home-v2 .phone-stat-light-label {
  font-size: 0.44rem;
  color: var(--h2-grey-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
}
.at-home-v2 .phone-action-light {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.625rem;
  background: var(--h2-white);
  border: 1px solid var(--h2-grey-200);
  border-radius: 8px;
}
.at-home-v2 .phone-action-light-icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--h2-green);
}
.at-home-v2 .phone-action-light-text {
  font-size: 0.56rem;
  color: var(--h2-grey-600);
  font-weight: 500;
}
.at-home-v2 .phone-action-light-arrow {
  margin-left: auto;
  font-size: 0.6rem;
  color: var(--h2-grey-300);
}
.at-home-v2 .phone-bottom-nav {
  display: flex;
  justify-content: space-around;
  padding: 0.625rem 0 0.375rem;
  border-top: 1px solid var(--h2-grey-200);
  margin-top: auto;
}
.at-home-v2 .phone-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.at-home-v2 .phone-bottom-nav-dot {
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--h2-grey-200);
}
.at-home-v2 .phone-bottom-nav-item.active .phone-bottom-nav-dot {
  background: var(--h2-green);
}
.at-home-v2 .phone-bottom-nav-label {
  font-size: 0.42rem;
  color: var(--h2-grey-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.at-home-v2 .phone-bottom-nav-item.active .phone-bottom-nav-label {
  color: var(--h2-green);
}
.at-home-v2 .nfc-text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.at-home-v2 .nfc-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--h2-green-light);
}
.at-home-v2 .nfc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.at-home-v2 .nfc-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  background: rgba(122, 196, 20, 0.1);
  border: 1px solid rgba(122, 196, 20, 0.2);
  font-size: 0.72rem;
  color: var(--h2-green-light);
}
.at-home-v2 .nfc-tag-visual {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
}
.at-home-v2 .nfc-tag {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2F0B3A, #5C3B64);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.at-home-v2 .nfc-tag-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--h2-green);
}
.at-home-v2 .nfc-tag-label {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.at-home-v2 .nfc-scan-text {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.at-home-v2 .stat-strip {
  display: inline-flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--h2-grey-200);
  background: var(--h2-white);
}
.at-home-v2 .stat-strip-item {
  padding: 1.25rem 2.5rem;
  border-right: 1px solid var(--h2-grey-200);
  text-align: center;
}
.at-home-v2 .stat-strip-item:last-child {
  border-right: none;
}
.at-home-v2 .stat-strip-item:nth-child(2) {
  background: var(--h2-grey-50);
}
.at-home-v2 .stat-strip-value {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--h2-green);
  line-height: 1;
}
.at-home-v2 .stat-strip-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--h2-grey-400);
  margin-top: 0.375rem;
}
.at-home-v2 .btn-hero-green:hover {
  background: #8ed916;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(122, 196, 20, 0.3);
}
.at-home-v2 .btn-hero-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.at-home-v2 .btn-cta-primary:hover {
  background: var(--h2-plum);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(47, 11, 58, 0.3);
}
.at-home-v2 .btn-cta-secondary:hover {
  background: var(--h2-grey-300);
  transform: translateY(-1px);
}
.at-home-v2 .app-badge-dark:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.at-home-v2 .trust-bar {
  background: var(--h2-white);
  border-bottom: 1px solid var(--h2-grey-200);
  padding: 1rem 3rem;
}
.at-home-v2 .trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.at-home-v2 .trust-tagline {
  font-size: 0.82rem;
  color: var(--h2-grey-600);
}
.at-home-v2 .trust-tagline strong {
  color: var(--h2-plum-dark);
}
.at-home-v2 .trust-actions,
.at-home-v2 .trust-app-badges {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.at-home-v2 .trust-app-label {
  font-size: 0.7rem;
  color: var(--h2-grey-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.at-home-v2 .app-badge-light {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.875rem;
  border-radius: 7px;
  background: var(--h2-grey-50);
  border: 1px solid var(--h2-grey-200);
  text-decoration: none;
}
.at-home-v2 .app-badge-light-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--h2-grey-800);
}
.at-home-v2 .btn-get-started {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border-radius: 7px;
  background: var(--h2-green);
  color: var(--h2-plum-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
.at-home-v2 .sec-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--h2-green);
  display: block;
  margin-bottom: 0.625rem;
}
.at-home-v2 .sec-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--h2-plum-dark);
}
.at-home-v2 .sec-sub {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--h2-grey-600);
  margin-top: 0.625rem;
  max-width: 520px;
}
.at-home-v2 .pillars-section,
.at-home-v2 .audience-section,
.at-home-v2 .catalog-strip,
.at-home-v2 .statement-section {
  padding: 5rem 0;
}
.at-home-v2 .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.at-home-v2 .pillar-card {
  border-radius: 16px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.at-home-v2 .pillar-track {
  background: var(--h2-grey-50);
  border: 1px solid var(--h2-grey-200);
}
.at-home-v2 .pillar-certify {
  background: var(--h2-plum-dark);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.at-home-v2 .pillar-connect {
  background: var(--h2-green);
  border: 1px solid rgba(122, 196, 20, 0.3);
}
.at-home-v2 .audience-section {
  background: var(--h2-grey-50);
  border-top: 1px solid var(--h2-grey-200);
  border-bottom: 1px solid var(--h2-grey-200);
}
.at-home-v2 .audience-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: start;
}
.at-home-v2 .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.at-home-v2 .audience-card {
  background: var(--h2-white);
  border: 1px solid var(--h2-grey-200);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
}
.at-home-v2 .catalog-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.at-home-v2 .catalog-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--h2-grey-100);
}
.at-home-v2 .nfc-strip {
  background: var(--h2-plum-dark);
  padding: 3.5rem 0;
}
.at-home-v2 .nfc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
.at-home-v2 .nfc-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #fff;
  line-height: 1.2;
}
.at-home-v2 .nfc-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
}
.at-home-v2 .statement-section {
  background: var(--h2-grey-50);
  border-top: 1px solid var(--h2-grey-200);
  text-align: center;
}
.at-home-v2 .statement-quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--h2-plum-dark);
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.at-home-v2 .cta-section {
  padding: 2rem 0 5rem;
}
.at-home-v2 .cta-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 4.5rem 4rem;
  text-align: center;
  background: var(--h2-green);
  border: 1px solid rgba(122, 196, 20, 0.3);
}
.at-home-v2 .cta-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
}
.at-home-v2 .cta-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 11, 58, 0.12), transparent 70%);
}
.at-home-v2 .cta-bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-size: 13rem;
  font-weight: 900;
  color: rgba(47, 11, 58, 0.06);
  letter-spacing: -0.05em;
}
.at-home-v2 .cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.at-home-v2 .cta-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(47, 11, 58, 0.55);
}
.at-home-v2 .cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--h2-plum-dark);
}
.at-home-v2 .cta-sub {
  font-size: 0.93rem;
  line-height: 1.7;
  color: rgba(47, 11, 58, 0.65);
  max-width: 460px;
}
.at-home-v2 .cta-actions {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.at-home-v2 .btn-cta-primary,
.at-home-v2 .btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  text-decoration: none;
}
.at-home-v2 .btn-cta-primary {
  background: var(--h2-plum-dark);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
.at-home-v2 .btn-cta-secondary {
  background: var(--h2-grey-200);
  color: var(--h2-grey-800);
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid var(--h2-grey-300);
}
.at-home-v2 .cta-app-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.5rem;
}
.at-home-v2 .cta-app-label {
  font-size: 0.65rem;
  color: rgba(47, 11, 58, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.at-home-v2 .cta-badges {
  display: flex;
  gap: 0.625rem;
}
.at-home-v2 .app-badge-dark {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.at-home-v2 .app-badge-dark-text {
  display: flex;
  flex-direction: column;
}
.at-home-v2 .app-badge-dark-sub {
  font-size: 0.54rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.at-home-v2 .app-badge-dark-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 900px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .audience-layout,
  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .nfc-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .nfc-text {
    align-items: center;
  }
  .nfc-desc {
    max-width: 100%;
  }
  .nfc-tag-visual {
    margin: 0 auto;
  }
  .nfc-pills {
    justify-content: center;
  }
  .stat-strip {
    flex-direction: column;
    border-radius: 12px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .stat-strip-item {
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
    padding: 1rem 1.5rem;
  }
  .stat-strip-item:last-child {
    border-bottom: none;
  }
  .hero-banner .hero-content,
  .section-wrap,
  .trust-bar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cta-card {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 680px) {
  .audience-section .audience-grid {
    grid-template-columns: 1fr;
  }
  .hero-headline {
    font-size: 1.65rem;
  }
  .cta-bg-word {
    font-size: 6rem;
  }
}
@media (max-width: 1024px) {
  .at-home-v2 .section-wrap,
  .at-home-v2 .hero-content,
  .at-home-v2 .trust-bar,
  .at-home-v2 .nfc-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .at-home-v2 .pillars-grid {
    grid-template-columns: 1fr;
  }
  .at-home-v2 .audience-layout,
  .at-home-v2 .catalog-layout,
  .at-home-v2 .nfc-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .at-home-v2 .hero-banner {
    height: 460px;
  }
  .at-home-v2 .audience-grid {
    grid-template-columns: 1fr;
  }
  .at-home-v2 .cta-card {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 680px) {
  .hero, .problem, .audience-grid, .feature-grid {
    grid-template-columns: 1fr;
  }
  .audience-card:nth-child(2) {
    transform: none;
  }
  .feature-card.accent {
    grid-column: span 1;
  }
  .at-hero-overlay {
    min-height: 360px;
  }
  .at-hero-overlay .at-overlay-content {
    min-height: 360px;
  }
  .at-feature-grid-2 {
    grid-template-columns: 1fr;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}
