@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--ink:#24201d;--muted:#746d66;--paper:#f7f3ee;--surface:#fffdfa;--terracotta:#c96449;--terracotta-dark:#ad523c;--line:#e8dfd5;--soft:#f2ebe3}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 'DM Sans',Arial,sans-serif}
button,input,textarea{font:inherit}
button{cursor:pointer}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #d78b76;outline-offset:3px}
header,main,footer{max-width:1320px;margin:auto;padding-left:38px;padding-right:38px}
header{height:88px;display:flex;align-items:center;gap:25px}
.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:700;font-size:21px;letter-spacing:-.25px;text-decoration:none}
.brand small{display:block;font-size:9px;letter-spacing:1.35px;margin-top:1px}
.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--ink);color:#fffaf3;font:700 24px/1 Georgia,serif;transform:rotate(-5deg)}
.work-link{margin-left:auto;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none}
.work-link:hover{color:var(--terracotta)}
.area{font-size:13px;font-weight:600;color:var(--muted)}
.intro{position:relative;min-height:310px;overflow:hidden;border-radius:25px;background:#e7dcd1}
.intro-copy{position:relative;z-index:2;padding:42px;width:50%;max-width:600px}
.eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:2px;color:var(--terracotta)}
h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:600;letter-spacing:-1.5px}
h1{font-size:clamp(40px,4.2vw,62px);line-height:1.03;margin:8px 0 11px}
h1 em{font-style:normal}
h2{font-size:32px;line-height:1.14;margin:6px 0 19px}
.intro-copy>p:not(.eyebrow){margin:0;color:#5e5751;max-width:400px}
.hero-action,.primary{border:0;background:var(--terracotta);color:#fff;text-decoration:none;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:14px;transition:.18s background,.18s transform}
.hero-action{margin-top:24px;padding:13px 20px}
.hero-action:hover,.primary:hover:not(:disabled){background:var(--terracotta-dark);transform:translateY(-1px)}
.hero-action span,.primary span{font-size:21px;line-height:0}
.hero-photo{position:absolute;inset:0 0 0 41%;overflow:hidden}
.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f3ece5 0%,#f3ece500 25%)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-photo span{position:absolute;z-index:1;right:30px;bottom:32px;color:white;font-size:11px;font-weight:700;line-height:1.65;letter-spacing:2px;text-align:right}
.workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;padding-top:34px;padding-bottom:50px}
.accent{color:var(--terracotta)}
.search-box{display:flex;align-items:center;gap:10px;max-width:660px;height:54px;padding:0 18px;margin-top:20px;background:var(--surface);border:1px solid var(--line);border-radius:15px;box-shadow:0 6px 20px #8f715110}
.search-box span{font-size:26px;line-height:0;color:var(--terracotta);transform:rotate(-20deg)}
.search-box input{width:100%;border:0;background:transparent;color:var(--ink);font-size:16px;outline:0}
.search-box input::placeholder{color:#938980}
.search-help{margin:9px 0 19px;font-size:13px;color:var(--muted)}
.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.product-list{position:relative}
.product-list.is-collapsed .products{max-height:264px;overflow:hidden}
.product-list.is-collapsed:after{content:'';position:absolute;inset:auto 0 0;height:62px;pointer-events:none;background:linear-gradient(180deg,transparent,var(--paper))}
.catalog-toggle{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;margin-top:14px;border:1px solid #dbcfc4;border-radius:999px;background:var(--surface);color:var(--terracotta-dark);font-weight:700;font-size:14px;box-shadow:0 6px 20px #8f71510d}
.catalog-toggle:hover{border-color:#cfaa9a;background:#fff9f5}
.catalog-toggle b{font-size:22px;line-height:1;font-weight:500;transform:translateY(-2px)}
.catalog-toggle[aria-expanded=true] b{transform:translateY(2px)}
.catalog-toggle[hidden]{display:none}
.product{display:grid;grid-template-columns:106px minmax(0,1fr);gap:14px;align-items:center;min-height:126px;padding:10px;background:var(--surface);border:1px solid #eee6de;border-radius:16px;transition:.18s transform,.18s box-shadow,.18s border}
.product:hover{transform:translateY(-2px);box-shadow:0 12px 28px #815d4511}
.product.chosen{border-color:#de957f;box-shadow:0 0 0 2px #d990791c}
.product img,.product-placeholder{width:106px;height:106px;display:grid;place-items:center;object-fit:contain;border-radius:11px;background:#f5efe8}
.work-grid img{filter:sepia(.34) saturate(.77) contrast(.96) brightness(.98)}
.product-placeholder{color:var(--terracotta);font-size:35px}
.product-body{min-width:0;padding:4px 5px 4px 0}
.product h3{font-size:16px;line-height:1.25;margin:0 0 6px}
.product-price{margin:0 0 13px;color:var(--ink);font-weight:600;font-size:14px}
.product-price.request{color:var(--terracotta)}
.product-bottom{display:flex;align-items:center;justify-content:flex-end}
.quantity{display:flex;align-items:center;gap:7px}
.quantity button{width:34px;height:34px;border:0;border-radius:10px;background:#f2eee9;color:var(--ink);font-size:21px;line-height:1}
.quantity button:last-child{background:var(--ink);color:#fff}
.chosen .quantity button:last-child{background:var(--terracotta)}
.quantity button:disabled{opacity:.35;cursor:default}
.quantity output{min-width:12px;text-align:center;font-weight:700;font-size:14px}
.workspace aside{position:sticky;top:18px}
.estimate{padding:27px;background:linear-gradient(145deg,#fffdfa,#f9f5f0);border:1px solid #eee5dc;border-radius:22px;box-shadow:0 12px 34px #815d4510}
.estimate h2{font-size:31px}
.empty{padding:18px 0;color:var(--muted);font-size:14px}
.line-item{display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}
.line-item>*{grid-row:1}
.line-copy{grid-column:2;min-width:0}
.line-price{grid-column:3;text-align:right}
.selected-image,.selected-placeholder{width:52px;height:52px;border-radius:10px;border:1px solid var(--line);background:#f1ece6;object-fit:contain}
.selected-placeholder{display:grid;place-items:center;color:var(--terracotta);font-size:24px}
.line-item strong{display:block;font-size:14px}
.line-item small{color:var(--muted);font-size:12px}
.line-price{font-weight:700;white-space:nowrap}
.line-item.request .line-price{color:var(--terracotta);font-size:12px;align-self:center}
.total{display:flex;justify-content:space-between;align-items:end;margin-top:18px;padding-top:17px;border-top:1px dashed #cfbeb0}
.total span{font-size:14px;color:var(--muted)}
.total strong{font:600 40px/1 'Playfair Display',Georgia,serif;letter-spacing:-2px}
.price-note,.form-privacy{font-size:12px;line-height:1.55;color:var(--muted)}
.price-note{margin:14px 0 20px}
.primary{width:100%;min-height:51px;padding:13px 16px;font-size:15px}
.primary:disabled{background:#e9e2db;color:#aa9f96;cursor:default}
.no-payment{display:block;text-align:center;margin-top:11px;font-size:12px;color:var(--muted)}
.help{display:flex;gap:10px;padding:20px 8px;color:var(--muted);font-size:13px}
.help>span{color:var(--terracotta);font-size:22px}
.help p{margin:0}
.help strong{color:var(--ink)}
.our-work{padding:12px 0 58px}
.work-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:19px}
.work-heading h2{margin-bottom:0}
.work-heading>p{max-width:360px;margin:0;color:var(--muted);font-size:14px}
.work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.work-grid figure{margin:0;background:var(--surface);overflow:hidden;border:1px solid var(--line);border-radius:15px}
.work-grid img{display:block;width:100%;aspect-ratio:1.08;object-fit:cover;background:#ede3d8}
.work-grid figcaption{padding:11px 12px;color:var(--ink);font-size:13px;font-weight:600}
.start-search{position:fixed;z-index:10;right:22px;bottom:20px;display:inline-flex;align-items:center;gap:10px;padding:13px 19px;border-radius:999px;background:var(--terracotta);color:white;text-decoration:none;font-weight:700;box-shadow:0 10px 30px #6c302a35}
.start-search span{font-size:20px;line-height:0}
footer{display:flex;justify-content:space-between;gap:20px;padding-top:21px;padding-bottom:25px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}
dialog{width:min(590px,calc(100% - 24px));max-height:90vh;padding:28px;border:1px solid #e8ded4;border-radius:22px;color:var(--ink);box-shadow:0 22px 90px #2e21194a}
dialog::backdrop{background:#2b211b80;backdrop-filter:blur(5px)}
.dialog-heading{display:flex;align-items:start;justify-content:space-between;gap:16px}
.dialog-heading h2{font-size:31px;margin:4px 0}
.dialog-heading button{width:40px;height:40px;border:0;border-radius:50%;background:var(--soft);font-size:25px}
.dialog-copy{margin:0 0 20px;color:var(--muted);font-size:14px}
label{display:block;margin-bottom:15px;font-size:14px;font-weight:600}
label>span{display:block;margin-bottom:6px}
input,textarea{width:100%;border:1px solid #dfd7cf;border-radius:11px;padding:12px 13px;background:#fffcf9;color:var(--ink);font-size:16px}
textarea{resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.selected-details{display:grid;gap:11px;margin:19px 0}
.item-details{margin:0;border:1px solid #e8ded5;border-radius:13px;padding:13px;background:#fbf7f2}
.item-details legend{padding:0 5px;font-size:14px;font-weight:700}
.item-choice{margin:0 0 12px;color:var(--muted);font-size:13px}
.item-details label{margin:0 0 11px;font-size:13px}
.item-details label:last-child{margin:0}
.or-divider{display:flex;align-items:center;gap:9px;margin:2px 0 11px;color:var(--muted);font-size:11px;font-weight:700}
.or-divider:before,.or-divider:after{content:"";height:1px;flex:1;background:var(--line)}
.item-details input[type=file]{padding:8px;background:white;font-size:13px}
.photo-field small{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:400}
.choice-error{display:none;margin:9px 0 0;color:#a23b31;font-size:12px;font-weight:700}
.item-details.missing-choice{border-color:#bc5b4f;background:#fff7f5}
.item-details.missing-choice .choice-error{display:block}
.honeypot{display:none}
@media(max-width:960px){header,main,footer{padding-left:24px;padding-right:24px}
.workspace{grid-template-columns:minmax(0,1fr) 320px;gap:20px}
.product{grid-template-columns:88px minmax(0,1fr)}
.product img,.product-placeholder{width:88px;height:88px}
.hero-photo{left:36%}
.work-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){header,main,footer{padding-left:17px;padding-right:17px}
header{height:78px}
.area,.work-link{display:none}
.brand{font-size:20px}
.brand small{font-size:7px;letter-spacing:.75px}
.intro{min-height:360px;border-radius:19px}
.intro-copy{width:100%;padding:28px 24px}
.intro h1{max-width:380px}
.hero-photo{inset:43% 0 0 0;opacity:.72}
.hero-photo:after{background:linear-gradient(180deg,#e7dcd1 0%,#e7dcd100 35%)}
.hero-photo span{display:none}
.workspace{grid-template-columns:1fr;padding-top:29px;gap:12px}
.workspace aside{position:static;order:2}
.products{grid-template-columns:1fr}
.product-list.is-collapsed .products{max-height:452px}
.product-list.is-collapsed:after{height:38px}
.product{grid-template-columns:94px minmax(0,1fr);min-height:112px}
.product img,.product-placeholder{width:94px;height:94px}
.estimate{padding:23px}
h2{font-size:29px}
.form-row{grid-template-columns:1fr}
.our-work{padding-bottom:46px}
.work-heading{display:block}
.work-heading>p{margin-top:10px}
.work-grid{gap:10px}
.work-grid figcaption{font-size:12px;padding:9px}
.start-search{right:14px;bottom:14px}
footer{flex-direction:column;gap:7px}
dialog{padding:22px}
.line-item{grid-template-columns:46px minmax(0,1fr) auto!important;gap:9px}
.selected-image,.selected-placeholder{width:46px;height:46px}
.line-item strong{font-size:13px;line-height:1.25}
.line-price{font-size:13px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}


/* Isolated catalog photographs carry their own natural material colors. */
.product img{filter:none;mix-blend-mode:normal;background:#f1ece6;object-fit:contain}
.brand{font-family:Arial,sans-serif;letter-spacing:0}
#catalog{scroll-margin-top:20px}
footer{padding-bottom:90px}
.admin-link{color:inherit;text-decoration:none;opacity:.68}
.admin-link:hover{color:var(--terracotta);opacity:1}
.start-search{bottom:max(16px,env(safe-area-inset-bottom))}
@media(min-width:761px) and (max-width:1100px){.products{grid-template-columns:1fr}}
.work-grid img{aspect-ratio:4/3;object-fit:cover;object-position:center}

/* Gallery keeps the full photograph visible and builds a balanced masonry grid. */
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-actions .hero-action{margin-top:0}.secondary-hero{background:var(--terracotta)}.secondary-hero:hover{background:var(--terracotta-dark)!important}
.work-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-auto-rows:8px;grid-auto-flow:dense;gap:12px}.work-grid figure{display:contents}.work-grid img{filter:sepia(.18) saturate(.85) contrast(.97);aspect-ratio:auto;object-fit:contain}.work-grid figcaption{display:none}.work-photo{display:block;width:100%;height:100%;padding:0;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#ede3d8;cursor:zoom-in;box-shadow:0 8px 18px #815d4510}.work-photo:hover{transform:translateY(-2px);box-shadow:0 14px 30px #815d4522}.work-photo img{display:block;width:100%;height:100%;object-fit:contain;background:#ede3d8;filter:sepia(.18) saturate(.85) contrast(.97)}
.work-lightbox{width:min(1100px,calc(100% - 24px));max-height:92vh;padding:12px;border:0;border-radius:18px;background:#171412;box-shadow:0 25px 100px #000a}.work-lightbox img{display:block;max-width:100%;max-height:calc(92vh - 24px);margin:auto;object-fit:contain}.work-lightbox button{position:fixed;z-index:2;top:22px;right:22px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:28px;line-height:1}.work-lightbox::backdrop{background:#17120de8;backdrop-filter:blur(5px)}
.open-list{position:fixed;z-index:10;right:22px;bottom:78px;display:inline-flex;align-items:center;gap:9px;padding:11px 15px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 10px 30px #211a1635}.open-list b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:var(--ink);font-size:12px}.open-list span{font-size:18px;line-height:0}.total strong{display:flex;align-items:baseline;gap:2px}.total-currency{font:600 40px/1 Arial,sans-serif!important;letter-spacing:-2px;color:var(--ink)!important}.total-amount{font:600 40px/1 'Playfair Display',Georgia,serif;letter-spacing:-2px;color:var(--ink)}
@media(max-width:760px){.hero-actions{margin-top:20px}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.open-list{right:14px;bottom:72px;font-size:13px}.total-currency,.total-amount{font-size:36px!important}.work-lightbox button{top:14px;right:14px}}
@media(min-width:761px){.open-list{bottom:max(78px,calc(env(safe-area-inset-bottom) + 64px))}}

.total strong{display:block!important}.total .total-value{display:block!important;font:600 40px/1 'Playfair Display',Georgia,serif!important;letter-spacing:-2px!important;color:var(--ink)!important}.total-currency,.total-amount{all:unset!important}
@media(max-width:760px){.total .total-value{font-size:36px!important}}

.line-item{grid-template-columns:52px minmax(0,1fr) auto 28px!important}.line-remove{grid-column:4;grid-row:1;width:27px;height:27px;border:0;border-radius:50%;background:transparent;color:#918780;font-size:24px;line-height:1}.line-remove:hover{background:#f1e5df;color:var(--terracotta)}
@media(max-width:760px){.line-item{grid-template-columns:46px minmax(0,1fr) auto 27px!important}.line-remove{width:25px;height:25px;font-size:22px}}
/* Total uses the same clean sans-serif treatment as prices in the list. */
.total .total-value{font:700 34px/1 'DM Sans',Arial,sans-serif!important;letter-spacing:-1.4px!important;color:var(--ink)!important}
@media(max-width:760px){.total .total-value{font-size:32px!important}}

/* Compact fixed actions retain equal sizing and comfortable touch targets. */
.open-list,.start-search{width:240px;min-width:0;max-width:calc(100vw - 28px);height:48px;justify-content:center;gap:8px;padding:0 16px;font-size:14px!important;line-height:1.2;right:14px;box-shadow:0 5px 16px #211a1624}
.start-search{bottom:calc(14px + env(safe-area-inset-bottom,0px))}
.open-list{bottom:calc(70px + env(safe-area-inset-bottom,0px))}
.open-list[hidden]{display:none!important}
.start-search span{font-size:20px!important;line-height:1}
.open-list b{min-width:24px;height:24px;padding:0 5px;font-size:12px}

/* Keep the supplied logo and tagline together in their original proportions. */
header .brand{display:block;width:360px;max-width:100%;flex-shrink:1;min-width:0}
.brand-art{position:relative;display:block;width:100%;aspect-ratio:890/150;overflow:hidden;mix-blend-mode:multiply}
.brand-art img{position:absolute;width:172.58427%;max-width:none;height:auto;left:-36.51685%;top:-116.66667%}
header{height:auto;min-height:88px;padding-top:14px;padding-bottom:14px}
@media(max-width:760px){header .brand{width:300px;margin-inline:0}header{min-height:78px;padding-top:13px;padding-bottom:13px}}

/* Our Work category filters and collapsible gallery. */
.work-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin:4px 0 18px;padding:2px 0 8px}
.work-filters button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-size:13px;font-weight:700;line-height:1.2}
.work-filters button>span:last-child{min-width:0}
.work-filter-image,.work-filter-placeholder{flex:0 0 28px;width:28px;height:28px;border-radius:7px;background:#f4efe8}
.work-filter-image{display:block;object-fit:contain}
.work-filter-placeholder{display:grid;place-items:center;color:var(--terracotta);font-size:20px;line-height:1}
.work-filters button[aria-pressed=true]{border-color:var(--terracotta);background:var(--terracotta);color:#fff}
.work-filters button[aria-pressed=true] .work-filter-image,.work-filters button[aria-pressed=true] .work-filter-placeholder{background:#fff}
.work-gallery-shell{position:relative}
.work-gallery-shell.is-collapsed{max-height:620px;overflow:hidden}
.work-gallery-shell.is-collapsed:after{content:'';position:absolute;inset:auto 0 0;height:72px;pointer-events:none;background:linear-gradient(180deg,transparent,var(--paper))}
.work-photo[hidden]{display:none!important}
.work-toggle{max-width:420px;margin:16px auto 0}
.work-gallery-message{margin:14px 0 0;color:var(--muted)}
@media(max-width:760px){.work-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.work-filters button{min-height:42px;padding:5px 7px;font-size:11px;gap:5px}.work-filter-image,.work-filter-placeholder{flex-basis:26px;width:26px;height:26px;border-radius:6px}.work-filter-placeholder{font-size:18px}.work-gallery-shell.is-collapsed{max-height:520px}.work-gallery-shell.is-collapsed:after{height:54px}}

.work-lightbox{width:auto;overflow:visible;text-align:center}.work-lightbox button{position:absolute;top:10px;right:10px}.work-photo-frame{position:relative;display:inline-block;width:auto;max-width:100%;vertical-align:middle}.work-photo-frame img{display:block;width:auto;height:auto;max-width:calc(100vw - 48px);max-height:calc(92vh - 48px)}.work-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-20deg);font:700 clamp(22px,5vw,64px)/1.2 'DM Sans',Arial,sans-serif;letter-spacing:.035em;color:rgba(255,255,255,.38);text-shadow:0 1px 4px rgba(0,0,0,.25);white-space:nowrap;pointer-events:none;user-select:none}
@media(max-width:760px){.work-lightbox button{top:8px;right:8px}}
