/* Original concept identities are scoped to their examples. */
.portfolio-example {
  margin-bottom: 32px;
  border: 1px solid var(--line);
  color: #42423e;
  background: #fff;
  overflow: clip;
}
.portfolio-example section {
  padding: 0;
  border: 0;
}
.portfolio-example h1 {
  font-size: clamp(40px, 5.4vw, 72px);
  max-width: 19ch;
}
.portfolio-example h2 {
  font-size: clamp(29px, 3.4vw, 42px);
}
.portfolio-example p {
  max-width: 48ch;
}
.portfolio-example .ex-section {
  padding: 64px 48px;
}
.portfolio-example .ex-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 40px;
  border-bottom: 1px solid #d9d8d0;
}
.ex-nav > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
}
.ex-nav a {
  text-decoration: none;
}
.ex-nav a:hover {
  text-decoration: underline;
}
.ex-brand {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.07em;
  color: #252522;
}
.ex-eyebrow {
  font-size: 12px;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  color: #61615b;
}
.portfolio-example h1 + p {
  margin: 24px 0 30px;
  font-size: 18px;
}
.portfolio-example .btn {
  font-size: 14px;
  min-height: 48px;
}
.portfolio-example fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.portfolio-example legend {
  font-size: 16px;
  color: #252522;
  font-weight: 500;
  margin-bottom: 16px;
}
.portfolio-example label {
  display: block;
  color: #42423e;
  font-size: 14px;
  margin-bottom: 20px;
}
.portfolio-example input:not([type="checkbox"]),
.portfolio-example textarea {
  width: 100%;
  border: 1px solid #a7a79e;
  background: white;
  color: #252522;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
}
.portfolio-example textarea {
  resize: vertical;
}
.portfolio-example .example-result {
  grid-column: 1/-1;
  background: #fff;
  padding: 26px;
  border: 1px solid #b7b6ab;
  border-radius: 4px;
  scroll-margin-top: 110px;
}
.example-result h3 {
  margin-bottom: 16px;
}
.example-result dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 3fr;
  gap: 10px 20px;
  font-size: 15px;
}
.example-result dt {
  color: #61615b;
}
.example-result dd {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.example-result p {
  font-size: 14px;
  margin-top: 18px;
}
.example-end {
  padding: 0 0 52px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}
.example-end p {
  font-size: 13px;
  max-width: 64ch;
}
.example-end a {
  flex-shrink: 0;
}
.portfolio-example button[aria-pressed="true"] {
  outline: 1px solid #30302d;
  outline-offset: -1px;
}
.portfolio-example button:not(.btn):not(.select-trigger) {
  transition:
    background 0.18s,
    border-color 0.18s;
}
.portfolio-example button:not(.btn):not(.select-trigger):hover {
  background: #e8e6df;
}
.portfolio-example .daymark-opening {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding: 48px 40px;
  background: #efede7;
}
.daymark-title {
  padding: 12px 0;
}
.daymark-opening figure img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 130px 130px 12px 12px;
  filter: grayscale(1);
}
.daymark-opening figcaption {
  padding: 14px 0 0;
  font-size: 12px;
}
.daymark .ex-brand {
  letter-spacing: -0.06em;
  font-size: 32px;
}
.daymark-bottom {
  display: flex;
  justify-content: space-between;
  padding: 22px 40px;
  gap: 24px;
  border-bottom: 1px solid #d9d8d0;
  font-size: 12px;
}
.daymark-scope {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
}
.scope-note {
  padding: 22px 0;
  border-top: 1px solid #d9d8d0;
  margin-top: 36px;
  font-size: 14px;
}
.scope-note p {
  margin-top: 8px;
}
.room-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.room-choices label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 14px;
  border: 1px solid #d0d0c6;
  border-radius: 8px;
  margin: 0;
  cursor: pointer;
}
.room-choices label:has(:checked) {
  background: #efede7;
  border-color: #727267;
}
.room-choices input {
  accent-color: #34342e;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 3px 0 0;
}
.room-choices small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px;
  color: #61615b;
}
.daymark .daymark-approach {
  background: #eeece5;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
}
.daymark-approach ol {
  margin: 0;
  padding-left: 22px;
}
.daymark-approach li {
  padding: 0 0 22px 12px;
}
.daymark-approach li:last-child {
  padding-bottom: 0;
}
.daymark-approach h3 {
  font-size: 18px;
}
.daymark-approach p {
  font-size: 15px;
}
.stillroom {
  background: #f3f0e9;
  color: #514c43;
}
.stillroom .ex-brand,
.stillroom h1,
.stillroom h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.stillroom .ex-brand {
  font-size: 32px;
}
.stillroom .ex-nav {
  border: 0;
}
.stillroom-heading {
  text-align: center;
  padding: 42px 32px 36px;
}
.stillroom-heading h1 {
  max-width: none;
  font-size: clamp(40px, 5.3vw, 68px);
}
.stillroom-heading p {
  margin-left: auto;
  margin-right: auto;
}
.stillroom-photo {
  margin: 0 28px;
}
.stillroom-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.stillroom-photo figcaption {
  padding-top: 12px;
  color: #625c52;
}
.stillroom .stillroom-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-top: 76px;
}
.material-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.material-options button {
  padding: 8px;
  border: 1px solid #d3cfc4;
  background: transparent;
  text-align: left;
  font-size: 12px;
  color: #3c3932;
  min-height: 106px;
}
.material-options button span {
  height: 56px;
  display: block;
  margin-bottom: 8px;
  border: 1px solid #99958a;
}
.material-oak {
  background: #bba68b;
}
.material-ash {
  background: #d0c8b7;
}
.material-paint {
  background: #e8e3d9;
}
.material-description {
  min-height: 125px;
  font-size: 15px;
}
.material-description p {
  margin-top: 10px;
}
.stillroom .stillroom-project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  background: #e6e1d6;
}
.margin-books .ex-brand {
  font-size: 35px;
  font-weight: 500;
}
.margin-opening {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 42px;
  padding: 64px 40px;
  background: #f1f0eb;
  align-items: center;
}
.margin-opening h1 {
  font-size: clamp(40px, 5vw, 65px);
}
.month-sheet {
  background: #fff;
  border: 1px solid #d5d5cc;
  box-shadow: 9px 9px 0 #e1dfd6;
  padding: 30px;
}
.sheet-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c7c7bc;
  font-size: 12px;
}
.sheet-title span {
  color: #66665e;
}
.sheet-month {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -0.045em;
  margin: 28px 0;
}
.month-sheet ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.month-sheet li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #deded6;
}
.sheet-foot {
  font-size: 12px;
  padding-top: 22px;
  color: #61615b;
}
.margin-fit {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
}
.fit-options {
  display: grid;
  gap: 10px;
}
.fit-options button {
  background: #fff;
  border: 1px solid #d0d0c8;
  border-radius: 6px;
  padding: 18px 20px;
  text-align: left;
  color: #42423e;
}
.fit-options span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.fit-options button[aria-pressed="true"] {
  background: #eeece5;
}
.fit-result {
  margin-top: 24px;
  background: #f3f2ed;
  padding: 24px;
  min-height: 244px;
}
.fit-result .ex-eyebrow {
  display: block;
  margin-bottom: 12px;
}
.fit-result p {
  font-size: 14px;
}
.margin-books .margin-routine {
  background: #efede6;
}
.routine-list {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.routine-list article {
  border-top: 1px solid #b1b1a6;
  padding-top: 16px;
}
.routine-list article > span {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.routine-list h3 {
  font-size: 18px;
}
.routine-list p {
  font-size: 14px;
}
.folio .ex-brand {
  font-size: 27px;
  letter-spacing: -0.04em;
  font-family: Georgia, serif;
  font-weight: 400;
}
.folio-opening {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  min-height: 510px;
  align-items: stretch;
  background: #eeece6;
}
.folio-heading {
  padding: 60px 38px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.folio h1 {
  font-size: clamp(50px, 7vw, 88px);
  letter-spacing: -0.075em;
  margin-bottom: 38px;
}
.folio-opening figure {
  position: relative;
  background: #dedcd5;
}
.folio-opening img {
  height: 100%;
  min-height: 510px;
  width: 100%;
  object-fit: cover;
}
.folio-opening figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #f6f4ec;
  padding: 12px 16px;
  color: #4f4d47;
}
.print-builder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.print-ticket {
  border-top: 2px solid #30302d;
  margin: 28px 0 0;
  font-family: ui-monospace, monospace;
  font-size: 13px;
  max-width: 370px;
}
.print-ticket div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #cfcfc6;
  padding: 13px 0;
}
.print-ticket dd {
  margin: 0;
  text-align: right;
  color: #252522;
}
.folio .artwork-notes {
  background: #f1eee6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.artwork-notes details {
  border-color: #bcb9b0;
}
.artwork-notes p {
  font-size: 15px;
  padding-top: 14px;
}
.morrow .ex-nav {
  background: #292a2a;
  border-color: #545656;
}
.morrow .ex-nav a {
  color: #f5f5f0;
}
.morrow .ex-brand {
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: 22px;
}
.morrow-opening {
  background: #292a2a;
  color: #dedfda;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 0;
}
.morrow-opening > div {
  padding: 55px 40px;
}
.morrow-opening h1 {
  color: #f5f5f0;
  font-size: clamp(40px, 5vw, 66px);
}
.morrow-opening .ex-eyebrow {
  color: #c5c7c1;
}
.morrow-opening img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 47% center;
}
.morrow-care {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 24px 50px;
}
.care-menu {
  display: grid;
}
.care-menu button {
  padding: 22px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #cecec5;
  background: white;
  color: #252522;
  gap: 6px 12px;
}
.care-menu button > span:first-child {
  font-size: 22px;
  letter-spacing: -0.035em;
}
.care-menu small {
  grid-column: 1;
  font-size: 13px;
  color: #61615b;
}
.care-menu button > span:last-child {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
}
.care-menu button[aria-pressed="true"] {
  background: #eeeee8;
}
.care-detail {
  grid-column: 2;
  background: #efefe9;
  padding: 26px;
  min-height: 220px;
}
.care-detail p {
  font-size: 15px;
}
.morrow .morrow-visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  background: #eaeae4;
}
@media (max-width: 800px) {
  .portfolio-example .ex-nav {
    padding: 20px 24px;
    gap: 18px;
  }
  .ex-nav > div {
    gap: 14px;
    font-size: 12px;
  }
  .portfolio-example .ex-section {
    padding: 42px 26px;
  }
  .portfolio-example .daymark-opening,
  .margin-opening {
    padding: 36px 26px;
    gap: 26px;
  }
  .daymark-opening figure img {
    height: 360px;
  }
  .room-choices {
    grid-template-columns: 1fr;
  }
  .portfolio-example .stillroom-collection {
    gap: 35px;
  }
  .folio-opening {
    min-height: 420px;
  }
  .folio-heading {
    padding: 42px 26px;
  }
  .folio-opening img {
    min-height: 420px;
  }
  .morrow-opening > div {
    padding: 40px 26px;
  }
  .morrow-opening img {
    height: 450px;
  }
  .daymark-scope,
  .daymark .daymark-approach,
  .margin-fit,
  .print-builder,
  .folio .artwork-notes,
  .morrow-care {
    gap: 28px;
  }
}
@media (max-width: 600px) {
  .portfolio-example {
    margin-inline: -4px;
  }
  .portfolio-example .ex-nav {
    padding: 18px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
  .ex-nav > div {
    gap: 18px;
  }
  .ex-nav .ex-brand {
    font-size: 27px;
  }
  .portfolio-example .ex-section {
    padding: 36px 22px;
  }
  .portfolio-example h1 {
    font-size: 43px;
  }
  .portfolio-example h2 {
    font-size: 32px;
  }
  .portfolio-example h1 + p {
    font-size: 16px;
  }
  .portfolio-example .daymark-opening {
    grid-template-columns: 1fr;
    padding: 28px 22px 20px;
    gap: 26px;
  }
  .daymark-opening figure img {
    height: 240px;
    border-radius: 100px 100px 8px 8px;
    object-position: center 45%;
  }
  .daymark-opening figcaption {
    font-size: 11px;
  }
  .daymark-bottom {
    padding: 18px 22px;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }
  .daymark-scope,
  .daymark .daymark-approach,
  .portfolio-example .stillroom-collection,
  .stillroom .stillroom-project,
  .margin-opening,
  .margin-fit,
  .print-builder,
  .folio .artwork-notes,
  .morrow-care,
  .morrow .morrow-visit {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .scope-note {
    margin-top: 22px;
    padding-bottom: 0;
  }
  .room-choices {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .room-choices label {
    padding: 12px 9px;
    font-size: 12px;
  }
  .room-choices small {
    font-size: 11px;
  }
  .stillroom-heading {
    padding: 28px 20px 18px;
  }
  .stillroom .stillroom-heading h1 {
    font-size: 44px;
  }
  .stillroom-heading h1 + p {
    font-size: 15px;
  }
  .stillroom-photo {
    margin: 0 14px;
  }
  .stillroom-photo img {
    height: 310px;
    object-position: 55% center;
  }
  .stillroom-photo figcaption {
    font-size: 11px;
  }
  .material-description {
    min-height: 0;
  }
  .material-options {
    gap: 8px;
  }
  .material-options button {
    font-size: 11px;
  }
  .margin-opening {
    padding: 36px 22px;
  }
  .month-sheet {
    padding: 20px;
    box-shadow: 6px 6px 0 #e1dfd6;
  }
  .sheet-month {
    font-size: 26px;
  }
  .sheet-title {
    font-size: 11px;
  }
  .month-sheet li {
    font-size: 12px;
  }
  .routine-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .routine-list article > span {
    margin-bottom: 12px;
  }
  .folio-opening {
    display: flex;
    flex-direction: column;
  }
  .folio-heading {
    padding: 32px 22px;
  }
  .folio h1 {
    font-size: 64px;
    line-height: 1.04;
    margin-bottom: 25px;
  }
  .folio-opening img {
    height: 310px;
    min-height: 0;
  }
  .folio-opening figcaption {
    font-size: 11px;
  }
  .morrow-opening {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .morrow-opening > div {
    padding: 36px 22px;
  }
  .morrow-opening img {
    height: 280px;
  }
  .care-detail {
    grid-column: auto;
    min-height: 0;
  }
  .example-result dl {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .example-result dd {
    margin-bottom: 12px;
  }
  .example-end {
    display: block;
  }
  .example-end p {
    font-size: 12px;
  }
  .example-end a {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-example * {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .portfolio-example * {
    transition: none !important;
    animation: none !important;
  }
  .portfolio-example .ex-nav,
  .example-end {
    display: none;
  }
  .portfolio-example section {
    break-inside: avoid;
  }
}
/* A source-aware customer desk and an operator inbox are distinct applications. */
.desk-title,
.inbox-heading {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: 48px;
  padding: 44px 40px;
  background: #eeece6;
}
.portfolio-example .desk-title h1,
.portfolio-example .inbox-heading h1 {
  font-size: clamp(36px, 4.1vw, 54px);
}
.desk-title > p,
.inbox-heading > p {
  font-size: 15px;
  max-width: 33ch;
}
.support-workspace {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
}
.desk-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 26px;
  border-bottom: 1px solid #d9d8cf;
  font-size: 12px;
  min-height: 62px;
}
.desk-bar span {
  color: #61615b;
  font-size: 11px;
}
.support-thread {
  padding: 32px 28px;
  min-height: 328px;
}
.customer-message {
  background: #eeede7;
  border-radius: 14px 14px 2px 14px;
  padding: 18px 22px;
  margin-left: 50px;
  margin-bottom: 30px;
  font-size: 15px;
}
.customer-message > span {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  color: #61615b;
}
.desk-answer {
  display: flex;
  gap: 14px;
  font-size: 15px;
}
.agent-mark {
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  background: #e7e5dd;
  border-radius: 50%;
  flex-shrink: 0;
  color: #2d2d28;
  font-size: 13px;
}
.desk-answer strong {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.desk-answer a {
  font-size: 12px;
}
.support-options {
  padding: 0 28px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.support-options > p {
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
  color: #61615b;
}
.support-options button {
  border: 1px solid #c8c8be;
  background: #fff;
  padding: 10px 13px;
  border-radius: 20px;
  font-size: 12px;
  color: #3d3d37;
  min-height: 44px;
}
.support-options button[aria-pressed="true"] {
  background: #efede5;
}
.knowledge-panel {
  background: #f5f4ee;
  border-left: 1px solid #d9d8cf;
}
.knowledge-inner {
  padding: 28px;
}
.knowledge-panel h2,
.knowledge-panel .support-source-title {
  font-size: 23px;
  margin-bottom: 16px;
  color: #292925;
  font-weight: 500;
  letter-spacing: -.025em;
}
.knowledge-panel p {
  font-size: 14px;
}
.boundary-note {
  border-top: 1px solid #c9c7bb;
  padding-top: 22px;
  margin: 26px 0;
}
.boundary-note strong {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}
.handoff-note {
  padding-top: 24px;
  margin-top: 22px;
  border-top: 1px solid #bdbbaf;
}
.handoff-note strong {
  font-size: 14px;
}
.handoff-note p {
  margin-top: 10px;
  font-size: 13px;
}
.portfolio-example .agent-explanation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  background: #eae8e0;
}
.agent-explanation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agent-explanation li {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #c4c2b7;
  font-size: 14px;
}
.agent-explanation li span {
  display: block;
  margin-top: 7px;
}
.agent-demo-note {
  font-size: 12px !important;
  max-width: none !important;
  padding: 20px 28px !important;
  margin: 0 !important;
  background: #fff;
  color: #61615b;
}
.inquiry-desk .inbox-heading {
  background: #292a29;
  color: #d5d6cf;
}
.inquiry-desk .inbox-heading h1 {
  color: #f5f4ee;
}
.inquiry-desk .inbox-heading .ex-eyebrow {
  color: #c2c3bb;
}
.inbox-toolbar {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 26px;
  background: #eeece5;
  font-size: 12px;
  border-bottom: 1px solid #d1cfc5;
}
.inbox-toolbar .review-required {
  margin-left: auto;
  border: 1px solid #aaa99d;
  border-radius: 4px;
  padding: 4px 9px;
  font-size: 11px;
}
.inbox-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.inbox-list {
  background: #f4f3ee;
  border-right: 1px solid #d1cfc5;
  padding: 12px;
}
.inbox-list button {
  width: 100%;
  padding: 19px 14px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #d3d1c6;
  background: transparent;
  color: #3d3e36;
}
.inbox-list button span {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
  color: #61615b;
}
.inbox-list button strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}
.inbox-list button small {
  font-size: 11px;
  color: #61615b;
  display: block;
}
.inbox-list button[aria-pressed="true"] {
  background: #e7e5dc;
}
.inbox-reading {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.message-document .ex-eyebrow {
  display: block;
}
.message-document :is(h2,.workspace-title) {
  font-size: 23px;
  letter-spacing: -0.035em;
}
.message-document blockquote {
  padding: 0;
  margin: 20px 0 24px;
  border: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #505047;
}
.message-document .small {
  font-size: 11px;
}
.extracted-brief {
  background: #f1efe8;
  padding: 22px;
  align-self: start;
}
.brief-heading :is(h3,.workspace-title) {
  font-size: 18px;
}
.brief-heading span {
  font-size: 11px;
  display: block;
  border: 1px solid #b8b5a8;
  padding: 4px 7px;
  width: fit-content;
  margin-bottom: 22px;
}
.extracted-brief dl {
  margin: 0;
}
.extracted-brief dt {
  font-size: 11px;
  color: #61615b;
  margin-bottom: 4px;
}
.extracted-brief dd {
  font-size: 13px;
  margin: 0 0 15px;
  color: #36362f;
}
.extracted-brief dd:last-child {
  margin-bottom: 0;
}
.inquiry-desk .draft-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  background: #eae8df;
}
.draft-section textarea {
  font-size: 15px;
  line-height: 1.7;
}
.draft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}
.draft-reset {
  border: 0;
  background: none;
  text-decoration: underline;
  font-size: 12px;
  color: #48483e;
  min-height: 44px;
  padding: 8px;
}
.draft-status {
  margin-top: 16px;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .inbox-layout {
    grid-template-columns: 200px 1fr;
  }
  .inbox-reading {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .extracted-brief dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 8px;
  }
  .extracted-brief dd {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .desk-title,
  .inbox-heading {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    gap: 24px;
  }
  .portfolio-example .desk-title h1,
  .portfolio-example .inbox-heading h1 {
    font-size: 38px;
  }
  .support-workspace {
    grid-template-columns: 1fr;
  }
  .desk-bar {
    padding: 16px 20px;
    font-size: 11px;
  }
  .desk-bar span {
    font-size: 10px;
  }
  .support-thread {
    padding: 24px 20px;
    min-height: 0;
  }
  .customer-message {
    margin-left: 24px;
    padding: 16px;
    font-size: 14px;
  }
  .desk-answer {
    gap: 10px;
    font-size: 14px;
  }
  .desk-answer a {
    font-size: 11px;
  }
  .support-options {
    padding: 0 20px 24px;
    gap: 8px;
  }
  .support-options button {
    font-size: 11px;
  }
  .knowledge-panel {
    border-left: 0;
    border-top: 1px solid #d1cfc5;
  }
  .knowledge-inner {
    padding: 24px 22px;
  }
  .portfolio-example .agent-explanation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .inbox-toolbar {
    flex-wrap: wrap;
    padding: 16px 20px;
    gap: 8px 16px;
  }
  .inbox-toolbar .review-required {
    margin-left: 0;
  }
  .inbox-layout {
    grid-template-columns: 1fr;
  }
  .inbox-list {
    border-right: 0;
    border-bottom: 1px solid #d1cfc5;
    padding: 10px 14px;
    display: grid;
    gap: 6px;
  }
  .inbox-list button {
    padding: 12px;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
  }
  .inbox-list button span {
    grid-column: 1/3;
    font-size: 10px;
    margin: 0;
  }
  .inbox-list button strong {
    font-size: 13px;
    margin: 0;
  }
  .inbox-list button small {
    grid-column: 1/3;
    font-size: 11px;
  }
  .inbox-reading {
    padding: 26px 22px;
    gap: 24px;
  }
  .extracted-brief {
    padding: 20px;
  }
  .extracted-brief dl {
    grid-template-columns: 1fr 2fr;
  }
  .inquiry-desk .draft-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .agent-demo-note {
    padding: 20px 22px !important;
  }
}

.inquiry-desk .draft-section .workspace-title { font-size: 30px; line-height: 1.15; letter-spacing: -.04em; color: #292925; }
.workspace-title { font-weight: 500; }
