:root {
  --paper:#f7f6f0;
  --ink:#28392f;
  --muted:#71766b;
  --orange:#b94d30;
  --line:#dedfd5;
  --white:#fffefa;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea {
   -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid var(--orange);
  outline-offset:4px
}
button {
  cursor:pointer
}
.site-header {
  max-width:1320px;
  margin:auto;
  height:105px;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)
}
.brand {
  display:flex;
  align-items:center;
  font-size:23px;
  font-weight:750;
  letter-spacing:-1.1px
}
.brand-dot {
  color:var(--orange)
}
.brand-icon {
  width:33px;
  height:36px;
  background:var(--orange);
  color:white;
  margin-right:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  font-family:Georgia,serif;
  font-size:30px;
  line-height:1;
  position:relative
}
.brand-icon span {
  font:16px Arial;
  position:absolute;
  right:3px;
  top:2px
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:13px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  border:0;
  border-radius:5px;
  background:var(--orange);
  color:#fff;
  padding:18px 24px;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  box-shadow:0 2px 0 #00000008;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#9f3d24;
  transform:translateY(-1px)
}
.button:disabled {
  opacity:.6;
  cursor:wait;
  transform:none
}
.button.small {
  padding:13px 17px;
  gap:20px;
  font-size:12px
}
.hero {
  max-width:1320px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:72px 70px 65px;
  gap:55px;
  align-items:center;
  min-height:725px
}
.eyebrow {
  font-size:10px;
  letter-spacing:1.6px;
  font-weight:700;
  line-height:1.6
}
.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  margin-right:8px
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-family:Georgia,'Times New Roman',serif;
  font-size:66px;
  line-height:1.06;
  font-weight:400;
  letter-spacing:-2.8px;
  margin:27px 0
}
h1 em {
  color:var(--orange);
  font-weight:400
}
.hero-description {
  font-size:16px;
  line-height:1.85;
  color:#657065;
  max-width:410px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:30px
}
.text-link {
  font-size:13px;
  font-weight:600;
  border-bottom:1px solid #a2a99c;
  padding:6px 0
}
.micro {
  font-size:11px;
  color:var(--muted);
  margin-top:17px
}
.hero-proof {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:38px
}
.proof-icon {
  width:34px;
  height:34px;
  border:1px solid #b8c6b3;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#64845d
}
.hero-proof p {
  font-size:11px;
  line-height:1.7;
  margin:0;
  color:var(--muted)
}
.hero-proof strong {
  font-weight:500;
  color:var(--ink)
}
.hero-art {
  position:relative;
  padding:25px 15px 35px;
  background:radial-gradient(ellipse,#e7e7d9,transparent 70%)
}
.paper {
  position:relative;
  background:#fffefa;
  padding:30px 29px 22px;
  box-shadow:0 17px 50px #29332619,0 1px 2px #29332616;
  transform:rotate(3deg);
  max-width:425px;
  margin:auto;
  border-radius:2px
}
.floating-label {
  font-family:Georgia,serif;
  font-style:italic;
  font-size:15px;
  transform:rotate(-5deg);
  text-align:center;
  margin-bottom:22px;
  color:#787d6d
}
.paper-header {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:8px;
  font-weight:bold
}
.sample-logo {
  background:#344b3b;
  color:#fff;
  padding:9px 6px;
  font-size:16px
}
.paper-header small {
  display:block;
  font-size:6px;
  font-weight:normal;
  margin-top:5px
}
.paper-header b {
  font-size:6px;
  text-align:right;
  margin-left:auto;
  line-height:1.6
}
.paper-header b span {
  color:#8a8a7e;
  font-weight:400
}
.paper-rule {
  height:1px;
  background:#324e3a;
  margin:20px 0
}
.paper-kicker {
  font-size:6px;
  letter-spacing:1.3px;
  color:#9a6a4e
}
.paper h2 {
  font-family:Georgia,serif;
  font-size:31px;
  font-weight:400;
  line-height:1.06;
  letter-spacing:-1px;
  margin:12px 0
}
.paper-meta {
  font-size:7px;
  color:#73796b;
  margin-bottom:18px
}
.paper-meta span {
  float:right;
  font-size:6px
}
.sample-photos {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.sample-photos img {
  display:block;
  width:100%;
  height:160px;
  object-fit:cover
}
.sample-photos span {
  font-size:6px;
  letter-spacing:1px;
  display:block;
  margin-top:9px;
  color:#6c786b
}
.paper h3 {
  font-size:10px;
  margin:21px 0 8px
}
.paper-description {
  font-size:8px;
  line-height:1.8;
  color:#7a7f74
}
.paper-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #e2e2d8;
  padding-top:12px;
  margin-top:22px;
  font-size:6px;
  letter-spacing:.7px
}
.paper-watermark {
  position:absolute;
  top:55%;
  left:8%;
  font-size:51px;
  letter-spacing:8px;
  font-weight:bold;
  opacity:.13;
  transform:rotate(-30deg);
  pointer-events:none
}
.report-badge {
  position:absolute;
  bottom:15px;
  right:-5px;
  display:flex;
  align-items:center;
  gap:13px;
  background:var(--white);
  border:1px solid var(--line);
  box-shadow:0 5px 15px #00000008;
  padding:16px 22px;
  transform:rotate(-4deg);
  font-size:12px;
  line-height:1.5
}
.report-badge>span {
  background:#edf0e5;
  color:#58734e;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  font-size:23px
}
.report-badge strong {
  font-weight:500;
  color:var(--muted)
}
.illustration-note {
  text-align:center;
  font-size:9px;
  color:#7c8176;
  margin:20px 0 -25px
}
.use-strip {
  max-width:1180px;
  margin:0 auto;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:28px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.use-strip>span {
  font-size:8px;
  letter-spacing:1.1px;
  color:var(--muted)
}
.use-strip p {
  margin:0;
  font-family:Georgia,serif;
  font-size:16px
}
.use-strip i {
  color:#a6ac98;
  font-style:normal
}
.steps-section {
  max-width:1180px;
  margin:90px auto
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between
}
.section-heading h2,.pricing-panel h2 {
  font-family:Georgia,serif;
  font-size:43px;
  line-height:1.12;
  font-weight:400;
  letter-spacing:-1.2px;
  margin:16px 0 0
}
.section-heading>p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  margin:0
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
  margin-top:48px
}
.steps article {
  border-top:1px solid var(--line);
  padding-top:22px
}
.step-number {
  font-size:12px;
  color:var(--orange);
  font-family:monospace
}
.steps h3 {
  font-size:18px;
  font-weight:500;
  margin:24px 0 12px
}
.steps p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  max-width:300px
}
.pricing-panel {
  max-width:1180px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#eaece1;
  padding:55px 65px;
  gap:65px;
  border-radius:7px
}
.pricing-panel>div>p {
  max-width:360px;
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  margin-top:20px
}
.price-card {
  background:var(--white);
  border:1px solid #d5d9ca;
  padding:30px;
  border-radius:5px
}
.price-card>span {
  font-size:9px;
  letter-spacing:1px
}
.price-card h3 {
  font:42px Georgia;
  margin:16px 0
}
.price-card h3 span {
  font:13px Arial;
  color:var(--muted)
}
.price-card p {
  font-size:13px;
  line-height:1.8
}
.price-card small {
  display:block;
  font-size:10px;
  line-height:1.6;
  color:var(--muted);
  margin-top:18px
}
footer {
  max-width:1320px;
  margin:auto;
  padding:35px 48px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center
}
footer .brand {
  font-size:18px
}
footer .brand-icon {
  width:25px;
  height:28px;
  font-size:24px
}
footer p,footer>span {
  font-size:11px;
  color:var(--muted);
  line-height:1.8;
  margin:10px 0 0
}
footer>span {
  text-align:right
}
footer>span a {
  text-decoration:underline
}
.create-main {
  max-width:1180px;
  margin:35px auto 80px
}
.back-link {
  font-size:12px;
  color:var(--muted)
}
.create-heading {
  margin:45px 0 40px
}
.create-heading h1 {
  font-size:48px;
  letter-spacing:-1.5px;
  margin:15px 0
}
.create-heading>p {
  color:var(--muted);
  font-size:14px
}
#report-form {
  display:grid;
  grid-template-columns:1fr 320px;
  gap:40px;
  align-items:start
}
.form-content {
  border:1px solid var(--line);
  border-radius:7px;
  background:var(--white)
}
.form-section {
  padding:30px;
  border-bottom:1px solid var(--line)
}
.form-section:last-child {
  border:0
}
.form-section-title {
  display:flex;
  gap:15px;
  align-items:start;
  margin-bottom:26px
}
.form-section-title>span {
  font-family:monospace;
  color:var(--orange);
  font-size:12px;
  padding-top:4px
}
.form-section-title h2 {
  font-size:18px;
  margin:0 0 7px;
  font-weight:500
}
.form-section-title p,.field-help {
  font-size:11px;
  color:var(--muted);
  line-height:1.7;
  margin:0
}
.field-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}
label {
  font-size:12px;
  font-weight:500
}
.optional {
  color:var(--muted);
  font-size:10px;
  margin-left:5px
}
.full {
  grid-column:1/-1
}
input:not([type=radio]):not([type=file]),textarea {
  width:100%;
  margin-top:9px;
  background:#fff;
  border:1px solid #d4d7cd;
  border-radius:4px;
  padding:12px;
  color:var(--ink);
  font-size:13px
}
textarea {
  resize:vertical;
  line-height:1.6
}
input::placeholder,textarea::placeholder {
  color:#92968b
}
.upload-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.dropzone {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:173px;
  border:1px dashed #bac1b0;
  border-radius:5px;
  background:#f7f8f1;
  cursor:pointer;
  padding:17px;
  text-align:center;
  gap:9px
}
.dropzone:hover {
  background:#ecefe2
}
.upload-icon {
  font-size:24px;
  color:var(--orange)
}
.dropzone strong {
  font-size:13px;
  font-weight:500
}
.dropzone>span:not(.upload-icon) {
  font-size:10px;
  color:var(--muted)
}
.dropzone small {
  font-size:9px;
  color:var(--muted)
}
.file-input {
  display:block;
  max-width:100%;
  font-size:10px;
  margin-top:9px
}
.upload-grid+.field-help {
  margin-top:17px
}
.photo-list {
  display:grid;
  gap:12px;
  margin-top:15px
}
.photo-item {
  border:1px solid var(--line);
  border-radius:4px;
  padding:8px;
  position:relative
}
.photo-item img {
  width:100%;
  height:110px;
  object-fit:cover;
  border-radius:3px
}
.photo-item input {
  font-size:11px!important;
  padding:8px!important
}
.remove-photo {
  position:absolute;
  top:12px;
  right:12px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:50%;
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  color:#822d1b
}
.themes {
  border:0;
  padding:0;
  margin:0;
  display:flex;
  gap:12px
}
.theme {
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:4px;
  cursor:pointer
}
.theme:has(input:checked) {
  border-color:var(--orange);
  background:#fcf2eb
}
.swatch {
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--orange)
}
.forest .swatch {
  background:#38604b
}
.slate .swatch {
  background:#3d526a
}
.theme input {
  accent-color:var(--orange)
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0)
}
.form-summary {
  position:sticky;
  top:25px;
  border:1px solid var(--line);
  border-radius:7px;
  padding:27px;
  background:#eeefe5
}
.form-summary .eyebrow {
  font-size:8px
}
.summary-document {
  margin:28px auto;
  background:#fffefa;
  border:1px solid var(--line);
  width:92px;
  height:113px;
  padding:15px;
  transform:rotate(5deg);
  box-shadow:3px 5px 0 #dfe2d5
}
.summary-document>span {
  font-size:27px;
  color:var(--orange)
}
.summary-document>div {
  height:3px;
  background:#dfe2d5;
  margin-top:9px
}
.summary-document>div:last-child {
  width:65%
}
.form-summary h2 {
  font:25px Georgia;
  margin-bottom:12px
}
.form-summary>p {
  font-size:12px;
  color:var(--muted);
  line-height:1.8
}
.form-summary ul {
  list-style:none;
  padding:0;
  font-size:11px;
  line-height:2.5;
  margin:22px 0
}
.form-summary li::before {
  content:'✓';
  margin-right:10px;
  color:#61764f
}
.summary-price {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  padding:18px 0;
  border-top:1px solid #d6daca
}
.form-summary .button {
  width:100%;
  font-size:13px;
  padding:17px 13px;
  gap:15px
}
.form-summary .field-help {
  font-size:10px;
  margin-top:17px
}
.early-note {
  font-size:9px!important;
  border-top:1px solid #d6daca;
  padding-top:15px;
  margin:20px 0 0
}
#form-status {
  color:#942f19;
  font-weight:600;
  font-size:12px;
  margin-top:12px
}
#form-status:empty {
  display:none
}
.preview-main {
  max-width:960px;
  margin:65px auto;
  text-align:center
}
.preview-main h1 {
  font-size:50px
}
.preview-main>p {
  color:var(--muted);
  font-size:14px
}
.preview-actions {
  display:flex;
  gap:25px;
  align-items:center;
  justify-content:center;
  margin:28px 0 18px
}
.pdf-preview {
  display:block;
  width:100%;
  height:800px;
  border:1px solid var(--line);
  margin-top:35px;
  background:#dedfd5
}
.notice {
  background:#eeefe5;
  border:1px solid var(--line);
  border-radius:5px;
  padding:20px;
  font-size:12px;
  line-height:1.8;
  margin-top:24px
}
.notice strong {
  display:block
}
.prose {
  max-width:760px;
  margin:70px auto;
  min-height:50vh
}
.prose p {
  font-size:15px;
  line-height:1.9;
  color:var(--muted)
}

