:root{--ink:#27221f;--paper:#f7f3ed;--white:#fffdfa;--rose:#a36052;--sand:#d9c5aa;--green:#53685b;--line:#ded5ca;--shadow:0 20px 55px #3f302217}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Inter,Arial,sans-serif}h1,h2,h3,.brand,.serif{font-family:Georgia,'Times New Roman',serif;font-weight:400}a{color:inherit;text-decoration:none}.top{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:sticky;top:0;z-index:10;background:#f7f3edeb;backdrop-filter:blur(16px);border-bottom:1px solid #ded5ca80}.brand{font-size:25px}.brand i{color:var(--rose);font-weight:400}.top nav{display:flex;gap:26px;align-items:center}.top nav a:hover{color:var(--rose)}main{min-height:calc(100vh - 150px)}.hero{min-height:720px;padding:90px max(7vw,28px);display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--rose);font-weight:700}.hero h1{font-size:clamp(54px,7.3vw,116px);line-height:.87;margin:18px 0 30px;letter-spacing:-.055em}.hero h1 em{display:block;color:var(--rose);font-weight:400}.lead{font-size:clamp(18px,1.5vw,23px);max-width:650px;color:#615650}.actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.button,button{border:0;border-radius:999px;background:var(--ink);color:white;padding:14px 24px;font:700 14px/1 Inter,Arial;cursor:pointer}.button.secondary,button.secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}button:disabled{opacity:.5}.hero-art{position:relative;height:560px}.cover{position:absolute;border-radius:4px;box-shadow:var(--shadow);overflow:hidden}.cover.one{width:62%;height:86%;left:0;top:5%;background:linear-gradient(160deg,#d9c5aa,#9c6a5c);transform:rotate(-5deg)}.cover.two{width:64%;height:90%;right:0;top:10%;background:#282725;transform:rotate(6deg);color:#fff;padding:35px;display:flex;flex-direction:column;justify-content:space-between}.cover.two b{font:48px/1 Georgia}.cover.two small{letter-spacing:.2em}.cover-photo{height:58%;margin:-35px -35px 0;background:radial-gradient(circle at 60% 45%,#e2cfc2 0 12%,transparent 13%),linear-gradient(145deg,#80695c,#d4bda9 55%,#74574a)}.section{padding:100px max(7vw,28px)}.section-head{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:45px}.section h2{font-size:clamp(38px,5vw,72px);line-height:1;margin:0}.section-head p{max-width:480px;color:#695e58}.styles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.style-card{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 12px 35px #36271b0a;cursor:pointer;transition:.25s}.style-card:hover,.style-card.selected{transform:translateY(-6px);border-color:var(--rose)}.style-preview{aspect-ratio:1.35;border-radius:12px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.style-preview div{background:#ffffffa8;border-radius:2px}.style-preview div:nth-child(3){grid-column:1/3;height:30%}.style-card h3{font-size:27px;margin:6px 0}.style-card p{color:#695e58;min-height:75px}.limits{font-size:13px;border-top:1px solid var(--line);padding-top:14px;display:grid;gap:5px}.chip{display:inline-flex;padding:6px 10px;border-radius:99px;background:#eee5d9;font-size:12px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.step{background:var(--white);padding:30px}.step b{display:block;color:var(--rose);font:34px Georgia;margin-bottom:30px}.wrap{max-width:1180px;margin:auto;padding:60px 24px}.page-title{font-size:clamp(42px,6vw,78px);line-height:1;margin:18px 0}.panel{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 12px 35px #36271b0a;margin:20px 0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:grid;gap:7px;font-size:14px;font-weight:700}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cfc4b8;border-radius:10px;background:white;color:var(--ink);font:inherit}textarea{min-height:110px;resize:vertical}.muted{color:#756a64}.error{color:#9f342f}.success{color:#3e704c}.status{display:inline-flex;border-radius:99px;padding:5px 10px;background:#eee7dd;font-size:12px}.cards{display:grid;gap:14px}.card{padding:20px;border:1px solid var(--line);border-radius:14px;background:white}.card-row{display:flex;justify-content:space-between;gap:20px;align-items:start}.meter{height:8px;background:#e5ddd3;border-radius:99px;overflow:hidden;margin:8px 0}.meter span{display:block;height:100%;background:var(--rose);border-radius:inherit}.metric{padding:18px;background:#f4ede5;border-radius:12px}.metric strong{font:32px Georgia;display:block}.drop{border:2px dashed #c9b8a5;border-radius:16px;padding:34px;text-align:center;background:#faf7f2}.drop.drag{border-color:var(--rose);background:#f7eae6}.file-list{max-height:260px;overflow:auto;margin:14px 0}.file{display:flex;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid var(--line);font-size:13px}.tabs{display:flex;gap:8px;margin:20px 0}.tabs button.active{background:var(--rose)}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);vertical-align:top}.book-stage{background:#24211f;min-height:calc(100vh - 76px);padding:34px;color:white}.book-toolbar{max-width:1100px;margin:0 auto 18px;display:flex;justify-content:space-between;align-items:center}.spread{max-width:1100px;aspect-ratio:1.45;margin:auto;background:#e9dfd2;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 30px 80px #0008;color:#28221e;perspective:1600px}.book-page{padding:5%;position:relative;overflow:hidden;background:#faf7f0;border-right:1px solid #d1c5b8;display:flex;flex-direction:column;justify-content:center}.book-page.dark{background:#292725;color:#fff}.book-page img{width:100%;height:62%;object-fit:cover}.book-page h2{font-size:clamp(28px,4vw,62px);line-height:.95;margin:12px 0}.book-page p{columns:2;font:clamp(10px,1vw,15px)/1.55 Georgia;max-height:40%;overflow:hidden}.loader{padding:100px;text-align:center;color:var(--rose)}#toast{position:fixed;right:22px;bottom:22px;background:#26211f;color:white;padding:14px 18px;border-radius:10px;display:none;z-index:30}footer{padding:38px max(5vw,24px);border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#71655e}.qa-box{border-left:4px solid var(--green);padding:15px 18px;background:#eef2ee}.sample-caption{font-size:12px;text-transform:uppercase;letter-spacing:.12em}.preview-mini{height:230px;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#eee}.preview-mini>div{padding:20px;display:flex;flex-direction:column;justify-content:space-between}.preview-mini .photo{background:linear-gradient(145deg,#8c6d60,#d2b8a8)}@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{height:420px}.styles,.steps,.grid.three{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.section-head{display:block}.top nav a:first-child{display:none}.spread{aspect-ratio:auto;grid-template-columns:1fr;max-width:600px}.book-page{min-height:72vh}.book-page:nth-child(2){display:none}.card-row{display:block}table{display:block;overflow-x:auto}footer{display:grid;gap:10px}}
