/* Show the built website first; motion is a detail within its project. */
.website-browser { display: block; position: relative; min-width: 0; border: 1px solid #cdd0c3; background: #eeeee7; overflow: hidden; }
.website-browser-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #cdd0c3; font-size: 10px; color: #535d4d; }
.browser-dots { letter-spacing: 2px; font-size: 8px; color: #a6ad9b; white-space: nowrap; }
.website-browser > img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; }
.website-browser-action { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; background: #263122; color: #fffef8; font-size: 13px; }
.website-browser-action > span { font-size: 23px; line-height: 1; }
.website-browser:hover .website-browser-action { background: #3a4932; }
.website-feature { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: clamp(30px,5vw,80px); margin-bottom: 65px; }
.website-feature-copy h3 { font: 450 clamp(32px,3.8vw,53px)/1.08 var(--sans); letter-spacing: -.035em; margin: 16px 0 22px; }
.website-feature-copy > p { max-width: 380px; font-size: 16px; line-height: 1.8; }
.website-features { list-style: none; margin: 24px 0 30px; padding: 0; border-top: 1px solid var(--line); }
.website-features li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.website-features li::before { content: '↗'; margin-right: 12px; color: #6d7c5e; }
.website-feature-copy > .text-link { display: flex; width: fit-content; margin-top: 18px; font-size: 12px; }
.work-section .work-pair { margin-top: 0; align-items: start; }
.work-section .work-offset { margin-top: 0; }
.work-section .work-motion { margin-top: 14px; }
.work-section .work-motion .work-visual { height: 205px; padding: 13px 18px; }
.work-section .work-motion .visual-title, .work-section .work-motion .work-open, .work-section .work-motion .object-label { display: none; }
.work-section .work-motion .visual-kicker { font-size: 9px; }
.work-section .work-motion .object-surface { height: 168px; }
.work-section .object-toggle { left: 14px; bottom: 12px; }
.work-section .object-canvas, .work-section .jewelry-visual .object-canvas { transform: translateY(-8px); }
.work-section .work-caption { grid-template-columns: 1fr; gap: 16px; }
.work-section .work-caption > .text-link { grid-column: 1; justify-self: start; margin-top: 0; }
.work-section .work-caption p { max-width: 500px; }
.work-section .work-footer p { max-width: 650px; }
.collection .collection-item .website-browser > img { aspect-ratio: 4/3; height: auto; object-fit: contain; }
.collection .website-browser-action { font-size: 12px; }
.preview-heading > span { font-size: 10px; letter-spacing: .04em; }
@media(max-width:900px) {
  .website-feature { grid-template-columns: 1.2fr 1fr; gap: 30px; }
  .website-feature-copy h3 { font-size: 34px; }
  .website-feature-copy > p { font-size: 14px; }
  .website-features { margin-block: 18px; }
  .website-feature-copy .button { font-size: 12px; }
}
@media(max-width:650px) {
  .website-feature { grid-template-columns: minmax(0,1fr); gap: 26px; margin-bottom: 45px; }
  .website-feature-copy h3 { margin: 12px 0 16px; font-size: 35px; }
  .website-feature-copy > p { max-width: none; }
  .website-browser-bar { padding: 10px 12px; font-size: 9px; gap: 7px; }
  .website-browser-action { font-size: 12px; min-height: 48px; padding: 12px 15px; }
  .website-feature-copy > .button { width: 100%; justify-content: space-between; }
  .website-feature-copy > .text-link { min-height: 44px; margin-top: 8px; }
  .work-section .work-pair { grid-template-columns: minmax(0,1fr); gap: 45px; }
  .work-section .work-caption { margin-top: 20px; }
  .work-section .work-caption h3 { font-size: 32px; }
  .work-section .work-caption .text-link { min-height: 44px; }
  .preview-heading > span { font-size: 8px; }
}
.complete-websites-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; width: fit-content; border-bottom: 1px solid var(--ink); color: var(--ink); }
.work-section .work-motion .object-canvas[data-ready=true]:not([hidden]) ~ .object-label { display: none; }
