:root {
  color-scheme: light;
  --paper: #f6f5f0;
  --ink: #242821;
  --muted: #62665d;
  --line: #dbddd2;
  --orange: #be421c;
  --accent: #f66b3c;
  --sage: #e6eacb;
  --white: #fffefa;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
/* Decorative orbit lines may extend past the viewport; content stays within the page grid. */
main {
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 6px;
  border-radius: 4px;
}
svg {
  display: block;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 28px;
  letter-spacing: -1.3px;
  font-weight: 750;
}
.brand-dot {
  color: var(--orange);
}
nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
}
nav a {
  padding: 12px 0;
  transition: color 0.2s;
}
nav a:hover {
  color: var(--orange);
}
nav span {
  margin-left: 6px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 40px;
  padding-block: 112px 126px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
.tiny-spark {
  color: var(--orange);
  font-size: 25px;
  line-height: 1;
}
h1 {
  font-size: clamp(56px, 5.8vw, 80px);
  line-height: 1.03;
  letter-spacing: -4.2px;
  font-weight: 600;
  margin: 26px 0;
}
h1 em,
h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--orange);
  letter-spacing: -3.6px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 390px;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 54px;
  padding: 16px 23px;
  margin-top: 32px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-button:hover {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 5px 0 #e7d9c8;
}
.contact-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
.hero-art {
  position: relative;
  min-width: 0;
  padding: 24px 5px 45px;
  margin-right: 3px;
  isolation: isolate;
}
.orbit {
  position: absolute;
  border: 1px solid #deded1;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.orbit-one {
  width: 105%;
  height: 102%;
  top: -2%;
  left: -3%;
  transform: rotate(-17deg);
}
.orbit-two {
  width: 80%;
  height: 117%;
  top: -10%;
  left: 9%;
  transform: rotate(39deg);
}
.art-spark {
  position: absolute;
  right: -13px;
  top: -15px;
  width: 65px;
  color: var(--accent);
  z-index: 2;
  transform: rotate(12deg);
}
.library-preview {
  background: var(--white);
  border: 1px solid #e1e2d7;
  border-radius: 10px;
  box-shadow: 0 18px 42px -25px #69654e66;
  transform: rotate(-4deg);
  overflow: hidden;
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 33px;
  border-bottom: 1px solid #e8e8df;
  padding: 0 14px;
  font-size: 7px;
  color: #62665d;
  background: #fbfbf7;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c8cabc;
}
.window-menu {
  font-size: 17px;
  letter-spacing: 1px;
}
.preview-body {
  padding: 21px;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.orange-dot {
  color: var(--orange);
}
.preview-count {
  font-size: 7px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted);
}
.preview-filters {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 7px;
  margin: 17px 0 15px;
  color: #696d64;
}
.preview-filters .filter-active {
  background: var(--ink);
  color: white;
  padding: 6px 9px;
  border-radius: 4px;
}
.preview-filters small {
  padding-left: 4px;
  font-size: 6px;
  color: #c5c8b8;
}
.filter-plus {
  margin-left: auto;
  font-size: 15px;
}
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 13px;
}
.image-tile {
  min-width: 0;
}
.image-tile img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.65;
  object-fit: cover;
  border-radius: 5px;
}
.image-tile > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  margin-top: 8px;
  font-weight: 600;
}
.image-tile > span > span {
  font-size: 10px;
  font-weight: 400;
}
.image-tile small {
  display: block;
  margin-top: 4px;
  font-size: 7px;
  color: var(--muted);
}
.preview-bottom {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-top: 17px;
  margin-top: 16px;
  border-top: 1px solid #e8e8df;
  font-size: 7px;
  color: var(--muted);
}
.preview-bottom > span:first-child {
  display: flex;
  align-items: center;
  gap: 4px;
}
.preview-bottom i {
  width: 4px;
  height: 4px;
  background: #79934c;
  border-radius: 50%;
}
.floating-label {
  position: absolute;
  z-index: 2;
  box-shadow: 0 8px 20px -12px #393a3466;
}
.tag-label {
  top: 4%;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: rotate(-9deg);
  background: #e9edcb;
  border: 1px solid #d2d9a7;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 11px;
}
.tag-label svg {
  width: 15px;
  height: 15px;
}
.link-label {
  right: -21px;
  bottom: 5%;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #e2ddd4;
  background: #fffefa;
  transform: rotate(5deg);
  padding: 15px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}
