@font-face {
  font-family: "Hanken Grotesk";
  src: url("/fonts/hanken-grotesk-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --color-primary: #1a1b17;
  --color-surface: #f8f7f4;
}

@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
::view-transition-old(root) {
  animation-name: fade-out;
}
::view-transition-new(root) {
  animation-name: fade-in;
}
@keyframes fade-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
body {
  font-family: "Hanken Grotesk", sans-serif;
  background-color: var(--color-surface);
  color: var(--color-primary);
}
h1,
h2,
h3,
.heading-font {
  font-family: "Hanken Grotesk", sans-serif !important;
  text-transform: none !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.uppercase {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.logo-stamp {
  background: var(--color-primary);
  color: var(--color-surface);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  flex: none;
}
.step-line::after {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: -2rem;
  left: 1rem;
  width: 2px;
  background: #e5e7eb;
}
.step-line:last-child::after {
  display: none;
}
button:active {
  transform: scale(0.98);
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #c2410c;
  outline-offset: 4px;
}
input,
button {
  min-height: 44px;
}
[aria-pressed="true"] {
  outline: 2px solid #c2410c;
}

[hidden] {
  display: none !important;
}
html {
  scroll-padding-top: 96px;
}
#hero {
  padding-top: 36px;
  padding-bottom: 64px;
}
#hero > div > div:first-child {
  margin-bottom: 32px;
}
#hero h1 {
  font-size: clamp(34px, 4.2vw, 58px);
  max-width: 850px;
  margin: 0 auto 20px;
}
#hero > div > div:first-child > p:last-of-type {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 16px;
}
.story {
  background: #eeeae2;
  border: 1px solid #d7d4cc;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 22px 55px -35px #1a1b1760;
}
.story-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 26px;
  background: white;
  gap: 20px;
}
.story-heading strong {
  font-size: 18px;
}
.story-heading span {
  font-size: 12px;
  color: #5b5f58;
}
.story-stage {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  padding: 28px;
  align-items: center;
  min-height: 515px;
}
.phone {
  background: #fff;
  border: 7px solid #1a1b17;
  border-radius: 30px;
  padding: 18px 14px;
  box-shadow: 0 20px 35px -25px #1118;
}
.phone-top {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.phone-bubble {
  background: #f6f2ea;
  border-radius: 15px 15px 3px 15px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.55;
}
.phone-bubble img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 12px;
}
.phone-note {
  font-size: 11px;
  color: #5b5f58;
  text-align: center;
  padding-top: 14px;
}
.phone-caption {
  font-size: 13px;
  color: #5b5f58;
  margin: 16px 5px 0;
  text-align: center;
}
.site-window {
  min-width: 0;
  border-radius: 10px;
  background: white;
  box-shadow: 0 14px 35px #1a1b1714;
  overflow: hidden;
  position: relative;
}
.browser-chrome {
  background: #f6f2ea;
  padding: 10px 16px;
  font-size: 11px;
  color: #5b5f58;
  display: flex;
  justify-content: space-between;
}
.site-content {
  position: relative;
  background: white;
  isolation: isolate;
}
.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  gap: 10px;
  background: #fff;
  z-index: 1;
}
.site-brand {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
}
.site-links {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.new-menu {
  padding: 7px;
  border-radius: 4px;
  background: #f6f2ea;
  position: relative;
}
.site-hero {
  position: relative;
  height: 275px;
  background: #1a1b17;
  overflow: hidden;
  color: white;
}
.site-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.site-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a1b17d9, #1a1b1730);
}
.site-hero-copy {
  position: relative;
  z-index: 1;
  padding: 35px 26px;
  max-width: 85%;
}
.site-hero-copy small {
  font-size: 10px;
  letter-spacing: 2px;
}
.site-hero-copy h2 {
  font-size: clamp(26px, 3.2vw, 44px);
  margin: 14px 0;
  max-width: 450px;
  line-height: 1.03;
  letter-spacing: -1.4px;
}
.site-hero-copy p {
  font-size: 12px;
  max-width: 320px;
  line-height: 1.5;
}
.sample-cta {
  display: inline-block;
  background: #fff;
  color: #1a1b17;
  padding: 9px 13px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 16px;
}
.service-strip {
  position: relative;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-size: 11px;
  background: white;
}
.service-strip strong {
  display: block;
  margin-bottom: 4px;
}
.service-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: #f6f2ea;
  position: relative;
}
.service-card img {
  width: 85px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
.service-card strong {
  font-size: 16px;
}
.service-card p {
  font-size: 11px;
  margin-top: 3px;
}
.service-card .arrow {
  margin-left: auto;
  font-size: 24px;
}
.site-content[data-light="hero"]::after,
.site-content[data-light="card"]::after,
.site-content[data-light="menu"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1a1b174d;
  z-index: 2;
  pointer-events: none;
}
.site-content[data-light="hero"] .site-hero,
.site-content[data-light="card"] .service-card,
.site-content[data-light="menu"] .site-nav {
  z-index: 3;
  box-shadow:
    inset 0 0 0 3px #e8621a,
    0 0 26px #e8621a40;
}
.site-content[data-light="menu"] .new-menu {
  outline: 3px solid #e8621a;
  outline-offset: 2px;
}
.guidebar {
  background: #1a1b17;
  color: #fff;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 122px;
}
.guide-number {
  font-size: 12px;
  white-space: nowrap;
  color: #dedbd3;
}
.guide-copy {
  flex: 1;
  min-width: 0;
}
.guide-copy strong {
  font-size: 20px;
  display: block;
  line-height: 1.2;
}
.guide-copy p {
  font-size: 13px;
  color: #ddd9d0;
  margin-top: 7px;
  line-height: 1.5;
}
.guide-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.primary-action {
  background: #e8621a;
  color: white;
  border: 0;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.secondary-action {
  border: 1px solid #ffffff55;
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
}
.progress-track {
  display: flex;
  gap: 5px;
  background: #1a1b17;
  padding: 0 28px 18px;
}
.progress-track span {
  height: 3px;
  flex: 1;
  background: #ffffff25;
  border-radius: 2px;
}
.progress-track span.complete {
  background: #e8621a;
}
.story-disclosure {
  font-size: 11px;
  color: #5b5f58;
  text-align: center;
  padding: 13px;
}
.contact-dialog {
  max-width: 500px;
  width: calc(100% - 32px);
  border: 0;
  border-radius: 20px;
  padding: 30px;
  color: #1a1b17;
  background: #f8f7f4;
}
.contact-dialog::backdrop {
  background: #1a1b1780;
  backdrop-filter: blur(4px);
}
.contact-dialog h2 {
  font-size: 28px;
}
.contact-dialog label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 18px 0 7px;
}
.contact-dialog input,
.contact-dialog textarea {
  width: 100%;
  border: 1px solid #bdbfb8;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.contact-dialog p {
  font-size: 13px;
  line-height: 1.5;
}
.contact-dialog .cancel {
  font-size: 13px;
  text-decoration: underline;
  padding: 12px;
}
.contact-dialog textarea:focus-visible {
  outline: 3px solid #c2410c;
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .story-stage {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
  }
  .phone-bubble {
    font-size: 12px;
    padding: 12px;
  }
  .site-links {
    gap: 8px;
  }
  .site-nav {
    padding: 15px;
  }
  .guidebar {
    flex-wrap: wrap;
    gap: 14px;
  }
  .guide-actions {
    margin-left: auto;
  }
  .site-hero-copy {
    padding: 30px 20px;
  }
  .site-hero-copy h2 {
    font-size: 30px;
  }
  .site-links .optional {
    display: none;
  }
}
@media (max-width: 640px) {
  header > div {
    padding-left: 14px !important;
    padding-right: 14px !important;
    height: 70px !important;
  }
  #nav-logo {
    gap: 8px;
  }
  #nav-logo .logo-stamp {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  #nav-logo span:first-child {
    font-size: 18px;
  }
  #nav-logo span:last-child {
    font-size: 8px;
  }
  #nav-cta-btn {
    font-size: 11px;
    padding: 11px 12px;
  }
  #hero {
    padding: 28px 12px 48px;
  }
  #hero h1 {
    font-size: 34px !important;
  }
  #hero > div > div:first-child > p:first-child {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #hero > div > div:first-child > p:last-of-type {
    font-size: 16px;
  }
  .story-heading {
    padding: 16px;
    gap: 8px;
    align-items: flex-start;
  }
  .story-heading strong {
    font-size: 15px;
  }
  .story-heading span {
    font-size: 10px;
    max-width: 90px;
    text-align: right;
  }
  .story-stage {
    display: block;
    padding: 12px;
    min-height: 0;
  }
  .phone {
    border-width: 0;
    border-radius: 12px;
    padding: 12px;
    margin: 0 0 12px;
    box-shadow: none;
  }
  .phone-top {
    text-align: left;
    padding-bottom: 8px;
    font-size: 11px;
  }
  .phone-bubble {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    font-size: 12px;
  }
  .phone-bubble img {
    width: 60px;
    height: 65px;
    margin: 0;
    flex-shrink: 0;
  }
  .phone-note,
  .phone-caption {
    display: none;
  }
  .story[data-step]:not([data-step="0"]) .message-column {
    display: none;
  }
  .site-hero {
    height: 225px;
  }
  .site-hero-copy {
    padding: 26px 18px;
    max-width: 100%;
  }
  .site-hero-copy h2 {
    font-size: 30px;
  }
  .site-hero-copy p {
    font-size: 11px;
    max-width: 240px;
  }
  .site-nav {
    padding: 12px;
    gap: 7px;
  }
  .site-brand {
    font-size: 16px;
    white-space: nowrap;
  }
  .site-links {
    font-size: 9px;
    gap: 5px;
  }
  .site-links .optional {
    display: none;
  }
  .service-strip {
    padding: 16px 12px;
    gap: 8px;
    font-size: 10px;
  }
  .service-card {
    padding: 12px;
    gap: 12px;
  }
  .service-card img {
    width: 65px;
    height: 50px;
  }
  .service-card strong {
    font-size: 14px;
  }
  .guidebar {
    padding: 18px 16px;
    gap: 10px;
    min-height: 166px;
    align-content: center;
  }
  .guide-number {
    align-self: flex-start;
    padding-top: 4px;
  }
  .guide-copy strong {
    font-size: 18px;
  }
  .guide-copy p {
    font-size: 12px;
  }
  .guide-actions {
    width: 100%;
    margin: 3px 0 0 36px;
  }
  .primary-action {
    font-size: 12px;
    padding: 12px 16px;
  }
  .secondary-action {
    font-size: 12px;
    padding: 10px 12px;
  }
  .progress-track {
    padding: 0 16px 16px;
  }
  .story-disclosure {
    font-size: 10px;
    padding: 10px 15px;
  }
  .contact-dialog {
    padding: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.site-content[data-light="hero"] .site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #e8621a;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 640px) {
  .site-hero {
    height: 250px;
  }
  .site-hero-copy {
    padding: 20px 18px;
  }
  .site-hero-copy h2 {
    font-size: 28px;
    margin: 12px 0;
  }
}
.visibility-intro {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 65px;
  align-items: center;
  text-align: left;
  margin: 36px 0 80px;
  padding: 48px;
  background: #f0ede5;
  border-radius: 24px;
}
.visibility-copy .eyebrow {
  font-size: 12px;
  color: #c2410c;
  font-weight: 700;
  margin-bottom: 18px;
}
.visibility-copy h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -1.5px;
  max-width: 490px;
  margin-bottom: 22px;
}
.visibility-copy > p {
  font-size: 17px;
  line-height: 1.65;
  color: #5b5f58;
  max-width: 460px;
}
.app-benefits {
  margin-top: 30px;
  display: grid;
  gap: 22px;
}
.app-benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.app-benefit > span {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #c2410c;
  font-size: 14px;
}
.app-benefit strong {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
.app-benefit p {
  font-size: 13px;
  color: #5b5f58;
  line-height: 1.5;
  max-width: 350px;
}
.real-app {
  border: 1px solid #d4dcd4;
  background: #f3f6f2;
  color: #16211b;
  border-radius: 24px;
  box-shadow: 0 22px 50px -25px #16211b55;
  overflow: hidden;
  font-family: "Hanken Grotesk", sans-serif;
}
.app-top {
  display: flex;
  gap: 12px;
  align-items: center;
  background: white;
  padding: 20px;
  border-bottom: 1px solid #16211b15;
}
.app-stamp {
  width: 38px;
  height: 38px;
  background: #1e7a4f;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 15px;
}
.app-top strong {
  font-size: 17px;
  display: block;
}
.app-top small {
  font-size: 11px;
  color: #1e7a4f;
}
.app-top > span {
  margin-left: auto;
  font-size: 10px;
  color: #46504a;
}
.app-log {
  padding: 22px 20px;
  display: grid;
  gap: 18px;
}
.app-date {
  font-size: 10px;
  color: #46504a;
  text-align: center;
}
.customer-msg {
  justify-self: end;
  max-width: 85%;
  background: #e2eee5;
  padding: 14px 16px;
  border-radius: 16px 16px 3px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.duunari-msg {
  max-width: 90%;
  font-size: 14px;
  line-height: 1.5;
}
.duunari-msg > small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #46504a;
  margin-bottom: 7px;
}
.app-proposal {
  background: white;
  border: 1px solid #d5dfd5;
  border-radius: 16px;
  padding: 17px;
  margin-top: 12px;
}
.app-proposal small {
  font-size: 10px;
  color: #1e7a4f;
  font-weight: 700;
}
.app-proposal strong {
  display: block;
  font-size: 16px;
  margin: 7px 0;
}
.app-proposal p {
  font-size: 12px;
  color: #46504a;
  margin-bottom: 12px;
}
.app-preview-label {
  display: block;
  text-align: center;
  background: #1e7a4f;
  color: white;
  padding: 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.app-composer {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 15px 14px;
  background: white;
  border: 1px solid #d4dcd4;
  border-radius: 999px;
  padding: 9px 12px;
  color: #46504a;
  font-size: 12px;
}
.app-composer > span:nth-child(2) {
  flex: 1;
}
.app-send {
  background: #1e7a4f;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.app-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  background: #fff;
  border-top: 1px solid #16211b15;
  padding: 12px 5px;
  font-size: 10px;
  text-align: center;
  color: #46504a;
}
.app-bottom > span {
  display: grid;
  gap: 4px;
  justify-items: center;
}
.app-bottom > span:first-child {
  color: #1e7a4f;
  font-weight: 700;
}
.app-bottom iconify-icon {
  font-size: 19px;
}
.app-caption {
  font-size: 11px;
  color: #5b5f58;
  text-align: center;
  margin-top: 14px;
}
.story-intro {
  text-align: left;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin: 0 0 24px;
}
.story-intro h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.story-intro p {
  font-size: 16px;
  color: #5b5f58;
}
.story-intro > span {
  font-size: 12px;
  color: #c2410c;
  white-space: nowrap;
}
.phone {
  background: #f3f6f2;
  border-color: #16211b;
}
.phone-top {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
  border-bottom: 1px solid #16211b15;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
.phone-top .app-stamp {
  width: 28px;
  height: 28px;
  font-size: 11px;
}
.phone-top small {
  display: block;
  color: #1e7a4f;
  font-size: 9px;
}
.phone-bubble {
  background: #e2eee5;
  color: #16211b;
}
.phone .app-bottom {
  font-size: 8px;
  margin: 14px -7px -7px;
  border-radius: 0 0 14px 14px;
  padding: 10px 2px;
}
.phone .app-bottom iconify-icon {
  font-size: 14px;
}
.phone-note {
  font-size: 10px;
}
@media (max-width: 1000px) {
  .visibility-intro {
    grid-template-columns: 1fr 360px;
    gap: 30px;
    padding: 30px;
  }
  .visibility-copy h2 {
    font-size: 38px;
  }
  .visibility-copy > p {
    font-size: 16px;
  }
  .app-log {
    padding: 18px 16px;
  }
}
@media (max-width: 760px) {
  .visibility-intro {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    gap: 28px;
    margin-bottom: 50px;
  }
  .visibility-copy h2 {
    font-size: 36px;
  }
  .app-benefits {
    gap: 16px;
    margin-top: 24px;
  }
  .real-app {
    max-width: 420px;
    margin: auto;
  }
  .app-intro-visual {
    width: 100%;
  }
  .story-intro {
    display: block;
  }
  .story-intro h2 {
    font-size: 28px;
  }
  .story-intro > span {
    display: block;
    margin-top: 12px;
  }
  .story-intro p {
    font-size: 14px;
  }
  .phone-top {
    margin-bottom: 8px;
  }
  .phone .app-bottom {
    display: none;
  }
  .app-top > span {
    font-size: 9px;
  }
  .visibility-copy > p {
    font-size: 15px;
  }
  .app-log {
    gap: 14px;
  }
  .app-proposal {
    padding: 14px;
  }
  .customer-msg,
  .duunari-msg {
    font-size: 13px;
  }
}

.service-scope {
  padding: 80px 24px;
  background: #f0ede5;
  border-top: 1px solid #e5e0d6;
}
.scope-wrap {
  max-width: 1232px;
  margin: auto;
}
.scope-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 42px;
}
.scope-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}
.scope-heading p {
  font-size: 18px;
  color: #5b5f58;
  line-height: 1.6;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.scope-card {
  background: #fff;
  border: 1px solid #dedbd3;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.scope-art {
  height: 220px;
  background: #f8f7f4;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #eeeae2;
  overflow: hidden;
}
.scope-text {
  padding: 26px;
}
.scope-text h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 12px;
}
.scope-text p {
  font-size: 15px;
  line-height: 1.65;
  color: #5b5f58;
}
.scope-tag {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 18px;
  font-size: 11px;
  font-weight: 700;
  color: #9a3e12;
  background: #fff2e6;
  padding: 7px 10px;
  border-radius: 999px;
}
.mini-page {
  width: 230px;
  border: 1px solid #dcd7cc;
  background: #fff;
  border-radius: 9px;
  box-shadow: 7px 10px 0 #e8e2d7;
  transform: rotate(-3deg);
}
.mini-page-top {
  padding: 9px 12px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  border-bottom: 1px solid #eee;
}
.mini-page-photo {
  height: 76px;
  background:
    linear-gradient(90deg, #1a1b1799, #1a1b1710),
    url("/brand/bathroom.webp") center 50% / cover;
  color: #fff;
  padding: 16px 14px;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
}
.mini-page-foot {
  padding: 12px 14px;
  font-size: 8px;
  display: flex;
  gap: 12px;
}
.mini-page-foot span {
  border-bottom: 2px solid #e8621a;
  padding-bottom: 5px;
}
.scope-float {
  position: absolute;
  right: 16px;
  bottom: 24px;
  background: #1a1b17;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 11px;
  box-shadow: 0 5px 18px #1a1b1720;
}
.scope-chat-art {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 260px;
}
.scope-chat-request {
  background: #e2eee5;
  color: #16211b;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 14px 14px 3px 14px;
  justify-self: end;
  max-width: 220px;
}
.scope-chat-reply {
  background: #fff;
  border: 1px solid #d5dfd5;
  padding: 14px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 220px;
}
.scope-chat-reply strong {
  display: block;
  color: #1e7a4f;
  font-size: 10px;
  margin-bottom: 7px;
}
.scope-chat-reply span {
  display: inline-block;
  border-bottom: 2px solid #1e7a4f;
  margin-top: 8px;
  font-weight: 700;
}
.care-art {
  width: 240px;
  background: white;
  border: 1px solid #dedbd3;
  border-radius: 12px;
  padding: 17px;
  box-shadow: 0 12px 22px #1a1b1709;
}
.care-top {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 4px;
}
.care-top iconify-icon {
  font-size: 21px;
  color: #c2410c;
}
.care-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  font-size: 11px;
  color: #5b5f58;
}
.care-row iconify-icon {
  color: #1e7a4f;
  font-size: 16px;
}
.scope-details {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-top: 1px solid #d9d4c9;
  padding-top: 26px;
}
.scope-detail {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.scope-detail > iconify-icon {
  font-size: 22px;
  flex-shrink: 0;
  color: #c2410c;
}
.scope-detail strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.scope-detail p {
  font-size: 13px;
  line-height: 1.6;
  color: #5b5f58;
}
.scope-caption {
  font-size: 10px;
  color: #77796f;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 950px) {
  .scope-grid {
    gap: 14px;
  }
  .scope-text {
    padding: 21px;
  }
  .scope-art {
    padding: 20px;
    height: 200px;
  }
  .scope-float {
    right: 9px;
    font-size: 10px;
  }
  .scope-text h3 {
    font-size: 21px;
  }
  .scope-text p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .service-scope {
    padding: 48px 16px;
  }
  .scope-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .scope-heading {
    text-align: left;
    margin-bottom: 28px;
  }
  .scope-heading p {
    font-size: 16px;
  }
  .scope-art {
    height: 200px;
  }
  .scope-text {
    padding: 24px;
  }
  .scope-text h3 {
    font-size: 24px;
  }
  .scope-text p {
    font-size: 15px;
  }
  .scope-details {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .scope-float {
    right: 30px;
  }
  .scope-caption {
    text-align: center;
  }
}

.brand-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.scope-detail > .brand-icon {
  font-size: 22px;
  color: #c2410c;
}
.app-bottom .brand-icon {
  font-size: 19px;
}
#contact-form .honeypot {
  display: none;
}
.contact-dialog:not([open]) {
  display: none;
}
.no-script-contact {
  padding: 30px;
  max-width: 600px;
  margin: auto;
}
.no-script-contact input,
.no-script-contact textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  margin: 8px 0 16px;
}
.no-script-contact .honeypot {
  display: none;
}

html.brand-page body {
  background: #f8f7f4;
  color: #1a1b17;
  font-family: "Hanken Grotesk", sans-serif;
}
html.brand-page .logo-stamp {
  background: #1a1b17;
  color: #f8f7f4;
  border: 0;
  box-shadow: none;
}
html.brand-page footer .logo-stamp {
  background: #fff;
  color: #1a1b17;
}

/* Keep the orange brand accent with legible small button labels. */
.brand-page .primary-action,
.brand-page #nav-cta-btn,
.brand-page #hero-conversion-btn { color: #1a1b17; }
.brand-page #nav-cta-btn:hover,
.brand-page #hero-conversion-btn:hover { background-color: #f07735; }
