*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 217 / var(--tw-bg-opacity, 1));
  font-family: 'Familjen Grotesk', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  margin: 0;
}

hr {
  height: 1px;
  background: rgba(42,34,24,0.14);
  border: 0;
  margin: 0;
}

hr.light {
  background: rgba(255,255,255,0.15);
}

.container {
  width: 100%;
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* Eyebrow */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(213 90 31 / var(--tw-text-opacity, 1));
}

.eyebrow.muted {
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
}

/* Display typography */

.display {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
  margin: 0;
}

.display.xxl {
  font-size: 38px;
}

@media (min-width: 600px) {
  .display.xxl {
    font-size: 48px;
  }
}

@media (min-width: 900px) {
  .display.xxl {
    font-size: 60px;
  }
}

@media (min-width: 1100px) {
  .display.xxl {
    font-size: 80px;
  }
}

.display.xl {
  font-size: 30px;
}

@media (min-width: 600px) {
  .display.xl {
    font-size: 36px;
  }
}

@media (min-width: 900px) {
  .display.xl {
    font-size: 44px;
  }
}

@media (min-width: 1100px) {
  .display.xl {
    font-size: 56px;
  }
}

.display.lg {
  font-size: 30px;
}

@media (min-width: 900px) {
  .display.lg {
    font-size: 40px;
  }
}

.display.md {
  font-size: 26px;
}

.display.sm {
  font-size: 20px;
}

/* Body copy */

.body-copy {
  font-size: 17px;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
  margin: 0;
}

.body-copy.lg {
  font-size: 19px;
}

.body-copy.sm {
  font-size: 14px;
}

/* Color helpers */

.ink-accent {
  --tw-text-opacity: 1;
  color: rgb(213 90 31 / var(--tw-text-opacity, 1));
}

.ink-muted {
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
}

/* Buttons */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(42 34 24 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 1px 2px rgba(42,34,24,0.06);
}

