/* Brand edition: original BikininDong logos, navy and warm gold. */
:root {
  --paper: #fffefa;
  --white: #fff;
  --ink: #052d3e;
  --muted: #5d6e77;
  --olive: #0a4358;
  --olive-dark: #052d3e;
  --lime: #f5c979;
  --line: #e0e7e8;
  --wash: #f3f6f6;
  --gold: #f5c979;
  --gold-ink: #936622;
}
body {
  background: var(--paper);
}
.container {
  width: min(1240px, calc(100% - 104px));
}
.header {
  background: #fffefaf2;
  border-bottom: 1px solid #e4eaeb;
}
.header-inner {
  height: 88px;
  gap: 25px;
}
.brand {
  width: 224px;
  flex-shrink: 0;
  line-height: 0;
}
.official-logo {
  width: 224px;
  height: auto;
  display: block;
}
.nav {
  gap: 27px;
}
.nav a {
  font-size: 12px;
  font-weight: 500;
  color: #526872;
}
.header-cta {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  min-height: 43px;
  padding: 11px 18px;
  border-radius: 7px;
}
.header-cta:hover {
  color: #fff;
  background: #164b60;
}
.btn {
  border-radius: 7px;
  font-size: 13px;
  transition:
    transform 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}
.btn:hover {
  background: #164b60;
  box-shadow: 0 8px 25px #052d3e17;
}
.btn-outline {
  color: var(--ink);
  border-color: #b8c9ce;
}
.header-cta.btn-outline {
  color: #fff;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #657c86;
}
.eyebrow::before {
  background: #cc9b48;
  border-radius: 1px;
  width: 6px;
  height: 6px;
}
.section h2 {
  font-size: 40px;
  line-height: 1.19;
  letter-spacing: -0.035em;
}
.section {
  padding-block: 96px;
}
.section-heading h2 .serif {
  color: #8c6428;
}
.reading-copy p {
  font-size: 15px;
  line-height: 1.95;
  color: #5d6e77;
}
.reading-copy p + p {
  margin-top: 22px;
}
.hero-new {
  background: #f7f8f4;
  overflow: hidden;
  position: relative;
}
.hero-new:before {
  content: "";
  position: absolute;
  width: 610px;
  height: 610px;
  right: -270px;
  top: -350px;
  border: 1px solid #c6d3d680;
  border-radius: 50%;
  pointer-events: none;
}
.hero-new .hero-inner {
  position: relative;
  grid-template-columns: 1.03fr 1fr;
  gap: 75px;
  padding-top: 47px;
  padding-bottom: 45px;
}
.hero-copy .eyebrow {
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-bottom: 21px;
}
.hero-premise {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 495px;
}
.hero-new h1 {
  font-size: 46px;
  line-height: 1.13;
  letter-spacing: -0.045em;
}
.hero-new h1 .serif {
  color: #936622;
  font-size: 1.16em;
}
.hero-new .hero-lead {
  font-size: 14px;
  margin-top: 25px;
  max-width: 450px;
  line-height: 1.85;
}
.hero-copy .cta-group {
  margin-top: 28px;
}
.hero-copy .cta-group .btn {
  background: var(--ink);
  font-size: 12px;
  padding: 17px 19px;
  min-height: 55px;
}
.hero-copy .cta-note {
  font-size: 11px;
  max-width: 430px;
  color: #697b83;
}
.hero-art {
  position: relative;
  min-width: 0;
  padding: 0 0 0 0;
  animation: hero-in 1s 0.12s var(--ease) both;
}
.business-photo {
  height: 320px;
  position: relative;
  border-radius: 80px 12px 12px 12px;
  overflow: hidden;
  background: #dedbd0;
  margin-left: 30px;
}
.business-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 48%;
  filter: saturate(0.7);
}
.photo-label {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fffefaeb;
  padding: 8px 13px;
  border-radius: 30px;
  font-size: 9px;
  letter-spacing: 0.05em;
  color: var(--ink);
  display: flex;
  gap: 7px;
  align-items: center;
}
.photo-label::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #bc8c3c;
  border-radius: 50%;
}
.business-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 65%, #052d3e35);
}
.website-preview {
  position: relative;
  width: 92%;
  margin-top: -43px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d9e2e5;
  box-shadow: 0 18px 45px #052d3e14;
  z-index: 1;
  overflow: hidden;
}
.preview-chrome {
  height: 29px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #e7edef;
  padding: 0 12px;
  background: #fafcfc;
}
.preview-chrome i {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #b8c8cc;
}
.preview-chrome span {
  font-size: 8px;
  letter-spacing: 0.025em;
  text-align: center;
  flex: 1;
  padding-right: 24px;
  color: #7d8f96;
}
.preview-body {
  padding: 21px;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 20px;
  align-items: center;
}
.preview-body > div > span {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #917139;
}
.preview-body h2 {
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-top: 8px;
  margin-bottom: 12px;
}
.preview-body h2 em {
  font: italic 29px var(--serif);
  color: #866226;
}
.preview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 8px;
  color: #607780;
}
.preview-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  background: var(--ink);
  color: #fff;
  font-size: 8px;
  padding: 7px 10px;
  border-radius: 3px;
}
.preview-action svg {
  width: 12px;
  height: 12px;
}
.preview-body img {
  width: 100%;
  height: 147px;
  object-fit: cover;
  border-radius: 40px 4px 4px 4px;
}
.hero-art > figcaption {
  font-size: 9px;
  color: #70848d;
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.hero-art > figcaption span:last-child {
  color: #936622;
}
.assurances {
  padding: 21px 0 24px;
  gap: 20px;
  border-color: #dfe6e3;
}
.assurances li {
  font-size: 11px;
  color: #526a75;
}
.assurances .small-icon {
  background: #e9eeeb;
  color: #305d63;
  padding: 5px;
}
.opening-story {
  background: #fffefa;
}
.opening-story .reading-copy p:last-child {
  border-color: #c9a15f;
}
.editorial-grid {
  grid-template-columns: 1fr 1.12fr;
  gap: 100px;
}
.search-experience {
  background: #eef3f3;
  padding-block: 85px;
}
.search-experience .search-layout {
  grid-template-columns: 0.9fr 1fr;
  gap: 110px;
}
.search-experience .section-heading h2 {
  font-size: 44px;
  line-height: 1.14;
}
.search-experience .section-heading > p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 23px;
  line-height: 1.9;
  max-width: 390px;
}
.search-experience .search-stage {
  padding: 27px;
  background: #dfe9e8;
  border: 1px solid #d4e0df;
  border-radius: 12px;
}
.search-window {
  border-radius: 8px;
  border-color: #dbe5e5;
  box-shadow: 0 15px 40px #052d3e0b;
}
.browser-top {
  background: #f9fbfb;
}
.search-wordmark {
  color: #0a4358;
}
.search-wordmark span {
  color: #9b7638;
}
.result-title {
  color: #285b7c;
}
.result-favicon {
  background: #f0f5f4;
}
.comparison-switch {
  background: #cbd9d8;
}
.comparison-switch button {
  color: #607974;
}
.comparison-switch button[aria-pressed="true"] {
  color: var(--ink);
}
.mini-chat {
  background: #edf3ef;
  color: #345c4f;
}
.search-caption {
  color: #627d79;
}
.search-tabs {
  color: #7c8f91;
}
.search-result {
  min-height: 250px;
}
.search-input-wrap {
  border-color: #d8e2e2;
}
.journey-section {
  background: #fffefa;
}
.journey-heading {
  max-width: 770px;
}
.journey-grid {
  gap: 45px;
}
.journey-step {
  border-color: #d5e0e3;
}
.step-number {
  font-size: 15px;
  font-family: var(--sans);
  font-style: normal;
  color: #9c7d46;
  margin: 0;
}
.journey-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.journey-illustration {
  width: 54px;
  height: 54px;
  padding: 13px;
  background: #f1eadf;
  border-radius: 14px;
  color: #8c6428;
}
.journey-step h3 {
  font-size: 24px;
}
.journey-step p {
  font-size: 13px;
}
.journey-conclusion {
  padding: 23px 28px;
  border: 0;
  border-left: 3px solid #d0ad6b;
  background: #f8f4ed;
  border-radius: 0 6px 6px 0;
}
.journey-conclusion p {
  font-size: 13px;
  color: #5c655e;
}
.generation-section {
  background: #f3f6f6;
}
.generation-image {
  border-radius: 8px;
  min-height: 520px;
}
.generation-image img {
  filter: saturate(0.55);
  object-position: center;
}
.generation-image:after {
  background: linear-gradient(transparent 40%, #052d3eec);
}
.generation-image figcaption {
  font-size: 23px;
}
.generation-image figcaption .serif {
  color: #f5c979;
}
.generation-grid {
  gap: 85px;
}
.generation-section .reading-copy h2 {
  font-size: 35px;
}
.new-list svg {
  color: #a47835;
}
.new-list li {
  font-size: 14px;
}
.ai-section {
  background: #052d3e;
  position: relative;
  overflow: hidden;
}
.ai-section .eyebrow {
  color: #e2bc7a;
}
.ai-section h2 {
  color: #fff;
  font-size: 39px;
}
.ai-section .editorial-grid {
  align-items: center;
  gap: 85px;
}
.ai-section .reading-copy p {
  color: #bcd0d9;
}
.ai-note {
  border-color: #3f6574;
}
.ai-note p {
  color: #f5c979 !important;
}
.flow-illustration {
  width: 100%;
  margin-top: 31px;
}
.flow-illustration img {
  width: 100%;
  height: auto;
}
.flow-illustration figcaption {
  font-size: 9px;
  color: #8fadb9;
  margin-top: 9px;
  line-height: 1.7;
}
.quiet-loss .section-heading h2 {
  font-size: 36px;
}
.quiet-loss {
  border-bottom: 1px solid var(--line);
}
.platform-section {
  background: #f7f5ef;
}
.platform-section .reading-copy p:last-child {
  padding-top: 22px;
  border-top: 1px solid #dcded7;
}
.method-section {
  background: #fffefa;
}
.method-cover {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 85px;
  align-items: center;
}
.method-heading {
  max-width: 780px;
}
.method-name {
  font-size: 59px;
  color: var(--ink);
  letter-spacing: -0.055em;
}
.method-name .serif {
  color: #9b7435;
}
.method-description {
  font-size: 23px;
  line-height: 1.5;
  max-width: 620px;
}
.method-heading > p:last-child {
  font-size: 13px;
  line-height: 1.9;
}
.method-photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.method-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3;
  object-fit: cover;
  filter: saturate(0.55);
}
.method-photo figcaption {
  background: #052d3e;
  color: #d9e6e9;
  font-size: 10px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.method-photo figcaption svg {
  color: #f5c979;
}
.method-steps {
  border-color: #d7e2e6;
  margin-top: 45px;
}
.method-step {
  border-color: #d7e2e6;
  padding-block: 29px;
}
.method-number {
  font: 400 15px var(--sans);
  color: #96703b;
  border: 1px solid #ddd3c1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.method-step h3 {
  font-size: 24px;
}
.method-step > div {
  gap: 60px;
}
.method-bottom {
  background: #f3f6f4;
  border-radius: 8px;
  padding: 24px 28px;
  margin-top: 32px;
}
.method-bottom > p {
  font-size: 13px;
  max-width: 390px;
}
.conversation {
  background: #f3f6f6;
}
.conversation-heading {
  margin-bottom: 37px;
}
.conversation-heading h2 {
  max-width: 960px;
  font-size: 36px;
}
.chat-canvas {
  background: #e6ecec;
  border: 1px solid #dce4e5;
  border-radius: 9px;
}
.chat-column.after .chat-canvas {
  background: #e8f0e9;
  border-color: #d8e5da;
}
.bubble {
  font-size: 13px;
  color: #425957;
}
.chat-column.after .bubble {
  color: #295443;
}
.chat-column > p {
  font-size: 13px;
}
.chat-closing p {
  color: #456473;
}
.work {
  background: #fffefa;
}
.work-image {
  border-radius: 8px;
  aspect-ratio: 1.3;
}
.work-heading h2 {
  font-size: 39px;
}
.work-grid {
  gap: 28px;
}
.work-item h3 {
  font-size: 24px;
}
.work-type {
  color: #8a744e;
}
.work-domain {
  color: var(--ink);
}
.work-image .visit-work {
  background: #fffefa;
  color: #052d3e;
}
.honesty {
  background: #0e3445;
}
.honesty .eyebrow {
  color: #e5bd7b;
}
.honesty .reading-copy p {
  color: #bfd0d7;
}
.honesty .reading-copy p:nth-child(3) {
  color: #f5c979;
  border-color: #466573;
}
.honesty .section-heading h2 {
  font-size: 46px;
}
.suitability {
  background: #f8f7f2;
}
.fit-grid {
  gap: 70px;
}
.fit-grid > div {
  padding: 28px;
  border: 1px solid #dfe5e2;
  border-radius: 8px;
  background: #fffefa;
}
.fit-grid > div + div {
  background: transparent;
}
.fit-label {
  color: #8d703d;
}
.fit-grid h2 {
  font-size: 29px;
}
.fit-grid .new-list li {
  font-size: 13px;
}
.pricing-new {
  padding-top: 85px;
  background: #fffefa;
}
.pricing-header {
  max-width: 900px;
}
.pricing-header h2 {
  font-size: 38px;
}
.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  align-items: stretch;
}
.price-card {
  border: 1px solid #dce4e4;
  border-radius: 10px;
  background: #fff;
  padding: 29px 25px;
}
.price-card + .price-card {
  border: 1px solid #dce4e4;
}
.price-card.price-gold {
  background: #f8edcf;
  border-color: #e5d19f;
  border-top: 5px solid #ce9d46;
}
.price-card.price-gold .price-description p,
.price-card.price-gold .new-list li,
.price-card.price-gold .price-time {
  color: #655d49;
}
.price-card.price-gold .plan-eyebrow {
  color: #79591f;
}
.price-card.price-gold .included-label {
  border-color: #deceaa;
}
.price-card.price-gold .new-list svg {
  color: #886023;
}
.price-card.featured {
  background: #052d3e;
  border-color: #052d3e;
  border-top: 5px solid #f5c979;
  box-shadow: 0 14px 40px #052d3e12;
  color: #fff;
}
.price-card h3 {
  font-size: 21px;
}
.price-card .price {
  font-size: 37px;
  margin-top: 23px;
}
.price-from {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 5px;
  color: inherit;
}
.price-card.featured h3,
.price-card.featured .price,
.price-card.featured .included-label {
  color: #fff;
}
.price-card.featured .price-description p,
.price-card.featured .new-list li,
.price-card.featured .price-time {
  color: #c1d4db;
}
.price-card.featured .plan-eyebrow {
  color: #f5c979;
}
.price-card.featured .included-label {
  border-color: #456773;
}
.price-card.featured .new-list svg {
  color: #f5c979;
}
.price-card.featured .btn {
  background: #f5c979;
  color: #052d3e;
  border-color: #f5c979;
}
.price-card.featured .btn:hover {
  background: #faddab;
}
.price-card .price-description {
  min-height: 158px;
}
.price-card .new-list li {
  font-size: 12px;
}
.price-card .cta-group .btn {
  font-size: 10px;
  gap: 8px;
}
.price-card .plan-eyebrow {
  color: #8e7142;
}
.price-explanation {
  padding-block: 32px;
}
.protection {
  background: #f4f6f2;
  padding: 30px;
  border-radius: 8px;
  margin-top: 27px;
  grid-template-columns: 0.7fr 1.7fr;
  gap: 40px;
}
.pricing-new > .container > .cta-group {
  margin-top: 31px;
  border: 0;
  padding-top: 0;
}
.faq {
  background: #f7f8f5;
}
.faq-layout {
  grid-template-columns: 0.8fr 1.3fr;
  gap: 90px;
}
.faq .section-heading {
  position: sticky;
  top: 115px;
}
.faq-list summary {
  padding-block: 23px;
  font-size: 14px;
  line-height: 1.75;
}
.faq-list details p {
  font-size: 13px;
  padding-right: 24px;
}
.faq-list details[open] {
  background: #eef2ee;
}
.faq-list details[open] summary,
.faq-list details[open] p {
  padding-left: 18px;
  padding-right: 18px;
}
.faq-inline-cta .btn {
  font-size: 11px;
}
.final-cta {
  background: #f2e9d7;
  padding-block: 85px;
}
.final-cta h2 {
  font-size: 58px;
  color: #052d3e;
}
.final-cta h2 .serif {
  color: #8c6428;
}
.final-cta p:not(.eyebrow) {
  color: #6c736b;
}
.final-orbit {
  border-color: #b8a78033;
}
.final-orbit:before,
.final-orbit:after {
  border-color: #b8a78022;
}
.final-cta .postscript {
  border-color: #cfc5ac;
}
.footer {
  background: #052d3e;
  color: #fff;
  padding-top: 45px;
}
.footer .official-logo {
  width: 235px;
}
.footer-tagline,
.footer-links span,
.footer-bottom {
  color: #a8c0cb;
}
.footer-links a {
  color: #e1ebed;
}
.footer-bottom {
  border-color: #365766;
}
.mobile-cta {
  background: #fffefaf5;
  border-color: #dce4e5;
}
.scroll-progress {
  background: #c49b55;
}
.sr-only {
  color: inherit;
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 19px;
  }
  .brand,
  .official-logo {
    width: 195px;
  }
  .nav {
    gap: 18px;
  }
  .nav a {
    font-size: 11px;
  }
  .header-cta {
    font-size: 11px;
    padding-inline: 13px;
  }
  .hero-new .hero-inner {
    gap: 45px;
  }
  .hero-new h1 {
    font-size: 41px;
  }
  .business-photo {
    height: 300px;
    margin-left: 22px;
  }
  .preview-body {
    padding: 18px;
    gap: 15px;
  }
  .preview-body h2 {
    font-size: 21px;
  }
  .preview-body h2 em {
    font-size: 27px;
  }
  .editorial-grid,
  .search-experience .search-layout {
    gap: 65px;
  }
  .generation-grid {
    gap: 55px;
  }
  .method-cover {
    gap: 45px;
  }
  .method-name {
    font-size: 53px;
  }
  .price-card {
    padding: 26px 19px;
  }
  .price-card h3 {
    font-size: 19px;
  }
  .price-card .price {
    font-size: 32px;
  }
  .pricing-grid {
    gap: 15px;
  }
  .price-card .price-description {
    min-height: 174px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    height: 75px;
    gap: 14px;
  }
  .brand,
  .official-logo {
    width: 177px;
  }
  .nav {
    gap: 13px;
  }
  .nav a {
    font-size: 10px;
  }
  .header-cta {
    font-size: 10px;
    padding-inline: 10px;
  }
  .hero-new .hero-inner {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-new h1 {
    font-size: 35px;
  }
  .hero-premise {
    font-size: 14px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-new .hero-lead {
    font-size: 13px;
  }
  .hero-copy .cta-group .btn {
    font-size: 10px;
    padding-inline: 13px;
  }
  .business-photo {
    height: 280px;
    margin-left: 15px;
  }
  .preview-body {
    grid-template-columns: 1fr 0.6fr;
    gap: 12px;
    padding: 15px;
  }
  .preview-body h2 {
    font-size: 18px;
  }
  .preview-body h2 em {
    font-size: 24px;
  }
  .preview-body img {
    height: 134px;
  }
  .preview-links {
    gap: 5px;
    font-size: 7px;
  }
  .photo-label {
    font-size: 8px;
    right: 13px;
    top: 13px;
    padding: 7px 10px;
  }
  .hero-art > figcaption {
    font-size: 8px;
  }
  .hero-art > figcaption span:last-child {
    display: none;
  }
  .assurances li {
    font-size: 10px;
  }
  .section h2 {
    font-size: 33px;
  }
  .section {
    padding-block: 72px;
  }
  .search-experience .search-layout {
    gap: 40px;
  }
  .search-experience .section-heading h2 {
    font-size: 36px;
  }
  .editorial-grid {
    gap: 40px;
  }
  .generation-grid {
    gap: 40px;
  }
  .generation-section .reading-copy h2 {
    font-size: 30px;
  }
  .ai-section .editorial-grid {
    gap: 40px;
  }
  .method-cover {
    gap: 30px;
    grid-template-columns: 1.1fr 0.85fr;
  }
  .method-name {
    font-size: 45px;
  }
  .method-description {
    font-size: 20px;
  }
  .method-photo figcaption {
    font-size: 9px;
    padding: 12px;
  }
  .method-step > div {
    gap: 30px;
  }
  .method-step h3 {
    font-size: 21px;
  }
  .method-bottom {
    gap: 25px;
    padding: 22px;
  }
  .method-bottom .cta-group .btn {
    font-size: 10px;
  }
  .fit-grid {
    gap: 25px;
  }
  .fit-grid > div {
    padding: 23px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .price-card {
    padding: 23px 16px;
  }
  .price-card h3 {
    font-size: 18px;
  }
  .price-card .price {
    font-size: 29px;
  }
  .price-card .new-list li {
    font-size: 11px;
  }
  .price-card .price-description {
    min-height: 196px;
  }
  .price-card .cta-group .btn {
    font-size: 9px;
    padding-inline: 9px;
  }
  .faq-layout {
    gap: 45px;
  }
  .work-heading h2 {
    font-size: 34px;
  }
  .work-item h3 {
    font-size: 21px;
  }
  .work-grid {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 70px;
    gap: 11px;
  }
  .brand,
  .official-logo {
    width: 177px;
  }
  .header-cta {
    font-size: 9px;
    padding: 9px 11px;
    min-height: 36px;
  }
  .nav {
    top: 70px;
    background: #fffefa;
  }
  .nav a {
    font-size: 18px;
  }
  .menu-toggle {
    width: 38px;
    flex-shrink: 0;
    color: var(--ink);
  }
  .hero-new .hero-inner {
    display: flex;
    padding-top: 32px;
    padding-bottom: 25px;
    gap: 37px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
  .hero-premise {
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 1.75;
  }
  .hero-new h1 {
    font-size: 37px;
    line-height: 1.14;
  }
  .hero-new h1 .serif {
    font-size: 1.12em;
  }
  .hero-new .hero-lead {
    font-size: 13px;
    margin-top: 22px;
  }
  .hero-copy .cta-group {
    margin-top: 24px;
  }
  .hero-copy .cta-group .btn {
    font-size: 11px;
    padding: 15px;
    gap: 9px;
  }
  .hero-copy .cta-note {
    font-size: 10px;
    margin-top: 12px;
  }
  .business-photo {
    height: 270px;
    margin-left: 20px;
    border-radius: 65px 8px 8px 8px;
  }
  .website-preview {
    width: 92%;
    margin-top: -37px;
    border-radius: 8px;
  }
  .preview-body {
    grid-template-columns: 1.2fr 0.7fr;
    gap: 13px;
    padding: 18px;
  }
  .preview-body h2 {
    font-size: 20px;
  }
  .preview-body h2 em {
    font-size: 26px;
  }
  .preview-body img {
    height: 138px;
  }
  .preview-links {
    gap: 8px;
    font-size: 7px;
  }
  .preview-action {
    margin-top: 13px;
  }
  .hero-art > figcaption {
    font-size: 8px;
    margin-top: 12px;
  }
  .hero-art > figcaption span:last-child {
    display: block;
    font-size: 7px;
  }
  .assurances {
    display: grid;
    gap: 13px;
    padding-block: 20px;
  }
  .assurances li {
    font-size: 11px;
  }
  .section {
    padding-block: 58px;
  }
  .section h2 {
    font-size: 31px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .reading-copy p {
    font-size: 14px;
    line-height: 1.9;
  }
  .reading-copy p + p {
    margin-top: 18px;
  }
  .search-experience {
    padding-block: 55px;
  }
  .search-experience .search-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .search-experience .section-heading h2 {
    font-size: 35px;
  }
  .search-experience .section-heading > p:not(.eyebrow) {
    font-size: 13px;
  }
  .search-experience .search-stage {
    padding: 21px 17px;
  }
  .journey-grid {
    gap: 27px;
  }
  .journey-step {
    display: block;
    padding-top: 20px;
  }
  .journey-step-head {
    margin-bottom: 19px;
  }
  .journey-illustration {
    width: 48px;
    height: 48px;
    padding: 11px;
    border-radius: 12px;
  }
  .step-number {
    font-size: 13px;
    line-height: 1;
  }
  .journey-step h3 {
    font-size: 23px;
  }
  .journey-step p {
    font-size: 13px;
  }
  .journey-conclusion {
    padding: 20px;
    margin-top: 28px;
  }
  .journey-conclusion p {
    font-size: 12px;
  }
  .generation-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .generation-image {
    min-height: 310px;
  }
  .generation-image figcaption {
    font-size: 21px;
  }
  .generation-image figcaption .serif {
    font-size: 29px;
  }
  .generation-section .reading-copy h2 {
    font-size: 30px;
  }
  .ai-section .editorial-grid {
    gap: 29px;
  }
  .ai-section h2 {
    font-size: 31px;
  }
  .flow-illustration {
    margin-top: 25px;
  }
  .flow-illustration figcaption {
    font-size: 8px;
  }
  .quiet-loss .section-heading h2 {
    font-size: 31px;
  }
  .method-cover {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .method-name {
    font-size: 46px;
  }
  .method-description {
    font-size: 20px;
  }
  .method-photo img {
    aspect-ratio: 1.65;
  }
  .method-photo figcaption {
    font-size: 10px;
    padding: 13px 17px;
  }
  .method-steps {
    margin-top: 32px;
  }
  .method-step {
    padding-block: 25px;
    grid-template-columns: 37px 1fr;
    gap: 17px;
  }
  .method-number {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }
  .method-step h3 {
    font-size: 22px;
  }
  .method-step p {
    font-size: 13px;
  }
  .method-bottom {
    display: block;
    padding: 23px 20px;
    margin-top: 25px;
  }
  .method-bottom > p {
    font-size: 13px;
  }
  .method-bottom .cta-group {
    margin-top: 20px;
  }
  .method-bottom .cta-group .btn {
    font-size: 10px;
    padding: 13px 11px;
    gap: 7px;
  }
  .conversation-heading h2 {
    font-size: 30px;
  }
  .chat-canvas {
    padding: 23px;
  }
  .chat-column > p {
    font-size: 13px;
  }
  .work-heading h2 {
    font-size: 31px;
  }
  .work-grid {
    gap: 34px;
  }
  .work-image {
    aspect-ratio: 1.4;
  }
  .work-item h3 {
    font-size: 24px;
  }
  .honesty .section-heading h2 {
    font-size: 37px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fit-grid > div {
    padding: 25px 22px;
  }
  .fit-grid h2 {
    font-size: 28px;
  }
  .pricing-header h2 {
    font-size: 31px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .price-card {
    padding: 30px 26px;
  }
  .price-card + .price-card {
    border-top: 1px solid #dce4e4;
  }
  .price-card h3 {
    font-size: 24px;
  }
  .price-card .price {
    font-size: 40px;
  }
  .price-card .price-description {
    min-height: 0;
    margin-bottom: 22px;
  }
  .price-card .new-list li {
    font-size: 13px;
  }
  .price-card .cta-group .btn {
    font-size: 11px;
    min-height: 56px;
  }
  .protection {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 22px;
  }
  .protection .new-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .protection .new-list li {
    font-size: 12px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq .section-heading {
    position: static;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
  }
  .faq-list details p {
    font-size: 13px;
  }
  .faq-inline-cta .btn {
    font-size: 10px;
  }
  .final-cta {
    padding-block: 60px;
  }
  .final-cta h2 {
    font-size: 41px;
  }
  .final-cta p:not(.eyebrow) {
    font-size: 13px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer .official-logo {
    width: 210px;
  }
  .footer-main {
    gap: 27px;
  }
  .footer-tagline {
    font-size: 11px;
  }
  .footer-links a {
    font-size: 11px;
  }
  .mobile-cta .btn {
    font-size: 11px;
    border-radius: 6px;
  }
}
@media (max-width: 420px) {
  .container {
    width: calc(100% - 32px);
  }
  .brand,
  .official-logo {
    width: 167px;
  }
  .header-cta {
    display: none;
  }
  .header-inner {
    gap: 10px;
  }
  .hero-new h1 {
    font-size: 34px;
  }
  .hero-copy .cta-group .btn {
    font-size: 10px;
    padding: 13px;
    gap: 8px;
  }
  .business-photo {
    height: 250px;
    margin-left: 13px;
  }
  .preview-body {
    padding: 15px;
    gap: 11px;
  }
  .preview-body h2 {
    font-size: 18px;
  }
  .preview-body h2 em {
    font-size: 24px;
  }
  .preview-body img {
    height: 130px;
  }
  .hero-art > figcaption span:last-child {
    display: none;
  }
  .method-name {
    font-size: 41px;
  }
  .method-bottom .cta-group .btn {
    font-size: 9px;
  }
  .search-experience .search-stage {
    padding: 17px 13px;
  }
  .price-card {
    padding: 27px 22px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .website-preview {
    animation: hero-in 1s 0.3s var(--ease) both;
  }
  .journey-illustration {
    transition:
      transform 0.35s,
      background 0.35s;
  }
  .journey-step:hover .journey-illustration {
    transform: translateY(-5px);
    background: #f4e4c8;
  }
  .method-photo img {
    transition: transform 0.7s var(--ease);
  }
  .method-photo:hover img {
    transform: scale(1.035);
  }
}
