@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/dm-sans.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/manrope.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  --bg: #f8f7f3;
  --ink: #24252a;
  --muted: #68686e;
  --purple: #7058cc;
  --line: #e5e3de;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: -1px;
}
.brand > span {
  position: relative;
  padding-right: 39px;
}
.brand-ai {
  color: var(--purple);
}
.brand small {
  position: absolute;
  right: 0;
  bottom: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.header nav {
  display: flex;
  gap: 33px;
  font-size: 13px;
  font-weight: 500;
}
.header nav a:hover,
.text-link:hover {
  color: var(--purple);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px 23px;
  color: #fff;
  background: var(--purple);
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 550;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #624dc0;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  padding: 12px 19px;
  background: var(--ink);
  font-size: 13px;
}
.button-small:hover {
  background: #414149;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  min-height: 620px;
  padding-top: 45px;
  padding-bottom: 70px;
  gap: 16px;
  overflow: hidden;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  height: 7px;
  width: 7px;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #7560d310;
}
.hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 4.9vw, 66px);
  font-weight: 650;
  letter-spacing: -3.9px;
  line-height: 1.13;
  position: relative;
  margin: 0 0 30px;
  white-space: nowrap;
}
.violet {
  color: var(--purple);
}
.underline {
  position: absolute;
  width: 155px;
  right: 50px;
  bottom: -15px;
  fill: none;
  stroke: #aa95e2;
  stroke-linecap: round;
  stroke-width: 3;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 400px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 550;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 29px;
  font-size: 11px;
  color: var(--muted);
}
.tiny-icon {
  font-size: 21px;
  color: #888775;
}
.hero-art {
  height: 464px;
  position: relative;
  isolation: isolate;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 25px -30px -10px 15px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    #e3daf2 0%,
    #eae5f260 52%,
    transparent 72%
  );
  z-index: -2;
}
.orbit {
  position: absolute;
  border: 1px solid #d9d2e3;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-27deg);
}
.orbit-one {
  width: 535px;
  height: 340px;
  left: 4px;
  top: 84px;
}
.orbit-two {
  width: 430px;
  height: 430px;
  left: 68px;
  top: 13px;
  border-style: dashed;
  opacity: 0.55;
}
.art-spark {
  position: absolute;
  right: 28px;
  top: 16px;
  font-size: 50px;
  color: #a293bf;
  transform: rotate(9deg);
}
.floating-label {
  position: absolute;
  top: 33px;
  left: 59px;
  padding: 11px 15px;
  border: 1px solid #e5dfed;
  border-radius: 6px;
  background: #fffffff2;
  font-size: 10px;
  box-shadow: 0 5px 14px #302b4410;
  transform: rotate(-4deg);
  display: flex;
  align-items: center;
  gap: 7px;
}
.purple-dot {
  width: 6px;
  height: 6px;
  background: var(--purple);
  border-radius: 50%;
}
.dashboard {
  position: absolute;
  left: 0;
  top: 110px;
  width: 457px;
  height: 297px;
  transform: rotate(-5deg);
  background: #fff;
  border-radius: 9px;
  border: 1px solid #dbd9e3;
  box-shadow: 0 22px 40px #3a28541c;
  overflow: hidden;
}
.window-top {
  height: 29px;
  border-bottom: 1px solid #eeedf2;
  background: #fbfafc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-size: 7px;
  color: #929097;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d3cddf;
}
.dashboard-body {
  display: flex;
  height: calc(100% - 29px);
}
.dash-sidebar {
  width: 94px;
  border-right: 1px solid #efedf4;
  padding: 17px 10px;
  position: relative;
  font-size: 8px;
  color: #98949e;
}
.demo-brand {
  font-size: 23px;
  letter-spacing: -1.2px;
  font-weight: 700;
  color: #282530;
  margin-bottom: 20px;
}
.demo-brand span {
  color: var(--purple);
}
.dash-sidebar > div:not(.demo-brand) {
  padding: 7px 5px;
  display: flex;
  gap: 6px;
}
.side-active {
  color: var(--purple);
  background: #f0ebfa;
  border-radius: 4px;
}
.side-bottom {
  position: absolute;
  bottom: 10px;
}
.dash-content {
  flex: 1;
  padding: 19px 18px;
}
.dash-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-heading small {
  font-size: 5px;
  letter-spacing: 1px;
  color: #96909f;
}
.dash-heading h3 {
  font-size: 13px;
  margin: 5px 0 13px;
  letter-spacing: -0.4px;
}
.avatar,
.phone-avatar {
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8e0cd;
  font-size: 9px;
  width: 21px;
  height: 21px;
}
.metrics {
  display: flex;
  gap: 18px;
  padding-bottom: 14px;
}
.metrics > div {
  flex: 1;
}
.metrics small {
  display: block;
  font-size: 7px;
  color: #97929f;
  margin-bottom: 6px;
}
.metrics strong {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.metrics em {
  font-size: 5px;
  letter-spacing: 0;
  color: #429378;
  background: #eff8f2;
  font-style: normal;
  vertical-align: middle;
  margin-left: 2px;
  padding: 2px;
}
.chart-title {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-bottom: 10px;
}
.chart-title span {
  color: #938c9e;
  font-size: 6px;
}
.chart {
  position: relative;
  height: 73px;
}
.chart svg {
  height: 100%;
  width: 100%;
  position: relative;
}
.chart-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    #f0edf5 0 1px,
    transparent 1px 24px
  );
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  font-size: 5px;
  color: #aaa4b3;
  margin-top: 5px;
}
.project-mini {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #eeeaf4;
  border-radius: 5px;
  padding: 9px;
  margin-top: 14px;
  font-size: 7px;
}
.mini-icon {
  padding: 5px;
  background: #eee9f8;
  border-radius: 4px;
  color: var(--purple);
}
.project-mini small {
  display: block;
  color: #a29ca9;
  font-size: 6px;
  margin-top: 3px;
}
.project-mini > span:last-child {
  margin-left: auto;
}
.phone {
  position: absolute;
  right: -1px;
  top: 140px;
  width: 174px;
  height: 329px;
  border: 5px solid #35303c;
  background: #fff;
  border-radius: 29px;
  transform: rotate(8deg);
  box-shadow: 10px 19px 32px #30204025;
  overflow: hidden;
}
.phone-top {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  font-size: 6px;
}
.camera {
  width: 48px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 58px;
  background: #35303c;
  border-radius: 0 0 9px 9px;
}
.phone-content {
  padding: 10px 12px;
}
.phone-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 6px;
  color: #88808e;
}
.phone-avatar {
  width: 18px;
  height: 18px;
  font-size: 7px;
}
.phone h3 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 9px 0 13px;
}
.phone-feature {
  padding: 12px;
  background: #eae3f5;
  border-radius: 9px;
  position: relative;
}
.phone-feature > span {
  font-size: 5px;
  letter-spacing: 0.7px;
  display: block;
}
.flower {
  font-size: 59px;
  text-align: center;
  line-height: 1.05;
  color: #947ec6;
}
.phone-feature > b {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
.phone-feature > small {
  display: block;
  font-size: 6px;
  color: #84788f;
  margin: 4px 0 10px;
}
.phone-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 7px 9px;
  border-radius: 5px;
  font-size: 6px;
}
.phone-today {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 8px;
  font-size: 7px;
}
.phone-today > span {
  font-size: 5px;
  color: #8f8798;
}
.phone-tile {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 6px;
}
.phone-tile > span:first-child {
  font-size: 18px;
  background: #eff0da;
  border-radius: 5px;
  padding: 3px;
  color: #999d68;
}
.phone-tile small {
  display: block;
  font-size: 5px;
  color: #9c95a2;
  margin-top: 3px;
}
.phone-tile > span:last-child {
  margin-left: auto;
}
.phone-nav {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #f1eef4;
  margin-top: 13px;
  padding-top: 8px;
  font-size: 12px;
  color: #9d94a6;
}
.phone-nav span:first-child {
  color: var(--purple);
}
.quality-tag {
  position: absolute;
  bottom: 2px;
  left: 39px;
  transform: rotate(-5deg);
  padding: 11px 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e1dce9;
  border-radius: 7px;
  box-shadow: 0 7px 18px #3020400c;
  font-size: 10px;
  line-height: 1.6;
}
.quality-tag > span {
  background: #edf3e6;
  color: #718657;
  border-radius: 50%;
  padding: 4px 7px;
}
.quality-tag b {
  font-weight: 550;
}
.concept-label {
  position: absolute;
  bottom: -24px;
  right: 13px;
  color: #9c96a4;
  font-size: 6px;
  letter-spacing: 1.1px;
}
.principles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 27px;
  padding-bottom: 27px;
}
.principles p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.principles p b {
  color: var(--ink);
  font-weight: 500;
}
.principles > span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #8e859d;
  font-size: 24px;
}
.principles > span b {
  font-size: 12px;
  font-weight: 500;
  color: #59575e;
}
.section {
  padding-top: 95px;
  padding-bottom: 85px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 38px;
  gap: 30px;
}
h2 {
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  line-height: 1.23;
  letter-spacing: -1.8px;
  font-weight: 600;
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 3px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  background: #fdfcf9;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 27px;
  position: relative;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: #bcb0d7;
}
.service-icon {
  display: grid;
  place-items: center;
  border: 1px solid #e7e0f2;
  border-radius: 9px;
  background: #f0ebf8;
  width: 44px;
  height: 44px;
  color: var(--purple);
  font-size: 25px;
  margin-bottom: 28px;
}
.card-number {
  position: absolute;
  right: 26px;
  top: 34px;
  color: #746d7b;
  font-size: 10px;
}
.service-card h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 0 0 13px;
  font-weight: 550;
}
.service-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 24px;
}
.chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.chips span {
  font-size: 9px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #6c6472;
}
.service-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 25px;
  font-size: 12px;
  color: var(--muted);
}
.service-foot a {
  font-size: 12px;
  color: var(--ink);
}
.possibilities {
  background: #eeede8;
}
.possibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.possibility-art {
  height: 280px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.business-art {
  background: #dedbe8;
}
.customer-art {
  background: #e0e3d5;
}
.task-board {
  width: 80%;
  background: #faf9fc;
  border-radius: 9px;
  padding: 23px;
  transform: rotate(-4deg);
  box-shadow: 0 14px 20px #3730410c;
}
.task-board > div:first-child {
  font-size: 6px;
  letter-spacing: 1px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #85808d;
}
.task-board i {
  height: 7px;
  width: 7px;
  background: #9d8abc;
  border-radius: 2px;
}
.task-board > div:first-child > span {
  margin-left: auto;
}
.task-board h4 {
  font-size: 16px;
  font-weight: 550;
  letter-spacing: -0.4px;
  margin: 15px 0;
}
.task-row {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #eeebf1;
  border-radius: 4px;
  margin-top: 7px;
  padding: 9px;
  font-size: 8px;
}
.check {
  color: #8b7caa;
  background: #eeebf7;
  border-radius: 3px;
  font-size: 9px;
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
}
.empty-check {
  width: 13px;
  height: 13px;
  border: 1px solid #dcd7e6;
  border-radius: 3px;
}
.task-badge {
  margin-left: auto;
  background: #eef3eb;
  color: #586d53;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 6px;
  white-space: nowrap;
}
.task-badge.progress {
  background: #f4eedf;
  color: #776336;
}
.booking-card {
  width: 68%;
  background: #f9faf6;
  border-radius: 10px;
  padding: 24px;
  transform: rotate(4deg);
  box-shadow: 0 16px 23px #41432e12;
}
.booking-icon {
  font-size: 30px;
  color: #929c71;
  display: block;
  margin-bottom: 12px;
}
.booking-card small {
  font-size: 6px;
  letter-spacing: 1px;
  color: #687054;
}
.booking-card h4 {
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 550;
  margin: 7px 0 17px;
  max-width: 190px;
}
.booking-line {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  border-top: 1px solid #e6e8dd;
  padding-top: 12px;
}
.booking-confirm {
  background: #e6ebdb;
  color: #55643b;
  font-size: 8px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 12px;
  text-align: center;
}
.mini-float {
  position: absolute;
  bottom: 25px;
  right: 23px;
  transform: rotate(-5deg);
  font-size: 8px;
  background: #fdfdf8;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: 0 5px 15px #41432e10;
}
.example-label {
  font-size: 8px;
  color: #6c6570;
  letter-spacing: 1.3px;
  display: block;
  margin-top: 23px;
}
.possibility-grid h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
  font-weight: 550;
  margin: 11px 0;
}
.possibility-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 460px;
  margin: 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.process-grid article > span {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcd8e3;
  padding: 10px 0 19px;
  color: var(--purple);
  font-size: 12px;
}
.process-grid i {
  font-style: normal;
  color: #b5acbf;
}
.process-grid h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 550;
  margin-top: 24px;
}
.process-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.contact-section {
  background: #eee8f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-radius: 12px;
  padding: 54px;
  position: relative;
  margin-bottom: 10px;
}
.contact-copy h2 {
  font-size: 39px;
}
.contact-copy h2 span {
  color: var(--purple);
}
.contact-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #665a70;
  max-width: 310px;
  margin-top: 24px;
}
.contact-flower {
  display: block;
  font-size: 100px;
  color: #b7a4d5;
  line-height: 1;
  margin-top: 30px;
  width: 100px;
  transform: rotate(12deg);
}
form {
  padding-top: 4px;
}
label {
  display: block;
  font-size: 11px;
  font-weight: 550;
  margin-bottom: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9d0e3;
  background: #f8f5fb;
  border-radius: 5px;
  padding: 12px;
  color: var(--ink);
  font-size: 12px;
  margin-top: 8px;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 2px #7560d322;
}
input::placeholder,
textarea::placeholder {
  color: #706579;
}
textarea {
  resize: vertical;
  min-height: 90px;
}
form .button {
  width: 100%;
  font-size: 13px;
}
.form-note,
#form-status {
  font-size: 10px;
  line-height: 1.6;
  color: #665a70;
  margin-bottom: 0;
}
.brief-download {
  display: block;
  text-decoration: underline;
  color: #58449d;
  margin-top: 10px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
}
.faq h2 {
  font-size: 34px;
}
.faq .eyebrow {
  font-size: 9px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--purple);
  font-size: 18px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
}
footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  gap: 25px;
}
footer .brand {
  font-size: 23px;
}
footer p {
  font-size: 11px;
  color: #6c6573;
  margin: 13px 0 0;
}
.footer-right {
  text-align: right;
  padding-top: 9px;
}
.footer-right > a {
  font-size: 12px;
}
.footer-right p {
  line-height: 1.8;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 12px;
  background: var(--ink);
  color: #fff;
  padding: 12px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
@media (min-width: 1400px) {
  .hero-art {
    transform: translateX(4px);
  }
  .hero h1 {
    font-size: 66px;
  }
  .underline {
    right: 47px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -3px;
  }
  .hero {
    gap: 0;
  }
  .hero-art {
    transform: scale(0.86);
    transform-origin: left center;
    width: 510px;
    margin-right: -70px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    padding: 16px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .underline {
    right: 15px;
  }
  .contact-section {
    margin-left: 30px;
    margin-right: 30px;
    padding: 40px;
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 35px;
  }
  .principles > span b {
    font-size: 11px;
  }
  .service-card {
    padding: 22px;
  }
  .chips span {
    font-size: 8px;
  }
}
@media (max-width: 850px) {
  .header {
    height: 88px;
  }
  .header nav {
    gap: 19px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    min-height: auto;
    text-align: center;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero .eyebrow {
    justify-content: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
  }
  .hero-actions,
  .hero-note {
    justify-content: center;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-actions .button {
    padding: 17px 23px;
  }
  .underline {
    width: 158px;
    right: calc(50% - 215px);
  }
  .hero-art {
    transform: none;
    width: 530px;
    margin: 10px auto 25px;
    text-align: left;
  }
  .principles {
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
  }
  .principles p {
    width: 100%;
    text-align: center;
  }
  .principles p br {
    display: none;
  }
  .principles p b {
    margin-left: 4px;
  }
  .principles > span {
    gap: 7px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .section-heading > p br {
    display: none;
  }
  .section-heading > p {
    max-width: 230px;
  }
  h2 {
    font-size: 33px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 27px;
  }
  .service-icon {
    margin-bottom: 20px;
  }
  .service-card p {
    max-width: 560px;
  }
  .chips span {
    font-size: 10px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 35px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-copy h2 {
    font-size: 40px;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 420px;
  }
  .contact-flower {
    position: absolute;
    right: 45px;
    top: 45px;
    font-size: 70px;
    opacity: 0.45;
    pointer-events: none;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .task-board {
    width: 88%;
    padding: 17px;
  }
  .task-row {
    font-size: 7px;
    gap: 5px;
  }
  .task-badge {
    font-size: 5px;
  }
  .booking-card {
    width: 80%;
    padding: 18px;
  }
  .possibility-grid h3 {
    font-size: 18px;
  }
  .possibility-art {
    height: 250px;
  }
  .task-board h4 {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    height: 80px;
    gap: 15px;
    position: relative;
  }
  .brand {
    font-size: 23px;
  }
  .header .brand img {
    width: 30px;
    height: 30px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 12px;
    color: var(--ink);
  }
  .header nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 22px;
    right: 22px;
    background: var(--bg);
    border: 1px solid var(--line);
    box-shadow: 0 10px 20px #24252a12;
    z-index: 10;
    border-radius: 8px;
    padding: 20px;
  }
  .header nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header nav a {
    padding: 12px;
  }
  .hero {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.7vw, 60px);
    letter-spacing: -2.6px;
    margin-bottom: 28px;
  }
  .underline {
    width: 27%;
    right: 8%;
    bottom: -13px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    max-width: 345px;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px 17px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 23px;
  }
  .hero-art {
    width: 530px;
    height: 464px;
    left: 50%;
    margin-left: -265px;
    transform: scale(0.65);
    transform-origin: center top;
    margin-top: 28px;
    margin-bottom: -120px;
  }
  .principles {
    padding-top: 22px;
    padding-bottom: 22px;
    gap: 17px 24px;
  }
  .principles > span {
    width: calc(50% - 15px);
    font-size: 21px;
    gap: 8px;
    justify-content: center;
  }
  .principles > span b {
    font-size: 10px;
  }
  .principles p {
    font-size: 11px;
  }
  .section {
    padding-top: 56px;
    padding-bottom: 52px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 18px;
    max-width: 300px;
    font-size: 12px;
  }
  h2 {
    font-size: 31px;
    letter-spacing: -1.4px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .service-card h3 {
    font-size: 19px;
  }
  .service-foot {
    flex-direction: column;
    gap: 10px;
  }
  .possibility-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .possibility-art {
    height: 260px;
  }
  .task-board {
    width: 82%;
    padding: 22px;
  }
  .task-board h4 {
    font-size: 16px;
  }
  .task-row {
    font-size: 8px;
  }
  .task-badge {
    font-size: 6px;
  }
  .booking-card {
    width: 70%;
    padding: 23px;
  }
  .process-grid {
    gap: 15px 23px;
  }
  .process-grid h3 {
    font-size: 16px;
    margin-top: 18px;
  }
  .process-grid p {
    font-size: 12px;
  }
  .contact-section {
    margin: 0 15px;
    padding: 30px 23px;
    border-radius: 10px;
    gap: 18px;
  }
  .contact-copy h2 {
    font-size: 31px;
    letter-spacing: -1.4px;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .contact-flower {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  label {
    font-size: 12px;
  }
  .faq h2 {
    font-size: 31px;
  }
  summary {
    font-size: 13px;
  }
  footer {
    flex-direction: column;
    gap: 20px;
  }
  .footer-right {
    text-align: left;
  }
  .footer-right p {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .hero-art {
    transform: scale(0.56);
    margin-bottom: -165px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 36px;
  }
  .principles > span b {
    font-size: 9px;
  }
  .contact-copy h2 {
    font-size: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.hero h1 .violet {
  position: relative;
  display: inline-block;
}
.hero h1 .underline {
  width: 100%;
  right: 0;
  bottom: -14px;
}
