:root{--ink:#10263b;--ink2:#1b3a54;--gold:#bd8b36;--paper:#f5f1e8;--line:#e6e2da;--muted:#667482;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1160px,92%);margin:auto}
.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.brand{font:700 21px Georgia,serif;white-space:nowrap}.links{display:flex;gap:24px;font-size:14px}.links a{padding:8px 0}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}
.hero{padding:72px 0;background:linear-gradient(135deg,#f4efe4,#fff 60%)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:60px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:#946b28}.hero h1,.section-title,.product h1,.about h2{font-family:Georgia,serif;line-height:1.05}.hero h1{font-size:clamp(42px,5.5vw,70px);margin:12px 0 22px}.hero p{font-size:19px;color:#526271;max-width:670px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border-radius:8px;font-size:14px;font-weight:800;border:1px solid var(--ink)}.btn.primary{background:var(--ink);color:#fff}.btn.secondary{background:#fff;color:var(--ink)}.featured-stack{display:flex;align-items:flex-end;justify-content:center;min-height:430px}.featured-stack img{width:38%;max-width:220px;filter:drop-shadow(0 22px 22px #0002)}.featured-stack img:nth-child(1){transform:rotate(-6deg) translateX(28px) scale(.9)}.featured-stack img:nth-child(2){z-index:3;transform:scale(1.08)}.featured-stack img:nth-child(3){transform:rotate(6deg) translateX(-28px) scale(.9)}
section{padding:76px 0}.section-head{max-width:800px;margin:0 auto 40px;text-align:center}.section-title{font-size:clamp(32px,4vw,48px);margin:8px 0 12px}.section-head p{color:var(--muted)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card,.catalog-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;transition:.2s}.feature-card:hover,.catalog-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #10263b14}.card-cover{height:340px;background:var(--paper);display:flex;align-items:center;justify-content:center;padding:26px}.card-cover img{max-height:290px;width:auto;filter:drop-shadow(0 14px 15px #0002)}.card-body{padding:24px}.tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efe3ce;color:#76541f;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.card-body h3{font:700 24px/1.12 Georgia,serif;margin:12px 0}.meta{font-size:13px;color:#76818b}.card-body p{font-size:15px;color:var(--muted)}.catalog{background:#faf9f6}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-card .card-cover{height:270px;padding:22px}.catalog-card .card-cover img{max-height:230px}.catalog-card .card-body{padding:18px}.catalog-card h3{font-size:19px}
.about{background:var(--ink);color:#fff;overflow:hidden}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.author-visual{display:flex;align-items:flex-end;justify-content:center;min-height:560px}.author-photo{width:min(100%,520px);max-height:560px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 26px 32px #0005)}.about-copy{max-width:650px}.about h2{font-size:48px;margin:8px 0 8px}.about-lead{font:400 21px/1.5 Georgia,serif;color:#d6ba85!important;margin:0 0 26px!important}.about p{color:#d9e1e6;margin:0 0 18px}.footer{padding:30px 0;text-align:center;font-size:13px;color:#7a858e}
.product-hero{padding:64px 0 72px;background:linear-gradient(135deg,#f4efe4,#fff 65%)}.product{display:grid;grid-template-columns:.78fr 1.22fr;gap:66px;align-items:center}.product-cover{text-align:center}.product-cover img{max-height:560px;width:auto;margin:auto;filter:drop-shadow(0 28px 30px #0003)}.product h1{font-size:clamp(38px,5vw,62px);margin:14px 0 18px}.product .lead{font-size:19px;color:#536270}.facts{list-style:none;padding:0;margin:24px 0}.facts li{padding:10px 0;border-bottom:1px solid var(--line)}.facts li:before{content:'✓';color:#9b7433;font-weight:900;margin-right:10px}.back{font-size:13px;font-weight:800;color:#76541f}.note{font-size:12px;color:#7b858e;margin-top:18px}.mobilecta{display:none!important}
.work-about{background:#fff;padding:72px 0}.work-copy{max-width:860px;margin:0 auto}.work-copy .section-title{margin:8px 0 24px}.summary-preview p{font-size:17px;color:#526271;line-height:1.8}.work-actions{margin-top:26px}.work-actions .btn{min-width:165px}
@media(max-width:900px){
 .wrap{width:min(100% - 32px,720px)}.nav{min-height:64px}.brand{font-size:20px}.menu-toggle{display:flex}.links{display:none;position:absolute;top:calc(100% + 1px);left:-16px;right:-16px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 30px #10263b14;padding:10px 16px 16px;flex-direction:column;gap:2px}.links.open{display:flex}.links a{padding:13px 10px;border-bottom:1px solid #f0ede7;font-weight:700}.links a:last-child{border-bottom:0}
 .hero{padding:42px 0 38px;text-align:left}.hero-grid{grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(36px,10vw,48px);margin:9px 0 16px}.hero p{font-size:17px;line-height:1.65;margin:0}.actions{justify-content:flex-start;margin-top:22px}.hero .actions .btn{flex:1 1 180px}.featured-stack{min-height:260px;padding-top:4px}.featured-stack img{width:34%;max-width:170px}.featured-stack img:nth-child(1){transform:rotate(-5deg) translateX(18px) scale(.9)}.featured-stack img:nth-child(2){transform:scale(1.04)}.featured-stack img:nth-child(3){transform:rotate(5deg) translateX(-18px) scale(.9)}
 section{padding:58px 0}.section-head{text-align:left;margin-bottom:26px}.section-title{font-size:36px;margin:6px 0 10px}.section-head p{margin:0}.featured-grid{grid-template-columns:1fr;gap:18px}.catalog-grid{grid-template-columns:repeat(2,1fr)}
 .product{grid-template-columns:1fr;text-align:left;gap:30px}.product-hero{padding:38px 0 46px}.product-cover img{max-height:380px}.product h1{font-size:38px}.product .lead{font-size:17px}.facts{text-align:left}.product .actions .btn,.work-actions .btn{flex:1 1 160px}.work-about{padding:48px 0}.work-copy{text-align:left}
 .about{padding:0}.about-grid{grid-template-columns:1fr;gap:0;width:100%}.author-visual{min-height:0;background:linear-gradient(180deg,#18344d 0%,var(--ink) 100%);padding:36px 16px 0}.author-photo{width:min(82%,360px);max-height:400px}.about-copy{padding:42px 24px 52px;max-width:720px;margin:auto}.about h2{font-size:39px;margin:6px 0 6px}.about-lead{font-size:19px!important;margin-bottom:24px!important}.about p{font-size:16px;line-height:1.75;margin-bottom:17px}
 body{padding-bottom:0}
}
@media(max-width:560px){
 .wrap{width:calc(100% - 28px)}.brand{font-size:19px}.hero{padding-top:34px}.hero h1{font-size:37px}.hero .eyebrow{font-size:11px}.hero .actions{display:grid;grid-template-columns:1fr}.hero .actions .btn{width:100%}.featured-stack{min-height:220px}.featured-stack img{max-width:132px}
 section{padding:48px 0}.section-title{font-size:33px}.card-cover{height:290px}.catalog-grid{grid-template-columns:1fr}.catalog-card .card-cover{height:260px}.card-body{padding:20px}.card-body h3{font-size:23px}.catalog-card h3{font-size:21px}
 .author-visual{padding-top:28px}.author-photo{width:min(88%,320px);max-height:340px}.about-copy{padding:34px 20px 44px}.about h2{font-size:36px}.about-lead{font-size:18px!important}
 .product-cover img{max-height:330px}.product h1{font-size:34px;line-height:1.08}.product .actions,.work-actions{display:grid;grid-template-columns:1fr}.product .actions .btn,.work-actions .btn{width:100%}.facts li{font-size:15px}.work-copy .section-title{font-size:32px}.summary-preview p{font-size:16px}
}
