:root {
  color-scheme: light;
  --ink: #070707;
  --paper: #ffffff;
  --soft: #f6f6f3;
  --muted: #626262;
  --line: #deded9;
  --line-strong: #bdbdb6;
  --blue: #0068e8;
  --green: #00945e;
  --red: #c9332e;
  --grid: rgba(18, 18, 18, 0.047);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

.meta-pixel-noscript { display: none; }

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select { font: inherit; }

button,
a,
input,
select { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

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

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
}

.page-shell::before {
  position: absolute;
  z-index: -2;
  inset: 134px 0 auto;
  height: min(760px, 74vh);
  content: "";
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 72%, transparent 100%);
}

.page-shell::after {
  position: absolute;
  z-index: -1;
  top: 9rem;
  right: -13rem;
  width: 33rem;
  height: 33rem;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(0, 104, 232, 0.065), transparent 68%);
  pointer-events: none;
}

.site-header,
.disclaimer-banner p,
.hero {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.disclaimer-banner {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0.65rem 0;
  color: #fff;
  background: var(--ink);
}

.disclaimer-banner p {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.disclaimer-banner strong {
  margin-right: 0.25rem;
  color: #8dc8ff;
  font-weight: 700;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-lockup {
  width: clamp(17rem, 28vw, 24rem);
  height: auto;
  display: block;
}

.header-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100dvh - 134px);
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(470px, 0.82fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 9rem);
  padding: clamp(1.25rem, 3vh, 2.25rem) 0;
}

.hero-copy {
  position: relative;
  top: -3.75rem;
  max-width: 660px;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.35rem, 6.35vw, 6.75rem);
  font-weight: 300;
  line-height: 0.89;
  letter-spacing: -0.057em;
  text-wrap: balance;
}

h1 em { font-weight: 300; }

.lede {
  max-width: 54ch;
  margin: 2rem 0 0;
  color: #323232;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.58;
  text-wrap: pretty;
}

.benefits {
  margin: 2.1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  font-size: 0.91rem;
  font-weight: 600;
}

.benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.benefits svg {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #bdbdb7;
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.generator {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 0.35rem;
  background: var(--soft);
  box-shadow: 1.1rem 1.1rem 0 rgba(0, 104, 232, 0.12);
}

.generator-heading {
  min-height: 8.25rem;
  padding: 1.55rem 2.5rem 1.7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
  align-items: end;
  color: #fff;
  background: var(--ink);
}

.generator-heading > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #8dc8ff;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.generator-meta {
  align-self: end;
  padding-bottom: 0.3rem;
  color: #a8a8a8;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.generator h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.generator h2 { color: #fff; font-size: clamp(2.4rem, 3vw, 3.15rem); line-height: 0.95; }

.generator-heading div > p {
  margin: 0.7rem 0 0;
  color: #b9b9b9;
  font-size: 0.82rem;
  line-height: 1.45;
}

.generator form { padding: 1.45rem 2.5rem 0.9rem; }

.field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.field + .field { margin-top: 1.2rem; }

label {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

label span {
  margin-right: 0.35rem;
  color: var(--blue);
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
}

.helper {
  margin: 0;
  color: #747474;
  font-size: 0.72rem;
  line-height: 1.45;
}

input,
select {
  width: 100%;
  height: 3.15rem;
  min-height: 3.15rem;
  padding: 0 1rem;
  border: 1px solid #c4c4bc;
  border-radius: 0.18rem;
  outline: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

input::placeholder { color: #9b9b96; }

input:focus,
select:focus,
.slug-control:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(7, 7, 7, 0.1);
}

.form-grid {
  margin-top: 1.05rem;
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 1rem;
}

.form-grid .field + .field { margin-top: 0; }

.slug-control {
  height: 3.15rem;
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  padding-left: 0.9rem;
  border: 1px solid #c4c4bc;
  border-radius: 0.18rem;
  background: #fff;
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

.slug-control > span {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 700;
}

.slug-control input {
  min-width: 0;
  height: 3rem;
  min-height: 0;
  padding: 0 0.75rem 0 0.15rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
}

.slug-control input:focus { box-shadow: none; }

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.primary-button,
.secondary-button {
  border-radius: 0.18rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.primary-button {
  width: 100%;
  min-height: 3.3rem;
  margin-top: 1.2rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
}

.primary-button svg,
.open-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.primary-button:hover { background: #0058c9; border-color: #0058c9; }
.primary-button:active,
.secondary-button:active { transform: translateY(1px) scale(0.995); }
.primary-button:disabled { cursor: wait; opacity: 0.58; }

.error {
  min-height: 0.85rem;
  margin: 0.45rem 0 0;
  color: var(--red);
  font-size: 0.76rem;
  line-height: 1.45;
}

.result {
  display: none;
  margin: 0 2.5rem 1.5rem;
  padding: 1.1rem;
  border: 1px solid #adddc8;
  border-radius: 0.7rem;
  background: #f0faf6;
}

.result.is-visible { display: block; }

.result-heading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  color: #08744a;
}

.result-heading span {
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.7rem;
}

.result-heading p { margin: 0; font-size: 0.8rem; font-weight: 700; }

.result-item + .result-item {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(0, 116, 74, 0.18);
}

.result-label {
  min-height: 1.4rem;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.result-label label {
  color: #075f3e;
  font-size: 0.66rem;
}

.result-label p {
  margin: 0;
  color: #547064;
  font-size: 0.64rem;
  line-height: 1.35;
}

.result-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.result-row input {
  min-height: 2.85rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.secondary-button {
  min-width: 6.75rem;
  padding: 0 1rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: #fff;
}

.secondary-button:hover { color: #fff; background: var(--ink); }

.open-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-underline-offset: 0.22rem;
}

.privacy-note {
  margin: 0;
  padding: 0.9rem 2.5rem 0.95rem;
  display: grid;
  grid-template-columns: 1.3rem 1fr;
  gap: 0.65rem;
  border-top: 1px solid #d6d6cf;
  background: #eeeeea;
  color: #666;
}

.privacy-note svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.privacy-note p { margin: 0; font-size: 0.69rem; line-height: 1.55; }
.privacy-note strong { color: #343434; }

@media (min-width: 981px) {
  html,
  body.builder-page { height: 100%; overflow: hidden; }

  body.builder-page .page-shell { height: 100dvh; min-height: 0; overflow: hidden; }
  body.builder-page .hero { height: calc(100dvh - 134px); min-height: 0; }
  .generator { inset-block-start: -1.35rem; }

  .generator-heading {
    min-height: 6.8rem;
    padding: 1rem 2.5rem 1.1rem;
    gap: 0.65rem;
  }

  .generator-heading div > p { margin-top: 0.45rem; }
  .generator form { padding: 0.85rem 2.5rem 0.45rem; }
  .field { gap: 0.42rem; }
  .form-grid { margin-top: 0.75rem; }
  .primary-button { min-height: 2.85rem; margin-top: 0.85rem; }
  .error { min-height: 0.45rem; margin-top: 0.2rem; }
  .result { margin: 0 2.5rem 0.65rem; padding: 0.65rem 1rem; }
  .result-heading { margin-bottom: 0.35rem; }
  .result-row input { height: 2.35rem; min-height: 2.35rem; }
  .secondary-button { min-height: 2.35rem; }
  .result-item + .result-item { margin-top: 0.45rem; padding-top: 0.45rem; }
  .privacy-note { padding: 0.45rem 2.5rem 0.5rem; }
  .privacy-note p { line-height: 1.4; }

  .generator.has-result { inset-block-start: -1.75rem; }

  .generator.has-result .generator-heading {
    min-height: 5.8rem;
    padding-block: 0.75rem 0.8rem;
    gap: 0.4rem;
  }

  .generator.has-result .generator-heading div > p { margin-top: 0.3rem; }
  .generator.has-result form { padding-top: 0.55rem; }
  .generator.has-result .field { gap: 0.3rem; }
  .generator.has-result .form-grid { margin-top: 0.55rem; }

  .generator.has-result input,
  .generator.has-result select,
  .generator.has-result .slug-control {
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .generator.has-result .slug-control input {
    height: 2.6rem;
    min-height: 0;
  }

  .generator.has-result .primary-button {
    min-height: 2.65rem;
    margin-top: 0.6rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter 550ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  .generator { animation: enter 650ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  @keyframes enter {
    from { opacity: 0; transform: translateY(1rem); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 980px) {
  .site-header,
  .disclaimer-banner p,
  .hero { width: min(720px, calc(100% - 40px)); }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 5rem 0 6rem;
  }

  .hero-copy { top: 0; max-width: 680px; }
  h1 { max-width: 11ch; }
}

@media (max-width: 600px) {
  .site-header,
  .disclaimer-banner p,
  .hero { width: calc(100% - 28px); }

  .disclaimer-banner { min-height: 54px; padding: 0.55rem 0; }
  .disclaimer-banner p { font-size: 0.66rem; }
  .disclaimer-banner strong { display: block; margin: 0 0 0.08rem; }

  .site-header { height: 78px; }
  .header-note { display: none; }
  .brand { width: 100%; }
  .brand-lockup { width: min(100%, 19rem); }

  .page-shell::before {
    top: 132px;
    height: 660px;
    background-size: 38px 38px;
  }

  .hero { gap: 3.25rem; padding: 3.75rem 0 4.8rem; }
  h1 { font-size: clamp(3.75rem, 18vw, 5rem); }
  .lede { margin-top: 1.6rem; font-size: 1rem; }
  .benefits { gap: 0.75rem 1.15rem; }
  .generator { border-radius: 0.25rem; box-shadow: 0.65rem 0.65rem 0 rgba(0, 104, 232, 0.1); }
  .generator-heading { min-height: auto; padding: 1.8rem 1.25rem 1.9rem; grid-template-columns: 1fr; gap: 0.7rem; }
  .generator-meta { display: none; }
  .generator h2 { font-size: 2.4rem; }
  .generator form { padding: 1.55rem 1.1rem 1.2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .field + .field { margin-top: 0.2rem; }
  .slug-control { height: auto; min-height: 3.15rem; align-items: stretch; flex-direction: column; padding: 0.55rem 0.8rem 0; }
  .slug-control > span { font-size: 0.69rem; }
  .slug-control input { height: 2.35rem; min-height: 2.35rem; padding: 0; }
  .result-row { grid-template-columns: 1fr; }
  .secondary-button { min-height: 2.8rem; }
  .result { margin: 0 1.1rem 1.2rem; }
  .result-label { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
  .privacy-note { padding: 1.1rem; }

}
