@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap');

:root {
  --ink: #080808;
  --paper: #fff;
  --line: #dededb;
  --muted: #71716d;
  --soft: #f3f3f3;
  --field: #f4f4f4;
  --private-badge-bg: #a034f3;
  --private-badge-border: #fff;
  --private-badge-font: "Barlow Condensed", "Arial Narrow", sans-serif;
  --content: 1328px;
  --header-height: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif; font-size: 13px; line-height: 1.7; }
html.has-full-dialog, body.has-full-dialog { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p, dl { margin-top: 0; }
.page-container { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; }

.site-header { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(28px, 4.18vw, 70px); background: #fff; border-bottom: 1px solid var(--line); }
.brand-lockup { display: inline-flex; align-items: center; gap: 15px; }
.wordmark { display: inline-flex; align-items: center; height: 30px; }
.wordmark img { display: block; width: auto; height: 100%; }
.brand-private-label { padding: 4px 10px 5px; background: var(--private-badge-bg); color: #fff; font-family: var(--private-badge-font); font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: .13em; white-space: nowrap; }
.site-nav { --nav-gap: clamp(28px, 3vw, 50px); display: flex; align-items: center; gap: var(--nav-gap); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.site-nav a:not(.contact-button) { padding: 8px 0; }
.login-button, .logout-button { min-width: 104px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 1px solid #777; background: #fff; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.login-icon { width: 13px; height: 13px; }
.login-access { display: inline-flex; align-items: center; }
.site-nav .login-access { margin-right: calc(20px - var(--nav-gap)); }
button[hidden] { display: none !important; }
.contact-button, .black-button { min-width: 130px; height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.mobile-menu-toggle, .mobile-menu, .mobile-menu-contact { display: none; }

.intro { display: grid; grid-template-columns: minmax(0, 1fr) 528px; gap: clamp(90px, 11vw, 185px); padding: 46px 0 40px 30px; }
.intro-copy-block h1 { margin-bottom: 10px; font-size: 34px; line-height: 1.15; letter-spacing: -.01em; }
.intro-copy-block p { margin-bottom: 16px; font-size: 12px; line-height: 1.75; }
.intro-contact { min-width: 138px; }
.price-list-heading h2 { margin: 0; font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.price-list-more { width: 50px; height: 19px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }
.price-list dl { margin: 0; padding: 3px 16px; background: var(--soft); }
.price-list dl > div { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d8d8d6; }
.price-list dl > div:last-child { border-bottom: 0; }
.price-list dt, .price-list dd { margin: 0; font-size: 12px; }
.price-list dd { white-space: nowrap; }
.price-list-note { margin: 15px 0 0; color: #53534f; font-size: 11px; line-height: 1.6; }

/* On wide screens, keep the PRICE LIST label beside its compact table. */
@media (min-width: 1201px) {
  .price-list { display: grid; grid-template-columns: 90px minmax(0, 410px); column-gap: 28px; align-items: start; }
  .price-list-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; padding-top: 4px; }
  .price-list-content { grid-column: 2; }
}

@media (max-width: 1200px) {
  .price-list-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 14px; }
}

.works-section { padding-bottom: 0; }
.section-topline { padding: 25px 20px 24px; border-top: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 36px; }
.filter { position: relative; padding: 0 0 6px; border: 0; background: transparent; color: var(--ink); font-size: 11px; letter-spacing: .03em; }
.filter.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 13px; }
.work-card { position: relative; display: block; aspect-ratio: 320 / 188; overflow: hidden; padding: 14px; background: var(--soft); }
.work-card > img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .25s ease; }
.work-card.is-portrait > img { object-fit: cover; object-position: center top; }
.work-card:hover > img { transform: scale(1.012); }
.work-card.is-private > .work-card-media { position: relative; display: block; width: fit-content; height: 100%; max-width: 100%; margin: 0 auto; }
.work-card.is-private > .work-card-media > img { display: block; width: auto; height: 100%; max-width: 100%; object-fit: contain; object-position: center; transition: transform .25s ease; }
.work-card.is-private.is-portrait > .work-card-media { width: 100%; }
.work-card.is-private.is-portrait > .work-card-media > img { width: 100%; object-fit: cover; object-position: center top; }
.work-card.is-private:hover > .work-card-media > img { transform: scale(1.012); }
.private-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 21px; border: 1px solid var(--private-badge-border); background: var(--private-badge-bg); color: #fff; font-family: var(--private-badge-font); font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: .13em; padding: 4px 6px 5px; white-space: nowrap; }
.work-card-media > .private-badge { position: absolute; z-index: 1; left: 10px; bottom: 10px; }
.more-works { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 39px; }
.more-works > span { height: 1px; background: var(--line); }
.more-works a, .more-works button { display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; background: transparent; font-size: 11px; letter-spacing: .04em; }
.more-works-icon { width: 13px; height: 13px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; background: var(--ink); }
.more-works-icon svg { width: 7px; height: 7px; fill: none; stroke: #fff; stroke-width: 1.5; stroke-linecap: square; }

.contact-section { display: grid; grid-template-columns: 500px minmax(0, 1fr); gap: 28px; padding: 50px 0 50px 30px; }
.contact-intro h2 { margin-bottom: 8px; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.contact-intro p { margin: 0; font-size: 11px; }
.top-contact-form { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 28px; align-items: start; }
.compact-fields { display: grid; gap: 13px; }
.top-contact-form label { display: grid; grid-template-columns: 49px minmax(0, 1fr); gap: 0; align-items: start; }
.top-contact-form label > span { padding-top: 7px; font-size: 9px; font-weight: 700; }
.top-contact-form input, .top-contact-form textarea { width: 100%; border: 1px solid #ddd; border-radius: 0; background: var(--field); outline: none; font-size: 11px; }
.top-contact-form input { height: 28px; padding: 0 10px; }
.top-contact-form textarea { min-height: 145px; padding: 9px 11px; resize: vertical; }
.confirm-button { min-width: 100px; height: 28px; margin-left: 49px; justify-self: start; font-size: 10px; }

/* Fluent Forms is used for delivery; these rules keep its generated markup aligned with the u77 design. */
.u77-contact-form .fluentform,
.u77-contact-form .frm-fluent-form { width: 100%; max-width: 100%; margin: 0; }
.u77-contact-form .frm-fluent-form > fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.u77-contact-form .frm-fluent-form .ff-el-group { margin: 0; }
.u77-contact-form .frm-fluent-form .ff-el-input--label { margin: 0; }
.u77-contact-form .frm-fluent-form .ff-el-input--label label { display: block; margin: 0; color: var(--ink); font-family: inherit; font-size: 9px; font-weight: 700; letter-spacing: .03em; }
.u77-contact-form .frm-fluent-form .ff-el-input--label.ff-el-is-required label::before,
.u77-contact-form .frm-fluent-form .ff-el-input--label.ff-el-is-required label::after { display: none !important; content: none !important; }
.u77-contact-form .frm-fluent-form .ff-el-form-control { width: 100%; margin: 0; border: 1px solid #ddd; border-radius: 0; background: var(--field); box-shadow: none; color: var(--ink); font-family: inherit; font-size: 11px; line-height: 1.3; outline: none; }
.u77-contact-form .frm-fluent-form input.ff-el-form-control { height: 28px; min-height: 28px; padding: 0 10px; }
.u77-contact-form .frm-fluent-form textarea.ff-el-form-control { min-height: 145px; padding: 9px 11px; line-height: 1.55; resize: vertical; }
.u77-contact-form .frm-fluent-form .ff-el-form-control:focus { border-color: var(--ink); background: var(--field); box-shadow: none; color: var(--ink); }
.u77-contact-form .frm-fluent-form .ff-el-form-control::placeholder { color: #b5b5b2; opacity: 1; }
.u77-contact-form .text-danger, .u77-contact-form .error.text-danger { margin-top: 4px; color: #b42318; font-size: 10px; }
.u77-contact-form .frm-fluent-form .ff_submit_btn_wrapper { margin: 0; }
.u77-contact-form .frm-fluent-form .ff_btn_style.ff-btn-submit { display: inline-flex; width: auto; min-width: 0; height: 28px; padding: 0 30px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: #fff; font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .02em; line-height: 1; }
.u77-contact-form .frm-fluent-form .ff_btn_style.ff-btn-submit:hover,
.u77-contact-form .frm-fluent-form .ff_btn_style.ff-btn-submit:focus { border-color: #333; background: #333; color: #fff; box-shadow: none; }
.u77-contact-form .ff-message-success { margin: 0; padding: 16px 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; }
.u77-contact-form.has-u77-contact-success .ff-message-success { display: none; }
.u77-contact-form-status { margin: 0; font-size: 11px; }

.u77-contact-form--top .frm-fluent-form > fieldset, .u77-contact-form--drawer .frm-fluent-form > fieldset { display: grid; grid-template-columns: 310px minmax(0, 1fr); grid-template-rows: auto auto 1fr; gap: 13px 28px; align-items: start; }
.u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:not(.ff_submit_btn_wrapper), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:not(.ff_submit_btn_wrapper) { display: grid; grid-template-columns: max-content minmax(0, 1fr); column-gap: 10px; align-items: start; }
.u77-contact-form--top .ff-el-input--label, .u77-contact-form--drawer .ff-el-input--label { grid-column: 1; grid-row: 1; padding-top: 7px; }
.u77-contact-form--top .ff-el-input--content, .u77-contact-form--drawer .ff-el-input--content { grid-column: 2; grid-row: 1; min-width: 0; }
.u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(1), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(2), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(2) { grid-column: 1; grid-row: 2; }
.u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(3), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(3) { grid-column: 2; grid-row: 1 / span 3; }
.u77-contact-form--top .frm-fluent-form > fieldset > .ff_submit_btn_wrapper, .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff_submit_btn_wrapper { display: block; grid-column: 1; grid-row: 3; margin-left: 40px; align-self: end; }

.contact-page-content .u77-contact-form,
.contact-page-content .u77-contact-form .fluentform,
.contact-page-content .u77-contact-form .frm-fluent-form { width: 100%; max-width: 500px; margin-inline: auto; }
.u77-contact-form--page .frm-fluent-form > fieldset { display: grid; gap: 20px; }
.u77-contact-form--page .ff-el-group:not(.ff_submit_btn_wrapper) { display: grid; gap: 4px; }
.u77-contact-form--page textarea { min-height: 215px; }
.u77-contact-form--page .ff_submit_btn_wrapper { display: flex; justify-content: center; margin-top: 0; }

.contact-confirm-dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 0; }
.contact-confirm-dialog::backdrop { background: rgb(0 0 0 / .48); backdrop-filter: blur(3px); }
.contact-confirm-dialog__inner { position: relative; padding: 44px; }
.contact-confirm-dialog__close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 24px; font-weight: 300; line-height: 1; }
.contact-confirm-dialog h2 { margin: 0 0 28px; font-size: 24px; letter-spacing: -.035em; }
.contact-confirm-list { margin: 0; border-top: 1px solid var(--line); }
.contact-confirm-list > div { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-confirm-list dt { font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.contact-confirm-list dd { margin: 0; white-space: pre-wrap; font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-confirm-actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.contact-confirm-actions button { min-width: 110px; height: 32px; font-size: 10px; font-weight: 700; }
.contact-confirm-back { border: 1px solid var(--ink); background: #fff; color: var(--ink); }
.contact-success-dialog { width: min(440px, calc(100% - 32px)); padding: 0; border: 0; }
.contact-success-dialog::backdrop { background: rgb(0 0 0 / .48); backdrop-filter: blur(3px); }
.contact-success-dialog__inner { position: relative; padding: 52px 44px 44px; text-align: center; }
.contact-success-dialog__close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 24px; font-weight: 300; line-height: 1; }
.contact-success-dialog h2 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; }
.contact-success-dialog p { margin: 0; font-size: 12px; }
.contact-success-actions { display: flex; justify-content: center; margin-top: 28px; }
.contact-success-actions .black-button { min-width: 110px; }

.site-footer { min-height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 10px 36px; border-top: 1px solid var(--line); }
.footer-logo { display: inline-flex; height: 24px; justify-self: start; }
.footer-logo img { width: auto; height: 100%; }
.footer-nav { display: flex; align-items: center; gap: 43px; font-size: 10px; letter-spacing: .03em; }
.footer-nav button { padding: 0; border: 0; background: transparent; }
.footer-nav .login-button, .footer-nav .logout-button { min-width: auto; height: auto; gap: 5px; font-size: 10px; font-weight: 400; }
.footer-nav .login-icon { width: 11px; height: 11px; }
.site-footer small { justify-self: end; font-size: 9px; }

.eyebrow { margin-bottom: 14px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.form-note { margin: 0; color: var(--muted); font-size: 10px; }
dialog { border: 0; background: #fff; color: var(--ink); }
.login-dialog { width: min(440px, calc(100% - 32px)); padding: 44px; }
.login-dialog::backdrop { background: rgb(0 0 0 / .48); backdrop-filter: blur(3px); }
.login-dialog h2 { margin-bottom: 10px; font-size: 30px; line-height: 1.18; letter-spacing: -.05em; }
.login-dialog form { display: grid; gap: 17px; margin-top: 28px; }
.login-dialog label { display: grid; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.login-dialog input { width: 100%; padding: 9px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; outline: none; }
.dialog-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; font-size: 22px; }

.project-nav { height: 60px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.project-nav a { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.project-nav-arrow { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: square; stroke-linejoin: miter; }
.work-main { padding-top: 76px; }
.work-layout { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 95px; align-items: start; }
.work-info { padding-top: 0; }
.private-badge--detail { margin: 0 0 13px; padding: 5px 8px 6px; font-size: 12px; letter-spacing: .13em; }
.work-info h1 { margin-bottom: 17px; font-size: 30px; line-height: 1.08; letter-spacing: 0; }
.work-description { margin-bottom: 28px; font-size: 12px; line-height: 1.75; }
.project-data { margin: 0 0 23px; border-top: 1px solid var(--line); }
.project-data div { min-height: 38px; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); font-size: 10px; }
.project-data dt, .project-data dd { margin: 0; }
.project-data dt { color: var(--muted); letter-spacing: .05em; }
.project-data a { text-decoration: underline; text-underline-offset: 3px; }
.view-full-button { min-width: 134px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }
.view-full-button svg { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.work-art-wrap { padding: 50px; overflow: hidden; background: var(--soft); }
.work-detail-image { display: block; width: 100%; height: auto; box-shadow: none; transition: transform .35s cubic-bezier(.22, .8, .28, 1), box-shadow .25s ease; }
.work-contact-trigger { position: relative; width: 100%; min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 80px 0 0; padding: 14px 28px; border: 0; background: #fff; text-align: left; }
.work-contact-trigger::before { content: ""; position: absolute; top: 0; left: 50%; width: 100vw; height: 1px; background: var(--line); transform: translateX(-50%); }
.work-contact-copy { display: grid; grid-template-columns: auto 100px; grid-template-rows: auto auto; column-gap: 32px; align-items: center; }
.work-contact-copy strong { grid-column: 1; font-size: 14px; }
.work-contact-copy small { grid-column: 1; color: var(--muted); font-size: 9px; }
.contact-chip { min-width: 74px; height: 24px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-size: 9px; font-weight: 700; }
.work-contact-copy .contact-chip { grid-column: 2; grid-row: 1 / 3; }
.open-form-label { display: flex; align-items: center; gap: 16px; color: #444; font-size: 10px; letter-spacing: .05em; transition: color .2s ease; }
.open-form-arrow { width: 24px; height: 24px; flex: 0 0 auto; padding: 6.5px; border: 1px solid currentColor; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: square; stroke-linejoin: miter; }
.work-contact-trigger:hover .open-form-label { color: var(--ink); }

.full-dialog { position: fixed; inset: 0; width: auto; max-width: none; height: auto; max-height: none; margin: 0; padding: 0; overflow-y: auto; border: 0; background: rgb(0 0 0 / .83); color: #fff; }
.full-dialog::backdrop { background: transparent; }
.full-dialog-bar { position: fixed; z-index: 4; top: 25px; right: 30px; display: block; }
.full-dialog-close { position: relative; width: 50px; height: 50px; padding: 0; border: 0; background: transparent; }
.full-dialog-close::before, .full-dialog-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 25px; height: 1px; background: #fff; transform-origin: center; }
.full-dialog-close::before { width: 50px; transform: translate(-50%, -50%) rotate(45deg); }
.full-dialog-close:focus { outline: 0; }
.full-dialog-close:focus-visible { box-shadow: none; }
.full-dialog-close::after { width: 50px; transform: translate(-50%, -50%) rotate(-45deg); }
.full-dialog-close:hover::before, .full-dialog-close:hover::after { background: #bdbdbd; }
.full-design-frame { min-height: 100%; padding: 80px clamp(72px, 12vw, 80px) 80px; }
.full-design-frame img { display: block; width: auto; max-width: min(1600px, 100%); height: auto; margin: 0 auto; box-shadow: 0 16px 48px rgb(0 0 0 / .48); }
.full-dialog-nav { position: fixed; z-index: 4; top: 212px; width: 64px; height: 64px; display: grid; place-items: center; padding: 0; border: 0; background: rgb(0 0 0 / .72); color: #fff; }
.full-dialog-nav--prev { left: max(48px, calc(50% - 832px)); }
.full-dialog-nav--next { right: max(48px, calc(50% - 832px)); }
.full-dialog-nav span { display: none; }
.full-dialog-nav svg { display: block; width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 1.25; stroke-linecap: square; stroke-linejoin: miter; }
.full-dialog-nav:disabled { opacity: .28; cursor: not-allowed; }

.contact-drawer { position: fixed; z-index: 100; inset: 0; display: grid; align-items: end; visibility: hidden; pointer-events: none; }
.contact-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgb(0 0 0 / .32); opacity: 0; transition: opacity .28s ease; }
.contact-drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: relative; width: 100%; display: grid; grid-template-columns: 500px minmax(0, 1fr); gap: 28px; padding: 54px max(24px, calc((100vw - 1328px) / 2)) 54px max(30px, calc((100vw - 1328px) / 2 + 30px)); background: #fff; transform: translateY(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.contact-drawer.is-open .drawer-panel { transform: translateY(0); }
.drawer-close { position: absolute; top: 18px; right: max(24px, calc((100vw - 1328px) / 2)); border: 0; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.drawer-heading h2 { margin-bottom: 8px; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.drawer-form { display: grid; }
.has-contact-drawer { overflow: hidden; }

.works-page { padding: 0; }
.works-page-heading { min-height: 105px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.works-page-heading h1 { margin: 0; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.works-page-heading .heading-rule { width: 62px; height: 1px; margin-left: 3px; background: var(--line); }
.works-page-heading > p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.current-taste { padding: 3px 10px; border: 1px solid #8b8b87; font-size: 9px; }
.archive-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.archive-filters { padding: 0; }
.taxonomy-filter-button { min-width: 72px; height: 24px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 9px; border: 1px solid #9a9a96; background: #fff; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.filter-lines { width: 10px; display: grid; gap: 2px; }
.filter-lines i { display: block; height: 1px; background: currentColor; }
.filter-lines i:nth-child(2) { width: 7px; }
.filter-lines i:nth-child(3) { width: 4px; }
.archive-more { margin: 44px 0 0; }
.archive-more[hidden] { display: none; }
.archive-more button { padding: 5px 10px; border: 0; background: #fff; font-size: 11px; letter-spacing: .04em; }
.archive-contact-trigger { margin-top: 62px; }

.filter-dialog { width: min(540px, calc(100% - 32px)); padding: 45px; }
.filter-dialog::backdrop { background: rgb(0 0 0 / .35); backdrop-filter: blur(3px); }
.filter-dialog h2 { margin-bottom: 6px; font-size: 28px; letter-spacing: -.045em; }
.filter-dialog > p:not(.eyebrow) { color: var(--muted); font-size: 11px; }
.taste-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 28px 0; }
.taste-options label { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid var(--line); font-size: 11px; }
.taste-options input { accent-color: var(--ink); }
.filter-dialog-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.filter-dialog-actions > button:first-child { border: 0; background: transparent; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }

.sticky-contact-trigger { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; width: 100%; height: 50px; padding: 0; border: 0; border-top: 1px solid var(--line); background: rgb(255 255 255 / .97); text-align: left; transition: opacity .2s ease, transform .2s ease; }
.sticky-contact-trigger.is-hidden, .has-contact-drawer .sticky-contact-trigger { opacity: 0; pointer-events: none; transform: translateY(100%); }
.sticky-contact-inner { width: min(var(--content), calc(100% - 48px)); height: 100%; display: grid; grid-template-columns: auto 100px 1fr; align-items: center; gap: 34px; margin: auto; }
.sticky-contact-inner > * { align-self: center; }
.sticky-contact-inner strong { font-size: 13px; line-height: 1; }
.sticky-contact-inner .contact-chip { grid-column: auto; grid-row: auto; }
.sticky-contact-inner .open-form-label { justify-self: end; }
.has-sticky-contact { padding-bottom: 50px; }

.about-page { padding: 0; }
.about-page-heading { min-height: 110px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.about-page-heading h1 { margin: 0; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.about-page-heading .heading-rule { width: 72px; height: 1px; margin-left: 3px; background: var(--line); }
.about-page-heading p { margin: 0; color: #4d4d49; font-size: 11px; }
.about-content { width: min(580px, 100%); margin: 86px auto 104px; }
.about-section { margin-bottom: 76px; }
.about-section:last-child { margin-bottom: 0; }
.about-section h2 { margin-bottom: 15px; text-align: center; font-size: 20px; line-height: 1.3; letter-spacing: -.02em; }
.about-content > .wp-block-heading { margin: 0 0 15px; text-align: center; font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.about-content > .wp-block-heading:not(:first-child) { margin-top: 78px; }
.about-content > .wp-block-heading + .about-information-box,
.about-content > .wp-block-heading + .u77-price-list-block { margin-top: 0; }
.about-content > .wp-block-paragraph { margin: 0; color: #53534f; font-size: 12px; line-height: 2; }
.about-content > .wp-block-paragraph + .wp-block-paragraph { margin-top: 18px; }
.about-copy, .about-notes { color: #53534f; font-size: 12px; line-height: 2; }
.about-copy p { margin-bottom: 14px; }
.about-information-box { width: min(580px, 100%); margin: 28px auto 32px; padding: 19px 23px; background: var(--soft); color: #686864; font-size: 12px; line-height: 1.8; }
.about-content .about-information-box { width: 100%; }
.about-notes p { margin: 0; line-height: 1.65; }
.u77-price-list-block { width: min(580px, 100%); margin: 28px auto 32px; }
.about-content .u77-price-list-block { width: 100%; }
.about-price-section { margin-top: 28px; }
.about-price-list { margin: 0; padding: 20px; background: var(--soft); }
.about-price-list > div { min-height: 41px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.about-price-list > div:last-child { border-bottom: 0; }
.about-price-list dt, .about-price-list dd { margin: 0; font-size: 12px; }
.about-price-list dd { flex: 0 0 auto; white-space: nowrap; }
.about-price-list dt small { display: block; margin-top: 5px; color: #777772; font-size: 11px; font-weight: 400; line-height: 1.65; }
.about-price-note { margin: 20px 0 0; color: #53534f; font-size: 11px; line-height: 2; }
.about-contact-trigger { margin-top: 0; }

.contact-body { min-height: 100vh; display: flex; flex-direction: column; }
.contact-page { flex: 1; min-height: calc(100vh - 144px); padding: 0 0 78px; }
.contact-page-heading { min-height: 110px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.contact-page-heading h1 { margin: 0; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.contact-page-heading .heading-rule { width: 72px; height: 1px; margin-left: 3px; background: var(--line); }
.contact-page-heading p { margin: 0; color: #4d4d49; font-size: 11px; }
.contact-page-content { width: min(500px, 100%); margin: 85px auto 0; }
.contact-page-content > h2 { margin-bottom: 10px; text-align: center; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.contact-page-content > p { margin-bottom: 29px; color: #595955; text-align: center; font-size: 11px; }

@media (max-width: 1100px) {
  .site-nav { --nav-gap: 24px; }
  .intro { grid-template-columns: 1fr 390px; gap: 60px; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-section { grid-template-columns: 1fr; }
  .u77-contact-form--top .frm-fluent-form, .u77-contact-form--drawer .frm-fluent-form { grid-template-columns: 310px 1fr; }
  .work-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 50px; }
  .work-art-wrap { padding: 50px; }
}

@media (max-width: 760px) {
  body { font-size: 12px; }
  .page-container { width: min(100% - 32px, 620px); }
  .site-header { position: relative; padding: 0 18px; }
  .brand-lockup { gap: 15px; }
  .site-header .wordmark { height: 24px; }
  .site-nav { --nav-gap: 18px; }
  .site-nav > a:not(.contact-button), .footer-nav .login-access { display: none; }
  .site-nav .login-access { display: none; margin-right: 0; }
  .site-nav a.login-button, .site-nav a.logout-button { min-width: 0; height: 30px; padding: 0 10px; font-size: 10px; }
  .site-nav .contact-button { display: none; }
  .mobile-menu-toggle { width: 35px; height: 30px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 0; border: 0; background: transparent; }
  .mobile-menu-toggle span { display: block; width: 35px; height: 2px; background: var(--ink); transition: transform .22s ease, opacity .16s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .mobile-menu { position: absolute; z-index: 30; top: calc(100% + 1px); right: 0; left: 0; display: block; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 14px 22px rgba(0, 0, 0, .08); opacity: 0; transform: translateY(-10px); transition: opacity .22s ease, transform .28s cubic-bezier(.22, .8, .28, 1); will-change: opacity, transform; pointer-events: none; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-menu nav { display: grid; gap: 0; }
  .mobile-menu-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
  .mobile-menu-list li { min-height: 70px; display: flex; align-items: center; background: repeating-linear-gradient(to right, var(--line) 0 2px, transparent 2px 4px) bottom / 100% 1px no-repeat; }
  .mobile-menu-list a, .mobile-menu-access { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
  .mobile-menu-list a { padding: 0; }
  .mobile-menu-access { min-height: 110px; display: flex; align-items: center; gap: 12px; margin: 0; padding: 0; border: 0; }
  .mobile-menu-access .login-button, .mobile-menu-access .logout-button { min-width: 0; height: 32px; padding: 0 14px; }
  .mobile-menu-contact { min-width: 0; height: 32px; display: inline-flex; padding-inline: 14px; font-size: 10px; }
  .brand-private-label { display: inline-flex; padding: 4px 6px 5px; font-size: 0; }
  .brand-private-label::after { content: "PRIVATE"; font-size: 9px; letter-spacing: .13em; }
  .intro { display: block; padding: 48px 0 38px; }
  .intro-copy-block h1 { font-size: 32px; }
  .intro-copy-block p br { display: none; }
  .price-list { margin-top: 43px; }
  .section-topline { padding-inline: 0; }
  .filters { gap: 17px; }
  .filter { font-size: 9px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .more-works { margin-top: 30px; gap: 12px; }
  .contact-section { padding: 45px 0; }
  .u77-contact-form--top .frm-fluent-form > fieldset, .u77-contact-form--drawer .frm-fluent-form > fieldset { display: block; }
  .u77-contact-form .frm-fluent-form .ff-el-form-control,
  .top-contact-form input,
  .top-contact-form textarea { font-size: 16px; }
  .u77-contact-form .frm-fluent-form input.ff-el-form-control,
  .top-contact-form input { height: 40px; min-height: 40px; }
  .u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:not(.ff_submit_btn_wrapper), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:not(.ff_submit_btn_wrapper) { display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 10px; margin-bottom: 13px; }
  .u77-contact-form--top .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(3), .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff-el-group:nth-of-type(3) { margin-top: 18px; }
  .u77-contact-form--top .frm-fluent-form > fieldset > .ff_submit_btn_wrapper, .u77-contact-form--drawer .frm-fluent-form > fieldset > .ff_submit_btn_wrapper { display: block; margin: 18px 0 0 60px; }
  .message-field { margin-top: 5px; }
  .site-footer { grid-template-columns: 1fr auto; padding: 18px 16px; }
  .footer-nav { display: none; }
  .work-main { padding-top: 45px; }
  .project-nav { height: 52px; }
  .project-nav a { font-size: 9px; }
  .work-layout { display: flex; flex-direction: column; gap: 30px; }
  .work-art-stack { order: 1; }
  .work-info { order: 2; width: 100%; align-self: stretch; }
  .work-info { margin-bottom: 0; }
  .work-info h1 { font-size: 26px; }
  .work-art-wrap { padding: 18px; }
  .work-info > .view-full-button { display: none; }
  .work-image-full-button { width: fit-content; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px auto 0; }
  .work-image-full-button__label { display: inline-flex; align-items: center; gap: 7px; }
  .work-contact-trigger { min-height: 112px; padding: 18px 0; }
  .work-contact-copy { display: block; }
  .work-contact-copy strong, .work-contact-copy small { display: block; }
  .work-contact-trigger .work-contact-copy small { display: none; }
  .contact-chip { margin-top: 10px; }
  .work-contact-trigger .open-form-label { gap: 0; font-size: 0; }
  .work-contact-trigger .open-form-arrow { width: 24px; height: 24px; padding: 6.5px; }
  .works-sticky-contact-trigger .open-form-label { gap: 0; font-size: 0; }
  .works-sticky-contact-trigger .open-form-arrow { width: 24px; height: 24px; padding: 6.5px; }
  .drawer-panel { display: block; max-height: 78vh; overflow: auto; padding: 48px 24px 30px; }
  .drawer-heading { margin-bottom: 25px; }
  .drawer-close { right: 18px; }
  .contact-confirm-dialog__inner { padding: 38px 24px 28px; }
  .contact-confirm-dialog h2 { margin-bottom: 22px; font-size: 21px; }
  .full-dialog-bar { top: 18px; right: 18px; }
  .full-design-frame { padding: 92px 18px 56px; }
  .full-dialog-nav { top: 50%; width: 42px; height: 52px; transform: translateY(-50%); }
  .full-dialog-nav svg { width: 24px; height: 24px; }
  .full-dialog-nav--prev { left: 0; }
  .full-dialog-nav--next { right: 0; }
  .works-page { padding: 0 0 80px; }
  .works-page-heading { min-height: 100px; flex-wrap: wrap; gap: 12px; padding: 13px 0; }
  .works-page-heading h1 { font-size: 30px; }
  .works-page-heading .heading-rule { width: 30px; }
  .archive-toolbar { align-items: end; padding: 18px 0; }
  .archive-filters { gap: 14px; }
  .taxonomy-filter-button { flex: 0 0 auto; }
  .archive-contact-trigger { margin-top: 50px; }
  .filter-dialog { padding: 40px 22px 26px; }
  .taste-options { grid-template-columns: 1fr; }
  .sticky-contact-inner { width: calc(100% - 32px); grid-template-columns: max-content 74px minmax(24px, 1fr); column-gap: 20px; }
  .sticky-contact-inner strong { font-size: 11px; }
  .sticky-contact-inner > .contact-chip { display: inline-flex; margin-top: 0; }
  .sticky-contact-inner .open-form-label { display: inline-flex; justify-self: end; }
  .sticky-contact-inner .open-form-copy { display: none; }
  .about-page { padding: 0; }
  .about-page-heading { min-height: 100px; flex-wrap: wrap; gap: 12px; padding: 14px 0; }
  .about-page-heading h1 { font-size: 30px; }
  .about-page-heading .heading-rule { width: 32px; }
  .about-page-heading p { flex-basis: 100%; }
  .about-content { margin: 62px auto 75px; }
  .about-section { margin-bottom: 60px; }
  .about-section h2 { font-size: 19px; }
  .about-information-box { padding: 17px; }
  .about-price-list > div { align-items: start; padding: 10px 0; }
  .about-price-list dt { max-width: 68%; }
  .contact-page { min-height: calc(100vh - 144px); padding: 0 0 60px; }
  .contact-page-heading { min-height: 100px; flex-wrap: wrap; gap: 12px; padding: 14px 0; }
  .contact-page-heading h1 { font-size: 30px; }
  .contact-page-heading .heading-rule { width: 32px; }
  .contact-page-heading p { flex-basis: 100%; }
  .contact-page-content { margin-top: 60px; }
  .contact-page-content > h2 { font-size: 20px; }
}

@media (max-width: 340px) {
  .work-grid { grid-template-columns: 1fr; }
}

/* WordPress template integration */
.u77-menu-list { display: contents; margin: 0; padding: 0; list-style: none; }
.site-nav .u77-menu-list { display: flex; align-items: center; gap: var(--nav-gap); }
.site-nav .u77-menu-list li { display: contents; }
.site-nav .u77-menu-list a { padding: 8px 0; }
.footer-nav .u77-menu-list { display: flex; align-items: center; gap: 43px; }
.footer-nav .u77-menu-list li { display: contents; }
.work-art-stack { display: grid; gap: 20px; }
.work-art-stack .work-art-wrap { position: relative; margin: 0; }
.work-image-full-button { position: absolute; right: 18px; bottom: 18px; opacity: 0; transition: opacity .2s ease; }
.work-art-wrap:hover .work-image-full-button, .work-image-full-button:focus-visible { opacity: 1; }
.work-grid [hidden] { display: none !important; }
.pagination { display: flex; justify-content: center; gap: 9px; margin-top: 42px; font-size: 11px; }
.pagination .page-numbers { min-width: 28px; text-align: center; }
.generic-page { padding: 90px 0; }
.generic-page h1 { font-size: 32px; }
.login-page { min-height: calc(100vh - 144px); display: grid; place-items: center; padding-block: 78px; }
.login-panel { width: min(420px, 100%); padding: 46px 48px 42px; border: 1px solid var(--line); }
.login-panel .eyebrow { margin-bottom: 18px; color: var(--muted); }
.login-panel h1 { margin-bottom: 10px; font-size: 30px; line-height: 1.1; letter-spacing: -.05em; }
.login-panel p { font-size: 12px; }
.login-panel-lead { margin-bottom: 28px; color: #595955; }
.login-panel-error { margin: 0 0 18px; padding: 10px 12px; border-left: 2px solid #b42318; background: #f8f1f0; color: #8c1b13; font-size: 11px !important; }
.login-panel-form { display: grid; gap: 19px; }
.login-panel-form > label:not(.login-panel-remember) { display: grid; gap: 7px; }
.login-panel-form > label > span:not(.login-password-field) { font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.login-panel-form input[type="text"], .login-panel-form input[type="password"] { width: 100%; height: 36px; padding: 0 10px; border: 1px solid #d4d4d1; border-radius: 0; background: var(--field); outline: none; }
.login-panel-form input[type="text"]:focus, .login-panel-form input[type="password"]:focus { border-color: var(--ink); }
.login-password-field { position: relative; display: block; }
.login-password-field input[type="password"], .login-password-field input[type="text"] { padding-right: 42px; }
.password-toggle { position: absolute; top: 0; right: 0; width: 38px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #555; }
.password-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.password-toggle.is-visible::after { content: ""; position: absolute; width: 22px; height: 1px; background: currentColor; transform: rotate(-42deg); }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--ink); }
.login-panel-remember { display: flex; align-items: center; gap: 7px; margin-top: -3px; font-size: 10px; }
.login-panel-remember input { margin: 0; }
.login-panel-form .black-button { justify-self: start; min-width: 112px; }
.login-panel-note { margin: 26px 0 0; color: var(--muted); font-size: 10px !important; line-height: 1.7; }
.login-panel-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.login-panel-text-link { border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.login-success-dialog { width: min(440px, calc(100% - 32px)); padding: 0; border: 0; }
.login-success-dialog::backdrop { background: rgb(0 0 0 / .48); backdrop-filter: blur(3px); }
.login-success-dialog__inner { padding: 48px 44px 42px; text-align: center; }
.login-success-dialog h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.035em; }
.login-success-dialog p { margin: 0; font-size: 13px; line-height: 1.8; }
.private-badge--login-success { margin: 0 2px; vertical-align: middle; transform: translateY(-1px); }
.login-success-dialog__expiry { margin-top: 8px !important; }
.login-success-dialog__actions { display: flex; justify-content: center; margin-top: 28px; }
.login-success-dialog__actions .black-button { min-width: 110px; }

@media (max-width: 760px) {
  .site-nav .u77-menu-list { display: none; }
  .footer-nav .u77-menu-list { gap: 20px; }
  .work-image-full-button { position: static; margin-top: 12px; opacity: 1; }
  .login-page { min-height: calc(100vh - 144px); padding-block: 52px; }
  .login-panel { padding: 36px 26px 32px; }
  .login-success-dialog__inner { padding: 42px 26px 32px; }
}

@media (min-width: 761px) {
  .work-image-full-button { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; padding: 0; border: 0; background: transparent; color: transparent; opacity: 1; cursor: pointer; }
  .work-image-full-button__label { display: none; }
  .work-art-wrap:hover .work-detail-image { box-shadow: 0 7px 20px rgb(0 0 0 / .08); transform: scale(1.015); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-toggle span,
  .mobile-menu { transition: none; }
}
