:root{--ink:#31262c;--accent:#9d244b;--pink:#f7e5ec;--line:#e9dde2;--muted:#74616c;--paper:#fffdfd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;justify-content:center;gap:30px;align-items:center;border:1px solid var(--accent);background:var(--accent);color:white;padding:14px 23px;border-radius:5px;text-decoration:none;cursor:pointer;line-height:1.4}button:hover,.button:hover{background:#7f183b}.secondary{background:transparent;color:var(--accent)}.secondary:hover{background:var(--pink)}button:disabled{opacity:.45;cursor:not-allowed}:focus-visible{outline:3px solid #476dd3;outline-offset:4px}.topline{background:var(--accent);color:white;text-align:center;font-size:13px;letter-spacing:1px;padding:7px}header{max-width:1320px;margin:auto;min-height:108px;display:flex;align-items:center;justify-content:space-between;padding:12px 40px;border-bottom:1px solid var(--line);gap:20px}.logo{width:157px;height:auto;display:block}nav{display:flex;gap:34px}nav a{text-decoration:none;font-size:14px}.bag{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:14px}.bag span{border:1px solid var(--line);border-radius:50%;width:29px;height:29px;text-align:center;line-height:27px}main{max-width:1320px;margin:auto;padding:0 40px}.notice,.error{padding:12px 18px;margin:18px 0;background:#f7eef2;border-left:3px solid var(--accent);font-size:14px}.error{background:#fff0ec;color:#992e20}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:530px;margin:28px 0 70px;background:#f9eef3;border-radius:8px;overflow:hidden}.hero-copy{padding:65px 44px 40px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:2px;color:var(--accent)}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:normal;line-height:1.1;letter-spacing:-1.6px}h1{font-size:clamp(38px,4.4vw,62px);margin:22px 0}h1 em{font-weight:normal;color:var(--accent)}h2{font-size:38px;margin:14px 0 24px}h3{font-size:17px;font-weight:500;line-height:1.4}.hero p{color:var(--muted);margin:24px 0 30px}.signature{font-size:13px;margin-top:28px;color:var(--muted)}.hero-photo{position:relative;overflow:hidden;min-height:480px}.hero-photo>img{height:100%;width:100%;object-fit:cover;object-position:center 48%;position:absolute}.photo-note{position:absolute;top:26px;right:22px;background:#fffdf8;padding:9px 18px;transform:rotate(4deg);font-family:Georgia,serif;font-style:italic;font-size:19px;box-shadow:0 3px 14px #0001}.edition{position:absolute;bottom:24px;left:24px;padding:12px 18px;background:#fffc;font-size:11px;letter-spacing:1.8px}.edition b{font-size:15px;font-weight:400;letter-spacing:0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-head p{font-size:14px;color:var(--muted);margin-bottom:27px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-photo{display:block;position:relative;aspect-ratio:4/5;background:#f0e9ec;border-radius:6px;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-photo:hover img{transform:scale(1.04)}.product-photo span{position:absolute;bottom:12px;right:12px;background:#fffffff0;padding:6px 12px;font-size:12px;border-radius:3px}.category{font-size:12px;color:var(--muted);margin-top:18px}.product h3{margin:6px 0 12px}.product h3 a{text-decoration:none}.product-bottom{display:flex;align-items:center;justify-content:space-between;color:var(--accent);font-size:15px}.product-bottom>a{border:1px solid var(--line);border-radius:50%;width:32px;height:32px;text-align:center;text-decoration:none}.story{display:grid;grid-template-columns:1fr 1.2fr;gap:0 65px;margin:85px 0 60px;padding:44px;background:var(--pink);border-radius:8px}.story>.eyebrow{grid-column:1/-1}.story h2{font-size:46px;line-height:1.15}.story p{color:#61515a}.story-sign{font-family:Georgia,serif;font-style:italic;font-size:20px;color:var(--accent)}footer{border-top:1px solid var(--line);padding:35px 0 25px;margin-top:65px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 30px}footer p{font-size:13px;color:var(--muted)}footer div{display:flex;gap:20px;flex-wrap:wrap;margin-left:auto;font-size:12px}footer small{flex-basis:100%;font-size:12px;color:var(--muted)}.back{display:inline-block;margin:28px 0 10px;font-size:14px;color:var(--muted)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:22px}.detail-photo{width:100%;max-height:720px;object-fit:cover;border-radius:8px}.detail>div{padding:22px 0}.detail h1{font-size:46px}.price{font-size:28px;color:var(--accent)}hr{border:0;border-top:1px solid var(--line);margin:25px 0}.pre{white-space:pre-wrap}.checkout{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:start;margin-top:35px}.summary{padding:28px;background:#f8eef2;border-radius:8px;position:sticky;top:20px}.summary h2{font-size:30px}.summary p{display:flex;justify-content:space-between;gap:20px;font-size:14px}.summary strong{white-space:nowrap}.summary .total{font-size:21px}.summary .button{width:100%;margin-top:15px}.cart-line{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-line img{width:80px;height:98px;object-fit:cover;border-radius:4px}.cart-line>div{flex:1}.cart-line p{font-size:13px}.cart-line input{width:68px}.cart-line strong{white-space:nowrap}.cart-line label{font-size:12px}.muted,small{color:var(--muted)}label{display:block;font-size:14px;margin:12px 0}input:not([type=radio]):not([type=checkbox]):not([type=hidden]),textarea,select{display:block;width:100%;padding:11px 12px;border:1px solid #cdbfc6;border-radius:4px;background:white;color:var(--ink);margin-top:5px}textarea{min-height:95px}fieldset{border:0;padding:0;margin:0 0 30px}legend{font-size:23px;font-family:Georgia,serif;margin-bottom:15px}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.choice{border:1px solid var(--line);padding:14px 12px;display:flex;align-items:center;gap:12px}.choice:has(input:checked){border-color:var(--accent);background:#fcf4f7}.choice strong{margin-left:auto;white-space:nowrap}.choice input,.check input{accent-color:var(--accent);width:18px;height:18px;flex-shrink:0}.check{display:flex;align-items:start;gap:10px;margin:24px 0}.honeypot{position:absolute;left:-10000px}.empty,.thanks{padding:55px 0 80px;max-width:780px}.thanks .pay-box{background:var(--pink);padding:25px;border-radius:6px}.text-page{max-width:800px;padding:30px 0;min-height:450px}.text-page .pre{line-height:1.85}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.admin-card{border:1px solid var(--line);padding:24px;border-radius:8px}.admin-card img{height:120px;width:100px;object-fit:cover;float:right;margin-left:15px}.admin-actions{display:flex;gap:15px;align-items:center;margin-bottom:25px}.order-card{padding:25px;border:1px solid var(--line);border-radius:6px;margin:20px 0}.order-card h2{font-size:28px}.order-card summary{cursor:pointer}.order-card .pre{font-size:14px}.order-card select{width:auto}.admin-actions form{margin:0} @media(max-width:900px){header,main{padding-left:24px;padding-right:24px}.hero-copy{padding:35px 25px}.hero{min-height:440px}.hero-photo{min-height:420px}h1{font-size:44px}.products{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column;gap:0}.story{gap:0 30px;padding:30px}.story h2{font-size:36px}.checkout{gap:25px}.detail{gap:30px}.detail h1{font-size:36px}footer div{margin-left:0}.cart-line{flex-wrap:wrap}.cart-line>div{min-width:120px}}
@media(max-width:600px){header{min-height:90px;flex-wrap:wrap;padding:12px 20px;gap:8px}.logo{width:124px}nav{order:3;width:100%;justify-content:center;gap:25px;padding-top:8px}nav a{font-size:13px}main{padding:0 20px}.notice{font-size:12px;padding:10px}.hero{grid-template-columns:1fr;margin-top:20px;margin-bottom:45px}.hero-copy{padding:32px 25px}.hero h1{font-size:43px}.hero p{font-size:15px}.hero-photo{min-height:330px}.hero-photo>img{object-position:center 53%}.signature{margin-top:20px}.products{gap:28px 15px}.product h3{font-size:15px}.product-photo span{display:none}.section-head h2{font-size:32px}.section-head p{font-size:12px}.story{display:block;margin-top:50px;padding:28px}.story h2{font-size:36px}.story p{font-size:15px}.detail,.checkout{grid-template-columns:1fr;gap:22px}.detail-photo{max-height:460px}.detail h1{font-size:36px}.summary{position:static;grid-row:1}.two{gap:12px}.choice{font-size:13px;padding:12px 9px;gap:8px}h1{font-size:38px}.admin-grid{grid-template-columns:1fr}.admin-actions{flex-wrap:wrap}footer{margin-top:45px}footer div{gap:12px 20px}.cart-line{gap:12px}.cart-line img{width:62px;height:78px}.cart-line strong{font-size:14px}.cart-line h3{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
