/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ivory: #fff9ef;
  --paper: #f7efe4;
  --plum: #281135;
  --purple: #5b18a6;
  --green: #32952f;
  --gold: #e3b64f;
  --lavender: #eee5f7;
  --muted: #6f6273;
  --line: #28113524;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 110px;
}
body {
  background: var(--ivory);
  color: var(--plum);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(91, 24, 166, 0.35);
  outline-offset: 4px;
}
.site-header {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 20;
  background: #fff9efe6;
  border-bottom: 1px solid #28113514;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  padding: 10px clamp(24px, 5vw, 78px);
  display: grid;
  position: sticky;
  top: 0;
}
.brand {
  align-items: center;
  gap: 12px;
  width: max-content;
  display: flex;
}
.brand img {
  width: 58px;
  height: 58px;
}
.brand span {
  flex-direction: column;
  line-height: 1;
  display: flex;
}
.brand strong {
  letter-spacing: 0.01em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 17px;
}
.brand small {
  color: var(--green);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
}
nav {
  gap: 36px;
  display: flex;
}
nav a {
  color: #55465b;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
nav a:after {
  background: var(--green);
  content: "";
  transform-origin: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.18s;
  position: absolute;
  bottom: -9px;
  left: 0;
  transform: scaleX(0);
}
nav a:hover:after,
nav a:focus-visible:after {
  transform: scaleX(1);
}
.header-cta {
  background: var(--purple);
  color: #fff;
  border-radius: 999px;
  justify-self: end;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.18s,
    background 0.18s;
}
.header-cta:hover {
  background: #481182;
  transform: translateY(-2px);
}
.hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(36px, 7vw, 110px);
  max-width: 1480px;
  min-height: calc(100vh - 88px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 118px) clamp(24px, 7vw, 104px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  background: radial-gradient(circle, #5b18a614, #0000 64%);
  width: 560px;
  height: 560px;
  position: absolute;
  top: 70px;
  left: -280px;
}
.hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 770px;
  position: relative;
}
.eyebrow {
  color: var(--green);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.eyebrow > span {
  background: var(--gold);
  border-radius: 999px;
  width: 7px;
  height: 7px;
}
h1,
h2,
h3,
blockquote {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 500;
}
h1 {
  letter-spacing: -0.055em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: 0.99;
}
h1 em {
  color: var(--purple);
  font-style: italic;
  position: relative;
}
h1 em:after {
  background: var(--gold);
  content: "";
  opacity: 0.7;
  width: 96%;
  height: 3px;
  position: absolute;
  bottom: 1px;
  left: 2%;
  transform: rotate(-1deg);
}
.hero-lead {
  color: #47344e;
  max-width: 690px;
  margin: 34px 0 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}
.hero-support {
  color: var(--muted);
  max-width: 670px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  display: flex;
}
.button {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  display: inline-flex;
}
.button-primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 14px 28px #5b18a633;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px #5b18a647;
}
.button svg,
.text-link svg,
.service-card a svg,
footer a svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
  width: 18px;
  height: 18px;
}
.text-link {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
}
.trust-row {
  color: #74677a;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  font-size: 12px;
  display: flex;
}
.trust-row span {
  align-items: center;
  gap: 8px;
  display: flex;
}
.trust-row span:before {
  color: var(--green);
  content: "âœ¦";
  font-size: 9px;
}
.hero-art {
  aspect-ratio: 1;
  background: var(--lavender);
  border: 1px solid #5b18a61a;
  border-radius: 48% 48% 46% 54%/52% 42% 58% 48%;
  align-self: center;
  place-items: center;
  max-width: 560px;
  display: grid;
  position: relative;
}
.hero-art:before {
  border-radius: inherit;
  content: "";
  border: 1px solid #32952f38;
  position: absolute;
  inset: 18px;
  transform: rotate(8deg);
}
.hero-logo-shell {
  background: var(--ivory);
  z-index: 3;
  border-radius: 50%;
  width: 68%;
  padding: 13px;
  position: relative;
  box-shadow: 0 28px 70px #28113529;
}
.hero-logo-shell img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-art > p {
  color: var(--purple);
  text-align: center;
  z-index: 4;
  width: 80%;
  margin: 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(13px, 1.3vw, 17px);
  font-style: italic;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%);
}
.orbit {
  border: 1px solid #5b18a62e;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  width: 70%;
  height: 88%;
  transform: rotate(22deg);
}
.orbit-two {
  width: 90%;
  height: 70%;
  transform: rotate(-38deg);
}
.spark {
  color: var(--gold);
  font-size: 28px;
  position: absolute;
}
.spark-one {
  top: 15%;
  right: 12%;
}
.spark-two {
  bottom: 18%;
  left: 8%;
}
.recognition,
.services {
  padding: clamp(88px, 10vw, 148px) clamp(24px, 7vw, 104px);
}
.recognition {
  background: var(--paper);
}
.section-heading {
  max-width: 790px;
}
.section-heading h2 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.05;
}
.recognition-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  margin-top: 48px;
  padding-top: 45px;
  display: grid;
}
.recognition-lead {
  color: var(--purple);
  margin: 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.35;
}
.recognition-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.recognition-copy p {
  margin: 0 0 16px;
}
.moment-tags {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 56px;
  display: flex;
}
.moment-tags span {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  font-size: 14px;
  display: flex;
}
.moment-tags i {
  color: var(--gold);
  font-style: normal;
}
.services {
  background: var(--ivory);
}
.section-heading.centered {
  text-align: center;
  margin: 0 auto 60px;
}
.section-heading.centered .eyebrow {
  justify-content: center;
}
.section-heading.centered > p:last-child {
  color: var(--muted);
  max-width: 600px;
  margin: 22px auto 0;
  line-height: 1.7;
}
.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
}
.service-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 28px;
  flex-direction: column;
  min-height: 470px;
  padding: 32px;
  transition:
    border-color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  display: flex;
}
.service-card:hover {
  border-color: #5b18a64d;
  transform: translateY(-5px);
  box-shadow: 0 24px 60px #28113517;
}
.service-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.service-number {
  color: #a294a6;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.service-symbol {
  background: var(--lavender);
  color: var(--gold);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 19px;
  display: flex;
}
.service-label {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--green) !important;
  margin: 46px 0 14px !important;
  font-size: 12px !important;
}
.service-card h3 {
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.1;
}
.service-card > p {
  color: var(--muted);
  margin: 22px 0 28px;
  font-size: 15px;
  line-height: 1.7;
}
.service-card > a {
  color: var(--purple);
  align-items: center;
  gap: 9px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}
