/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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);
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --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);
    --color-primary-500: #e8a13d;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .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-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)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\[key\:string\] {
    key: string;
  }
  .selection\:bg-primary-500\/20 {
    & *::-moz-selection {
      background-color: color-mix(in srgb, #e8a13d 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-500) 20%, transparent);
      }
    }
    & *::selection {
      background-color: color-mix(in srgb, #e8a13d 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-500) 20%, transparent);
      }
    }
    &::-moz-selection {
      background-color: color-mix(in srgb, #e8a13d 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-500) 20%, transparent);
      }
    }
    &::selection {
      background-color: color-mix(in srgb, #e8a13d 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-500) 20%, transparent);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:mt-28 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
}
:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-alt: #fafaf9;
  --bg-soft: #f5f4f1;
  --text: #1c1c1c;
  --text-muted: #6b6b6b;
  --text-faint: #9c9c9c;
  --rule: rgba(0, 0, 0, 0.07);
  --rule-strong: rgba(0, 0, 0, 0.14);
  --accent: #e8a13d;
  --accent-hover: #cc8520;
  --accent-soft: #f7dba0;
  --accent-tint: rgba(232, 161, 61, 0.08);
  --accent-contrast: #1c1c1c;
  --surface-light: var(--bg-alt);
  --surface-dark: var(--bg);
  --surface-card: var(--bg);
  --text-on-dark: var(--text);
  --text-on-dark-muted: var(--text-muted);
  --text-on-light: var(--text);
  --text-on-light-muted: var(--text-muted);
  --border-subtle: var(--rule);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-sans);
  background-color: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  letter-spacing: -0.011em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "ss01", "cv11", "cv05";
}
.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 120px 0;
  position: relative;
}
.section-lg {
  padding: 160px 0;
  position: relative;
}
.section-dark {
  background-color: var(--bg-alt);
  color: var(--text);
}
.section-dark p {
  color: var(--text-muted);
}
.section:not(.section-dark) + .section:not(.section-dark),
.section-dark + .section-dark {
  border-top: 1px solid var(--rule);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--rule);
}
.site-header .nav-link {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.008em;
  color: var(--text);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.site-header .nav-link:hover {
  opacity: 1;
  color: var(--text);
}
.site-header .logo-text {
  font-weight: 500;
  letter-spacing: -0.018em;
  color: var(--text);
}
.mobile-menu {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-top: 1px solid var(--rule);
}
.mobile-link {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--text);
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  transition: opacity 0.2s ease;
}
.mobile-link:hover {
  opacity: 0.6;
}
.hero {
  background: var(--bg);
  color: var(--text);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: none;
}
.hero-headline {
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
  color: var(--text);
}
.hero-sub {
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.45;
  letter-spacing: -0.012em;
  max-width: 540px;
  margin: 0 auto;
}
.hero-phone {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.hero-phone::before {
  content: none;
}
.hero-phone img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.008em;
  border-radius: 8px;
  transition: background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}
