/* Locally rendered system fonts; no external assets. */
:root {
  --paper: #f8f7f2;
  --white: #fff;
  --ink: #253d35;
  --muted: #56645a;
  --line: #dce1d8;
  --green: #204a40;
  --lime: #e6edb9;
  --soft: #eaf0e8;
  --warm: #efe5dc;
  --radius: 18px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #b36a39;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
p {
  line-height: 1.7;
}
h1,
h2 {
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(42px, 5.5vw, 79px);
}
h2 {
  font-size: clamp(30px, 3.5vw, 48px);
}
h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
small {
  font-size: 12px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
button {
  color: inherit;
}
svg {
  flex-shrink: 0;
}
.header {
  max-width: 1440px;
  margin: auto;
  padding: 24px 5%;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 100px;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -1.4px;
  white-space: nowrap;
}
.brandmark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--lime);
  border-radius: 11px;
  font-family: Georgia, serif;
  font-size: 28px;
  margin-right: 10px;
}
.brand small {
  font-size: 10px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #bcc8bb;
}
.brand-dot {
  color: #798851;
}
.header nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  font-size: 13px;
}
.header nav a[aria-current="page"] {
  color: var(--green);
  font-weight: 700;
}
.btn {
  background: var(--green);
  color: #fff;
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  min-height: 47px;
  text-align: center;
}
.btn:hover {
  background: #173b32;
  text-decoration: none;
}
.btn.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #bdc8bc;
}
.btn.secondary:hover {
  background: var(--soft);
}
.btn.light {
  background: var(--lime);
  color: var(--ink);
}
.btn.compact {
  padding: 11px 17px;
  font-size: 13px;
}
.btn.danger {
  background: #8a3737;
}
.text-button {
  border: 0;
  background: none;
  padding: 5px 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 35px;
}
.demo-strip {
  padding: 10px 5%;
  background: #edf0e7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.5;
}
.demo-strip .text-button {
  font-size: 11px;
  min-height: 20px;
  margin-left: 18px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #527453;
  border-radius: 50%;
  flex-shrink: 0;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding: 0 34px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 54px;
  padding-top: 82px;
  padding-bottom: 80px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.eyebrow:before {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  margin-bottom: 24px;
}
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: #687b5b;
  letter-spacing: -0.065em;
}
.hero-copy > p {
  font-size: 16px;
  color: var(--muted);
  max-width: 425px;
  margin-bottom: 27px;
}
.actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.subnote {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}
.hero-art {
  position: relative;
  background: #e7eadf;
  border: 1px solid #dfe4d8;
  border-radius: 28px;
  min-height: 475px;
  padding: 40px 25px 46px;
  transform: rotate(-1deg);
}
.art-caption {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
  margin-bottom: 22px;
  color: #596953;
}
.mini-browser {
  background: #fff;
  border: 1px solid #d7dfd1;
  border-radius: 12px;
  box-shadow: 0 15px 36px #324b3210;
  overflow: hidden;
  transform: rotate(1deg);
  margin: 0 6px;
}
.browser-bar {
  font-size: 9px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  color: #7b8278;
  gap: 4px;
}
.browser-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #cfd4c8;
}
.browser-address {
  margin: auto;
  letter-spacing: 0.02em;
}
.mini-body {
  display: grid;
  grid-template-columns: 100px 1fr;
  min-height: 295px;
}
.mini-sidebar {
  border-right: 1px solid var(--line);
  padding: 19px 11px;
  font-size: 9px;
}
.mini-sidebar b {
  font-size: 13px;
  display: block;
  margin-bottom: 24px;
}
.mini-sidebar span {
  display: block;
  margin: 4px 0;
  padding: 8px 5px;
}
.mini-sidebar .active {
  background: var(--soft);
  border-radius: 5px;
}
.mini-content {
  padding: 23px 17px;
}
.mini-content small {
  font-size: 8px;
  color: var(--muted);
}
.mini-content h3 {
  font-size: 21px;
  margin: 5px 0 20px;
}
.mini-task {
  padding: 13px;
  background: #f0f3e8;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.mini-task b {
  display: block;
}
.mini-event {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 9px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0e8;
}
.mini-time {
  font-size: 10px;
  color: #78836e;
}
.mini-event b {
  display: block;
  font-size: 10px;
  margin-bottom: 4px;
}
.mini-label {
  color: #496c48;
  font-size: 8px;
  background: #eef3e9;
  border-radius: 4px;
  padding: 4px 6px;
  margin-left: auto;
}
.floating-note {
  position: absolute;
  bottom: 13px;
  left: 18px;
  background: var(--green);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 9px 24px #22473220;
  transform: rotate(2deg);
  font-size: 11px;
}
.floating-note b {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}
.check-circle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #4c6c55;
  display: grid;
  place-items: center;
  color: var(--lime);
}
.orbit-note {
  position: absolute;
  right: -14px;
  top: -19px;
  transform: rotate(7deg);
  padding: 15px 17px;
  background: var(--lime);
  border: 1px solid #d7dfb0;
  border-radius: 7px;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
}
.industry-section {
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
}
.industry-heading {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 19px;
}
.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid #d0d8cc;
  padding: 10px 15px;
  min-height: 41px;
  border-radius: 99px;
  font-size: 12px;
}
.chip:hover,
.chip.selected {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.section {
  padding-top: 78px;
  padding-bottom: 78px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 32px;
}
.section-heading h2 {
  max-width: 550px;
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 320px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
}
.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  color: var(--green);
  margin-bottom: 36px;
  font-size: 21px;
}
.card:nth-child(2) .card-icon {
  background: var(--warm);
}
.card:nth-child(3) .card-icon {
  background: #edefd9;
}
.card small {
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}
.journey {
  background: var(--green);
  color: #fff;
  border-radius: 26px;
  padding: 52px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}