.choice {
  background: var(--lavender);
  border-top: 1px solid #5b18a61a;
  border-bottom: 1px solid #5b18a61a;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  padding: 62px clamp(24px, 7vw, 104px);
  display: grid;
}
.choice-mark {
  border: 1px solid #5b18a63d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  position: relative;
}
.choice-mark:after {
  content: "";
  border: 1px solid #32952f40;
  border-radius: 50%;
  position: absolute;
  inset: 8px;
}
.choice-mark span {
  color: var(--purple);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 36px;
}
.choice .eyebrow {
  margin-bottom: 12px;
}
.choice h2 {
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.08;
}
.choice > div:nth-child(2) > p:last-child {
  color: var(--muted);
  max-width: 760px;
  margin: 18px 0 0;
  line-height: 1.65;
}
.button-outline {
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  max-width: 280px;
}
.about {
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(60px, 8vw, 130px);
  padding: clamp(92px, 11vw, 164px) clamp(24px, 7vw, 104px);
  display: grid;
  overflow: hidden;
}
.about-visual {
  background: var(--paper);
  border-radius: 42% 58% 48% 52%/53% 42% 58% 47%;
  align-self: start;
  min-height: 660px;
  position: relative;
}
.about-visual:before,
.about-visual:after {
  content: "";
  border: 1px solid #32952f38;
  border-radius: 50%;
  position: absolute;
}
.about-visual:before {
  width: 84%;
  height: 68%;
  top: 8%;
  left: 7%;
  transform: rotate(18deg);
}
.about-visual:after {
  width: 70%;
  height: 78%;
  top: 2%;
  left: 15%;
  transform: rotate(-28deg);
}
.about-seal {
  background: var(--ivory);
  z-index: 2;
  border-radius: 50%;
  width: min(68%, 360px);
  padding: 8px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 24px 60px #2811351f;
}
.about-seal img {
  width: 100%;
  display: block;
}
.about-signature {
  background: var(--purple);
  color: #fff;
  z-index: 3;
  border-radius: 24px;
  padding: 34px;
  position: absolute;
  bottom: 7%;
  left: 8%;
  right: 8%;
}
.about-signature > span {
  color: var(--gold);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 50px;
  line-height: 0.5;
}
.about-signature p {
  margin: 12px 0 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(22px, 2.3vw, 32px);
  font-style: italic;
  line-height: 1.25;
}
.about-copy {
  align-self: center;
  max-width: 760px;
}
.about-copy h2 {
  letter-spacing: -0.045em;
  margin: 0 0 30px;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
}
.about-copy > p {
  color: var(--muted);
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 1.8;
}
.about-copy .about-intro {
  color: #493751;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.45;
}
.about-note {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  align-items: flex-start;
  gap: 16px;
  margin: 32px 0;
  padding: 24px 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 19px;
  line-height: 1.5;
  display: flex;
}
.about-note i {
  color: var(--gold);
  font-style: normal;
}
.belief {
  background: var(--plum);
  color: #fff;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 70px;
  padding: clamp(76px, 8vw, 116px) clamp(24px, 7vw, 104px);
  display: grid;
}
.eyebrow.light {
  color: #b7d7a9;
}
.belief h2 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.04;
}
.belief blockquote {
  color: #f0c868;
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  font-style: italic;
  line-height: 1.06;
}
.freedom {
  background: var(--paper);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(92px, 10vw, 148px) clamp(24px, 7vw, 104px);
  display: grid;
}
.freedom-content > p {
  color: var(--muted);
  margin: 0 0 42px;
  font-size: 18px;
  line-height: 1.8;
}
.freedom-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.freedom-content li {
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 19px;
  line-height: 1.4;
  display: flex;
}
.freedom-content li:last-child {
  border-bottom: 1px solid var(--line);
}
.freedom-content li span {
  color: var(--green);
  letter-spacing: 0.12em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.process {
  background: var(--ivory);
  text-align: center;
  padding: clamp(92px, 10vw, 148px) clamp(24px, 7vw, 104px);
}
.steps {
  counter-reset: step;
  text-align: left;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
}
.steps article {
  border-left: 1px solid var(--line);
  min-height: 250px;
  padding: 12px 30px 34px;
  position: relative;
}
.steps article:last-child {
  border-right: 1px solid var(--line);
}
.steps article > span {
  color: var(--green);
  letter-spacing: 0.14em;
  font-size: 11px;
}
.steps h3 {
  letter-spacing: -0.025em;
  margin: 52px 0 18px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
}
.steps p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.process-details {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 52px 0 32px;
  display: flex;
}
.process-details span {
  background: var(--lavender);
  color: var(--purple);
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 700;
}
.instagram {
  background: var(--lavender);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(52px, 9vw, 140px);
  padding: clamp(90px, 10vw, 144px) clamp(24px, 7vw, 104px);
  display: grid;
}
.instagram-message {
  background: var(--plum);
  color: #fff;
  border-radius: 32px;
  min-height: 460px;
  padding: clamp(32px, 5vw, 70px);
  position: relative;
  box-shadow: 0 28px 60px #28113529;
}
.instagram-message:after {
  content: "";
  border: 1px solid #ffffff29;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: absolute;
  top: -90px;
  right: -70px;
}
.instagram-message > span {
  color: var(--gold);
  font-size: 30px;
}
.instagram-message > p {
  color: #badbae;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 40px 0 35px;
  font-size: 11px;
  font-weight: 800;
}
.instagram-message blockquote {
  color: #fff;
  letter-spacing: -0.04em;
  z-index: 2;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  font-style: italic;
  line-height: 1.08;
  position: relative;
}
.instagram-copy h2,
.faq-heading h2,
.final-cta h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
}
.instagram-copy > p:last-of-type {
  color: var(--muted);
  max-width: 650px;
  margin: 26px 0 34px;
  font-size: 17px;
  line-height: 1.75;
}
.faq {
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 8vw, 120px);
  padding: clamp(94px, 10vw, 150px) clamp(24px, 7vw, 104px);
  display: grid;
}
.faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}
.faq-heading > p:last-child {
  color: var(--muted);
  margin-top: 24px;
  line-height: 1.7;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(19px, 2vw, 25px);
  list-style: none;
  display: grid;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--green);
  letter-spacing: 0.12em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.faq-list summary > i {
  color: var(--purple);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  transition: transform 0.18s;
}
.faq-list details[open] summary > i {
  transform: rotate(45deg);
}
.faq-list details > p {
  color: var(--muted);
  max-width: 760px;
  margin: -4px 45px 28px;
  line-height: 1.75;
}
.final-cta {
  background: var(--paper);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: clamp(90px, 10vw, 148px) 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.final-cta:before,
.final-cta:after {
  content: "";
  border: 1px solid #5b18a621;
  border-radius: 50%;
  width: 880px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.final-cta:before {
  transform: translate(-50%, -50%) rotate(12deg);
}
.final-cta:after {
  transform: translate(-50%, -50%) rotate(-18deg);
}
.final-cta > * {
  z-index: 2;
  position: relative;
}
.final-symbol {
  color: var(--gold);
  margin-bottom: 26px;
  font-size: 30px;
}
.final-cta .eyebrow {
  justify-content: center;
}
.final-cta h2 {
  max-width: 900px;
}
.final-cta > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 720px;
  margin: 28px auto 34px;
  font-size: 17px;
  line-height: 1.75;
}
.final-cta small {
  color: var(--muted);
  max-width: 670px;
  margin-top: 22px;
  line-height: 1.6;
}
footer {
  color: #fff;
  background: #1e0d28;
  border-top: 1px solid #ffffff14;
  grid-template-columns: 0.7fr 1.6fr 0.7fr;
  align-items: center;
  gap: 30px;
  padding: 26px clamp(24px, 7vw, 104px);
  display: grid;
}
.footer-brand {
  align-items: center;
  gap: 12px;
  display: flex;
}
.footer-brand img {
  background: var(--ivory);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding: 2px;
}
.footer-brand span {
  flex-direction: column;
  display: flex;
}
.footer-brand strong {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.footer-brand small {
  color: #badbae;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
}
.footer-center p {
  color: #ffffffad;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.footer-center .disclaimer {
  color: #ffffff6b;
  max-width: 700px;
  margin: 12px auto 0;
  font-size: 9px;
  line-height: 1.55;
}
.footer-links {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}
.footer-links a {
  justify-self: end;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}
.footer-credit {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 248, 238, 0.14);
  text-align: center;
}
.wmj-credit {
  margin: 0;
  color: rgba(255, 248, 238, 0.66);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.wmj-credit a {
  color: #f3cd79;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wmj-credit a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wmj-credit a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #f3cd79;
  outline-offset: 4px;
}
@media (width<=980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-art {
    justify-self: center;
    width: min(100%, 570px);
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 0;
  }
  .choice {
    grid-template-columns: auto 1fr;
  }
  .choice .button {
    grid-column: 2;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about-visual {
    justify-self: center;
    width: min(100%, 620px);
    min-height: 620px;
  }
  .freedom,
  .instagram,
  .faq {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps article:nth-child(2) {
    border-right: 1px solid var(--line);
  }
  .steps article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
    padding-top: 34px;
  }
  .faq-heading {
    position: static;
  }
  footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .footer-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (width<=720px) {
  .site-header {
    min-height: 72px;
    padding: 8px 18px;
  }
  .brand img {
    width: 48px;
    height: 48px;
  }
  .brand strong {
    font-size: 14px;
  }
  .header-cta {
    padding: 12px 14px;
    font-size: 0;
  }
  .header-cta:after {
    content: "WhatsApp";
    font-size: 12px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 56px 20px 78px;
  }
  h1 {
    font-size: clamp(44px, 13vw, 62px);
  }
  .hero-lead {
    font-size: 20px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .button {
    width: 100%;
  }
  .text-link {
    align-self: center;
  }
  .trust-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-art {
    margin-top: 8px;
  }
  .recognition,
  .services {
    padding: 78px 20px;
  }
  .recognition-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
    padding-top: 32px;
  }
  .service-card {
    padding: 26px;
  }
  .choice {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }
  .choice-mark {
    width: 70px;
    height: 70px;
  }
  .choice .button {
    grid-column: auto;
    width: 100%;
    max-width: none;
  }
  .about,
  .freedom,
  .process,
  .instagram,
  .faq {
    padding: 78px 20px;
  }
  .about-visual {
    min-height: 540px;
  }
  .about-signature {
    padding: 28px;
    bottom: 6%;
    left: 5%;
    right: 5%;
  }
  .belief {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 70px 20px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article,
  .steps article:nth-child(2),
  .steps article:nth-child(n + 3),
  .steps article:last-child {
    border: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 28px 8px;
  }
  .steps article:last-child {
    border-bottom: 1px solid var(--line);
  }
  .steps h3 {
    margin-top: 24px;
  }
  .instagram-message {
    min-height: 420px;
  }
  .faq-list details > p {
    margin-left: 0;
    margin-right: 0;
  }
  .final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 30px 20px;
  }
  footer a {
    justify-self: center;
  }
  section[id] {
    scroll-margin-top: 88px;
  }
  .footer-credit {
    margin-top: 0;
    padding-top: 16px;
  }
  .wmj-credit {
    font-size: 0.72rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
  }
}