.btn-primary {
  background-color: var(--text);
  color: #fff;
  border-color: var(--text);
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-dark {
  background-color: var(--text);
  color: #fff;
  border-color: var(--text);
}
.btn-dark:hover {
  background-color: #000;
}
.btn-ghost {
  background: transparent;
  color: var(--accent-hover);
  border: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-ghost:hover {
  color: var(--accent);
  background: transparent;
}
.section-dark .btn-ghost {
  color: var(--accent-hover);
}
.btn-secondary {
  background-color: var(--bg);
  color: var(--text);
  border: 1px solid var(--rule-strong);
}
.btn-secondary:hover {
  border-color: var(--text);
  background-color: var(--bg);
}
.btn-header {
  background-color: var(--text);
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.005em;
  border-radius: 6px;
  transition: background-color 0.18s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
.btn-header:hover {
  background-color: #000;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.pill-light,
.pill-default {
  background: transparent;
  color: var(--accent-hover);
  border: none;
  padding: 0;
}
.section-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-hover);
  margin-bottom: 14px;
}
.section-headline {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.08;
  margin-bottom: 14px;
  text-wrap: balance;
  color: var(--text);
}
.section-sub {
  font-size: clamp(1rem, 1.3vw, 1.1875rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  max-width: 620px;
  font-weight: 400;
  color: var(--text-muted);
}
.section-dark .section-sub {
  color: var(--text-muted);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 56px;
}
.feature {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.feature-num {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-hover);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px;
  font-variant-numeric: tabular-nums;
}
.feature h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--text);
  letter-spacing: -0.022em;
}
.feature p {
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 0.9375rem;
  letter-spacing: -0.008em;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.step {
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.step-num {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-hover);
  line-height: 1;
  margin-bottom: 18px;
  display: block;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
}
.step h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
  letter-spacing: -0.022em;
}
.step p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  letter-spacing: -0.008em;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover img {
  transform: scale(1.03);
}
.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-item .gallery-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease 0.05s;
}
.gallery-item:hover .gallery-label {
  opacity: 1;
  transform: translateY(0);
}
.instagram-widget {
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
  background: var(--bg-alt);
}
.lut-promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lut-visual {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.lut-visual img {
  width: 100%;
  display: block;
}
.lut-check {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.9375rem;
  letter-spacing: -0.008em;
}
.lut-check svg {
  color: var(--accent-hover);
  flex-shrink: 0;
}
.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 22px;
  background: var(--text);
  border-radius: 10px;
  color: white;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.app-store-btn:hover {
  background: #000;
}
.card {
  background: var(--bg);
  border-radius: 0;
  padding: 0;
  border: none;
  transition: none;
}
.card:hover {
  border: none;
  box-shadow: none;
}
.card-static {
  transition: none;
}
.step-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
}
.step-row:last-child {
  border-bottom: 1px solid var(--rule);
}
.step-marker {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-hover);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  padding-top: 2px;
  line-height: 1.5;
}
.step-row h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text);
  letter-spacing: -0.014em;
  line-height: 1.4;
}
.step-row p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
  letter-spacing: -0.008em;
}
.step-card {
  background: transparent;
  border-radius: 0;
  padding: 20px 0;
  border: none;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;
  transition: none;
}
.step-card:hover {
  border-color: var(--rule);
}
.step-card + .step-card:last-of-type,
.space-y-4 > .step-card:last-child {
  border-bottom: 1px solid var(--rule);
}
.step-number {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--accent-hover);
  display: block;
  align-items: unset;
  justify-content: unset;
  font-weight: 500;
  font-size: 13px;
  flex-shrink: 0;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  padding-top: 2px;
  line-height: 1.5;
}
.prose-col {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.prose-h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.018em;
  color: var(--text);
  margin-top: 56px;
  margin-bottom: 18px;
}
.prose-col code,
.callout code,
.section-sub code {
  background: var(--bg-soft);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.88em;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
  color: var(--text);
}
.format-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.format-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.format-row dt {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--text);
  line-height: 1.5;
}
.format-row dd {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  letter-spacing: -0.008em;
  margin: 0;
}
@media (max-width: 640px) {
  .format-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.neutral-block {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 12px;
  margin-bottom: 56px;
}
.neutral-block img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  flex-shrink: 0;
  background: #fff;
}
.neutral-block h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  margin-bottom: 6px;
  color: var(--text);
}
.neutral-block p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
  letter-spacing: -0.008em;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .neutral-block {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
}
.method {
  margin-bottom: 64px;
}
.method:last-child {
  margin-bottom: 0;
}
.method > header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.method-num {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-hover);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}
.method > header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.022em;
  color: var(--text);
}
.step-list {
  display: flex;
  flex-direction: column;
}
.method .step-list > .step-row:first-child {
  border-top: none;
}
.callout {
  border-left: 2px solid var(--accent);
  background: var(--accent-tint);
  padding: 18px 22px;
  border-radius: 0 6px 6px 0;
  margin: 16px 0;
}
.callout h4 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-hover);
  margin-bottom: 6px;
}
.callout p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0;
}
.faq {
  background: transparent;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--rule);
  overflow: hidden;
  transition: background-color 0.2s ease;
}
.faq:last-of-type {
  border-bottom: 1px solid var(--rule);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  letter-spacing: -0.012em;
  font-weight: 500;
  color: var(--text);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:hover {
  color: var(--accent-hover);
}
.faq-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: var(--text-muted);
}
.faq[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-body {
  padding: 0 4px 22px;
}
.faq-body p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
  letter-spacing: -0.008em;
}
.markdown-content {
  padding: 80px 0;
  max-width: 720px;
  margin: 0 auto;
  a:not(.custom-link) {
    color: var(--accent-hover);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: color 0.2s ease;
    &:hover {
      color: var(--accent);
    }
  }
  h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }
  h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.024em;
  }
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.018em;
  }
  p {
    font-size: 1.0625rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    color: var(--text);
    letter-spacing: -0.012em;
  }
  ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
  }
  ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
  }
  li {
    margin-bottom: 0.5rem;
    line-height: 1.65;
    color: var(--text);
    letter-spacing: -0.01em;
    &::marker {
      color: var(--text-faint);
    }
  }
  code {
    background-color: var(--bg-soft);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas,
      monospace;
  }
  pre {
    background-color: var(--bg-soft);
    color: var(--text);
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1.5rem;
    border: 1px solid var(--rule);
    code {
      background: none;
      padding: 0;
      color: inherit;
    }
  }
  blockquote {
    border-left: 2px solid var(--accent);
    padding-left: 1.25rem;
    margin: 1.5rem 0;
    color: var(--text-muted);
    font-style: normal;
  }
  img {
    border-radius: 8px;
    margin: 2rem 0;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    th,
    td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid var(--rule);
    }
    th {
      font-weight: 600;
      background-color: var(--bg-alt);
    }
  }
}
[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-animate="fade"] {
  transform: none;
}
[data-animate="scale"] {
  transform: scale(0.97);
}
[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
[data-animate-delay="1"] {
  transition-delay: 0.08s;
}
[data-animate-delay="2"] {
  transition-delay: 0.16s;
}
[data-animate-delay="3"] {
  transition-delay: 0.24s;
}
[data-animate-delay="4"] {
  transition-delay: 0.32s;
}
[data-animate-delay="5"] {
  transition-delay: 0.4s;
}
.site-footer {
  border-top: 1px solid var(--rule);
  font-size: 13px;
  letter-spacing: -0.008em;
  background: var(--bg);
}
.site-footer .container {
  max-width: 980px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 56px;
}
.footer-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 14px;
}
.footer-link {
  display: block;
  color: var(--text-muted);
  font-size: 13px;
  padding: 4px 0;
  transition: color 0.2s ease;
  text-decoration: none;
  letter-spacing: -0.005em;
}
.footer-link:hover {
  color: var(--text);
}
@media (max-width: 1024px) {
  .lut-promo {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
  .section-lg {
    padding: 100px 0;
  }
  .hero {
    padding: 100px 0 80px;
  }
  .hero-headline {
    font-size: 2.5rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .feature {
    padding-top: 24px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .step-card,
  .step-row {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .gallery-grid {
    gap: 3px;
    border-radius: 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@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-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;
}
@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-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;
    }
  }
}
