:root {
  --cream: #f7f1e8;
  --paper: #fffaf4;
  --ink: #24221f;
  --muted: #6d685f;
  --teal: #1f6a64;
  --teal-dark: #154d49;
  --coral: #e0705a;
  --plum: #5b3f5c;
  --mustard: #d7a447;
  --line: rgba(36, 34, 31, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--coral); color: white; }
.site-shell { min-height: 100vh; overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(247,241,232,.91); backdrop-filter: blur(14px); }
.header-inner { width: min(1280px, calc(100% - 48px)); min-height: 104px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { justify-self: start; display: inline-flex; align-items: center; }
.brand-logo { width: 220px; height: auto; object-fit: contain; }
.header-inner nav { display: flex; align-items: center; gap: 32px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-inner nav a { position: relative; padding: 8px 0; }
.header-inner nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--coral); transition: right .25s ease; }
.header-inner nav a:hover::after, .header-inner nav a:focus-visible::after { right: 0; }
.shop-pill { justify-self: end; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-size: .8rem; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.shop-pill:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 32px; padding-top: 70px; padding-bottom: 76px; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .76rem; line-height: 1.2; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--coral); margin-right: 6px; }
.hero h1, .collection-hero h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.1rem); line-height: .87; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em, .collection-hero h1 em { color: var(--coral); font-weight: 500; }
.hero-intro { max-width: 565px; margin: 32px 0 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.55; color: #4d4943; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 13px 22px; border: 1px solid transparent; font-size: .85rem; font-weight: 850; letter-spacing: .025em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--teal); color: white; box-shadow: 0 12px 28px rgba(31,106,100,.18); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 16px 32px rgba(31,106,100,.24); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--paper); color: var(--teal-dark); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: .86rem; font-weight: 850; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .03em; }
.hero-proof span:nth-child(even) { color: var(--coral); }

.hero-art { position: relative; min-height: 540px; }
.hero-blob { position: absolute; inset: 5% 2% 3% 5%; background: #e8d3b9; border-radius: 42% 58% 68% 32% / 48% 34% 66% 52%; transform: rotate(-4deg); }
.hero-photo { position: absolute; display: block; overflow: hidden; border: 7px solid var(--paper); box-shadow: 0 24px 60px rgba(63,48,33,.2); transition: transform .35s ease, z-index 0s; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { width: 59%; height: 67%; left: 14%; top: 15%; border-radius: 49% 51% 45% 55% / 39% 43% 57% 61%; transform: rotate(-4deg); }
.hero-photo-top { width: 32%; height: 42%; right: 0; top: 3%; border-radius: 44% 56% 48% 52% / 61% 43% 57% 39%; transform: rotate(8deg); }
.hero-photo-bottom { width: 37%; height: 42%; right: 3%; bottom: 0; border-radius: 53% 47% 62% 38% / 42% 58% 42% 58%; transform: rotate(5deg); }
.hero-photo:hover { transform: rotate(0) translateY(-7px) scale(1.02); z-index: 4; }
.handmade-stamp { position: absolute; z-index: 5; left: 2%; bottom: 8%; width: 116px; height: 116px; border-radius: 50%; background: var(--mustard); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-11deg); border: 3px solid var(--paper); box-shadow: 0 10px 28px rgba(63,48,33,.16); }
.handmade-stamp span { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; line-height: 1; }
.handmade-stamp small { font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.confetti { position: absolute; z-index: 6; width: 16px; height: 16px; border-radius: 50%; }
.confetti-one { left: 3%; top: 12%; background: var(--coral); box-shadow: 24px -20px 0 -4px var(--plum); }
.confetti-two { right: 11%; top: 51%; background: var(--teal); width: 10px; height: 24px; transform: rotate(32deg); border-radius: 999px; }
.confetti-three { left: 40%; bottom: 1%; background: var(--plum); box-shadow: 27px 6px 0 -3px var(--coral); }

.marquee { border-block: 1px solid var(--ink); background: var(--mustard); overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.marquee-track { min-width: max-content; padding: 15px 0; display: flex; align-items: center; gap: 24px; animation: scroll 28s linear infinite; font-size: .75rem; font-weight: 900; letter-spacing: .17em; }
.marquee-track i { color: var(--coral); font-family: var(--serif); font-size: 1.3rem; font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

.featured { padding-top: 130px; padding-bottom: 145px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-heading h2, .story h2, .process h2, .cta-band h2, .collection-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.section-heading .eyebrow { margin-bottom: 13px; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 24px; }
.work-card { display: block; min-width: 0; }
.work-image { position: relative; height: 390px; overflow: hidden; border-radius: 38px 38px 14px 38px; background: #e8ded0; }
.work-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,16,.2), transparent 35%); opacity: .4; transition: opacity .3s ease; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.work-arrow { position: absolute; z-index: 2; top: 16px; right: 16px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.15rem; transform: rotate(0); transition: transform .3s ease, background .3s ease, color .3s ease; }
.work-category { position: absolute; z-index: 2; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,250,244,.92); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.work-info { display: flex; justify-content: space-between; gap: 15px; align-items: start; padding: 18px 4px 0; }
.work-info h3 { display: -webkit-box; min-height: 3.3em; margin: 0 0 9px; overflow: hidden; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; line-height: 1.1; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.work-info p { display: -webkit-box; min-height: 6em; margin: 0; overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.work-info > span { color: var(--muted); transition: transform .25s ease; }
.work-card:hover .work-image img { transform: scale(1.055); }
.work-card:hover .work-image::after { opacity: 0; }
.work-card:hover .work-arrow { transform: rotate(45deg); background: var(--teal); color: white; }
.work-card:hover .work-info > span { transform: translateX(4px); }
.accent-coral .work-image { background: #ead0c7; }
.accent-plum .work-image { background: #d7cbd8; }
.accent-mustard .work-image { background: #eee0b8; }
.mobile-link { display: none; }

.story { display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(55px, 8vw, 115px); align-items: center; padding-bottom: 150px; }
.story-image-wrap { position: relative; min-height: 630px; }
.story-image-wrap::before { content: ""; position: absolute; width: 85%; height: 90%; left: -6%; bottom: -2%; background: var(--plum); border-radius: 45% 55% 60% 40% / 39% 35% 65% 61%; transform: rotate(-4deg); }
.story-image-wrap > img { position: absolute; inset: 0 0 auto auto; width: 91%; height: 92%; object-fit: cover; border-radius: 48% 52% 42% 58% / 35% 39% 61% 65%; box-shadow: 0 24px 55px rgba(50,38,38,.2); }
.story-note { position: absolute; right: -7%; bottom: 1%; width: 210px; min-height: 150px; padding: 22px; border-radius: 24px 24px 8px 24px; background: var(--paper); box-shadow: 0 18px 40px rgba(50,38,38,.18); transform: rotate(4deg); }
.story-note span { color: var(--coral); font-size: 1.4rem; }
.story-note p { margin: 9px 0 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.25; }
.story-copy { max-width: 560px; }
.story-copy .story-lead { margin-top: 30px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; color: #45413d; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); font-size: .98rem; line-height: 1.8; }
.story-copy .button { margin-top: 20px; }

.process { padding: 88px 0 128px; border-top: 1px solid var(--line); }
.compact-heading { max-width: 670px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.process article { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,250,244,.55); transition: transform .25s ease, background .25s ease; }
.process article:hover { transform: translateY(-5px) rotate(-1deg); background: var(--paper); }
.process article:nth-child(2):hover { transform: translateY(-5px) rotate(1deg); }
.process article > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--coral); color: white; font-family: var(--serif); font-weight: 700; }
.process article:nth-child(2) > span { background: var(--teal); }
.process article:nth-child(3) > span { background: var(--plum); }
.process h3 { margin: 48px 0 11px; font-family: var(--serif); font-size: 1.5rem; }
.process article p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .9rem; }

.cta-band { position: relative; margin-bottom: 120px; padding: 88px clamp(30px, 8vw, 110px); text-align: center; color: white; background: var(--teal); border-radius: 60px 20px 60px 20px; overflow: hidden; }
.cta-band::before, .cta-band::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; border: 45px solid rgba(255,255,255,.08); }
.cta-band::before { top: -115px; left: -80px; }
.cta-band::after { right: -90px; bottom: -130px; }
.cta-band .eyebrow { color: #f5dba5; }
.cta-band h2 { position: relative; z-index: 1; max-width: 800px; margin-inline: auto; }
.cta-band > p:not(.eyebrow) { position: relative; z-index: 1; color: rgba(255,255,255,.74); }
.cta-band .button { position: relative; z-index: 1; margin-top: 18px; }
.cta-spark { position: absolute; right: 10%; top: 15%; color: var(--mustard); font-size: 3rem; transform: rotate(14deg); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); padding: 45px 0 145px; }
.faq-intro { max-width: 440px; }
.faq-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.faq-intro > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 22px; padding: 24px 4px; font-family: var(--serif); font-size: 1.25rem; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-family: var(--sans); font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 46px 26px 4px; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.site-footer { padding: 80px max(24px, calc((100vw - 1180px)/2)) 24px; color: #eee8df; background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 70px; }
.footer-brand img { width: 270px; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; color: #aaa49c; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 25px; }
.footer-links div { display: flex; flex-direction: column; align-items: start; gap: 14px; }
.footer-links strong { margin-bottom: 8px; color: #827c74; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { font-family: var(--serif); font-size: 1.1rem; }
.footer-links a:hover { color: var(--mustard); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #48443f; color: #827c74; font-size: .72rem; }

.collection-page { background: #f4ece1; }
.collection-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; padding-top: 110px; padding-bottom: 75px; }
.collection-hero h1 { font-size: clamp(4.2rem, 8vw, 8rem); }
.collection-hero > p { max-width: 450px; margin: 0 0 8px; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; line-height: 1.6; }
.collection { padding-bottom: 135px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.filter-row button { cursor: pointer; display: inline-flex; align-items: center; gap: 11px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; font: 800 .77rem var(--sans); transition: background .2s ease, color .2s ease, transform .2s ease; }
.filter-row button span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(36,34,31,.08); font-size: .66rem; }
.filter-row button:hover { transform: translateY(-2px); }
.filter-row button.active { background: var(--ink); color: white; border-color: var(--ink); }
.filter-row button.active span { background: rgba(255,255,255,.16); }
.collection-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -18px 2px 28px; color: var(--muted); font-size: .78rem; letter-spacing: .04em; }
.collection-summary strong { color: var(--ink); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 24px; }
.collection-grid .work-card:nth-child(7n + 2) .work-image, .collection-grid .work-card:nth-child(7n + 6) .work-image { height: 470px; }
.collection-grid .work-card:nth-child(7n + 3) .work-image { border-radius: 14px 38px 38px 38px; }
.collection-note { display: grid; grid-template-columns: auto .85fr 1.15fr; align-items: center; gap: 38px; margin-bottom: 125px; padding: 45px 54px; border: 1px solid var(--line); background: var(--paper); border-radius: 18px 48px 18px 48px; }
.collection-note > span { color: var(--coral); font-size: 3.7rem; }
.collection-note .eyebrow { margin-bottom: 7px; }
.collection-note h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.collection-note > p { color: var(--muted); line-height: 1.75; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin-top: 72px; }
.pagination button { cursor: pointer; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); font: 800 .8rem var(--sans); transition: transform .2s ease, color .2s ease, background .2s ease; }
.pagination button:hover:not(:disabled) { transform: translateY(-2px); }
.pagination button.active { color: white; background: var(--teal); border-color: var(--teal); }
.pagination button:disabled { cursor: not-allowed; opacity: .32; }

/* Afgeschermd portfolio-beheer */
.admin-shell { min-height: 100vh; background: #f4ece1; }
.admin-topbar { min-height: 88px; padding: 14px max(24px, calc((100vw - 1380px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(255,250,244,.94); }
.admin-brand { display: flex; align-items: center; gap: 15px; }
.admin-brand img { width: 175px; height: auto; }
.admin-brand span { padding: 6px 10px; border-radius: 999px; color: white; background: var(--teal); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.admin-account { display: flex; align-items: center; justify-content: flex-end; gap: 18px; color: var(--muted); font-size: .76rem; }
.admin-account a { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 800; }
.admin-main { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 100px; }
.admin-intro { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 36px; }
.admin-intro > div:first-child { max-width: 720px; }
.admin-intro .eyebrow { margin-bottom: 12px; }
.admin-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; line-height: .92; letter-spacing: -.05em; }
.admin-intro p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); line-height: 1.7; }
.admin-total { flex: 0 0 auto; min-width: 165px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 22px 22px 8px 22px; background: var(--paper); text-align: center; }
.admin-total strong { display: block; color: var(--coral); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.admin-total span { display: block; margin-top: 6px; color: var(--muted); font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.admin-notice { margin-bottom: 22px; padding: 16px 18px; border: 1px solid; border-radius: 14px; font-size: .86rem; font-weight: 750; }
.admin-notice.success { border-color: rgba(31,106,100,.35); color: var(--teal-dark); background: #e5f1ed; }
.admin-notice.error { border-color: rgba(185,65,48,.35); color: #8c2f22; background: #f9e7e2; }
.admin-layout { display: grid; grid-template-columns: minmax(340px, 430px) minmax(0, 1fr); gap: 26px; align-items: start; }
.admin-editor, .admin-library { border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 45px rgba(63,48,33,.07); }
.admin-editor { position: sticky; top: 20px; padding: 28px; border-radius: 30px 30px 10px 30px; scroll-margin-top: 20px; }
.admin-library { padding: 30px; border-radius: 10px 30px 30px 30px; }
.admin-panel-heading, .admin-library-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.admin-panel-heading { margin-bottom: 25px; }
.admin-panel-heading .eyebrow, .admin-library-heading .eyebrow { margin-bottom: 7px; }
.admin-panel-heading h2, .admin-library-heading h2 { margin: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.12; }
.admin-text-button { cursor: pointer; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; font: 800 .74rem var(--sans); }
.admin-form { display: grid; gap: 19px; }
.admin-field { display: grid; gap: 8px; }
.admin-field > span, .admin-photo-label { color: var(--ink); font-size: .76rem; font-weight: 850; }
.admin-field input, .admin-field select, .admin-field textarea, .admin-search input { width: 100%; border: 1px solid rgba(36,34,31,.23); border-radius: 12px; outline: none; color: var(--ink); background: white; font: .9rem/1.5 var(--sans); transition: border-color .2s ease, box-shadow .2s ease; }
.admin-field input, .admin-field select { min-height: 48px; padding: 10px 13px; }
.admin-field textarea { resize: vertical; min-height: 132px; padding: 12px 13px; }
.admin-field input:focus, .admin-field select:focus, .admin-field textarea:focus, .admin-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,106,100,.12); }
.admin-field small { justify-self: end; color: var(--muted); font-size: .66rem; }
.admin-photo-field { cursor: pointer; display: grid; gap: 8px; }
.admin-photo-box { min-height: 112px; padding: 10px; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 14px; border: 1px dashed rgba(36,34,31,.35); border-radius: 15px; background: #fbf5ed; transition: border-color .2s ease, background .2s ease; }
.admin-photo-field:hover .admin-photo-box { border-color: var(--teal); background: #f1f5f1; }
.admin-photo-box > img { width: 90px; height: 90px; border-radius: 10px; object-fit: cover; }
.admin-photo-placeholder { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 10px; color: var(--teal); background: #e0ece8; font-size: 2.2rem; }
.admin-photo-copy { display: grid; gap: 6px; min-width: 0; }
.admin-photo-copy strong { overflow: hidden; font-size: .77rem; text-overflow: ellipsis; }
.admin-photo-copy small { color: var(--muted); font-size: .67rem; line-height: 1.45; }
.admin-save-button { cursor: pointer; min-height: 52px; margin-top: 3px; border: 0; border-radius: 999px; color: white; background: var(--teal); box-shadow: 0 12px 25px rgba(31,106,100,.18); font: 850 .82rem var(--sans); transition: transform .2s ease, background .2s ease; }
.admin-save-button:hover:not(:disabled) { transform: translateY(-2px); background: var(--teal-dark); }
.admin-save-button:disabled { cursor: wait; opacity: .65; }
.admin-form-help { margin: -8px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.admin-library-heading { align-items: end; margin-bottom: 24px; }
.admin-search { width: min(240px, 45%); }
.admin-search input { min-height: 44px; padding: 9px 13px; }
.admin-items { display: grid; gap: 12px; }
.admin-item { min-width: 0; padding: 11px; display: grid; grid-template-columns: 105px minmax(0, 1fr) auto; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 17px; background: #fffdfa; transition: border-color .2s ease, background .2s ease; }
.admin-item.is-editing { border-color: var(--teal); background: #f1f6f3; }
.admin-item > img { width: 105px; height: 105px; border-radius: 12px; object-fit: cover; background: #e8ded0; }
.admin-item-copy { min-width: 0; }
.admin-item-copy > span { color: var(--teal); font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.admin-item-copy h3 { margin: 5px 0 6px; overflow: hidden; font-family: var(--serif); font-size: 1.12rem; line-height: 1.12; text-overflow: ellipsis; white-space: nowrap; }
.admin-item-copy p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: .72rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-item-actions { min-width: 92px; display: grid; gap: 7px; }
.admin-item-actions button { cursor: pointer; min-height: 36px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font: 800 .67rem var(--sans); }
.admin-item-actions button:hover:not(:disabled) { border-color: var(--teal); color: var(--teal-dark); }
.admin-item-actions button.danger { color: #9b3e30; }
.admin-item-actions button.danger:hover:not(:disabled) { border-color: #c86a59; color: #7f2d22; background: #fff3f0; }
.admin-item-actions button:disabled { cursor: wait; opacity: .55; }
.admin-empty { padding: 70px 25px; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.admin-empty strong { font-family: var(--serif); font-size: 1.4rem; }
.admin-empty p { margin-bottom: 0; color: var(--muted); font-size: .8rem; }
.admin-access-denied { width: min(600px, calc(100% - 40px)); min-height: 100vh; margin: auto; padding: 60px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.admin-access-denied > img { width: 230px; margin-bottom: 50px; }
.admin-access-denied h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 10vw, 5rem); font-weight: 500; }
.admin-access-denied > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.7; }
.admin-access-denied .button { margin-top: 15px; }
.admin-install-form { width: min(420px, 100%); margin-top: 28px; display: grid; gap: 18px; text-align: left; }
.admin-login-page { min-height: 100vh; padding: 40px 20px; display: grid; place-items: center; background: #f4ece1; }
.admin-login-card { width: min(460px, 100%); padding: clamp(28px, 6vw, 52px); border: 1px solid var(--line); border-radius: 36px 36px 12px 36px; background: var(--paper); box-shadow: 0 24px 70px rgba(63,48,33,.12); }
.admin-login-logo { display: inline-block; margin-bottom: 50px; }
.admin-login-logo img { width: 220px; }
.admin-login-card .eyebrow { margin-bottom: 10px; }
.admin-login-card h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 12vw, 4.6rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
.admin-login-card > p:not(.eyebrow) { margin: 18px 0 28px; color: var(--muted); line-height: 1.65; }
.admin-back-link { display: block; margin-top: 28px; color: var(--muted); font-size: .75rem; font-weight: 750; text-align: center; }
.admin-account form { margin: 0; }
.admin-link-button { cursor: pointer; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; font: 800 .76rem var(--sans); }
.admin-item-actions form { margin: 0; }
.admin-item-actions form button { width: 100%; }
.admin-password-panel { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.admin-password-panel summary { cursor: pointer; color: var(--muted); font-size: .75rem; font-weight: 800; }
.admin-password-panel .admin-form { margin-top: 20px; }
.work-card[hidden], .admin-item[hidden] { display: none !important; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-inner nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(4.2rem, 12vw, 7rem); }
  .hero-art { min-height: 600px; margin-top: 25px; }
  .featured-grid, .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .story-image-wrap { width: min(660px, 92%); }
  .story-copy { max-width: 760px; }
  .collection-hero { grid-template-columns: 1fr; gap: 35px; }
  .collection-note { grid-template-columns: auto 1fr; }
  .collection-note > p { grid-column: 2; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-editor { position: relative; top: auto; }
  .admin-account > span { display: none; }
}

@media (max-width: 640px) {
  .section-wrap, .header-inner { width: min(100% - 30px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 84px; gap: 16px; }
  .brand-logo { width: 148px; height: auto; }
  .shop-pill { padding: 10px 13px; font-size: .7rem; }
  .shop-pill span { display: none; }
  .hero { padding-top: 52px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5rem); }
  .hero-intro { margin-top: 25px; font-size: 1.16rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .text-link { align-self: center; }
  .hero-proof { justify-content: center; text-align: center; }
  .hero-art { min-height: 410px; margin-top: 16px; }
  .hero-photo { border-width: 5px; }
  .hero-photo-main { left: 7%; width: 67%; }
  .hero-photo-top { width: 34%; }
  .hero-photo-bottom { width: 41%; }
  .handmade-stamp { width: 88px; height: 88px; bottom: 2%; }
  .handmade-stamp span { font-size: 1.35rem; }
  .handmade-stamp small { font-size: .51rem; }
  .featured { padding-top: 100px; padding-bottom: 105px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .story h2, .process h2, .cta-band h2 { font-size: clamp(2.65rem, 12vw, 3.7rem); }
  .desktop-link { display: none; }
  .mobile-link { display: flex; margin: 36px auto 0; }
  .featured-grid, .collection-grid { grid-template-columns: 1fr; }
  .work-image, .collection-grid .work-card:nth-child(n) .work-image { height: min(110vw, 470px); }
  .story { padding-bottom: 105px; gap: 70px; }
  .faq { padding-bottom: 105px; gap: 40px; }
  .story-image-wrap { min-height: 470px; width: 96%; }
  .story-note { right: -4%; width: 175px; min-height: 130px; }
  .story-note p { font-size: 1rem; }
  .process { padding: 70px 0 100px; }
  .process-grid { grid-template-columns: 1fr; }
  .process article { min-height: 230px; }
  .cta-band { width: calc(100% - 20px); margin-bottom: 75px; padding: 72px 25px; border-radius: 40px 14px 40px 14px; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-brand img { width: 230px; }
  .footer-links { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { flex-direction: column; }
  .collection-hero { padding-top: 75px; padding-bottom: 55px; }
  .collection-hero h1 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; margin-right: -15px; padding-right: 15px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-row button { flex: 0 0 auto; }
  .collection { padding-bottom: 90px; }
  .collection-note { grid-template-columns: 1fr; gap: 18px; margin-bottom: 80px; padding: 38px 28px; }
  .collection-note > p { grid-column: auto; }
  .admin-topbar { min-height: 76px; padding: 12px 15px; }
  .admin-brand img { width: 132px; }
  .admin-brand span { display: none; }
  .admin-account { gap: 12px; }
  .admin-account a { font-size: .68rem; }
  .admin-account a:first-of-type { display: none; }
  .admin-main { width: min(100% - 24px, 1380px); padding: 45px 0 70px; }
  .admin-intro { align-items: start; flex-direction: column; gap: 24px; }
  .admin-intro h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .admin-total { min-width: 150px; align-self: stretch; }
  .admin-editor, .admin-library { padding: 20px; border-radius: 22px 22px 8px 22px; }
  .admin-library-heading { align-items: stretch; flex-direction: column; }
  .admin-search { width: 100%; }
  .admin-item { grid-template-columns: 78px minmax(0, 1fr); gap: 12px; }
  .admin-item > img { width: 78px; height: 78px; }
  .admin-item-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .admin-item-copy p { -webkit-line-clamp: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
