/* Shared linen, botanical and patchwork design for every page. */
:root{--paper:#faf7ef;--ink:#30372e;--sage:#626f5c;--rose:#985458;--line:#dfd9cc;--muted:#66685e;--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;color:var(--ink);background:repeating-linear-gradient(93deg,transparent 0 3px,#75684c03 3px 4px),repeating-linear-gradient(0deg,var(--paper) 0 3px,#f5f1e9 3px 4px);font:1rem/1.65 Arial,Helvetica,sans-serif}.wrap{width:min(1280px,calc(100% - 64px));margin-inline:auto}a{color:inherit;text-underline-offset:5px}a,button,input,select,textarea{touch-action:manipulation}:focus-visible{outline:3px solid #745377;outline-offset:4px}.skip-link{position:absolute;left:20px;top:-90px;background:white;padding:12px;z-index:5}.skip-link:focus{top:10px}.site-header{min-height:100px;padding-block:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:center;gap:12px;font:1.65rem var(--serif);text-decoration:none}.preview-label{font: .6rem Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;border:1px solid #bcc4b2;border-radius:24px;padding:6px 9px;color:#52614d}.site-header nav{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;font-size:.83rem}.site-header nav>a{text-decoration:none;padding-block:5px}.site-header nav>a:hover{box-shadow:0 1px var(--sage)}.founder-badge{display:inline-flex;align-items:center;gap:6px;color:#85484b;font-size:.8rem;border:1px solid #d6b8ad;border-radius:20px;padding:3px 10px}.logout-form{margin:0}.text-button{border:0;background:none;padding:0;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:5px;cursor:pointer}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.14;margin:0 0 20px}h1{font-size:clamp(2.8rem,5.3vw,5rem);letter-spacing:-.04em}h2{font-size:2.3rem;letter-spacing:-.025em}h3{font-size:1.55rem;margin:18px 0 12px}.eyebrow{text-transform:uppercase;font-size:.68rem;letter-spacing:.2em;font-weight:600;color:var(--sage);margin:0 0 18px}.intro{max-width:480px;font:1.25rem/1.5 var(--serif);color:#55614e;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--rose);border:1px solid var(--rose);border-radius:5px;color:white;padding:11px 20px;text-decoration:none;font: .95rem/1.5 var(--serif);cursor:pointer;min-height:44px}.button:hover{background:#824348}.secondary-button{background:#eeeede;color:#495641;border-color:#d8d9c9}.secondary-button:hover{background:#e0e3d3}.small-note{font-size:.78rem;color:var(--muted);margin-top:18px;overflow-wrap:anywhere}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;padding:25px 4% 36px;position:relative}.hero-copy{padding-block:45px}.hero .button{background:var(--sage);border-color:var(--sage)}.hero-art{position:relative;min-width:0;height:500px;display:grid;justify-items:center;align-content:center;overflow:hidden}.hero-art>img{width:100%;height:470px;object-fit:contain;mix-blend-mode:multiply}.art-caption{font:italic 1rem var(--serif);color:var(--sage)}.quilt-block{display:none}.studio-section:before,.site-footer:before{content:'';position:absolute;left:0;right:0;top:0;height:24px;background:conic-gradient(from 45deg,#d6b5a370 0 90deg,#ede3ca88 90deg 180deg,#aab49c70 180deg 270deg,#f4ebda 270deg) 0 0/48px 48px;opacity:.75}.studio-section{position:relative;padding:65px 0 25px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.studio-section p:last-child{color:var(--muted);max-width:480px}.craft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.craft-grid article{padding:30px;border:1px solid var(--line);border-top:4px solid #aebba1;border-radius:6px;background:#eeeee4}.craft-grid article:nth-child(2){background:#f2e5de;border-top-color:#c58d7c}.craft-grid article:nth-child(3){background:#f3ecd8;border-top-color:#b6a26e}.craft-number{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:#656558}.craft-grid p{font-size:.9rem;color:var(--muted);margin-bottom:0}.preview-note{margin:35px 0;padding:20px 24px;border-left:3px solid #879474;background:#efefe5;font-size:.87rem;color:#575d4e}.preview-note strong{display:block;color:#343f30}.site-footer{position:relative;padding:48px 0 30px;margin-top:35px;display:flex;justify-content:space-between;gap:20px;font: .85rem var(--serif);color:#626b57}
.account-panel,.message-panel,.review-panel{margin:45px auto;padding:40px;background:#fffdf8c9;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 32px #695c4410}.account-panel{max-width:620px;min-height:55vh}.message-panel,.review-panel{max-width:920px;min-height:55vh}.account-panel h1,.message-panel h1,.review-panel h1{font-size:clamp(2.25rem,4vw,3.5rem)}.account-panel form{margin:26px 0}.account-panel label,.review-form label{display:block;margin:20px 0 6px;font-weight:600;font-size:.85rem}input:not([type=hidden]),textarea,select{display:block;width:100%;min-width:0;border:1px solid #a2a793;border-radius:4px;padding:12px;background:#fffefa;color:var(--ink);font:inherit}textarea{resize:vertical}.account-panel button{margin-top:24px}.field-error,.validation-summary{color:#912f2e;font-size:.9rem}.field-error{display:block}.validation-summary ul{padding-left:22px}.input-validation-error{border-color:#912f2e!important}.notice{background:#eceee3;border-left:3px solid #788b6e;padding:18px;margin:20px 0}.preserve-lines{white-space:pre-line;overflow-wrap:anywhere}.application-card{border:1px solid var(--line);border-radius:6px;background:#fbf8f0;padding:24px;margin:24px 0}.application-card h2{font-size:1.8rem;margin-bottom:8px;overflow-wrap:anywhere}.applicant-email{overflow-wrap:anywhere;margin:0}.review-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 28px}.pagination{display:flex;gap:20px;flex-wrap:wrap;align-items:center;margin:24px 0;font-size:.82rem}dt{font-weight:600}dd{margin:0 0 18px}.back-link{display:inline-block;margin-bottom:28px;font-size:.85rem}
.studio-workspace{display:grid;grid-template-columns:170px minmax(0,1fr);margin-block:30px;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:0 10px 35px #64533e0d}.studio-sidebar{background:linear-gradient(110deg,#626f5c,#596451);color:#fffdf6;padding:28px 14px;display:flex;flex-direction:column;align-items:stretch;gap:8px}.studio-sidebar>img{align-self:center;margin-bottom:25px}.studio-sidebar a{font: .95rem/1.5 var(--serif);padding:11px 12px;text-decoration:none;border-radius:5px}.studio-sidebar a[aria-current],.studio-sidebar a:hover{background:#ffffff20}.studio-sidebar p{margin-top:auto;padding:60px 12px 0;font: .85rem/1.5 var(--serif)}.project-dashboard{padding:30px;min-width:0}.page-heading{display:flex;gap:20px;justify-content:space-between;align-items:center}.page-heading h1{font-size:3rem;margin-bottom:8px}.page-heading .intro{margin:0}.page-heading .eyebrow{margin-bottom:12px}.page-heading>.button{flex-shrink:0}.project-filter{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:28px 0;font-size:.85rem}.project-filter select{width:auto;max-width:100%}.project-filter .button{font-size:.85rem}.project-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;align-items:start}.project-column{background:#e7e9e180;border-radius:6px;padding:10px;min-width:0}.project-column:nth-child(3n+2){background:#eee4ca70}.project-column:nth-child(3n){background:#eadfda80}.project-column>h2{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:1.1rem;margin:8px 4px 16px;line-height:1.4}.project-column>h2>span{background:#fff9;border-radius:50%;font:.75rem Arial;padding:5px 8px}.project-card{padding:20px 16px;background:#fffdf9;border:1px solid #ece6dc;border-radius:5px;box-shadow:0 3px 9px #6b58430a;margin-bottom:12px;overflow-wrap:anywhere}.project-card h3{font-size:1.4rem;margin:12px 0}.project-card h3>a{text-decoration:none}.project-excerpt{font-size:.88rem;color:var(--muted)}.project-open{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);font:.9rem var(--serif);text-decoration:none}.project-card .small-note{font-size:.7rem}.empty-projects{display:flex;align-items:center;gap:32px;padding:24px;background:#f6f1e9;border:1px solid var(--line);border-radius:7px;margin-top:24px}.empty-projects img{object-fit:contain;mix-blend-mode:multiply;max-width:30%;height:auto}.empty-projects h2{font-size:2rem}.empty-projects p{font-size:.9rem}.studio-note{border:1px solid var(--line);border-radius:5px;padding:22px;background:#eee4dc66}.studio-note>span{font:italic 1.2rem var(--serif);color:#695948}.studio-note p{font-size:.8rem;margin-bottom:0}.project-editor{max-width:800px}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media(max-width:900px){.studio-workspace{grid-template-columns:1fr}.studio-sidebar{flex-direction:row;align-items:center;flex-wrap:wrap;padding:12px}.studio-sidebar>img{width:25px;height:35px;margin:0 12px}.studio-sidebar p{display:none}.hero{padding-inline:0;gap:20px}.hero-art{height:420px}.hero-art>img{height:390px}.page-heading{align-items:flex-start;flex-wrap:wrap}}
@media(max-width:600px){.wrap{width:calc(100% - 32px)}.wordmark{flex-wrap:wrap;font-size:1.4rem}.site-header{gap:16px}.site-header nav{gap:10px 16px;font-size:.8rem}.hero{grid-template-columns:1fr;gap:0;padding-top:0}.hero-copy{padding:35px 0 0}.hero-art{height:340px}.hero-art>img{height:310px}.studio-section{grid-template-columns:1fr;gap:0}.studio-section h2{font-size:2rem}.craft-grid{grid-template-columns:1fr}.craft-grid article{padding:24px}.site-footer{flex-direction:column;gap:10px}.account-panel,.message-panel,.review-panel{padding:24px 20px;margin-block:24px}.project-dashboard{padding:20px 14px}.page-heading h1{font-size:2.5rem}.empty-projects{padding:20px;gap:18px;flex-direction:column;align-items:flex-start}.empty-projects img{max-width:100%;width:95px;align-self:center}.empty-projects h2{font-size:1.8rem}.form-columns{grid-template-columns:1fr;gap:0}.project-filter{gap:10px}.project-filter select{flex:1}.review-actions .button{width:100%}.studio-sidebar a{font-size:.85rem;padding:9px}.studio-sidebar>img{margin-inline:4px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Feather the paper edge while preserving the watercolor itself. */
.hero-art>img{width:auto;max-width:100%;mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent),linear-gradient(0deg,transparent,#000 8%,#000 92%,transparent);mask-composite:intersect}
/* Patchwork stars and sewn edges tie the public studio and private workspace together. */
.studio-section:before,.site-footer:before{height:64px;background:#eee6d5 url('../images/quilt-garden.svg') repeat-x center/128px 64px;opacity:.78;border-block:1px solid #ded4c1}
.studio-section{padding-top:100px}.site-footer{padding-top:90px}.account-panel,.message-panel,.review-panel{position:relative;border-bottom:9px solid #ddd5c1;outline:1px dashed #fefcf5;outline-offset:-6px}.studio-note{background:linear-gradient(90deg,#f5eee6 0 65%,#f5eee644),url('../images/quilt-garden.svg') right center/160px 80px;border:1px solid #dbd0bc;outline:1px dashed #fffcf5;outline-offset:-5px}.project-cover{display:block;width:100%;height:210px;object-fit:cover;border-radius:4px;margin-bottom:16px}.project-cover-empty{display:flex;align-items:center;justify-content:center;min-height:130px;background:linear-gradient(#fff8,#fff8),url('../images/quilt-garden.svg') center/160px 80px;border:1px solid #e8ddcb;border-radius:4px;margin-bottom:16px;text-decoration:none}.project-cover-empty>span{background:#fffdf3ed;border-radius:3px;padding:8px 13px;font:italic .95rem var(--serif);color:#5f6657}.project-tabs{display:flex;flex-wrap:wrap;gap:18px;border-block:1px solid var(--line);padding-block:14px;font-size:.88rem}.project-tabs>[aria-current]{color:#934e52;font-weight:600}.photo-studio,.gallery-preview{padding-block:36px}.photo-studio h1{font-size:3.4rem}.upload-panel{display:grid;grid-template-columns:1fr 1fr;gap:40px;border:1px solid #dcd5c5;border-top:12px solid #bbc3ad;border-radius:7px;padding:30px;margin:30px 0;background:#fffdf7;box-shadow:0 6px 25px #6c57400b}.upload-panel h2{font-size:2rem}.upload-panel p{color:var(--muted)}.photo-upload-form label,.photo-card label{display:block;font-size:.85rem;margin:16px 0 8px}.photo-upload-form input[type=file]{font-size:.85rem;padding:10px;overflow:hidden}.photo-upload-form input::file-selector-button{background:#e9ecdf;color:#495540;border:1px solid #c3cbb8;border-radius:3px;padding:8px;margin-right:8px;font:inherit}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:start}.photo-card{min-width:0;overflow:hidden;border:1px solid #e2d9c8;border-radius:7px;background:#fffdf8;box-shadow:0 6px 18px #6b58430b}.photo-card>a>img{display:block;width:100%;height:280px;object-fit:contain;background:#edeade}.photo-card-body{padding:20px}.cover-badge{border:1px solid #b7c1a5;background:#e9edde;border-radius:16px;padding:4px 10px;float:right;color:#4a6041}.photo-card textarea{font-size:.9rem}.photo-card form>.button{margin-top:12px;font-size:.85rem}.photo-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;padding-top:16px;border-top:1px solid var(--line)}.photo-actions button{border:1px solid #c7cbbd;border-radius:4px;color:#46503e;background:#f4f4e9;font: .85rem var(--serif);padding:10px;cursor:pointer;min-height:40px}.photo-actions button:disabled{opacity:.45;cursor:default}.remove-photo{font-size:.8rem;margin-top:20px;color:#7d4446}.remove-photo summary{cursor:pointer;padding-block:8px}.remove-photo p{color:var(--muted)}.quilt-empty{padding:52px 30px;background:linear-gradient(#fffaf0d9,#fffaf0d9),url('../images/quilt-garden.svg') center/320px 160px;border:1px solid #e0d5c0;border-radius:6px;text-align:center}.quilt-empty h2{font-size:2rem}.preview-toolbar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.8rem;padding:14px 20px;background:#e9ecdf;border-radius:5px}.gallery-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:45px;padding-block:40px}.gallery-intro h1{font-size:clamp(2.5rem,5vw,4.5rem);overflow-wrap:anywhere}.gallery-intro .preserve-lines{font:1.1rem/1.75 var(--serif);color:#5c6457}.gallery-cover{width:100%;height:auto;max-height:650px;object-fit:contain;border-radius:6px;background:#eae6db}.gallery-divider{text-align:center;font: .72rem Arial;letter-spacing:.22em;text-transform:uppercase;padding:36px 10px 24px;border-top:24px solid transparent;border-image:url('../images/quilt-garden.svg') 40 repeat}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gallery-grid figure{margin:0;border:1px solid #e7dfd1;background:#fffdf8;border-radius:6px;overflow:hidden}.gallery-grid img{display:block;width:100%;height:300px;object-fit:contain;background:#efebe1}.gallery-grid figcaption{font:1rem/1.5 var(--serif);padding:16px 20px;overflow-wrap:anywhere}
@media(max-width:900px){.upload-panel{gap:24px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.studio-section:before,.site-footer:before{height:48px;background-size:96px 48px}.studio-section{padding-top:80px}.site-footer{padding-top:72px}.upload-panel,.gallery-intro{grid-template-columns:1fr;gap:20px}.upload-panel{padding:22px}.photo-grid,.gallery-grid{grid-template-columns:1fr}.photo-studio h1{font-size:2.7rem}.gallery-intro{padding-block:28px}.quilt-empty{padding:36px 22px}.photo-studio,.gallery-preview{padding-block:24px}}
/* Public portfolio: generous photographs, quiet maker credits, and stitched framing. */
.public-gallery{padding-block:42px}.gallery-welcome{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:12px 20px 36px;border-bottom:32px solid transparent;border-image:url('../images/quilt-garden.svg') 40 repeat}.gallery-welcome h1{font-size:clamp(3rem,5vw,4.8rem);margin-bottom:12px}.gallery-welcome .intro{max-width:620px;margin-bottom:0}.gallery-welcome>img{margin-right:40px;transform:rotate(8deg)}.gallery-search{display:flex;gap:18px;align-items:end;flex-wrap:wrap;padding:30px 0}.gallery-search>div:first-child{flex:1;min-width:240px}.gallery-search label{display:block;font-size:.82rem;margin-bottom:8px}.gallery-search>a{font-size:.82rem;padding-bottom:14px}.public-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.public-gallery-card{border:1px solid #e3dbcc;border-radius:7px;overflow:hidden;background:#fffdf8;box-shadow:0 8px 24px #74644f0b}.gallery-card-image{display:block;min-height:220px;background:#ece9df}.gallery-card-image img{display:block;width:100%;height:300px;object-fit:cover}.public-gallery-card>div{padding:22px}.public-gallery-card h2{font-size:1.6rem;margin:10px 0;overflow-wrap:anywhere}.public-gallery-card h2 a{text-decoration:none}.maker-credit{color:#69735e;font:italic 1rem var(--serif);overflow-wrap:anywhere}.public-gallery-card .project-open{margin-top:22px}.public-detail .gallery-intro{padding-top:0}.public-detail h1{overflow-wrap:anywhere}.gallery-endnote{display:flex;align-items:center;gap:18px;margin-top:40px;padding:28px;background:#e8ecdf;border:1px solid #d3d9c9;border-radius:5px;outline:1px dashed #fffaf2;outline-offset:-6px;font:1rem/1.6 var(--serif)}.gallery-endnote>a{margin-left:auto}.publication-summary{background:#f5f1e7;border:1px solid #ded5c3;border-top:24px solid transparent;border-image:url('../images/quilt-garden.svg') 40 repeat;padding:24px;margin-block:24px;overflow-wrap:anywhere}.publication-state{display:inline-block;padding:6px 14px;background:#e5eada;border:1px solid #b9c4aa;border-radius:25px;font-size:.85rem}.publishing-panel form{margin-top:24px}.publishing-panel .preserve-lines{font-family:var(--serif)}
@media(max-width:950px){.public-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-welcome>img{margin-right:0}}
@media(max-width:600px){.public-gallery{padding-block:25px}.gallery-welcome{padding:10px 0 28px;gap:12px}.gallery-welcome>img{width:42px;height:58px}.gallery-search{gap:14px}.gallery-search>div{width:100%}.gallery-search>div:first-child{min-width:0}.public-gallery-grid{grid-template-columns:1fr}.gallery-card-image img{height:300px}.gallery-endnote{flex-wrap:wrap;padding:22px}.gallery-endnote>a{margin-left:0;width:100%}.publication-summary{padding:20px}}

/* Crafter story and personal gallery; template choices follow in v0.1.6a. */
.profile-editor { max-width: 760px; margin: 2rem auto; padding: clamp(1rem, 4vw, 3rem); background: #faf7f0; position: relative; padding-top: 6rem; }
.profile-form { display: grid; gap: 1.5rem; margin: 2rem 0; }
.profile-form label { display: block; margin-bottom: .5rem; }
.profile-form input:not([type=hidden]), .profile-form textarea { width: 100%; box-sizing: border-box; }
.profile-form p { font-size: .9rem; color: #535e4f; }
.profile-form .button { justify-self: start; }
.maker-profile { margin: 2rem 0 4rem; }
.maker-story { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 2rem; align-items: center; margin-top: 1.5rem; padding: clamp(1.5rem, 4vw, 3rem); background: #f7f1e8; position: relative; border: 0; padding-bottom: calc(clamp(1.5rem, 4vw, 3rem) + 80px); }
.maker-story h1 { overflow-wrap: anywhere; }
.maker-story > img { width: 100%; height: 320px; object-fit: contain; mix-blend-mode: multiply; }
.maker-bio { overflow-wrap: anywhere; max-width: 65ch; }
.maker-credit a { color: inherit; text-underline-offset: .2em; }
@media (max-width: 650px) { .maker-story { grid-template-columns: minmax(0, 1fr); } .maker-story > img { height: 150px; } .profile-editor { margin: 1rem 0; } }

.profile-editor::before, .maker-story::after { content: ""; position: absolute; left: 0; right: 0; height: 80px; background: url('/images/quilt-garden.svg') repeat-x center / 160px 80px; pointer-events: none; }
.profile-editor::before { top: 0; height: 64px; background-size: 128px 64px; }
.maker-story::after { bottom: 0; }

/* Razor emits an inline-hidden placeholder for valid summaries. Use external CSS for our CSP. */
.validation-summary-valid,.field-validation-valid{display:none}
.validation-summary-errors,.field-validation-error{color:#912f2e;font-size:.95rem}
.validation-summary-errors ul{padding-left:1.4rem}
.profile-editor h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.12}
.profile-form .small-note,.profile-form [id$="-help"]{font-size:.95rem;line-height:1.6}
.site-footer a{text-underline-offset:.2em}
.development-updates{max-width:900px;margin:0 auto;padding:clamp(1.25rem,4vw,3rem)}
.updates-heading{padding-bottom:3.5rem;border-bottom:32px solid transparent;border-image:url('/images/quilt-garden.svg') 64 round}
.updates-heading h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.1}
.release-entry{padding:2rem 0;border-bottom:1px dashed var(--sage,#68775e)}
.release-entry h2{font-size:clamp(1.5rem,3vw,2rem);margin:.5rem 0}
.release-entry li{margin:.65rem 0;line-height:1.65}
.release-entry ul{padding-left:1.3rem}
.release-current{display:inline-block;margin-left:.5rem;padding:.2rem .5rem;background:#e5e9df;color:#35452f;border-radius:4px;letter-spacing:.05em}

.policy-links{display:flex;flex-wrap:wrap;gap:1rem;padding-block:1.25rem;font-size:.9rem}
.policy-page{max-width:880px;margin:auto;padding:clamp(1.25rem,4vw,3rem);overflow-wrap:anywhere}
.policy-page h1{font-size:clamp(2.1rem,5vw,3.7rem)}
.policy-page h2{font-size:1.65rem;margin:2rem 0 .8rem}
.policy-page p,.policy-page li{line-height:1.75}
.policy-page li{margin:.7rem 0}
.policy-table{overflow-x:auto}.policy-table table{width:100%;border-collapse:collapse;font-size:.9rem}
.policy-table th,.policy-table td{text-align:left;vertical-align:top;padding:.8rem;border:1px solid #d9d5c9}
.cookie-notice{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;padding:1.25rem;background:#e9ecdf;border:1px solid #c7cebb;border-radius:6px;margin-block:1.5rem}
.cookie-notice p{margin:.4rem 0 0;font-size:.95rem;line-height:1.6}.cookie-notice form{flex-shrink:0}
@media(max-width:600px){.cookie-notice{flex-direction:column;align-items:flex-start}.policy-table th,.policy-table td{padding:.5rem}}

.account-menu{position:relative}.account-menu summary{cursor:pointer;padding:.5rem;border-radius:4px;font-size:.9rem;white-space:nowrap}
.account-menu summary:focus-visible{outline:2px solid #59684f;outline-offset:3px}
.account-menu-items{position:absolute;right:0;top:100%;min-width:190px;z-index:20;background:#fffdf8;border:1px solid #c8cbbf;border-radius:6px;box-shadow:0 8px 22px #303b3020;padding:.5rem;display:flex;flex-direction:column;gap:.15rem}
.site-header .account-menu-items a,.site-header .account-menu-items button{display:block;text-align:left;padding:.7rem;width:100%;font-size:.9rem;box-sizing:border-box}
.account-menu-items a:hover,.account-menu-items button:hover{background:#e9ecdf}
.profile-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-bottom:1.5rem}
.profile-toolbar .button{min-width:170px;box-sizing:border-box}
.profile-photo-editor{padding:1.25rem;background:#efeee6;border:1px solid #d7d8cb;border-radius:6px;margin:1.5rem 0}
.profile-photo-editor h2{font-size:1.5rem}.profile-photo-editor form{margin:.8rem 0}.profile-photo-editor input[type=file]{max-width:100%;box-sizing:border-box;margin-bottom:1rem}
.maker-portrait{display:block;width:160px;height:160px;object-fit:contain;background:#f7f5ed;border:3px solid #d4d8c8;border-radius:50%;margin-bottom:1rem}
.profile-social{border:1px solid #d7d8cb;padding:1rem;min-width:0}.profile-social legend{font-family:var(--serif);font-size:1.25rem}.profile-social>div{margin-block:1rem}
.maker-social-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;font-size:.95rem}
@media(max-width:600px){.site-header nav{position:relative}.account-menu{position:static}.account-menu-items{right:0;left:auto}.profile-toolbar .button{flex:1}.profile-toolbar{justify-content:stretch}.maker-portrait{width:120px;height:120px}}


.project-search-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem;margin:1.5rem 0 2rem;background:#efeee6;border:1px solid #d4d8c8;border-radius:7px;border-top:12px solid transparent;border-image:url('../images/quilt-garden.svg') 32 round}
.project-search-panel>div{min-width:0}.project-search-field{grid-column:1/-1}.project-search-panel label{display:block;margin-bottom:.35rem;font-size:.9rem}
.project-search-panel input,.project-search-panel select{width:100%;box-sizing:border-box;margin:0}
.project-filter-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.project-search-panel>.small-note{grid-column:1/-1;margin:0}
.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:.5rem 0 .8rem}.project-tags li{max-width:100%}
.project-tags a{display:block;padding:.2rem .55rem;border:1px solid #d2d8c7;border-radius:12px;background:#eef0e6;color:#40543b;font-size:.8rem;overflow-wrap:anywhere;text-decoration:none}
.project-tags a:hover{text-decoration:underline}
@media(max-width:650px){.project-search-panel{grid-template-columns:1fr;padding:1rem}.project-search-panel>*{grid-column:1}}

.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-block:26px}.collection-card{position:relative;padding:64px 26px 26px;background:#fffdf7;border:1px solid #ded6c7;border-radius:7px;overflow:hidden;box-shadow:0 8px 24px #74644f0b}.collection-card:before,.collection-heading:after{content:"";position:absolute;left:0;right:0;height:40px;background:url('/images/quilt-garden.svg') repeat-x center / 80px 40px;pointer-events:none}.collection-card:before{top:0}.collection-card h2{font-size:1.8rem;margin-block:12px;overflow-wrap:anywhere}.collection-card p,.collection-heading p{overflow-wrap:anywhere}.collection-card .review-actions{align-items:center}.collection-heading{position:relative;padding-bottom:64px;margin-bottom:24px}.collection-heading:after{bottom:0}.collection-heading h1{overflow-wrap:anywhere}.collection-heading .preserve-lines{max-width:760px;font:1.1rem/1.7 var(--serif)}.collection-delete{border-top:1px solid #ded6c7;padding-top:24px;margin-top:40px}.collection-delete summary{cursor:pointer}.collection-delete .checkbox-label{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.collection-delete input[type=checkbox]{width:auto;margin-top:4px}.collection-projects{display:grid;gap:14px}.collection-project{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 26px;background:#fffdf7;border:1px solid #ded6c7;border-radius:6px}.collection-project>div{min-width:0}.collection-project h2{font-size:1.5rem;margin-block:8px;overflow-wrap:anywhere}.collection-project p{margin-bottom:0}.collection-project form{flex-shrink:0}.collection-editor h1{font-size:clamp(2.4rem,5vw,4rem)}
@media(max-width:700px){.collection-grid{grid-template-columns:1fr}.collection-project{align-items:flex-start;flex-direction:column;gap:16px;padding:20px}.collection-project form,.collection-project button{width:100%}.collection-card{padding-inline:20px}}

.help-topic{margin:14px 0;border:1px solid #d9d4c7;border-radius:6px;background:#fffdf7;overflow:hidden}.help-topic summary{padding:18px 22px;cursor:pointer;font:1.2rem/1.5 var(--serif);color:#394833}.help-topic[open] summary{background:#edf0e5;border-bottom:1px solid #d9d4c7}.help-topic>div{padding:6px 22px 14px}.help-topic ol{padding-left:24px}.help-page .gallery-endnote p:last-child{margin-bottom:0}.help-topic summary:focus-visible{outline:2px solid #566749;outline-offset:-4px}

.directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px}.directory-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:64px 26px 26px;background:#fffdf7;border:1px solid #ded6c7;border-radius:7px;overflow:hidden;box-shadow:0 8px 24px #74644f0b}.directory-card:before{content:"";position:absolute;top:0;left:0;right:0;height:32px;background:url('/images/quilt-garden.svg') repeat-x center / 64px 32px}.directory-portrait{display:block;align-self:center;margin-bottom:8px}.directory-portrait img{display:block;width:120px;height:120px;object-fit:cover;border-radius:50%;background:#eeeee4;border:1px solid #d9dece}.directory-portrait img.directory-tulip{padding:22px;object-fit:contain}.directory-card h2{font-size:1.7rem;overflow-wrap:anywhere;margin:16px 0 12px}.directory-card h2 a{text-decoration:none}.directory-crafts{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0 0 16px}.directory-crafts li{padding:4px 10px;border-radius:20px;background:#edf0e5;font-size:.78rem;color:#43533b}.directory-story{font:1rem/1.7 var(--serif);overflow-wrap:anywhere;white-space:pre-line}.directory-card .project-open{margin-top:auto;align-self:stretch}.directory-card .small-note{margin-top:12px}
@media(max-width:900px){.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.directory-grid{grid-template-columns:1fr}.directory-card{padding-inline:22px}}

.home-highlights{margin-block:36px;padding-block:40px;border-top:24px solid transparent;border-image:url('/images/quilt-garden.svg') 40 repeat}.home-highlights .page-heading{margin-bottom:24px}.home-highlights h2{font-size:2.4rem;margin-block:8px}.home-highlights h3{font-size:1.6rem;margin:10px 0;overflow-wrap:anywhere}.home-highlights h3 a{text-decoration:none}.curation-project{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.6fr);gap:24px;padding:24px;border:1px solid #ded6c7;border-radius:6px;background:#fffdf7}.curation-project h2{font-size:1.5rem;overflow-wrap:anywhere}.curation-project p{overflow-wrap:anywhere}.curation-project form{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.curation-project label{display:flex;align-items:center;gap:10px}.curation-project input[type=checkbox]{width:20px;height:20px;margin:0}@media(max-width:600px){.curation-project{grid-template-columns:1fr}.curation-project button{width:100%}}

/* A small stitched label keeps availability consistent across maker themes. */
.etsy-badge { display: inline-block; width: fit-content; max-width: 100%; padding: .3rem .65rem; border: 1px dashed #75806c; border-radius: .25rem; background: #edf0e7; color: #384333; font: 600 .8rem/1.5 var(--font-body, sans-serif); letter-spacing: .015em; margin: .25rem 0 .7rem; }
.etsy-badge.availability-soldonetsy { background: #f4e6e3; border-color: #a37670; color: #71433e; }
.etsy-badge.availability-madetoorderonetsy { background: #f7efd9; border-color: #a28c52; color: #655425; }
.etsy-badge.availability-galleryonly { background: #f2eee7; border-color: #a59f92; color: #57574d; }
.etsy-editor, .etsy-details { min-width: 0; margin: 1.5rem 0; padding: clamp(1rem, 3vw, 1.7rem); border: 1px solid #c7c6b5; border-radius: .4rem; background: #f8f5ed; }
.etsy-editor legend { padding: 0 .5rem; font-size: 1.35rem; }
.etsy-details { border-top: 5px solid #9ba48a; }
.etsy-details > p { max-width: 75ch; }

/* An open craft directory, with room for more than one technique. */
.craft-picker { min-width: 0; padding: 1.25rem; border: 1px dashed #9ba48a; background: #f8f5ed; margin: 1.5rem 0; border-radius: .4rem; }
.craft-picker legend { padding: 0 .5rem; font-size: 1.2rem; }
.craft-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .45rem; }
.craft-options label { display: flex; align-items: start; gap: .6rem; padding: .55rem; margin: 0; font-weight: 400; background: #fffdf8; border-radius: .25rem; overflow-wrap: anywhere; }
.craft-options input[type=checkbox] { width: 1.1rem; height: 1.1rem; min-width: 1.1rem; margin: .25rem 0 0; accent-color: #64735b; }
.craft-options label:has(input:checked) { outline: 1px solid #758568; background: #e9edde; }
.craft-add { display: grid; gap: .7rem; max-width: 40rem; margin-block: 2rem; }
.craft-admin-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.craft-rename { display: grid; gap: .6rem; padding: 1rem; border: 1px solid #d4cebe; border-radius: .4rem; min-width: 0; }
.craft-rename label { overflow-wrap: anywhere; }
.craft-number { overflow-wrap: anywhere; }
@media(max-width:600px) { .craft-options, .craft-admin-list { grid-template-columns: 1fr; } .craft-picker { padding: .75rem; } }

.directory-crafts, .directory-crafts li { max-width: 100%; overflow-wrap: anywhere; }
.gallery-search > div { max-width: 100%; }
.gallery-search select { max-width: 100%; }

/* A roomier making journal, with compact craft choices and a shared photo queue. */
.project-editor.account-panel { max-width: 1100px; }
.project-editor .craft-options { grid-template-columns: repeat(4,minmax(0,1fr)); }
.editor-photos { min-width: 0; padding: 1.25rem; margin: 1.5rem 0; border: 1px solid var(--line); border-radius: 6px; background: #f7f2e9; }
.photo-drop-zone { border: 2px dashed #78856b; border-radius: 6px; padding: 1rem; background: #fffdf8; }
.photo-drop-zone.is-dragging { background: #e9edde; border-color: #9b5155; }
.photo-drop-zone input { max-width: 100%; }
.photo-queue { padding: 0; list-style: none; }
.photo-queue li { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: .4rem 0; border-top: 1px solid var(--line); }
.photo-queue span { overflow-wrap: anywhere; min-width: 0; }
.photo-queue button { padding: .35rem .65rem; flex-shrink: 0; }
.editor-photo-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.editor-photo-strip figure { margin: 0; }
.editor-photo-strip img { width: 100%; height: 120px; object-fit: cover; border-radius: 4px; }
.editor-photo-strip figcaption { font-size: .8rem; }
@media(max-width:1050px) { .project-editor .craft-options { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media(max-width:750px) { .project-editor .craft-options, .editor-photo-strip { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:420px) { .project-editor .craft-options { grid-template-columns: 1fr; } .editor-photos { padding: .75rem; } }
