* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #777;
  outline-offset: 5px;
}
button:disabled {
  opacity: 0.5;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1,
h2 {
  letter-spacing: -2.8px;
  line-height: 1.02;
}
em {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -2.8px;
}
img,
video {
  display: block;
  max-width: 100%;
}
button {
  border: 0;
  background: none;
}
button span {
  pointer-events: none;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-top: 110px;
  padding-bottom: 30px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 15px;
}
.site-nav {
  height: 92px;
  width: min(1320px, calc(100% - 80px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 20;
}
.logo {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1.9px;
  white-space: nowrap;
}
.logo-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #171717;
  color: #fff;
  width: 31px;
  height: 32px;
  border-radius: 9px;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  transform: rotate(-7deg);
}
.logo-star {
  font-size: 13px;
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 4px;
  margin-left: -3px;
}
.site-nav > nav {
  display: flex;
  gap: 29px;
  font-size: 12px;
  color: #75756e;
}
.site-nav > nav a:hover {
  color: #111;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
}
.nav-login {
  color: #62625d;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: linear-gradient(#303030, #181818);
  color: #fff;
  border: 1px solid #282828;
  border-radius: 100px;
  padding: 17px 25px;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 4px 9px #0000000c;
  transition:
    transform 0.25s var(--ease-out),
    box-shadow 0.25s,
    background 0.2s;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #00000015;
  background: #282828;
}
.btn span {
  font-size: 19px;
  line-height: 1;
}
.btn.white {
  background: #fff;
  color: #393936;
  border-color: #e0e0d9;
  box-shadow: none;
}
.btn.white:hover {
  background: #fafaf7;
  box-shadow: 0 6px 18px #00000007;
}
.btn.small {
  padding: 13px 19px;
  font-size: 11px;
  gap: 16px;
}
.menu-toggle {
  display: none;
  width: 35px;
  height: 38px;
  padding: 9px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #222;
  margin: 6px 0;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 85px;
}
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #eaeae5;
  border: 1px solid #e2e2dc;
  border-radius: 50px;
  font-size: 10px;
  color: #6a6a62;
  margin-bottom: 26px;
}
.label-pill i {
  width: 5px;
  height: 5px;
  background: #8a9476;
  border-radius: 50%;
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.65;
  color: #808079;
  margin-bottom: 30px;
  letter-spacing: -0.1px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-note {
  font-size: 10px;
  color: #9b9b92;
  display: block;
  margin-top: 17px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 400;
  color: #96968b;
  display: block;
  margin-bottom: 19px;
  line-height: 1.5;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 33px;
}
.section-heading h2,
.center-heading h2,
.workflow h2,
.faq h2 {
  font-size: clamp(39px, 4.5vw, 59px);
  line-height: 1.04;
  margin-bottom: 0;
  letter-spacing: -2.5px;
}
.section-heading > p {
  color: #8a8a80;
  font-size: 13px;
  line-height: 1.75;
  max-width: 345px;
  margin-bottom: 6px;
}
.gallery-tabs {
  display: flex;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--line);
  width: fit-content;
  border-radius: 50px;
  margin-bottom: 25px;
  background: #efefea;
}
.gallery-tabs button {
  padding: 10px 18px;
  font-size: 11px;
  color: #96968b;
  border-radius: 50px;
  white-space: nowrap;
  transition: 0.2s;
}
.gallery-tabs button.active {
  background: #fff;
  color: #282824;
  box-shadow: 0 2px 4px #00000004;
}
.gallery-tabs button:hover {
  color: #171717;
}
.examples-note {
  font-size: 9px;
  color: #a6a69b;
  text-align: center;
  margin: 22px 0 0;
}
.workflow {
  background: #eeeee7;
  margin-top: 95px;
  padding: 85px 0;
}
.workflow-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.workflow-copy > .eyebrow {
  max-width: 350px;
  line-height: 1.8;
}
.step-selectors {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.step-selectors > button {
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 19px 19px 17px;
  color: #9c9d90;
  transition:
    background 0.25s,
    border 0.25s;
}
.step-selectors > button.selected {
  background: #fafaf7;
  border-color: #deded2;
}
.step-selectors > button > span {
  font-size: 10px;
  padding-top: 2px;
  color: #999a8d;
}
.step-selectors h3 {
  font-size: 15px;
  color: #858677;
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}
.step-selectors p {
  font-size: 11px;
  line-height: 1.7;
  max-width: 325px;
  margin: 0;
  color: #a0a092;
}
.step-selectors .selected h3 {
  color: #303329;
}
.step-selectors .selected p {
  color: #929684;
}
.step-selectors b {
  font-size: 18px;
  font-weight: 400;
  margin-left: auto;
  color: #bfc2b4;
}
.step-selectors .selected b {
  color: #5a6349;
}
.workflow-preview {
  padding-top: 20px;
}
.mini-window {
  background: #fafaf7;
  border: 1px solid #d8d9cb;
  border-radius: 19px;
  box-shadow: 0 26px 48px #474c2810;
  transform: rotate(2deg);
  overflow: hidden;
  min-height: 510px;
}
.mini-top {
  height: 59px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  border-bottom: 1px solid #e4e4db;
  background: #fff;
  color: #333;
}
.mini-logo {
  width: 20px;
  height: 21px;
  border-radius: 6px;
  font: 26px Georgia;
  background: #222;
  color: white;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.mini-top b {
  font-size: 15px;
  letter-spacing: -0.7px;
  font-weight: 500;
}
.mini-top > span:nth-last-child(2) {
  font-size: 9px;
  color: #aaa99c;
  margin-left: auto;
  margin-right: 8px;
}
.mini-top i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  background: #e9eadf;
  font-size: 9px;
  color: #74795e;
}
.preview-screen {
  padding: 30px 26px 20px;
}
.mini-eyebrow {
  font-size: 7px;
  color: #a0a193;
  letter-spacing: 1px;
}
.preview-screen h3 {
  font-size: 25px;
  letter-spacing: -0.9px;
  margin: 12px 0 23px;
  color: #35382d;
}
.mini-field > span {
  font-size: 10px;
  color: #979987;
}
.mini-field > div {
  font-size: 11px;
  background: #fff;
  border: 1px solid #dfdfd4;
  border-radius: 9px;
  padding: 12px;
  margin-top: 7px;
  color: #969986;
}
.mini-field b {
  float: right;
  font-size: 13px;
}
.brand-summary {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 16px 10px;
  background: #eeefe7;
  border-radius: 10px;
}
.summary-icon {
  font-size: 21px;
  color: #8d9773;
}
.brand-summary strong {
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: #686f53;
}
.brand-summary small {
  font-size: 8px;
  color: #989f87;
  display: block;
  margin-top: 5px;
}
.summary-check {
  margin-left: auto;
  color: #818e62;
  font-size: 12px;
}
.mini-products {
  display: flex;
  gap: 14px;
  align-items: center;
  background: white;
  padding: 11px;
  border: 1px solid #e5e5dc;
  border-radius: 10px;
  margin-top: 13px;
  margin-bottom: 20px;
}
.mini-products img {
  width: 54px;
  height: 66px;
  object-fit: cover;
  border-radius: 5px;
}
.mini-products small {
  font-size: 6px;
  color: #aaac9a;
  letter-spacing: 0.7px;
}
.mini-products h4 {
  font-size: 10px;
  font-weight: 400;
  margin: 7px 0;
  color: #5e654b;
}
.mini-products div > span {
  font-size: 8px;
  color: #a3a594;
}
.mini-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: #272a22;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
}
.mini-primary span {
  font-size: 17px;
}
.mini-note {
  text-align: center;
  font-size: 8px;
  margin: 13px 0;
  color: #a4a797;
  line-height: 1.6;
}
.window-caption {
  display: block;
  text-align: center;
  font-size: 9px;
  color: #a4a798;
  margin-top: 24px;
}
.concept-mini {
  background: #efeee4;
  border: 1px solid #e5e4d7;
  padding: 23px;
  border-radius: 13px;
}
.concept-mini > span {
  font-size: 7px;
  color: #98967f;
  letter-spacing: 1px;
}
.concept-mini h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #4c4b39;
  margin: 18px 0 12px;
}
.concept-mini em {
  letter-spacing: -1px;
}
.concept-mini p {
  font-size: 10px;
  line-height: 1.6;
  color: #92917c;
}
.concept-mini > div {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #777662;
  border-top: 1px solid #d9d8c6;
  padding-top: 12px;
}
.mini-format {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  padding: 20px 0;
  color: #999c89;
}
.mini-format b {
  font-weight: 400;
  padding: 5px 8px;
  background: #e9ebdf;
  border-radius: 5px;
  color: #82896c;
}
.mini-results {
  display: flex;
  gap: 10px;
  margin: 20px 0 0;
  overflow: hidden;
}
.mini-results img {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 9/14;
  object-fit: cover;
  border-radius: 8px;
}
.mini-calendar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
  color: #848e6b;
}
.mini-calendar > span {
  font-size: 24px;
}
.mini-calendar strong {
  font-size: 10px;
  font-weight: 400;
  display: block;
}
.mini-calendar small {
  font-size: 8px;
  display: block;
  margin-top: 5px;
  color: #9da58a;
}
.center-heading {
  text-align: center;
  margin-bottom: 44px;
}
.center-heading h2 {
  margin-bottom: 22px;
}
.center-heading > p {
  font-size: 13px;
  color: #909083;
  line-height: 1.7;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.price-card {
  padding: 31px 27px 29px;
  border: 1px solid #e0e0d6;
  border-radius: 18px;
  background: #fafaf6;
  position: relative;
}
.plan-name {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.price-card > p {
  color: #a0a090;
  font-size: 11px;
  margin: 9px 0 23px;
}
.price {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 28px;
}
.price small {
  font-size: 11px;
  color: #a2a291;
  letter-spacing: 0;
}
.price-card > .btn {
  width: 100%;
  padding: 14px 19px;
  justify-content: space-between;
  font-size: 12px;
}
.price-card ul {
  padding: 24px 0 0;
  list-style: none;
  margin: 24px 0 0;
  border-top: 1px solid #e5e5da;
}
.price-card li {
  font-size: 11px;
  color: #8c8c7e;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-card li:before {
  content: "✓";
  font-size: 11px;
  color: #a3a590;
}
.price-card li:first-child {
  color: #404337;
  font-weight: 500;
}
.price-card.featured {
  background: #eceee1;
  border-color: #c7ccb5;
}
.plan-note {
  position: absolute;
  top: -13px;
  left: 25px;
  right: 25px;
  display: block;
  text-align: center;
  border: 1px solid #d5d9c3;
  border-radius: 20px;
  background: #e3e7d3;
  padding: 7px;
  font-size: 7px;
  letter-spacing: 0.7px;
  color: #818868;
}
.pricing-note {
  font-size: 9px;
  color: #aaa99a;
  text-align: center;
  margin: 25px auto 0;
  max-width: 570px;
  line-height: 1.65;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-bottom: 105px;
}
.faq h2 {
  font-size: 49px;
}
.faq-list details {
  border-bottom: 1px solid #e1e1d6;
  padding: 0 0 18px;
  margin-bottom: 20px;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  color: #747464;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 24px;
  font-weight: 300;
  color: #abab99;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details[open] summary {
  color: #363a2a;
}
.faq-list p {
  font-size: 12px;
  color: #999b89;
  line-height: 1.8;
  margin: 15px 28px 0 0;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 25px;
}
.site-footer .logo {
  font-size: 27px;
}
.site-footer .logo-mark {
  width: 27px;
  height: 27px;
  font-size: 33px;
}
.site-footer p {
  font-size: 10px;
  color: #aaa99a;
  margin: 16px 0 27px;
}
.site-footer nav {
  display: flex;
  gap: 27px;
  font-size: 10px;
  color: #8a897e;
}
.footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
  border-top: 1px solid #e2e2d8;
  color: #b2b0a3;
  font-size: 8px;
}
#media-dialog {
  width: min(470px, calc(100vw - 30px));
  max-height: 94vh;
  background: #fafaf7;
  color: #252525;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 25px 120px #0003;
}
#media-dialog::backdrop {
  background: #14141280;
  backdrop-filter: blur(7px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.dialog-heading span {
  font-size: 7px;
  color: #aaa;
  letter-spacing: 1px;
}
.dialog-heading h2 {
  font-size: 17px;
  letter-spacing: -0.4px;
  margin: 6px 0 0;
}
.dialog-close {
  width: 32px;
  height: 32px;
  background: #eee;
  border-radius: 50%;
  font-size: 21px;
  color: #777;
}
#dialog-media video,
#dialog-media img {
  max-height: 65vh;
  width: 100%;
  object-fit: contain;
  background: #eeeee7;
  border-radius: 12px;
}
#media-dialog > p {
  font-size: 9px;
  color: #999;
  line-height: 1.6;
  margin: 12px 0 0;
  text-align: center;
}
.reveal {
  opacity: 1;
  transform: none;
}
@media (min-width: 1450px) {
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-note {
    font-size: 11px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 80px);
  }
  .site-nav {
    width: calc(100% - 64px);
  }
  .site-nav > nav {
    gap: 18px;
    font-size: 11px;
  }
  .nav-actions {
    gap: 17px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .btn {
    padding: 14px 17px;
    font-size: 11px;
    gap: 16px;
  }
  .workflow-inner {
    gap: 45px;
  }
  .workflow h2 {
    font-size: 48px;
  }
  .mini-window {
    min-height: 490px;
  }
  .mini-top {
    padding: 0 20px;
  }
  .preview-screen {
    padding: 25px 22px;
  }
  .section-heading > p {
    max-width: 310px;
  }
  .faq {
    gap: 45px;
  }
  .faq h2 {
    font-size: 45px;
  }
  .price-card {
    padding: 29px 23px;
  }
  .price {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .site-nav > nav {
    display: none;
  }
  .label-pill {
    font-size: 8px;
    padding: 7px 10px;
    margin-bottom: 24px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-note {
    font-size: 8px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding: 13px 14px;
    gap: 9px;
  }
  .section-space {
    padding-top: 85px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading > p {
    font-size: 11px;
    max-width: 270px;
  }
  .section-heading h2,
  .center-heading h2 {
    font-size: 43px;
  }
  .gallery-tabs button {
    font-size: 10px;
    padding: 9px 13px;
  }
  .workflow {
    margin-top: 65px;
    padding: 65px 0;
  }
  .workflow-inner {
    gap: 30px;
  }
  .workflow h2 {
    font-size: 42px;
  }
  .workflow .eyebrow {
    font-size: 8px;
  }
  .step-selectors > button {
    padding: 15px 10px;
    gap: 11px;
  }
  .step-selectors h3 {
    font-size: 12px;
  }
  .step-selectors p {
    font-size: 10px;
  }
  .mini-top {
    padding: 0 16px;
  }
  .preview-screen {
    padding: 22px 17px;
  }
  .preview-screen h3 {
    font-size: 22px;
  }
  .mini-window {
    min-height: 465px;
  }
  .brand-summary small {
    font-size: 7px;
  }
  .mini-products {
    gap: 10px;
  }
  .mini-products img {
    width: 40px;
    height: 55px;
  }
  .mini-products h4 {
    font-size: 9px;
  }
  .mini-note {
    font-size: 7px;
  }
  .price-grid {
    gap: 13px;
  }
  .price-card {
    padding: 27px 18px;
  }
  .plan-name {
    font-size: 22px;
  }
  .price {
    font-size: 31px;
    gap: 6px;
  }
  .price small {
    font-size: 9px;
  }
  .price-card > p {
    font-size: 9px;
  }
  .price-card li {
    font-size: 9px;
    gap: 6px;
  }
  .plan-note {
    font-size: 5px;
    left: 10px;
    right: 10px;
  }
  .price-card > .btn {
    font-size: 10px;
    padding: 13px 15px;
  }
  .faq {
    gap: 30px;
  }
  .faq h2 {
    font-size: 39px;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .faq-list p {
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 7px;
  }
  .site-footer nav {
    font-size: 9px;
    gap: 17px;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-nav {
    width: calc(100% - 40px);
    height: 76px;
    gap: 10px;
  }
  .logo {
    font-size: 27px;
  }
  .logo-mark {
    width: 27px;
    height: 28px;
    font-size: 33px;
    border-radius: 8px;
  }
  .logo-star {
    font-size: 10px;
    margin-top: 4px;
  }
  .nav-actions {
    gap: 10px;
  }
  .nav-login {
    display: none;
  }
  .nav-actions > .btn {
    padding: 11px 14px;
    font-size: 10px;
    gap: 13px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav > nav.open {
    position: absolute;
    display: flex;
    top: 67px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid #e5e5dc;
    border-radius: 13px;
    padding: 10px;
    box-shadow: 0 15px 30px #0001;
  }
  .site-nav > nav a {
    padding: 13px;
    font-size: 12px;
  }
  .hero-copy {
    text-align: center;
    padding-bottom: 0;
    width: 100%;
  }
  .label-pill {
    font-size: 9px;
    margin-bottom: 21px;
    padding: 8px 12px;
  }
  .hero-copy > p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 25px;
  }
  .hero-actions {
    justify-content: center;
    gap: 10px;
  }
  .hero-actions .btn {
    font-size: 11px;
    padding: 14px 17px;
    gap: 13px;
  }
  .hero-note {
    font-size: 8px;
    margin-top: 14px;
  }
  .section-space {
    padding-top: 75px;
    padding-bottom: 10px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2,
  .center-heading h2,
  .workflow h2,
  .faq h2 {
    font-size: 41px;
    letter-spacing: -1.8px;
  }
  .section-heading h2 em,
  .center-heading h2 em,
  .workflow h2 em,
  .faq h2 em {
    letter-spacing: -1.8px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
    max-width: 300px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 340px;
    margin: 20px 0 0;
  }
  .gallery-tabs {
    max-width: 100%;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 3px;
    padding: 4px;
    margin-bottom: 22px;
  }
  .gallery-tabs button {
    padding: 11px 8px;
    font-size: 10px;
    border-radius: 9px;
  }
  .examples-note {
    text-align: left;
    max-width: 340px;
    margin: 30px 0 0;
    font-size: 8px;
    line-height: 1.7;
  }
  .workflow {
    margin-top: 60px;
    padding: 55px 0;
  }
  .workflow-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .workflow .eyebrow {
    font-size: 8px;
    max-width: 290px;
  }
  .step-selectors {
    margin-top: 27px;
    gap: 6px;
  }
  .step-selectors > button {
    padding: 18px 15px;
    gap: 15px;
  }
  .step-selectors h3 {
    font-size: 14px;
  }
  .step-selectors p {
    font-size: 11px;
    max-width: 290px;
  }
  .step-selectors > button > span {
    font-size: 10px;
  }
  .workflow-preview {
    padding: 8px 8px 0;
  }
  .mini-window {
    min-height: 476px;
    transform: rotate(1.5deg);
  }
  .mini-top {
    padding: 0 22px;
  }
  .preview-screen {
    padding: 27px 22px 22px;
  }
  .preview-screen h3 {
    font-size: 25px;
  }
  .brand-summary small {
    font-size: 8px;
  }
  .mini-products img {
    width: 48px;
    height: 61px;
  }
  .mini-products h4 {
    font-size: 10px;
  }
  .mini-note {
    font-size: 8px;
  }
  .window-caption {
    font-size: 8px;
    margin-top: 22px;
  }
  .center-heading {
    text-align: left;
    margin-bottom: 30px;
  }
  .center-heading > p {
    font-size: 12px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .price-card {
    padding: 29px 26px;
  }
  .price {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .price small {
    font-size: 12px;
    margin-left: 4px;
  }
  .plan-name {
    font-size: 26px;
  }
  .price-card > p {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .price-card > .btn {
    font-size: 13px;
    padding: 16px 20px;
  }
  .price-card ul {
    margin-top: 24px;
    padding-top: 13px;
  }
  .price-card li {
    font-size: 12px;
    gap: 11px;
    margin-top: 16px;
  }
  .plan-note {
    font-size: 7px;
    left: 25px;
    right: 25px;
  }
  .pricing-note {
    font-size: 9px;
    line-height: 1.7;
    text-align: left;
    margin-top: 23px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .faq-list details {
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-footer nav {
    justify-content: space-between;
    gap: 15px;
    font-size: 10px;
    padding-bottom: 26px;
  }
  .site-footer p {
    font-size: 10px;
    margin-bottom: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
    font-size: 8px;
    line-height: 1.5;
    padding-top: 20px;
  }
  .site-footer .logo {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .wrap,
  .site-nav {
    width: calc(100% - 32px);
  }
  .nav-actions > .btn {
    padding: 10px 12px;
    font-size: 9px;
    gap: 6px;
  }
  .logo {
    font-size: 24px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding: 13px 14px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Cadence / Collection 02 — editorial colour and motion */
:root {
  --paper: #faf9f6;
  --orange: #f45b35;
  --orange-dark: #c63f1d;
  --lemon: #eaff68;
  --lilac: #d9c7ff;
  --blue: #3536dc;
  --muted: #62635f;
  --line: #dedfd8;
}
body {
  background: var(--paper);
  color: #191b18;
  overflow-x: clip;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #3536dc;
  outline-offset: 5px;
}
em {
  font-family: var(--font-editorial);
  font-weight: 400;
}
.wrap {
  width: min(1240px, calc(100% - 100px));
}
.site-nav {
  width: min(1320px, calc(100% - 80px));
  height: 92px;
  position: relative;
  z-index: 30;
}
.logo-mark {
  background: #191b18;
  color: #fff;
}
.logo-star {
  color: var(--orange);
  font-size: 18px;
  margin-left: 0;
}
.site-nav > nav {
  font-size: 13px;
  color: #3d3f38;
  gap: 30px;
}
.nav-login {
  font-size: 13px;
  color: #30342a;
}
.btn {
  border-radius: 100px;
  background: #1d2119;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 17px 25px;
  gap: 30px;
  border: 1px solid #1d2119;
  box-shadow: 0 5px 12px #20271816;
  transition:
    background 0.25s,
    box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.btn > span {
  transition: transform 0.35s var(--ease-out);
  display: inline-block;
}
.btn:hover {
  background: #39432b;
  box-shadow: 0 8px 20px #1d211925;
  transform: none;
}
.btn:hover > span {
  transform: translate(3px, -3px);
}
.btn.white {
  background: #fff;
  border-color: #d7d9cf;
  color: #1d2119;
  box-shadow: 0 4px 8px #1d21190a;
}
.btn.white:hover {
  background: var(--lemon);
  border-color: var(--lemon);
}
.btn.small {
  font-size: 12px;
  padding: 13px 20px;
}
.hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: 890px;
  max-width: 1560px;
  margin: auto;
  overflow: clip;
}
.hero-halo {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 850px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    #ffe6c890 0%,
    #ffe8b536 45%,
    transparent 72%
  );
  transform: translate(-50%, -50%);
  z-index: -2;
  pointer-events: none;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' opacity='.22' filter='url(%23n)' d='M0 0h150v150H0z'/%3E%3C/svg%3E");
}
.hero-v2 .hero-copy {
  position: relative;
  z-index: 4;
  margin: auto;
  text-align: center;
  width: min(790px, 64%);
  padding: 94px 0 0;
  pointer-events: none;
}
.hero-copy > * {
  pointer-events: auto;
}
.label-pill {
  font-size: 9px;
  letter-spacing: 1.1px;
  border: 1px solid #dedfd7;
  background: #ffffff80;
  padding: 9px 14px;
  margin-bottom: 25px;
  color: #4d5444;
  gap: 8px;
  backdrop-filter: blur(8px);
}
.label-pill i {
  width: 6px;
  height: 6px;
  background: var(--orange);
  box-shadow: 0 0 0 4px #f45b3510;
}
.hero-v2 h1 {
  font-size: clamp(68px, 7vw, 108px);
  line-height: 0.97;
  letter-spacing: -5px;
  margin: 0 0 26px;
  font-weight: 500;
}
.title-line {
  display: block;
  position: relative;
}
.title-line:last-child {
  margin-top: 4px;
}
.hero-v2 h1 em {
  color: var(--orange-dark);
  letter-spacing: -5px;
  font-size: 1.12em;
}
.hero-spark {
  width: 68px;
  height: 68px;
  stroke: #f45b35;
  stroke-width: 6;
  stroke-linecap: round;
  vertical-align: middle;
  margin-left: 13px;
  margin-top: -14px;
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.2px;
  color: #64675d;
  margin: 0 0 27px;
}
.hero-copy p strong {
  font-weight: 400;
  color: #20271a;
}
.hero-actions {
  justify-content: center;
  gap: 12px;
}
.hero-note {
  font-size: 10px;
  color: #686f60;
  margin-top: 16px;
}
.orbit-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.orbit-card {
  position: absolute;
  width: clamp(152px, 14vw, 207px);
  height: clamp(230px, 21vw, 310px);
  pointer-events: auto;
  perspective: 1000px;
}
.orbit-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 20px 45px #23251824,
    0 1px 2px #2222;
  border: 5px solid #fff;
  background: #e2d2f4;
  transform: rotate(var(--rotation));
  transition: box-shadow 0.35s;
  isolation: isolate;
}
.orbit-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.orbit-inner:after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(transparent, #0006);
  z-index: 0;
}
.orbit-inner:hover {
  box-shadow: 0 28px 50px #23251838;
}
.orbit-brand {
  position: absolute;
  bottom: 13px;
  left: 13px;
  right: 13px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  text-align: left;
  text-shadow: 0 1px 4px #0007;
}
.orbit-brand > span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid #fff8;
  border-radius: 50%;
  font-size: 15px;
}
.orbit-1 {
  left: 4%;
  top: 104px;
  --rotation: -10deg;
}
.orbit-2 {
  right: 5%;
  top: 63px;
  --rotation: 11deg;
  width: clamp(145px, 13vw, 188px);
  height: clamp(220px, 19vw, 281px);
}
.orbit-3 {
  left: 16%;
  bottom: 97px;
  --rotation: -7deg;
  width: clamp(133px, 12vw, 177px);
  height: clamp(203px, 18vw, 262px);
}
.orbit-4 {
  left: 36%;
  bottom: 63px;
  --rotation: 7deg;
  width: clamp(140px, 12vw, 177px);
  height: clamp(210px, 17vw, 251px);
}
.orbit-5 {
  right: 28%;
  bottom: 95px;
  --rotation: -8deg;
  width: clamp(133px, 12vw, 177px);
  height: clamp(203px, 18vw, 262px);
}
.orbit-6 {
  right: 8%;
  bottom: 74px;
  --rotation: 8deg;
}
.sticker {
  position: absolute;
  font-size: 18px;
  line-height: 1.15;
  text-align: left;
  pointer-events: none;
}
.sticker-yellow {
  left: 3%;
  bottom: 111px;
  transform: rotate(-12deg);
  background: var(--lemon);
  width: 150px;
  height: 151px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px #79884112;
}
.sticker-yellow > span {
  font-size: 28px;
  margin-top: 8px;
}
.sticker-lilac {
  right: 3%;
  top: 396px;
  color: #5b4179;
  transform: rotate(9deg);
  font-size: 13px;
  background: var(--lilac);
  padding: 17px 22px;
  border-radius: 7px;
  box-shadow: 0 8px 18px #50357612;
}
.sticker-lilac b {
  font-weight: 500;
}
.sticker-lilac svg {
  position: absolute;
  width: 57px;
  height: 37px;
  right: 110px;
  top: 57px;
  stroke: #8059a2;
  stroke-width: 2;
  fill: none;
  transform: rotate(13deg);
}
.hero-foot {
  position: absolute;
  z-index: 4;
  bottom: 5px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #dedfd4;
  color: #717868;
  font-size: 9px;
  line-height: 1.5;
}
.hero-foot > a {
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 1px;
  font-size: 9px;
  color: #3e4733;
}
.hero-foot > a span {
  font-size: 21px;
}
.hero-foot button {
  font-size: 9px;
  color: #555e49;
  background: transparent;
  border-bottom: 1px solid #b8c0aa;
  padding: 5px 0;
}
.ticker {
  overflow: hidden;
  background: var(--orange);
  color: #27180e;
  padding: 21px 0;
  margin-top: 23px;
  transform: rotate(-1.3deg);
  width: 104%;
  margin-left: -2%;
  border-block: 1px solid #e04922;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 38px;
  width: max-content;
  white-space: nowrap;
  font-size: 34px;
  letter-spacing: -1px;
  will-change: transform;
}
.ticker-track i {
  font-size: 32px;
  font-style: normal;
}
.ticker-track em {
  font-size: 1.12em;
}
.section-space {
  padding-top: 110px;
  padding-bottom: 15px;
}
.section-heading {
  margin-bottom: 37px;
  align-items: flex-end;
  gap: 40px;
}
.section-heading h2,
.center-heading h2 {
  font-size: clamp(44px, 4.9vw, 69px);
  letter-spacing: -2.5px;
  line-height: 1.03;
  font-weight: 500;
}
.section-heading h2 em,
.center-heading h2 em {
  letter-spacing: -2.5px;
  color: #6e705b;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #69705f;
  margin-bottom: 22px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.65;
  color: #62695a;
  max-width: 335px;
  padding-bottom: 3px;
}
.gallery-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  gap: 15px;
}
.gallery-tabs {
  margin: 0;
  background: #f0f0e9;
  border: 1px solid #e2e4d8;
  padding: 5px;
  gap: 4px;
}
.gallery-tabs button {
  font-size: 11px;
  padding: 12px 18px;
  color: #5a624e;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gallery-tabs button span {
  font-size: 8px;
  opacity: 0.6;
}
.gallery-tabs button.active {
  background: #272d20;
  color: #fff;
  box-shadow: 0 2px 5px #1d21191a;
}
.gallery-instruction {
  font-size: 10px;
  color: #717867;
}
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 31px 20px;
  align-items: start;
}
.campaign-card:nth-child(even) {
  padding-top: 35px;
}
.campaign-card[hidden] {
  display: none;
}
.campaign-media {
  position: relative;
  width: 100%;
  aspect-ratio: 9/14;
  overflow: hidden;
  display: block;
  border-radius: 13px;
  background: #eadcd4;
  border: 0;
  color: #fff;
  isolation: isolate;
}
.campaign-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#0003, transparent 25%, transparent 45%, #0009);
  pointer-events: none;
}
.campaign-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.campaign-media:hover video {
  transform: scale(1.055);
}
.campaign-top {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 5px #0006;
}
.campaign-top b {
  font-weight: 500;
  font-size: 11px;
}
.campaign-top > span {
  border: 1px solid #fff5;
  border-radius: 100px;
  padding: 5px 7px;
  font-size: 7px;
  background: #0001;
  backdrop-filter: blur(3px);
}
.campaign-copy {
  position: absolute;
  left: 18px;
  right: 10px;
  bottom: 28px;
  font-size: 29px;
  line-height: 0.99;
  letter-spacing: -1px;
  text-align: left;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 14px #0004;
}
.campaign-copy em {
  font-size: 1.06em;
}
.campaign-play {
  position: absolute;
  right: 13px;
  bottom: 15px;
  font-size: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  z-index: 3;
  background: #fff;
  color: #252f1a;
  border-radius: 50%;
  transform: translateY(3px);
  opacity: 0;
  transition: 0.25s;
}
.campaign-media:hover .campaign-play,
.campaign-media:focus-visible .campaign-play {
  opacity: 1;
  transform: none;
}
.campaign-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.campaign-caption h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}
.campaign-caption > span {
  font-size: 8px;
  color: #6b725f;
}
.campaign-caption i {
  font-style: normal;
  margin-left: 7px;
}
.examples-note {
  font-size: 9px;
  color: #6b725f;
  line-height: 1.7;
  margin: 28px 0 0;
  text-align: left;
}
.manifesto {
  background: var(--orange);
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
.manifesto-inner {
  padding-block: 80px 65px;
}
.manifesto .eyebrow {
  color: #592615;
}
.manifesto h2 {
  font-size: clamp(50px, 7.9vw, 118px);
  letter-spacing: -5px;
  line-height: 1.02;
  margin: 30px 0 47px;
  color: #281d0e;
}
.manifesto h2 em {
  color: #fff0cf;
  letter-spacing: -5px;
}
.manifesto-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-top: 1px solid #59261535;
  padding-top: 30px;
}
.manifesto-star {
  font-size: 80px;
  line-height: 1;
  color: #fff0ce;
  transform-origin: center;
}
.manifesto-bottom p {
  margin: 0 auto 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #562916;
}
.manifesto-bottom p strong {
  font-weight: 500;
  color: #281d0e;
}
.manifesto .btn {
  background: #fff1ce;
  border-color: #fff1ce;
}
.workflow {
  margin: 0;
  background: #e4ddf3;
  padding: 92px 0;
  border: 0;
}
.workflow-inner {
  gap: 90px;
}
.workflow h2 {
  font-size: 58px;
  letter-spacing: -2.3px;
  line-height: 1.06;
  color: #352740;
}
.workflow h2 em {
  color: #806194;
  letter-spacing: -2.3px;
}
.workflow .eyebrow {
  color: #715d81;
}
.step-selectors {
  margin-top: 36px;
}
.step-selectors > button {
  padding: 22px 18px;
  gap: 19px;
  border-radius: 12px;
}
.step-selectors > button.selected {
  background: #f7f3ff;
  border-color: #c7b8de;
  box-shadow: 0 8px 20px #46265c08;
}
.step-selectors > button > span {
  color: #8a6ba1;
  font-size: 11px;
}
.step-selectors h3 {
  font-size: 16px;
  color: #3b2f46;
}
.step-selectors p {
  font-size: 12px;
  color: #73627d;
  line-height: 1.55;
  max-width: 320px;
}
.step-selectors > button > b {
  color: #77558e;
}
.mini-window {
  background: #fff;
  border-color: #cfc3e0;
  box-shadow: 0 35px 60px #5a407d19;
  transform: rotate(2deg);
  min-height: 480px;
}
.mini-top {
  border-color: #eee7f5;
  background: #faf8ff;
  color: #665874;
}
.mini-logo {
  background: #382b45;
  color: #fff;
}
.mini-top i {
  background: #e9ddfb;
  color: #805fa0;
}
.preview-screen h3 {
  color: #352941;
}
.mini-eyebrow {
  color: #81718c;
}
.mini-field > span {
  color: #716578;
}
.mini-field > div {
  border-color: #ddd2e7;
  background: #f8f5fc;
  color: #594466;
}
.brand-summary {
  background: #f3edf9;
  border-color: #e4d8ee;
  color: #604773;
}
.brand-summary small {
  color: #82718d;
}
.summary-icon {
  color: #946fbb;
}
.summary-check {
  color: #75518f;
}
.mini-products h4 {
  color: #51415d;
}
.mini-products small,
.mini-products span {
  color: #82718d;
}
.mini-primary {
  background: #382b45;
  color: #fff;
}
.mini-note {
  color: #817189;
  font-size: 9px;
}
.window-caption {
  color: #796685;
  font-size: 10px;
}
.concept-mini {
  background: #fff4ce;
  border-color: #eee0aa;
}
.concept-mini > span,
.concept-mini p,
.concept-mini > div {
  color: #88743e;
}
.concept-mini h4 {
  color: #4d4227;
}
.mini-format {
  color: #796b85;
}
.mini-format b {
  background: #ece4f5;
  color: #7d6391;
}
.mini-calendar {
  color: #816399;
}
.mini-calendar small {
  color: #8d769d;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.story {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.story > button {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4/4.7;
  overflow: hidden;
  border: 0;
  color: #203b30;
  background: #e8e8cc;
}
.story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  transition: transform 1.5s var(--ease-out);
}
.story:hover img {
  transform: scale(1.035);
}
.story-heading {
  position: absolute;
  left: 31px;
  top: 30px;
  text-align: left;
  font-size: 48px;
  line-height: 0.98;
  letter-spacing: -2px;
  z-index: 2;
}
.story-logo {
  position: absolute;
  right: 29px;
  top: 34px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 0.85;
  text-align: right;
}
.story-bottom {
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1px;
  z-index: 2;
}
.story-bottom i {
  font-style: normal;
  font-size: 22px;
}
.story-olio button {
  color: #213fb8;
}
.story-ploum button {
  color: #512e67;
}
.story-ploum .story-logo {
  font-size: 26px;
}
.story-heading em {
  font-size: 1.05em;
}
.center-heading > p {
  font-size: 14px;
  color: #6b725e;
}
.price-grid {
  gap: 22px;
}
.price-card {
  border-color: #d9decc;
  background: #f9faf4;
  padding: 32px;
}
.price-card.featured {
  background: #eaff68;
  border-color: #d9eb6b;
}
.price-card > p,
.price small {
  color: #66714f;
  font-size: 12px;
}
.price {
  font-size: 48px;
  color: #2d3821;
  margin-bottom: 27px;
}
.plan-name {
  font-size: 26px;
}
.price-card li {
  color: #586346;
  font-size: 12px;
}
.price-card li:before {
  color: #75854e;
}
.price-card ul {
  border-color: #cdd7b7;
}
.price-card li:first-child {
  color: #2f3a20;
}
.plan-note {
  background: #2b361e;
  color: #eaff68;
  border: 0;
  font-size: 8px;
  letter-spacing: 1px;
  padding: 8px;
}
.pricing-note {
  font-size: 10px;
  color: #69715e;
  max-width: 650px;
}
.faq {
  padding-block: 100px 95px;
  gap: 80px;
}
.faq h2 {
  font-size: 52px;
  color: #292e24;
}
.faq h2 em {
  color: #7d816d;
}
.faq-list summary {
  font-size: 14px;
  color: #3e4733;
}
.faq-list p {
  font-size: 13px;
  color: #6b745e;
}
.faq-list details {
  border-color: #dce0d3;
}
.faq-list summary > span {
  color: #83906a;
}
.closing-v2 {
  background: var(--lemon);
  padding: 95px 24px 84px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.closing-v2 > .eyebrow {
  color: #586f22;
}
.closing-v2 h2 {
  font-size: clamp(72px, 9vw, 137px);
  line-height: 0.85;
  letter-spacing: -5px;
  margin: 35px 0 38px;
  position: relative;
  display: inline-block;
  color: #253512;
}
.closing-v2 h2 em {
  color: #718d2d;
  letter-spacing: -5px;
}
.closing-star {
  position: absolute;
  right: -65px;
  top: 25px;
  font-size: 53px;
  color: #718d2d;
}
.closing-v2 > .btn {
  display: flex;
  width: max-content;
  margin: auto;
  background: #2b381c;
}
.closing-v2 p {
  font-size: 11px;
  color: #657934;
  margin-top: 20px;
}
.closing-rings {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.closing-rings span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 850px;
  height: 480px;
  transform: translate(-50%, -50%) rotate(-18deg);
  border: 1px solid #6d872c28;
  border-radius: 50%;
}
.closing-rings span:nth-child(2) {
  width: 1120px;
  height: 670px;
}
.closing-rings span:nth-child(3) {
  width: 1450px;
  height: 870px;
}
.site-footer {
  padding-block: 48px 25px;
}
.site-footer p,
.site-footer nav {
  color: #606953;
  font-size: 11px;
}
.footer-bottom {
  font-size: 9px;
  color: #78816c;
  border-color: #dce1d2;
}
.site-footer .logo {
  font-size: 30px;
}
#media-dialog {
  background: #faf9f6;
  border-color: #e1e2da;
  width: min(510px, calc(100vw - 26px));
  padding: 18px;
  max-height: 94dvh;
  overscroll-behavior: contain;
}
#media-dialog::backdrop {
  background: #151b13b8;
  backdrop-filter: blur(14px);
}
.dialog-heading h2 {
  font-size: 21px;
}
.dialog-heading span {
  font-size: 8px;
  color: #6d745f;
}
#dialog-media video,
#dialog-media img {
  max-height: 65dvh;
  border-radius: 10px;
  background: #272a21;
}
#media-dialog > p {
  font-size: 10px;
  color: #727a64;
}
.dialog-transcript:empty {
  display: none;
}
#media-dialog > .dialog-transcript {
  text-align: left;
  line-height: 1.6;
  margin: 12px 4px;
  color: #4d5840;
  font-size: 12px;
}
.dialog-close {
  color: #39462b;
  background: #e8ecdf;
  flex-shrink: 0;
}
.reveal,
.js .reveal {
  transition: none;
}
.motion-paused * {
  animation-play-state: paused !important;
}
.media-error-label {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  border-radius: 7px;
  padding: 9px;
  background: #fff;
  color: #253512;
  font-size: 10px;
  z-index: 5;
}
@media (min-width: 1500px) {
  .hero-v2 {
    min-height: 960px;
  }
  .hero-v2 .hero-copy {
    padding-top: 130px;
  }
  .orbit-3 {
    bottom: 99px;
  }
  .orbit-4 {
    bottom: 70px;
  }
  .orbit-5 {
    bottom: 105px;
  }
  .orbit-6 {
    bottom: 86px;
  }
  .sticker-yellow {
    bottom: 153px;
  }
  .sticker-lilac {
    top: 438px;
  }
}
@media (max-width: 1150px) {
  .site-nav {
    width: calc(100% - 60px);
  }
  .wrap {
    width: calc(100% - 72px);
  }
  .hero-v2 {
    min-height: 830px;
  }
  .hero-v2 .hero-copy {
    width: 66%;
    padding-top: 94px;
  }
  .hero-v2 h1 {
    font-size: 76px;
    letter-spacing: -3px;
  }
  .hero-v2 h1 em {
    letter-spacing: -3px;
  }
  .hero-spark {
    width: 48px;
    height: 48px;
  }
  .orbit-1 {
    left: 2%;
    top: 110px;
    width: 142px;
    height: 225px;
  }
  .orbit-2 {
    right: 2%;
    top: 100px;
    width: 138px;
    height: 217px;
  }
  .orbit-3 {
    left: 15%;
    bottom: 88px;
  }
  .orbit-4 {
    left: 35%;
    bottom: 57px;
  }
  .orbit-5 {
    right: 27%;
    bottom: 100px;
  }
  .orbit-6 {
    right: 6%;
    bottom: 89px;
    width: 144px;
    height: 228px;
  }
  .sticker-yellow {
    left: 0;
    bottom: 127px;
    width: 128px;
    height: 130px;
    font-size: 15px;
  }
  .sticker-lilac {
    right: 1%;
    top: 376px;
    font-size: 11px;
    padding: 13px 17px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-foot {
    left: 36px;
    right: 36px;
  }
  .campaign-grid {
    gap: 25px 16px;
  }
  .campaign-copy {
    font-size: 25px;
    left: 13px;
  }
  .campaign-top {
    left: 12px;
    right: 12px;
    top: 12px;
  }
  .campaign-top b {
    font-size: 9px;
  }
  .campaign-caption {
    display: block;
  }
  .campaign-caption > span {
    display: block;
    margin-top: 6px;
  }
  .workflow-inner {
    gap: 45px;
  }
  .workflow h2 {
    font-size: 49px;
  }
  .story-heading {
    font-size: 39px;
    left: 25px;
    top: 27px;
  }
  .story-logo {
    right: 24px;
    top: 28px;
    font-size: 13px;
  }
  .story-ploum .story-logo {
    font-size: 22px;
  }
  .price-card {
    padding: 30px 23px;
  }
  .price {
    font-size: 42px;
  }
  .price-card li {
    font-size: 11px;
  }
  .faq {
    gap: 48px;
  }
  .faq h2 {
    font-size: 46px;
  }
}
@media (max-width: 900px) {
  .site-nav > nav {
    gap: 15px;
    display: flex;
    font-size: 11px;
  }
  .nav-login {
    display: none;
  }
  .hero-v2 {
    min-height: 840px;
  }
  .hero-v2 .hero-copy {
    width: 75%;
    padding-top: 75px;
  }
  .hero-v2 h1 {
    font-size: 75px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .orbit-1 {
    left: -45px;
    top: 115px;
    width: 133px;
    height: 215px;
  }
  .orbit-2 {
    right: -45px;
    top: 95px;
    width: 140px;
    height: 215px;
  }
  .orbit-3 {
    left: 8%;
    bottom: 91px;
    width: 125px;
    height: 203px;
  }
  .orbit-4 {
    left: 31%;
    bottom: 63px;
    width: 133px;
    height: 218px;
  }
  .orbit-5 {
    right: 24%;
    bottom: 97px;
    width: 125px;
    height: 203px;
  }
  .orbit-6 {
    right: 3%;
    bottom: 74px;
    width: 126px;
    height: 205px;
  }
  .sticker-yellow {
    left: 3%;
    bottom: 326px;
    width: 96px;
    height: 97px;
    font-size: 12px;
  }
  .sticker-yellow > span {
    font-size: 20px;
    margin-top: 3px;
  }
  .sticker-lilac {
    right: 2%;
    top: 405px;
    font-size: 10px;
  }
  .hero-foot > span {
    font-size: 8px;
    max-width: 145px;
  }
  .hero-foot > a {
    font-size: 8px;
    gap: 9px;
  }
  .hero-foot button {
    font-size: 8px;
  }
  .ticker-track {
    font-size: 29px;
    gap: 25px;
  }
  .section-space {
    padding-top: 83px;
  }
  .section-heading h2,
  .center-heading h2 {
    font-size: 48px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 260px;
  }
  .gallery-instruction {
    display: none;
  }
  .gallery-tabs button {
    padding: 12px 16px;
  }
  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px 21px;
  }
  .campaign-card:nth-child(even) {
    padding-top: 30px;
  }
  .campaign-copy {
    font-size: 35px;
    left: 22px;
    bottom: 30px;
  }
  .campaign-top {
    top: 20px;
    left: 19px;
    right: 19px;
  }
  .campaign-top b {
    font-size: 12px;
  }
  .campaign-caption {
    display: flex;
  }
  .campaign-caption > span {
    margin: 0;
  }
  .manifesto {
    margin-top: 74px;
  }
  .manifesto-inner {
    padding-block: 65px;
  }
  .manifesto h2 {
    font-size: 67px;
    letter-spacing: -3px;
  }
  .manifesto h2 em {
    letter-spacing: -3px;
  }
  .manifesto-bottom p {
    font-size: 12px;
  }
  .manifesto-star {
    font-size: 59px;
  }
  .manifesto-bottom .btn {
    font-size: 11px;
    padding: 15px 20px;
    gap: 15px;
  }
  .workflow {
    padding: 70px 0;
  }
  .workflow h2 {
    font-size: 43px;
  }
  .step-selectors > button {
    padding: 17px 12px;
    gap: 12px;
  }
  .step-selectors h3 {
    font-size: 13px;
  }
  .step-selectors p {
    font-size: 11px;
  }
  .workflow-inner {
    gap: 30px;
  }
  .story-heading {
    font-size: 31px;
    left: 20px;
    top: 22px;
  }
  .story-logo {
    font-size: 10px;
    right: 17px;
    top: 25px;
  }
  .story-ploum .story-logo {
    font-size: 18px;
  }
  .story-bottom {
    left: 20px;
    right: 20px;
    font-size: 6px;
  }
  .price-card {
    padding: 27px 18px;
  }
  .price-card li {
    font-size: 9px;
  }
  .price {
    font-size: 35px;
  }
  .price-card > p {
    font-size: 10px;
  }
  .price small {
    font-size: 9px;
  }
  .price-card > .btn {
    font-size: 11px;
    gap: 15px;
  }
  .plan-note {
    font-size: 6px;
  }
  .faq {
    padding-block: 80px;
    gap: 30px;
  }
  .faq h2 {
    font-size: 41px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .faq-list p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .wrap,
  .site-nav {
    width: calc(100% - 40px);
  }
  .site-nav {
    height: 78px;
    gap: 12px;
  }
  .site-nav > nav {
    display: none;
  }
  .site-nav > nav.open {
    display: flex;
    top: 69px;
    background: #faf9f6;
  }
  .nav-actions > .btn {
    padding: 11px 15px;
    font-size: 10px;
    gap: 13px;
  }
  .logo {
    font-size: 27px;
  }
  .hero-v2 {
    min-height: 0;
    padding-bottom: 0;
  }
  .hero-v2 .hero-copy {
    width: calc(100% - 36px);
    padding-top: 41px;
  }
  .label-pill {
    font-size: 7px;
    letter-spacing: 0.9px;
    padding: 8px 10px;
    margin-bottom: 25px;
  }
  .hero-v2 h1 {
    font-size: clamp(61px, 13.8vw, 86px);
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 22px;
  }
  .hero-v2 h1 em {
    letter-spacing: -3px;
  }
  .hero-spark {
    width: 40px;
    height: 40px;
    stroke-width: 6;
    margin-left: 10px;
    margin-top: -7px;
  }
  .hero-copy > p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-inline: 8px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .btn {
    padding: 14px 17px;
    font-size: 11px;
    gap: 13px;
  }
  .hero-note {
    font-size: 8px;
    margin-top: 15px;
  }
  .orbit-stage {
    position: relative;
    inset: auto;
    height: 380px;
    margin: 34px auto 0;
    max-width: 540px;
  }
  .orbit-card {
    width: 124px;
    height: 187px;
  }
  .orbit-inner {
    border-width: 3px;
    border-radius: 10px;
    box-shadow: 0 12px 22px #23251825;
  }
  .orbit-1 {
    left: calc(50% - 174px);
    top: 29px;
    --rotation: -13deg;
    width: 105px;
    height: 161px;
  }
  .orbit-2 {
    right: calc(50% - 185px);
    top: 12px;
    --rotation: 12deg;
    width: 109px;
    height: 159px;
  }
  .orbit-3 {
    left: calc(50% - 175px);
    top: 205px;
    bottom: auto;
    --rotation: -8deg;
    width: 107px;
    height: 150px;
  }
  .orbit-4 {
    left: calc(50% - 55px);
    top: 4px;
    bottom: auto;
    --rotation: 4deg;
    width: 116px;
    height: 177px;
  }
  .orbit-5 {
    right: calc(50% - 61px);
    top: 198px;
    bottom: auto;
    --rotation: -5deg;
    width: 113px;
    height: 173px;
  }
  .orbit-6 {
    right: calc(50% - 181px);
    top: 195px;
    bottom: auto;
    --rotation: 9deg;
    width: 108px;
    height: 159px;
  }
  .orbit-brand {
    font-size: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .orbit-brand > span {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
  .sticker-yellow {
    left: calc(50% - 47px);
    top: 158px;
    bottom: auto;
    z-index: 3;
    width: 91px;
    height: 37px;
    border-radius: 3px;
    transform: rotate(-8deg);
    font-size: 10px;
    padding: 6px;
    display: block;
    text-align: center;
    box-shadow: 0 4px 6px #20300612;
  }
  .sticker-yellow br {
    display: none;
  }
  .sticker-yellow em {
    font-size: 12px;
  }
  .sticker-yellow > span {
    display: none;
  }
  .sticker-lilac {
    display: none;
  }
  .hero-halo {
    top: 64%;
    width: 620px;
    height: 750px;
  }
  .hero-foot {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 25px 20px 0;
    padding: 15px 0 6px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .hero-foot > span {
    font-size: 8px;
    max-width: 160px;
  }
  .hero-foot > a {
    font-size: 7px;
    gap: 8px;
  }
  .hero-foot button {
    grid-column: 1/-1;
    justify-self: end;
    font-size: 8px;
    margin-top: 4px;
  }
  .ticker {
    margin-top: 25px;
    padding: 16px 0;
    transform: rotate(-2deg);
  }
  .ticker-track {
    font-size: 26px;
    gap: 22px;
  }
  .ticker-track i {
    font-size: 24px;
  }
  .section-space {
    padding-top: 68px;
    padding-bottom: 0;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 18px;
  }
  .section-heading {
    margin-bottom: 26px;
    display: block;
  }
  .section-heading h2,
  .center-heading h2 {
    font-size: 43px;
    line-height: 1.04;
    letter-spacing: -1.9px;
  }
  .section-heading h2 em,
  .center-heading h2 em {
    letter-spacing: -1.9px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 320px;
    margin-top: 19px;
  }
  .gallery-bar {
    margin-bottom: 23px;
  }
  .gallery-tabs {
    display: flex;
    grid-template-columns: none;
    max-width: 100%;
    width: 100%;
    padding: 4px;
    gap: 2px;
    border-radius: 100px;
    justify-content: space-between;
  }
  .gallery-tabs button {
    font-size: 9px;
    padding: 11px 11px;
    gap: 7px;
    border-radius: 100px;
    white-space: nowrap;
  }
  .gallery-tabs button span {
    font-size: 7px;
  }
  .campaign-grid {
    gap: 24px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-card:nth-child(even) {
    padding-top: 22px;
  }
  .campaign-media {
    border-radius: 10px;
    aspect-ratio: 9/15;
  }
  .campaign-top {
    top: 11px;
    left: 10px;
    right: 10px;
    display: block;
  }
  .campaign-top b {
    font-size: 9px;
    display: block;
    text-align: left;
  }
  .campaign-top > span {
    font-size: 5px;
    margin-top: 5px;
    padding: 3px 5px;
    display: block;
    width: max-content;
  }
  .campaign-copy {
    font-size: 23px;
    left: 11px;
    right: 5px;
    bottom: 21px;
    letter-spacing: -0.6px;
  }
  .campaign-play {
    display: none;
  }
  .campaign-caption {
    display: block;
    margin-top: 9px;
  }
  .campaign-caption h3 {
    font-size: 10px;
  }
  .campaign-caption > span {
    font-size: 7px;
    margin-top: 5px;
    display: block;
  }
  .campaign-caption i {
    margin-left: 4px;
  }
  .examples-note {
    font-size: 8px;
    margin-top: 24px;
    max-width: 345px;
  }
  .manifesto {
    margin-top: 60px;
  }
  .manifesto-inner {
    padding-block: 49px 42px;
  }
  .manifesto .eyebrow {
    font-size: 7px;
  }
  .manifesto h2 {
    font-size: clamp(38px, 9vw, 56px);
    letter-spacing: -1.5px;
    margin: 24px 0 31px;
    line-height: 1.08;
  }
  .manifesto h2 em {
    letter-spacing: -1.5px;
  }
  .manifesto-bottom {
    display: grid;
    grid-template-columns: 51px 1fr;
    gap: 18px;
    padding-top: 25px;
  }
  .manifesto-star {
    font-size: 49px;
    grid-row: 1;
  }
  .manifesto-bottom p {
    font-size: 12px;
    margin: 0;
  }
  .manifesto-bottom .btn {
    grid-column: 2;
    font-size: 11px;
    justify-content: space-between;
    padding: 14px 20px;
    margin-top: 5px;
    max-width: 245px;
  }
  .workflow {
    padding: 55px 0;
  }
  .workflow-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .workflow h2 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .workflow h2 em {
    letter-spacing: -1.9px;
  }
  .workflow .eyebrow {
    font-size: 8px;
  }
  .step-selectors {
    margin-top: 28px;
  }
  .step-selectors > button {
    padding: 18px 15px;
    gap: 16px;
  }
  .step-selectors h3 {
    font-size: 14px;
  }
  .step-selectors p {
    font-size: 11px;
  }
  .mini-window {
    min-height: 477px;
  }
  .window-caption {
    font-size: 9px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .story > button {
    aspect-ratio: 4/4.8;
  }
  .story-heading {
    font-size: 39px;
    top: 24px;
    left: 24px;
  }
  .story-logo {
    font-size: 12px;
    right: 24px;
    top: 27px;
  }
  .story-ploum .story-logo {
    font-size: 24px;
  }
  .story-bottom {
    font-size: 7px;
    left: 24px;
    right: 24px;
    bottom: 22px;
  }
  .center-heading {
    margin-bottom: 30px;
  }
  .center-heading > p {
    font-size: 12px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .price-card {
    padding: 29px 26px;
  }
  .plan-name {
    font-size: 27px;
  }
  .price-card > p {
    font-size: 12px;
  }
  .price {
    font-size: 44px;
  }
  .price small {
    font-size: 11px;
  }
  .price-card li {
    font-size: 12px;
  }
  .price-card > .btn {
    font-size: 12px;
    padding: 16px 22px;
  }
  .plan-note {
    font-size: 7px;
    left: 25px;
    right: 25px;
  }
  .pricing-note {
    font-size: 9px;
    line-height: 1.7;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 68px 55px;
  }
  .faq h2 {
    font-size: 40px;
    letter-spacing: -1.9px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .closing-v2 {
    padding: 61px 20px 54px;
  }
  .closing-v2 h2 {
    font-size: 84px;
    letter-spacing: -3px;
    margin: 31px 0;
  }
  .closing-v2 h2 em {
    letter-spacing: -3px;
  }
  .closing-v2 .eyebrow {
    font-size: 7px;
    margin-inline: auto;
  }
  .closing-star {
    font-size: 33px;
    right: -38px;
    top: 17px;
  }
  .closing-v2 p {
    font-size: 9px;
  }
  .closing-v2 > .btn {
    font-size: 12px;
    padding: 16px 23px;
  }
  .closing-rings span {
    width: 490px;
    height: 350px;
  }
  .closing-rings span:nth-child(2) {
    width: 690px;
    height: 530px;
  }
  .closing-rings span:nth-child(3) {
    width: 870px;
    height: 700px;
  }
  .site-footer {
    padding-top: 36px;
  }
  .site-footer p,
  .site-footer nav {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .dialog-heading h2 {
    font-size: 18px;
  }
  #media-dialog > .dialog-transcript {
    font-size: 11px;
  }
  #dialog-media video,
  #dialog-media img {
    max-height: 58dvh;
  }
}
@media (max-width: 360px) {
  .hero-v2 h1 {
    font-size: 57px;
  }
  .hero-spark {
    width: 32px;
    height: 32px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-actions .btn {
    padding: 13px 13px;
    font-size: 10px;
    gap: 10px;
  }
  .orbit-stage {
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -35px;
  }
  .gallery-tabs button {
    font-size: 8px;
    padding: 10px 9px;
    gap: 5px;
  }
  .campaign-copy {
    font-size: 21px;
  }
  .section-heading h2,
  .center-heading h2 {
    font-size: 38px;
  }
  .story-heading {
    font-size: 33px;
  }
  .manifesto h2 {
    font-size: 34px;
  }
  .closing-v2 h2 {
    font-size: 74px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    will-change: auto;
  }
  .hero-spark {
    transform: none;
  }
  .orbit-card {
    will-change: auto;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Decorative overflow is contained; the reading area keeps its full width. */
main {
  overflow: clip;
}
@media (min-width: 901px) and (max-width: 1499px) {
  .hero-v2 {
    min-height: 830px;
  }
  .hero-v2 .hero-copy {
    padding-top: 64px;
  }
}
@media (min-width: 1500px) {
  .hero-v2 {
    min-height: 890px;
  }
  .hero-v2 .hero-copy {
    padding-top: 90px;
  }
}
.story > button {
  aspect-ratio: 9/15;
}
.story img {
  object-position: center;
}
.story-olio .story-heading {
  font-size: clamp(35px, 4vw, 50px);
}
.story-bottom {
  background: #ffffffdc;
  backdrop-filter: blur(8px);
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 7px;
}
.story-logo {
  display: none;
}
@media (max-width: 640px) {
  .story-olio .story-heading {
    font-size: 37px;
  }
  .story-bottom {
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 6px;
  }
}
@media (min-width: 901px) {
  .orbit-5 {
    right: 22.5%;
    bottom: 83px;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .orbit-1 {
    left: 12px;
    top: 120px;
    width: 104px;
    height: 177px;
  }
  .orbit-2 {
    right: 12px;
    top: 110px;
    width: 104px;
    height: 177px;
  }
}
