:root{--ink:#432f38;--muted:#806b74;--pink:#e96f9f;--soft:#fff3f7;--line:#ecd9e1;--cream:#fffaf7}
*{box-sizing:border-box}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff8fb,#fff)}
a{color:inherit}
.notebook-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px max(18px,calc((100vw - 1160px)/2));background:rgba(255,250,252,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.notebook-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:"Playfair Display",serif;font-size:21px;font-weight:700}
.notebook-brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.notebook-back{font-size:13px;font-weight:800;color:#8f596e;text-decoration:none}
.notebook-main{width:min(1160px,calc(100% - 34px));margin:0 auto}
.notebook-hero{display:grid;grid-template-columns:1.04fr .96fr;gap:58px;align-items:center;padding:62px 0 78px}
.notebook-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.notebook-gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#f9e4ec;box-shadow:0 16px 45px rgba(79,44,59,.11)}
.notebook-gallery figure:first-child{grid-row:span 2}
.notebook-gallery .notebook-wide{grid-column:1 / -1}
.notebook-gallery img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}
.notebook-gallery figure:first-child img{min-height:600px}
.notebook-gallery .notebook-wide img{height:auto;min-height:0;aspect-ratio:1402/1122}
.notebook-kicker{margin:0 0 12px;color:#d75b8b;font-size:11px;font-weight:900;letter-spacing:.17em}
.notebook-copy h1{margin:0 0 17px;font-family:"Playfair Display",serif;font-size:clamp(47px,6vw,73px);line-height:1.02}
.notebook-lead{margin:0;color:var(--muted);font-size:18px;line-height:1.75}
.notebook-price-large{display:flex;align-items:end;gap:10px;margin:25px 0 22px}.notebook-price-large strong{font-family:"Playfair Display",serif;font-size:52px;color:#d55788}.notebook-price-large span{padding-bottom:9px;color:var(--muted);font-size:13px}
.notebook-facts{margin:0 0 27px;border-top:1px solid var(--line)}
.notebook-facts div{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}
.notebook-facts b{color:#dc628f}.notebook-facts p{margin:0;color:#66515b;line-height:1.55}
.notebook-jump{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border-radius:999px;background:var(--pink);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 13px 28px rgba(220,91,142,.23)}
.order-section{padding:70px 0 95px;border-top:1px solid var(--line)}
.order-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}
.order-intro{position:sticky;top:100px}.order-intro h2{margin:10px 0 14px;font-family:"Playfair Display",serif;font-size:46px;line-height:1.08}.order-intro p{color:var(--muted);line-height:1.75}.order-summary{margin-top:22px;padding:20px;border-radius:20px;background:#fff0f5;border:1px solid #edceda}.order-summary strong{font-size:25px;color:#d55788}
.notebook-form{padding:30px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(80,44,60,.08)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:15px}.field label{display:block;margin:0 0 7px;font-size:12px;font-weight:900}.field input,.field textarea,.field select{width:100%;min-height:50px;padding:13px 14px;border:1px solid #dec7d1;border-radius:13px;background:#fffdfd;font:inherit;color:var(--ink);outline:none}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#de6a98;box-shadow:0 0 0 3px rgba(222,106,152,.12)}
.address-heading{margin:14px 0 16px;padding-top:20px;border-top:1px solid var(--line);font-size:18px}.address-help{margin:-8px 0 15px;color:var(--muted);font-size:12px;line-height:1.55}
.address-check{display:flex;gap:10px;align-items:flex-start;margin:7px 0 18px;color:#66515b;font-size:13px;line-height:1.5}.address-check input{margin-top:3px}
.order-total{display:flex;justify-content:space-between;align-items:center;margin:19px 0;padding:17px;border-radius:15px;background:#fff1f6}.order-total span{font-weight:800}.order-total strong{font-size:25px;color:#d55788}
.notebook-submit,.notebook-primary{display:flex;width:100%;align-items:center;justify-content:center;min-height:54px;border:0;border-radius:15px;background:var(--pink);color:#fff;text-decoration:none;font:inherit;font-weight:900;cursor:pointer}.notebook-submit:disabled{opacity:.6;cursor:wait}
.form-status{min-height:22px;margin-top:12px;font-size:13px;font-weight:700}.form-status.error{color:#ae2c58}.form-status.success{color:#23815d}
.privacy-note{margin:12px 0 0;color:#8a737d;font-size:11px;line-height:1.55}
.flow-main{width:min(680px,calc(100% - 30px));margin:42px auto 80px}.flow-progress{display:flex;align-items:center;justify-content:center;margin:0 0 25px}.flow-progress span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f2e2e8;color:#9d7c89;font-weight:900}.flow-progress span.on{background:#e96f9f;color:#fff}.flow-progress i{width:70px;height:2px;background:#ead7df}.flow-progress i.on{background:#e96f9f}
.flow-card{padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 55px rgba(78,42,58,.1);text-align:center}.flow-card h1{margin:8px 0 12px;font-family:"Playfair Display",serif;font-size:42px}.flow-card>p{color:var(--muted);line-height:1.7}.flow-summary{margin:22px 0;padding:17px;border-radius:16px;background:#fff2f7;text-align:left;font-size:14px;line-height:1.65}.flow-summary strong{color:#bd4775}.notebook-qr{display:block;width:min(290px,80%);margin:22px auto;border:8px solid #fff;border-radius:19px;box-shadow:0 12px 35px rgba(67,47,56,.15)}
.upi-box{margin:18px 0;padding:17px;border:1px dashed #d99ab2;border-radius:15px;background:#fff8fb}.upi-box small{display:block;margin-bottom:5px;color:var(--muted)}.upi-box strong{display:block;font-size:19px;word-break:break-all}.copy-upi{margin-top:10px;border:0;background:transparent;color:#c34b7b;font-weight:900;cursor:pointer}
.payment-note{margin:22px 0;padding:18px;border-radius:17px;background:#fff4e9;text-align:left;color:#654d42;line-height:1.65}.payment-note strong{display:block;margin-bottom:5px}
.secondary-link{display:inline-block;margin-top:16px;color:#9a5871;font-size:13px;font-weight:800}
.proof-form{text-align:left;margin-top:25px}.upload-area{position:relative;display:grid;place-items:center;min-height:150px;padding:20px;border:2px dashed #dfa8bd;border-radius:18px;background:#fff7fa;text-align:center}.upload-area input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-area strong{color:#bc4976}.upload-area small{margin-top:5px;color:var(--muted)}.selected-file{margin:9px 0 0;color:#765964;font-size:12px;text-align:center}
.confirmation-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#ffe3ed;color:#d75285;font-size:34px}.confirmation-details{margin:25px 0;padding:20px;border-radius:18px;background:#fff3f7;text-align:left;line-height:1.7}.confirmation-details a{color:#c44878;font-weight:800}
.notebook-footer{padding:28px;text-align:center;background:#432f38;color:#fbeaf1;font-size:13px}
@media(max-width:850px){.notebook-hero,.order-grid{grid-template-columns:1fr}.notebook-hero{gap:34px;padding:38px 0 58px}.order-intro{position:static}.notebook-gallery figure:first-child img{min-height:480px}.order-section{padding-top:54px}}
@media(max-width:560px){.notebook-header{padding:10px 14px}.notebook-brand{font-size:16px}.notebook-brand img{width:40px;height:40px}.notebook-back{font-size:11px}.notebook-main{width:min(100% - 26px,1160px)}.notebook-gallery{gap:7px}.notebook-gallery figure{border-radius:14px}.notebook-gallery figure:first-child img{min-height:400px}.notebook-gallery img{min-height:170px}.notebook-copy h1{font-size:45px}.notebook-lead{font-size:16px}.order-grid{gap:26px}.order-intro h2{font-size:38px}.notebook-form,.flow-card{padding:23px 17px;border-radius:22px}.form-row{grid-template-columns:1fr}.flow-main{margin-top:24px}.flow-card h1{font-size:36px}.flow-progress i{width:45px}}
