:root {
  --ink: #292d2b;
  --muted: #727671;
  --line: #e8ebe7;
  --wash: #f4f5f2;
  --accent: #525d4c;
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #e0e6dc; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; padding: 12px; background: white; z-index: 5; }
.skip:focus { top: 8px; }
.header { height: 108px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 27px; font-weight: 550; letter-spacing: -1.3px; }
.logo span { color: #849178; }
nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
nav .contact { display: flex; gap: 16px; }
.intro { padding: 67px 0 73px; }
h1 { font-family: Gelasio, Georgia, serif; font-weight: 400; font-size: clamp(40px, 4.7vw, 62px); line-height: 1.19; letter-spacing: -2px; margin: 0; }
.intro p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 24px 0 0; }
.catalog { scroll-margin-top: 30px; }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 0 20px; }
.catalog-heading h2 { margin: 0; font-size: 15px; font-weight: 500; }
#result-count { font-size: 12px; color: var(--muted); }
.tools { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 21px 0 29px; }
.filters { display: flex; flex-wrap: wrap; gap: 5px; }
.filter { cursor: pointer; border: 0; padding: 9px 14px; border-radius: 5px; color: #6b7169; font-size: 12px; background: transparent; }
.filter[aria-pressed=true] { color: var(--ink); background: #eef0eb; font-weight: 500; }
.search-label { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.search-label input { width: 140px; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; }
.grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 49px 34px; }
.preview { display: block; padding: 22px; background: var(--wash); border-radius: 7px; }
.visual { aspect-ratio: 1.5; border: 1px solid #dedfdc; border-radius: 3px; overflow: hidden; box-shadow: 0 5px 14px #292d2b09; }
.visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.design-info { display: flex; align-items: center; justify-content: space-between; padding: 18px 2px 0; gap: 15px; }
.design-info h3 { font-size: 20px; font-weight: 500; letter-spacing: -.5px; margin: 0; }
.specialty { margin: 5px 0 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.demo-link { display: flex; align-items: center; gap: 13px; font-size: 12px; white-space: nowrap; }
.demo-link span { font-size: 17px; }
.empty { padding: 50px 20px; background: var(--wash); text-align: center; border-radius: 6px; }
.empty button { border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; padding: 10px; }
.closing { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 90px; padding: 53px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.closing h2 { font-family: Gelasio, Georgia, serif; font-size: 32px; line-height: 1.3; font-weight: 400; letter-spacing: -.7px; margin: 0; }
.closing p { color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.contact-button { display: inline-flex; align-items: center; gap: 24px; border-radius: 5px; background: var(--ink); color: white; padding: 15px 21px; font-size: 13px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0 32px; font-size: 11px; color: var(--muted); }
footer p { margin: 0; line-height: 1.7; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media(hover:hover) { .filter:hover { background: var(--wash); } .demo-link:hover, nav a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; } .preview:hover { background: #ebeee7; } .contact-button:hover { background: var(--accent); } }
@media(max-width:900px) { .container { width: calc(100% - 56px); } .grid { gap: 35px 22px; } .preview { padding: 15px; } .tools { align-items: flex-start; flex-direction: column; gap: 8px; } .search-label { width: 100%; } .search-label input { width: 100%; } }
@media(max-width:600px) { .container { width: calc(100% - 40px); } .header { height: 84px; } .logo { font-size: 24px; } nav { gap: 0; font-size: 11px; } nav > a:first-child { display: none; } nav .contact { gap: 8px; } .intro { padding: 42px 0 52px; } h1 { font-size: clamp(31px, 8.7vw, 48px); letter-spacing: -1.2px; } .intro p { font-size: 14px; margin-top: 20px; } .desktop-break { display: none; } .catalog-heading { padding-bottom: 17px; } .filter { padding: 9px 10px; font-size: 11px; } .filters { gap: 2px; } .tools { padding: 16px 0 23px; } .grid { grid-template-columns: 1fr; gap: 31px; } .preview { padding: 15px; } .design-info { padding-top: 14px; } .design-info h3 { font-size: 19px; } .closing { align-items: flex-start; flex-direction: column; margin-top: 54px; padding: 35px 0; gap: 23px; } .closing h2 { font-size: 29px; } footer { align-items: flex-start; flex-direction: column; gap: 9px; padding: 24px 0; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
