@font-face {
  font-family: Manrope;
  src: url("./manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #173d32;
  --muted: #59695f;
  --cream: #f8f7f2;
  --sage: #e5eee2;
  --line: #dce2d7;
  --green: #173d32;
  --white: #fff;
  --radius: 20px;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
img,
svg {
  display: block;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #af653b;
  outline-offset: 5px;
}
p {
  line-height: 1.75;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 1.13;
}
h2 {
  font-size: clamp(35px, 4vw, 54px);
  margin-bottom: 24px;
}
h2 > span {
  color: #708570;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.35;
}
.container {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 116px;
}
.icon,
.feature-icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 1000;
  padding: 14px;
  background: var(--green);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 750;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #6f8e63;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 247, 242, 0.96);
  border-bottom: 1px solid rgba(220, 226, 215, 0.75);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand > span {
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07em;
}
.brand-sub {
  display: block;
  font-size: 8px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 650;
}
nav {
  display: flex;
  align-items: center;
  gap: 29px;
}
nav > a {
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
nav > a:hover:not(.button) {
  color: #738568;
}
nav .login-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}
.login-link .icon {
  width: 16px;
  height: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-height: 55px;
  padding: 16px 23px;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #285343;
  transform: translateY(-2px);
}
.button-small {
  min-height: 43px;
  padding: 11px 17px;
  font-size: 11px;
}
.button-light {
  background: #ecf1e7;
  color: var(--green);
  border-color: #ecf1e7;
}
.button-light:hover {
  background: #fff;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
}
.text-link:hover {
  text-decoration: underline;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 44px;
  padding-top: 85px;
  padding-bottom: 75px;
  align-items: center;
}
.hero-copy {
  padding-block: 32px;
}
.hero h1 {
  font-size: clamp(40px, 4.3vw, 63px);
  margin-bottom: 28px;
  white-space: nowrap;
}
.hero h1 span {
  color: #6a8068;
}
.hero-description {
  max-width: 470px;
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-note {
  font-size: 10px;
  color: var(--muted);
  margin: 23px 0 0;
}
.hero-visual {
  position: relative;
  background: #e3ebde;
  border-radius: 120px 20px 20px 20px;
  padding: 34px 0 25px 27px;
  min-width: 0;
  margin-top: 10px;
}
.visual-label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.11em;
  color: #50634f;
  padding: 16px 25px 24px 32px;
}
.product-window {
  display: flex;
  width: calc(100% + 15px);
  background: #f4f5f0;
  border: 5px solid #fff;
  border-radius: 13px;
  box-shadow: 0 18px 50px #24473016;
  transform: rotate(-2deg);
  overflow: hidden;
  min-height: 340px;
}
.preview-sidebar {
  width: 118px;
  flex-shrink: 0;
  background: white;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.preview-brand {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 19px;
  font-weight: 800;
  margin: 0 7px 25px;
}
.preview-brand > span {
  font-size: 13px;
  letter-spacing: -0.03em;
}
.preview-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 6px;
  font-size: 6.5px;
  border-radius: 5px;
  color: #798176;
  white-space: nowrap;
}
.preview-nav.active {
  background: #e7eee3;
  color: #214636;
}
.preview-nav .icon {
  width: 12px;
  height: 12px;
}
.preview-company {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 6px;
  margin-top: auto;
  padding: 24px 3px 0;
}
.avatar {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #e7ede2;
  font-weight: 650;
}
.preview-main {
  flex: 1;
  min-width: 0;
  padding: 17px 18px;
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7px;
  font-weight: 650;
  border-bottom: 1px solid #e4e7de;
  padding-bottom: 11px;
}
.preview-user {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dce7d4;
  width: 22px;
  height: 22px;
  font-size: 6px;
}
.preview-heading {
  padding-top: 19px;
}
.micro-label {
  display: block;
  font-size: 5.5px;
  letter-spacing: 0.1em;
  color: #778477;
  margin-bottom: 7px;
}
.preview-heading > strong {
  font-size: 13px;
  letter-spacing: -0.025em;
}
.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.preview-stats > div {
  padding: 13px 10px;
  background: white;
  border: 1px solid #e8eae2;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.preview-stats small {
  font-size: 6.5px;
  color: #667566;
}
.preview-stats b {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.preview-stats b > span {
  font-size: 12px;
}
.preview-stats > div > span {
  font-size: 5px;
  color: #697568;
}
.green-text {
  color: #506f46 !important;
}
.preview-list {
  background: white;
  border-radius: 8px;
  padding: 12px;
}
.preview-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 7px;
}
.preview-list-title > span {
  font-size: 5px;
  color: #6a776b;
}
.preview-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f0f1eb;
  padding: 12px 0;
}
.preview-row:last-child {
  border: 0;
  padding-bottom: 1px;
}
.preview-row strong {
  font-size: 6.5px;
  display: block;
  font-weight: 650;
}
.preview-row small {
  display: block;
  font-size: 5.5px;
  color: #798477;
  margin-top: 4px;
}
.mini-icon {
  background: #ecf1e8;
  border-radius: 6px;
  padding: 6px;
}
.mini-icon .icon {
  width: 12px;
  height: 12px;
}
.mini-icon.amber {
  background: #f5eddf;
  color: #998150;
}
.pill {
  font-size: 5.5px;
  background: #e9f0e4;
  border-radius: 8px;
  padding: 4px 6px;
  margin-left: auto;
}
.tiny-chevron {
  margin-left: auto;
  font-size: 10px;
}
.preview-footer {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 5px;
  margin-top: 11px;
}
.preview-footer .status-dot {
  width: 4px;
  height: 4px;
}
.floating-note {
  position: relative;
  margin: 17px 26px 0 auto;
  background: white;
  box-shadow: 0 9px 30px #20392c10;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 9px;
  padding: 15px 19px;
  width: max-content;
  transform: rotate(2deg);
}
.note-check {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  background: #e9efdf;
}
.note-check .icon {
  width: 15px;
  height: 15px;
}
.floating-note strong {
  display: block;
  font-size: 9px;
}
.floating-note div > span {
  display: block;
  font-size: 7px;
  color: #687364;
  margin-top: 5px;
}
.illustration-note {
  font-size: 8px;
  text-align: right;
  margin: 22px 25px 0;
  color: #5e715b;
}
.principles {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-block: 1px solid var(--line);
  padding: 25px 0;
  gap: 24px;
}
.principles > span {
  font-size: 11px;
  color: #61705f;
  display: flex;
  align-items: center;
  gap: 16px;
}
.principles > span:before {
  content: "✳";
  font-size: 21px;
  color: #8b9f7e;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 44px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 410px;
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}
.feature {
  border: 1px solid var(--line);
  background: #f2f3ec;
  border-radius: var(--radius);
  padding: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.feature-icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.3;
  margin-bottom: 36px;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #697963;
  display: block;
  margin-bottom: 24px;
  font-weight: 650;
}
.feature h3 {
  margin-bottom: 15px;
}
.feature p {
  font-size: 12px;
  color: #60705f;
  margin-bottom: 30px;
}
.feature .text-link,
.feature-footnote {
  margin-top: auto;
}
.feature-footnote {
  font-size: 9px;
  color: #61705c;
}
.feature-large {
  background: #e2e9da;
  grid-row: span 2;
  justify-content: space-between;
  min-height: 660px;
}
.feature-large h3 {
  font-size: 31px;
}
.feature-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding-bottom: 20px;
  min-height: 300px;
  background: #eceee4;
}
.feature-wide .feature-icon {
  display: none;
}
.feature-wide p {
  margin-bottom: 12px;
}
.team-art {
  position: relative;
  min-height: 245px;
  align-self: center;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid #cfd8c5;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.orbit-two {
  width: 230px;
  height: 230px;
}
.team-core {
  border-radius: 22px;
  background: var(--green);
  color: #e2ecda;
  padding: 10px 23px;
  font-size: 46px;
  font-weight: 600;
  z-index: 1;
  box-shadow: 0 14px 30px #173d3218;
}
.team-person {
  position: absolute;
  font-size: 9px;
  z-index: 2;
  background: #f9f9f3;
  border: 1px solid #dce2d5;
  padding: 9px 15px;
  border-radius: 30px;
  box-shadow: 0 6px 10px #24453007;
}
.person-one {
  top: 15px;
  left: 20px;
}
.person-two {
  right: -10px;
  top: 106px;
}
.person-three {
  bottom: 12px;
  left: 40px;
}
.rental-section {
  background: var(--green);
  color: #f3f4e9;
  padding-block: 100px;
}
.rental-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.rental-intro h2 {
  font-size: clamp(32px, 3.5vw, 47px);
}
.rental-intro h2 span {
  color: #b1c0a0;
}
.rental-intro > p:not(.eyebrow) {
  color: #c3d0c0;
  font-size: 13px;
  max-width: 410px;
}
.rental-intro .button {
  margin-top: 12px;
}
.rental-intro .rental-limit {
  font-size: 10px;
  margin: 25px 0 0;
  color: #b5c5b4;
  max-width: 365px;
}
.rental-steps {
  padding: 0;
  margin: 7px 0 0;
  list-style: none;
}
.rental-steps li {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #3e5b48;
}
.rental-steps li:first-child {
  padding-top: 0;
}
.rental-steps li:last-child {
  border: 0;
  padding-bottom: 0;
}
.step-number {
  font-size: 12px;
  color: #b9c6a9;
  padding-top: 4px;
  flex-shrink: 0;
}
.rental-steps h3 {
  font-size: 19px;
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}
.rental-steps p {
  font-size: 12px;
  color: #bac9b8;
  margin-bottom: 0;
  max-width: 390px;
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.approach-mark {
  position: relative;
  min-height: 460px;
  background: #e8ecdf;
  display: grid;
  place-items: center;
  border-radius: 48% 48% 12px 12px;
  overflow: hidden;
}
.ring {
  position: absolute;
  border: 1px solid #cbd6c0;
  border-radius: 50%;
  width: 245px;
  height: 245px;
}
.ring-two {
  width: 365px;
  height: 365px;
}
.ring-three {
  width: 490px;
  height: 490px;
}
.approach-key {
  font-size: 190px;
  line-height: 1;
  font-weight: 450;
  color: #264c37;
  transform: rotate(-8deg);
  text-shadow: 7px 12px 0 #cad6bd;
}
.approach-caption {
  position: absolute;
  bottom: 38px;
  font-size: 9px;
  letter-spacing: 0.17em;
  color: #627359;
}
.approach-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.approach-point {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}
.approach-point > .icon {
  margin-top: 3px;
  color: #5e7c50;
}
.approach-point h3 {
  font-size: 15px;
  letter-spacing: -0.01em;
  margin: 0 0 7px;
}
.approach-point p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.development-note {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 28px;
  font-size: 10px;
  color: #53674e;
}
.development-note p {
  margin: 7px 0 0;
  font-size: 11px;
}
.faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding-top: 80px;
}
.faq-intro {
  font-size: 12px;
  color: var(--muted);
  line-height: 2;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding-block: 22px;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 14px;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 24px;
  line-height: 1;
  color: #7a8d6f;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  color: var(--muted);
  margin: 16px 35px 0 0;
}
.contact-section {
  padding-bottom: 80px;
}
.contact-card {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 40px;
  padding: 65px 70px;
  border-radius: 22px;
  background: var(--green);
  color: #f3f4e9;
  overflow: hidden;
}
.contact-card h2 {
  font-size: clamp(32px, 3.5vw, 49px);
}
.contact-card h2 > span {
  color: #b7c7a4;
}
.contact-card p:not(.eyebrow) {
  font-size: 12px;
  color: #c1cebc;
  max-width: 400px;
  margin-bottom: 24px;
}
.contact-card .contact-note {
  font-size: 10px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.9;
}
.contact-note a {
  text-decoration: none;
}
.contact-note a:hover {
  text-decoration: underline;
}
.contact-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  min-height: 330px;
}
.door {
  position: absolute;
  width: 145px;
  height: 255px;
  border-radius: 85px 85px 0 0;
}
.door-back {
  background: #c7d4b5;
  border: 8px solid #507049;
  box-shadow: 0 0 0 1px #729065;
}
.door-front {
  background: linear-gradient(105deg, #91aa7e, #b3c399);
  transform: perspective(600px) rotateY(-42deg);
  transform-origin: left;
  left: calc(50% - 72px);
  border: 3px solid #94ac80;
  box-shadow: 1px 3px 0 #d2ddc1;
}
.door-front:before {
  content: "";
  position: absolute;
  border: 1px solid #7d9868;
  inset: 15px;
  border-radius: 65px 65px 0 0;
}
.door-front i {
  position: absolute;
  right: 12px;
  top: 160px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2e7cb;
}
.door-shadow {
  position: absolute;
  top: calc(50% + 128px);
  width: 185px;
  height: 58px;
  background: #102e25;
  transform: skewX(50deg);
  z-index: -1;
  opacity: 0.55;
}
.contact-art-caption {
  position: absolute;
  bottom: 0;
  font-size: 8px;
  letter-spacing: 0.17em;
  color: #b7c7a5;
}
.site-footer {
  padding-bottom: 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding: 10px 0 45px;
}
.footer-top > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin: 0;
  color: #5c7258;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 17px;
  font-size: 11px;
}
.footer-top > div > a {
  text-decoration: none;
}
.footer-top > div > a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 9px;
  color: #687b61;
}
.footer-bottom a {
  text-decoration: none;
}
.legal {
  max-width: 800px;
  padding-block: 85px;
}
.legal h1 {
  font-size: 48px;
}
.legal h2 {
  font-size: 23px;
  margin-top: 35px;
  letter-spacing: -0.03em;
}
.legal p,
.legal li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.legal .updated {
  font-size: 11px;
  margin-bottom: 40px;
}
@media (min-width: 1550px) {
  .hero {
    padding-block: 100px;
  }
  .product-window {
    min-height: 400px;
  }
  .preview-main {
    padding: 22px;
  }
  .preview-heading {
    padding-top: 27px;
  }
  .preview-stats {
    margin-block: 22px;
  }
  .preview-list {
    padding: 15px;
  }
  .preview-row {
    padding-block: 15px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  nav {
    gap: 18px;
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-visual {
    padding-left: 17px;
  }
  .preview-sidebar {
    width: 94px;
    padding-inline: 5px;
  }
  .preview-main {
    padding: 13px;
  }
  .preview-nav {
    font-size: 5.5px;
  }
  .preview-stats {
    gap: 5px;
  }
  .preview-stats > div {
    padding: 10px 6px;
  }
  .preview-row {
    gap: 5px;
  }
  .preview-heading > strong {
    font-size: 11px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding-inline: 18px;
  }
  .feature {
    padding: 25px;
  }
  .feature-large {
    min-height: 620px;
  }
  .portfolio-art {
    margin-bottom: -25px;
  }
  .feature-wide {
    padding-bottom: 15px;
    grid-template-columns: 1.2fr 1fr;
  }
  .team-art {
    transform: scale(0.87);
  }
  .rental-layout {
    gap: 60px;
  }
  .approach {
    gap: 60px;
  }
  .faq-section {
    gap: 70px;
  }
  .contact-card {
    padding: 55px;
  }
  .contact-card h2 {
    font-size: 39px;
  }
}
@media (max-width: 900px) {
  .header-inner {
    height: 80px;
  }
  nav {
    gap: 15px;
  }
  nav > a {
    font-size: 11px;
  }
  nav .login-link {
    margin-left: 0;
  }
  nav > a.button-small {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-copy {
    max-width: 650px;
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: clamp(42px, 7vw, 62px);
  }
  .hero-description {
    font-size: 15px;
    max-width: 580px;
  }
  .hero-visual {
    max-width: 650px;
    width: 100%;
    margin: 10px auto 0;
    padding: 25px 30px 25px;
  }
  .product-window {
    width: 100%;
    min-height: 375px;
  }
  .preview-sidebar {
    width: 125px;
    padding: 20px 10px;
  }
  .preview-nav {
    font-size: 7px;
  }
  .preview-main {
    padding: 21px;
  }
  .preview-heading > strong {
    font-size: 15px;
  }
  .preview-stats > div {
    padding: 15px 10px;
  }
  .preview-row {
    padding: 16px 0;
  }
  .floating-note {
    margin-right: 0;
  }
  .principles {
    padding-block: 22px;
  }
  .principles > span {
    font-size: 9px;
    gap: 9px;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    gap: 40px;
  }
  .section-heading > p {
    max-width: 320px;
    font-size: 12px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 330px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .feature-large .feature-copy {
    padding: 12px;
  }
  .portfolio-art {
    height: 310px;
    margin-top: 0;
    margin-bottom: -26px;
  }
  .feature {
    padding: 30px;
  }
  .feature-wide {
    min-height: 290px;
  }
  .feature-wide .team-art {
    transform: none;
  }
  .feature-wide p {
    max-width: 300px;
  }
  .rental-layout {
    gap: 50px;
  }
  .rental-intro h2 {
    font-size: 32px;
  }
  .approach {
    gap: 45px;
  }
  .approach-mark {
    min-height: 360px;
  }
  .approach-key {
    font-size: 150px;
  }
  .approach-caption {
    font-size: 7px;
  }
  .approach-copy h2 {
    font-size: 33px;
  }
  .faq-section {
    gap: 45px;
  }
  .contact-card {
    padding: 45px;
    gap: 15px;
    grid-template-columns: 1.5fr 1fr;
  }
  .contact-card h2 {
    font-size: 34px;
  }
  .contact-art {
    transform: scale(0.85);
  }
  .contact-card .button {
    font-size: 11px;
    padding-inline: 18px;
    gap: 15px;
  }
}
@media (max-width: 640px) {
  :root {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 73px;
    gap: 16px;
  }
  .brand > span {
    font-size: 28px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .brand-sub {
    font-size: 7px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 9px 11px;
    font-size: 11px;
    min-height: 40px;
    color: var(--green);
  }
  .menu-lines {
    position: relative;
    display: block;
    width: 16px;
    height: 10px;
    border-block: 1px solid;
  }
  .menu-lines:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    border-top: 1px solid;
  }
  .site-header nav {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 25px #173d320b;
    padding: 14px 20px 23px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav > a {
    padding: 13px 10px;
    font-size: 13px;
  }
  .site-header nav > a.button-small {
    display: flex;
    margin-top: 8px;
    padding-block: 13px;
  }
  .js .site-header nav:not(.is-open) {
    display: none;
  }
  html:not(.js) .header-inner {
    height: auto;
    min-height: 73px;
    flex-wrap: wrap;
    padding-block: 15px;
  }
  html:not(.js) .site-header {
    position: relative;
  }
  html:not(.js) .site-header nav {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
  html:not(.js) nav > a.button-small {
    display: none;
  }
  .hero {
    padding-top: 35px;
    gap: 26px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(30px, 8.2vw, 50px);
    letter-spacing: -0.055em;
    line-height: 1.16;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 51px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 20px;
  }
  .hero-visual {
    padding: 22px 9px 18px;
    border-radius: 65px 12px 12px 12px;
  }
  .visual-label {
    font-size: 5.5px;
    padding: 6px 12px 18px 20px;
    letter-spacing: 0.07em;
  }
  .product-window {
    border-width: 3px;
    min-height: 275px;
    transform: rotate(-1.5deg);
  }
  .preview-sidebar {
    width: 76px;
    padding: 14px 4px;
  }
  .preview-brand {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .preview-brand > span {
    font-size: 10px;
  }
  .preview-nav {
    font-size: 4.7px;
    padding: 7px 3px;
    gap: 4px;
  }
  .preview-nav .icon {
    width: 9px;
    height: 9px;
  }
  .preview-company {
    font-size: 4px;
    gap: 4px;
  }
  .avatar {
    width: 14px;
    height: 14px;
    font-size: 5px;
  }
  .preview-main {
    padding: 12px 9px;
  }
  .preview-top {
    font-size: 5px;
    padding-bottom: 6px;
  }
  .preview-user {
    width: 18px;
    height: 18px;
    font-size: 5px;
  }
  .preview-heading {
    padding-top: 13px;
  }
  .micro-label {
    font-size: 4px;
    margin-bottom: 4px;
  }
  .preview-heading > strong {
    font-size: 8px;
  }
  .preview-stats {
    margin: 12px 0;
    gap: 4px;
  }
  .preview-stats > div {
    padding: 8px 6px;
  }
  .preview-stats small {
    font-size: 4.5px;
  }
  .preview-stats b {
    font-size: 20px;
  }
  .preview-stats b > span {
    font-size: 10px;
  }
  .preview-stats > div > span {
    font-size: 3.5px;
  }
  .preview-list {
    padding: 8px;
  }
  .preview-list-title {
    font-size: 5px;
  }
  .preview-list-title > span {
    font-size: 4px;
  }
  .preview-row {
    padding: 10px 0;
    gap: 5px;
  }
  .preview-row strong {
    font-size: 4.5px;
  }
  .preview-row small {
    font-size: 4px;
    margin-top: 3px;
  }
  .mini-icon {
    padding: 4px;
    border-radius: 4px;
  }
  .mini-icon .icon {
    width: 10px;
    height: 10px;
  }
  .pill {
    font-size: 4px;
    padding: 3px;
  }
  .preview-footer {
    font-size: 3.8px;
  }
  .floating-note {
    padding: 12px 14px;
    margin-top: 10px;
    margin-right: 6px;
    gap: 8px;
  }
  .floating-note strong {
    font-size: 7px;
  }
  .floating-note div > span {
    font-size: 6px;
  }
  .note-check {
    width: 25px;
    height: 25px;
  }
  .illustration-note {
    font-size: 6.5px;
    margin-right: 12px;
  }
  .principles {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 23px 8px;
  }
  .principles > span {
    font-size: 11px;
    gap: 14px;
  }
  .principles > span:before {
    font-size: 17px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 420px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature {
    padding: 27px;
  }
  .feature-large {
    grid-column: auto;
    display: flex;
    min-height: 535px;
    padding-bottom: 0;
  }
  .feature-large .feature-copy {
    padding: 0;
  }
  .feature-large h3 {
    font-size: 29px;
  }
  .feature-large p {
    max-width: 300px;
    margin-bottom: 0;
  }
  .portfolio-art {
    width: 100%;
    height: 270px;
    margin: 35px 0 0;
  }
  .building-two {
    height: 235px;
  }
  .portfolio-art:before {
    width: 260px;
    height: 260px;
    bottom: 0;
  }
  .feature-icon {
    margin-bottom: 24px;
    width: 28px;
    height: 28px;
  }
  .feature-number {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .feature h3 {
    font-size: 25px;
  }
  .feature p {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .feature-wide {
    grid-column: auto;
    display: block;
    padding-bottom: 13px;
  }
  .feature-wide .team-art {
    min-height: 225px;
    margin: 0 auto;
    width: 240px;
    transform: scale(0.9);
  }
  .feature-wide p {
    max-width: 100%;
  }
  .rental-section {
    padding-block: 60px;
  }
  .rental-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .rental-intro h2 {
    font-size: 34px;
    line-height: 1.18;
  }
  .rental-intro > p:not(.eyebrow) {
    font-size: 13px;
  }
  .rental-intro .rental-limit {
    font-size: 10px;
  }
  .rental-steps {
    margin: 0;
  }
  .rental-steps li {
    gap: 21px;
    padding-block: 24px;
  }
  .rental-steps h3 {
    font-size: 18px;
  }
  .rental-steps p {
    font-size: 12px;
  }
  .approach {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .approach-mark {
    min-height: 310px;
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
  .approach-caption {
    font-size: 8px;
  }
  .approach-copy h2 {
    font-size: 37px;
  }
  .approach-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .faq-section h2 {
    font-size: 38px;
  }
  .faq-intro {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details {
    padding-block: 21px;
  }
  .faq-list details > p {
    font-size: 12px;
    margin-right: 20px;
  }
  .contact-section {
    padding-bottom: 50px;
  }
  .contact-card {
    display: block;
    padding: 34px 26px;
    border-radius: 14px;
  }
  .contact-card h2 {
    font-size: 33px;
    line-height: 1.2;
  }
  .contact-card p:not(.eyebrow) {
    font-size: 12px;
  }
  .contact-card .eyebrow {
    font-size: 8px;
  }
  .contact-card .button {
    width: 100%;
    font-size: 10px;
    gap: 12px;
    padding-inline: 12px;
  }
  .contact-card .contact-note {
    font-size: 10px;
  }
  .contact-art {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 32px;
  }
  .footer-top > p {
    font-size: 15px;
    text-align: right;
  }
  .footer-top > div {
    grid-column: span 2;
    flex-direction: row;
    justify-content: space-between;
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 15px;
  }
  .legal {
    padding-block: 50px;
  }
  .legal h1 {
    font-size: 37px;
  }
  .legal h2 {
    font-size: 22px;
  }
  .legal p,
  .legal li {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Editorial imagery and restrained motion keep the product legible. */
.editorial-section {
  padding-bottom: 110px;
}
.editorial-scene {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 20px;
  background: #324f3f;
  isolation: isolate;
}
.editorial-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  z-index: -3;
}
.editorial-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 35, 26, 0.69), rgba(13, 34, 25, 0.15) 75%),
    linear-gradient(0deg, rgba(9, 27, 20, 0.45), transparent 60%);
  z-index: -1;
}
.editorial-copy {
  padding: 74px 65px;
  color: #fff;
  max-width: 700px;
}
.editorial-copy .eyebrow {
  color: #edf1df;
  font-size: 10px;
}
.editorial-copy h2 {
  font-size: clamp(42px, 4.7vw, 65px);
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}
.editorial-copy h2 span {
  color: #d7e3c7;
}
.editorial-copy > p:last-child {
  font-size: 14px;
  color: #eef2e7;
}
.editorial-caption {
  position: absolute;
  left: 65px;
  bottom: 33px;
  font-size: 8px;
  letter-spacing: 0.04em;
  color: #eef2e7;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: hero-enter 0.85s cubic-bezier(0.2, 0.65, 0.25, 1) both;
  }
  .hero-visual {
    animation: hero-enter 1.1s 0.12s cubic-bezier(0.2, 0.65, 0.25, 1) both;
  }
  .floating-note {
    animation: note-enter 1s 0.45s both;
  }
  .section-heading,
  .feature,
  .rental-intro,
  .rental-steps li,
  .approach-copy,
  .approach-mark,
  .contact-card,
  .editorial-copy {
    transition:
      opacity 0.7s ease,
      transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1),
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }
  .reveal-pending {
    opacity: 0;
    transform: translateY(28px);
  }
  .product-window {
    transition:
      transform 0.65s cubic-bezier(0.2, 0.65, 0.25, 1),
      box-shadow 0.65s;
  }
  .button .icon {
    transition: transform 0.25s;
  }
  .button:hover .icon {
    transform: translateX(4px);
  }
  @media (hover: hover) {
    .hero-visual:hover .product-window {
      transform: rotate(-0.5deg) translateY(-4px);
      box-shadow: 0 24px 55px #24473024;
    }
    .feature:hover {
      border-color: #bcccb0;
      box-shadow: 0 16px 36px #25432d08;
    }
    .editorial-photo {
      transition: transform 1.4s ease;
    }
    .editorial-scene:hover .editorial-photo {
      transform: scale(1.025);
    }
  }
  @keyframes hero-enter {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes note-enter {
    from {
      opacity: 0;
      transform: translate(0, 10px) rotate(2deg);
    }
    to {
      opacity: 1;
      transform: translate(0, 0) rotate(2deg);
    }
  }
}
@media (max-width: 900px) {
  .editorial-section {
    padding-bottom: 80px;
  }
  .editorial-scene {
    min-height: 490px;
  }
  .editorial-copy {
    padding: 55px 40px;
  }
  .editorial-caption {
    left: 40px;
  }
}
@media (max-width: 640px) {
  .editorial-section {
    padding-bottom: 60px;
  }
  .editorial-scene {
    min-height: 500px;
    border-radius: 14px;
  }
  .editorial-photo {
    object-position: 61% center;
  }
  .editorial-shade {
    background: linear-gradient(
      180deg,
      rgba(11, 35, 26, 0.65),
      rgba(13, 34, 25, 0.12) 65%,
      rgba(9, 27, 20, 0.4)
    );
  }
  .editorial-copy {
    padding: 36px 27px;
  }
  .editorial-copy h2 {
    font-size: 40px;
  }
  .editorial-copy .eyebrow {
    font-size: 7px;
  }
  .editorial-copy > p:last-child {
    font-size: 12px;
  }
  .editorial-caption {
    left: 27px;
    right: 27px;
    font-size: 6.5px;
    bottom: 23px;
  }
}
@media print {
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
  .site-header {
    position: static;
  }
}

.portfolio-sample {
  border: 1px solid #d7dfcf;
  border-radius: 12px;
  background: #fbfcf7;
  padding: 22px 19px;
  margin: 22px -9px 0;
  box-shadow: 0 16px 35px #29493110;
  transform: rotate(-2deg);
}
.sample-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.sample-toolbar strong {
  font-size: 13px;
  letter-spacing: -0.02em;
}
.sample-toolbar > span {
  font-size: 8px;
  color: #62745b;
}
.sample-search {
  border: 1px solid #e0e7d9;
  border-radius: 5px;
  color: #788571;
  font-size: 8px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.sample-search > span {
  font-size: 15px;
}
.sample-property {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #e5eadf;
}
.property-symbol {
  background: #e7eedf;
  border-radius: 7px;
  padding: 10px;
}
.property-symbol .icon {
  width: 20px;
  height: 20px;
}
.sample-property strong {
  display: block;
  font-size: 10px;
  font-weight: 650;
}
.sample-property small {
  display: block;
  font-size: 8px;
  color: #65755e;
  margin-top: 5px;
}
.sample-property > span:last-child {
  margin-left: auto;
  color: #72806a;
  font-size: 12px;
}
.sample-caption {
  font-size: 7px;
  color: #6e7f64;
  margin-top: 18px;
}
.approach-photo {
  margin: 0;
  min-height: 560px;
  isolation: isolate;
  border-radius: 130px 16px 16px 16px;
}
.approach-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #142b25b3, transparent 50%);
  z-index: -1;
}
.approach-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.approach-photo figcaption {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.approach-photo small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.03em;
  color: #e5e9dd;
  margin-top: 9px;
}
@media (max-width: 900px) {
  .portfolio-sample {
    align-self: center;
    margin: 0 -6px 0 15px;
    transform: rotate(1deg);
    padding: 18px 15px;
  }
  .feature-large {
    min-height: 390px;
  }
  .sample-property {
    padding-block: 15px;
  }
  .approach-photo {
    min-height: 450px;
  }
  .approach-photo figcaption {
    left: 25px;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .portfolio-sample {
    width: 100%;
    margin: 30px 0 25px;
    transform: rotate(-1deg);
  }
  .feature-large {
    min-height: 0;
  }
  .sample-toolbar strong {
    font-size: 13px;
  }
  .sample-property strong {
    font-size: 11px;
  }
  .sample-property small {
    font-size: 9px;
  }
  .approach-photo {
    min-height: 410px;
    margin-inline: auto;
    max-width: 360px;
  }
  .approach-photo figcaption {
    font-size: 13px;
  }
}

/* The product explorer keeps concrete software examples at the centre. */
[hidden] {
  display: none !important;
}
.module-explorer {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fcfcf8;
  overflow: hidden;
}
.module-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}
.module-tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  transition:
    background 0.22s,
    color 0.22s,
    transform 0.22s,
    box-shadow 0.22s;
}
.module-tabs .icon {
  width: 19px;
  height: 19px;
}
.module-tabs button[aria-selected="true"] {
  background: var(--green);
  color: #fff;
  box-shadow: 0 5px 12px #173d3220;
}
.module-tabs button:focus-visible {
  outline-offset: -3px;
}
.module-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 590px;
}
.module-panel:focus-visible {
  outline: 3px solid #af653b;
  outline-offset: -3px;
}
.module-copy {
  padding: 52px 44px;
}
.module-copy h3 {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.2;
  margin-bottom: 22px;
}
.module-copy .eyebrow {
  font-size: 10px;
  color: #687d66;
  margin-bottom: 20px;
}
.module-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.module-checks {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}
.module-checks li {
  display: flex;
  gap: 11px;
  font-size: 13px;
  line-height: 1.65;
}
.module-checks .icon {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: #73866b;
}
.module-copy .module-scope {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 11px !important;
  line-height: 1.7;
}
.module-copy .text-link {
  font-size: 12px;
  margin-top: 10px;
}
.module-scene {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
  background:
    radial-gradient(ellipse at 90% 15%, #f6ead7 0%, transparent 60%), #eaf0e5;
  position: relative;
  min-width: 0;
}
.module-preview {
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 18px 48px -24px #284d3640;
  color: var(--ink);
}
.module-scene .sample-caption {
  margin: 22px 0 0;
  text-align: center;
  color: #667760;
  font-size: 10px;
}
.demo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #edf0e9;
  font-size: 13px;
  font-weight: 750;
}
.demo-badge {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  background: #edf3e8;
  color: #43603f;
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}
.demo-badge.warm {
  background: #f6efdf;
  color: #806124;
}
.demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 27px 0;
}
.demo-metrics small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 8px;
}
.demo-metrics strong {
  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.05em;
}
.demo-property {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #edf0e9;
}
.demo-property > div {
  flex: 1;
  min-width: 0;
}
.demo-property strong,
.role-row strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.demo-property small,
.role-row small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  color: var(--muted);
}
.demo-property .property-symbol {
  width: 37px;
  height: 40px;
  border-radius: 8px;
}
.visit-day {
  padding-top: 25px;
}
.visit-day > small {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.visit-day > strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 10px 0 7px;
}
.visit-day p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 22px;
}
.demo-slot {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 17px 14px;
  border: 1px solid #e5eae1;
  border-radius: 8px;
  margin-top: 9px;
  font-size: 11px;
}
.demo-slot > span:nth-child(2) {
  flex: 1;
}
.demo-slot time {
  font-weight: 700;
}
.demo-slot.selected {
  background: #edf3e8;
  border-color: #b9caae;
}
.demo-slot .icon {
  width: 14px;
  height: 14px;
}
.slot-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #a5b79d;
}
.demo-caption {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 26px;
  line-height: 1.6;
}
.demo-caption .icon {
  width: 16px;
  height: 16px;
}
.money {
  grid-template-columns: 1fr 1fr;
}
.demo-progress {
  height: 6px;
  background: #eef1ea;
  border-radius: 5px;
  overflow: hidden;
}
.demo-progress > span {
  display: block;
  width: 66.666%;
  height: 100%;
  background: #7e9571;
  border-radius: inherit;
}
.demo-progress-label {
  font-size: 10px;
  color: var(--muted);
  margin: 10px 0 25px;
}
.demo-line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 17px;
  padding: 17px 0;
  border-top: 1px solid #edf0e9;
  font-size: 11px;
}
.maintenance-ticket {
  margin-top: 25px;
  padding: 23px;
  border-radius: 10px;
  background: #f9faf6;
  border: 1px solid #e9ede5;
}
.maintenance-ticket > strong {
  display: block;
  font-size: 21px;
  margin: 17px 0 4px;
  letter-spacing: -0.035em;
}
.maintenance-ticket > p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 24px;
}
.ticket-detail {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 12px;
  font-size: 10px;
}
.ticket-detail > span {
  color: var(--muted);
}
.demo-timeline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
  font-size: 9px;
  color: #73816e;
}
.demo-timeline > span {
  border-top: 2px solid #e5eadf;
  padding-top: 12px;
  flex: 1;
}
.demo-timeline .done,
.demo-timeline .current {
  border-color: #829973;
}
.demo-timeline .current {
  color: var(--green);
  font-weight: 750;
}
.document-stack {
  padding-block: 15px;
}
.document-stack > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #edf0e9;
}
.document-stack strong {
  flex: 1;
  font-size: 12px;
}
.document-stack small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
}
.document-stack .icon {
  width: 16px;
  height: 16px;
}
.file-type {
  display: grid;
  place-items: center;
  width: 36px;
  height: 44px;
  background: #f4ebe1;
  color: #98754f;
  font-size: 9px;
  border-radius: 5px 12px 5px 5px;
}
.image-type {
  background: #eaf1e6;
  color: #648258;
}
.role-row {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 28px 0;
  border-bottom: 1px solid #edf0e9;
}
.role-row > div {
  flex: 1;
}
.role-avatar {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: #eaf1e6;
  border-radius: 50%;
  font-size: 13px;
}
.role-row:nth-child(3) .role-avatar {
  background: #eee7dd;
}
.role-row:nth-child(4) .role-avatar {
  background: #e4edeb;
}
.role-row > .icon {
  width: 18px;
  height: 18px;
}
.explorer-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 19px 30px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  text-align: center;
  color: var(--muted);
}
.getting-started {
  border-top: 1px solid var(--line);
}
.onboarding-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onboarding-grid li {
  position: relative;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fcfcf7;
}
.onboarding-grid li:nth-child(2) {
  background: #edf1e8;
}
.onboarding-grid li:nth-child(3) {
  background: #f2ede3;
}
.onboarding-number {
  display: inline-flex;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d3c1;
  border-radius: 50%;
  font-size: 11px;
  margin-bottom: 35px;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.3s;
}
.onboarding-grid h3 {
  font-size: 25px;
  margin-bottom: 17px;
}
.onboarding-grid p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 30px;
}
.onboarding-outcome {
  font-size: 11px;
  font-weight: 750;
}
.starting-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding-top: 30px;
}
.starting-footer p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.starting-footer strong {
  color: var(--ink);
  font-weight: 500;
}
.starting-footer .text-link {
  flex-shrink: 0;
  font-size: 12px;
}
.rental-steps li {
  transition:
    padding 0.25s,
    background 0.25s,
    border-color 0.25s;
  border-radius: 10px;
}
.rental-steps .step-number {
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.approach-photo img {
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.text-link span {
  display: inline-block;
  transition: transform 0.25s;
}
.faq-list summary {
  transition:
    color 0.2s,
    padding 0.2s;
}
.faq-list summary span {
  transition: transform 0.25s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .module-tabs button:hover:not([aria-selected="true"]) {
    background: #edf2e7;
    color: var(--ink);
    transform: translateY(-2px);
  }
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px -14px #173d32aa;
  }
  .text-link:hover span {
    transform: translate(3px, -3px);
  }
  .module-preview {
    transition:
      transform 0.4s,
      box-shadow 0.4s;
  }
  .module-scene:hover .module-preview {
    transform: translateY(-5px);
    box-shadow: 0 28px 50px -24px #284d3650;
  }
  .onboarding-grid li {
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  .onboarding-grid li:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px -24px #173d3260;
  }
  .onboarding-grid li:hover .onboarding-number {
    background: var(--green);
    color: #fff;
    transform: rotate(-8deg);
  }
  .rental-steps li:hover {
    padding-left: 16px;
    padding-right: 16px;
    background: #ffffff08;
  }
  .rental-steps li:hover .step-number {
    transform: translateY(-2px);
    background: #dbe8c6;
    color: var(--green);
  }
  .approach-photo:hover img {
    transform: scale(1.035);
  }
  .faq-list summary:hover {
    padding-left: 8px;
    color: #718462;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .module-panel[role="tabpanel"]:not([hidden]) .module-copy,
  .module-panel[role="tabpanel"]:not([hidden]) .module-scene {
    animation: panel-appear 0.32s ease both;
  }
  @keyframes panel-appear {
    from {
      opacity: 0.4;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width: 1150px) {
  .module-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
  .module-tabs button {
    min-height: 50px;
  }
  .module-copy {
    padding: 36px 30px;
  }
  .module-scene {
    padding: 32px 22px;
  }
  .module-preview {
    padding: 20px;
  }
  .onboarding-grid {
    gap: 16px;
  }
  .onboarding-grid li {
    padding: 28px;
  }
}
@media (max-width: 900px) {
  .module-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .module-copy {
    padding: 38px;
  }
  .module-copy h3 {
    max-width: 550px;
  }
  .module-scene {
    padding: 38px;
  }
  .module-preview {
    width: min(100%, 520px);
    align-self: center;
    padding: 28px;
  }
  .onboarding-grid {
    grid-template-columns: 1fr;
  }
  .onboarding-grid li {
    padding: 30px;
  }
  .onboarding-number {
    margin-bottom: 20px;
  }
  .onboarding-grid p {
    max-width: 580px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .module-explorer {
    border-radius: 15px;
  }
  .module-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 9px;
  }
  .module-tabs button {
    justify-content: flex-start;
    min-height: 51px;
    font-size: 10px;
    padding: 9px;
    gap: 8px;
  }
  .module-tabs .icon {
    width: 16px;
    height: 16px;
  }
  .module-copy {
    padding: 29px 23px;
  }
  .module-copy h3 {
    font-size: 28px;
  }
  .module-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .module-checks li {
    font-size: 12px;
  }
  .module-scene {
    padding: 28px 15px;
  }
  .module-preview {
    padding: 17px 13px;
    border-radius: 10px;
  }
  .demo-bar {
    font-size: 11px;
  }
  .demo-badge {
    font-size: 8px;
    padding: 5px 6px;
  }
  .demo-property {
    gap: 9px;
  }
  .demo-property strong,
  .role-row strong {
    font-size: 11px;
  }
  .demo-property small {
    font-size: 9px;
  }
  .demo-property .property-symbol {
    width: 28px;
    height: 33px;
  }
  .demo-property .icon {
    width: 16px;
    height: 16px;
  }
  .demo-metrics strong {
    font-size: 25px;
  }
  .demo-line {
    gap: 10px;
    font-size: 10px;
  }
  .document-stack strong {
    font-size: 11px;
  }
  .document-stack > div {
    gap: 9px;
  }
  .maintenance-ticket {
    padding: 17px;
  }
  .explorer-note {
    font-size: 10px;
    padding: 16px 20px;
    align-items: flex-start;
    text-align: left;
  }
  .explorer-note .status-dot {
    margin-top: 5px;
  }
  .starting-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .onboarding-grid h3 {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .module-tabs {
    display: none !important;
  }
  .module-panel[hidden] {
    display: grid !important;
  }
  .module-panel {
    break-inside: avoid;
  }
}