.link-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: #f9d6c7;
  color: #a63d20;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 400;
}
.link-label small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 400;
  color: var(--muted);
}
.link-label > svg {
  color: #6d7d41;
  width: 14px;
  margin-left: 8px;
}
.hero-art figcaption {
  position: absolute;
  bottom: -14px;
  left: 12%;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  transform: rotate(-4deg);
}
.benefits {
  border-top: 1px solid var(--line);
  padding-block: 65px 76px;
}
.section-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 53px;
}
.section-intro .eyebrow {
  padding-top: 8px;
  color: var(--muted);
}
h2 {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 500;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.benefit {
  position: relative;
}
.benefit + .benefit:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27px;
  border-left: 1px solid var(--line);
}
.benefit-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 10px;
  background: var(--sage);
  color: #48543c;
}
.benefit:nth-child(2) .benefit-icon {
  background: #f9dfcc;
  color: #a3462b;
}
.benefit:nth-child(3) .benefit-icon {
  background: #e2e7ec;
  color: #485566;
}
.benefit-icon svg {
  width: 25px;
  height: 25px;
}
.benefit h3 {
  font-size: 19px;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 13px;
}
.benefit p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  max-width: 290px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 66px 64px;
  background: #ebede0;
  border: 1px solid #dfe2d2;
  border-radius: 12px;
}
.workflow-heading .eyebrow {
  color: #5c654c;
  margin-bottom: 26px;
}
.workflow h2 {
  font-size: 43px;
  line-height: 1.14;
  letter-spacing: -1.7px;
}
.workflow h2 em {
  color: #586644;
  letter-spacing: -1.5px;
}
.workflow-heading > p:last-of-type {
  font-size: 13px;
  color: #616954;
  line-height: 1.8;
  margin-top: 21px;
}
.drawn-arrow {
  width: 115px;
  float: right;
  margin-top: 17px;
  color: #7c866c;
  transform: rotate(15deg);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.steps li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #677155;
  padding-top: 3px;
}
.steps li + li {
  border-top: 1px solid #cdd3bf;
  padding-top: 26px;
}
.steps h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.steps p {
  font-size: 12px;
  line-height: 1.8;
  color: #5c654e;
}
.closing {
  display: flex;
  align-items: center;
  gap: 33px;
  padding-block: 74px;
}
.closing-spark {
  font-size: 72px;
  color: var(--accent);
  line-height: 1;
}
.closing > p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.closing-note {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 29px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-brand {
  font-size: 22px;
  gap: 7px;
  letter-spacing: -1px;
}
.site-footer p,
.site-footer small {
  font-size: 10px;
  color: var(--muted);
}
@media (min-width: 1400px) {
  .hero {
    gap: 70px;
    padding-top: 125px;
    padding-bottom: 135px;
  }
  .hero-art {
    margin-left: 12px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 32px;
    padding-block: 95px 108px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3.2px;
  }
  h1 em {
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 330px;
  }
  .hero-art {
    padding: 20px 0 40px;
  }
  .preview-body {
    padding: 15px;
  }
  .preview-heading {
    font-size: 17px;
  }
  .preview-count {
    display: none;
  }
  .tag-label {
    font-size: 9px;
    left: -10px;
    padding: 10px;
  }
  .link-label {
    right: -8px;
    padding: 12px;
    gap: 9px;
  }
  .image-tile > span {
    font-size: 7px;
  }
  .preview-bottom > span:last-child {
    display: none;
  }
  .workflow {
    gap: 50px;
    padding: 50px 42px;
  }
  .workflow h2 {
    font-size: 36px;
  }
  .benefit-grid {
    gap: 40px;
  }
  .benefit + .benefit:before {
    left: -20px;
  }
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 73px;
    padding-block: 65px 83px;
  }
  .hero-copy {
    max-width: 590px;
  }
  h1 {
    font-size: 76px;
    letter-spacing: -3.8px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 445px;
  }
  .hero-art {
    width: min(500px, 90%);
    margin: 0 auto;
  }
  .preview-body {
    padding: 21px;
  }
  .preview-heading {
    font-size: 20px;
  }
  .image-tile > span {
    font-size: 9px;
  }
  .preview-count {
    display: inline;
  }
  .tag-label {
    left: -16px;
    font-size: 11px;
  }
  .link-label {
    right: -15px;
  }
  .section-intro {
    display: block;
    margin-bottom: 36px;
  }
  .section-intro .eyebrow {
    margin-bottom: 20px;
  }
  .benefit-grid {
    gap: 26px;
  }
  .benefit + .benefit:before {
    left: -13px;
  }
  .benefit h3 {
    font-size: 17px;
  }
  .benefit p {
    font-size: 12px;
  }
  .workflow {
    gap: 40px;
    padding: 40px 30px;
  }
  .workflow h2 {
    font-size: 32px;
  }
  .steps li {
    gap: 13px;
  }
  .steps h3 {
    font-size: 15px;
  }
  .steps p {
    font-size: 11px;
  }
  .site-footer p {
    display: none;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 83px;
  }
  .brand {
    font-size: 24px;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  nav {
    gap: 0;
    font-size: 11px;
  }
  nav a:first-child {
    display: none;
  }
  .hero {
    padding-block: 49px 69px;
    gap: 58px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  h1 {
    font-size: clamp(46px, 11.8vw, 66px);
    letter-spacing: -2.8px;
    margin: 22px 0;
  }
  h1 em {
    letter-spacing: -2.9px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
  }
  .contact-button {
    margin-top: 25px;
  }
  .contact-note {
    font-size: 10px;
  }
  .hero-art {
    width: calc(100% - 15px);
  }
  .art-spark {
    width: 44px;
    right: -5px;
    top: -4px;
  }
  .preview-top {
    font-size: 5px;
    height: 27px;
    padding-inline: 10px;
  }
  .preview-body {
    padding: 13px;
  }
  .preview-heading {
    font-size: 17px;
  }
  .preview-count {
    font-size: 5px;
  }
  .preview-filters {
    font-size: 6px;
    gap: 10px;
    margin-block: 14px 12px;
  }
  .image-grid {
    gap: 12px 9px;
  }
  .image-tile > span {
    font-size: 7px;
  }
  .image-tile small {
    font-size: 6px;
  }
  .preview-bottom {
    font-size: 6px;
    margin-top: 12px;
    padding-top: 12px;
  }
  .tag-label {
    top: 3%;
    left: -8px;
    font-size: 8px;
    padding: 9px;
    gap: 6px;
  }
  .tag-label svg {
    width: 12px;
    height: 12px;
  }
  .link-label {
    right: -7px;
    bottom: 6%;
    font-size: 11px;
    padding: 10px;
    gap: 8px;
  }
  .link-label small {
    font-size: 7px;
  }
  .link-icon {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .hero-art figcaption {
    font-size: 12px;
    bottom: -4px;
  }
  .benefits {
    padding-block: 40px 43px;
  }
  .section-intro h2 {
    font-size: 25px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .benefit {
    padding-left: 59px;
    min-height: 75px;
  }
  .benefit-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
  }
  .benefit + .benefit:before {
    display: none;
  }
  .benefit h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .benefit p {
    font-size: 13px;
    max-width: 100%;
  }
  .workflow {
    grid-template-columns: 1fr;
    padding: 32px 25px;
    gap: 33px;
  }
  .workflow h2 {
    font-size: 37px;
  }
  .workflow-heading .eyebrow {
    margin-bottom: 20px;
  }
  .drawn-arrow {
    display: none;
  }
  .steps {
    gap: 22px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .steps p {
    font-size: 12px;
  }
  .steps li {
    gap: 17px;
  }
  .steps li + li {
    padding-top: 22px;
  }
  .closing {
    padding-block: 44px;
    gap: 18px;
  }
  .closing-spark {
    font-size: 53px;
  }
  .closing > p {
    font-size: 25px;
  }
  .closing-note {
    display: none;
  }
  .site-footer {
    padding-block: 24px;
    gap: 10px;
  }
  .footer-brand {
    font-size: 19px;
    gap: 5px;
  }
  .footer-brand img {
    width: 24px;
    height: 24px;
  }
  .site-footer small {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