@media(min-width:1500px) {
  .hero {
  padding-top:95px;
  padding-bottom:95px
}
.paper {
  max-width:445px
}
.sample-photos img {
  height:180px
}

}

@media(max-width:1100px) {
  .hero {
  padding:50px 35px;
  gap:25px
}
h1 {
  font-size:55px
}
.hero-actions {
  gap:15px
}
.hero-actions .button {
  padding:17px
}
.use-strip,.steps-section,.pricing-panel,.create-main {
  margin-left:35px;
  margin-right:35px
}
.report-badge {
  right:0
}
.pricing-panel {
  padding:40px;
  gap:35px
}
#report-form {
  grid-template-columns:1fr 290px;
  gap:22px
}
.form-section {
  padding:23px
}
.themes {
  flex-wrap:wrap
}
.preview-main,.prose {
  margin-left:30px;
  margin-right:30px
}

}

@media(max-width:760px) {
  .site-header {
  height:80px;
  padding:0 22px
}
.site-header nav>a:not(.button) {
  display:none
}
.brand {
  font-size:20px
}
.site-header nav .button {
  font-size:10px;
  padding:12px;
  gap:12px
}
.hero {
  grid-template-columns:1fr;
  padding:44px 25px 40px;
  gap:25px
}
.hero-copy {
  max-width:500px
}
.hero h1 {
  font-size:57px
}
.hero-description {
  font-size:15px;
  max-width:370px
}
.hero-proof {
  margin-top:25px
}
.hero-art {
  max-width:470px;
  width:100%;
  margin:auto
}
.paper {
  max-width:365px;
  padding:25px
}
.floating-label {
  font-size:13px
}
.report-badge {
  padding:12px 16px;
  font-size:11px
}
.use-strip {
  flex-wrap:wrap;
  justify-content:center;
  margin:0 25px;
  padding:23px 0;
  gap:15px
}
.use-strip>span {
  width:100%;
  text-align:center
}
.use-strip p {
  font-size:13px
}
.use-strip i:last-of-type {
  display:none
}
.section-heading {
  display:block
}
.section-heading h2,.pricing-panel h2 {
  font-size:35px
}
.section-heading>p {
  margin-top:20px;
  font-size:13px
}
.steps-section {
  margin:55px 25px
}
.steps {
  grid-template-columns:1fr;
  gap:18px;
  margin-top:30px
}
.steps article {
  padding-top:18px
}
.steps h3 {
  margin:14px 0 8px
}
.steps p {
  max-width:none;
  font-size:13px
}
.pricing-panel {
  grid-template-columns:1fr;
  margin:0 20px 50px;
  padding:28px;
  gap:15px
}
.price-card {
  padding:25px
}
footer {
  padding:25px;
  gap:20px
}
footer>span {
  font-size:9px;
  max-width:150px
}
.create-main {
  margin:25px 20px 50px
}
.create-heading {
  margin-top:30px
}
.create-heading h1 {
  font-size:42px
}
#report-form {
  grid-template-columns:1fr;
  gap:22px
}
.form-summary {
  position:static
}
.form-section {
  padding:23px 18px
}
.field-grid {
  grid-template-columns:1fr;
  gap:18px
}
.upload-grid {
  gap:10px
}
.dropzone {
  padding:12px 7px
}
.dropzone small {
  font-size:8px
}
.theme {
  padding:10px 8px;
  font-size:11px;
  gap:5px
}
.themes {
  gap:7px
}
.preview-main {
  margin:45px 20px
}
.preview-main h1 {
  font-size:40px
}
.preview-actions {
  flex-direction:column;
  gap:15px
}
.pdf-preview {
  height:550px
}
.prose {
  margin:40px 24px
}
.prose h1 {
  font-size:44px
}
.paper-watermark {
  font-size:42px
}

}

@media(prefers-reduced-motion:reduce) {
  * {
  transition:none!important
}

}