.journey .serif {
  color: var(--lime);
}
.journey p {
  color: #d4ded3;
  font-size: 14px;
}
.steps {
  counter-reset: step;
}
.step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  margin-bottom: 22px;
}
.step:before {
  counter-increment: step;
  content: "0" counter(step);
  font-size: 11px;
  color: #d9e7b8;
  padding-top: 4px;
}
.step h3 {
  margin-bottom: 7px;
  font-size: 17px;
}
.step p {
  margin: 0;
  font-size: 13px;
}
.section-tint {
  background: #eeefe6;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.faq {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.faq details {
  border-bottom: 1px solid #cbd3c5;
  padding: 21px 0;
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  font-size: 15px;
  font-weight: 550;
  cursor: pointer;
  line-height: 1.6;
}
.faq details p {
  color: var(--muted);
  font-size: 14px;
  margin: 14px 0 0;
}
.closing {
  text-align: center;
  padding: 70px 24px;
}
.closing h2 {
  margin-bottom: 23px;
}
.closing p {
  color: var(--muted);
}
.closing .actions {
  justify-content: center;
}
.footer {
  padding: 35px 5%;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  background: #f0f1e9;
}
.footer .brand {
  font-size: 20px;
}
.footer p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.footer > div {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
}
.footer .text-button {
  font-size: 11px;
}
.footer > small {
  width: 100%;
  font-size: 10px;
  color: var(--muted);
}
.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 100;
  background: white;
  padding: 15px;
}
.skip:focus {
  top: 10px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 24px;
  max-width: min(90vw, 540px);
  border-radius: 10px;
  background: #203e34;
  color: #fff;
  box-shadow: 0 6px 20px #0002;
  z-index: 60;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
}
.toast.visible {
  opacity: 1;
}
dialog {
  border: 1px solid #d6ded0;
  border-radius: 20px;
  padding: 30px;
  width: min(600px, calc(100% - 28px));
  max-height: 90dvh;
  color: var(--ink);
  background: var(--paper);
}
dialog::backdrop {
  background: #18291e75;
  backdrop-filter: blur(3px);
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 22px;
}
.dialog-head h2 {
  font-size: 28px;
  margin: 0;
}
.icon-button {
  background: #e6eadf;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 21px;
  flex-shrink: 0;
}
.notice {
  padding: 16px 19px;
  background: var(--soft);
  border: 1px solid #d5dfce;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0;
}
.notice.warm {
  background: #f5eadb;
  border-color: #e7d8bc;
  color: #76532b;
}
.notice.error {
  background: #f6e6e1;
  border-color: #dcae9d;
  color: #803820;
}
.muted {
  color: var(--muted);
}
.page-heading {
  padding: 45px 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.page-heading h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.page-heading p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 27px;
}
.panel h2 {
  font-size: 25px;
  letter-spacing: -0.035em;
}
.panel h3 {
  font-size: 17px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 550;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #bbc6b7;
  border-radius: 7px;
  padding: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  min-height: 47px;
}
.field textarea {
  min-height: 100px;
  resize: vertical;
}
.field small {
  font-weight: 400;
  color: var(--muted);
}
.field.full {
  grid-column: 1/-1;
}
.check-field {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.check-field input {
  margin-top: 4px;
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.setup {
  max-width: 950px;
  padding-bottom: 75px;
}
.progress {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.progress > span {
  flex: 1;
  border-top: 3px solid var(--line);
  padding-top: 12px;
  font-size: 12px;
  color: var(--muted);
}
.progress > span.current {
  border-color: var(--green);
  color: var(--green);
  font-weight: 650;
}
.setup-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.profile-option {
  text-align: left;
  min-height: 86px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  font-size: 13px;
}
.profile-option b {
  display: block;
  font-size: 22px;
  margin-bottom: 9px;
  font-weight: 400;
}
.profile-option.selected {
  border: 2px solid var(--green);
  background: var(--soft);
}
.two-col {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.website-wrap {
  padding-bottom: 64px;
}
.preview-toolbar {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 22px;
  border: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
  font-size: 12px;
}
.preview-toolbar label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.preview-toolbar select {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  max-width: 180px;
}
.website {
  --site-accent: #53674c;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f4f1e9;
}
.website.clay {
  --site-accent: #805340;
  background: #f3ebe4;
}
.website.ink {
  --site-accent: #343b4b;
  background: #eeeef0;
}
.site-nav {
  padding: 24px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-name {
  font-family: Georgia, serif;
  font-size: 25px;
}
.site-nav span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.site-hero {
  padding: 35px 45px 55px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  align-items: center;
}
.site-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 67px);
  font-weight: 400;
  color: var(--site-accent);
}
.site-hero p {
  color: var(--muted);
  font-size: 14px;
}
.site-visual {
  height: 340px;
  border-radius: 150px 150px 7px 7px;
  background: #dedfd0;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.site-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-visual .visual-type {
  font-family: Georgia, serif;
  font-size: 100px;
  letter-spacing: -12px;
  color: #637254;
  z-index: 1;
}
.site-visual:before {
  content: "";
  position: absolute;
  border: 1px solid #a6b395;
  border-radius: 50%;
  width: 210px;
  height: 260px;
  transform: rotate(30deg);
}
.site-visual:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 75%;
  background: #bec7ad;
  border-radius: 140px 0 0 0;
}
.site-visual .visual-caption {
  position: absolute;
  bottom: 24px;
  left: 25px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}
.site-services {
  padding: 35px 45px;
  background: #fff9;
  border-top: 1px solid #d7d9cb;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.site-services p {
  font-size: 13px;
  color: var(--muted);
  margin: 5px 0 0;
}
.site-services h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.price {
  font-family: Georgia, serif;
  font-size: 32px;
  white-space: nowrap;
}
.booking-area {
  padding: 40px 45px;
  background: white;
}
.booking-area h2 {
  font-size: 30px;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}
.date-choices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}
.day-button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  padding: 12px 4px;
  font-size: 11px;
  min-height: 64px;
}
.day-button strong {
  font-size: 19px;
  display: block;
  margin-top: 4px;
}
.day-button.selected,
.time-button.selected {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.time-choices {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.time-button {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  padding: 9px 13px;
  min-height: 39px;
  font-size: 12px;
}
.site-footer {
  padding: 20px 35px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.7;
}
.workspace {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 215px 1fr;
  min-height: 750px;
}
.sidebar {
  border-right: 1px solid var(--line);
  padding: 30px 20px;
  background: #f0f2eb;
}
.workspace-brand {
  padding: 4px 10px 25px;
  font-size: 13px;
}
.workspace-brand b {
  display: block;
  margin-bottom: 5px;
}
.workspace-brand span {
  font-size: 11px;
  color: var(--muted);
}
.side-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.side-nav a {
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  border-radius: 7px;
  min-height: 43px;
}
.side-nav a.active {
  background: #dfe7d9;
  font-weight: 600;
}
.side-nav a:hover {
  background: #e4e9de;
  text-decoration: none;
}
.side-bottom {
  margin: 30px 12px;
}
.side-bottom p {
  font-size: 11px;
  color: var(--muted);
}
.workspace-content {
  padding: 35px 40px;
  min-width: 0;
}
.workspace-content .page-heading {
  padding: 0 0 27px;
}
.workspace-content .page-heading h1 {
  font-size: 34px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 25px;
}
.stat {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px 24px;
  border-radius: 12px;
}
.stat span {
  font-size: 12px;
  color: var(--muted);
}
.stat strong {
  display: block;
  font-size: 32px;
  letter-spacing: -0.04em;
  margin: 9px 0 5px;
  font-weight: 500;
}
.stat small {
  font-size: 10px;
  color: var(--muted);
}
.next-action {
  background: var(--green);
  color: white;
  padding: 24px 27px;
  border-radius: 14px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.next-action h2 {
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: -0.025em;
}
.next-action p {
  font-size: 12px;
  color: #d3e2d6;
  margin: 0;
}
.next-action .eyebrow {
  font-size: 9px;
  margin-bottom: 14px;
  color: var(--lime);
}
.order-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.order-row:last-child {
  border-bottom: 0;
}
.order-row .avatar {
  background: var(--soft);
  color: #506847;
  border-radius: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  flex-shrink: 0;
}
.order-info {
  flex: 1;
  min-width: 0;
}
.order-info b {
  font-size: 13px;
  display: block;
  overflow-wrap: anywhere;
}
.order-info p {
  font-size: 11px;
  color: var(--muted);
  margin: 4px 0 0;
}
.badge {
  font-size: 10px;
  background: var(--soft);
  border-radius: 5px;
  padding: 5px 8px;
  display: inline-block;
  line-height: 1.5;
}
.badge.sent,
.badge.request,
.badge.reserved {
  background: #f1e8d5;
  color: #785b24;
}
.badge.cancelled {
  background: #f0e4df;
  color: #7b4941;
}
.badge.booked,
.badge.invoiced {
  background: #e4ecdf;
  color: #375332;
}
.row-action {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 6px;
  min-height: 37px;
}
.empty {
  padding: 25px;
  background: #f4f5ee;
  border-radius: 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.calendar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.calendar-controls h2 {
  font-size: 22px;
  margin: 0;
}
.week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.calendar-day {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  padding: 12px 8px;
  min-height: 235px;
}
.calendar-day.closed {
  background: #f0f1e9;
}
.day-head {
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.day-head strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
}
.calendar-event {
  display: block;
  width: 100%;
  background: #e6eddf;
  border: 0;
  border-left: 3px solid #66845b;
  text-align: left;
  border-radius: 4px;
  padding: 9px 6px;
  font-size: 10px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.calendar-event.reserved {
  background: #f2e8cd;
  border-color: #a88846;
}
.calendar-event b {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.calendar-free {
  font-size: 10px;
  color: #536349;
  line-height: 1.6;
  text-align: center;
}
.block-button {
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 10px;
  padding: 6px 0;
  width: 100%;
  min-height: 33px;
}
.document {
  background: white;
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 9px;
}
.document-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.document-top h2 {
  font-size: 24px;
  margin: 5px 0;
}
.document p {
  font-size: 13px;
}
.document small {
  font-size: 10px;
  color: var(--muted);
}
.total-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.total-row.big {
  font-size: 18px;
  font-weight: 600;
}
.email-preview {
  background: #f2f4ee;
  padding: 20px;
  border-radius: 9px;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.flow-status {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.flow-status span {
  padding: 7px 11px;
  background: #eeefe8;
  border-radius: 5px;
  font-size: 11px;
}
.flow-status span.done {
  background: #dfe9d8;
  color: #3c5932;
}
.public-offer {
  max-width: 760px;
  padding-bottom: 60px;
}
.data-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
}
.data-list dt {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 4px;
}
.data-list dd {
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
}
.study {
  max-width: 900px;
  padding-top: 55px;
  padding-bottom: 70px;
}
.study h1 {
  font-size: clamp(38px, 5vw, 64px);
}
.study h2 {
  font-size: 31px;
  margin-top: 48px;
}
.study h3 {
  margin-top: 28px;
}
.study p,
.study li {
  font-size: 15px;
  line-height: 1.8;
}
.study a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.study table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.study th,
.study td {
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.study .table-scroll {
  overflow-x: auto;
}
.study ul {
  padding-left: 22px;
}
.nojs {
  padding: 35px;
}
.wide {
  grid-column: 1/-1;
}
.helper-list {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.9;
}
.pill-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.pill-tabs a {
  padding: 10px 16px;
  border: 1px solid var(--line);
  font-size: 12px;
  border-radius: 99px;
}
.pill-tabs a.active {
  background: var(--green);
  color: white;
}
.field-error {
  color: #923a2c;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
}
.site-links {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 12px;
}
.spacer-top {
  margin-top: 24px;
}
.button-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.file-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.reading-width {
  max-width: 620px;
}
.feedback-score {
  display: flex;
  gap: 8px;
}
.feedback-score label {
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 7px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tagline {
  font-size: 12px;
  color: var(--muted);
  margin: 15px 0;
}
.brand-accent {
  color: #758464;
}
.swatch-label {
  font-size: 12px;
}
.review-checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.inline-split {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}
.inline-split h2 {
  margin-bottom: 0;
}
.mobile-title {
  display: none;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1050px) {
  .header {
    gap: 20px;
    padding: 20px 4%;
  }
  .header nav {
    gap: 18px;
  }
  .brand small {
    display: none;
  }
  .hero {
    gap: 35px;
    padding-top: 65px;
  }
  .hero-art {
    padding: 35px 15px 45px;
    min-height: 435px;
  }
  .mini-body {
    grid-template-columns: 83px 1fr;
  }
  .mini-content {
    padding: 20px 12px;
  }
  .mini-label {
    display: none;
  }
  .mini-sidebar {
    padding: 19px 7px;
  }
  .orbit-note {
    right: -4px;
  }
  .workspace {
    grid-template-columns: 170px 1fr;
  }
  .sidebar {
    padding: 26px 12px;
  }
  .workspace-content {
    padding: 30px 22px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .week {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .calendar-day {
    min-height: 170px;
  }
  .booking-grid {
    gap: 25px;
  }
  .site-hero {
    gap: 30px;
    padding: 25px 30px 45px;
  }
  .site-services,
  .booking-area {
    padding: 30px;
  }
  .journey {
    padding: 40px;
    gap: 35px;
  }
  .faq {
    gap: 40px;
  }
  .card {
    padding: 25px;
  }
}
@media (max-width: 760px) {
  .header {
    min-height: 82px;
    padding: 17px 20px;
    gap: 13px;
    flex-wrap: wrap;
  }
  .header .brand {
    font-size: 23px;
    margin-right: auto;
  }
  .brandmark {
    width: 30px;
    height: 30px;
    font-size: 23px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 13px;
    gap: 28px;
    font-size: 12px;
  }
  .header .btn {
    font-size: 12px;
    padding: 10px 13px;
    gap: 10px;
    min-height: 41px;
  }
  .demo-strip {
    padding: 9px 20px;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .demo-strip .text-button {
    display: none;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .hero h1 {
    font-size: 60px;
    max-width: 530px;
  }
  .hero-copy > p {
    max-width: 500px;
    font-size: 15px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .hero-art {
    margin: 0 4px;
    min-height: 385px;
    padding: 29px 22px 43px;
    max-width: 540px;
  }
  .mini-body {
    grid-template-columns: 100px 1fr;
    min-height: 252px;
  }
  .mini-sidebar {
    padding: 19px 11px;
  }
  .mini-content {
    padding: 18px;
  }
  .mini-task {
    margin-bottom: 8px;
  }
  .mini-label {
    display: inline-block;
  }
  .mini-content h3 {
    font-size: 23px;
  }
  .orbit-note {
    top: -17px;
    right: -12px;
    font-size: 15px;
    padding: 12px 15px;
  }
  .art-caption {
    margin-bottom: 17px;
    font-size: 8px;
  }
  .floating-note {
    bottom: 2px;
    font-size: 10px;
  }
  .industry-heading {
    display: block;
    line-height: 1.8;
  }
  .industry-heading span {
    display: block;
  }
  .industry-list {
    gap: 7px;
  }
  .chip {
    font-size: 11px;
    padding: 8px 12px;
    min-height: 36px;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .card {
    padding: 24px;
  }
  .card-icon {
    margin-bottom: 20px;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 26px;
    margin-top: 22px;
  }
  .journey h2 {
    font-size: 37px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .closing {
    padding: 45px 22px;
  }
  .footer {
    padding: 30px 22px;
    gap: 15px;
  }
  .footer > div {
    margin: 5px 0 0;
    width: 100%;
    gap: 16px;
  }
  .footer p {
    font-size: 11px;
  }
  .page-heading {
    padding-top: 30px;
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .page-heading h1 {
    font-size: 34px;
  }
  .setup-options {
    grid-template-columns: 1fr 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 21px;
  }
  .progress > span {
    font-size: 10px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .preview-toolbar {
    align-items: start;
    flex-wrap: wrap;
    padding: 14px;
    font-size: 11px;
  }
  .preview-toolbar label {
    flex-wrap: wrap;
  }
  .site-nav {
    padding: 24px 22px;
    gap: 12px;
  }
  .site-name {
    font-size: 22px;
  }
  .site-nav span {
    display: none;
  }
  .site-links {
    font-size: 11px;
  }
  .site-hero {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 25px;
  }
  .site-hero h1 {
    font-size: 47px;
  }
  .site-visual {
    height: 230px;
    border-radius: 120px 120px 7px 7px;
    margin: 0 25px;
  }
  .site-visual .visual-type {
    font-size: 85px;
  }
  .site-services {
    padding: 25px 22px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-services h2 {
    font-size: 24px;
  }
  .booking-area {
    padding: 30px 22px;
  }
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer {
    padding: 20px 22px;
  }
  .workspace {
    display: block;
  }
  .sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 18px;
  }
  .workspace-brand {
    display: none;
  }
  .side-nav {
    display: flex;
    flex-direction: row;
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .side-nav a {
    font-size: 11px;
    padding: 10px 11px;
    white-space: nowrap;
    min-height: 38px;
  }
  .side-nav a .nav-icon {
    display: none;
  }
  .side-bottom {
    display: none;
  }
  .workspace-content {
    padding: 25px 20px 40px;
  }
  .workspace-content .page-heading h1 {
    font-size: 32px;
  }
  .workspace-content .page-heading {
    gap: 15px;
  }
  .stats {
    gap: 8px;
  }
  .stat {
    padding: 15px 12px;
    border-radius: 9px;
  }
  .stat strong {
    font-size: 25px;
  }
  .stat span {
    font-size: 10px;
  }
  .stat small {
    font-size: 9px;
  }
  .next-action {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    padding: 23px;
  }
  .order-row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .order-row .avatar {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
  .order-info {
    min-width: 130px;
  }
  .order-row > .badge {
    margin-left: 42px;
  }
  .order-row .row-action {
    margin-left: auto;
  }
  .week {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .calendar-day {
    min-height: 150px;
  }
  .calendar-controls {
    flex-wrap: wrap;
  }
  .calendar-controls h2 {
    font-size: 20px;
  }
  .document {
    padding: 22px;
  }
  .document-top {
    gap: 10px;
  }
  .document-top h2 {
    font-size: 22px;
  }
  .public-offer {
    padding-bottom: 40px;
  }
  .data-list {
    grid-template-columns: 1fr;
  }
  .form-actions > .btn {
    flex-grow: 1;
  }
  .study {
    padding-top: 35px;
  }
  .study table {
    min-width: 580px;
  }
  .study h2 {
    font-size: 28px;
  }
  .study p,
  .study li {
    font-size: 14px;
  }
  dialog {
    padding: 22px;
  }
  .feedback-score {
    flex-wrap: wrap;
  }
  .inline-split {
    flex-wrap: wrap;
    gap: 12px;
  }
  .date-choices {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-services > .actions {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: 53px;
  }
  .hero-art {
    padding: 28px 10px 42px;
  }
  .mini-content {
    padding: 18px 11px;
  }
  .mini-body {
    grid-template-columns: 80px 1fr;
  }
  .mini-sidebar {
    padding: 19px 7px;
  }
  .mini-label {
    display: none;
  }
  .demo-strip > span:not(.status-dot) {
    flex-basis: 100%;
    text-align: center;
  }
  .brandmark {
    display: none;
  }
  .date-choices {
    grid-template-columns: repeat(3, 1fr);
  }
  .header nav {
    gap: 22px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat:last-child {
    grid-column: 1/-1;
  }
  .stat:last-child strong {
    display: inline-block;
    margin: 8px 12px;
  }
  .site-links {
    gap: 9px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .btn,
  .chip {
    transition:
      background 0.15s,
      color 0.15s;
  }
  .toast {
    transition: opacity 0.2s;
  }
  main {
    animation: appear 0.25s ease-out;
  }
  @keyframes appear {
    from {
      opacity: 0.7;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media print {
  .header,
  .demo-strip,
  .sidebar,
  .footer,
  .toast,
  .actions,
  .form-actions,
  .no-print,
  .preview-toolbar,
  .page-heading,
  .button-row {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .workspace {
    display: block;
  }
  .workspace-content,
  .wrap {
    padding: 0;
    max-width: 100%;
  }
  .document {
    border: 0;
    padding: 20px;
  }
  .public-offer {
    max-width: 100%;
  }
  .study {
    max-width: 100%;
  }
  .study h2 {
    break-after: avoid;
  }
  .study table {
    font-size: 10px;
  }
  .study a {
    overflow-wrap: anywhere;
  }
  dialog[open] {
    position: static;
    max-height: none;
    border: 0;
    width: 100%;
  }
  body:has(dialog[open]) > main,
  body:has(dialog[open]) > .footer {
    display: none;
  }
  .btn,
  .icon-button {
    display: none !important;
  }
}

main:focus {
  outline: none;
}
/* Keep exported documents free of navigation and entrance animations. */
@media print {
  .skip { display: none !important; }
  main { animation: none !important; opacity: 1 !important; transform: none !important; }
  .table-scroll { overflow: visible !important; }
  tr { break-inside: avoid; }
}
