@import url("tokens.css");

:root {
  --primary: var(--color-primary);
  --secondary: var(--color-secondary);
  --accent: var(--color-accent);
  --surface: var(--color-surface);
  --light: var(--color-light-neutral);
  --border: var(--color-border);
  --text: #17131a;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--light);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
h1, h2, p { overflow-wrap: anywhere; }
.visually-hidden { 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: sticky; top: 0; z-index: 100; background: var(--accent); color: var(--light); border-bottom: 1px solid #312a35; }
.site-header-inner { min-height: 78px; max-width: 1600px; margin: auto; padding: 12px clamp(20px, 4vw, 64px); display: flex; align-items: center; gap: clamp(20px, 4vw, 64px); }
.wordmark { font-size: 22px; font-weight: 800; line-height: 1.1; text-decoration: none; max-width: 270px; }
.site-nav { display: flex; gap: 32px; margin-left: auto; }
.site-nav a { font-size: 15px; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--surface); }
.quote-nav-link { display: inline-flex; align-items: center; gap: 7px; }
.quote-count { display: inline-grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; line-height: 1; }
.nav-action { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 9px 16px; border: 1px solid var(--light); border-radius: 6px; font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }
.nav-action:hover { background: var(--light); color: var(--accent); }
.mobile-menu { display: none; }
#concepts, #studio { scroll-margin-top: 78px; }

.public-hero { position: relative; min-height: min(650px, calc(100svh - 78px)); background: #fbf9fc; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.public-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; }
.public-hero-inner { position: relative; z-index: 1; width: min(100%, 1600px); margin: 0 auto; padding: 58px clamp(20px, 4vw, 64px) 72px; }
.hero-kicker, .eyebrow { margin: 0 0 24px; font-size: 12px; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.hero-kicker { color: var(--primary); }
.public-hero h1 { max-width: 12ch; margin: 0; color: #17131a; font-size: 74px; line-height: 1.04; font-weight: 750; }
.hero-tagline { max-width: 31ch; margin: 25px 0 30px; font-size: 23px; line-height: 1.36; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 12px 20px; border-radius: 6px; border: 1px solid transparent; font-size: 15px; font-weight: 750; line-height: 1.2; text-decoration: none; text-align: center; }
.button span, .nav-action span { font-size: 18px; line-height: 1; }
.button-primary { background: var(--primary); color: var(--light); }
.button-primary:hover { background: var(--secondary); }
.button-secondary { border-color: #bdb6c2; background: #f3f1f5; color: var(--accent); }
.button-secondary:hover { border-color: var(--primary); color: var(--primary); }
.button-outline { background: var(--light); color: var(--accent); border-color: var(--accent); box-shadow: 0 3px 0 var(--accent); }
.button-outline:hover { color: var(--primary); border-color: var(--primary); box-shadow: 0 3px 0 var(--primary); }
.button-dark { background: var(--accent); color: var(--light); }
.button-dark:hover { background: var(--primary); }

.concept-section { padding: 84px clamp(20px, 4vw, 64px) 96px; }
.section-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.section-heading .eyebrow { color: var(--primary); margin-bottom: 13px; }
.section-heading h2 { margin: 0; font-size: 48px; line-height: 1.1; }
.section-heading > p:last-child { max-width: 62ch; margin: 20px auto 0; font-size: 18px; line-height: 1.55; color: #3b3044; }
.concept-image { max-width: 1420px; margin: 0 auto; }
.concept-image img { width: 100%; height: auto; border-radius: 6px; }
.concept-image figcaption { margin-top: 10px; font-size: 12px; color: #62566c; }
.studio-section { background: var(--surface); padding: 85px clamp(20px, 4vw, 64px) 95px; }
.studio-section-inner { max-width: 1420px; margin: auto; }
.studio-section .eyebrow { color: var(--primary); margin-bottom: 16px; }
.studio-section h2 { max-width: 15ch; margin: 0 0 28px; font-size: 54px; line-height: 1.08; }
.home-services { padding: 84px clamp(20px, 4vw, 64px) 96px; background: #fff; }
.home-services-inner, .services-page, .service-detail { max-width: 1420px; margin: auto; }
.home-services-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.home-services-heading .eyebrow { color: var(--primary); margin-bottom: 12px; }
.home-services-heading h2 { max-width: 16ch; margin: 0; font-size: 46px; line-height: 1.1; }
.home-services-heading > a, .back-link { color: var(--primary); font-weight: 700; text-decoration: none; }
.service-list { border-top: 1px solid var(--border); }
.service-row { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(200px, 1.5fr) 20px; align-items: center; gap: 30px; min-height: 104px; padding: 22px 4px; border-bottom: 1px solid var(--border); text-decoration: none; }
.service-row > span:first-child { font-size: 25px; font-weight: 750; }
.service-row small { color: #514759; font-size: 15px; line-height: 1.5; }
.service-row > span:last-child { color: var(--primary); font-size: 22px; }
.service-row:hover > span:first-child { color: var(--primary); }
.service-catalog-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; border-bottom: 1px solid var(--border); }
.service-catalog-row .service-row { border-bottom: 0; }
.service-catalog-row form { display: flex; align-items: center; margin: 0; }
.service-quote-action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 126px; min-height: 40px; align-self: center; padding: 8px 12px; border: 1px solid var(--accent); border-radius: 4px; background: transparent; color: var(--accent); font-size: 12px; font-weight: 750; text-decoration: none; }
.service-quote-action:hover { border-color: var(--primary); color: var(--primary); }
.service-quote-action.is-selected { border-color: var(--primary); color: var(--primary); }
.services-page { min-height: 60vh; padding: 70px clamp(20px, 4vw, 64px) 100px; }
.page-heading { margin-bottom: 52px; }
.page-heading .eyebrow { color: var(--primary); margin-bottom: 12px; }
.page-heading h1, .service-detail h1 { margin: 0; font-size: 64px; line-height: 1.08; }
.page-heading > p:last-child { max-width: 50ch; color: #514759; font-size: 20px; }
.service-empty { padding: 28px 0; border-top: 1px solid var(--border); }
.service-empty a { color: var(--primary); font-weight: 700; }
.service-detail { min-height: 60vh; padding: 46px clamp(20px, 4vw, 64px) 110px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(36px, 7vw, 120px); margin-top: 60px; }
.service-detail .eyebrow { color: var(--primary); margin-bottom: 18px; }
.service-intro { max-width: 36ch; color: #514759; font-size: 22px; line-height: 1.45; }
.service-detail-body { padding-top: 14px; }
.service-detail-image { margin: 48px 0 0; background: #e4dfe8; }
.service-detail-image img { width: 100%; max-height: 720px; object-fit: contain; }
.service-description { margin-bottom: 36px; font-size: 18px; line-height: 1.7; overflow-wrap: anywhere; }
.service-price { margin: 0 0 28px; font-size: 18px; font-weight: 750; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-actions form { margin: 0; }
.service-related-work { margin-top: 90px; padding-top: 55px; border-top: 1px solid var(--border); }
.featured-work { padding: 82px clamp(20px, 4vw, 64px) 92px; background: #f3f1f5; }
.featured-work-inner, .work-page, .work-detail { max-width: 1420px; margin: 0 auto; }
.featured-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.featured-work-heading .eyebrow, .work-page-heading .eyebrow, .work-detail-heading .eyebrow { margin-bottom: 12px; color: var(--primary); }
.featured-work-heading h2 { max-width: 16ch; margin: 0; font-size: 45px; line-height: 1.1; }
.featured-work-heading > a { color: var(--primary); font-weight: 700; text-decoration: none; }
.work-page { min-height: 60vh; padding: 70px clamp(20px, 4vw, 64px) 100px; }
.work-page-heading { margin-bottom: 44px; }
.work-page-heading h1, .work-detail-heading h1 { margin: 0; font-size: 62px; line-height: 1.08; }
.work-page-heading > p:last-child, .work-detail-heading > p:last-child { max-width: 48ch; color: #514759; font-size: 20px; line-height: 1.45; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 24px; }
.work-item { display: block; min-width: 0; text-decoration: none; }
.work-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e4dfe8; }
.work-item-meta { display: block; padding: 15px 0 0; }
.work-item-meta strong, .work-item-meta span { display: block; }
.work-item-meta strong { font-size: 23px; line-height: 1.2; }
.work-item-meta span { max-width: 55ch; margin-top: 7px; color: #514759; font-size: 15px; line-height: 1.45; }
.work-item:hover .work-item-meta strong { color: var(--primary); }
.work-detail { padding: 44px clamp(20px, 4vw, 64px) 110px; }
.work-detail-heading { margin: 46px 0 35px; }
.work-detail-image { margin: 0; background: #e4dfe8; }
.work-detail-image img { width: 100%; max-height: 820px; object-fit: contain; }
.work-detail-image figcaption { padding: 9px 0 0; background: var(--light); color: #62566c; font-size: 12px; }
.work-detail-story { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(40px, 7vw, 120px); padding-top: 65px; }
.work-detail-facts { display: grid; align-content: start; gap: 7px; font-size: 13px; }
.work-detail-facts span { margin-top: 15px; color: #62566c; }
.work-detail-facts span:first-child { margin-top: 0; }
.work-detail-facts strong { font-weight: 750; }
.work-detail-facts a { color: var(--primary); font-weight: 700; text-decoration: none; }
.work-detail-service-links { display: grid; gap: 6px; }
.work-detail-narrative { max-width: 74ch; }
.work-detail-narrative section + section { margin-top: 40px; }
.work-detail-narrative h2 { margin: 0 0 12px; font-size: 27px; }
.work-detail-narrative p { margin: 0; font-size: 17px; line-height: 1.7; overflow-wrap: anywhere; }
.work-detail-gallery { margin-top: 82px; padding-top: 58px; border-top: 1px solid var(--border); }
.work-detail-gallery > div:first-child { margin-bottom: 28px; }
.work-detail-gallery .eyebrow { margin-bottom: 10px; color: var(--primary); }
.work-detail-gallery h2 { margin: 0; font-size: 38px; }
.work-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
.work-gallery-grid figure { min-width: 0; margin: 0; }
.work-gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #e4dfe8; }
.work-gallery-grid figcaption { margin-top: 8px; color: #62566c; font-size: 12px; }
.content-page { min-height: 68vh; max-width: 1160px; margin: 0 auto; padding: 76px clamp(20px, 4vw, 64px) 110px; }
.content-page-heading { max-width: 850px; padding-bottom: 45px; border-bottom: 1px solid var(--border); }
.content-page-heading .eyebrow, .contact-intro .eyebrow { margin-bottom: 13px; color: var(--primary); }
.content-page-heading h1, .contact-intro h1 { max-width: 13ch; margin: 0; font-size: 64px; line-height: 1.07; }
.content-page-heading > p:last-child, .contact-summary { max-width: 55ch; margin: 22px 0 0; color: #514759; font-size: 20px; line-height: 1.5; }
.content-page-body { max-width: 75ch; margin: 46px 0 34px; font-size: 18px; line-height: 1.8; }
.contact-page { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: clamp(50px, 9vw, 150px); min-height: 70vh; max-width: 1420px; margin: 0 auto; padding: 76px clamp(20px, 4vw, 64px) 110px; }
.contact-intro { align-self: start; }
.contact-copy { max-width: 55ch; margin-top: 25px; color: #514759; font-size: 16px; line-height: 1.65; }
.contact-email { display: inline-block; margin-top: 26px; color: var(--primary); font-size: 16px; font-weight: 750; }
.contact-form-wrap { align-self: start; padding: 28px; border-top: 4px solid var(--primary); background: #f3f1f5; }
.contact-form .form-row { margin-bottom: 20px; }
.contact-form .form-row label { font-size: 13px; }
.contact-form .form-row label span { color: #77717d; font-weight: 400; }
.contact-form .form-row input, .contact-form .form-row textarea { min-height: 46px; padding: 11px 12px; border: 1px solid #bdb6c2; border-radius: 4px; background: #fff; font-size: 15px; }
.contact-form .form-row textarea { min-height: 170px; resize: vertical; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-success { display: flex; flex-direction: column; gap: 7px; min-height: 210px; justify-content: center; padding: 25px; background: #fff; border-left: 4px solid #188038; }
.contact-success strong { font-size: 23px; }
.contact-success span { color: #514759; line-height: 1.5; }
.public-notice { padding: 12px 15px; margin: 0 0 24px; border-left: 4px solid #188038; background: #e9f4ed; font-size: 14px; }
.public-notice-error { border-color: #c5221f; background: #fff0f0; }
.quote-page { min-height: 70vh; max-width: 1420px; margin: 0 auto; padding: 70px clamp(20px, 4vw, 64px) 110px; }
.quote-heading { max-width: 830px; margin-bottom: 48px; }
.quote-heading .eyebrow { margin-bottom: 12px; color: var(--primary); }
.quote-heading h1 { margin: 0; font-size: 64px; line-height: 1.07; }
.quote-heading > p:last-child { max-width: 57ch; margin: 20px 0 0; color: #514759; font-size: 19px; line-height: 1.55; }
.quote-empty { padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-empty h2 { margin: 0 0 10px; font-size: 30px; }
.quote-empty p { margin: 0 0 24px; color: #514759; }
.quote-layout { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); align-items: start; gap: clamp(42px, 7vw, 110px); }
.quote-summary { position: sticky; top: 106px; border-top: 4px solid var(--primary); border-bottom: 1px solid var(--border); background: #f3f1f5; }
.quote-summary-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.quote-summary-heading span { color: var(--primary); font-size: 10px; font-weight: 800; }
.quote-summary-heading strong { font-size: 13px; }
.quote-service-list { padding: 0 20px; }
.quote-service-item { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.quote-service-item:not(:has(img)) { grid-template-columns: minmax(0, 1fr); }
.quote-service-item img { width: 54px; height: 54px; object-fit: cover; background: #e4dfe8; }
.quote-service-item div { min-width: 0; }
.quote-service-item h2 { margin: 0; font-size: 15px; line-height: 1.25; }
.quote-service-item p { margin: 5px 0 0; color: #62566c; font-size: 11px; line-height: 1.4; }
.quote-service-item small { display: block; margin-top: 7px; font-size: 10px; font-weight: 700; }
.quote-service-item button { grid-column: 2; justify-self: start; padding: 0; border: 0; background: none; color: #7b4660; font-size: 10px; font-weight: 700; text-decoration: underline; }
.quote-service-item:not(:has(img)) button { grid-column: 1; }
.quote-browse-action { width: 100%; min-height: 48px; padding: 10px 20px; border: 0; background: transparent; color: var(--primary); font-size: 12px; font-weight: 750; text-align: left; }
.quote-browse-action:hover { background: #ebe6ef; }
.quote-questions { min-width: 0; }
.quote-question-group { padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--border); }
.quote-group-heading { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 16px; margin-bottom: 30px; }
.quote-group-heading > span { color: var(--primary); font-size: 12px; font-weight: 800; }
.quote-group-heading h2 { margin: 0; font-size: 30px; line-height: 1.15; }
.quote-group-heading p { max-width: 58ch; margin: 9px 0 0; color: #62566c; font-size: 14px; line-height: 1.5; }
.quote-group-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; padding-left: 52px; }
.quote-question { min-width: 0; }
.quote-question:has(textarea), .quote-question:has(.quote-file-note), .quote-question:has(.quote-options), .quote-question-wide { grid-column: 1 / -1; }
.quote-question label, .quote-question-label, .quote-question legend { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.quote-question label > span, .quote-question-label > span, .quote-question legend > span { color: #736a78; font-weight: 400; }
.quote-question input:not([type="radio"]):not([type="checkbox"]), .quote-question textarea, .quote-question select { display: block; width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #bdb6c2; border-radius: 4px; background: #fff; color: var(--text); font-size: 14px; }
.quote-question textarea { min-height: 125px; resize: vertical; }
.quote-question fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.quote-question-help { margin: -2px 0 10px; color: #62566c; font-size: 12px; line-height: 1.45; }
.quote-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
.quote-options label { display: flex; align-items: flex-start; gap: 9px; min-height: 42px; padding: 10px 11px; margin: 0; border: 1px solid var(--border); border-radius: 4px; background: #fff; font-weight: 600; }
.quote-options input { width: 16px; height: 16px; flex: none; margin: 1px 0 0; }
.quote-file-note { padding: 15px; margin: 0; border-left: 3px solid var(--secondary); background: #f3f1f5; color: #514759; font-size: 13px; }
.quote-question input[type="file"] { width: 100%; padding: 12px; border: 1px dashed #a99faf; background: #fff; }
.quote-question input[type="file"] + .quote-file-note { padding: 8px 0 0; border: 0; background: transparent; font-size: 11px; }
.field-error { margin: 7px 0 0; color: #8f2042; font-size: 12px; font-weight: 700; }
.quote-contact-section { border-bottom: 0; }
.quote-consent { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 10px; padding: 16px; border: 1px solid var(--border); background: #f3f1f5; color: #423a47; font-size: 13px; line-height: 1.5; }
.quote-consent input { width: 17px; height: 17px; flex: none; margin-top: 1px; }
.quote-consent-error { grid-column: 1 / -1; margin-top: -18px; }
.quote-no-questions { padding: 30px 0; border-top: 1px solid var(--border); }
.quote-no-questions h2 { margin: 0 0 8px; }
.quote-no-questions p { color: #514759; }
.quote-save-bar { display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding-top: 24px; border-top: 1px solid var(--accent); }
.quote-save-bar p { margin: 0 auto 0 0; color: #62566c; font-size: 12px; }
.quote-save-bar > div { display: flex; gap: 10px; }
.quote-received { max-width: 900px; min-height: 66vh; margin: 0 auto; padding: 100px clamp(20px, 6vw, 80px); }
.quote-received h1 { max-width: 12ch; margin: 12px 0 22px; font-size: 62px; line-height: 1.05; }
.quote-received > p:not(.eyebrow) { max-width: 58ch; color: #514759; font-size: 18px; line-height: 1.65; }
.quote-received dl { display: flex; gap: 18px; margin: 36px 0; padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-received dt { color: #736a78; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.quote-received dd { margin: 0; font-weight: 800; }
.quote-received > div { display: flex; gap: 10px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px clamp(20px, 4vw, 64px); background: var(--accent); color: var(--light); font-size: 14px; }
.site-footer span { font-weight: 750; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-left: auto; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--surface); }

.admin-page { background: #f7f7f8; color: #252329; }
.admin-shell { display: grid; grid-template-columns: 228px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 20px 12px 16px; background: #fbfafc; border-right: 1px solid #e5e2e8; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 2px 10px 20px; text-decoration: none; }
.admin-brand-mark { display: grid; place-items: center; width: 32px; height: 32px; flex: none; border-radius: 5px; background: var(--primary); color: #fff; font-size: 19px; font-weight: 800; }
.admin-brand strong, .admin-brand small, .admin-business strong, .admin-business small { display: block; }
.admin-brand strong { font-size: 15px; line-height: 1.15; }
.admin-brand small { margin-top: 2px; color: #77717d; font-size: 11px; }
.admin-business { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 13px 10px; border-top: 1px solid #e5e2e8; border-bottom: 1px solid #e5e2e8; }
.admin-business-avatar { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 4px; background: #e7e0ee; color: var(--primary); font-size: 13px; font-weight: 800; }
.admin-business > span:last-child { min-width: 0; }
.admin-business strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.admin-business small { margin-top: 2px; color: #77717d; font-size: 11px; }
.admin-side-nav { display: flex; flex-direction: column; gap: 3px; padding-top: 18px; }
.admin-nav-heading { margin: 19px 10px 5px; color: #88818e; font-size: 10px; font-weight: 800; }
.admin-nav-heading:first-child { margin-top: 0; }
.admin-side-nav a { display: flex; align-items: center; min-height: 36px; padding: 7px 10px; border-radius: 4px; color: #4c4751; font-size: 13px; font-weight: 600; text-decoration: none; }
.admin-side-nav a:hover { background: #f0edf3; color: #252329; }
.admin-side-nav a[aria-current="page"] { background: #e9e2f0; color: var(--primary); font-weight: 750; }
.admin-sidebar-footer { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 14px 10px 0; border-top: 1px solid #e5e2e8; color: #77717d; font-size: 11px; }
.admin-sidebar-dot { width: 7px; height: 7px; border-radius: 50%; background: #2b8a57; }
.admin-content { min-width: 0; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 10px 36px; border-bottom: 1px solid #e5e2e8; background: #fff; }
.admin-topbar-location, .admin-topbar-actions { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 12px; }
.admin-topbar-location { color: #837c89; }
.admin-topbar-location strong { color: #3c3741; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-topbar-actions { gap: 20px; white-space: nowrap; }
.admin-topbar-actions a { color: #4c4751; text-decoration: none; }
.admin-topbar-actions a:hover, .text-button:hover { color: var(--primary); text-decoration: underline; }
.admin-topbar-actions form { margin: 0; }
.text-button { padding: 0; border: 0; background: none; color: #4c4751; font-size: 12px; font-weight: 600; }
.admin-main { width: min(100%, 1000px); margin: 0 auto; padding: 32px 36px 90px; }
.admin-main-wide { width: min(100%, 1300px); }
.admin-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; margin-bottom: 26px; }
.admin-page-heading h1 { margin: 0; font-size: 27px; line-height: 1.2; }
.admin-page-heading p:last-child { margin: 7px 0 0; color: #6c6671; font-size: 13px; }
.admin-kicker { margin: 0 0 6px !important; color: var(--primary) !important; font-size: 10px !important; font-weight: 800; }
.admin-primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; flex: none; padding: 8px 14px; border: 1px solid var(--primary); border-radius: 4px; background: var(--primary); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.admin-primary-action:hover { background: var(--secondary); border-color: var(--secondary); }
.admin-back-link { display: inline-block; margin-bottom: 9px; color: #6c6671; font-size: 12px; font-weight: 650; text-decoration: none; }
.admin-back-link:hover { color: var(--primary); }
.admin-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 34px; border-top: 1px solid #e0dce3; border-bottom: 1px solid #e0dce3; background: #fff; }
.admin-metrics > div { display: flex; flex-direction: column; gap: 7px; padding: 20px 24px; border-right: 1px solid #e0dce3; }
.admin-metrics > div:last-child { border-right: 0; }
.admin-metrics span { color: #6c6671; font-size: 12px; }
.admin-metrics strong { font-size: 27px; line-height: 1; }
.admin-section-heading, .admin-list-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.admin-section-heading { margin-bottom: 14px; }
.admin-section-heading h2 { margin: 0; font-size: 16px; }
.admin-section-heading a, .admin-list-toolbar a, .admin-empty a { color: var(--primary); font-size: 12px; font-weight: 700; text-decoration: none; }
.admin-list-toolbar { min-height: 44px; padding: 0 2px; border-bottom: 1px solid #e0dce3; color: #6c6671; font-size: 12px; }
.admin-service-table-wrap { overflow-x: auto; background: #fff; }
.admin-service-table { width: 100%; border-collapse: collapse; text-align: left; }
.admin-service-table th { padding: 11px 16px; border-bottom: 1px solid #e0dce3; color: #77717d; font-size: 11px; font-weight: 700; white-space: nowrap; }
.admin-service-table td { padding: 14px 16px; border-bottom: 1px solid #ece9ee; color: #4c4751; font-size: 12px; vertical-align: middle; }
.admin-service-table tr:hover td { background: #fcfbfd; }
.admin-service-table td:first-child { min-width: 200px; }
.admin-service-table td strong, .admin-service-table td small { display: block; }
.admin-service-table td strong { color: #252329; font-size: 13px; font-weight: 700; }
.admin-service-table td small { max-width: 48ch; margin-top: 4px; color: #77717d; font-size: 11px; line-height: 1.4; }
.admin-service-table td a { color: var(--primary); font-weight: 700; text-decoration: none; }
.admin-service-table td a:hover { text-decoration: underline; }
.admin-project-name { display: flex; align-items: center; gap: 12px; min-width: 0; }
.admin-project-name img, .admin-project-no-image { display: block; width: 54px; height: 44px; flex: none; object-fit: cover; background: #e9e4ee; }
.admin-project-name span:last-child { min-width: 0; }
.admin-portfolio-overview { margin-top: 36px; }
.admin-portfolio-summary { display: flex; align-items: center; gap: 24px; padding: 16px; margin-bottom: 10px; border-top: 1px solid #e0dce3; border-bottom: 1px solid #e0dce3; background: #fff; color: #6c6671; font-size: 12px; }
.admin-portfolio-summary a { margin-left: auto; color: var(--primary); font-weight: 700; text-decoration: none; }
.admin-current-image { margin: 0 0 18px; }
.admin-current-image img { display: block; width: min(100%, 360px); max-height: 240px; object-fit: contain; background: #eeeaf2; }
.admin-current-image figcaption { margin-top: 6px; color: #77717d; font-size: 11px; }
.admin-media-upload { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(280px, 1fr) auto; align-items: end; gap: 18px; padding: 20px; margin-bottom: 28px; border-top: 1px solid #e0dce3; border-bottom: 1px solid #e0dce3; background: #fff; }
.admin-media-upload .form-row { margin: 0; }
.admin-media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #ded9e1; }
.admin-media-item { min-width: 0; padding: 12px; background: #fff; text-decoration: none; }
.admin-media-item:hover { background: #fcfbfd; }
.admin-media-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9e4ee; }
.admin-media-item span, .admin-media-item strong, .admin-media-item small { display: block; }
.admin-media-item span { min-width: 0; padding-top: 9px; }
.admin-media-item strong { overflow: hidden; color: #252329; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-media-item small { margin-top: 4px; color: #77717d; font-size: 10px; }
.admin-media-editor { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 28px; }
.admin-media-editor > figure { margin: 0; background: #e9e4ee; }
.admin-media-editor > figure img { width: 100%; max-height: 640px; object-fit: contain; }
.admin-media-details { padding: 22px; border-bottom: 1px solid #e0dce3; }
.admin-media-facts { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; margin: 22px 0; font-size: 12px; }
.admin-media-facts dt { color: #77717d; }
.admin-media-facts dd { margin: 0; font-weight: 700; }
.admin-media-delete { padding: 20px 22px; background: #fff; }
.admin-media-delete button { min-height: 34px; padding: 7px 12px; border: 1px solid #aa2424; border-radius: 4px; background: #fff; color: #aa2424; font-size: 12px; font-weight: 700; }
.admin-media-delete button:disabled { border-color: #c9c4ce; color: #8a858d; cursor: not-allowed; }
.admin-media-delete p { margin: 8px 0 0; color: #77717d; font-size: 11px; line-height: 1.4; }
.admin-form-fields-wide { max-width: none; }
.admin-media-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.admin-media-choice { min-width: 0; padding: 8px; border: 1px solid #ded9e1; background: #fff; font-size: 11px; }
.admin-media-choice img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 8px; object-fit: cover; background: #e9e4ee; }
.admin-media-choice > span { display: flex; align-items: flex-start; gap: 6px; line-height: 1.35; }
.admin-media-choice input[type="checkbox"] { width: 15px; height: 15px; flex: none; margin: 0; }
.admin-media-choice .admin-media-order { align-items: center; justify-content: space-between; margin-top: 8px; color: #77717d; }
.admin-media-order input { width: 64px; min-height: 30px; padding: 5px 7px; }
.admin-checkbox-list { display: grid; gap: 11px; }
.admin-checkbox-list small { margin-left: auto; color: #77717d; font-weight: 400; }
.admin-toggle-row { display: flex; align-items: center; padding-top: 24px; }
.admin-question-section { margin-top: 38px; }
.admin-question-section .admin-section-heading > div p { margin: 4px 0 0; color: #77717d; font-size: 11px; }
.admin-status { display: inline-block; padding: 4px 7px; border-radius: 3px; font-size: 11px; font-weight: 700; }
.admin-status-published { background: #eaf5ee; color: #20623a; }
.admin-status-draft { background: #eeeaf2; color: #594966; }
.admin-status-archived { background: #eeecef; color: #6c6671; }
.admin-status-new { background: #eee5f6; color: var(--primary); }
.admin-status-read { background: #e7eef5; color: #2d5370; }
.admin-status-closed { background: #eeecef; color: #6c6671; }
.admin-empty { padding: 44px 20px; border-bottom: 1px solid #e0dce3; background: #fff; text-align: center; }
.admin-empty h2, .admin-empty h3 { margin: 0 0 5px; font-size: 16px; }
.admin-empty p { margin: 0 0 17px; color: #6c6671; font-size: 12px; }
.admin-form { background: #fff; border-top: 1px solid #e0dce3; }
.admin-form-section { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 30px; padding: 26px 24px; border-bottom: 1px solid #e9e6eb; }
.admin-form-section-heading h2 { margin: 0 0 5px; font-size: 14px; }
.admin-form-section-heading p { margin: 0; color: #77717d; font-size: 12px; line-height: 1.45; }
.admin-form-fields { max-width: 570px; }
.form-row { margin-bottom: 18px; }
.form-row:last-child { margin-bottom: 0; }
.form-row label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; }
.form-row input, .form-row textarea, .form-row select { display: block; width: 100%; min-height: 36px; padding: 8px 10px; border: 1px solid #c9c4ce; border-radius: 4px; background: #fff; color: #252329; font-size: 13px; }
.form-row textarea { resize: vertical; }
.form-row input:hover, .form-row textarea:hover, .form-row select:hover { border-color: #a69cae; }
.form-row input:focus-visible, .form-row textarea:focus-visible, .form-row select:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checkbox-label { display: flex !important; align-items: center; gap: 9px; margin: 0 !important; }
.checkbox-label input[type="checkbox"] { width: 16px; height: 16px; min-height: 0; margin: 0; }
.field-help { margin: 5px 0 0; color: #77717d; font-size: 11px; }
.field-error { margin: 5px 0 0; color: #aa2424; font-size: 11px; }
.admin-form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 18px 24px; }
.admin-form-actions a { color: #6c6671; font-size: 12px; font-weight: 700; text-decoration: none; }
.admin-form-actions a:hover { text-decoration: underline; }
.notice { padding: 10px 13px; margin-bottom: 18px; border-left: 3px solid #188038; background: #e9f4ed; font-size: 12px; }
.notice-error { border-color: #c5221f; background: #fff0f0; }
.login-main { max-width: 520px; margin: 0 auto; padding: 76px 24px 100px; }
.admin-heading .eyebrow { color: var(--secondary); margin-bottom: 10px; }
.admin-heading h1 { font-size: 36px; margin: 0 0 10px; }
.admin-heading > p:last-child { color: #514759; margin: 0 0 30px; }
.settings-form { background: var(--light); border: 1px solid #ded7e3; border-radius: 8px; padding: clamp(24px, 4vw, 40px); }
.admin-contact-detail { background: #fff; border-top: 1px solid #e0dce3; }
.admin-contact-detail dl { display: grid; grid-template-columns: 130px minmax(0, 1fr); margin: 0; padding: 22px 24px; border-bottom: 1px solid #e9e6eb; font-size: 13px; }
.admin-contact-detail dt { padding: 7px 0; color: #77717d; }
.admin-contact-detail dd { margin: 0; padding: 7px 0; color: #252329; overflow-wrap: anywhere; }
.admin-contact-detail dd a { color: var(--primary); }
.admin-contact-detail section { padding: 28px 24px 34px; }
.admin-contact-detail h2 { margin: 0 0 14px; font-size: 15px; }
.admin-contact-detail p { margin: 0; font-size: 14px; line-height: 1.7; }
.admin-contact-status { display: flex; align-items: end; justify-content: flex-end; gap: 14px; padding: 18px 24px; background: #f0edf3; }
.admin-contact-status .form-row { width: 190px; margin: 0; }
.admin-inline-filter { display: flex; align-items: center; gap: 9px; }
.admin-inline-filter label { font-size: 11px; font-weight: 700; }
.admin-inline-filter select { min-height: 34px; padding: 5px 30px 5px 9px; border: 1px solid #cbc5ce; background: #fff; font-size: 12px; }
.admin-reference { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; font-weight: 700; }
.admin-quote-heading { align-items: center; }
.admin-quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.admin-quote-record { background: #fff; border-top: 1px solid #e0dce3; }
.admin-quote-record > section { padding: 26px 28px 30px; border-bottom: 1px solid #e9e6eb; }
.admin-quote-record h2, .admin-quote-workflow h2 { margin: 0 0 20px; font-size: 16px; }
.admin-quote-record h3 { margin: 22px 0 8px; font-size: 13px; }
.admin-quote-record p { margin: 0; color: #4e4852; font-size: 13px; line-height: 1.65; }
.admin-quote-record dl { display: grid; grid-template-columns: 150px minmax(0, 1fr); margin: 0; font-size: 13px; }
.admin-quote-record dt, .admin-quote-record dd { padding: 7px 0; }
.admin-quote-record dt { color: #77717d; }
.admin-quote-record dd { margin: 0; overflow-wrap: anywhere; }
.admin-request-services article { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid #ece9ee; }
.admin-request-services article:first-child { border-top: 0; }
.admin-request-services h3 { margin: 0 0 5px; }
.admin-request-services strong { white-space: nowrap; font-size: 12px; }
.admin-answer-list .admin-answer-group { display: contents; }
.admin-answer-list .admin-answer-group dt { grid-column: 1 / -1; padding-top: 20px; color: var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.admin-answer-list .admin-answer-group dd { display: none; }
.admin-muted { color: #928c96; font-style: italic; }
.admin-attachment-list { display: grid; gap: 8px; }
.admin-attachment-list a { display: flex; justify-content: space-between; gap: 16px; padding: 12px 14px; border: 1px solid #ddd8e1; color: #28242b; text-decoration: none; }
.admin-attachment-list a:hover { border-color: var(--primary); }
.admin-attachment-list small { color: #77717d; }
.admin-quote-workflow { position: sticky; top: 88px; background: #f0edf3; }
.admin-quote-workflow form, .admin-notification-state { padding: 22px; }
.admin-quote-workflow textarea { resize: vertical; }
.admin-quote-workflow .admin-primary-action { width: 100%; }
.admin-notification-state { border-top: 1px solid #d9d3dd; }
.admin-notification-state dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; font-size: 12px; }
.admin-notification-state dt, .admin-notification-state dd { padding: 5px 0; }
.admin-notification-state dd { margin: 0; text-align: right; }
.admin-status-reviewing, .admin-status-quote-preparing { background: #e7eef5; color: #2d5370; }
.admin-status-needs-information { background: #fff1d8; color: #805415; }
.admin-status-qualified, .admin-status-accepted { background: #eaf5ee; color: #20623a; }
.admin-status-not-qualified, .admin-status-declined { background: #f7e7eb; color: #842b45; }
.admin-status-quote-sent { background: #eee5f6; color: var(--primary); }
.admin-status-ready { background: #fff1d8; color: #805415; }
.admin-status-sent { background: #eee5f6; color: var(--primary); }
.admin-status-expired, .admin-status-void { background: #eeecef; color: #6c6671; }
.admin-heading-actions { display: flex; align-items: center; gap: 10px; }
.admin-heading-actions form { margin: 0; }
.admin-quote-editor { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 28px; }
.admin-quote-editor-main { display: grid; gap: 20px; }
.admin-quote-panel { padding: 26px 28px; border: 1px solid #e2dee5; background: #fff; }
.admin-panel-heading { margin-bottom: 22px; }
.admin-panel-heading h2 { margin: 0 0 5px; font-size: 17px; }
.admin-panel-heading p { margin: 0; color: #716a75; font-size: 12px; }
.admin-panel-heading-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admin-secondary-action { min-height: 36px; padding: 7px 11px; border: 1px solid #bcb5c0; background: #fff; color: #2a262d; font-size: 12px; font-weight: 750; }
.admin-secondary-action:hover { border-color: var(--primary); color: var(--primary); }
.admin-line-items { display: grid; gap: 10px; }
.admin-line-item { display: grid; grid-template-columns: minmax(240px, 1fr) 90px 130px 110px 32px; align-items: start; gap: 10px; padding: 14px; border: 1px solid #e2dee5; background: #faf9fa; }
.admin-line-main { display: grid; gap: 8px; }
.admin-line-item .form-row { margin: 0; }
.admin-line-item label { font-size: 10px; text-transform: uppercase; }
.admin-line-item textarea { min-height: 54px; resize: vertical; }
.admin-line-total { padding-top: 23px; text-align: right; }
.admin-line-total span { display: block; color: #77717d; font-size: 10px; text-transform: uppercase; }
.admin-line-total strong { display: block; margin-top: 8px; font-size: 13px; }
.admin-line-remove { width: 30px; height: 30px; margin-top: 21px; border: 0; background: transparent; color: #7b4660; font-size: 23px; line-height: 1; }
.admin-quote-totals { position: sticky; top: 88px; padding: 22px; border-top: 4px solid var(--primary); background: #f0edf3; }
.admin-quote-totals h2 { margin: 0 0 20px; font-size: 16px; }
.admin-live-totals { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; margin: 22px 0; padding: 18px 0; border-top: 1px solid #d8d1dc; border-bottom: 1px solid #d8d1dc; font-size: 12px; }
.admin-live-totals dt, .admin-live-totals dd { margin: 0; }
.admin-live-totals dd { text-align: right; font-weight: 700; }
.admin-live-totals .total { padding-top: 10px; border-top: 1px solid #bdb5c2; font-size: 15px; font-weight: 800; }
.admin-quote-totals .admin-primary-action { width: 100%; }
.admin-preview-link { display: block; margin-top: 14px; color: var(--primary); font-size: 12px; font-weight: 750; text-align: center; }
.admin-delivery-state { margin: 14px 0 0; color: #716a75; font-size: 11px; text-align: center; }
.admin-quote-lower { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; margin-top: 28px; background: #ddd8e1; border: 1px solid #ddd8e1; }
.admin-quote-lower > section { padding: 22px; background: #fff; }
.admin-quote-lower h2 { margin: 0 0 14px; font-size: 15px; }
.admin-quote-lower article { padding: 10px 0; border-top: 1px solid #ece9ee; }
.admin-quote-lower article span { display: block; color: #77717d; font-size: 10px; }
.admin-quote-lower article strong { font-size: 12px; }
.admin-quote-lower article p, .admin-quote-lower section > p { margin: 5px 0 0; color: #716a75; font-size: 12px; line-height: 1.5; }
.admin-send-panel .admin-primary-action { width: 100%; margin-top: 18px; }
.admin-primary-action:disabled { cursor: not-allowed; opacity: .45; }

.proposal-page { min-height: 100vh; background: #ece9ef; color: #17151a; }
.proposal-header { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 12px clamp(20px, 5vw, 72px); background: #000; color: #fff; }
.proposal-header a { color: #fff; font-weight: 850; text-decoration: none; }
.proposal-header button { padding: 9px 12px; border: 1px solid #777; background: transparent; color: #fff; font-size: 12px; font-weight: 700; }
.proposal { width: min(1020px, calc(100% - 40px)); margin: 38px auto 70px; background: #fbf9fb; box-shadow: 0 18px 60px rgba(30, 20, 37, .12); }
.proposal-intro { display: flex; align-items: start; justify-content: space-between; gap: 36px; padding: 52px 58px; border-top: 8px solid var(--primary); border-bottom: 1px solid #ddd7e1; }
.proposal-intro h1 { margin: 8px 0 12px; font-size: 48px; }
.proposal-intro p { margin: 0; color: #5e5663; }
.proposal-intro dl { display: grid; grid-template-columns: auto auto; gap: 8px 24px; margin: 0; font-size: 12px; }
.proposal-intro dt { color: #746d78; }
.proposal-intro dd { margin: 0; font-weight: 750; text-align: right; }
.proposal-items { padding: 42px 58px; }
.proposal-items h2, .proposal-terms h2 { margin: 0 0 18px; font-size: 20px; }
.proposal-table { border-top: 1px solid #cfc8d4; }
.proposal-row { display: grid; grid-template-columns: minmax(0, 1fr) 90px 130px 130px; gap: 18px; padding: 18px 0; border-bottom: 1px solid #e1dde4; font-size: 13px; }
.proposal-row > span, .proposal-row > strong:last-child { text-align: right; }
.proposal-row p { margin: 6px 0 0; color: #6a626e; font-size: 12px; line-height: 1.5; }
.proposal-row-head { padding: 10px 0; color: #746d78; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.proposal-totals { display: grid; grid-template-columns: 1fr 150px; gap: 10px 20px; width: min(380px, 100%); margin: 28px 0 0 auto; font-size: 13px; }
.proposal-totals dt, .proposal-totals dd { margin: 0; }
.proposal-totals dd { text-align: right; font-weight: 700; }
.proposal-totals .total { padding-top: 13px; border-top: 1px solid #aaa1af; font-size: 17px; font-weight: 850; }
.proposal-terms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding: 38px 58px; border-top: 1px solid #ddd7e1; background: #f3f0f5; }
.proposal-terms p { margin: 0; color: #514a56; font-size: 13px; line-height: 1.7; }
.proposal-footer { padding: 30px 58px 38px; background: #000; color: #fff; }
.proposal-footer p { max-width: 65ch; margin: 8px 0 0; color: #d4cfd7; font-size: 12px; line-height: 1.5; }

@media print {
  .proposal-page { background: #fff; }
  .proposal-header { display: none; }
  .proposal { width: 100%; margin: 0; box-shadow: none; }
}

@media (max-width: 900px) {
  .site-header-inner { min-height: 70px; gap: 18px; }
  .wordmark { font-size: 19px; max-width: calc(100% - 64px); }
  .site-nav, .site-header-inner > .nav-action { display: none; }
  .mobile-menu { display: block; margin-left: auto; flex: none; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--light); border-radius: 4px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary:focus-visible { outline-color: var(--light); }
  .menu-icon { display: flex; flex-direction: column; justify-content: space-between; width: 20px; height: 16px; }
  .menu-icon span { display: block; width: 100%; height: 2px; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
  .mobile-menu[open] .menu-icon span:first-child { transform: translateY(7px) rotate(45deg); }
  .mobile-menu[open] .menu-icon span:nth-child(2) { opacity: 0; }
  .mobile-menu[open] .menu-icon span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 10px 20px 20px; background: var(--accent); border-top: 1px solid #312a35; box-shadow: 0 12px 20px #0003; }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid #312a35; font-size: 17px; font-weight: 700; text-decoration: none; }
  .mobile-menu nav a:hover { color: var(--surface); }
  .mobile-menu nav .mobile-menu-action { justify-content: space-between; margin-top: 12px; padding: 0 16px; border: 1px solid var(--light); border-radius: 4px; }
  #concepts, #studio { scroll-margin-top: 70px; }
  .public-hero h1 { font-size: 58px; }
  .public-hero-image { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% 52%; }
  .contact-page { grid-template-columns: 1fr; gap: 42px; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-summary { position: static; }
  .admin-media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .public-hero { display: flex; flex-direction: column-reverse; align-items: stretch; min-height: 0; }
  .public-hero-inner { padding: 54px 22px 34px; }
  .public-hero-image { position: relative; inset: auto; width: 100%; height: min(76vw, 300px); object-fit: cover; object-position: 78% center; mix-blend-mode: normal; }
  .public-hero h1 { font-size: 46px; max-width: 12ch; }
  .hero-tagline { font-size: 19px; margin: 18px 0 26px; }
  .hero-actions { gap: 10px; }
  .button { min-height: 45px; padding: 10px 14px; font-size: 13px; gap: 10px; }
  .concept-section { padding: 62px 20px 70px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading > p:last-child { font-size: 16px; }
  .studio-section { padding: 65px 20px 70px; }
  .studio-section h2 { font-size: 40px; }
  .home-services { padding: 60px 20px 70px; }
  .home-services-heading { align-items: start; flex-direction: column; }
  .home-services-heading h2 { font-size: 36px; }
  .service-row { grid-template-columns: minmax(0, 1fr) 20px; gap: 6px 16px; min-height: 100px; }
  .service-row > span:first-child { font-size: 21px; }
  .service-row small { grid-column: 1; grid-row: 2; }
  .service-row > span:last-child { grid-column: 2; grid-row: 1 / 3; }
  .service-catalog-row { grid-template-columns: 1fr; padding-bottom: 16px; }
  .service-quote-action { margin-left: 0; }
  .service-catalog-row form { justify-content: flex-start; }
  .services-page { padding: 50px 20px 75px; }
  .page-heading h1, .service-detail h1 { font-size: 44px; }
  .page-heading > p:last-child { font-size: 17px; }
  .service-detail { padding: 35px 20px 80px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 45px; }
  .service-intro { font-size: 19px; }
  .service-description { font-size: 16px; }
  .featured-work { padding: 60px 20px 70px; }
  .featured-work-heading { align-items: start; flex-direction: column; }
  .featured-work-heading h2 { font-size: 36px; }
  .work-page { padding: 50px 20px 75px; }
  .work-page-heading h1, .work-detail-heading h1 { font-size: 44px; }
  .work-page-heading > p:last-child, .work-detail-heading > p:last-child { font-size: 17px; }
  .work-grid { grid-template-columns: 1fr; gap: 34px; }
  .work-item-meta strong { font-size: 21px; }
  .work-detail { padding: 35px 20px 80px; }
  .work-detail-story { grid-template-columns: 1fr; gap: 36px; padding-top: 45px; }
  .work-detail-facts { grid-template-columns: 90px minmax(0, 1fr); gap: 8px 16px; }
  .work-detail-facts span { margin-top: 0; }
  .work-detail-narrative h2 { font-size: 23px; }
  .service-related-work { margin-top: 65px; padding-top: 42px; }
  .work-detail-gallery { margin-top: 60px; padding-top: 42px; }
  .work-detail-gallery h2 { font-size: 30px; }
  .work-gallery-grid { grid-template-columns: 1fr; }
  .content-page { padding: 50px 20px 78px; }
  .content-page-heading h1, .contact-intro h1 { font-size: 44px; }
  .content-page-heading > p:last-child, .contact-summary { font-size: 17px; }
  .content-page-body { font-size: 16px; }
  .contact-page { padding: 50px 20px 78px; }
  .contact-form-wrap { padding: 22px 18px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 0; }
  .quote-page { padding: 50px 20px 78px; }
  .quote-heading h1 { font-size: 44px; }
  .quote-heading > p:last-child { font-size: 17px; }
  .quote-group-fields { grid-template-columns: 1fr; padding-left: 0; }
  .quote-group-heading { grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
  .quote-group-heading h2 { font-size: 26px; }
  .quote-options { grid-template-columns: 1fr; }
  .quote-save-bar { align-items: stretch; flex-direction: column; gap: 14px; }
  .quote-save-bar .button { width: 100%; }
  .quote-save-bar > div, .quote-received > div { align-items: stretch; flex-direction: column; }
  .quote-received h1 { font-size: 44px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; margin-left: 0; }
}

@media (max-width: 900px) {
  .admin-shell { display: block; }
  .admin-sidebar { position: static; height: auto; padding: 10px 18px 0; border-right: 0; border-bottom: 1px solid #e5e2e8; }
  .admin-brand { padding: 3px 0 10px; }
  .admin-business, .admin-sidebar-footer, .admin-nav-heading { display: none; }
  .admin-side-nav { flex-direction: row; gap: 16px; overflow-x: auto; padding: 0; }
  .admin-side-nav a { min-height: 38px; flex: none; padding: 8px 2px; border-bottom: 2px solid transparent; border-radius: 0; }
  .admin-side-nav a[aria-current="page"] { background: none; border-bottom-color: var(--primary); }
  .admin-topbar { padding: 10px 18px; }
  .admin-main { padding: 24px 18px 70px; }
  .admin-quote-editor { grid-template-columns: 1fr; }
  .admin-quote-totals { position: static; }
  .admin-quote-lower { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .admin-topbar-location { display: none; }
  .admin-topbar { min-height: 44px; justify-content: flex-end; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 24px; }
  .admin-page-heading h1 { font-size: 24px; }
  .admin-metrics > div { padding: 16px 10px; }
  .admin-metrics strong { font-size: 22px; }
  .admin-form-section { grid-template-columns: 1fr; gap: 15px; padding: 22px 16px; }
  .admin-form-actions { padding: 16px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .admin-toggle-row { padding-top: 0; }
  .admin-service-table thead { display: none; }
  .admin-service-table, .admin-service-table tbody, .admin-service-table tr { display: block; width: 100%; }
  .admin-service-table tr { padding: 13px 16px; border-bottom: 1px solid #e9e6eb; }
  .admin-service-table td, .admin-service-table td:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-width: 0; padding: 4px 0; border: 0; }
  .admin-service-table td:first-child { display: block; padding-bottom: 9px; }
  .admin-service-table td[data-label]::before { content: attr(data-label); color: #77717d; font-size: 11px; }
  .admin-service-table td:last-child::before { display: none; }
  .admin-portfolio-summary { flex-wrap: wrap; gap: 10px 18px; }
  .admin-portfolio-summary a { width: 100%; margin-left: 0; }
  .admin-contact-detail dl { grid-template-columns: 1fr; gap: 0; }
  .admin-contact-detail dt { padding-bottom: 0; }
  .admin-contact-status { align-items: stretch; flex-direction: column; }
  .admin-contact-status .form-row { width: 100%; }
  .admin-quote-grid { grid-template-columns: 1fr; }
  .admin-quote-workflow { position: static; }
  .admin-quote-record dl { grid-template-columns: 1fr; }
  .admin-quote-record dt { padding-bottom: 0; }
  .admin-inline-filter { width: 100%; justify-content: space-between; }
  .admin-attachment-list a { align-items: flex-start; flex-direction: column; }
  .admin-heading-actions { align-items: flex-start; flex-direction: column; }
  .admin-quote-panel { padding: 20px 16px; }
  .admin-panel-heading-action { align-items: flex-start; flex-direction: column; }
  .admin-line-item { grid-template-columns: repeat(2, minmax(0, 1fr)) 32px; }
  .admin-line-main { grid-column: 1 / -1; }
  .admin-line-total { padding-top: 22px; text-align: left; }
  .admin-line-remove { grid-column: 3; grid-row: 2; }
  .admin-media-upload { grid-template-columns: 1fr; align-items: stretch; }
  .admin-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-media-editor { grid-template-columns: 1fr; }
  .admin-media-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .proposal-header { min-height: 58px; }
  .proposal { width: 100%; margin: 0; box-shadow: none; }
  .proposal-intro { align-items: stretch; flex-direction: column; padding: 36px 20px; }
  .proposal-intro h1 { font-size: 38px; }
  .proposal-items { padding: 34px 20px; }
  .proposal-row-head { display: none; }
  .proposal-row { grid-template-columns: 1fr 1fr; gap: 10px 16px; }
  .proposal-row > div { grid-column: 1 / -1; }
  .proposal-row > span, .proposal-row > strong:last-child { display: flex; justify-content: space-between; gap: 12px; text-align: left; }
  .proposal-row > [data-label]::before { content: attr(data-label); color: #746d78; font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .proposal-row > strong:last-child { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid #e4e0e6; }
  .proposal-terms { grid-template-columns: 1fr; gap: 28px; padding: 32px 20px; }
  .proposal-footer { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .menu-icon span { transition: none; } }