.btn:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn .arrow {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover .arrow {
  --tw-translate-x: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.ghost {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 34 24 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
  box-shadow: none;
}

.btn.ghost-light {
  border-width: 1.5px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
  box-shadow: none;
}

.btn.small {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
}

.btn.full {
  width: 100%;
  justify-content: center;
}

/* Layout helpers */

.row {
  display: flex;
}

.sect {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 900px) {
  .sect {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1100px) {
  .sect {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 900px) {
  .sect.tight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sect.alt {
  --tw-bg-opacity: 1;
  background-color: rgb(239 226 203 / var(--tw-bg-opacity, 1));
}

.sect.soft {
  --tw-bg-opacity: 1;
  background-color: rgb(232 218 193 / var(--tw-bg-opacity, 1));
}

.sect.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(42 34 24 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
}

/* Card */

.card {
  border-radius: 22px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(251 244 229 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --tw-shadow: 0 1px 1px rgba(42,34,24,0.04), 0 12px 32px -16px rgba(42,34,24,0.18);
  --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color), 0 12px 32px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #FBF4E5;
  --tw-shadow: var(--tw-shadow-colored);
}

.card.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(42 34 24 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
  border-color: #2A2218;
}

.card.flat {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Pill */

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1.5px;
  border-color: rgb(0 0 0 / 0.18);
  --tw-bg-opacity: 1;
  background-color: rgb(251 244 229 / var(--tw-bg-opacity, 1));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: 'Familjen Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
}

.pill.accent {
  --tw-border-opacity: 1;
  border-color: rgb(213 90 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill.light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
}

/* Stars */

.stars {
  display: inline-flex;
  gap: 3px;
}

/* Browser frame */

.frame {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.08);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 30px 60px -30px rgba(42,34,24,0.35), 0 8px 18px -8px rgba(42,34,24,0.18);
}

.frame-bar {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.14);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background: #D9C9A8;
}

.frame-bar .dot {
  height: 10px;
  width: 10px;
  border-radius: 9999px;
}

.frame-url {
  margin-left: 14px;
  flex: 1 1 0%;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  background: rgba(0,0,0,0.04);
}

.frame-body {
  padding: 1.5rem;
}

/* Nav */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 900px) {
  .nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .nav {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.nav-logo {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(42 34 24 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.nav-logo .dot {
  --tw-text-opacity: 1;
  color: rgb(213 90 31 / var(--tw-text-opacity, 1));
}

.nav-links {
  margin: 0px;
  display: none;
  list-style-type: none;
  gap: 2rem;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 900px) {
  .nav-links {
    display: flex;
  }
}

.nav-links a {
  position: relative;
  white-space: nowrap;
  color: inherit;
  text-decoration-line: none;
  padding-bottom: 3px;
  transition: color 0.18s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: currentColor;
  transition: width 0.22s ease;
}

.nav-links a:hover {
  color: #1A1207;
}

.nav .btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 14px;
}

.nav-links a:hover::after {
  width: 100%;
}

/* Hero */

.hero {
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 900px) {
  .hero {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1100px) {
  .hero {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.hero-top {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .hero-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.hero-left {
  max-width: 720px;
  flex: 1 1 0%;
}

.hero-right {
  display: flex;
  width: 100%;
  max-width: 520px;
  align-items: center;
}

@media (min-width: 900px) {
  .hero-right {
    max-width: none;
    flex: none;
    flex-basis: 560px;
  }
}

@media (min-width: 1100px) {
  .hero-right {
    flex-basis: 680px;
  }
}

@media (min-width: 1280px) {
  .hero-right {
    flex-basis: 780px;
  }
}

.hero-meta {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-meta .sep {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 94 82 / var(--tw-bg-opacity, 1));
}

.hero-frames {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .hero-frames {
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }
}

.hero-frame-wrap {
  min-width: 0px;
  flex: 1 1 0%;
}

.hero-arrow {
  display: flex;
  flex: none;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 900px) {
  .hero-arrow {
    flex-direction: column;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

/* Site preview */

.site-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-hero-block {
  position: relative;
  display: flex;
  height: 110px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.125rem;
  padding-left: 14px;
  padding-right: 14px;
}

.site-hero-block.before {
  background: #E8E2D5;
}

.site-hero-block.after  {
  background: linear-gradient(135deg, #FFE2C2 0%, #FFB582 100%);
}

.site-hero-glow {
  position: absolute;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.5);
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  filter: blur(20px);
}

.site-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.site-feature-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.site-img-block {
  height: 3.5rem;
  border-radius: 0.125rem;
}

.site-img-block.before {
  background: #D8D0BD;
}

.site-img-block.after  {
  background: #F6E5CC;
}

/* Marquee */

.marquee-outer {
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid rgba(42,34,24,0.14);
  border-bottom: 1px solid rgba(42,34,24,0.14);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 3.5rem;
}

.marquee-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 14px;
}

.marquee-item span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* Bento grid */

.bento {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bento-wide {
    grid-column: span 2 / span 2;
  }
}

/* Checklist */

.checklist {
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  padding: 0px;
}

@media (min-width: 600px) {
  .checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.check-icon {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

/* Process */

.process-swiper .swiper-wrapper {
  align-items: flex-start;
  gap: 1.25rem;
}

.process-swiper .swiper-slide {
  height: auto;
}

@media (min-width: 900px) {
  @media (min-width: 900px) {
    .process-swiper {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-swiper .swiper-wrapper {
      display: flex;
      flex-direction: column;
    }
  }
}

.process-num {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(213 90 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 217 / var(--tw-bg-opacity, 1));
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(213 90 31 / var(--tw-text-opacity, 1));
}

/* Testimonials */

.testi-swiper {
  padding-bottom: 2.5rem;
}

@media (min-width: 900px) {
  .testi-swiper {
    padding-bottom: 0px;
  }
}

.testi-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 2rem;
}

.testi-avatar {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* FAQ */

.faq-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.5rem;
}

@media (min-width: 900px) {
  .faq-grid {
    flex-direction: row;
    align-items: stretch;
  }
}

.faq-list {
  max-width: 760px;
  flex: 1 1 0%;
}

.faq-item {
  cursor: pointer;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(42,34,24,0.14);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.faq-toggle {
  margin-left: 1rem;
  flex-shrink: 0;
  font-size: 28px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(213 90 31 / var(--tw-text-opacity, 1));
}

.faq-body {
  max-width: 760px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
}

.faq-sidebar {
  top: 2rem;
  width: 100%;
}

@media (min-width: 900px) {
  .faq-sidebar {
    position: sticky;
    display: flex;
    flex: none;
    flex-basis: 340px;
    flex-direction: column;
  }
}

.faq-sidebar .card {
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}

.faq-contact-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: inherit;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.faq-contact-btn:hover {
  background: rgba(255,255,255,0.10);
}

.faq-contact-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* CTA input */

.cta-input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 34 24 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(107 94 82 / var(--tw-text-opacity, 1));
}

/* Footer */

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 900px) {
  .footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.footer {
  border-top: 1px solid rgba(42,34,24,0.14);
}

.footer-badge {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-decoration-line: none;
  background: #ff6e3c;
}

.footer-badge-label {
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-badge-img {
  display: block;
  height: 2.25rem;
  width: auto;
}

/* Gantt timeline */

.gantt-wrap {
  border-radius: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.gantt-header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.5);
}

.gantt-row {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gantt-label {
  width: 82px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
}

.gantt-track {
  position: relative;
  height: 14px;
  flex: 1 1 0%;
  border-radius: 0.125rem;
  background: rgba(255,255,255,0.05);
}

.gantt-bar {
  position: absolute;
  height: 100%;
  border-radius: 0.125rem;
}

.gantt-now {
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 0.125rem;
  border-radius: 0.125rem;
  background: #FBF4E5;
}

.gantt-status {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

.gantt-dot {
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
}

/* Weight bars */

.weight-wrap {
  border-radius: 0.75rem;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.weight-label {
  margin-bottom: 0.75rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.5);
}

.weight-row {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.weight-name {
  width: 76px;
  flex-shrink: 0;
  font-size: 11.5px;
  font-weight: 600;
}

.weight-name.bad  {
  color: rgba(255,255,255,0.5);
}

.weight-name.ours {
  --tw-text-opacity: 1;
  color: rgb(245 235 217 / var(--tw-text-opacity, 1));
}

.weight-track {
  height: 14px;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.125rem;
  background: rgba(255,255,255,0.05);
}

.weight-bar {
  height: 100%;
  border-radius: 0.125rem;
}

.weight-bar.bad {
  background: rgba(229,72,26,0.85);
}

.weight-bar.ours {
  --tw-bg-opacity: 1;
  background-color: rgb(213 90 31 / var(--tw-bg-opacity, 1));
}

.weight-val {
  width: 2.25rem;
  flex-shrink: 0;
  text-align: right;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
}

/* Blob decorative */

.blob {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.sect > *:not(.blob) {
  position: relative;
  z-index: 1;
}

/* Status dot */

.status-dot {
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 202 64 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 0 3px rgba(42,202,64,0.20);
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* ── Base ─────────────────────────────────────────────── */

/* ── Components ───────────────────────────────────────── */

/* ── Pseudo-elements (not expressible via @apply) ─────── */

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #D55A1F;
  border-radius: 2px;
}

.eyebrow.muted::before {
  background: #6B5E52;
}

/* ── Marquee animation ────────────────────────────────── */

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to   {
    transform: translateX(-50%);
  }
}

.marquee-track {
  animation: marquee 38s linear infinite reverse;
}

/* ── Marquee responsive margins ──────────────────────── */

@media (min-width: 600px) {
  .marquee-outer {
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media (min-width: 900px) {
  .marquee-outer {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 1100px) {
  .marquee-outer {
    margin-left: -80px;
    margin-right: -80px;
  }
}

/* ── Swiper testimonial pagination ───────────────────── */

.testi-swiper .swiper-pagination-bullet {
  background: #6B5E52;
  opacity: 0.35;
}

.testi-swiper .swiper-pagination-bullet-active {
  background: #D55A1F;
  opacity: 1;
}

@media (min-width: 900px) {
  .testi-swiper .swiper-pagination {
    display: none;
  }
}

/* ── Footer wrap fix ──────────────────────────────────── */

@media (max-width: 899px) {
  .footer-badge {
    margin-left: 0;
  }
}

/* ── Marquee portal ──────────────────────────────────── */

.marquee-portal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  z-index: 4;
}

.portal-migrating {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  background: #2A2218;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.portal-gear {
  animation: portal-spin 2s linear infinite;
  flex-shrink: 0;
}

@keyframes portal-spin {
  from {
    transform: rotate(0deg);
  }

  to   {
    transform: rotate(360deg);
  }
}

.portal-migrating-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #D55A1F;
}

.portal-output {
  width: 400px;
  overflow: hidden;
  border-radius: 0;
  background: #F5EBD9;
  position: relative;
}

.portal-output::before,
.portal-output::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  z-index: 2;
  pointer-events: none;
}

.portal-output::before {
  left: 0;
  background: linear-gradient(-90deg, transparent 0%, #F5EBD9 100%);
}

.portal-output::after {
  right: 0;
  background: linear-gradient(-270deg, transparent 0%, #F5EBD9 100%);
}

.portal-wp-track {
  height: 100%;
  align-items: center;
  gap: 48px !important;
}

.portal-wp-track .marquee-item {
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.portal-wp-track .marquee-item span {
  color: #1A1207;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
}

@media (max-width: 900px) {
  .marquee-portal {
    display: none;
  }
}
