:root{--ink:#17352f;--cream:#f7f2e8;--paper:#fffdf8;--terracotta:#cf5c3f;--gold:#e9b84a;--sage:#98a58c;--line:#d9d4c8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}
a{color:inherit;text-decoration:none}
.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);border-bottom:1px solid var(--line);background:rgba(247,242,232,.94);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em}
.brand small{display:block;font-size:8px;letter-spacing:.18em;font-weight:700}
.brand-mark{width:42px;height:42px;background:var(--terracotta);color:white;display:grid;place-items:center;border-radius:50% 50% 44% 56%;transform:rotate(-5deg)}
nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:650}
nav form{margin:0}
.link-button{background:none;border:0;color:inherit;font:inherit;cursor:pointer}
.button{display:inline-flex;justify-content:center;align-items:center;background:var(--terracotta);color:white;border:0;padding:15px 22px;border-radius:3px;font-weight:800;cursor:pointer}
.button.small{padding:10px 16px}
.button.secondary{background:var(--ink)}
.text-link{font-weight:800;border-bottom:2px solid var(--terracotta);padding-bottom:4px}
.hero{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;padding:70px clamp(24px,7vw,110px);gap:60px;overflow:hidden}
.hero-copy{align-self:center}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--terracotta)}
h1,h2,h3{font-family:Georgia,serif;margin-top:0}
h1{font-size:clamp(52px,7vw,100px);line-height:.9;letter-spacing:-.045em;margin-bottom:28px}
h1 em{color:var(--terracotta);font-weight:400}
.lead{font-size:19px;line-height:1.65;max-width:600px}
.actions{display:flex;gap:26px;align-items:center;margin-top:34px}
.hero-art{position:relative;min-height:480px;background:var(--gold);border-radius:50% 50% 12px 12px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}
.sun{position:absolute;width:150px;height:150px;border-radius:50%;background:#f8d77e;top:55px;right:55px}
.river{position:absolute;height:130px;background:#557d78;bottom:0;left:-20%;right:-20%;transform:rotate(-5deg)}
.tower{position:absolute;bottom:90px;width:150px;height:260px;background:var(--paper);clip-path:polygon(12% 12%,40% 12%,50% 0,60% 12%,88% 12%,88% 100%,12% 100%)}
.tower span{display:block;width:22px;height:70px;background:var(--ink);margin:56px auto -35px;border-radius:12px 12px 0 0}
.hero-art p{position:absolute;left:24px;bottom:18px;color:white;font-size:11px;font-weight:900;letter-spacing:.15em}
.trust{display:flex;justify-content:center;gap:8vw;background:var(--ink);color:white;padding:18px;font-size:13px}
.products,.steps,.page-head,.list,.tracking,.order-summary,.payment-callout,.admin-columns,.panel,.table-wrap{max-width:1180px;margin-left:auto;margin-right:auto}
.products,.steps{padding:100px 24px}
.products h2,.steps h2,.tracking h2,.panel h2{font-size:42px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:var(--paper);border:1px solid var(--line);padding:28px;min-height:410px;position:relative;transition:.2s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #17352f18}
.product-number{font-size:12px;font-weight:900;color:var(--terracotta)}
.paper-stack{height:170px;margin:15px 20px 30px;background:var(--gold);box-shadow:8px 8px 0 var(--sage),16px 16px 0 #e4ddd0;transform:rotate(-3deg)}
.paper-stack.flyer{background:var(--sage);transform:rotate(4deg)}
.paper-stack.card{height:105px;margin-top:50px;background:var(--terracotta)}
.product-card h3{font-size:28px}
.product-card p{line-height:1.55;color:#54645f}
.product-card a{position:absolute;bottom:28px;font-weight:900}
.product-card a span{color:var(--terracotta)}
.steps{background:var(--paper);max-width:none;padding-left:clamp(24px,7vw,110px);padding-right:clamp(24px,7vw,110px)}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.step-grid b{font-family:Georgia,serif;font-size:46px;color:var(--terracotta)}
.page-head{padding:70px 24px 35px}
.page-head h1{font-size:clamp(44px,6vw,78px)}
.order-form,.panel{max-width:900px;margin:0 auto 70px;background:var(--paper);border:1px solid var(--line);padding:34px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:28px}
label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:850}
input,select,textarea{width:100%;border:1px solid var(--line);background:white;padding:13px;color:var(--ink);font:inherit}
.wide{grid-column:1/-1}
.upload{border:2px dashed var(--sage);padding:24px}
.upload span,small{color:#66756f;font-weight:500}
.validation{color:#a32e24;margin-bottom:20px}
.list{padding:0 24px 80px}
.order-row{display:grid;grid-template-columns:1.5fr 1fr .5fr auto;align-items:center;gap:20px;background:var(--paper);border-bottom:1px solid var(--line);padding:22px}
.order-row span:first-child{display:flex;flex-direction:column}
.status{display:inline-flex;background:#e3ece5;padding:8px 12px;border-radius:30px;width:max-content;font-weight:800;font-size:12px}
.empty{text-align:center;padding:80px}
.payment-callout{background:var(--gold);padding:28px 34px;display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}
.payment-callout h2{margin-bottom:6px}
.tracking,.order-summary{background:var(--paper);padding:34px;margin-bottom:30px}
.timeline{display:flex;justify-content:space-between;overflow-x:auto}
.track-step{min-width:100px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#9da7a2;font-size:12px;position:relative}
.track-step i{width:34px;height:34px;display:grid;place-items:center;border:2px solid var(--line);border-radius:50%;background:white;font-style:normal;font-weight:900;margin-bottom:10px}
.track-step.done{color:var(--ink)}
.track-step.done i{background:var(--terracotta);border-color:var(--terracotta);color:white}
.order-summary dl{display:grid;grid-template-columns:180px 1fr}
.order-summary dt,.order-summary dd{padding:13px;border-bottom:1px solid var(--line);margin:0}
.admin-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.admin-columns .panel{margin:0 0 30px}
.history div{display:grid;grid-template-columns:170px 180px 1fr;padding:13px;border-bottom:1px solid var(--line)}
.table-wrap{padding:0 24px 35px;overflow:auto}
table{border-collapse:collapse;width:100%;background:white}
th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:13px}
footer{background:var(--ink);color:white;padding:50px clamp(24px,7vw,110px);display:flex;justify-content:space-between}
footer div:last-child{display:flex;flex-direction:column;gap:10px;text-align:right}
@media(max-width:800px){.site-header{height:auto;padding:16px 20px}
.site-header nav>a:not(.button){display:none}
.hero{grid-template-columns:1fr;padding-top:45px}
.hero-art{min-height:360px}
.trust{flex-direction:column;gap:8px}
.product-grid,.step-grid,.admin-columns{grid-template-columns:1fr}
.form-grid{grid-template-columns:1fr}
.wide{grid-column:auto}
.order-row{grid-template-columns:1fr auto}
.order-row strong,.order-row>span:last-child{display:none}
.timeline{justify-content:flex-start;gap:18px}
.history div{grid-template-columns:1fr}
.payment-callout{align-items:flex-start;gap:20px;flex-direction:column}
footer{flex-direction:column;gap:25px}
footer div:last-child{text-align:left}
}

:root{--auth-card-shadow:0 14px 35px #17352f10}
.product-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important}
.paper-stack.document{background:linear-gradient(90deg,var(--terracotta) 0 12px,var(--paper) 12px);box-shadow:8px 8px 0 var(--gold),16px 16px 0 var(--sage);transform:rotate(1deg)}
.auth-head{text-align:center}
.auth-head h1{font-size:clamp(44px,6vw,72px)}
.auth-shell{max-width:900px;margin:0 auto 80px;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:0 24px}
.auth-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--auth-card-shadow);padding:34px;display:flex;flex-direction:column;gap:20px}
.auth-card h2{font-size:30px;margin-bottom:0}
.auth-choice{justify-content:center}
.auth-divider{text-align:center;color:#78847f;font-size:12px;font-weight:800;text-transform:uppercase}
.google-button{border:1px solid var(--line);background:white;padding:14px;text-align:center;font-weight:800}
.auth-form{max-width:680px}
.form-foot{margin-bottom:0}
.form-foot a{text-decoration:underline;font-weight:800}
@media(max-width:800px){.auth-shell{grid-template-columns:1fr}
}
.hero-art{border-radius:48% 48% 12px 12px;box-shadow:18px 18px 0 #17352f0c}
.hero-art .loire-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-art .hero-caption{position:absolute;left:26px;right:26px;bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;color:white;text-shadow:0 1px 8px #17352f55}
.hero-caption span{font-size:10px;font-weight:900;letter-spacing:.2em}
.hero-caption strong{font-family:Georgia,serif;font-size:22px;line-height:1.05;text-align:right}
.loire-birds{opacity:.85}
@media(max-width:800px){.hero-caption strong{font-size:18px}.hero-art .hero-caption{left:20px;right:20px;bottom:18px}}
.admin-flash{max-width:1180px;margin:0 auto 24px;padding:16px 20px;font-weight:800;border-left:5px solid}
.admin-flash.success{background:#e3ece5;border-color:var(--ink)}
.admin-flash.error{background:#f7e3df;border-color:#a32e24;color:#7c211b}
.admin-pricing-table td small,.product-admin-row small{display:block;margin-top:5px;color:#66756f}
.muted-row{opacity:.58;background:#eeeae1}
.status.active{background:#e3ece5;color:var(--ink)}
.status.inactive{background:#ece9e2;color:#6d716e}
.row-actions{white-space:nowrap}
.row-actions form{display:inline;margin-left:14px}
.compact{font-size:12px}
.action-link{font-size:12px;text-decoration:underline;font-weight:800}
.panel-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.product-management{max-width:1180px}
.product-admin-list{margin-top:28px;border-top:1px solid var(--line)}
.product-admin-row{display:grid;grid-template-columns:minmax(220px,1fr) 130px auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.product-admin-row.archived{opacity:.68}
.danger-button{border:1px solid #a32e24;background:white;color:#a32e24;padding:10px 14px;font-weight:800;cursor:pointer}
.delete-blocked{font-size:11px;color:#858b88;max-width:90px;text-align:center}
@media(max-width:800px){.product-admin-row{grid-template-columns:1fr auto}.product-admin-row form,.delete-blocked{grid-column:span 1}.admin-pricing-table{padding-left:12px;padding-right:12px}.panel-title-row{flex-direction:column}}
.admin-print-actions{margin-top:24px;flex-wrap:wrap}
.multiline,.shipping-label .address { white-space: pre-line; }
.payment-test-panel{max-width:1132px;margin:0 auto 28px;background:var(--paper);border:1px solid var(--line);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.payment-test-panel>div{display:flex;flex-direction:column;gap:4px}.payment-test-panel.enabled{border-color:var(--terracotta);background:#fff4df}
.toggle-switch{width:92px;height:42px;border:0;border-radius:22px;padding:4px 9px;display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;font-size:11px;font-weight:900}.toggle-switch span{width:30px;height:30px;border-radius:50%;background:white;box-shadow:0 2px 6px #0002}.toggle-switch.off{background:#8b9692;color:white}.toggle-switch.on{background:var(--terracotta);color:white;flex-direction:row-reverse}
.status em{font-style:normal;font-size:9px;background:var(--gold);padding:3px 5px;margin-left:6px;border-radius:3px}.test-payment-badge{display:inline-block;background:var(--gold);color:var(--ink);padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:.06em}.payment-callout.test-mode{background:#fff0c7;border:2px solid var(--terracotta)}
.choice-help{display:block;min-height:2.8em;line-height:1.4;color:#53645e}.bleed-guide{background:#fff4df;border-left:5px solid var(--terracotta);padding:22px}.bleed-guide>strong{font-family:Georgia,serif;font-size:22px}.bleed-guide p{font-size:14px;line-height:1.55;margin:10px 0}.confirmation{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-top:16px}.confirmation input{width:auto;margin-top:3px}.confirmation span{font-weight:800}
.profile-section{border-top:1px solid var(--line);padding-top:22px;display:flex;flex-direction:column;gap:6px}
