:root {
  --orange: #f96635;
  --gold: #f9a822;
  --teal: #2bbaa5;
  --mint: #93d3ae;
  --cream: #faecb6;
  --ink: #182822;
  --muted: #606b64;
  --paper: #f7f8f4;
  --line: #dfe4dc;
  --white: #fff;
  --font: "DM Sans", sans-serif;
  --heading: "Plus Jakarta Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 4.45vw, 67px);
  font-weight: 750;
  letter-spacing: -0.065em;
}
h2 {
  font-size: clamp(32px, 3.25vw, 46px);
}
h3 {
  font-size: 25px;
}
p {
  color: var(--muted);
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 116px;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #12816f;
  outline-offset: 5px;
}
::selection {
  background: var(--mint);
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 14px;
}
.skip:focus {
  top: 8px;
}
.announcement {
  background: var(--ink);
  color: #f2f4ec;
  font-size: 11px;
}
.announcement-inner {
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 20px;
}
.campaign {
  font-weight: 700;
  color: var(--mint);
}
.coupon {
  display: inline-block;
  background: var(--cream);
  color: #443817;
  border: 1px solid #e8d785;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  vertical-align: middle;
  margin-left: 5px;
  white-space: nowrap;
}
.announcement a {
  white-space: nowrap;
  font-weight: 700;
  border-bottom: 1px solid #8ea395;
}
.announcement a span {
  margin-left: 5px;
}
.availability {
  color: #c0cec4;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 248, 244, 0.96);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: 99px;
  height: auto;
  filter: brightness(0);
  opacity: 0.88;
}
.nav-links {
  display: flex;
  gap: 31px;
  font-size: 14px;
  font-weight: 550;
}
.nav-links a,
.login {
  padding-block: 12px;
}
.nav-links a:hover,
.login:hover {
  color: #ba4019;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 16px 22px;
  min-height: 54px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span[aria-hidden] {
  font-size: 21px;
  line-height: 1;
}
.button.dark {
  background: var(--ink);
  color: white;
}
.button.dark:hover {
  background: #30473a;
}
.button.orange {
  background: var(--orange);
  color: #25180f;
  box-shadow: 0 3px 0 #dd4c2020;
}
.button.orange:hover {
  background: #ff825a;
}
.button.small {
  min-height: 43px;
  padding: 12px 18px;
  font-size: 13px;
}
.button.outline {
  border-color: #cfd7ce;
  background: transparent;
}
.button.outline:hover {
  background: #edf0e8;
}
.button.quiet {
  padding-inline: 8px;
  gap: 10px;
}
.play {
  width: 24px;
  height: 24px;
  border: 1px solid #bfcbc1;
  border-radius: 50%;
  font-size: 9px !important;
  display: grid;
  place-items: center;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  background: transparent;
  padding: 10px;
}
.menu-toggle svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.mobile-menu {
  padding-block: 12px 22px;
}
.mobile-menu a {
  display: block;
  padding: 11px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  padding-block: 85px 88px;
  min-height: 650px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #506057;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px #2bbaa512;
}
.accent-word {
  position: relative;
  color: #c34822;
  display: inline-block;
}
.accent-word svg {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 14px;
  stroke: var(--orange);
  stroke-width: 3;
  fill: none;
}
.hero-lead {
  font-size: 17px;
  max-width: 470px;
  line-height: 1.75;
  margin-top: 32px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}
.micro {
  font-size: 11px;
  margin-top: 19px;
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.micro span {
  color: #a2aea3;
}
.hero-art {
  position: relative;
  min-width: 0;
  height: 490px;
}
.sculpture {
  position: absolute;
  width: 125%;
  max-width: none;
  height: 94%;
  object-fit: cover;
  left: -13%;
  top: -3%;
  mix-blend-mode: multiply;
}
.art-label {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7e0d3;
  background: #f7f8f4dd;
  border-radius: 20px;
  padding: 7px 12px;
}
.mini-site {
  position: absolute;
  bottom: 24px;
  left: 4px;
  width: 287px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 22px 55px -25px #24382975;
  transform: rotate(-7deg);
}
.mini-bar {
  height: 24px;
  background: #f8f9f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  font-size: 7px;
  color: #707b74;
  border-bottom: 1px solid #e7e9e4;
}
.mini-bar > span:first-child {
  display: flex;
  gap: 3px;
}
.mini-bar i {
  width: 4px;
  height: 4px;
  background: #d0d8cb;
  border-radius: 50%;
}
.mini-content {
  background: #ecede5;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.mini-brand {
  font-size: 8px;
  letter-spacing: 0.15em;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
}
.mini-content > p {
  font: 500 25px/1.12 var(--heading);
  letter-spacing: -0.04em;
  position: relative;
  margin: 27px 0;
  color: #1a2c23;
}
.mini-photo {
  position: absolute;
  right: 12px;
  top: 35px;
  width: 102px;
  height: 92px;
  background: url("/assets/home/architect-v1.webp") center/cover;
  border-radius: 50px 50px 0 0;
  filter: brightness(0.85);
}
.mini-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 6px;
}
.mini-action {
  padding: 6px;
  background: #263e2d;
  color: white;
  border-radius: 4px;
}
.chat-chip {
  position: absolute;
  right: -8px;
  bottom: 80px;
  padding: 15px 20px 15px 13px;
  border-radius: 12px;
  border: 1px solid #e6ebe0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 14px 40px -20px #2e422b60;
  transform: rotate(3deg);
}
.chat-chip strong {
  display: block;
  font-size: 12px;
}
.chat-chip div > span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.chat-symbol {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #d7f0dc;
  color: #1e6643;
  font-size: 21px;
}
.art-caption {
  position: absolute;
  bottom: -7px;
  right: 13px;
  font-size: 9px;
  color: #6d776e;
}
.industry-strip {
  border-block: 1px solid var(--line);
  padding-block: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.industry-strip p {
  font-size: 12px;
  line-height: 1.5;
  min-width: 132px;
}
.industry-strip strong {
  color: var(--ink);
  font-weight: 550;
}
.industry-strip > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex: 1;
}
.industry-strip > div > span {
  font-family: var(--heading);
  font-size: 13px;
  letter-spacing: -0.035em;
  color: #596459;
  font-weight: 650;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
  margin-bottom: 45px;
}
.section-heading > div:first-child {
  flex: 1;
}
.section-heading > p,
.section-heading > div:last-child:not(:first-child) {
  max-width: 365px;
  font-size: 15px;
}
.section-heading p {
  line-height: 1.75;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
  font-size: 10px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #f0f3ec;
  padding: 30px 26px 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-copy {
  min-height: 218px;
}
.number {
  font-size: 9px;
  color: #637361;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.card-copy h3 {
  margin-top: 17px;
  font-size: 25px;
  letter-spacing: -0.055em;
}
.card-copy p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 15px;
}
.feature-message {
  background: #f6f2e9;
}
.feature-contact {
  background: #eff3f0;
}
.brand-board {
  background: #fff;
  border: 1px solid #e1e5dc;
  border-radius: 11px 11px 0 0;
  margin: 26px 0 0;
  padding: 17px 18px 14px;
  box-shadow: 0 5px 24px #203c1e08;
  transform: rotate(-3deg);
  transform-origin: bottom;
}
.board-header {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
}
.swatches {
  display: flex;
  gap: 5px;
  margin-top: 17px;
}
.swatches i {
  width: 25%;
  height: 36px;
  border-radius: 5px;
  background: var(--ink);
}
.swatches i:nth-child(2) {
  background: var(--orange);
}
.swatches i:nth-child(3) {
  background: var(--mint);
}
.swatches i:nth-child(4) {
  background: var(--cream);
}
.type-sample {
  font: 650 53px/1 var(--heading);
  letter-spacing: -0.08em;
  margin: 18px 0;
  display: flex;
  gap: 25px;
  align-items: center;
}
.type-sample span {
  font: 400 10px/1.5 var(--font);
  letter-spacing: 0;
  color: var(--muted);
}
.board-footer {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #65725e;
  border-top: 1px solid var(--line);
  padding-top: 9px;
}
.message-demo {
  margin-top: 33px;
  min-height: 201px;
}
.tiny-label {
  font-size: 8px;
  letter-spacing: 0.09em;
  font-weight: 600;
  color: #606e61;
}
.message-line {
  padding: 18px 0;
  border-bottom: 1px solid #e4ded0;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
}
.message-line > span:first-child {
  font-size: 9px;
  color: #847761;
}
.message-line strong {
  font-weight: 500;
}
.circle-arrow {
  margin-left: auto;
  width: 23px;
  height: 23px;
  background: var(--cream);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.contact-demo {
  margin-top: 32px;
  padding-bottom: 15px;
  min-height: 200px;
}
.bubble {
  padding: 13px 15px;
  border-radius: 11px;
  background: #fff;
  font-size: 11px;
  max-width: 92%;
  box-shadow: 0 5px 18px #17291505;
}
.bubble small {
  display: block;
  margin-top: 7px;
  color: #77806f;
  font-size: 8px;
}
.bubble.outgoing {
  margin: 12px 0 0 auto;
  background: #cce8d0;
}
.bubble.outgoing span {
  display: block;
  text-align: right;
  font-size: 9px;
  color: #517752;
}
.chat-input {
  border: 1px solid #d5dfd3;
  background: #f8faf6;
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: 20px;
  font-size: 9px;
  color: #61715e;
  display: flex;
  justify-content: space-between;
}
.showcase-section {
  padding-block: 94px;
  background: #eaf0e7;
  border-block: 1px solid #dfe6d9;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 650;
  padding-block: 12px;
  border-bottom: 1px solid #a9b9a5;
  margin-top: 13px;
}
.text-link:hover {
  color: #b44421;
}
.text-link span {
  font-size: 20px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.design-card {
  min-width: 0;
}
.design-image {
  background: #d8e0d2;
  padding: 26px 20px 0;
  border-radius: 12px;
  overflow: hidden;
  height: 249px;
}
.design-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 10px 30px #19351e24;
  transition: transform 0.3s;
}
.design-card:hover img {
  transform: translateY(-7px);
}
.mint {
  background: #cfe7d5;
}
.peach {
  background: #f0dfd1;
}
.design-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
.design-title h3 {
  font-size: 16px;
  letter-spacing: -0.025em;
}
.design-title p {
  font-size: 12px;
  margin-top: 5px;
}
.design-title > span {
  width: 34px;
  height: 34px;
  border: 1px solid #bdcbbb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.showcase-note {
  font-size: 11px;
  margin-top: 27px;
}
.workspace-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 84px;
  align-items: center;
}
.workspace-visual {
  background: #e7ede2;
  padding: 34px 25px 16px;
  border-radius: 20px;
  border: 1px solid #dbe4d3;
  min-width: 0;
}
.workspace-top {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 17px 18px;
  border-radius: 12px 12px 0 0;
  gap: 10px;
  border-bottom: 1px solid #e5e9df;
  font-size: 12px;
}
.workspace-mark {
  color: #bb431d;
  font: 800 25px/1 var(--heading);
}
.preview-tag {
  margin-left: auto;
  font-size: 9px;
  border-radius: 4px;
  padding: 2px 7px;
  background: #f1f4ed;
  color: #68745e;
}
.workspace-body {
  display: flex;
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  min-width: 0;
}
.workspace-sidebar {
  width: 49px;
  padding: 22px 13px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  border-right: 1px solid #e5e9df;
  background: #fcfdf9;
  flex-shrink: 0;
}
.side-square {
  display: block;
  width: 18px;
  height: 18px;
  border: 1.5px solid #c6d1be;
  border-radius: 5px;
}
.side-square.selected {
  background: #c5e5ca;
  border-color: #679b73;
  outline: 5px solid #e8f2e6;
}
.inbox {
  padding: 22px 18px;
  width: calc(100% - 49px);
  min-width: 0;
}
.inbox-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inbox-head h3 {
  font-size: 23px;
  margin-top: 5px;
}
.inbox-counter {
  font-size: 11px;
  background: #f1f5eb;
  border-radius: 5px;
  padding: 4px 7px;
}
.inbox-tabs {
  display: flex;
  gap: 18px;
  font-size: 8px;
  margin-top: 23px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  color: #76806c;
}
.inbox-tabs b {
  color: var(--ink);
}
.lead-row {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eef0e9;
  padding-block: 19px;
}
.avatar {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #dfeddd;
  display: grid;
  place-items: center;
  font-size: 9px;
  flex-shrink: 0;
}
.avatar.peach {
  background: #f3dfcf;
}
.avatar.lilac {
  background: #e8e1ef;
}
.lead-row strong {
  font-size: 10px;
  display: block;
}
.lead-row small {
  font-size: 8px;
  color: #697363;
  display: block;
  margin-top: 3px;
}
.lead-status {
  margin-left: auto;
  color: #347142;
  background: #e7f2df;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 8px;
}
.lead-status.warm {
  color: #906518;
  background: #fbf0d7;
}
.inbox-note {
  font-size: 8px;
  color: #61745a;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.inbox-note span {
  font-size: 11px;
}
.workspace-caption {
  text-align: center;
  font-size: 9px;
  margin-top: 17px;
}
.workspace-copy h2 {
  font-size: 38px;
}
.workspace-copy > p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 24px;
  line-height: 1.85;
}
.benefit-list {
  padding: 0;
  list-style: none;
  margin-block: 24px;
}
.benefit-list li {
  font-size: 13px;
  padding: 7px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.benefit-list li:before {
  content: "✓";
  color: #347547;
}
.included {
  display: block;
  font-size: 10px;
  color: #5c7059;
}
.process-section {
  padding-block: 90px;
  background: #192d24;
  color: #fff;
}
.process-section h2 {
  color: #f6f7ef;
}
.process-section p {
  color: #bccdc0;
}
.process-section .eyebrow {
  color: #91bca1;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}
.step-number {
  font: 500 37px/1 var(--heading);
  letter-spacing: -0.06em;
  color: #92d3ae;
  display: block;
  padding-bottom: 26px;
  border-bottom: 1px solid #3b5142;
}
.process-grid h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
  margin-top: 28px;
}
.process-grid p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 16px;
  max-width: 315px;
}
.center-heading {
  text-align: center;
}
.center-heading .eyebrow {
  justify-content: center;
}
.center-heading h2 {
  font-size: 46px;
}
.center-heading > p:last-child {
  font-size: 15px;
  margin-top: 24px;
}
.pricing-promo {
  margin: 38px 0 49px;
  padding: 15px 21px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #eef3e9;
  border: 1px solid #dbe5d3;
  border-radius: 10px;
}
.pricing-promo p {
  font-size: 12px;
  color: var(--ink);
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.promo-icon {
  color: #416742;
  font-size: 22px;
}
.pricing-promo small {
  font-size: 10px;
  margin-left: auto;
  color: #606b55;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.plan {
  position: relative;
  background: #fff;
  border: 1px solid #dfe5d9;
  border-radius: 16px;
  padding: 30px 26px;
  min-width: 0;
}
.plan.featured {
  background: #eaf2e5;
  border: 1px solid #769373;
  box-shadow: 0 10px 35px #2542240b;
}
.plan-ribbon {
  position: absolute;
  top: -15px;
  left: 26px;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 8px;
  letter-spacing: 0.12em;
  background: var(--ink);
  color: white;
  font-weight: 700;
}
.plan-symbol {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #5e7552;
  margin-bottom: 19px;
}
.plan-intro h3 {
  font-size: 27px;
  letter-spacing: -0.045em;
}
.plan-intro p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 14px;
  min-height: 66px;
  max-width: 260px;
}
.plan-price {
  margin: 25px 0;
}
.plan-price > s {
  font-size: 12px;
  color: #6c7665;
}
.plan-price > div {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.plan-price strong {
  font-family: var(--heading);
  font-size: 29px;
  letter-spacing: -0.055em;
  line-height: 1.3;
}
.plan-price > div > span {
  font-size: 11px;
  color: #626c5c;
}
.plan-price small {
  font-size: 10px;
  color: #63705e;
  display: block;
  margin-top: 9px;
}
.plan > .button {
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
}
.plan-features {
  border-top: 1px solid #dfe5d9;
  margin-top: 27px;
  padding-top: 24px;
}
.plan-features h4 {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 650;
  min-height: 17px;
}
.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 23px;
}
.plan-features li {
  position: relative;
  padding-left: 23px;
}
.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #3e7952;
}
.plan-features strong {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
.plan-features li span {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 4px;
  color: #667160;
}
.pricing-footnote {
  font-size: 11px;
  max-width: 770px;
  text-align: center;
  margin: 24px auto 0;
}
.ads-addon {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 31px 0;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  margin-top: 50px;
}
.ads-addon .eyebrow {
  font-size: 9px;
  margin-bottom: 10px;
}
.ads-addon h3 {
  font-size: 20px;
  letter-spacing: -0.035em;
}
.ads-addon p {
  font-size: 12px;
  margin-top: 10px;
}
.ads-addon .button {
  font-size: 12px;
  min-height: 46px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 95px;
  padding-block: 0 110px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 13px;
  margin-top: 26px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
  min-height: 60px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 22px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 13px;
  line-height: 1.85;
  padding-bottom: 25px;
  max-width: 510px;
}
.closing {
  position: relative;
  border-radius: 22px;
  background: #e9eedf;
  overflow: hidden;
  padding: 64px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  min-height: 430px;
  margin-bottom: 85px;
}
.closing-copy {
  position: relative;
  z-index: 1;
}
.closing h2 {
  font-size: 60px;
  letter-spacing: -0.065em;
}
.closing h2 span {
  color: #41653f;
}
.closing p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 23px;
}
.closing .button {
  margin-top: 28px;
}
.closing-art {
  position: absolute;
  right: -85px;
  top: 0;
  width: 60%;
  height: 100%;
}
.closing-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.closing .eyebrow {
  margin-bottom: 18px;
}
footer {
  padding-bottom: 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 35px;
  padding-bottom: 45px;
}
.footer-top h2 {
  font: 600 11px/1.5 var(--font);
  letter-spacing: 0;
  margin-bottom: 15px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 17px;
}
.footer-top > div > a:not(.brand) {
  display: block;
  font-size: 12px;
  padding-block: 6px;
  min-height: 30px;
  color: #5f6d61;
}
.footer-top > div > a:hover {
  color: #b44421;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #63715f;
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 100px;
  }
  .hero-art {
    height: 530px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .announcement-inner {
    gap: 10px;
    font-size: 10px;
  }
  .availability {
    display: none;
  }
  .hero {
    gap: 16px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    padding: 15px;
    font-size: 12px;
  }
  .hero-art {
    height: 445px;
  }
  .chat-chip {
    right: 0;
    bottom: 55px;
  }
  .mini-site {
    width: 245px;
    left: 0;
    bottom: 20px;
  }
  .micro {
    font-size: 10px;
    gap: 6px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p,
  .section-heading > div:last-child:not(:first-child) {
    max-width: 300px;
  }
  .feature-card {
    padding: 25px 20px 0;
  }
  .card-copy h3 {
    font-size: 23px;
  }
  .card-copy {
    min-height: 241px;
  }
  .design-image {
    height: 210px;
    padding: 20px 15px 0;
  }
  .workspace-section {
    gap: 40px;
  }
  .workspace-visual {
    padding: 25px 15px 15px;
  }
  .workspace-copy h2 {
    font-size: 33px;
  }
  .plan {
    padding: 28px 20px;
  }
  .plan-price strong {
    font-size: 25px;
  }
  .plan-intro p {
    min-height: 88px;
  }
  .faq-section {
    gap: 55px;
  }
  .industry-strip {
    gap: 25px;
  }
  .industry-strip > div {
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: flex-start;
  }
  .closing {
    padding: 50px;
  }
  .closing h2 {
    font-size: 54px;
  }
}
@media (max-width: 850px) {
  .nav-links {
    gap: 20px;
  }
  .nav-actions {
    gap: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    max-width: 670px;
    text-align: center;
    padding-block: 60px 45px;
  }
  .hero-copy > .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-lead {
    margin-inline: auto;
  }
  .hero-actions,
  .micro {
    justify-content: center;
  }
  .hero-art {
    height: 470px;
    width: 520px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .sculpture {
    width: 100%;
    left: 0;
  }
  .art-label {
    right: 35px;
  }
  .mini-site {
    left: 10px;
    bottom: 25px;
    width: 270px;
  }
  .chat-chip {
    right: 10px;
    bottom: 62px;
    text-align: left;
  }
  .industry-strip {
    align-items: flex-start;
  }
  .industry-strip > div > span {
    font-size: 12px;
  }
  .section {
    padding-block: 78px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .section-heading > p,
  .section-heading > div:last-child:not(:first-child) {
    max-width: 520px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 28px 28px 0;
  }
  .card-copy {
    min-height: 230px;
  }
  .brand-board,
  .message-demo,
  .contact-demo {
    margin-top: 15px;
    align-self: end;
  }
  .card-copy h3 {
    font-size: 25px;
  }
  .card-copy p {
    font-size: 13px;
  }
  .showcase-section {
    padding-block: 72px;
  }
  .showcase-grid {
    gap: 15px;
  }
  .design-image {
    height: 160px;
    padding: 16px 10px 0;
  }
  .design-title h3 {
    font-size: 13px;
  }
  .design-title p {
    font-size: 10px;
  }
  .design-title > span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
  .workspace-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .workspace-copy {
    grid-row: 1;
  }
  .workspace-copy h2 {
    font-size: 40px;
  }
  .workspace-visual {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 35px;
  }
  .workspace-copy > p:not(.eyebrow) {
    max-width: 570px;
  }
  .inbox {
    padding: 25px;
  }
  .lead-row strong {
    font-size: 12px;
  }
  .lead-row small {
    font-size: 10px;
  }
  .lead-status {
    font-size: 9px;
  }
  .process-section {
    padding-block: 70px;
  }
  .process-grid {
    gap: 25px;
  }
  .process-grid h3 {
    font-size: 18px;
  }
  .process-grid p {
    font-size: 12px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .plan {
    padding: 27px 15px;
  }
  .plan-price strong {
    font-size: 21px;
  }
  .plan-intro p {
    font-size: 12px;
    min-height: 104px;
  }
  .plan > .button {
    font-size: 11px;
    padding: 13px 11px;
    gap: 8px;
  }
  .plan-features li {
    padding-left: 18px;
  }
  .plan-features strong {
    font-size: 11px;
  }
  .plan-features li span {
    font-size: 10px;
  }
  .plan-features ul {
    gap: 21px;
  }
  .pricing-promo {
    flex-wrap: wrap;
    gap: 7px;
  }
  .pricing-promo small {
    margin-left: 35px;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .closing {
    padding: 40px;
  }
  .closing h2 {
    font-size: 45px;
  }
  .closing-art {
    right: -80px;
    width: 65%;
  }
  .footer-top {
    grid-template-columns: 1.1fr 1fr 1.2fr;
    gap: 24px;
  }
  .footer-last {
    grid-column: 1/-1;
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .footer-last h2,
  .footer-last p {
    margin: 0;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 84px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .announcement-inner {
    padding: 10px 12px;
    gap: 5px 12px;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 1.6;
  }
  .campaign {
    width: 100%;
    text-align: center;
    font-size: 9px;
  }
  .announcement .coupon {
    font-size: 10px;
    padding: 0 5px;
    margin-left: 3px;
  }
  .announcement a {
    font-size: 10px;
  }
  .nav {
    height: 74px;
    gap: 12px;
  }
  .brand img {
    width: 85px;
  }
  .nav-links,
  .login {
    display: none;
  }
  .nav-actions {
    gap: 10px;
  }
  .button.small {
    min-height: 42px;
    font-size: 11px;
    gap: 10px;
    padding: 10px 13px;
  }
  .menu-toggle {
    display: block;
  }
  .hero {
    padding-top: 42px;
    padding-bottom: 35px;
    gap: 5px;
  }
  .hero h1 {
    font-size: clamp(38px, 8.6vw, 53px);
    letter-spacing: -0.065em;
    line-height: 1.18;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 0.105em;
    margin-bottom: 22px;
  }
  .hero-lead {
    font-size: 14px;
    line-height: 1.8;
    max-width: 355px;
    margin-top: 29px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 9px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 50px;
    padding: 14px 16px;
    gap: 10px;
  }
  .hero-actions .quiet {
    padding: 12px 7px;
  }
  .micro {
    gap: 7px;
    font-size: 9px;
    margin-top: 18px;
  }
  .hero-art {
    height: 370px;
    margin-top: 24px;
    max-width: 400px;
  }
  .sculpture {
    width: 115%;
    left: -7.5%;
    height: 96%;
    top: -5%;
    object-fit: contain;
  }
  .art-label {
    top: 3px;
    right: 10px;
    font-size: 8px;
    padding: 6px 9px;
  }
  .mini-site {
    width: 230px;
    left: 1px;
    bottom: 24px;
  }
  .mini-content {
    padding: 12px;
  }
  .mini-content > p {
    font-size: 22px;
    margin: 23px 0;
  }
  .mini-photo {
    width: 86px;
    height: 80px;
    top: 30px;
  }
  .mini-bottom {
    font-size: 5px;
  }
  .chat-chip {
    right: 0;
    bottom: 37px;
    padding: 11px 12px;
    gap: 7px;
    transform: rotate(3deg);
  }
  .chat-chip strong {
    font-size: 10px;
  }
  .chat-chip div > span {
    font-size: 8px;
  }
  .chat-symbol {
    width: 27px;
    height: 27px;
    font-size: 17px;
  }
  .art-caption {
    font-size: 8px;
    bottom: 0;
    right: 0;
  }
  .industry-strip {
    padding-block: 22px;
    gap: 20px;
  }
  .industry-strip p {
    font-size: 10px;
    min-width: 88px;
  }
  .industry-strip > div {
    gap: 9px 15px;
  }
  .industry-strip > div > span {
    font-size: 10px;
  }
  .industry-strip > div > span:last-child {
    display: none;
  }
  .section {
    padding-block: 66px;
  }
  .section-heading {
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-heading h2,
  .workspace-copy h2 {
    font-size: 32px;
  }
  .eyebrow,
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
  }
  .section-heading > p,
  .section-heading > div:last-child:not(:first-child) {
    font-size: 14px;
  }
  .feature-grid {
    gap: 16px;
  }
  .feature-card {
    display: flex;
    padding: 27px 26px 0;
    gap: 0;
    border-radius: 14px;
  }
  .card-copy {
    min-height: 0;
  }
  .card-copy h3 {
    font-size: 27px;
  }
  .card-copy p {
    font-size: 13px;
    max-width: 340px;
  }
  .brand-board {
    width: 100%;
    margin-top: 30px;
    padding: 22px;
  }
  .type-sample {
    font-size: 55px;
  }
  .message-demo,
  .contact-demo {
    width: 100%;
    margin-top: 30px;
  }
  .message-demo {
    padding-bottom: 23px;
    min-height: 0;
  }
  .message-line {
    font-size: 12px;
  }
  .contact-demo {
    padding-bottom: 25px;
    min-height: 0;
  }
  .bubble {
    font-size: 12px;
  }
  .tiny-label {
    font-size: 8px;
  }
  .showcase-section {
    padding-block: 66px;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .design-image {
    height: auto;
    aspect-ratio: 1.52;
    padding: 24px 20px 0;
  }
  .design-title h3 {
    font-size: 17px;
  }
  .design-title p {
    font-size: 12px;
  }
  .design-title > span {
    width: 36px;
    height: 36px;
  }
  .showcase-note {
    font-size: 10px;
  }
  .workspace-section {
    gap: 30px;
  }
  .workspace-visual {
    padding: 18px 11px 12px;
    border-radius: 14px;
  }
  .workspace-sidebar {
    width: 34px;
    padding: 22px 8px;
  }
  .side-square {
    width: 16px;
    height: 16px;
  }
  .inbox {
    width: calc(100% - 34px);
    padding: 18px 13px;
  }
  .inbox-head h3 {
    font-size: 22px;
  }
  .inbox-head .tiny-label {
    font-size: 7px;
  }
  .lead-row {
    gap: 8px;
    padding-block: 17px;
  }
  .lead-row strong {
    font-size: 10px;
  }
  .lead-row small {
    font-size: 8px;
  }
  .lead-status {
    font-size: 7px;
    padding: 3px 5px;
  }
  .avatar {
    width: 25px;
    height: 25px;
    font-size: 8px;
  }
  .inbox-note {
    font-size: 7px;
  }
  .workspace-caption {
    font-size: 8px;
  }
  .workspace-copy > p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 20px;
  }
  .benefit-list li {
    font-size: 12px;
  }
  .process-section {
    padding-block: 60px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 30px;
  }
  .process-grid li {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
    border-top: 1px solid #3b5142;
    padding-top: 25px;
  }
  .step-number {
    font-size: 28px;
    padding: 0;
    border: 0;
    grid-row: 1/3;
  }
  .process-grid h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .process-grid p {
    font-size: 13px;
    margin-top: 12px;
    max-width: none;
  }
  .center-heading h2 {
    font-size: 32px;
  }
  .center-heading > p:last-child {
    font-size: 13px;
    margin-top: 22px;
  }
  .pricing-promo {
    padding: 15px;
    margin: 30px 0 42px;
    align-items: flex-start;
  }
  .pricing-promo p {
    display: block;
    font-size: 11px;
    flex: 1;
  }
  .pricing-promo p > strong {
    display: block;
    margin-bottom: 5px;
  }
  .pricing-promo .coupon {
    margin-left: 0;
    margin-top: 5px;
  }
  .pricing-promo small {
    font-size: 9px;
    margin-left: 27px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .plan {
    padding: 28px;
  }
  .plan-intro p {
    min-height: 0;
    font-size: 14px;
    max-width: 100%;
  }
  .plan-intro h3 {
    font-size: 29px;
  }
  .plan-price strong {
    font-size: 34px;
  }
  .plan-price > div > span {
    font-size: 12px;
  }
  .plan-price small {
    font-size: 11px;
  }
  .plan > .button {
    font-size: 14px;
    padding: 16px;
    min-height: 52px;
  }
  .plan-features h4 {
    font-size: 12px;
  }
  .plan-features ul {
    gap: 20px;
  }
  .plan-features strong {
    font-size: 13px;
  }
  .plan-features li span {
    font-size: 12px;
  }
  .plan-features li {
    padding-left: 24px;
  }
  .plan-symbol {
    margin-bottom: 15px;
  }
  .pricing-footnote {
    font-size: 10px;
  }
  .ads-addon {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 35px;
  }
  .ads-addon h3 {
    font-size: 21px;
  }
  .ads-addon p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 60px;
  }
  .faq-section > div > p:not(.eyebrow) {
    margin-top: 20px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 21px 0;
  }
  .closing {
    padding: 35px 25px 0;
    display: block;
    min-height: 0;
    border-radius: 16px;
    margin-bottom: 55px;
  }
  .closing h2 {
    font-size: 45px;
  }
  .closing p:not(.eyebrow) {
    font-size: 13px;
  }
  .closing .button {
    font-size: 12px;
    margin-top: 25px;
  }
  .closing-art {
    position: relative;
    width: calc(100% + 50px);
    right: 25px;
    height: 240px;
    margin-top: 10px;
  }
  .closing-art img {
    object-fit: contain;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 30px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:first-child p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 30px;
    font-size: 11px;
  }
  .footer-top h2 {
    font-size: 11px;
  }
  .footer-top > div > a:not(.brand) {
    min-height: 36px;
  }
  .footer-last {
    display: block;
    grid-column: 1/-1;
  }
  .footer-last p {
    margin-top: 8px;
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom a {
    margin-left: auto;
  }
}
.mini-photo {
  background-image: url("/assets/home/studio-v1.webp");
}
.hero-art {
  isolation: isolate;
}
.hero-copy {
  min-width: 0;
}
.sculpture {
  width: 110%;
  left: -5%;
  mask-image: radial-gradient(
    ellipse 62% 66% at center,
    #000 55%,
    transparent 85%
  );
}
@media (max-width: 850px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-art {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sculpture {
    width: 100%;
    left: 0;
  }
  .pricing-promo small {
    flex-basis: 100%;
    margin-left: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
